Trace number 3348970

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) 1299.99 1300.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.00/0.01	c Parsing...
0.00/0.01	c num clauses = 10223027
0.00/0.01	c too many clauses .. no preprocessing
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision

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-3348970-1304970702/watcher-3348970-1304970702 -o /tmp/evaluation-result-3348970-1304970702/solver-3348970-1304970702 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348970-1304970702.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.09 4.03 3.76 4/295 23555
/proc/meminfo: memFree=19339936/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=11796 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (runsolver) R 23553 23555 23121 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 608668929 12079104 49 33554432000 4194304 5432360 140735194574272 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/23555/statm: 2949 49 30 303 0 2643 0

[startup+0.109222 s]
/proc/loadavg: 4.09 4.03 3.76 4/295 23555
/proc/meminfo: memFree=19339936/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200206 s]
/proc/loadavg: 4.09 4.03 3.76 4/295 23555
/proc/meminfo: memFree=19339936/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.65195 s]
/proc/loadavg: 4.09 4.03 3.76 4/295 23555
/proc/meminfo: memFree=19339936/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.70094 s]
/proc/loadavg: 4.09 4.03 3.76 4/295 23555
/proc/meminfo: memFree=19339936/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.80092 s]
/proc/loadavg: 4.09 4.03 3.76 4/295 23555
/proc/meminfo: memFree=19339936/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10069 s]
/proc/loadavg: 4.09 4.03 3.76 5/301 23566
/proc/meminfo: memFree=18634436/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=489440 CPUtime=3.07 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 194612 0 0 0 277 30 0 0 25 0 1 0 608668930 501186560 99377 33554432000 4194304 4256717 140733544420000 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23558/statm: 122360 99377 236 16 0 119002 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 498140

[startup+6.30112 s]
/proc/loadavg: 4.32 4.08 3.78 5/301 23566
/proc/meminfo: memFree=18410488/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=491744 CPUtime=6.24 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 195961 0 0 0 594 30 0 0 25 0 1 0 608668930 503545856 100716 33554432000 4194304 4256717 140733544420000 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23558/statm: 122936 100716 236 16 0 119578 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 500444

[startup+12.701 s]
/proc/loadavg: 4.53 4.13 3.80 5/301 23566
/proc/meminfo: memFree=18449164/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=410356 CPUtime=12.64 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 234068 0 0 0 1229 35 0 0 25 0 1 0 608668930 420204544 87661 33554432000 4194304 4256717 140733544420000 18446744073709551615 4210823 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 102589 87661 237 16 0 99231 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 419056

[startup+25.5008 s]
/proc/loadavg: 4.41 4.12 3.80 5/301 23567
/proc/meminfo: memFree=18378380/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=411324 CPUtime=25.45 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 236556 0 0 0 2509 36 0 0 25 0 1 0 608668930 421195776 90140 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 102831 90140 237 16 0 99473 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 420024

[startup+51.1012 s]
/proc/loadavg: 4.33 4.12 3.81 5/297 23589
/proc/meminfo: memFree=18531452/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=411324 CPUtime=51.04 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 241634 0 0 0 5066 38 0 0 25 0 1 0 608668930 421195776 95198 33554432000 4194304 4256717 140733544420000 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 102831 95198 237 16 0 99473 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 420024

[startup+102.301 s]
/proc/loadavg: 4.14 4.10 3.82 5/301 23599
/proc/meminfo: memFree=17981208/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=493708 CPUtime=102.24 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 289395 0 0 0 10178 46 0 0 25 0 1 0 608668930 505556992 97266 33554432000 4194304 4256717 140733544420000 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 123427 97266 237 16 0 120069 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 502408

[startup+162.3 s]
/proc/loadavg: 4.17 4.11 3.84 5/301 23600
/proc/meminfo: memFree=17883656/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=494560 CPUtime=162.24 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 340272 0 0 0 16172 52 0 0 25 0 1 0 608668930 506429440 101261 33554432000 4194304 4256717 140733544420000 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 123640 101261 237 16 0 120282 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 503260

[startup+222.301 s]
/proc/loadavg: 4.06 4.09 3.84 5/301 23602
/proc/meminfo: memFree=17843556/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=495420 CPUtime=222.24 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 392309 0 0 0 22165 59 0 0 25 0 1 0 608668930 507310080 101341 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 123855 101341 237 16 0 120497 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 504120

[startup+282.301 s]
/proc/loadavg: 4.02 4.07 3.85 5/301 23603
/proc/meminfo: memFree=17856780/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=496380 CPUtime=282.24 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 447159 0 0 0 28157 67 0 0 25 0 1 0 608668930 508293120 99000 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 124095 99000 237 16 0 120737 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 505080

[startup+342.3 s]
/proc/loadavg: 4.06 4.07 3.86 5/301 23605
/proc/meminfo: memFree=17779380/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=496380 CPUtime=342.26 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 457546 0 0 0 34156 70 0 0 25 0 1 0 608668930 508293120 109374 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 124095 109374 237 16 0 120737 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 505080

[startup+402.301 s]
/proc/loadavg: 4.02 4.05 3.86 5/301 23607
/proc/meminfo: memFree=17736064/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=496380 CPUtime=402.25 cores=0,2

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

/proc/23558/statm: 124394 113703 237 16 0 121036 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 506276

[startup+642.301 s]
/proc/loadavg: 4.10 4.08 3.91 5/301 23622
/proc/meminfo: memFree=17710428/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=629836 CPUtime=642.25 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 650818 0 0 0 64127 98 0 0 25 0 1 0 608668930 644952064 119944 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 157459 119944 237 16 0 154101 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 638536

[startup+702.3 s]
/proc/loadavg: 4.09 4.08 3.92 5/301 23624
/proc/meminfo: memFree=17695396/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=630844 CPUtime=702.25 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 717933 0 0 0 70117 108 0 0 25 0 1 0 608668930 645984256 119359 33554432000 4194304 4256717 140733544420000 18446744073709551615 4220248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 157711 119359 237 16 0 154353 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 639544

[startup+762.301 s]
/proc/loadavg: 4.07 4.07 3.92 5/301 23627
/proc/meminfo: memFree=17611536/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=498584 CPUtime=762.26 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 783867 0 0 0 76108 118 0 0 25 0 1 0 608668930 510550016 115460 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 124646 115460 237 16 0 121288 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 507284

[startup+822.301 s]
/proc/loadavg: 3.81 4.01 3.90 4/294 23648
/proc/meminfo: memFree=17947724/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=498584 CPUtime=822.26 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 846446 0 0 0 82100 126 0 0 25 0 1 0 608668930 510550016 110026 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209138 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 124646 110026 237 16 0 121288 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 507284

[startup+882.3 s]
/proc/loadavg: 3.38 3.84 3.85 4/294 23649
/proc/meminfo: memFree=17961688/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=499496 CPUtime=882.26 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 919339 0 0 0 88091 135 0 0 25 0 1 0 608668930 511483904 113161 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209115 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 124874 113161 237 16 0 121516 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 508196

[startup+942.301 s]
/proc/loadavg: 3.14 3.68 3.80 4/294 23651
/proc/meminfo: memFree=17936236/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=631756 CPUtime=942.26 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 930991 0 0 0 94089 137 0 0 25 0 1 0 608668930 646918144 124794 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209354 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 157939 124794 237 16 0 154581 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 640456

[startup+1002.3 s]
/proc/loadavg: 3.05 3.56 3.74 4/294 23653
/proc/meminfo: memFree=17884748/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=499496 CPUtime=1002.27 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 1002800 0 0 0 100081 146 0 0 25 0 1 0 608668930 511483904 115000 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209364 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 124874 115000 237 16 0 121516 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 508196

[startup+1062.3 s]
/proc/loadavg: 3.02 3.45 3.69 4/294 23654
/proc/meminfo: memFree=17661144/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=632668 CPUtime=1062.27 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 1015612 0 0 0 106078 149 0 0 25 0 1 0 608668930 647852032 127795 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209016 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 158167 127795 237 16 0 154809 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 641368

[startup+1122.31 s]
/proc/loadavg: 3.00 3.37 3.65 4/294 23656
/proc/meminfo: memFree=17888752/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=632668 CPUtime=1122.28 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 1087810 0 0 0 112069 159 0 0 25 0 1 0 608668930 647852032 121270 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209122 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 158167 121270 237 16 0 154809 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 641368

[startup+1182.3 s]
/proc/loadavg: 3.00 3.30 3.60 4/294 23657
/proc/meminfo: memFree=17832560/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=632668 CPUtime=1182.27 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 1094920 0 0 0 118067 160 0 0 25 0 1 0 608668930 647852032 128367 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209122 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 158167 128367 237 16 0 154809 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 641368

[startup+1242.3 s]
/proc/loadavg: 3.08 3.26 3.57 4/294 23659
/proc/meminfo: memFree=17879900/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=632668 CPUtime=1242.27 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 1166056 0 0 0 124057 170 0 0 25 0 1 0 608668930 647852032 121146 33554432000 4194304 4256717 140733544420000 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 158167 121146 237 16 0 154809 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 641368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.22 3.54 4/294 23661
/proc/meminfo: memFree=17755360/32951124 swapFree=66457188/67111528
[pid=23555] ppid=23553 vsize=8700 CPUtime=0 cores=0,2
/proc/23555/stat : 23555 (esg_static.sh) S 23553 23555 23121 0 -1 4202496 354 113 0 0 0 0 0 0 23 0 1 0 608668929 8908800 252 33554432000 4194304 4922060 140736065742336 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23555/statm: 2175 252 209 178 0 68 0
[pid=23558] ppid=23555 vsize=844284 CPUtime=1299.99 cores=0,2
/proc/23558/stat : 23558 (minisat_static) R 23555 23555 23121 0 -1 4202496 1181501 0 0 0 129826 173 0 0 25 0 1 0 608668930 864546816 136133 33554432000 4194304 4256717 140733544420000 18446744073709551615 4221465 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/23558/statm: 211071 136135 237 16 0 207713 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 852984

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 23555 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1299.99
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.02
CPU time (s): 1299.99
CPU user time (s): 1298.26
CPU system time (s): 1.73
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 852984

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

runsolver used 3.68744 second user time and 8.13176 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-09 21:51:48
IDJOB=3348970
IDBENCH=82399
IDSOLVER=1811
FILE ID=node132/3348970-1304970702
RUNJOBID= node132-1304968094-23139
PBS_JOBID= 13285618
Free space on /tmp= 47716 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348970-1304970702/watcher-3348970-1304970702 -o /tmp/evaluation-result-3348970-1304970702/solver-3348970-1304970702 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348970-1304970702.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=689194152

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19340084 kB
Buffers:        166400 kB
Cached:        7517080 kB
SwapCached:       6744 kB
Active:        4857464 kB
Inactive:      8337692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19340084 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:          378748 kB
Writeback:           0 kB
AnonPages:     5509740 kB
Mapped:          19132 kB
Slab:           328336 kB
PageTables:      25676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35089796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 47648 MiB
End job on node132 at 2011-05-09 22:13:30