Trace number 315705

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.06 1200.45

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark217.784
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

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:  509512                                               |
0.00/0.00	c |  Number of clauses:    1529045                                              |
4.09/4.15	c |  Parsing time:         3.95         s                                       |
50.26/50.37	c ============================[ Search Statistics ]==============================
50.26/50.37	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.26/50.37	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.26/50.37	c ===============================================================================
50.26/50.37	c |         0 |  131809   828250  2831437 |   276083        0    nan |  0.000 % |
51.57/51.60	c |       101 |  131809   828250  2831437 |   303691      101     17 |  0.261 % |
53.17/53.28	c |       251 |  131806   828250  2831437 |   334060      248     15 |  0.262 % |
59.66/59.74	c |       476 |  131805   828250  2831437 |   367466      472    221 |  0.262 % |
62.57/62.65	c |       813 |  131804   826375  2825670 |   404213      802    144 |  0.262 % |
67.76/67.85	c |      1320 |  131802   824209  2818658 |   444634     1308     98 |  0.263 % |
74.76/74.84	c |      2079 |  131801   824209  2818658 |   489098     2066     74 |  0.263 % |
83.35/83.50	c |      3218 |  131801   824204  2818642 |   538008     3192     53 |  0.263 % |
101.85/101.90	c |      4926 |  131799   823651  2816996 |   591809     4898     53 |  0.263 % |
126.54/126.66	c |      7488 |  131795   821660  2810592 |   650990     7434     48 |  0.264 % |
169.23/169.30	c |     11333 |  131794   821627  2810460 |   716089    11260     45 |  0.264 % |
222.11/222.23	c |     17099 |  131790   820410  2806421 |   787697    16972     54 |  0.265 % |
321.58/321.77	c |     25748 |  131785   817002  2794928 |   866467    25616     48 |  0.266 % |
500.12/500.31	c |     38723 |  131776   811292  2777393 |   953114    38582     51 |  0.268 % |
800.13/800.47	c |     58186 |  131770   809868  2772855 |  1048425    57958     52 |  0.269 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-315705-1172657730 -o ROOT/results/node69/solver-315705-1172657730 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315705-1172657730/minisat /tmp/evaluation/315705-1172657730/instance-315705-1172657730.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.92 0.98 0.99 3/64 9795
/proc/meminfo: memFree=1865896/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=2208 CPUtime=0
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 467 0 0 0 0 0 0 0 18 0 1 0 285730717 2260992 451 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134553294 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 552 451 58 138 0 411 0

[startup+0.0523119 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9795
/proc/meminfo: memFree=1865896/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=5832 CPUtime=0.04
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 1336 0 0 0 4 0 0 0 18 0 1 0 285730717 5971968 1320 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 1458 1320 58 138 0 1317 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5832

[startup+0.101319 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9795
/proc/meminfo: memFree=1865896/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=9664 CPUtime=0.09
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 2122 0 0 0 9 0 0 0 18 0 1 0 285730717 9895936 2106 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134525446 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 2416 2106 58 138 0 2275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9664

[startup+0.301352 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9795
/proc/meminfo: memFree=1865896/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=20476 CPUtime=0.29
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 4622 0 0 0 28 1 0 0 19 0 1 0 285730717 20967424 4606 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 5119 4606 58 138 0 4978 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20476

[startup+0.701418 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9795
/proc/meminfo: memFree=1865896/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=36512 CPUtime=0.7
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 8508 0 0 0 66 4 0 0 23 0 1 0 285730717 37388288 8492 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 9128 8492 58 138 0 8987 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 36512

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9796
/proc/meminfo: memFree=1821856/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=71584 CPUtime=1.49
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 15676 0 0 0 141 8 0 0 25 0 1 0 285730717 73302016 15660 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 17896 15660 58 138 0 17755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71584

[startup+3.10182 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9796
/proc/meminfo: memFree=1783264/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=119844 CPUtime=3.09
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 27576 0 0 0 294 15 0 0 25 0 1 0 285730717 122720256 27560 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134525022 0 0 4096 3 0 0 0 17 0 0 0
/proc/9795/statm: 29961 27560 58 138 0 29820 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119844

[startup+6.30133 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1724832/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=165236 CPUtime=6.28
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 36570 0 0 0 608 20 0 0 25 0 1 0 285730717 169201664 36554 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134532740 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 41309 36554 70 138 0 41168 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 165236

[startup+12.7024 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1691496/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=194676 CPUtime=12.68
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 44489 0 0 0 1243 25 0 0 25 0 1 0 285730717 199348224 44473 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 48669 44473 70 138 0 48528 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 194676

[startup+25.5015 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1641128/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=248320 CPUtime=25.47
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 56482 0 0 0 2515 32 0 0 25 0 1 0 285730717 254279680 56466 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134549197 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 62080 56466 70 138 0 61939 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 248320

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620712/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=258700 CPUtime=51.07
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69458 0 0 0 5066 41 0 0 25 0 1 0 285730717 264908800 61345 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64675 61345 70 138 0 64534 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 258700

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620392/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=102.25
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69526 0 0 0 10184 41 0 0 25 0 1 0 285730717 265216000 61413 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61413 74 138 0 64609 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 259000

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620328/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=162.23
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69534 0 0 0 16182 41 0 0 25 0 1 0 285730717 265216000 61421 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61421 74 138 0 64609 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 259000

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620264/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=222.21
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69537 0 0 0 22180 41 0 0 25 0 1 0 285730717 265216000 61424 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550706 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61424 74 138 0 64609 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 259000

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620200/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=282.19
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69537 0 0 0 28178 41 0 0 25 0 1 0 285730717 265216000 61424 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134552688 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61424 74 138 0 64609 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 259000

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620136/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=342.17
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69544 0 0 0 34176 41 0 0 25 0 1 0 285730717 265216000 61431 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134555832 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61431 74 138 0 64609 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 259000

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620072/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=402.15
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69558 0 0 0 40174 41 0 0 25 0 1 0 285730717 265216000 61445 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551946 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61445 74 138 0 64609 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 259000

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620008/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=462.13
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69564 0 0 0 46172 41 0 0 25 0 1 0 285730717 265216000 61451 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61451 74 138 0 64609 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 259000

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1620072/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259000 CPUtime=522.11
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69566 0 0 0 52170 41 0 0 25 0 1 0 285730717 265216000 61453 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64750 61453 74 138 0 64609 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 259000

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619816/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259244 CPUtime=582.09
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69612 0 0 0 58168 41 0 0 25 0 1 0 285730717 265465856 61499 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550262 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64811 61499 74 138 0 64670 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 259244

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619816/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259244 CPUtime=642.08
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69617 0 0 0 64167 41 0 0 25 0 1 0 285730717 265465856 61504 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64811 61504 74 138 0 64670 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 259244

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619752/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259244 CPUtime=702.06
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69630 0 0 0 70165 41 0 0 25 0 1 0 285730717 265465856 61517 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64811 61517 74 138 0 64670 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 259244

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619688/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259244 CPUtime=762.05
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69643 0 0 0 76163 42 0 0 25 0 1 0 285730717 265465856 61530 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64811 61530 74 138 0 64670 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 259244

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619560/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259244 CPUtime=822.03
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69665 0 0 0 82161 42 0 0 25 0 1 0 285730717 265465856 61552 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134551022 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64811 61552 74 138 0 64670 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 259244

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619432/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=882.01
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69682 0 0 0 88159 42 0 0 25 0 1 0 285730717 265588736 61569 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550480 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61569 74 138 0 64700 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 259364

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619432/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=941.99
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69693 0 0 0 94157 42 0 0 25 0 1 0 285730717 265588736 61580 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61580 74 138 0 64700 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 259364

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619368/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=1001.97
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69701 0 0 0 100155 42 0 0 25 0 1 0 285730717 265588736 61588 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61588 74 138 0 64700 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 259364

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619368/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=1061.95
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69710 0 0 0 106153 42 0 0 25 0 1 0 285730717 265588736 61597 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61597 74 138 0 64700 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 259364

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619240/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=1121.93
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69727 0 0 0 112151 42 0 0 25 0 1 0 285730717 265588736 61614 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61614 74 138 0 64700 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 259364

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619112/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=1181.91
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69738 0 0 0 118149 42 0 0 25 0 1 0 285730717 265588736 61625 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61625 74 138 0 64700 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 259364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9796
/proc/meminfo: memFree=1619048/2055920 swapFree=4184012/4192956
[pid=9795] ppid=9793 vsize=259364 CPUtime=1200
/proc/9795/stat : 9795 (minisat) R 9793 9795 8871 0 -1 4194304 69750 0 0 0 119958 42 0 0 25 0 1 0 285730717 265588736 61637 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134555832 0 0 4096 3 0 0 0 17 1 0 0
/proc/9795/statm: 64841 61637 74 138 0 64700 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 259364

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.45
CPU time (s): 1200.06
CPU user time (s): 1199.59
CPU system time (s): 0.468928
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 297848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.59
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69750
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= 1562

runsolver used 0.881865 second user time and 2.41563 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Wed Feb 28 10:15:30 UTC 2007

IDJOB= 315705
IDBENCH= 20423
IDSOLVER= 109
FILE ID= node69/315705-1172657730

PBS_JOBID= 3981201

Free space on /tmp= 66501 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= /tmp/evaluation/315705-1172657730/minisat /tmp/evaluation/315705-1172657730/instance-315705-1172657730.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-315705-1172657730 -o ROOT/results/node69/solver-315705-1172657730 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315705-1172657730/minisat /tmp/evaluation/315705-1172657730/instance-315705-1172657730.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  7cc30e40be8c690e76c3fb158623be61

RANDOM SEED= 333398548

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1866304 kB
Buffers:          4344 kB
Cached:         120956 kB
SwapCached:       2472 kB
Active:          91880 kB
Inactive:        57296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866304 kB
SwapTotal:     4192956 kB
SwapFree:      4184012 kB
Dirty:           28576 kB
Writeback:           0 kB
Mapped:          30032 kB
Slab:            26328 kB
Committed_AS:   776912 kB
PageTables:       1512 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= 66501 MiB

End job on node69 on Wed Feb 28 10:35:32 UTC 2007