Trace number 3387283

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
minisat hack: minisat_psm 2011-04-01? (TO) 5000.05 5000.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1503.62
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

Solver Data

0.00/0.00	c Parsing...
0.00/0.81	c ==============================================================================
0.00/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.81	c ==============================================================================
0.00/0.81	c |         0 | 2453278  5605905 |  735983       0        0     nan |  0.000 % |
3.39/3.46	c |         0 | 1759097  4095795 |      --       0       --      -- |     --   | -35/-52
3.39/3.46	c ==============================================================================
3.39/3.46	c Result  :   #vars: 125676   #clauses: 1759097   #literals: 4095795
3.39/3.46	c CPU time:   3.35949 s
3.39/3.46	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387283-1305599823/watcher-3387283-1305599823 -o /tmp/evaluation-result-3387283-1305599823/solver-3387283-1305599823 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387283-1305599823.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.31 3.07 3.03 4/557 414
/proc/meminfo: memFree=14996372/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0

[startup+0.0678779 s]
/proc/loadavg: 3.31 3.07 3.03 4/557 414
/proc/meminfo: memFree=14996372/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100873 s]
/proc/loadavg: 3.31 3.07 3.03 4/557 414
/proc/meminfo: memFree=14996372/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300875 s]
/proc/loadavg: 3.31 3.07 3.03 4/557 414
/proc/meminfo: memFree=14996372/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700805 s]
/proc/loadavg: 3.31 3.07 3.03 4/557 414
/proc/meminfo: memFree=14996372/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 3.31 3.07 3.03 5/559 416
/proc/meminfo: memFree=14790564/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0
[pid=415] ppid=414 vsize=203648 CPUtime=1.49 cores=0,2,4,6
/proc/415/stat : 415 (SatELite_releas) R 414 414 31236 0 -1 4202496 48817 0 0 0 139 10 0 0 25 0 1 0 750213166 208535552 43602 33554432000 134512640 135144242 4291464192 18446744073709551615 134585724 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/415/statm: 50912 43602 77 155 0 50755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212348

[startup+3.10039 s]
/proc/loadavg: 3.31 3.07 3.03 5/559 416
/proc/meminfo: memFree=14731484/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 750213166 8908800 249 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/414/statm: 2175 249 209 178 0 68 0
[pid=415] ppid=414 vsize=203648 CPUtime=3.09 cores=0,2,4,6
/proc/415/stat : 415 (SatELite_releas) R 414 414 31236 0 -1 4202496 48817 0 0 0 299 10 0 0 25 0 1 0 750213166 208535552 43602 33554432000 134512640 135144242 4291464192 18446744073709551615 134585488 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/415/statm: 50912 43602 77 155 0 50755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212348

[startup+6.30083 s]
/proc/loadavg: 3.44 3.10 3.04 5/563 425
/proc/meminfo: memFree=14405864/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=126656 CPUtime=2.08 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 30607 0 0 0 204 4 0 0 25 0 1 0 750213587 129695744 25219 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 31664 25219 252 16 0 28306 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 135356

[startup+12.7008 s]
/proc/loadavg: 3.81 3.19 3.07 5/563 425
/proc/meminfo: memFree=14308056/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=127448 CPUtime=8.48 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 49738 0 0 0 842 6 0 0 25 0 1 0 750213587 130506752 26284 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 31862 26284 252 16 0 28504 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 136148

[startup+25.5006 s]
/proc/loadavg: 3.85 3.22 3.08 5/563 425
/proc/meminfo: memFree=14351208/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=128816 CPUtime=21.28 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 88896 0 0 0 2117 11 0 0 25 0 1 0 750213587 131907584 27279 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 32204 27279 252 16 0 28846 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 137516

[startup+51.1004 s]
/proc/loadavg: 3.90 3.29 3.10 5/563 425
/proc/meminfo: memFree=14313452/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=161788 CPUtime=46.88 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 136447 0 0 0 4670 18 0 0 25 0 1 0 750213587 165670912 31214 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 40447 31214 252 16 0 37089 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 170488

[startup+102.322 s]
/proc/loadavg: 3.95 3.39 3.15 5/563 427
/proc/meminfo: memFree=14288324/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=164472 CPUtime=98.11 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 258838 0 0 0 9777 34 0 0 25 0 1 0 750213587 168419328 34068 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 41118 34068 252 16 0 37760 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 173172

[startup+162.301 s]
/proc/loadavg: 3.98 3.50 3.20 5/563 432
/proc/meminfo: memFree=14168432/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=166632 CPUtime=158.08 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 392449 0 0 0 15756 52 0 0 25 0 1 0 750213587 170631168 35617 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 41658 35617 252 16 0 38300 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 175332

[startup+222.301 s]
/proc/loadavg: 3.99 3.59 3.25 5/563 434
/proc/meminfo: memFree=14226436/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=217660 CPUtime=218.08 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 520078 0 0 0 21738 70 0 0 25 0 1 0 750213587 222883840 43596 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 54415 43596 252 16 0 51057 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 226360

[startup+282.301 s]
/proc/loadavg: 3.99 3.66 3.29 5/563 434
/proc/meminfo: memFree=14254180/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=219376 CPUtime=278.09 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 690816 0 0 0 27717 92 0 0 25 0 1 0 750213587 224641024 39324 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 54844 39324 252 16 0 51486 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 228076

[startup+342.301 s]
/proc/loadavg: 4.11 3.75 3.34 5/563 436
/proc/meminfo: memFree=14228976/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=220996 CPUtime=338.09 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 821891 0 0 0 33701 108 0 0 25 0 1 0 750213587 226299904 41014 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213346 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 55249 41014 252 16 0 51891 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 229696

[startup+402.301 s]
/proc/loadavg: 4.09 3.81 3.39 5/563 438
/proc/meminfo: memFree=14228460/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6

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

/proc/425/statm: 119088 102589 252 16 0 115730 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 485052

[startup+4362.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/563 606
/proc/meminfo: memFree=14369924/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=476864 CPUtime=4358.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 7580547 0 0 0 434804 1011 0 0 25 0 1 0 750213587 488308736 114561 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119216 114561 252 16 0 115858 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 485564

[startup+4422.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/563 608
/proc/meminfo: memFree=14523132/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=344604 CPUtime=4418.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 7724519 0 0 0 440782 1033 0 0 25 0 1 0 750213587 352874496 78439 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 86151 78439 252 16 0 82793 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 353304

[startup+4482.3 s]
/proc/loadavg: 4.07 4.05 4.01 5/563 608
/proc/meminfo: memFree=14401200/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=476864 CPUtime=4478.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 7756394 0 0 0 446777 1038 0 0 25 0 1 0 750213587 488308736 110281 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119216 110281 252 16 0 115858 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 485564

[startup+4542.3 s]
/proc/loadavg: 4.06 4.05 4.01 5/563 610
/proc/meminfo: memFree=14394340/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=476996 CPUtime=4538.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 7867694 0 0 0 452764 1051 0 0 25 0 1 0 750213587 488443904 111579 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119249 111579 252 16 0 115891 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 485696

[startup+4602.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/563 612
/proc/meminfo: memFree=14290384/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=692852 CPUtime=4598.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 7892889 0 0 0 458760 1055 0 0 25 0 1 0 750213587 709480448 136742 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 173213 136742 252 16 0 169855 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 701552

[startup+4662.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/563 614
/proc/meminfo: memFree=14403188/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=477928 CPUtime=4658.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 7979967 0 0 0 464747 1068 0 0 25 0 1 0 750213587 489398272 108002 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119482 108002 252 16 0 116124 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 486628

[startup+4722.32 s]
/proc/loadavg: 4.00 4.02 4.00 5/563 616
/proc/meminfo: memFree=14406604/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=477928 CPUtime=4718.18 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 8072317 0 0 0 470736 1082 0 0 25 0 1 0 750213587 489398272 108800 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119482 108800 252 16 0 116124 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 486628

[startup+4782.3 s]
/proc/loadavg: 4.12 4.05 4.01 5/563 616
/proc/meminfo: memFree=14416988/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=478588 CPUtime=4778.16 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 8168925 0 0 0 476719 1097 0 0 25 0 1 0 750213587 490074112 111000 33554432000 4194304 4256717 140734862279280 18446744073709551615 4213715 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119647 111000 252 16 0 116289 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 487288

[startup+4842.3 s]
/proc/loadavg: 4.10 4.05 4.01 5/563 618
/proc/meminfo: memFree=14403552/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=479164 CPUtime=4838.16 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 8258336 0 0 0 482707 1109 0 0 25 0 1 0 750213587 490663936 109773 33554432000 4194304 4256717 140734862279280 18446744073709551615 4214136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119791 109773 252 16 0 116433 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 487864

[startup+4902.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/563 620
/proc/meminfo: memFree=14384176/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=694088 CPUtime=4898.15 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 8358360 0 0 0 488693 1122 0 0 25 0 1 0 750213587 710746112 117719 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 173522 117719 252 16 0 170164 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 702788

[startup+4962.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/563 622
/proc/meminfo: memFree=14391820/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=479668 CPUtime=4958.16 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 8457378 0 0 0 494681 1135 0 0 25 0 1 0 750213587 491180032 111916 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 119917 111916 252 16 0 116559 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 488368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 4.15 4.06 4.01 5/563 622
/proc/meminfo: memFree=14353216/32951124 swapFree=45193380/67111528
[pid=414] ppid=412 vsize=8700 CPUtime=4.2 cores=0,2,4,6
/proc/414/stat : 414 (esg_static.sh) S 412 414 31236 0 -1 4202496 351 53844 0 0 0 0 404 16 18 0 1 0 750213166 8908800 251 33554432000 4194304 4922060 140734447483888 18446744073709551615 224284744837 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/414/statm: 2175 251 209 178 0 68 0
[pid=425] ppid=414 vsize=694592 CPUtime=4995.85 cores=0,2,4,6
/proc/425/stat : 425 (minisat_static) R 414 414 31236 0 -1 4202496 8468520 0 0 0 498450 1135 0 0 25 0 1 0 750213587 711262208 123053 33554432000 4194304 4256717 140734862279280 18446744073709551615 4209083 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/425/statm: 173648 123053 252 16 0 170290 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 703292

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 414 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=44385
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=160975
# CPU time returned by wait4() is 4.20536
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.03
CPU time (s): 5000.05
CPU user time (s): 4988.54
CPU system time (s): 11.51
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1046664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.04439
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54195
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= 9
involuntary context switches= 33

runsolver used 29.0936 second user time and 62.4705 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-17 04:37:05
IDJOB=3387283
IDBENCH=82394
IDSOLVER=1874
FILE ID=node118/3387283-1305599823
RUNJOBID= node118-1305599823-400
PBS_JOBID= 13350360
Free space on /tmp= 73148 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.080-SAT.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387283-1305599823/watcher-3387283-1305599823 -o /tmp/evaluation-result-3387283-1305599823/solver-3387283-1305599823 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387283-1305599823.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=2062234523

node118.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14996396 kB
Buffers:        326724 kB
Cached:        4967032 kB
SwapCached:      22068 kB
Active:       14851416 kB
Inactive:      2752884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14996396 kB
SwapTotal:    67111528 kB
SwapFree:     45193380 kB
Dirty:          111232 kB
Writeback:           0 kB
AnonPages:    12301412 kB
Mapped:          32232 kB
Slab:           164136 kB
PageTables:     115848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 184697472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73160 MiB
End job on node118 at 2011-05-17 06:00:27