Trace number 3419878

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 reference: minisat 2.2.0? (TO) 5000.3 5000.11

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data


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-3419878-1306581981/watcher-3419878-1306581981 -o /tmp/evaluation-result-3419878-1306581981/solver-3419878-1306581981 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419878-1306581981.cnf 

running on 4 cores: 1,3,5,7

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: 1.93 2.01 1.87 3/554 32588
/proc/meminfo: memFree=13742540/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=20864 CPUtime=0.01 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 968 0 0 0 1 0 0 0 21 0 1 0 769795286 21364736 907 33554432000 4194304 4291037 140735603331536 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 5216 907 216 24 0 1850 0

[startup+0.0588821 s]
/proc/loadavg: 1.93 2.01 1.87 3/554 32588
/proc/meminfo: memFree=13742540/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=24932 CPUtime=0.05 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 2213 0 0 0 5 0 0 0 21 0 1 0 769795286 25530368 2051 33554432000 4194304 4291037 140735603331536 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 6233 2053 216 24 0 2867 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24932

[startup+0.10084 s]
/proc/loadavg: 1.93 2.01 1.87 3/554 32588
/proc/meminfo: memFree=13742540/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=31060 CPUtime=0.08 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 4864 0 0 0 8 0 0 0 21 0 1 0 769795286 31805440 4173 33554432000 4194304 4291037 140735603331536 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 7765 4177 216 24 0 4399 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31060

[startup+0.300809 s]
/proc/loadavg: 1.93 2.01 1.87 3/554 32588
/proc/meminfo: memFree=13742540/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=77744 CPUtime=0.29 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 19535 0 0 0 26 3 0 0 22 0 1 0 769795286 79609856 14716 33554432000 4194304 4291037 140735603331536 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 19436 14716 216 24 0 16070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77744

[startup+0.700736 s]
/proc/loadavg: 1.93 2.01 1.87 3/554 32588
/proc/meminfo: memFree=13742540/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=89464 CPUtime=0.68 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 23552 0 0 0 65 3 0 0 23 0 1 0 769795286 91611136 17934 33554432000 4194304 4291037 140735603331536 18446744073709551615 4230081 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 22366 17934 238 24 0 19000 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 89464

[startup+1.50057 s]
/proc/loadavg: 1.93 2.01 1.87 3/555 32589
/proc/meminfo: memFree=13669876/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=82228 CPUtime=1.48 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 27003 0 0 0 144 4 0 0 25 0 1 0 769795286 84201472 14672 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255536 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 20557 14672 257 24 0 17191 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 82228

[startup+3.10028 s]
/proc/loadavg: 1.93 2.01 1.87 3/555 32589
/proc/meminfo: memFree=13679424/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=82228 CPUtime=3.08 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 28079 0 0 0 304 4 0 0 25 0 1 0 769795286 84201472 15746 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 20557 15746 257 24 0 17191 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82228

[startup+6.30065 s]
/proc/loadavg: 1.93 2.01 1.87 3/555 32589
/proc/meminfo: memFree=13666068/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=93904 CPUtime=6.28 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 31461 0 0 0 623 5 0 0 25 0 1 0 769795286 96157696 19126 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248603 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 23476 19126 258 24 0 20110 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 93904

[startup+12.7004 s]
/proc/loadavg: 1.94 2.01 1.87 3/555 32589
/proc/meminfo: memFree=13640920/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=112872 CPUtime=12.69 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 35705 0 0 0 1263 6 0 0 25 0 1 0 769795286 115580928 23362 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 28218 23362 258 24 0 24852 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112872

[startup+25.501 s]
/proc/loadavg: 1.95 2.01 1.87 3/555 32590
/proc/meminfo: memFree=13585980/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=193780 CPUtime=25.49 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 45425 0 0 0 2541 8 0 0 25 0 1 0 769795286 198430720 33078 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248644 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 48445 33078 258 24 0 45079 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 193780

[startup+51.101 s]
/proc/loadavg: 1.97 2.00 1.87 3/555 32590
/proc/meminfo: memFree=13477436/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=275492 CPUtime=51.09 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 65026 0 0 0 5098 11 0 0 25 0 1 0 769795286 282103808 52665 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 68873 52665 258 24 0 65507 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 275492

[startup+102.321 s]
/proc/loadavg: 1.98 2.00 1.88 3/555 32592
/proc/meminfo: memFree=13297484/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=407752 CPUtime=102.31 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 99323 0 0 0 10215 16 0 0 25 0 1 0 769795286 417538048 86940 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 101938 86940 258 24 0 98572 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 407752

[startup+162.301 s]
/proc/loadavg: 2.10 2.03 1.89 3/555 32593
/proc/meminfo: memFree=13100068/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=622676 CPUtime=162.29 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 133656 0 0 0 16207 22 0 0 25 0 1 0 769795286 637620224 121254 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 155669 121254 258 24 0 152303 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 622676

[startup+222.301 s]
/proc/loadavg: 2.08 2.04 1.91 3/555 32595
/proc/meminfo: memFree=12930172/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=623012 CPUtime=222.3 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 159760 0 0 0 22202 28 0 0 25 0 1 0 769795286 637964288 147351 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 155753 147351 258 24 0 152387 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 623012

[startup+282.301 s]
/proc/loadavg: 2.19 2.06 1.92 3/555 32596
/proc/meminfo: memFree=12760900/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=974004 CPUtime=282.3 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 189796 0 0 0 28199 31 0 0 25 0 1 0 769795286 997380096 177377 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 243501 177377 258 24 0 240135 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 974004

[startup+342.301 s]
/proc/loadavg: 2.14 2.06 1.93 3/555 32598
/proc/meminfo: memFree=12596464/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=976308 CPUtime=342.3 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 216902 0 0 0 34194 36 0 0 25 0 1 0 769795286 999739392 204464 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 244077 204464 258 24 0 240711 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 976308

[startup+402.301 s]
/proc/loadavg: 2.05 2.05 1.93 3/555 32600
/proc/meminfo: memFree=12433640/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=977816 CPUtime=402.3 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 246846 0 0 0 40190 40 0 0 25 0 1 0 769795286 1001283584 234384 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 244454 234384 258 24 0 241088 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 977816

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 1.93 3/555 32601
/proc/meminfo: memFree=12262876/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=1547140 CPUtime=462.3 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 276069 0 0 0 46185 45 0 0 25 0 1 0 769795286 1584271360 263598 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 386785 263598 258 24 0 383419 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1547140

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 1.93 3/555 32603
/proc/meminfo: memFree=12107736/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=1548828 CPUtime=522.31 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 302741 0 0 0 52180 51 0 0 25 0 1 0 769795286 1585999872 290251 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 387207 290251 258 24 0 383841 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1548828

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 1.93 3/555 32604
/proc/meminfo: memFree=11954076/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=1550772 CPUtime=582.32 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 328320 0 0 0 58177 55 0 0 25 0 1 0 769795286 1587990528 315813 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 387693 315813 258 24 0 384327 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1550772

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/555 32739
/proc/meminfo: memFree=10491652/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6463200 CPUtime=4122.45 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1234952 0 0 0 412007 238 0 0 25 0 1 0 769795286 6618316800 1221890 33554432000 4194304 4291037 140735603331536 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1615800 1221890 258 24 0 1612434 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 6463200

[startup+4182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/555 32740
/proc/meminfo: memFree=10401828/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6464204 CPUtime=4182.46 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1246079 0 0 0 418004 242 0 0 25 0 1 0 769795286 6619344896 1233008 33554432000 4194304 4291037 140735603331536 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1616051 1233008 258 24 0 1612685 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 6464204

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 32742
/proc/meminfo: memFree=10308420/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6465016 CPUtime=4242.46 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1257583 0 0 0 424002 244 0 0 25 0 1 0 769795286 6620176384 1244509 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1616254 1244509 258 24 0 1612888 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 6465016

[startup+4302.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/555 32744
/proc/meminfo: memFree=10237484/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6465552 CPUtime=4302.46 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1265004 0 0 0 430000 246 0 0 25 0 1 0 769795286 6620725248 1251919 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1616388 1251919 258 24 0 1613022 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 6465552

[startup+4362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/555 32745
/proc/meminfo: memFree=10158216/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6466356 CPUtime=4362.46 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1275421 0 0 0 435997 249 0 0 25 0 1 0 769795286 6621548544 1262331 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1616589 1262331 258 24 0 1613223 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 6466356

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/555 306
/proc/meminfo: memFree=12128908/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6466876 CPUtime=4422.46 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1286101 0 0 0 441994 252 0 0 25 0 1 0 769795286 6622081024 1273006 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1616719 1273006 258 24 0 1613353 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 6466876

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 307
/proc/meminfo: memFree=12069220/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6467424 CPUtime=4482.47 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1298817 0 0 0 447992 255 0 0 25 0 1 0 769795286 6622642176 1285713 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1616856 1285713 258 24 0 1613490 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 6467424

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/555 309
/proc/meminfo: memFree=12030896/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6468324 CPUtime=4542.46 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1306820 0 0 0 453988 258 0 0 25 0 1 0 769795286 6623563776 1293710 33554432000 4194304 4291037 140735603331536 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1617081 1293710 258 24 0 1613715 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 6468324

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/555 320
/proc/meminfo: memFree=11986852/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6468992 CPUtime=4602.49 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1316217 0 0 0 459988 261 0 0 25 0 1 0 769795286 6624247808 1303094 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1617248 1303094 258 24 0 1613882 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 6468992

[startup+4662.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/555 321
/proc/meminfo: memFree=11952616/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6470364 CPUtime=4662.48 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1326019 0 0 0 465984 264 0 0 25 0 1 0 769795286 6625652736 1312891 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1617591 1312891 258 24 0 1614225 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 6470364

[startup+4722.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 323
/proc/meminfo: memFree=11906976/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6470764 CPUtime=4722.5 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1335318 0 0 0 471984 266 0 0 25 0 1 0 769795286 6626062336 1322187 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1617691 1322187 258 24 0 1614325 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 6470764

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 324
/proc/meminfo: memFree=11855120/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6471268 CPUtime=4782.48 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1346867 0 0 0 477979 269 0 0 25 0 1 0 769795286 6626578432 1333729 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1617817 1333729 258 24 0 1614451 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 6471268

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 326
/proc/meminfo: memFree=11818272/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6472208 CPUtime=4842.48 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1355899 0 0 0 483976 272 0 0 25 0 1 0 769795286 6627540992 1342755 33554432000 4194304 4291037 140735603331536 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1618052 1342755 258 24 0 1614686 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 6472208

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/555 328
/proc/meminfo: memFree=11786760/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6473668 CPUtime=4902.49 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1363822 0 0 0 489975 274 0 0 25 0 1 0 769795286 6629036032 1350673 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1618417 1350673 258 24 0 1615051 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 6473668

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 329
/proc/meminfo: memFree=11749040/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6474236 CPUtime=4962.49 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1372322 0 0 0 495973 276 0 0 25 0 1 0 769795286 6629617664 1359167 33554432000 4194304 4291037 140735603331536 18446744073709551615 4248644 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1618559 1359167 258 24 0 1615193 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 6474236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 330
/proc/meminfo: memFree=11718288/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=6474428 CPUtime=5000.11 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4202496 1378710 0 0 0 499733 278 0 0 25 0 1 0 769795286 6629814272 1365551 33554432000 4194304 4291037 140735603331536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32588/statm: 1618607 1365551 258 24 0 1615241 0
Current children cumulated CPU time (s) 5000.11
Current children cumulated vsize (KiB) 6474428

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 330
/proc/meminfo: memFree=11718288/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=0 CPUtime=5000.21 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4203524 1378710 0 0 0 499733 288 0 0 25 0 1 0 769795286 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/32588/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.21
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 330
/proc/meminfo: memFree=11718288/32950928 swapFree=67056576/67111528
[pid=32588] ppid=32586 vsize=0 CPUtime=5000.29 cores=1,3,5,7
/proc/32588/stat : 32588 (minisat_release) R 32586 32588 32307 0 -1 4203524 1378710 0 0 0 499733 296 0 0 25 0 1 0 769795286 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/32588/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.11
CPU time (s): 5000.3
CPU user time (s): 4997.34
CPU system time (s): 2.96455
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 6474428

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

runsolver used 26.339 second user time and 64.5132 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-28 13:26:22
IDJOB=3419878
IDBENCH=82378
IDSOLVER=1912
FILE ID=node148/3419878-1306581981
RUNJOBID= node148-1306579390-32326
PBS_JOBID= 13471532
Free space on /tmp= 73568 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419878-1306581981/watcher-3419878-1306581981 -o /tmp/evaluation-result-3419878-1306581981/solver-3419878-1306581981 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419878-1306581981.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=728742587

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13742820 kB
Buffers:        384004 kB
Cached:        8141320 kB
SwapCached:       8480 kB
Active:       13511488 kB
Inactive:      5317684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13742820 kB
SwapTotal:    67111528 kB
SwapFree:     67056576 kB
Dirty:           24092 kB
Writeback:           0 kB
AnonPages:    10301364 kB
Mapped:          43944 kB
Slab:           244288 kB
PageTables:      64800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 174551500 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= 73592 MiB
End job on node148 at 2011-05-28 14:49:44