Trace number 3422260

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: contrasat 2011-03-02? (TO) 5000.06 4999.94

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1095.17
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

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-3422260-1306662357/watcher-3422260-1306662357 -o /tmp/evaluation-result-3422260-1306662357/solver-3422260-1306662357 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422260-1306662357.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: 2.06 2.03 1.96 3/572 22735
/proc/meminfo: memFree=23725748/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=20480 CPUtime=0.01 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 904 0 0 0 1 0 0 0 23 0 1 0 777834635 20971520 842 33554432000 4194304 4298156 140733595445600 18446744073709551615 4200652 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 5120 842 216 26 0 1752 0

[startup+0.0635779 s]
/proc/loadavg: 2.06 2.03 1.96 3/572 22735
/proc/meminfo: memFree=23725748/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=25852 CPUtime=0.05 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 2806 0 0 0 5 0 0 0 23 0 1 0 777834635 26472448 2460 33554432000 4194304 4298156 140733595445600 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 6463 2462 216 26 0 3095 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25852

[startup+0.100543 s]
/proc/loadavg: 2.06 2.03 1.96 3/572 22735
/proc/meminfo: memFree=23725748/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=31196 CPUtime=0.09 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 5426 0 0 0 9 0 0 0 23 0 1 0 777834635 31944704 4536 33554432000 4194304 4298156 140733595445600 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 7799 4538 216 26 0 4431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31196

[startup+0.300534 s]
/proc/loadavg: 2.06 2.03 1.96 3/572 22735
/proc/meminfo: memFree=23725748/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=89248 CPUtime=0.29 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 21050 0 0 0 27 2 0 0 25 0 1 0 777834635 91389952 16065 33554432000 4194304 4298156 140733595445600 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 22312 16068 216 26 0 18944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89248

[startup+0.700462 s]
/proc/loadavg: 2.06 2.03 1.96 3/572 22735
/proc/meminfo: memFree=23725748/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=158068 CPUtime=0.69 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 44598 0 0 0 64 5 0 0 25 0 1 0 777834635 161861632 33399 33554432000 4194304 4298156 140733595445600 18446744073709551615 4227984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 39517 33399 222 26 0 36149 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158068

[startup+1.50032 s]
/proc/loadavg: 2.06 2.03 1.96 3/573 22736
/proc/meminfo: memFree=23589996/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=158068 CPUtime=1.49 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 44598 0 0 0 144 5 0 0 25 0 1 0 777834635 161861632 33399 33554432000 4194304 4298156 140733595445600 18446744073709551615 4227888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 39517 33399 222 26 0 36149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158068

[startup+3.10103 s]
/proc/loadavg: 2.06 2.03 1.96 3/573 22736
/proc/meminfo: memFree=23585036/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=144148 CPUtime=3.09 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 55332 0 0 0 302 7 0 0 25 0 1 0 777834635 147607552 26521 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252179 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 36037 26521 242 26 0 32669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 144148

[startup+6.30046 s]
/proc/loadavg: 2.06 2.03 1.96 3/573 22736
/proc/meminfo: memFree=23605040/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=144148 CPUtime=6.29 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 57346 0 0 0 621 8 0 0 25 0 1 0 777834635 147607552 28528 33554432000 4194304 4298156 140733595445600 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 36037 28528 242 26 0 32669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144148

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 1.96 3/573 22736
/proc/meminfo: memFree=23632336/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=144148 CPUtime=12.69 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 72738 0 0 0 1259 10 0 0 25 0 1 0 777834635 147607552 30578 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 36037 30578 242 26 0 32669 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144148

[startup+25.501 s]
/proc/loadavg: 2.04 2.03 1.96 3/573 22737
/proc/meminfo: memFree=23614236/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=144148 CPUtime=25.49 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 130525 0 0 0 2531 18 0 0 25 0 1 0 777834635 147607552 28108 33554432000 4194304 4298156 140733595445600 18446744073709551615 4261654 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 36037 28108 242 26 0 32669 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144148

[startup+51.1004 s]
/proc/loadavg: 2.14 2.05 1.97 3/573 22737
/proc/meminfo: memFree=23615480/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=175520 CPUtime=51.09 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 184768 0 0 0 5086 23 0 0 25 0 1 0 777834635 179732480 33088 33554432000 4194304 4298156 140733595445600 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 43880 33088 242 26 0 40512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175520

[startup+102.321 s]
/proc/loadavg: 2.17 2.08 1.98 3/573 22739
/proc/meminfo: memFree=23597680/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=175520 CPUtime=102.31 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 333409 0 0 0 10189 42 0 0 25 0 1 0 777834635 179732480 35014 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 43880 35014 242 26 0 40512 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 175520

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 1.98 3/573 22740
/proc/meminfo: memFree=23565812/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=225608 CPUtime=162.29 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 458829 0 0 0 16171 58 0 0 25 0 1 0 777834635 231022592 39835 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 56402 39835 242 26 0 53034 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225608

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 1.98 3/573 22742
/proc/meminfo: memFree=23597376/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=175520 CPUtime=222.29 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 610850 0 0 0 22152 77 0 0 25 0 1 0 777834635 179732480 37239 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 43880 37239 242 26 0 40512 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 175520

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 1.98 3/573 22744
/proc/meminfo: memFree=23581964/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=175520 CPUtime=282.29 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 744854 0 0 0 28135 94 0 0 25 0 1 0 777834635 179732480 37662 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 43880 37662 242 26 0 40512 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 175520

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.98 3/573 22745
/proc/meminfo: memFree=23567292/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=175520 CPUtime=342.29 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 835746 0 0 0 34124 105 0 0 25 0 1 0 777834635 179732480 38842 33554432000 4194304 4298156 140733595445600 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 43880 38842 242 26 0 40512 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 175520

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/573 22747
/proc/meminfo: memFree=23542328/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=225608 CPUtime=402.3 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 951319 0 0 0 40108 122 0 0 25 0 1 0 777834635 231022592 43176 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251864 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 56402 43176 242 26 0 53034 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 225608

[startup+462.301 s]
/proc/loadavg: 2.07 2.04 1.99 3/573 22748
/proc/meminfo: memFree=23489456/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=306996 CPUtime=462.3 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 1026240 0 0 0 46098 132 0 0 25 0 1 0 777834635 314363904 58423 33554432000 4194304 4298156 140733595445600 18446744073709551615 4261203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 76749 58423 242 26 0 73381 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 306996

[startup+522.3 s]
/proc/loadavg: 2.06 2.05 1.99 3/573 22750
/proc/meminfo: memFree=23552284/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=225608 CPUtime=522.3 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 1138002 0 0 0 52082 148 0 0 25 0 1 0 777834635 231022592 45059 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252215 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 56402 45059 242 26 0 53034 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 225608

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 1.99 3/573 22752
/proc/meminfo: memFree=23523848/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=225608 CPUtime=582.3 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 1249020 0 0 0 58068 162 0 0 25 0 1 0 777834635 231022592 48451 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 56402 48451 242 26 0 53034 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 225608

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 22884
/proc/meminfo: memFree=23485276/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=457896 CPUtime=4062.42 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6293289 0 0 0 405453 789 0 0 25 0 1 0 777834635 468885504 102169 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 114474 102169 242 26 0 111106 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 457896

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 22886
/proc/meminfo: memFree=23592112/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=458696 CPUtime=4122.4 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6385190 0 0 0 411439 801 0 0 25 0 1 0 777834635 469704704 95590 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251901 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 114674 95590 242 26 0 111306 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 458696

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 22888
/proc/meminfo: memFree=23559956/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=458696 CPUtime=4182.4 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6488989 0 0 0 417428 812 0 0 25 0 1 0 777834635 469704704 92554 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251864 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 114674 92554 242 26 0 111306 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 458696

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 22889
/proc/meminfo: memFree=23450548/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=673892 CPUtime=4242.4 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6517610 0 0 0 423424 816 0 0 25 0 1 0 777834635 690065408 121149 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251855 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 168473 121149 242 26 0 165105 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 673892

[startup+4302.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/573 22891
/proc/meminfo: memFree=23494772/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=458968 CPUtime=4302.4 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6624666 0 0 0 429411 829 0 0 25 0 1 0 777834635 469983232 102866 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 114742 102866 242 26 0 111374 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 458968

[startup+4362.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/573 22892
/proc/meminfo: memFree=23590220/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=460060 CPUtime=4362.4 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6710847 0 0 0 435400 840 0 0 25 0 1 0 777834635 471101440 81054 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115015 81054 242 26 0 111647 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 460060

[startup+4422.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/573 22894
/proc/meminfo: memFree=23464452/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=674984 CPUtime=4422.41 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6746268 0 0 0 441396 845 0 0 25 0 1 0 777834635 691183616 116441 33554432000 4194304 4298156 140733595445600 18446744073709551615 4256771 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 168746 116441 242 26 0 165378 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 674984

[startup+4482.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/573 22896
/proc/meminfo: memFree=23469484/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=674984 CPUtime=4482.41 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6845973 0 0 0 447384 857 0 0 25 0 1 0 777834635 691183616 114631 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 168746 114631 242 26 0 165378 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 674984

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/573 22906
/proc/meminfo: memFree=23559712/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=460568 CPUtime=4542.41 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 6930037 0 0 0 453374 867 0 0 25 0 1 0 777834635 471621632 97088 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251947 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115142 97088 242 26 0 111774 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 460568

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 22908
/proc/meminfo: memFree=23488612/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=460568 CPUtime=4602.42 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7018761 0 0 0 459365 877 0 0 25 0 1 0 777834635 471621632 98685 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115142 98685 242 26 0 111774 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 460568

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 22909
/proc/meminfo: memFree=23500352/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=461116 CPUtime=4662.41 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7121531 0 0 0 465350 891 0 0 25 0 1 0 777834635 472182784 95504 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115279 95504 242 26 0 111911 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 461116

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 22914
/proc/meminfo: memFree=23377864/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=676040 CPUtime=4722.44 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7142722 0 0 0 471349 895 0 0 25 0 1 0 777834635 692264960 116656 33554432000 4194304 4298156 140733595445600 18446744073709551615 4263080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 169010 116656 242 26 0 165642 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 676040

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 22916
/proc/meminfo: memFree=23419588/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=461116 CPUtime=4782.42 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7227865 0 0 0 477335 907 0 0 25 0 1 0 777834635 472182784 97101 33554432000 4194304 4298156 140733595445600 18446744073709551615 4253621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115279 97101 242 26 0 111911 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 461116

[startup+4842.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/573 22917
/proc/meminfo: memFree=23449800/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=461116 CPUtime=4842.42 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7316563 0 0 0 483324 918 0 0 25 0 1 0 777834635 472182784 99627 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115279 99627 242 26 0 111911 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 461116

[startup+4902.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/573 22919
/proc/meminfo: memFree=23273816/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=676904 CPUtime=4902.41 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7347709 0 0 0 489319 922 0 0 25 0 1 0 777834635 693149696 130747 33554432000 4194304 4298156 140733595445600 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 169226 130747 242 26 0 165858 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 676904

[startup+4962.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/573 22920
/proc/meminfo: memFree=23367520/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=676904 CPUtime=4962.42 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7454026 0 0 0 495306 936 0 0 25 0 1 0 777834635 693149696 127535 33554432000 4194304 4298156 140733595445600 18446744073709551615 4251937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 169226 127535 242 26 0 165858 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 676904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.05 2.01 3/573 22921
/proc/meminfo: memFree=23541328/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=461980 CPUtime=5000.04 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7529914 0 0 0 499058 946 0 0 25 0 1 0 777834635 473067520 92088 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115495 92088 242 26 0 112127 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 461980

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

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

[startup+4999.9 s]
/proc/loadavg: 2.06 2.05 2.01 3/573 22921
/proc/meminfo: memFree=23541328/32950928 swapFree=49808508/67111528
[pid=22735] ppid=22733 vsize=461980 CPUtime=5000.04 cores=0,2,4,6
/proc/22735/stat : 22735 (contrasat_relea) R 22733 22735 22479 0 -1 4202496 7529914 0 0 0 499058 946 0 0 25 0 1 0 777834635 473067520 92088 33554432000 4194304 4298156 140733595445600 18446744073709551615 4252196 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22735/statm: 115495 92088 242 26 0 112127 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 461980

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.06
CPU user time (s): 4990.59
CPU system time (s): 9.47556
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1020780

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

runsolver used 28.9386 second user time and 64.4042 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-29 11:45:58
IDJOB=3422260
IDBENCH=82366
IDSOLVER=1915
FILE ID=node122/3422260-1306662357
RUNJOBID= node122-1306658668-22497
PBS_JOBID= 13471775
Free space on /tmp= 73380 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422260-1306662357/watcher-3422260-1306662357 -o /tmp/evaluation-result-3422260-1306662357/solver-3422260-1306662357 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422260-1306662357.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=892551143

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23726028 kB
Buffers:        210436 kB
Cached:        2432188 kB
SwapCached:      60784 kB
Active:         979384 kB
Inactive:      7980992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23726028 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:           37664 kB
Writeback:           0 kB
AnonPages:     6270528 kB
Mapped:          11856 kB
Slab:           100840 kB
PageTables:      93880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 181177124 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= 73436 MiB
End job on node122 at 2011-05-29 13:09:20