Trace number 1807193

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-core 070721? (TO) 1200.09 1200.44

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1820c171155g3.cnf
MD5SUM90cca356988434eb537dfe19d4b4da93
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.04/0.06	|  Parsing time:         0.06         s                                       |
0.04/0.07	============================[ Search Statistics ]==============================
0.04/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.04/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.04/0.07	===============================================================================
0.04/0.07	|         0 |    1820   171155   344000 |    57051        0    nan |  0.000 % |
0.04/0.08	|       100 |    1820   171155   344000 |    62756      100    157 |  0.000 % |
0.04/0.09	|       251 |    1820   171155   344000 |    69032      251    172 |  0.000 % |
0.09/0.12	|       476 |    1820   171155   344000 |    75935      476    170 |  0.000 % |
0.09/0.16	|       813 |    1820   171155   344000 |    83529      813    174 |  0.000 % |
0.19/0.22	|      1319 |    1820   171155   344000 |    91882     1319    193 |  0.000 % |
0.29/0.36	|      2078 |    1820   171155   344000 |   101070     2078    228 |  0.000 % |
0.49/0.53	|      3217 |    1820   171155   344000 |   111177     3217    221 |  0.000 % |
0.79/0.86	|      4926 |    1820   171155   344000 |   122295     4926    211 |  0.000 % |
1.49/1.56	|      7489 |    1820   171155   344000 |   134524     7489    216 |  0.000 % |
2.89/2.99	|     11333 |    1820   171155   344000 |   147977    11333    212 |  0.000 % |
5.69/5.74	|     17100 |    1820   171155   344000 |   162775    17100    212 |  0.000 % |
11.78/11.80	|     25750 |    1820   171155   344000 |   179052    25750    215 |  0.000 % |
26.79/26.80	|     38724 |    1820   171155   344000 |   196957    38724    227 |  0.000 % |
63.67/63.74	|     58185 |    1820   171155   344000 |   216653    58185    229 |  0.000 % |
127.95/128.03	|     87379 |    1820   171155   344000 |   238318    87379    227 |  0.000 % |
319.90/320.10	|    131171 |    1820   171155   344000 |   262150   131171    220 |  0.000 % |
627.51/627.75	|    196855 |    1820   171155   344000 |   288365   196855    211 |  0.000 % |
1085.28/1085.61	|    295381 |    1820   171155   344000 |   317202    30605    146 |  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-1807193-1242155381/watcher-1807193-1242155381 -o /tmp/evaluation-result-1807193-1242155381/solver-1807193-1242155381 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807193-1242155381.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.97 0.91 3/65 3213
/proc/meminfo: memFree=1196592/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=2176 CPUtime=0
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 406 0 0 0 0 0 0 0 20 0 1 0 243567791 2228224 391 1992294400 134512640 135213614 4294956256 18446744073709551615 134524659 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 544 395 58 171 0 370 0

[startup+0.0596469 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 3213
/proc/meminfo: memFree=1196592/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=7816 CPUtime=0.04
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 1778 0 0 0 4 0 0 0 20 0 1 0 243567791 8003584 1763 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 1954 1764 58 171 0 1780 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7816

[startup+0.101649 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 3213
/proc/meminfo: memFree=1196592/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=8736 CPUtime=0.09
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 2046 0 0 0 8 1 0 0 20 0 1 0 243567791 8945664 2031 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 2184 2031 78 171 0 2010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8736

[startup+0.301672 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 3213
/proc/meminfo: memFree=1196592/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=10188 CPUtime=0.29
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 2397 0 0 0 28 1 0 0 22 0 1 0 243567791 10432512 2382 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 2547 2382 78 171 0 2373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10188

[startup+0.701716 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 3213
/proc/meminfo: memFree=1196592/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=12300 CPUtime=0.69
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 2929 0 0 0 68 1 0 0 25 0 1 0 243567791 12595200 2914 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 3075 2914 78 171 0 2901 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12300

[startup+1.50181 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1183976/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=15204 CPUtime=1.49
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 3669 0 0 0 147 2 0 0 25 0 1 0 243567791 15568896 3654 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 3801 3654 78 171 0 3627 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15204

[startup+3.10199 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1180712/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=19052 CPUtime=3.09
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 4630 0 0 0 306 3 0 0 25 0 1 0 243567791 19509248 4615 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 4763 4615 78 171 0 4589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19052

[startup+6.30235 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1173672/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=24928 CPUtime=6.29
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 6101 0 0 0 625 4 0 0 25 0 1 0 243567791 25526272 6086 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 6232 6086 78 171 0 6058 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24928

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1164776/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=33204 CPUtime=12.68
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 8149 0 0 0 1263 5 0 0 25 0 1 0 243567791 34000896 8134 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 8301 8134 78 171 0 8127 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33204

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1152872/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=44464 CPUtime=25.48
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 10971 0 0 0 2540 8 0 0 25 0 1 0 243567791 45531136 10956 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 11116 10956 78 171 0 10942 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44464

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1138216/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=59252 CPUtime=51.07
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 14656 0 0 0 5096 11 0 0 25 0 1 0 243567791 60674048 14641 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 14813 14641 78 171 0 14639 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59252

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1115880/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=81376 CPUtime=102.26
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 20171 0 0 0 10209 17 0 0 25 0 1 0 243567791 83329024 20156 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 20344 20156 78 171 0 20170 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81376

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1096488/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=100944 CPUtime=162.24
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 25013 0 0 0 16203 21 0 0 25 0 1 0 243567791 103366656 24998 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 25236 24998 78 171 0 25062 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 100944

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1083304/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=113988 CPUtime=222.22
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 28267 0 0 0 22198 24 0 0 25 0 1 0 243567791 116723712 28252 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 28497 28252 78 171 0 28323 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 113988

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1072936/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=124672 CPUtime=282.21
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 30919 0 0 0 28193 28 0 0 25 0 1 0 243567791 127664128 30904 1992294400 134512640 135213614 4294956256 18446744073709551615 134526854 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 31168 30904 78 171 0 30994 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 124672

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1060712/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=136788 CPUtime=342.19
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 33900 0 0 0 34188 31 0 0 25 0 1 0 243567791 140070912 33885 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 34197 33885 78 171 0 34023 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 136788

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1050792/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=147008 CPUtime=402.18
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 36405 0 0 0 40183 35 0 0 25 0 1 0 243567791 150536192 36390 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 36752 36390 78 171 0 36578 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 147008

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1039976/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=157716 CPUtime=462.15
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 39113 0 0 0 46178 37 0 0 25 0 1 0 243567791 161501184 39098 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 39429 39098 78 171 0 39255 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 157716

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1029288/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=168560 CPUtime=522.14
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 41799 0 0 0 52174 40 0 0 25 0 1 0 243567791 172605440 41784 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 42140 41784 78 171 0 41966 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 168560

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1019304/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=178588 CPUtime=582.12
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 44278 0 0 0 58170 42 0 0 25 0 1 0 243567791 182874112 44263 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 44647 44263 78 171 0 44473 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 178588

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=1007720/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=190088 CPUtime=642.11
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 47138 0 0 0 64166 45 0 0 25 0 1 0 243567791 194650112 47123 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 47522 47123 78 171 0 47348 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 190088

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=997608/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=200712 CPUtime=702.09
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 49686 0 0 0 70161 48 0 0 25 0 1 0 243567791 205529088 49671 1992294400 134512640 135213614 4294956256 18446744073709551615 134526957 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 50178 49671 78 171 0 50004 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 200712

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=986856/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=211340 CPUtime=762.07
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 52359 0 0 0 76157 50 0 0 25 0 1 0 243567791 216412160 52344 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 52835 52344 78 171 0 52661 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 211340

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=978664/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=219584 CPUtime=822.05
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 54417 0 0 0 82152 53 0 0 25 0 1 0 243567791 224854016 54402 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 54896 54402 78 171 0 54722 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 219584

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=970792/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=227396 CPUtime=882.03
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 56367 0 0 0 88148 55 0 0 25 0 1 0 243567791 232853504 56352 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 56849 56352 78 171 0 56675 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 227396

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=961768/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=236372 CPUtime=942.01
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 58637 0 0 0 94143 58 0 0 25 0 1 0 243567791 242044928 58622 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 59093 58622 78 171 0 58919 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 236372

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=950824/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=247196 CPUtime=1002
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 61343 0 0 0 100139 61 0 0 25 0 1 0 243567791 253128704 61328 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 61799 61328 78 171 0 61625 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 247196

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=940328/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=257700 CPUtime=1061.98
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 63999 0 0 0 106134 64 0 0 25 0 1 0 243567791 263884800 63984 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 64425 63984 78 171 0 64251 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 257700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=937832/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=259964 CPUtime=1121.97
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 64571 0 0 0 112132 65 0 0 25 0 1 0 243567791 266203136 64556 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 64991 64556 78 171 0 64817 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 259964

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=937832/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=259964 CPUtime=1181.95
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 64572 0 0 0 118130 65 0 0 25 0 1 0 243567791 266203136 64557 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 64991 64557 78 171 0 64817 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 259964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 3214
/proc/meminfo: memFree=937832/2055920 swapFree=4173816/4192956
[pid=3213] ppid=3211 vsize=259964 CPUtime=1200.05
/proc/3213/stat : 3213 (minisat_static) R 3211 3213 2791 0 -1 4194304 64572 0 0 0 119940 65 0 0 25 0 1 0 243567791 266203136 64557 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/3213/statm: 64991 64557 78 171 0 64817 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 259964

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.09
CPU user time (s): 1199.4
CPU system time (s): 0.688895
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 259964

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

runsolver used 1.2808 second user time and 3.09853 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-12 21:09:41
IDJOB=1807193
IDBENCH=71295
IDSOLVER=651
FILE ID=node85/1807193-1242155381
PBS_JOBID= 9289641
Free space on /tmp= 126388 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1820c171155g3.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807193-1242155381/watcher-1807193-1242155381 -o /tmp/evaluation-result-1807193-1242155381/solver-1807193-1242155381 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807193-1242155381.cnf

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

MD5SUM BENCH= 90cca356988434eb537dfe19d4b4da93
RANDOM SEED=1977830271

node85.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1197008 kB
Buffers:         66024 kB
Cached:         723764 kB
SwapCached:      14244 kB
Active:         256672 kB
Inactive:       549452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1197008 kB
SwapTotal:     4192956 kB
SwapFree:      4173816 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          13644 kB
Slab:            38760 kB
Committed_AS:   819800 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= 126388 MiB
End job on node85 at 2009-05-12 21:29:44