Trace number 1807299

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. 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.
  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
minisat2-simp 070721? (TO) 1200.12 1200.44

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g4.cnf
MD5SUM58e1c9baf379890f8f9e3891acb41fa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

0.00/0.00	This is 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:  1820                                                 |
0.00/0.00	|  Number of clauses:    171155                                               |
0.09/0.11	|  Parsing time:         0.10         s                                       |
4.59/4.68	============================[ Search Statistics ]==============================
4.59/4.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.68	===============================================================================
4.59/4.68	|         0 |    1755   169335   519323 |    56445        0    nan |  0.000 % |
4.68/4.71	|       103 |    1755   169335   519323 |    62089      103    186 |  0.000 % |
4.68/4.75	|       256 |    1755   169335   519323 |    68298      256    196 |  0.000 % |
4.78/4.81	|       483 |    1755   169335   519323 |    75128      483    205 |  0.000 % |
4.78/4.88	|       822 |    1755   169335   519323 |    82641      822    196 |  0.000 % |
4.98/5.00	|      1329 |    1755   169335   519323 |    90905     1329    204 |  0.000 % |
5.08/5.19	|      2092 |    1755   169335   519323 |    99995     2092    211 |  0.000 % |
5.49/5.51	|      3231 |    1755   169335   519323 |   109995     3231    219 |  0.000 % |
6.08/6.13	|      4943 |    1755   169335   519323 |   120994     4943    222 |  0.000 % |
7.09/7.19	|      7505 |    1755   169335   519323 |   133094     7505    221 |  0.000 % |
9.08/9.15	|     11349 |    1755   169335   519323 |   146403    11349    221 |  0.000 % |
13.78/13.84	|     17117 |    1755   169335   519323 |   161044    17117    226 |  0.000 % |
20.89/20.96	|     25767 |    1755   169335   519323 |   177148    25767    218 |  0.000 % |
39.48/39.57	|     38744 |    1755   169335   519323 |   194863    38744    210 |  0.000 % |
73.86/73.91	|     58205 |    1755   169335   519323 |   214349    58205    213 |  0.000 % |
169.84/169.94	|     87400 |    1755   169335   519323 |   235784    87400    222 |  0.000 % |
351.29/351.46	|    131190 |    1755   169335   519323 |   259363   131190    229 |  0.000 % |
682.31/682.54	|    196874 |    1755   169335   519323 |   285299   196874    226 |  0.000 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1807299-1242156580/watcher-1807299-1242156580 -o /tmp/evaluation-result-1807299-1242156580/solver-1807299-1242156580 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807299-1242156580.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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24609
/proc/meminfo: memFree=1351980/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=2060 CPUtime=0
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 399 0 0 0 0 0 0 0 18 0 1 0 243690540 2109440 384 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 515 385 65 178 0 335 0

[startup+0.091047 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24609
/proc/meminfo: memFree=1351980/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=9040 CPUtime=0.08
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 2100 0 0 0 7 1 0 0 18 0 1 0 243690540 9256960 2085 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 2260 2087 65 178 0 2080 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9040

[startup+0.101047 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24609
/proc/meminfo: memFree=1351980/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=10104 CPUtime=0.09
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 2294 0 0 0 8 1 0 0 18 0 1 0 243690540 10346496 2279 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 2526 2279 65 178 0 2346 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10104

[startup+0.301068 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24609
/proc/meminfo: memFree=1351980/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=11156 CPUtime=0.29
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 2617 0 0 0 28 1 0 0 19 0 1 0 243690540 11423744 2602 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 2789 2602 80 178 0 2609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11156

[startup+0.701113 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24609
/proc/meminfo: memFree=1351980/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=11156 CPUtime=0.69
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 2617 0 0 0 68 1 0 0 23 0 1 0 243690540 11423744 2602 1992294400 134512640 135243866 4294956256 18446744073709551615 134535741 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 2789 2602 80 178 0 2609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11156

[startup+1.5022 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 24610
/proc/meminfo: memFree=1340580/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=14940 CPUtime=1.49
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 3495 0 0 0 148 1 0 0 25 0 1 0 243690540 15298560 3480 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 3735 3480 81 178 0 3555 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14940

[startup+3.10138 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 24610
/proc/meminfo: memFree=1338148/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=14940 CPUtime=3.09
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 3525 0 0 0 308 1 0 0 25 0 1 0 243690540 15298560 3510 1992294400 134512640 135243866 4294956256 18446744073709551615 134535601 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 3735 3510 81 178 0 3555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14940

[startup+6.30173 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 24610
/proc/meminfo: memFree=1339236/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=15360 CPUtime=6.28
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 4111 0 0 0 627 1 0 0 25 0 1 0 243690540 15728640 3700 1992294400 134512640 135243866 4294956256 18446744073709551615 134565166 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 3840 3700 87 178 0 3660 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15360

[startup+12.7014 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 24610
/proc/meminfo: memFree=1327908/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=25408 CPUtime=12.68
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 6618 0 0 0 1265 3 0 0 25 0 1 0 243690540 26017792 6207 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 6352 6207 87 178 0 6172 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25408

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 24610
/proc/meminfo: memFree=1316004/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=36828 CPUtime=25.48
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 9449 0 0 0 2542 6 0 0 25 0 1 0 243690540 37711872 9038 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 9207 9038 87 178 0 9027 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36828

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 24610
/proc/meminfo: memFree=1302180/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=50692 CPUtime=51.07
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 12916 0 0 0 5098 9 0 0 25 0 1 0 243690540 51908608 12505 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 12673 12505 87 178 0 12493 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50692

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 24610
/proc/meminfo: memFree=1278116/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=74700 CPUtime=102.26
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 18888 0 0 0 10211 15 0 0 25 0 1 0 243690540 76492800 18477 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 18675 18477 87 178 0 18495 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74700

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1262116/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=90672 CPUtime=162.24
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 22901 0 0 0 16205 19 0 0 25 0 1 0 243690540 92848128 22490 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 22668 22490 87 178 0 22488 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 90672

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1246564/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=106320 CPUtime=222.23
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 26740 0 0 0 22200 23 0 0 25 0 1 0 243690540 108871680 26329 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 26580 26329 87 178 0 26400 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 106320

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1232356/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=120568 CPUtime=282.21
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 30328 0 0 0 28194 27 0 0 25 0 1 0 243690540 123461632 29917 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 30142 29917 87 178 0 29962 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 120568

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1217892/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=134892 CPUtime=342.19
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 33900 0 0 0 34188 31 0 0 25 0 1 0 243690540 138129408 33489 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 33723 33489 87 178 0 33543 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 134892

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1206308/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=146828 CPUtime=402.18
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 36815 0 0 0 40183 35 0 0 25 0 1 0 243690540 150351872 36404 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 36707 36404 87 178 0 36527 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 146828

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1196644/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=156364 CPUtime=462.16
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 39198 0 0 0 46178 38 0 0 25 0 1 0 243690540 160116736 38787 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 39091 38787 87 178 0 38911 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 156364

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1186340/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=166776 CPUtime=522.15
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 41802 0 0 0 52174 41 0 0 25 0 1 0 243690540 170778624 41391 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 41694 41391 87 178 0 41514 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 166776

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1175396/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=177624 CPUtime=582.13
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 44512 0 0 0 58169 44 0 0 25 0 1 0 243690540 181886976 44101 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 44406 44101 87 178 0 44226 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 177624

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1162340/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=190484 CPUtime=642.12
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 47746 0 0 0 64164 48 0 0 25 0 1 0 243690540 195055616 47335 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 47621 47335 87 178 0 47441 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 190484

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24610
/proc/meminfo: memFree=1152548/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=200416 CPUtime=702.1
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 50203 0 0 0 70160 50 0 0 25 0 1 0 243690540 205225984 49792 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 50104 49792 87 178 0 49924 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 200416

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1145700/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=207156 CPUtime=762.09
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 51894 0 0 0 76157 52 0 0 25 0 1 0 243690540 212127744 51483 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 51789 51483 87 178 0 51609 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 207156

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1139108/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=214240 CPUtime=822.06
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 53549 0 0 0 82153 53 0 0 25 0 1 0 243690540 219381760 53138 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 53560 53138 87 178 0 53380 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 214240

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1132196/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=221056 CPUtime=882.05
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 55267 0 0 0 88149 56 0 0 25 0 1 0 243690540 226361344 54856 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 55264 54856 87 178 0 55084 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 221056

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1124708/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=228596 CPUtime=942.03
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 57155 0 0 0 94145 58 0 0 25 0 1 0 243690540 234082304 56744 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 57149 56744 87 178 0 56969 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 228596

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1118052/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=235136 CPUtime=1002.02
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 58782 0 0 0 100142 60 0 0 25 0 1 0 243690540 240779264 58371 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 58784 58371 87 178 0 58604 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 235136

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1110436/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=242836 CPUtime=1062
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 60693 0 0 0 106138 62 0 0 25 0 1 0 243690540 248664064 60282 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 60709 60282 87 178 0 60529 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 242836

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1103524/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=249768 CPUtime=1121.98
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 62414 0 0 0 112134 64 0 0 25 0 1 0 243690540 255762432 62003 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 62442 62003 87 178 0 62262 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 249768

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1098084/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=255116 CPUtime=1181.97
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 63763 0 0 0 118131 66 0 0 25 0 1 0 243690540 261238784 63352 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 63779 63352 87 178 0 63599 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 255116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24612
/proc/meminfo: memFree=1096292/2055920 swapFree=4181240/4192956
[pid=24609] ppid=24607 vsize=256832 CPUtime=1200.07
/proc/24609/stat : 24609 (minisat_static) R 24607 24609 24005 0 -1 4194304 64191 0 0 0 119941 66 0 0 25 0 1 0 243690540 262995968 63780 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24609/statm: 64208 63780 87 178 0 64028 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 256832

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.44
CPU time (s): 1200.12
CPU user time (s): 1199.41
CPU system time (s): 0.707892
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 256832

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

runsolver used 0.907861 second user time and 2.43563 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-12 21:29:40
IDJOB=1807299
IDBENCH=71501
IDSOLVER=568
FILE ID=node35/1807299-1242156580
PBS_JOBID= 9289686
Free space on /tmp= 66092 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g4.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807299-1242156580/watcher-1807299-1242156580 -o /tmp/evaluation-result-1807299-1242156580/solver-1807299-1242156580 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807299-1242156580.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 58e1c9baf379890f8f9e3891acb41fa1
RANDOM SEED=813700910

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

/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.214
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.214
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:       1352460 kB
Buffers:         64840 kB
Cached:         564736 kB
SwapCached:       6224 kB
Active:          96256 kB
Inactive:       541960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352460 kB
SwapTotal:     4192956 kB
SwapFree:      4181240 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            51252 kB
Committed_AS:   924528 kB
PageTables:       1404 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= 66092 MiB
End job on node35 at 2009-05-12 21:49:42