Trace number 3308344
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | industrial/fuhs/hard/ AProVE07-03.cnf |
MD5SUM | 8c67f78ca36ec96e662a91c74844da21 |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | UNSAT |
Best CPU time to get the best result obtained on this benchmark | 154.887 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 3114 |
Number of clauses | 10827 |
Sum of the clauses size | 28341 |
Maximum clause length | 119 |
Minimum clause length | 1 |
Number of clauses of size 1 | 1 |
Number of clauses of size 2 | 4934 |
Number of clauses of size 3 | 5378 |
Number of clauses of size 4 | 408 |
Number of clauses of size 5 | 84 |
Number of clauses of size over 5 | 22 |
Solver Data
0.00/0.00 c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00 c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria. All rights reserved.
0.00/0.00 c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00 c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00 c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00 c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00 c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00 c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00 c
0.00/0.00 c reading HOME/instance-3308344-1303983196.cnf
0.00/0.00 c found header 'p cnf 3114 10827'
0.00/0.00 c finished parsing
0.00/0.00 c
0.00/0.00 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00 c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00 c
0.00/0.00 c sizeof vars[0] = 16 alignment = 0 0 MB
0.00/0.00 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.00/0.00 c sizeof occs[0] = 8 alignment = 0 0 MB
0.00/0.00 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.00/0.00 c
0.00/0.00 c starting search after 0.0 seconds
0.00/0.00 c no decision limit
0.00/0.00 c
0.00/0.00 c original/binary fixed eliminated learned agility
0.00/0.00 c seconds variables equivalent conflicts height MB
0.00/0.00 c
0.00/0.00 c * 0.0 10580 2948 34 132 0 0 0 0.0 0 1
0.00/0.02 c - 0.0 10491 2493 55 199 367 0 1000 0.0 0 1
0.00/0.03 c - 0.0 8848 1773 55 199 1087 0 1000 0.0 0 1
0.00/0.05 c s 0.0 7661 1214 55 199 1646 0 0 0.0 0 1
0.00/0.05 c l 0.0 7661 1214 55 199 1646 0 6403 0.0 0 1
0.00/0.05 c R 0.1 7661 1214 55 199 1646 101 101 38.6 23 1
0.00/0.06 c R 0.1 7662 1214 55 199 1646 201 201 34.1 22 1
0.06/0.09 c N 0.1 7664 1214 55 199 1646 802 802 32.0 32 1
0.09/0.10 c B 0.1 7664 1214 55 199 1646 1000 1000 31.4 36 1
0.09/0.16 c s 0.2 7666 1214 55 199 1646 1788 1788 29.7 34 1
0.09/0.16 c B 0.2 7672 1214 55 199 1646 2003 2002 29.3 25 1
0.09/0.18 c N 0.2 7688 1213 55 200 1646 2412 2404 28.1 28 1
0.29/0.30 c s 0.3 7698 1213 55 200 1646 4052 4039 55.7 33 2
0.39/0.44 c + 0.4 7730 1213 55 200 1646 6404 7043 45.8 20 3
0.39/0.45 c R 0.4 7730 1213 55 200 1646 6420 6402 45.8 21 3
0.49/0.50 c s 0.5 7839 1213 55 200 1646 7254 7084 43.3 34 2
0.49/0.50 c - 0.5 7839 1213 55 200 1646 7254 6973 43.3 34 2
0.49/0.53 c + 0.5 7844 1212 55 201 1646 7925 7670 42.1 35 3
0.49/0.54 c B 0.5 7844 1212 55 201 1646 8004 7088 42.0 33 3
0.69/0.70 c
0.69/0.70 c original/binary fixed eliminated learned agility
0.69/0.70 c seconds variables equivalent conflicts height MB
0.69/0.70 c
0.69/0.70 c + 0.7 7847 1212 55 201 1646 9905 8437 39.1 33 3
0.69/0.77 c s 0.8 7845 1212 55 201 1646 10737 8451 37.9 24 3
0.89/0.91 c + 0.9 7853 1212 55 201 1646 12381 9280 37.8 32 3
1.10/1.12 c s 1.1 7851 1209 55 204 1646 14723 9363 38.0 30 3
1.19/1.21 c + 1.2 7921 1209 55 204 1646 15476 10208 37.4 26 4
1.19/1.27 c N 1.3 7921 1209 55 204 1646 16038 9868 36.9 27 4
1.39/1.47 c s 1.5 7914 1209 55 204 1646 17808 10235 36.2 29 4
1.49/1.52 c + 1.5 7920 1209 55 204 1646 19347 11228 35.1 26 4
1.79/1.81 c s 1.8 7935 1209 55 204 1646 22716 11312 34.5 29 3
1.79/1.88 c B 1.9 7989 1208 55 205 1646 24009 11314 34.3 32 4
1.79/1.89 c + 1.9 7989 1208 55 205 1646 24180 12350 34.3 34 4
2.10/2.17 c s 2.2 7982 1208 55 205 1646 27404 12405 34.1 23 3
2.39/2.40 c + 2.4 8001 1208 55 205 1646 30225 13585 38.1 31 4
2.49/2.57 c s 2.6 8033 1208 55 205 1646 31821 13667 38.1 28 4
2.99/3.03 c s 3.0 7906 1194 55 205 1660 36377 11942 36.6 24 3
3.09/3.12 c + 3.1 7906 1194 55 205 1660 37780 14943 36.4 25 4
3.09/3.17 c N 3.2 7908 1194 55 205 1660 38493 14058 36.2 30 4
3.39/3.43 c s 3.4 7909 1194 55 205 1660 40852 14971 36.0 26 4
3.89/3.96 c s 4.0 7936 1194 55 205 1660 45644 15101 35.2 38 4
4.09/4.10 c
4.09/4.10 c original/binary fixed eliminated learned agility
4.09/4.10 c seconds variables equivalent conflicts height MB
4.09/4.10 c
4.09/4.10 c + 4.1 7959 1194 55 205 1660 47225 16437 35.3 34 5
4.40/4.46 c s 4.5 7962 1194 55 205 1660 50746 16525 34.4 32 4
4.89/5.00 c s 5.0 7985 1194 55 205 1660 56280 16469 34.0 26 4
5.19/5.24 c + 5.2 7985 1194 55 205 1660 59030 18080 34.0 28 5
5.50/5.56 c s 5.6 8004 1194 55 205 1660 62353 18227 33.7 33 5
5.59/5.66 c B 5.7 8006 1194 55 205 1660 64021 18106 33.7 28 5
6.09/6.14 c s 6.1 8008 1194 55 205 1660 69402 18136 33.2 30 5
6.60/6.62 c + 6.6 8041 1194 55 205 1660 73786 19888 33.3 27 5
6.69/6.74 c s 6.7 8033 1194 55 205 1660 74680 19039 33.2 34 5
7.29/7.34 c s 7.3 8036 1194 55 205 1660 80141 19974 34.3 29 5
7.89/7.93 c s 7.9 8050 1194 55 205 1660 87209 19954 33.3 26 5
7.99/8.08 c N 8.1 8059 1194 55 205 1660 89788 19910 32.8 25 5
8.19/8.24 c + 8.2 8059 1194 55 205 1660 92230 21876 32.5 30 5
8.39/8.48 c s 8.5 8059 1194 55 205 1660 94058 21765 32.3 28 4
9.09/9.14 c s 9.1 8043 1191 55 206 1662 99051 21598 31.7 28 4
9.09/9.14 c - 9.1 8043 1191 55 206 1662 99051 21658 31.7 28 4
9.80/9.83 c s 9.8 8051 1191 55 206 1662 106845 21741 31.0 21 5
10.49/10.51 c s 10.5 8058 1191 55 206 1662 113569 21771 30.9 30 5
10.49/10.57 c + 10.6 8059 1191 55 206 1662 114133 23823 30.8 32 6
11.19/11.22 c
11.19/11.22 c original/binary fixed eliminated learned agility
11.19/11.22 c seconds variables equivalent conflicts height MB
11.19/11.22 c
11.19/11.22 c s 11.2 8059 1191 55 206 1662 120042 23906 30.9 34 6
11.89/11.98 c s 12.0 8060 1191 55 206 1662 127687 23889 31.2 28 6
12.69/12.76 c s 12.8 8061 1191 55 206 1662 134174 23830 31.1 20 6
13.59/13.66 c + 13.7 8061 1191 55 206 1662 142666 26205 30.7 36 7
14.99/15.03 c s 15.0 8062 1191 55 206 1662 154026 26474 30.1 30 6
15.59/15.69 c B 15.7 8071 1191 55 206 1662 160053 26319 30.5 32 7
15.79/15.80 c s 15.8 8073 1191 55 206 1662 161421 26217 30.4 21 6
16.59/16.62 c s 16.6 8074 1191 55 206 1662 169086 26300 30.7 35 6
17.39/17.43 c s 17.4 8082 1191 55 206 1662 176597 26322 30.7 29 6
17.50/17.60 c + 17.6 8082 1191 55 206 1662 178330 28825 31.4 27 7
18.29/18.31 c s 18.3 8083 1191 55 206 1662 186477 28873 34.2 33 7
20.29/20.36 c N 20.4 8083 1191 55 206 1662 205192 28859 34.2 26 8
22.19/22.25 c + 22.3 8083 1191 55 206 1662 222911 31707 33.5 32 8
22.69/22.78 c s 22.8 8084 1191 55 206 1662 226932 31794 33.3 29 8
23.89/23.93 c s 23.9 8086 1191 55 206 1662 236351 31783 33.4 28 8
24.99/25.05 c s 25.1 8093 1191 55 206 1662 244744 31781 33.2 27 8
26.49/26.57 c s 26.6 8094 1191 55 206 1662 258483 32300 32.8 22 8
27.59/27.62 c s 27.6 8100 1191 55 206 1662 266882 31831 32.6 34 7
29.09/29.10 c + 29.1 8100 1191 55 206 1662 278636 34877 32.5 29 8
29.60/29.60 c
29.60/29.60 c original/binary fixed eliminated learned agility
29.60/29.60 c seconds variables equivalent conflicts height MB
29.60/29.60 c
29.60/29.60 c s 29.6 8102 1191 55 206 1662 282105 34910 32.3 24 7
32.69/32.76 c s 32.8 8104 1191 55 206 1662 306166 34981 31.9 24 9
36.19/36.28 c s 36.3 8105 1191 55 206 1662 331283 47200 31.9 25 12
37.79/37.89 c s 37.9 8127 1191 55 206 1662 344550 34940 31.6 31 9
38.39/38.41 c + 38.4 8127 1191 55 206 1662 348295 38364 31.7 29 9
42.29/42.30 c s 42.3 8128 1191 55 206 1662 378140 38527 32.0 33 10
42.99/43.07 c B 43.1 8128 1191 55 206 1662 384112 38479 31.9 35 11
43.69/43.73 c s 43.7 8129 1191 55 206 1662 388379 38413 32.0 29 10
44.99/45.04 c s 45.0 8146 1191 55 206 1662 398779 38428 32.4 25 9
48.69/48.78 c s 48.8 8150 1191 55 206 1662 427754 38404 32.1 27 10
49.39/49.50 c + 49.5 8156 1191 55 206 1662 435365 42200 31.9 25 9
49.99/50.02 c s 50.0 8156 1191 55 206 1662 438554 41566 31.9 27 9
53.49/53.55 c N 53.6 8156 1191 55 206 1662 461585 42265 31.7 25 10
61.29/61.33 c s 61.3 8158 1191 55 206 1662 513289 42333 31.2 25 10
63.99/64.02 c s 64.0 8160 1191 55 206 1662 532449 42230 31.4 22 10
65.59/65.63 c s 65.6 8167 1191 55 206 1662 542370 42263 31.3 30 10
65.79/65.84 c + 65.8 8167 1191 55 206 1662 544206 46420 31.4 23 10
85.59/85.65 c + 85.7 8167 1191 55 206 1662 680255 51062 30.7 39 17
89.40/89.47 c s 89.5 8168 1191 55 206 1662 702511 51100 30.5 33 15
91.40/91.47 c
91.40/91.47 c original/binary fixed eliminated learned agility
91.40/91.47 c seconds variables equivalent conflicts height MB
91.40/91.47 c
91.40/91.47 c s 91.5 8169 1191 55 206 1662 715892 51161 30.5 37 14
93.30/93.39 c s 93.4 8170 1191 55 206 1662 728553 51149 30.6 31 13
111.30/111.31 c + 111.3 8170 1191 55 206 1662 850315 56168 30.7 38 17
118.20/118.24 c B 118.2 8170 1191 55 206 1662 896215 56213 30.4 35 22
140.19/140.23 c N 140.2 8170 1191 55 206 1662 1025635 65967 30.1 35 18
144.19/144.21 c s 144.2 8172 1191 55 206 1662 1043985 42190 30.0 25 9
146.69/146.78 c + 146.8 8172 1191 55 206 1662 1062890 61784 30.0 27 15
162.19/162.20 c s 162.2 8174 1191 55 206 1662 1149300 69681 30.0 24 19
171.79/171.83 c s 171.8 8175 1191 55 206 1662 1204294 61783 29.8 22 15
184.29/184.31 c s 184.3 8177 1191 55 206 1662 1276366 61893 29.8 23 15
190.89/190.97 c s 191.0 8120 1187 55 207 1665 1315785 60076 29.7 21 13
192.99/193.08 c + 193.1 8121 1187 55 207 1665 1328613 67962 29.6 28 15
193.50/193.56 c s 193.6 8121 1187 55 207 1665 1330995 64229 29.6 26 15
196.49/196.50 c s 196.5 8122 1187 55 207 1665 1347996 68029 29.6 31 16
199.59/199.64 c s 199.6 8123 1187 55 207 1665 1366104 68104 29.7 34 17
255.11/255.10 c + 255.1 8123 1187 55 207 1665 1660768 74758 29.0 29 16
284.20/284.23 c s 284.2 8124 1187 55 207 1665 1809011 74775 28.8 21 17
327.20/327.21 c s 327.2 8127 1187 55 207 1665 2041816 74782 28.8 24 20
328.70/328.72 c B 328.7 8127 1187 55 207 1665 2048420 74882 28.8 39 21
333.70/333.72 c
333.70/333.72 c original/binary fixed eliminated learned agility
333.70/333.72 c seconds variables equivalent conflicts height MB
333.70/333.72 c
333.70/333.72 c + 333.7 8127 1187 55 207 1665 2075961 82233 28.8 30 22
341.70/341.70 c s 341.7 8128 1187 55 207 1665 2116257 82424 28.7 40 20
345.60/345.69 c s 345.7 8129 1187 55 207 1665 2136710 82309 28.7 30 20
374.20/374.20 c N 374.2 8129 1187 55 207 1665 2256168 82301 28.5 30 22
387.80/387.88 c s 387.9 8130 1187 55 207 1665 2312807 82321 28.3 35 16
391.40/391.49 c s 391.5 8133 1187 55 207 1665 2332195 82251 28.3 24 17
426.10/426.14 c s 426.2 8134 1187 55 207 1665 2499119 82272 28.2 26 18
430.30/430.30 c s 430.3 8136 1187 55 207 1665 2519087 82253 28.2 32 19
446.30/446.38 c s 446.4 8137 1187 55 207 1665 2591370 82347 28.1 25 18
447.10/447.14 c + 447.2 8137 1187 55 207 1665 2594952 90456 28.1 30 20
480.50/480.59 c s 480.6 8139 1187 55 207 1665 2752779 90512 28.0 25 21
500.10/500.13 c s 500.1 8141 1187 55 207 1665 2844279 90487 28.0 24 21
531.60/531.62 c s 531.6 8143 1187 55 207 1665 2983310 90465 27.8 25 22
565.61/565.66 c s 565.7 8144 1187 55 207 1665 3143324 90629 28.2 40 21
570.31/570.39 c s 570.4 8148 1187 55 207 1665 3165204 90565 28.2 29 21
587.21/587.28 c + 587.3 8148 1187 55 207 1665 3243691 99501 28.2 32 25
647.71/647.74 c s 647.8 8149 1187 55 207 1665 3508819 144323 28.0 31 38
655.91/655.98 c s 656.0 8150 1187 55 207 1665 3544538 99586 28.0 29 26
778.31/778.39 c + 778.4 8150 1187 55 207 1665 4054610 109451 27.9 25 32
798.62/798.64 c
798.62/798.64 c original/binary fixed eliminated learned agility
798.62/798.64 c seconds variables equivalent conflicts height MB
798.62/798.64 c
798.62/798.64 c s 798.7 8151 1187 55 207 1665 4121710 109573 27.8 23 24
821.62/821.69 c s 821.7 8153 1187 55 207 1665 4209301 109536 27.7 24 25
921.42/921.46 c B 921.5 8153 1187 55 207 1665 4608865 109468 27.6 24 34
1000.12/1000.11 c N 1000.1 8153 1187 55 207 1665 4922107 109516 27.4 34 35
1011.92/1011.99 c s 1012.0 8154 1187 55 207 1665 4966301 109457 27.4 21 26
1017.62/1017.67 c s 1017.7 8139 1184 55 209 1666 4995561 108164 27.4 33 26
1023.02/1023.09 c s 1023.1 8141 1182 56 210 1666 5018049 109508 27.3 30 24
1033.32/1033.35 c + 1033.4 8141 1182 56 210 1666 5068262 120396 27.3 34 29
1114.72/1114.77 c s 1114.8 8110 1181 56 210 1667 5364007 120435 27.1 24 27
1122.52/1122.55 c s 1122.6 8113 1181 56 210 1667 5394805 120503 27.1 36 28
1130.83/1130.82 c s 1130.9 8114 1181 56 210 1667 5422812 120664 27.1 26 28
1175.42/1175.48 c s 1175.5 8115 1181 56 210 1667 5588617 120426 27.2 29 26
1249.13/1249.10 c s 1249.1 8117 1181 56 210 1667 5860627 120458 27.0 25 27
1300.03/1300.00 c
1300.03/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.03/1300.00 c
1300.03/1300.00 c 6054236 conflicts, 10089699 decisions, 1 random
1300.03/1300.00 c 0 iterations, 712 restarts, 9012 skipped
1300.03/1300.00 c 31 enlarged, 529 shrunken, 59197 rescored, 1277 rebiased
1300.03/1300.00 c 86 simplifications, 5 reductions
1300.03/1300.00 c
1300.03/1300.00 c vars: 56 fixed, 210 equiv, 1667 elim, 213 merged
1300.03/1300.00 c elim: 191785 resolutions, 6 phases, 6 rounds
1300.03/1300.00 c sbst: 97% substituted, 0.0% nots, 79.0% ands, 21.0% xors, 0.0% ites
1300.03/1300.00 c arty: 2.03 and 2.00 xor average arity
1300.03/1300.00 c prbe: 657717 probed, 272 phases, 274 rounds
1300.03/1300.00 c prbe: 19 failed, 0 lifted, 0 merged
1300.03/1300.00 c sccs: 0 non trivial, 0 fixed, 0 merged
1300.03/1300.00 c hash: 0 units, 213 merged
1300.03/1300.00 c mins: 337893941 learned, 40% deleted, 1747 strong, 76 depth
1300.03/1300.00 c subs: 725 forward, 508 backward, 339 doms
1300.03/1300.00 c strs: 835 forward, 150 backward
1300.03/1300.00 c doms: 350 dominators, 42 high, 1 low
1300.03/1300.00 c prps: 1112048421 propagations, 0.86 megaprops
1300.03/1300.00 c
1300.03/1300.00 c 1300.0 seconds, 51 MB max, 1404 MB recycled
1300.03/1300.00 c
1300.03/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.03/1300.00 c
Verifier Data
ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.0 (svn: 935)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308344-1303983196/watcher-3308344-1303983196 -o /tmp/evaluation-result-3308344-1303983196/solver-3308344-1303983196 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308344-1303983196.cnf
running on 2 cores: 1,3
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 14043
/proc/meminfo: memFree=13809944/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=1664 CPUtime=0 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 336 0 0 0 0 0 0 0 21 0 1 0 509917627 1703936 293 33554432000 134512640 135151029 4293150720 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 416 294 65 156 0 259 0
[startup+0.0669271 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 14043
/proc/meminfo: memFree=13809944/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=2540 CPUtime=0.06 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 554 0 0 0 6 0 0 0 21 0 1 0 509917627 2600960 510 33554432000 134512640 135151029 4293150720 18446744073709551615 134551784 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 635 510 80 156 0 478 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2540
[startup+0.100911 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 14043
/proc/meminfo: memFree=13809944/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=2540 CPUtime=0.09 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 555 0 0 0 9 0 0 0 21 0 1 0 509917627 2600960 511 33554432000 134512640 135151029 4293150720 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 635 511 80 156 0 478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2540
[startup+0.300874 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 14043
/proc/meminfo: memFree=13809944/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=3068 CPUtime=0.29 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 712 0 0 0 29 0 0 0 22 0 1 0 509917627 3141632 668 33554432000 134512640 135151029 4293150720 18446744073709551615 134531585 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 767 668 80 156 0 610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3068
[startup+0.700802 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 14043
/proc/meminfo: memFree=13809944/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=4108 CPUtime=0.69 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 944 0 0 0 69 0 0 0 24 0 1 0 509917627 4206592 900 33554432000 134512640 135151029 4293150720 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 1027 900 80 156 0 870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4108
[startup+1.50066 s]
/proc/loadavg: 0.00 0.00 0.00 4/185 14044
/proc/meminfo: memFree=13802752/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=5272 CPUtime=1.49 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 1260 0 0 0 149 0 0 0 25 0 1 0 509917627 5398528 1216 33554432000 134512640 135151029 4293150720 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 1318 1216 80 156 0 1161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5272
[startup+3.10037 s]
/proc/loadavg: 0.24 0.05 0.02 4/185 14044
/proc/meminfo: memFree=13799032/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=5620 CPUtime=3.09 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 1355 0 0 0 309 0 0 0 25 0 1 0 509917627 5754880 1306 33554432000 134512640 135151029 4293150720 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 1405 1306 80 156 0 1248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5620
[startup+6.30079 s]
/proc/loadavg: 0.24 0.05 0.02 5/190 14054
/proc/meminfo: memFree=13765068/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=7064 CPUtime=6.29 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 1709 0 0 0 629 0 0 0 25 0 1 0 509917627 7233536 1660 33554432000 134512640 135151029 4293150720 18446744073709551615 134555008 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 1766 1660 80 156 0 1609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7064
[startup+12.7006 s]
/proc/loadavg: 0.82 0.18 0.06 5/190 14054
/proc/meminfo: memFree=13749120/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=8308 CPUtime=12.69 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 2008 0 0 0 1269 0 0 0 25 0 1 0 509917627 8507392 1959 33554432000 134512640 135151029 4293150720 18446744073709551615 134554817 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 2077 1959 80 156 0 1920 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8308
[startup+25.5003 s]
/proc/loadavg: 1.31 0.30 0.10 5/190 14054
/proc/meminfo: memFree=13737564/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=11068 CPUtime=25.49 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 2717 0 0 0 2549 0 0 0 25 0 1 0 509917627 11333632 2663 33554432000 134512640 135151029 4293150720 18446744073709551615 134554875 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 2767 2663 80 156 0 2610 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11068
[startup+51.1006 s]
/proc/loadavg: 2.22 0.60 0.20 5/190 14055
/proc/meminfo: memFree=13710588/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=14948 CPUtime=51.09 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 3687 0 0 0 5109 0 0 0 25 0 1 0 509917627 15306752 3620 33554432000 134512640 135151029 4293150720 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 3737 3620 80 156 0 3580 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 14948
[startup+102.306 s]
/proc/loadavg: 3.29 1.17 0.42 5/190 14056
/proc/meminfo: memFree=13683536/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=20688 CPUtime=102.3 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 5135 0 0 0 10229 1 0 0 25 0 1 0 509917627 21184512 5046 33554432000 134512640 135151029 4293150720 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 5172 5046 80 156 0 5015 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 20688
[startup+162.3 s]
/proc/loadavg: 3.74 1.68 0.64 5/190 14058
/proc/meminfo: memFree=13656608/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=28140 CPUtime=162.29 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 6970 0 0 0 16228 1 0 0 25 0 1 0 509917627 28815360 6880 33554432000 134512640 135151029 4293150720 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 7035 6880 80 156 0 6878 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28140
[startup+222.3 s]
/proc/loadavg: 3.90 2.10 0.85 5/190 14060
/proc/meminfo: memFree=13649020/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=28140 CPUtime=222.29 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 6972 0 0 0 22228 1 0 0 25 0 1 0 509917627 28815360 6882 33554432000 134512640 135151029 4293150720 18446744073709551615 134520432 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 7035 6882 80 156 0 6878 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28140
[startup+282.301 s]
/proc/loadavg: 3.96 2.42 1.03 5/190 14061
/proc/meminfo: memFree=13625692/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=32036 CPUtime=282.3 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 8000 0 0 0 28228 2 0 0 25 0 1 0 509917627 32804864 7885 33554432000 134512640 135151029 4293150720 18446744073709551615 134552123 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 8009 7885 80 156 0 7852 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 32036
[startup+342.301 s]
/proc/loadavg: 3.98 2.72 1.22 5/190 14063
/proc/meminfo: memFree=13623936/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=32036 CPUtime=342.3 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 8005 0 0 0 34228 2 0 0 25 0 1 0 509917627 32804864 7890 33554432000 134512640 135151029 4293150720 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 8009 7890 80 156 0 7852 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 32036
[startup+402.301 s]
/proc/loadavg: 4.07 2.95 1.39 5/190 14091
/proc/meminfo: memFree=13548104/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=32092 CPUtime=402.3 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 8171 0 0 0 40228 2 0 0 25 0 1 0 509917627 32862208 7915 33554432000 134512640 135151029 4293150720 18446744073709551615 134580625 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 8023 7915 80 156 0 7866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32092
[startup+462.301 s]
/proc/loadavg: 4.06 3.17 1.56 5/190 14093
/proc/meminfo: memFree=13441556/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=37844 CPUtime=462.3 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 9518 0 0 0 46228 2 0 0 25 0 1 0 509917627 38752256 9262 33554432000 134512640 135151029 4293150720 18446744073709551615 134580752 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 9461 9262 80 156 0 9304 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 37844
[startup+522.301 s]
/proc/loadavg: 4.02 3.31 1.70 5/190 14095
/proc/meminfo: memFree=13403860/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=37844 CPUtime=522.3 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 9566 0 0 0 52228 2 0 0 25 0 1 0 509917627 38752256 9310 33554432000 134512640 135151029 4293150720 18446744073709551615 134551374 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 9461 9310 80 156 0 9304 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 37844
[startup+582.301 s]
/proc/loadavg: 4.00 3.44 1.85 5/190 14096
/proc/meminfo: memFree=13335024/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=37844 CPUtime=582.31 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 9568 0 0 0 58229 2 0 0 25 0 1 0 509917627 38752256 9312 33554432000 134512640 135151029 4293150720 18446744073709551615 134580450 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 9461 9312 80 156 0 9304 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 37844
[startup+642.301 s]
/proc/loadavg: 4.00 3.54 1.99 5/190 14098
/proc/meminfo: memFree=13292112/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=40628 CPUtime=642.31 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 10213 0 0 0 64229 2 0 0 25 0 1 0 509917627 41603072 9957 33554432000 134512640 135151029 4293150720 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 10157 9957 80 156 0 10000 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 40628
[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.11 5/190 14099
/proc/meminfo: memFree=13257732/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=47780 CPUtime=702.31 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 11995 0 0 0 70228 3 0 0 25 0 1 0 509917627 48926720 11739 33554432000 134512640 135151029 4293150720 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 11945 11739 80 156 0 11788 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 47780
[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.22 5/190 14101
/proc/meminfo: memFree=13243336/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=47780 CPUtime=762.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 11998 0 0 0 76229 3 0 0 25 0 1 0 509917627 48926720 11742 33554432000 134512640 135151029 4293150720 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 11945 11742 80 156 0 11788 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 47780
[startup+822.3 s]
/proc/loadavg: 4.00 3.74 2.33 5/190 14103
/proc/meminfo: memFree=13184548/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=48088 CPUtime=822.31 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 12074 0 0 0 82228 3 0 0 25 0 1 0 509917627 49242112 11818 33554432000 134512640 135151029 4293150720 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 12022 11818 80 156 0 11865 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 48088
[startup+882.3 s]
/proc/loadavg: 4.00 3.79 2.43 5/190 14104
/proc/meminfo: memFree=13121160/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=48088 CPUtime=882.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 12092 0 0 0 88229 3 0 0 25 0 1 0 509917627 49242112 11836 33554432000 134512640 135151029 4293150720 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 12022 11836 80 156 0 11865 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 48088
[startup+942.3 s]
/proc/loadavg: 4.00 3.82 2.53 5/190 14106
/proc/meminfo: memFree=13079476/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=48852 CPUtime=942.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 12278 0 0 0 94229 3 0 0 25 0 1 0 509917627 50024448 12022 33554432000 134512640 135151029 4293150720 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 12213 12022 80 156 0 12056 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 48852
[startup+1002.3 s]
/proc/loadavg: 4.09 3.88 2.63 5/190 14107
/proc/meminfo: memFree=13017824/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=50324 CPUtime=1002.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 12544 0 0 0 100229 3 0 0 25 0 1 0 509917627 51531776 12288 33554432000 134512640 135151029 4293150720 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 12581 12288 80 156 0 12424 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 50324
[startup+1062.3 s]
/proc/loadavg: 4.03 3.90 2.71 5/190 14109
/proc/meminfo: memFree=13008508/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=54116 CPUtime=1062.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 14094 0 0 0 106228 4 0 0 25 0 1 0 509917627 55414784 13345 33554432000 134512640 135151029 4293150720 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 13529 13345 80 156 0 13372 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 54116
[startup+1122.3 s]
/proc/loadavg: 4.07 3.93 2.79 5/190 14111
/proc/meminfo: memFree=13008104/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=54416 CPUtime=1122.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 14158 0 0 0 112228 4 0 0 25 0 1 0 509917627 55721984 13409 33554432000 134512640 135151029 4293150720 18446744073709551615 134567925 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 13604 13409 80 156 0 13447 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 54416
[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.86 5/190 14112
/proc/meminfo: memFree=12981928/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=54416 CPUtime=1182.32 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 14170 0 0 0 118228 4 0 0 25 0 1 0 509917627 55721984 13421 33554432000 134512640 135151029 4293150720 18446744073709551615 134554890 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 13604 13421 80 156 0 13447 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 54416
[startup+1242.3 s]
/proc/loadavg: 4.01 3.95 2.94 5/190 14114
/proc/meminfo: memFree=12981664/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=54772 CPUtime=1242.33 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 14250 0 0 0 124229 4 0 0 25 0 1 0 509917627 56086528 13501 33554432000 134512640 135151029 4293150720 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 13693 13501 80 156 0 13536 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 54772
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 4.00 3.95 2.99 4/188 14116
/proc/meminfo: memFree=13028156/32951124 swapFree=67111528/67111528
[pid=14043] ppid=14041 vsize=54132 CPUtime=1300.03 cores=1,3
/proc/14043/stat : 14043 (precosat) R 14041 14043 13993 0 -1 4202496 14256 0 0 0 129999 4 0 0 25 0 1 0 509917627 55431168 13414 33554432000 134512640 135151029 4293150720 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14043/statm: 13533 13414 80 156 0 13376 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 54132
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1300
CPU system time (s): 0.047992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 54772
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3714
runsolver used 2.12468 second user time and 4.98324 second system time
The end
Launcher Data
Begin job on node138 at 2011-04-28 11:33:17
IDJOB=3308344
IDBENCH=20401
IDSOLVER=1690
FILE ID=node138/3308344-1303983196
RUNJOBID= node138-1303983196-14013
PBS_JOBID= 13168688
Free space on /tmp= 71812 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308344-1303983196/watcher-3308344-1303983196 -o /tmp/evaluation-result-3308344-1303983196/solver-3308344-1303983196 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308344-1303983196.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=306077417
node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.70
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.80
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.854
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 13810108 kB
Buffers: 2087784 kB
Cached: 16414964 kB
SwapCached: 0 kB
Active: 10693276 kB
Inactive: 7881048 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 13810108 kB
SwapTotal: 67111528 kB
SwapFree: 67111528 kB
Dirty: 2764 kB
Writeback: 0 kB
AnonPages: 70832 kB
Mapped: 15588 kB
Slab: 503072 kB
PageTables: 4792 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 236876 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 71796 MiB
End job on node138 at 2011-04-28 11:54:59