Trace number 1807362

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.44

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
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 variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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:  1560                                                 |
0.00/0.00	|  Number of clauses:    133795                                               |
0.04/0.09	|  Parsing time:         0.08         s                                       |
3.09/3.16	============================[ Search Statistics ]==============================
3.09/3.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.16	===============================================================================
3.09/3.16	|         0 |    1500   132235   402370 |    44078        0    nan |  0.000 % |
3.09/3.19	|       100 |    1500   132235   402370 |    48486      100    187 |  0.000 % |
3.19/3.22	|       253 |    1500   132235   402370 |    53334      253    183 |  0.000 % |
3.19/3.26	|       478 |    1500   132235   402370 |    58668      478    188 |  0.000 % |
3.29/3.33	|       819 |    1500   132235   402370 |    64535      819    191 |  0.000 % |
3.39/3.44	|      1328 |    1500   132235   402370 |    70988     1328    197 |  0.000 % |
3.59/3.61	|      2087 |    1500   132235   402370 |    78087     2087    196 |  0.000 % |
3.89/3.91	|      3226 |    1500   132235   402370 |    85896     3226    205 |  0.000 % |
4.30/4.39	|      4936 |    1500   132235   402370 |    94485     4936    204 |  0.000 % |
5.09/5.14	|      7498 |    1500   132235   402370 |   103934     7498    200 |  0.000 % |
6.39/6.43	|     11342 |    1500   132235   402370 |   114327    11342    189 |  0.000 % |
9.19/9.24	|     17109 |    1500   132235   402370 |   125760    17109    193 |  0.000 % |
15.79/15.84	|     25759 |    1500   132235   402370 |   138336    25759    196 |  0.000 % |
29.58/29.69	|     38734 |    1500   132235   402370 |   152170    38734    194 |  0.000 % |
69.47/69.55	|     58196 |    1500   132235   402370 |   167387    58196    190 |  0.000 % |
121.66/121.77	|     87389 |    1500   132235   402370 |   184126    87389    188 |  0.000 % |
224.53/224.68	|    131178 |    1500   132235   402370 |   202538   131178    188 |  0.000 % |
516.26/516.41	|    196863 |    1500   132235   402370 |   222792   196863    182 |  0.000 % |
798.07/798.30	|    295389 |    1500   132235   402370 |   245071    89386    183 |  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-1807362-1242157447/watcher-1807362-1242157447 -o /tmp/evaluation-result-1807362-1242157447/solver-1807362-1242157447 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807362-1242157447.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.84 0.94 0.97 3/65 18578
/proc/meminfo: memFree=1419256/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=2056 CPUtime=0
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 401 0 0 0 0 0 0 0 18 0 1 0 243777840 2105344 386 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 514 386 65 178 0 334 0

[startup+0.0478181 s]
/proc/loadavg: 0.84 0.94 0.97 3/65 18578
/proc/meminfo: memFree=1419256/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=5712 CPUtime=0.04
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 1264 0 0 0 4 0 0 0 18 0 1 0 243777840 5849088 1249 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 1428 1249 65 178 0 1248 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5712

[startup+0.101823 s]
/proc/loadavg: 0.84 0.94 0.97 3/65 18578
/proc/meminfo: memFree=1419256/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=8972 CPUtime=0.09
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 2126 0 0 0 8 1 0 0 18 0 1 0 243777840 9187328 2111 1992294400 134512640 135243866 4294956256 18446744073709551615 134535630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 2243 2111 80 178 0 2063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8972

[startup+0.301845 s]
/proc/loadavg: 0.84 0.94 0.97 3/65 18578
/proc/meminfo: memFree=1419256/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=8972 CPUtime=0.29
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 2126 0 0 0 28 1 0 0 19 0 1 0 243777840 9187328 2111 1992294400 134512640 135243866 4294956256 18446744073709551615 134535822 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 2243 2111 80 178 0 2063 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8972

[startup+0.70189 s]
/proc/loadavg: 0.84 0.94 0.97 3/65 18578
/proc/meminfo: memFree=1419256/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=9896 CPUtime=0.69
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 2365 0 0 0 68 1 0 0 22 0 1 0 243777840 10133504 2350 1992294400 134512640 135243866 4294956256 18446744073709551615 134535471 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 2474 2350 81 178 0 2294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9896

[startup+1.50198 s]
/proc/loadavg: 0.84 0.94 0.97 2/66 18579
/proc/meminfo: memFree=1408368/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=12024 CPUtime=1.49
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 2808 0 0 0 148 1 0 0 25 0 1 0 243777840 12312576 2793 1992294400 134512640 135243866 4294956256 18446744073709551615 134535471 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 3006 2793 81 178 0 2826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12024

[startup+3.10216 s]
/proc/loadavg: 0.84 0.94 0.97 2/66 18579
/proc/meminfo: memFree=1408176/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=12632 CPUtime=3.09
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 2837 0 0 0 308 1 0 0 25 0 1 0 243777840 12935168 2822 1992294400 134512640 135243866 4294956256 18446744073709551615 134754539 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 3158 2822 81 178 0 2978 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12632

[startup+6.30152 s]
/proc/loadavg: 0.85 0.94 0.97 2/66 18579
/proc/meminfo: memFree=1404336/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=17564 CPUtime=6.29
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 4528 0 0 0 626 3 0 0 25 0 1 0 243777840 17985536 4204 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 4391 4204 87 178 0 4211 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17564

[startup+12.7012 s]
/proc/loadavg: 0.87 0.94 0.97 2/66 18579
/proc/meminfo: memFree=1393904/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=26652 CPUtime=12.68
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 6815 0 0 0 1264 4 0 0 25 0 1 0 243777840 27291648 6491 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 6663 6491 87 178 0 6483 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26652

[startup+25.5017 s]
/proc/loadavg: 0.89 0.94 0.97 2/66 18579
/proc/meminfo: memFree=1382320/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=37804 CPUtime=25.48
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 9590 0 0 0 2541 7 0 0 25 0 1 0 243777840 38711296 9266 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 9451 9266 87 178 0 9271 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37804

[startup+51.1016 s]
/proc/loadavg: 0.93 0.94 0.97 2/66 18579
/proc/meminfo: memFree=1370928/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=49192 CPUtime=51.08
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 12438 0 0 0 5098 10 0 0 25 0 1 0 243777840 50372608 12114 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 12298 12114 87 178 0 12118 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49192

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.97 2/66 18579
/proc/meminfo: memFree=1350704/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=69372 CPUtime=102.27
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 17456 0 0 0 10212 15 0 0 25 0 1 0 243777840 71036928 17132 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 17343 17132 87 178 0 17163 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69372

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.97 2/66 18579
/proc/meminfo: memFree=1326384/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=93996 CPUtime=162.25
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 23567 0 0 0 16203 22 0 0 25 0 1 0 243777840 96251904 23243 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 23499 23243 87 178 0 23319 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 93996

[startup+222.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/66 18579
/proc/meminfo: memFree=1307952/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=112180 CPUtime=222.23
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 28116 0 0 0 22196 27 0 0 25 0 1 0 243777840 114872320 27792 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 28045 27792 87 178 0 27865 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 112180

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1295792/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=124800 CPUtime=282.22
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 31156 0 0 0 28191 31 0 0 25 0 1 0 243777840 127795200 30832 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 31200 30832 87 178 0 31020 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 124800

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1285360/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=135012 CPUtime=342.2
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 33733 0 0 0 34186 34 0 0 25 0 1 0 243777840 138252288 33409 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 33753 33409 87 178 0 33573 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 135012

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1275504/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=144932 CPUtime=402.18
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 36192 0 0 0 40181 37 0 0 25 0 1 0 243777840 148410368 35868 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 36233 35868 87 178 0 36053 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 144932

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1266800/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=153580 CPUtime=462.17
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 38398 0 0 0 46178 39 0 0 25 0 1 0 243777840 157265920 38074 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 38395 38074 87 178 0 38215 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 153580

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1257712/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=163044 CPUtime=522.15
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 40730 0 0 0 52173 42 0 0 25 0 1 0 243777840 166957056 40406 1992294400 134512640 135243866 4294956256 18446744073709551615 134555872 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 40761 40406 87 178 0 40581 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 163044

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1249264/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=171712 CPUtime=582.13
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 42775 0 0 0 58168 45 0 0 25 0 1 0 243777840 175833088 42451 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 42928 42451 87 178 0 42748 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 171712

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1241520/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=179420 CPUtime=642.12
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 44688 0 0 0 64164 48 0 0 25 0 1 0 243777840 183726080 44364 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 44855 44364 87 178 0 44675 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 179420

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1236464/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=702.11
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45935 0 0 0 70162 49 0 0 25 0 1 0 243777840 188882944 45611 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45611 87 178 0 45934 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 184456

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1236464/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=762.09
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45940 0 0 0 76160 49 0 0 25 0 1 0 243777840 188882944 45616 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45616 87 178 0 45934 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 184456

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1236464/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=822.08
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45941 0 0 0 82158 50 0 0 25 0 1 0 243777840 188882944 45617 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45617 87 178 0 45934 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 184456

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1236400/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=882.06
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45947 0 0 0 88156 50 0 0 25 0 1 0 243777840 188882944 45623 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45623 87 178 0 45934 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 184456

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1236400/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=942.04
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45953 0 0 0 94154 50 0 0 25 0 1 0 243777840 188882944 45629 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45629 87 178 0 45934 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 184456

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18579
/proc/meminfo: memFree=1236336/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=1002.02
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45954 0 0 0 100152 50 0 0 25 0 1 0 243777840 188882944 45630 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45630 87 178 0 45934 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 184456

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18585
/proc/meminfo: memFree=1236144/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=1062.01
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45960 0 0 0 106150 51 0 0 25 0 1 0 243777840 188882944 45636 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45636 87 178 0 45934 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 184456

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18585
/proc/meminfo: memFree=1236208/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=1121.99
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45960 0 0 0 112148 51 0 0 25 0 1 0 243777840 188882944 45636 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45636 87 178 0 45934 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 184456

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18585
/proc/meminfo: memFree=1236208/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=1181.97
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45962 0 0 0 118146 51 0 0 25 0 1 0 243777840 188882944 45638 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45638 87 178 0 45934 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 184456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/66 18585
/proc/meminfo: memFree=1236208/2055920 swapFree=4159988/4192956
[pid=18578] ppid=18576 vsize=184456 CPUtime=1200.07
/proc/18578/stat : 18578 (minisat_static) R 18576 18578 18541 0 -1 4194304 45962 0 0 0 119956 51 0 0 25 0 1 0 243777840 188882944 45638 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/18578/statm: 46114 45638 87 178 0 45934 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 184456

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.11
CPU user time (s): 1199.56
CPU system time (s): 0.544917
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 184456

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

runsolver used 1.2938 second user time and 3.08253 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-12 21:44:07
IDJOB=1807362
IDBENCH=71586
IDSOLVER=568
FILE ID=node32/1807362-1242157447
PBS_JOBID= 9289746
Free space on /tmp= 65996 MiB

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

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=1791032918

node32.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.216
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.216
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:       1419736 kB
Buffers:         68632 kB
Cached:         478732 kB
SwapCached:      26556 kB
Active:         107572 kB
Inactive:       467712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419736 kB
SwapTotal:     4192956 kB
SwapFree:      4159988 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            46684 kB
Committed_AS:   918100 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65996 MiB
End job on node32 at 2009-05-12 22:04:09