Trace number 428247

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:
  1. 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, and are wall clock time (not CPU 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerCPU timeWall clock time
minimarch 2007-04-26 (fixed)UNSAT 419.326 419.435

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark412.228
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  3189                                                 |
0.00/0.00	|  Number of clauses:    11039                                                |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.03/0.07	============================[ Search Statistics ]==============================
0.03/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.07	===============================================================================
0.03/0.07	|         0 |    1213     6440    21365 |     2146        0    nan |  0.000 % |
0.03/0.08	|       100 |    1211     6440    21365 |     2361       99     18 | 10.818 % |
0.03/0.09	|       250 |    1211     6440    21365 |     2597      249     31 | 10.818 % |
0.09/0.10	|       475 |    1211     6440    21365 |     2857      474     33 | 10.818 % |
0.09/0.12	|       812 |    1211     6431    21345 |     3142      810     29 | 10.818 % |
0.09/0.16	|      1319 |    1204     6427    21337 |     3457     1314     31 | 11.038 % |
0.19/0.22	|      2080 |    1204     6427    21337 |     3802     2075     28 | 11.038 % |
0.29/0.33	|      3219 |    1202     6402    21269 |     4183     3210     34 | 11.101 % |
0.39/0.48	|      4927 |    1202     6402    21269 |     4601     2604     24 | 11.101 % |
0.69/0.78	|      7489 |    1201     6400    21265 |     5061     5165     37 | 11.132 % |
1.19/1.29	|     11333 |    1197     6384    21201 |     5567     3158     34 | 11.257 % |
2.10/2.12	|     17102 |    1197     6384    21201 |     6124     5574     50 | 11.257 % |
3.30/3.31	|     25752 |    1197     6384    21201 |     6737     4000     30 | 11.257 % |
5.09/5.17	|     38726 |    1197     6384    21201 |     7410     5693     40 | 11.257 % |
8.49/8.56	|     58188 |    1197     6384    21201 |     8151     5094     43 | 11.257 % |
13.69/13.71	|     87380 |    1197     6384    21201 |     8967     7747     43 | 11.257 % |
21.68/21.73	|    131169 |    1197     6384    21201 |     9863     7821     39 | 11.257 % |
34.78/34.85	|    196854 |    1197     6384    21201 |    10850     9427     50 | 11.257 % |
54.47/54.52	|    295381 |    1197     6384    21201 |    11935    10512     32 | 11.257 % |
85.47/85.55	|    443170 |    1197     6384    21201 |    13128    12576     41 | 11.258 % |
133.25/133.38	|    664853 |    1197     6384    21201 |    14441    12523     40 | 11.257 % |
207.04/207.10	|    997378 |    1185     6275    20827 |    15885    13257     35 | 11.634 % |
322.71/322.82	|   1496166 |    1168     6122    20345 |    17474    13907     52 | 12.167 % |
419.29/419.43	===============================================================================
419.29/419.43	lookaheads            : 456390
419.29/419.43	variable balance      : 0.00
419.29/419.43	restarts              : 23
419.29/419.43	conflicts             : 1893641        (4516 /sec)
419.29/419.43	decisions             : 2455433        (1.05 % random) (5856 /sec)
419.29/419.43	decision = positive   : 1610354
419.29/419.43	decision = negative   : 845079
419.29/419.43	propagations          : 265603313      (633471 /sec)
419.29/419.43	conflict literals     : 84265478       (39.45 % deleted)
419.29/419.43	Memory used           : 8.71 MB
419.29/419.43	CPU time              : 419.282 s
419.29/419.43	
419.29/419.43	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-428247-1177714274 -o ROOT/results/node34/solver-428247-1177714274 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428247-1177714274/minimarch_fixed /tmp/evaluation/428247-1177714274/instance-428247-1177714274.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.90 0.97 0.99 3/77 13387
/proc/meminfo: memFree=1602816/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=2296 CPUtime=0
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 250 0 0 0 0 0 0 0 18 0 1 0 219342894 2351104 235 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533077 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 574 235 51 132 0 439 0

[startup+0.037382 s]
/proc/loadavg: 0.90 0.97 0.99 3/77 13387
/proc/meminfo: memFree=1602816/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=3000 CPUtime=0.03
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 455 0 0 0 3 0 0 0 18 0 1 0 219342894 3072000 440 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 750 440 63 132 0 615 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3000

[startup+0.101387 s]
/proc/loadavg: 0.90 0.97 0.99 3/77 13387
/proc/meminfo: memFree=1602816/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=3564 CPUtime=0.09
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 577 0 0 0 9 0 0 0 18 0 1 0 219342894 3649536 562 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557821 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 891 562 67 132 0 756 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3564

[startup+0.301402 s]
/proc/loadavg: 0.90 0.97 0.99 3/77 13387
/proc/meminfo: memFree=1602816/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=3564 CPUtime=0.29
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 577 0 0 0 29 0 0 0 20 0 1 0 219342894 3649536 562 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 891 562 67 132 0 756 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3564

[startup+0.701434 s]
/proc/loadavg: 0.90 0.97 0.99 3/77 13387
/proc/meminfo: memFree=1602816/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=3696 CPUtime=0.69
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 623 0 0 0 69 0 0 0 24 0 1 0 219342894 3784704 608 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552624 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 924 608 67 132 0 789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3696

[startup+1.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1600440/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=3960 CPUtime=1.49
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 688 0 0 0 149 0 0 0 25 0 1 0 219342894 4055040 673 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551305 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 990 673 67 132 0 855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3960

[startup+3.10162 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1599736/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=4488 CPUtime=3.09
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 824 0 0 0 309 0 0 0 25 0 1 0 219342894 4595712 809 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551678 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1122 809 67 132 0 987 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4488

[startup+6.30188 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1599352/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=4620 CPUtime=6.29
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 872 0 0 0 629 0 0 0 25 0 1 0 219342894 4730880 857 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1155 857 67 132 0 1020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4620

[startup+12.7014 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1598784/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=5180 CPUtime=12.69
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 994 0 0 0 1269 0 0 0 25 0 1 0 219342894 5304320 979 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552680 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1295 979 67 132 0 1160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5180

[startup+25.5014 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1598144/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=5840 CPUtime=25.48
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1173 0 0 0 2548 0 0 0 25 0 1 0 219342894 5980160 1158 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1460 1158 67 132 0 1325 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5840

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1598016/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=5972 CPUtime=51.07
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1191 0 0 0 5107 0 0 0 25 0 1 0 219342894 6115328 1176 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1493 1176 67 132 0 1358 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5972

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1597504/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=6500 CPUtime=102.27
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1321 0 0 0 10226 1 0 0 25 0 1 0 219342894 6656000 1306 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1625 1306 67 132 0 1490 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6500

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 13388
/proc/meminfo: memFree=1596160/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=7820 CPUtime=162.25
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1654 0 0 0 16223 2 0 0 25 0 1 0 219342894 8007680 1639 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551675 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1955 1639 67 132 0 1820 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7820

[startup+222.302 s]
/proc/loadavg: 1.17 1.02 1.01 2/78 13388
/proc/meminfo: memFree=1596096/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=7820 CPUtime=222.23
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1655 0 0 0 22221 2 0 0 25 0 1 0 219342894 8007680 1640 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 1955 1640 67 132 0 1820 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7820

[startup+282.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 13388
/proc/meminfo: memFree=1595392/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8480 CPUtime=282.22
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1830 0 0 0 28219 3 0 0 25 0 1 0 219342894 8683520 1815 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551391 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2120 1815 67 132 0 1985 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 8480

[startup+342.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 13388
/proc/meminfo: memFree=1595072/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=342.2
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1907 0 0 0 34217 3 0 0 25 0 1 0 219342894 9134080 1892 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1892 67 132 0 2095 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 8920

[startup+402.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595072/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=402.19
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 40215 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 8920

Solver just ended. Dumping a history of the last processes samples

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595072/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=409.39
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 40935 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 8920

[startup+415.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595200/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=415.79
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 41575 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 415.79
Current children cumulated vsize (KiB) 8920

[startup+417.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595200/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=417.39
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 41735 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 417.39
Current children cumulated vsize (KiB) 8920

[startup+418.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595200/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=418.19
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 41815 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 418.19
Current children cumulated vsize (KiB) 8920

[startup+419.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595200/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=418.99
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 41895 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 418.99
Current children cumulated vsize (KiB) 8920

[startup+419.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595200/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=419.19
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 41915 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 419.19
Current children cumulated vsize (KiB) 8920

[startup+419.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13388
/proc/meminfo: memFree=1595200/2055920 swapFree=4159684/4192956
[pid=13387] ppid=13385 vsize=8920 CPUtime=419.29
/proc/13387/stat : 13387 (minimarch_fixed) R 13385 13387 12497 0 -1 4194304 1908 0 0 0 41925 4 0 0 25 0 1 0 219342894 9134080 1893 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/13387/statm: 2230 1893 67 132 0 2095 0
Current children cumulated CPU time (s) 419.29
Current children cumulated vsize (KiB) 8920

Child status: 20
Real time (s): 419.435
CPU time (s): 419.326
CPU user time (s): 419.282
CPU system time (s): 0.043993
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 8920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.282
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1915
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= 7
involuntary context switches= 8979

runsolver used 0.358945 second user time and 0.84987 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Fri Apr 27 22:51:15 UTC 2007

IDJOB= 428247
IDBENCH= 20393
IDSOLVER= 198
FILE ID= node34/428247-1177714274

PBS_JOBID= 4698720

Free space on /tmp= 66480 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= /tmp/evaluation/428247-1177714274/minimarch_fixed /tmp/evaluation/428247-1177714274/instance-428247-1177714274.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-428247-1177714274 -o ROOT/results/node34/solver-428247-1177714274 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428247-1177714274/minimarch_fixed /tmp/evaluation/428247-1177714274/instance-428247-1177714274.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  627e3d704e5200c3037f9c9d83c939c1

RANDOM SEED= 963504590

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603224 kB
Buffers:         48144 kB
Cached:         311796 kB
SwapCached:       3112 kB
Active:         258316 kB
Inactive:       125516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603224 kB
SwapTotal:     4192956 kB
SwapFree:      4159684 kB
Dirty:            3048 kB
Writeback:           0 kB
Mapped:          30784 kB
Slab:            54148 kB
Committed_AS:  1662988 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB

End job on node34 on Fri Apr 27 22:58:14 UTC 2007