Trace number 293769

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
minisat SAT 2007 (with assertions)? (TO) 1200.11 1200.52

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S2094099432-08.SAT.shuffled.cnf
MD5SUMf3499b88ec490ed112ebd1c4b8c12b73
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.082986
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  110                                                  |
0.00/0.00	c |  Number of clauses:    2343                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.01	c |       100 |     110     2343    11715 |      859      100     24 |  0.008 % |
0.00/0.02	c |       252 |     110     2343    11715 |      945      252     24 |  0.008 % |
0.00/0.02	c |       479 |     110     2343    11715 |     1039      479     24 |  0.008 % |
0.00/0.03	c |       817 |     110     2343    11715 |     1143      817     24 |  0.008 % |
0.00/0.05	c |      1323 |     110     2343    11715 |     1257      734     24 |  0.008 % |
0.00/0.08	c |      2084 |     110     2343    11715 |     1383      848     23 |  0.008 % |
0.10/0.12	c |      3223 |     110     2343    11715 |     1521     1281     22 |  0.008 % |
0.10/0.18	c |      4931 |     110     2343    11715 |     1674     1445     22 |  0.008 % |
0.20/0.28	c |      7494 |     110     2343    11715 |     1841     1460     22 |  0.008 % |
0.41/0.43	c |     11338 |     110     2343    11715 |     2025     1561     23 |  0.008 % |
0.61/0.66	c |     17107 |     110     2343    11715 |     2228     1151     22 |  0.008 % |
1.02/1.02	c |     25757 |     110     2343    11715 |     2451     1902     21 |  0.008 % |
1.53/1.59	c |     38733 |     110     2343    11715 |     2696     2457     22 |  0.008 % |
2.46/2.47	c |     58195 |     110     2343    11715 |     2965     1464     21 |  0.008 % |
3.79/3.84	c |     87388 |     110     2343    11715 |     3262     2193     22 |  0.008 % |
5.94/6.00	c |    131177 |     110     2343    11715 |     3588     3172     22 |  0.008 % |
9.32/9.34	c |    196862 |     110     2343    11715 |     3947     1874     21 |  0.008 % |
14.33/14.41	c |    295388 |     110     2343    11715 |     4342     2921     22 |  0.008 % |
22.42/22.47	c |    443180 |     110     2343    11715 |     4776     4232     22 |  0.008 % |
34.91/34.98	c |    664863 |     110     2343    11715 |     5254     4811     22 |  0.008 % |
54.58/54.62	c |    997390 |     110     2343    11715 |     5779     4538     21 |  0.008 % |
85.49/85.58	c |   1496179 |     110     2343    11715 |     6357     3719     22 |  0.008 % |
133.92/134.02	c |   2244361 |     110     2343    11715 |     6993     4739     21 |  0.008 % |
209.80/209.95	c |   3366635 |     110     2343    11715 |     7692     6896     21 |  0.008 % |
328.37/328.49	c |   5050047 |     110     2343    11715 |     8461     7150     21 |  0.008 % |
515.86/516.02	c |   7575164 |     110     2343    11715 |     9308     6858     22 |  0.008 % |
811.97/812.21	c |  11362839 |     110     2343    11715 |    10238     8798     23 |  0.008 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-293769-1171777390 -o ROOT/results/node67/solver-293769-1171777390 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293769-1171777390/minisat /tmp/evaluation/293769-1171777390/instance-293769-1171777390.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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: 1.00 1.00 1.00 3/64 24219
/proc/meminfo: memFree=590032/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=1892 CPUtime=0
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 197696654 1937408 124 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134532671 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 473 125 58 138 0 332 0

[startup+0.107426 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24219
/proc/meminfo: memFree=590032/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=2020 CPUtime=0.1
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 193 0 0 0 10 0 0 0 18 0 1 0 197696654 2068480 177 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134552869 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 505 177 73 138 0 364 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2020

[startup+0.515465 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24219
/proc/meminfo: memFree=590032/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=2152 CPUtime=0.51
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 229 0 0 0 51 0 0 0 21 0 1 0 197696654 2203648 213 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 538 213 73 138 0 397 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2152

[startup+1.33655 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=589384/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=2284 CPUtime=1.33
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 261 0 0 0 133 0 0 0 25 0 1 0 197696654 2338816 245 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 571 245 73 138 0 430 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2284

[startup+2.97772 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=589128/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=2416 CPUtime=2.97
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 300 0 0 0 297 0 0 0 25 0 1 0 197696654 2473984 284 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550565 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 604 284 73 138 0 463 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2416

[startup+6.25307 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=588872/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=2680 CPUtime=6.24
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 349 0 0 0 624 0 0 0 25 0 1 0 197696654 2744320 333 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550593 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 670 333 73 138 0 529 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 2680

[startup+12.7067 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=588552/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=2816 CPUtime=12.7
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 397 0 0 0 1270 0 0 0 25 0 1 0 197696654 2883584 381 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 704 381 73 138 0 563 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2816

[startup+25.5071 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=588296/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=3080 CPUtime=25.49
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 469 0 0 0 2549 0 0 0 25 0 1 0 197696654 3153920 453 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 770 453 73 138 0 629 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3080

[startup+51.1158 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=587976/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=3484 CPUtime=51.09
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 542 0 0 0 5109 0 0 0 25 0 1 0 197696654 3567616 526 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 871 526 73 138 0 730 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3484

[startup+102.325 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 24220
/proc/meminfo: memFree=587592/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=3764 CPUtime=102.29
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 638 0 0 0 10229 0 0 0 25 0 1 0 197696654 3854336 622 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 941 622 73 138 0 800 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 3764

[startup+162.342 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24220
/proc/meminfo: memFree=587208/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4168 CPUtime=162.29
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 726 0 0 0 16229 0 0 0 25 0 1 0 197696654 4268032 710 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550741 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1042 710 73 138 0 901 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 4168

[startup+222.358 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=587016/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4308 CPUtime=222.29
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 772 0 0 0 22228 1 0 0 25 0 1 0 197696654 4411392 756 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550738 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1077 756 73 138 0 936 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 4308

[startup+282.375 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586824/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4592 CPUtime=282.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 817 0 0 0 28229 1 0 0 25 0 1 0 197696654 4702208 801 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1148 801 73 138 0 1007 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 4592

[startup+342.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586696/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4592 CPUtime=342.29
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 842 0 0 0 34228 1 0 0 25 0 1 0 197696654 4702208 826 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550985 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1148 826 73 138 0 1007 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 4592

[startup+402.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586568/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4724 CPUtime=402.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 867 0 0 0 40229 1 0 0 25 0 1 0 197696654 4837376 851 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1181 851 73 138 0 1040 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 4724

[startup+462.426 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586504/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4868 CPUtime=462.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 884 0 0 0 46229 1 0 0 25 0 1 0 197696654 4984832 868 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550587 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1217 868 73 138 0 1076 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 4868

[startup+522.444 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586376/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=4868 CPUtime=522.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 911 0 0 0 52229 1 0 0 25 0 1 0 197696654 4984832 895 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551032 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1217 895 73 138 0 1076 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4868

[startup+582.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586312/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5020 CPUtime=582.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 934 0 0 0 58229 1 0 0 25 0 1 0 197696654 5140480 918 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1255 918 73 138 0 1114 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 5020

[startup+642.479 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586056/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5156 CPUtime=642.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 982 0 0 0 64229 1 0 0 25 0 1 0 197696654 5279744 966 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550587 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1289 966 73 138 0 1148 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 5156

[startup+702.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=586056/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5304 CPUtime=702.31
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 987 0 0 0 70229 2 0 0 25 0 1 0 197696654 5431296 971 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1326 971 73 138 0 1185 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 5304

[startup+762.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=585992/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5304 CPUtime=762.31
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 997 0 0 0 76229 2 0 0 25 0 1 0 197696654 5431296 981 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1326 981 73 138 0 1185 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 5304

[startup+822.533 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=585928/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5436 CPUtime=822.31
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1024 0 0 0 82229 2 0 0 25 0 1 0 197696654 5566464 1008 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1359 1008 73 138 0 1218 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 5436

[startup+882.55 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 24220
/proc/meminfo: memFree=585800/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5584 CPUtime=882.31
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1056 0 0 0 88229 2 0 0 25 0 1 0 197696654 5718016 1040 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1396 1040 73 138 0 1255 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 5584

[startup+942.565 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24220
/proc/meminfo: memFree=585736/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5584 CPUtime=942.31
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1075 0 0 0 94229 2 0 0 25 0 1 0 197696654 5718016 1059 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1396 1059 73 138 0 1255 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 5584

[startup+1002.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=585672/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5584 CPUtime=1002.32
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1086 0 0 0 100229 3 0 0 25 0 1 0 197696654 5718016 1070 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550646 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1396 1070 73 138 0 1255 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 5584

[startup+1062.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24220
/proc/meminfo: memFree=585672/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5584 CPUtime=1062.33
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1086 0 0 0 106230 3 0 0 25 0 1 0 197696654 5718016 1070 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551013 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1396 1070 73 138 0 1255 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 5584

[startup+1122.66 s]
/proc/loadavg: 1.03 1.01 1.00 2/71 24342
/proc/meminfo: memFree=584400/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5732 CPUtime=1122.3
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1091 0 0 0 112226 4 0 0 25 0 1 0 197696654 5869568 1075 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550262 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1433 1075 73 138 0 1292 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 5732

[startup+1182.7 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24418
/proc/meminfo: memFree=585416/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5732 CPUtime=1182.28
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1106 0 0 0 118224 4 0 0 25 0 1 0 197696654 5869568 1090 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1433 1090 73 138 0 1292 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 5732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.52 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 24418
/proc/meminfo: memFree=585416/2055920 swapFree=4183772/4192956
[pid=24219] ppid=24217 vsize=5732 CPUtime=1200.1
/proc/24219/stat : 24219 (minisat) R 24217 24219 23749 0 -1 4194304 1106 0 0 0 120006 4 0 0 25 0 1 0 197696654 5869568 1090 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550777 0 0 4096 3 0 0 0 17 1 0 0
/proc/24219/statm: 1433 1090 73 138 0 1292 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 5732

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): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1200.07
CPU system time (s): 0.046992
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 5732

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

runsolver used 0.763883 second user time and 2.53361 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sun Feb 18 05:43:10 UTC 2007

IDJOB= 293769
IDBENCH= 19872
IDSOLVER= 109
FILE ID= node67/293769-1171777390

PBS_JOBID= 3839540

Free space on /tmp= 66564 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S2094099432-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293769-1171777390/minisat /tmp/evaluation/293769-1171777390/instance-293769-1171777390.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-293769-1171777390 -o ROOT/results/node67/solver-293769-1171777390 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293769-1171777390/minisat /tmp/evaluation/293769-1171777390/instance-293769-1171777390.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  f3499b88ec490ed112ebd1c4b8c12b73

RANDOM SEED= 492866429

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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:        590440 kB
Buffers:         47700 kB
Cached:        1297812 kB
SwapCached:       3608 kB
Active:         719736 kB
Inactive:       635880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        590440 kB
SwapTotal:     4192956 kB
SwapFree:      4183772 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            95804 kB
Committed_AS:   606212 kB
PageTables:       1452 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= 66564 MiB

End job on node67 on Sun Feb 18 06:03:13 UTC 2007