Trace number 1807327

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1820c171155gyes6.cnf
MD5SUM6a5fbd61e49d3642ce9fdb6efadb5a97
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.11         s                                       |
4.59/4.66	============================[ Search Statistics ]==============================
4.59/4.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.66	===============================================================================
4.59/4.66	|         0 |    1755   169335   516738 |    56445        0    nan |  0.000 % |
4.59/4.69	|       101 |    1755   169335   516738 |    62089      101    219 |  0.000 % |
4.69/4.72	|       251 |    1755   169335   516738 |    68298      251    220 |  0.000 % |
4.69/4.78	|       476 |    1755   169335   516738 |    75128      476    218 |  0.000 % |
4.79/4.85	|       817 |    1755   169335   516738 |    82641      817    214 |  0.000 % |
4.89/4.97	|      1327 |    1755   169335   516738 |    90905     1327    208 |  0.000 % |
5.19/5.20	|      2086 |    1755   169335   516738 |    99995     2086    217 |  0.000 % |
5.40/5.49	|      3225 |    1755   169335   516738 |   109995     3225    216 |  0.000 % |
6.09/6.11	|      4933 |    1755   169335   516738 |   120994     4933    226 |  0.000 % |
6.99/7.07	|      7497 |    1755   169335   516738 |   133094     7497    219 |  0.000 % |
8.69/8.75	|     11342 |    1755   169335   516738 |   146403    11342    225 |  0.000 % |
11.59/11.69	|     17109 |    1755   169335   516738 |   161044    17109    229 |  0.000 % |
18.49/18.52	|     25759 |    1755   169335   516738 |   177148    25759    235 |  0.000 % |
31.88/31.97	|     38733 |    1755   169335   516738 |   194863    38733    236 |  0.000 % |
53.07/53.16	|     58197 |    1755   169335   516738 |   214349    58197    228 |  0.000 % |
101.16/101.25	|     87392 |    1755   169335   516738 |   235784    87392    224 |  0.000 % |
206.83/206.96	|    131181 |    1755   169335   516738 |   259363   131181    224 |  0.000 % |
485.75/485.90	|    196865 |    1755   169335   516738 |   285299   196865    230 |  0.000 % |
1117.07/1117.45	|    295391 |    1755   169335   516738 |   313829    32317    182 |  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-1807327-1242156926/watcher-1807327-1242156926 -o /tmp/evaluation-result-1807327-1242156926/solver-1807327-1242156926 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807327-1242156926.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.99 0.98 0.99 3/64 2364
/proc/meminfo: memFree=1681280/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=2060 CPUtime=0
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 398 0 0 0 0 0 0 0 18 0 1 0 243718631 2109440 383 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 515 384 65 178 0 335 0

[startup+0.0470819 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2364
/proc/meminfo: memFree=1681280/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=5644 CPUtime=0.04
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 1220 0 0 0 4 0 0 0 18 0 1 0 243718631 5779456 1206 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 1411 1206 65 178 0 1231 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5644

[startup+0.101087 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2364
/proc/meminfo: memFree=1681280/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=10236 CPUtime=0.09
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 2298 0 0 0 9 0 0 0 18 0 1 0 243718631 10481664 2283 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 2559 2284 65 178 0 2379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10236

[startup+0.301105 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2364
/proc/meminfo: memFree=1681280/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=11288 CPUtime=0.29
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 2628 0 0 0 29 0 0 0 19 0 1 0 243718631 11558912 2613 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 2822 2613 80 178 0 2642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11288

[startup+0.701145 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 2364
/proc/meminfo: memFree=1681280/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=11288 CPUtime=0.69
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 2628 0 0 0 69 0 0 0 22 0 1 0 243718631 11558912 2613 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 2822 2613 80 178 0 2642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11288

[startup+1.50223 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1669816/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=14940 CPUtime=1.49
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 3489 0 0 0 148 1 0 0 25 0 1 0 243718631 15298560 3474 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 3735 3474 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.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1667512/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=14940 CPUtime=3.09
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 3520 0 0 0 308 1 0 0 25 0 1 0 243718631 15298560 3505 1992294400 134512640 135243866 4294956256 18446744073709551615 134536627 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 3735 3505 81 178 0 3555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14940

[startup+6.3017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1668600/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=15624 CPUtime=6.29
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 4159 0 0 0 628 1 0 0 25 0 1 0 243718631 15998976 3748 1992294400 134512640 135243866 4294956256 18446744073709551615 134566116 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 3906 3748 87 178 0 3726 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15624

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1654776/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=28072 CPUtime=12.69
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 7270 0 0 0 1266 3 0 0 25 0 1 0 243718631 28745728 6859 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 7018 6859 87 178 0 6838 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28072

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1640696/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=41368 CPUtime=25.48
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 10609 0 0 0 2541 7 0 0 25 0 1 0 243718631 42360832 10198 1992294400 134512640 135243866 4294956256 18446744073709551615 134555736 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 10342 10198 87 178 0 10162 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41368

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1618488/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=63904 CPUtime=51.08
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 16221 0 0 0 5095 13 0 0 25 0 1 0 243718631 65437696 15810 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 15976 15810 87 178 0 15796 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63904

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1589112/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=92680 CPUtime=102.26
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 23424 0 0 0 10205 21 0 0 25 0 1 0 243718631 94904320 23013 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 23170 23013 87 178 0 22990 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92680

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1565624/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=116400 CPUtime=162.24
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 29340 0 0 0 16197 27 0 0 25 0 1 0 243718631 119193600 28929 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 29100 28929 87 178 0 28920 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 116400

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1545144/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=136484 CPUtime=222.23
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 34384 0 0 0 22191 32 0 0 25 0 1 0 243718631 139759616 33973 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 34121 33973 87 178 0 33941 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 136484

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1528824/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=153292 CPUtime=282.21
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 38506 0 0 0 28185 36 0 0 25 0 1 0 243718631 156971008 38095 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 38323 38095 87 178 0 38143 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 153292

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1513016/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=168692 CPUtime=342.19
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 42398 0 0 0 34178 41 0 0 25 0 1 0 243718631 172740608 41987 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 42173 41987 87 178 0 41993 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 168692

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2365
/proc/meminfo: memFree=1498168/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=183636 CPUtime=402.17
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 46128 0 0 0 40172 45 0 0 25 0 1 0 243718631 188043264 45717 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 45909 45717 87 178 0 45729 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 183636

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1487224/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=194320 CPUtime=462.16
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 48794 0 0 0 46168 48 0 0 25 0 1 0 243718631 198983680 48383 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 48580 48383 87 178 0 48400 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 194320

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1477304/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=204508 CPUtime=522.15
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 51326 0 0 0 52164 51 0 0 25 0 1 0 243718631 209416192 50915 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 51127 50915 87 178 0 50947 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 204508

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1467448/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=214784 CPUtime=582.12
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 53772 0 0 0 58159 53 0 0 25 0 1 0 243718631 219938816 53361 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 53696 53361 87 178 0 53516 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 214784

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1458936/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=223124 CPUtime=642.11
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 55874 0 0 0 64156 55 0 0 25 0 1 0 243718631 228478976 55463 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 55781 55463 87 178 0 55601 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 223124

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1450680/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=231416 CPUtime=702.09
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 57927 0 0 0 70151 58 0 0 25 0 1 0 243718631 236969984 57516 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 57854 57516 87 178 0 57674 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 231416

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1442872/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=239096 CPUtime=762.08
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 59854 0 0 0 76148 60 0 0 25 0 1 0 243718631 244834304 59443 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 59774 59443 87 178 0 59594 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 239096

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1434552/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=247484 CPUtime=822.06
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 61948 0 0 0 82144 62 0 0 25 0 1 0 243718631 253423616 61537 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 61871 61537 87 178 0 61691 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 247484

[startup+882.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1425848/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=256072 CPUtime=882.05
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 64096 0 0 0 88140 65 0 0 25 0 1 0 243718631 262217728 63685 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 64018 63685 87 178 0 63838 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 256072

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1418936/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=263072 CPUtime=942.02
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 65831 0 0 0 94136 66 0 0 25 0 1 0 243718631 269385728 65420 1992294400 134512640 135243866 4294956256 18446744073709551615 134559521 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 65768 65420 87 178 0 65588 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 263072

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1411640/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=270200 CPUtime=1002.01
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 67638 0 0 0 100133 68 0 0 25 0 1 0 243718631 276684800 67227 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 67550 67227 87 178 0 67370 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 270200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1405240/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=276704 CPUtime=1061.99
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 69251 0 0 0 106129 70 0 0 25 0 1 0 243718631 283344896 68840 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 69176 68840 87 178 0 68996 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 276704

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1400696/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=281072 CPUtime=1121.97
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 70356 0 0 0 112126 71 0 0 25 0 1 0 243718631 287817728 69945 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 70268 69945 87 178 0 70088 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 281072

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1400696/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=281072 CPUtime=1181.96
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 70356 0 0 0 118124 72 0 0 25 0 1 0 243718631 287817728 69945 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 70268 69945 87 178 0 70088 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 281072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 2367
/proc/meminfo: memFree=1400696/2055920 swapFree=4180268/4192956
[pid=2364] ppid=2362 vsize=281072 CPUtime=1200.06
/proc/2364/stat : 2364 (minisat_static) R 2362 2364 1820 0 -1 4194304 70356 0 0 0 119934 72 0 0 25 0 1 0 243718631 287817728 69945 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2364/statm: 70268 69945 87 178 0 70088 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 281072

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.11
CPU user time (s): 1199.35
CPU system time (s): 0.764883
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 281072

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

runsolver used 1.26481 second user time and 2.72659 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-12 21:35:26
IDJOB=1807327
IDBENCH=71529
IDSOLVER=568
FILE ID=node70/1807327-1242156926
PBS_JOBID= 9289655
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 6a5fbd61e49d3642ce9fdb6efadb5a97
RANDOM SEED=1860831737

node70.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.213
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.213
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:       1681696 kB
Buffers:         45552 kB
Cached:         248648 kB
SwapCached:       6496 kB
Active:          63308 kB
Inactive:       239352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681696 kB
SwapTotal:     4192956 kB
SwapFree:      4180268 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            57568 kB
Committed_AS:   845056 kB
PageTables:       1372 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= 66328 MiB
End job on node70 at 2009-05-12 21:55:28