Trace number 1821878

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
BinMiniSat 2009-03-21? (TO) 1200.06 1204.54

General information on the benchmark

Namevelev-pipe-sat-1.0-b10.cnf
MD5SUMa9abd96191efca8626c02160761beedd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark232.05
Satisfiable
(Un)Satisfiability was proved
Number of variables118040
Number of clauses8804672
Sum of the clauses size26208080
Maximum clause length340
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28252265
Number of clauses of size 3456959
Number of clauses of size 4620
Number of clauses of size 5552
Number of clauses of size over 594275

Solver Data

0.00/0.00	c Parsing...
6.52/6.61	c ==============================================================================
6.52/6.61	c |           |     ORIGINAL     |              LEARNT              |          |
6.52/6.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
6.52/6.61	c ==============================================================================
6.52/6.61	c |         0 | 8804671 26208079 | 2641401       0        0     nan |  0.000 % |
233.93/233.94	c |         0 | 8758283 24905498 |      --       0       --      -- |     --   | -45259/-1300298
233.93/233.94	c ==============================================================================
233.93/233.94	c Result  :   #vars: 105929   #clauses: 8758283   #literals: 24905498
233.93/233.94	c CPU time:   232.84 s
233.93/233.94	c ==============================================================================
242.00/246.60	This is MiniSat 2.0 beta
242.00/246.60	WARNING: for repeatability, setting FPU to use double precision
242.00/246.60	============================[ Problem Statistics ]=============================
242.00/246.60	|                                                                             |
242.00/246.60	|  Number of variables:  105929                                               |
242.00/246.60	|  Number of clauses:    8758283                                              |
246.90/251.42	|  Parsing time:         4.36         s                                       |
247.20/251.77	============================[ Search Statistics ]==============================
247.20/251.77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
247.20/251.77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
247.20/251.77	===============================================================================
247.50/252.04	|         0 |  105929  8758283 24905498 |  2919427        0    nan |  0.000 % |
248.90/253.49	|       100 |  105929  8758283 24905498 |  3211370      100     47 |  0.000 % |
251.81/256.32	|       250 |  105929  8758283 24905498 |  3532507      250     65 |  0.000 % |
256.21/260.78	|       475 |  105929  8758283 24905498 |  3885758      475     52 |  0.000 % |
258.60/263.11	|       813 |  105929  8758283 24905498 |  4274334      813     50 |  0.000 % |
262.40/266.91	|      1322 |  105929  8758283 24905498 |  4701767     1322     58 |  0.000 % |
270.71/275.24	|      2087 |  105929  8758283 24905498 |  5171944     2087     52 |  0.000 % |
277.81/282.32	|      3226 |  105929  8758283 24905498 |  5689138     3226     74 |  0.000 % |
292.11/296.61	|      4934 |  105929  8758283 24905498 |  6258052     4934     74 |  0.000 % |
302.91/307.50	|      7497 |  105929  8758283 24905498 |  6883857     7497     69 |  0.000 % |
320.71/325.24	|     11341 |  105929  8758283 24905498 |  7572243    11341     88 |  0.000 % |
339.81/344.39	|     17109 |  105929  8758283 24905498 |  8329467    17109     83 |  0.000 % |
391.21/395.79	|     25758 |  105929  8758283 24905498 |  9162414    25758     99 |  0.000 % |
431.32/435.84	|     38732 |  105929  8758283 24905498 | 10078656    38732    104 |  0.000 % |
516.93/521.43	|     58195 |  105929  8758283 24905498 | 11086521    58195    127 |  0.000 % |
615.63/620.12	|     87388 |  105929  8758283 24905498 | 12195173    87388    118 |  0.000 % |
706.94/711.43	|    131177 |  105929  8758283 24905498 | 13414691   131177    103 |  0.000 % |
810.14/814.62	|    196862 |  105929  8758283 24905498 | 14756160   196862     84 |  0.000 % |
1167.56/1172.08	|    295390 |  105928  8748474 24847002 | 16231776   147744    246 |  0.001 % |

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821878-1242576406/watcher-1821878-1242576406 -o /tmp/evaluation-result-1821878-1242576406/solver-1821878-1242576406 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821878-1242576406.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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 23495
/proc/meminfo: memFree=1230224/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=956 CPUtime=0
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 128 0 0 0 0 0 0 0 20 0 1 0 1022140102 978944 64 4294967295 134512640 135223648 3214619888 3214618484 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 239 68 46 174 0 64 0

[startup+0.091874 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 23495
/proc/meminfo: memFree=1230224/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=7944 CPUtime=0.09
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 1752 0 0 0 8 1 0 0 20 0 1 0 1022140102 8134656 1688 4294967295 134512640 135223648 3214619888 3214618840 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 1986 1690 46 174 0 1811 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10360

[startup+0.111871 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 23495
/proc/meminfo: memFree=1230224/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=9268 CPUtime=0.11
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 2118 0 0 0 10 1 0 0 20 0 1 0 1022140102 9490432 2054 4294967295 134512640 135223648 3214619888 3214618624 134540952 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 2317 2055 46 174 0 2142 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 11684

[startup+0.31186 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 23495
/proc/meminfo: memFree=1230224/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=22940 CPUtime=0.31
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 5567 0 0 0 29 2 0 0 21 0 1 0 1022140102 23490560 5503 4294967295 134512640 135223648 3214619888 3214618840 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 5735 5504 46 174 0 5560 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 25356

[startup+0.711838 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 23495
/proc/meminfo: memFree=1230224/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=54892 CPUtime=0.71
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 12446 0 0 0 65 6 0 0 22 0 1 0 1022140102 56209408 12382 4294967295 134512640 135223648 3214619888 3214618840 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 13723 12382 46 174 0 13548 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 57308

[startup+1.5118 s]
/proc/loadavg: 0.94 0.98 0.99 2/98 23500
/proc/meminfo: memFree=1160372/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=115036 CPUtime=1.51
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 26116 0 0 0 135 16 0 0 25 0 1 0 1022140102 117796864 26052 4294967295 134512640 135223648 3214619888 3214618840 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 28759 26052 46 174 0 28584 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 117452

[startup+3.11171 s]
/proc/loadavg: 0.94 0.98 0.99 4/98 23500
/proc/meminfo: memFree=1085476/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=232144 CPUtime=3.11
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 53239 0 0 0 270 41 0 0 25 0 1 0 1022140102 237715456 53175 4294967295 134512640 135223648 3214619888 3214618840 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 58036 53176 46 174 0 57861 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 234560

[startup+6.31153 s]
/proc/loadavg: 0.94 0.98 0.99 2/98 23683
/proc/meminfo: memFree=864512/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=529916 CPUtime=6.31
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 121011 0 0 0 550 81 0 0 25 0 1 0 1022140102 542633984 120947 4294967295 134512640 135223648 3214619888 3214618896 134547589 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 132479 120947 47 174 0 132304 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 532332

[startup+12.7112 s]
/proc/loadavg: 0.95 0.98 0.99 2/98 23683
/proc/meminfo: memFree=654508/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=654348 CPUtime=12.71
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 160176 0 0 0 1174 97 0 0 25 0 1 0 1022140102 670052352 143425 4294967295 134512640 135223648 3214619888 3214617888 134548161 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 163587 143425 73 174 0 163412 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 656764

[startup+25.5205 s]
/proc/loadavg: 1.03 1.00 1.00 2/98 23685
/proc/meminfo: memFree=639156/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=700096 CPUtime=25.52
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 163407 0 0 0 2453 99 0 0 25 0 1 0 1022140102 716898304 146656 4294967295 134512640 135223648 3214619888 3214617888 134548209 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 175024 146656 73 174 0 174849 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 702512

[startup+51.119 s]
/proc/loadavg: 1.02 1.00 1.00 2/98 23686
/proc/meminfo: memFree=566216/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=790028 CPUtime=51.12
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 181792 0 0 0 5004 108 0 0 25 0 1 0 1022140102 808988672 164709 4294967295 134512640 135223648 3214619888 3214617904 134548987 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 197507 164709 73 174 0 197332 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 792444

[startup+102.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 23874
/proc/meminfo: memFree=566176/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=790028 CPUtime=102.32
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 181797 0 0 0 10123 109 0 0 25 0 1 0 1022140102 808988672 164714 4294967295 134512640 135223648 3214619888 3214618080 134549033 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 197507 164714 73 174 0 197332 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 792444

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 24061
/proc/meminfo: memFree=565968/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=790028 CPUtime=162.32
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 181798 0 0 0 16122 110 0 0 25 0 1 0 1022140102 808988672 164715 4294967295 134512640 135223648 3214619888 3214618080 134549033 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 197507 164715 73 174 0 197332 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 792444

[startup+222.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 24253
/proc/meminfo: memFree=566076/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2416 CPUtime=0.01
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 368 645 0 0 0 0 0 1 18 0 1 0 1022140101 2473984 277 4294967295 134512640 135169312 3221095216 3221093752 3085106926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/23495/statm: 604 277 235 161 0 43 0
[pid=23499] ppid=23495 vsize=790028 CPUtime=222.32
/proc/23499/stat : 23499 (SatELite_releas) R 23495 23495 11066 0 -1 4202496 181798 0 0 0 22122 110 0 0 25 0 1 0 1022140102 808988672 164715 4294967295 134512640 135223648 3214619888 3214618080 134548984 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23499/statm: 197507 164715 73 174 0 197332 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 792444

[startup+282.316 s]
/proc/loadavg: 1.09 1.03 1.01 3/98 24442
/proc/meminfo: memFree=681636/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=386632 CPUtime=35.72
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 92370 0 0 0 3524 48 0 0 25 0 1 0 1022164762 395911168 92283 4294967295 134512640 135216011 3219169712 3219168576 134529887 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 96658 92283 71 172 0 96485 0
Current children cumulated CPU time (s) 277.81
Current children cumulated vsize (KiB) 389052

[startup+342.313 s]
/proc/loadavg: 1.03 1.02 1.00 3/98 24633
/proc/meminfo: memFree=675708/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=392496 CPUtime=95.72
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 93805 0 0 0 9519 53 0 0 25 0 1 0 1022164762 401915904 93718 4294967295 134512640 135216011 3219169712 3219168064 134527391 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 98124 93718 71 172 0 97951 0
Current children cumulated CPU time (s) 337.81

################
# More data... #
################

/proc/24440/statm: 106635 102165 71 172 0 106462 0
Current children cumulated CPU time (s) 577.83
Current children cumulated vsize (KiB) 428960

[startup+642.316 s]
/proc/loadavg: 1.05 1.12 1.05 3/98 25580
/proc/meminfo: memFree=630292/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=437032 CPUtime=395.74
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 104860 0 0 0 39515 59 0 0 25 0 1 0 1022164762 447520768 104773 4294967295 134512640 135216011 3219169712 3219168008 134722150 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 109258 104773 71 172 0 109085 0
Current children cumulated CPU time (s) 637.83
Current children cumulated vsize (KiB) 439452

[startup+702.323 s]
/proc/loadavg: 1.02 1.10 1.05 3/98 25768
/proc/meminfo: memFree=621644/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=445900 CPUtime=455.75
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 107094 0 0 0 45513 62 0 0 25 0 1 0 1022164762 456601600 107007 4294967295 134512640 135216011 3219169712 3219168064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 111475 107007 71 172 0 111302 0
Current children cumulated CPU time (s) 697.84
Current children cumulated vsize (KiB) 448320

[startup+762.33 s]
/proc/loadavg: 1.00 1.08 1.04 3/98 25955
/proc/meminfo: memFree=612716/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=454820 CPUtime=515.76
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 109304 0 0 0 51513 63 0 0 25 0 1 0 1022164762 465735680 109217 4294967295 134512640 135216011 3219169712 3219168064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 113705 109217 71 172 0 113532 0
Current children cumulated CPU time (s) 757.85
Current children cumulated vsize (KiB) 457240

[startup+822.316 s]
/proc/loadavg: 1.15 1.11 1.05 3/98 26143
/proc/meminfo: memFree=604872/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=462756 CPUtime=575.75
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 111267 0 0 0 57509 66 0 0 25 0 1 0 1022164762 473862144 111180 4294967295 134512640 135216011 3219169712 3219168064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 115689 111180 71 172 0 115516 0
Current children cumulated CPU time (s) 817.84
Current children cumulated vsize (KiB) 465176

[startup+882.313 s]
/proc/loadavg: 1.05 1.08 1.05 2/98 26330
/proc/meminfo: memFree=601128/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=466784 CPUtime=635.75
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 112195 0 0 0 63506 69 0 0 25 0 1 0 1022164762 477986816 112108 4294967295 134512640 135216011 3219169712 3219168064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 116696 112108 71 172 0 116523 0
Current children cumulated CPU time (s) 877.84
Current children cumulated vsize (KiB) 469204

[startup+942.32 s]
/proc/loadavg: 1.02 1.07 1.04 2/98 26523
/proc/meminfo: memFree=601028/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=466784 CPUtime=695.76
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 112200 0 0 0 69505 71 0 0 25 0 1 0 1022164762 477986816 112113 4294967295 134512640 135216011 3219169712 3219168064 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 116696 112113 71 172 0 116523 0
Current children cumulated CPU time (s) 937.85
Current children cumulated vsize (KiB) 469204

[startup+1002.32 s]
/proc/loadavg: 1.00 1.05 1.04 3/98 26711
/proc/meminfo: memFree=601184/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=466784 CPUtime=755.76
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 112203 0 0 0 75505 71 0 0 25 0 1 0 1022164762 477986816 112116 4294967295 134512640 135216011 3219169712 3219168064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 116696 112116 71 172 0 116523 0
Current children cumulated CPU time (s) 997.85
Current children cumulated vsize (KiB) 469204

[startup+1062.32 s]
/proc/loadavg: 1.00 1.04 1.03 2/98 26898
/proc/meminfo: memFree=558124/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=510480 CPUtime=815.77
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 123105 0 0 0 81499 78 0 0 25 0 1 0 1022164762 522731520 123018 4294967295 134512640 135216011 3219169712 3219168064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 127620 123018 71 172 0 127447 0
Current children cumulated CPU time (s) 1057.86
Current children cumulated vsize (KiB) 512900

[startup+1122.32 s]
/proc/loadavg: 1.00 1.03 1.02 3/98 27086
/proc/meminfo: memFree=544872/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=523728 CPUtime=875.77
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 126408 0 0 0 87494 83 0 0 25 0 1 0 1022164762 536297472 126321 4294967295 134512640 135216011 3219169712 3219168064 134527289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 130932 126321 71 172 0 130759 0
Current children cumulated CPU time (s) 1117.86
Current children cumulated vsize (KiB) 526148

[startup+1182.32 s]
/proc/loadavg: 1.00 1.02 1.02 3/98 27273
/proc/meminfo: memFree=526288/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=542264 CPUtime=935.77
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 131031 0 0 0 93492 85 0 0 25 0 1 0 1022164762 555278336 130944 4294967295 134512640 135216011 3219169712 3219168064 134527314 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 135566 130944 71 172 0 135393 0
Current children cumulated CPU time (s) 1177.86
Current children cumulated vsize (KiB) 544684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.52 s]
/proc/loadavg: 1.00 1.02 1.02 4/98 27276
/proc/meminfo: memFree=524776/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=543660 CPUtime=957.97
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 131373 0 0 0 95712 85 0 0 25 0 1 0 1022164762 556707840 131286 4294967295 134512640 135216011 3219169712 3219168176 134543396 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 135915 131286 71 172 0 135742 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 546080

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1204.52 s]
/proc/loadavg: 1.00 1.02 1.02 4/98 27276
/proc/meminfo: memFree=524776/2074464 swapFree=1950760/1959888
[pid=23495] ppid=23493 vsize=2420 CPUtime=242.09
/proc/23495/stat : 23495 (SatELiteGTI) S 23493 23495 11066 0 -1 4194304 387 182625 0 0 0 0 24054 155 18 0 1 0 1022140101 2478080 278 4294967295 134512640 135169312 3221095216 3221091432 3085106926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23495/statm: 605 278 235 161 0 44 0
[pid=24440] ppid=23495 vsize=543660 CPUtime=957.97
/proc/24440/stat : 24440 (minisat_static) R 23495 23495 11066 0 -1 4202496 131373 0 0 0 95712 85 0 0 25 0 1 0 1022164762 556707840 131286 4294967295 134512640 135216011 3219169712 3219168176 134543396 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24440/statm: 135915 131286 71 172 0 135742 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 546080

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23495 and gives
#  childrusage.ru_utime.tv_sec=240
#  childrusage.ru_utime.tv_usec=540000
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=550000
# CPU time returned by wait4() is 242.09
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.54
CPU time (s): 1200.06
CPU user time (s): 1197.66
CPU system time (s): 2.4
CPU usage (%): 99.6285
Max. virtual memory (cumulated for all children) (KiB): 792444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.54
system time used= 1.55
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183012
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= 28
involuntary context switches= 562

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 18:06:46
IDJOB=1821878
IDBENCH=71695
IDSOLVER=661
FILE ID=tipi23/1821878-1242576406
PBS_JOBID=
Free space on /tmp= 8359 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/velev-pipe-sat-1.0-b10.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821878-1242576406/watcher-1821878-1242576406 -o /tmp/evaluation-result-1821878-1242576406/solver-1821878-1242576406 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821878-1242576406.cnf

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

MD5SUM BENCH= a9abd96191efca8626c02160761beedd
RANDOM SEED= 222998446

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1230124 kB
Buffers:         46920 kB
Cached:         701512 kB
SwapCached:       3584 kB
Active:         415832 kB
Inactive:       344264 kB
HighTotal:     1178688 kB
HighFree:       465948 kB
LowTotal:       895776 kB
LowFree:        764176 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:          170528 kB
Writeback:           0 kB
AnonPages:       11016 kB
Mapped:           4388 kB
Slab:            75112 kB
PageTables:        584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96900 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8194 MiB
End job on tipi23 at 2009-05-17 18:27:05