Trace number 1807305

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

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.00/0.07	|  Parsing time:         0.06         s                                       |
0.00/0.07	============================[ Search Statistics ]==============================
0.00/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.07	===============================================================================
0.00/0.07	|         0 |    1820   171155   344000 |    57051        0    nan |  0.000 % |
0.00/0.08	|       100 |    1820   171155   344000 |    62756      100    246 |  0.000 % |
0.08/0.10	|       251 |    1820   171155   344000 |    69032      251    226 |  0.000 % |
0.08/0.13	|       476 |    1820   171155   344000 |    75935      476    232 |  0.000 % |
0.08/0.18	|       815 |    1820   171155   344000 |    83529      815    240 |  0.000 % |
0.19/0.28	|      1323 |    1820   171155   344000 |    91882     1323    239 |  0.000 % |
0.39/0.41	|      2082 |    1820   171155   344000 |   101070     2082    230 |  0.000 % |
0.59/0.62	|      3221 |    1820   171155   344000 |   111177     3221    228 |  0.000 % |
0.99/1.02	|      4933 |    1820   171155   344000 |   122295     4933    224 |  0.000 % |
1.78/1.80	|      7496 |    1820   171155   344000 |   134524     7496    253 |  0.000 % |
2.99/3.07	|     11340 |    1820   171155   344000 |   147977    11340    252 |  0.000 % |
5.79/5.86	|     17109 |    1820   171155   344000 |   162775    17109    256 |  0.000 % |
11.48/11.59	|     25758 |    1820   171155   344000 |   179052    25758    241 |  0.000 % |
23.48/23.58	|     38735 |    1820   171155   344000 |   196957    38735    239 |  0.000 % |
48.28/48.36	|     58196 |    1820   171155   344000 |   216653    58196    230 |  0.000 % |
104.66/104.75	|     87388 |    1820   171155   344000 |   238318    87388    232 |  0.000 % |
213.82/213.99	|    131178 |    1820   171155   344000 |   262150   131178    237 |  0.000 % |
539.24/539.47	|    196862 |    1820   171155   344000 |   288365   196862    247 |  0.000 % |
1032.29/1032.65	|    295390 |    1820   171155   344000 |   317202    29403    195 |  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-1807305-1242156602/watcher-1807305-1242156602 -o /tmp/evaluation-result-1807305-1242156602/solver-1807305-1242156602 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807305-1242156602.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: 1.00 1.00 1.00 3/64 12432
/proc/meminfo: memFree=1751360/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=2036 CPUtime=0
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 399 0 0 0 0 0 0 0 18 0 1 0 243687967 2084864 384 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 544 390 58 171 0 370 0

[startup+0.097132 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12432
/proc/meminfo: memFree=1751360/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=8736 CPUtime=0.08
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 2038 0 0 0 8 0 0 0 18 0 1 0 243687967 8945664 2023 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2184 2023 78 171 0 2010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8736

[startup+0.101132 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12432
/proc/meminfo: memFree=1751360/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=8736 CPUtime=0.08
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 2045 0 0 0 8 0 0 0 18 0 1 0 243687967 8945664 2030 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2184 2030 78 171 0 2010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8736

[startup+0.301153 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12432
/proc/meminfo: memFree=1751360/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=9924 CPUtime=0.29
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 2350 0 0 0 28 1 0 0 19 0 1 0 243687967 10162176 2335 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2481 2335 78 171 0 2307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9924

[startup+0.701195 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12432
/proc/meminfo: memFree=1751360/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=11904 CPUtime=0.69
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 2851 0 0 0 68 1 0 0 22 0 1 0 243687967 12189696 2836 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 2976 2836 78 171 0 2802 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11904

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1739128/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=15336 CPUtime=1.49
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 3695 0 0 0 148 1 0 0 25 0 1 0 243687967 15704064 3680 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 3834 3680 78 171 0 3660 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15336

[startup+3.10145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1734456/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=20656 CPUtime=3.09
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 5023 0 0 0 307 2 0 0 25 0 1 0 243687967 21151744 5008 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 5164 5008 78 171 0 4990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20656

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1725880/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=27712 CPUtime=6.29
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 6778 0 0 0 626 3 0 0 25 0 1 0 243687967 28377088 6763 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 6928 6763 78 171 0 6754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27712

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1716600/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=36372 CPUtime=12.69
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 8930 0 0 0 1264 5 0 0 25 0 1 0 243687967 37244928 8915 1992294400 134512640 135213614 4294956256 18446744073709551615 134526928 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 9093 8915 78 171 0 8919 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36372

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1703160/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=48912 CPUtime=25.48
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 12082 0 0 0 2540 8 0 0 25 0 1 0 243687967 50085888 12067 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 12228 12067 78 171 0 12054 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48912

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1685560/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=66688 CPUtime=51.07
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 16535 0 0 0 5092 15 0 0 25 0 1 0 243687967 68288512 16520 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 16672 16520 78 171 0 16498 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66688

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1659256/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=92584 CPUtime=102.26
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 23011 0 0 0 10205 21 0 0 25 0 1 0 243687967 94806016 22996 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 23146 22996 78 171 0 22972 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92584

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1630968/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=121324 CPUtime=162.24
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 30159 0 0 0 16196 28 0 0 25 0 1 0 243687967 124235776 30144 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 30331 30144 78 171 0 30157 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 121324

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1609912/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=142016 CPUtime=222.23
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 35332 0 0 0 22188 35 0 0 25 0 1 0 243687967 145424384 35317 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 35504 35317 78 171 0 35330 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 142016

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1592440/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=159872 CPUtime=282.2
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 39733 0 0 0 28181 39 0 0 25 0 1 0 243687967 163708928 39718 1992294400 134512640 135213614 4294956256 18446744073709551615 134536495 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 39968 39718 78 171 0 39794 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 159872

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1578168/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=173844 CPUtime=342.19
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 43225 0 0 0 34175 44 0 0 25 0 1 0 243687967 178016256 43210 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 43461 43210 78 171 0 43287 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 173844

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1563704/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=188428 CPUtime=402.18
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 46866 0 0 0 40170 48 0 0 25 0 1 0 243687967 192950272 46851 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 47107 46851 78 171 0 46933 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 188428

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1552824/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=199184 CPUtime=462.15
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 49552 0 0 0 46165 50 0 0 25 0 1 0 243687967 203964416 49537 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 49796 49537 78 171 0 49622 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 199184

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1541432/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=210496 CPUtime=522.13
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 52402 0 0 0 52160 53 0 0 25 0 1 0 243687967 215547904 52387 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 52624 52387 78 171 0 52450 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 210496

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1527160/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=225116 CPUtime=582.12
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 55958 0 0 0 58154 58 0 0 25 0 1 0 243687967 230518784 55943 1992294400 134512640 135213614 4294956256 18446744073709551615 134536222 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 56279 55943 78 171 0 56105 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 225116

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1513912/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=238228 CPUtime=642.11
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 59215 0 0 0 64150 61 0 0 25 0 1 0 243687967 243945472 59200 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 59557 59200 78 171 0 59383 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 238228

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12433
/proc/meminfo: memFree=1502264/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=249868 CPUtime=702.09
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 62155 0 0 0 70144 65 0 0 25 0 1 0 243687967 255864832 62140 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 62467 62140 78 171 0 62293 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 249868

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12435
/proc/meminfo: memFree=1488632/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=263288 CPUtime=762.08
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 65521 0 0 0 76139 69 0 0 25 0 1 0 243687967 269606912 65506 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 65822 65506 78 171 0 65648 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 263288

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12435
/proc/meminfo: memFree=1478136/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=274036 CPUtime=822.05
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 68184 0 0 0 82134 71 0 0 25 0 1 0 243687967 280612864 68169 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 68509 68169 78 171 0 68335 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 274036

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12435
/proc/meminfo: memFree=1467960/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=283948 CPUtime=882.04
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 70679 0 0 0 88130 74 0 0 25 0 1 0 243687967 290762752 70664 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 70987 70664 78 171 0 70813 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 283948

[startup+942.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12435
/proc/meminfo: memFree=1457336/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=294704 CPUtime=942.02
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 73366 0 0 0 94125 77 0 0 25 0 1 0 243687967 301776896 73351 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 73676 73351 78 171 0 73502 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 294704

[startup+1002.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 12435
/proc/meminfo: memFree=1447032/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=304892 CPUtime=1002
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 75906 0 0 0 100120 80 0 0 25 0 1 0 243687967 312209408 75891 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 76223 75891 78 171 0 76049 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 304892

[startup+1062.3 s]
/proc/loadavg: 1.12 1.04 1.01 2/65 12435
/proc/meminfo: memFree=1443960/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=307932 CPUtime=1061.99
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 76659 0 0 0 106118 81 0 0 25 0 1 0 243687967 315322368 76644 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 76983 76644 78 171 0 76809 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 307932

[startup+1122.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 12435
/proc/meminfo: memFree=1443960/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=307932 CPUtime=1121.96
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 76659 0 0 0 112115 81 0 0 25 0 1 0 243687967 315322368 76644 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 76983 76644 78 171 0 76809 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 307932

[startup+1182.3 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 12435
/proc/meminfo: memFree=1443896/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=307932 CPUtime=1181.95
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 76665 0 0 0 118114 81 0 0 25 0 1 0 243687967 315322368 76650 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 76983 76650 78 171 0 76809 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 307932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.05 1.00 2/65 12435
/proc/meminfo: memFree=1443896/2055920 swapFree=4176468/4192956
[pid=12432] ppid=12430 vsize=307932 CPUtime=1200.05
/proc/12432/stat : 12432 (minisat_static) R 12430 12432 11895 0 -1 4194304 76665 0 0 0 119924 81 0 0 25 0 1 0 243687967 315322368 76650 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/12432/statm: 76983 76650 78 171 0 76809 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 307932

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.46
CPU time (s): 1200.11
CPU user time (s): 1199.24
CPU system time (s): 0.866868
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 307932

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

runsolver used 0.965853 second user time and 2.76458 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-12 21:30:02
IDJOB=1807305
IDBENCH=71501
IDSOLVER=651
FILE ID=node47/1807305-1242156602
PBS_JOBID= 9289677
Free space on /tmp= 66228 MiB

SOLVER NAME= minisat2-core 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-1807305-1242156602/watcher-1807305-1242156602 -o /tmp/evaluation-result-1807305-1242156602/solver-1807305-1242156602 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807305-1242156602.cnf

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

MD5SUM BENCH= 58e1c9baf379890f8f9e3891acb41fa1
RANDOM SEED=1371896433

node47.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.212
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.212
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:       1751840 kB
Buffers:         40652 kB
Cached:         187300 kB
SwapCached:      10252 kB
Active:          24380 kB
Inactive:       215712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751840 kB
SwapTotal:     4192956 kB
SwapFree:      4176468 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          14520 kB
Slab:            49920 kB
Committed_AS:   937560 kB
PageTables:       1448 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= 66224 MiB
End job on node47 at 2009-05-12 21:50:04