Trace number 3285307

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
glueminisat 2.2.5? (TO) 1299.91 1300.03

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 benchmark539.975
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: 935)

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-3285307-1303763921/watcher-3285307-1303763921 -o /tmp/evaluation-result-3285307-1303763921/solver-3285307-1303763921 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3285307-1303763921.cnf 

running on 2 cores: 4,6

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: 0.92 1.53 2.63 4/181 18945
/proc/meminfo: memFree=24993096/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=19996 CPUtime=0 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 795 0 0 0 0 0 0 0 21 0 1 0 487990848 20475904 735 33554432000 4194304 4309791 140734807951744 18446744073709551615 4201009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 4999 735 216 29 0 1628 0

[startup+0.0314241 s]
/proc/loadavg: 0.92 1.53 2.63 4/181 18945
/proc/meminfo: memFree=24993096/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=22428 CPUtime=0.03 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 1364 0 0 0 3 0 0 0 21 0 1 0 487990848 22966272 1292 33554432000 4194304 4309791 140734807951744 18446744073709551615 4240193 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 5607 1292 217 29 0 2236 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22428

[startup+0.100415 s]
/proc/loadavg: 0.92 1.53 2.63 4/181 18945
/proc/meminfo: memFree=24993096/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=31564 CPUtime=0.09 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 4957 0 0 0 9 0 0 0 21 0 1 0 487990848 32321536 4278 33554432000 4194304 4309791 140734807951744 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 7891 4281 217 29 0 4520 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31564

[startup+0.300384 s]
/proc/loadavg: 0.92 1.53 2.63 4/181 18945
/proc/meminfo: memFree=24993096/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=78340 CPUtime=0.29 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 19333 0 0 0 27 2 0 0 22 0 1 0 487990848 80220160 14619 33554432000 4194304 4309791 140734807951744 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 19585 14621 217 29 0 16214 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78340

[startup+0.700336 s]
/proc/loadavg: 0.92 1.53 2.63 4/181 18945
/proc/meminfo: memFree=24993096/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=91052 CPUtime=0.69 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 23898 0 0 0 66 3 0 0 24 0 1 0 487990848 93237248 18279 33554432000 4194304 4309791 140734807951744 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 22763 18279 221 29 0 19392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91052

[startup+1.50021 s]
/proc/loadavg: 1.17 1.57 2.63 5/185 18952
/proc/meminfo: memFree=24788596/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=84300 CPUtime=1.49 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 27263 0 0 0 146 3 0 0 25 0 1 0 487990848 86323200 15017 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 21075 15017 243 29 0 17704 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84300

[startup+3.10092 s]
/proc/loadavg: 1.17 1.57 2.63 5/188 18958
/proc/meminfo: memFree=24639276/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=84300 CPUtime=3.09 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 28265 0 0 0 306 3 0 0 25 0 1 0 487990848 86323200 16015 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259130 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 21075 16015 243 29 0 17704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84300

[startup+7.51213 s]
/proc/loadavg: 1.17 1.57 2.63 6/188 18958
/proc/meminfo: memFree=24515280/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=95976 CPUtime=7.5 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 31187 0 0 0 746 4 0 0 25 0 1 0 487990848 98279424 18937 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 23994 18937 245 29 0 20623 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 95976

[startup+17.5024 s]
/proc/loadavg: 1.17 1.57 2.63 6/188 18958
/proc/meminfo: memFree=24515280/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=114944 CPUtime=17.49 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 36217 0 0 0 1744 5 0 0 25 0 1 0 487990848 117702656 23960 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 28736 23960 245 29 0 25365 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 114944

[startup+25.5011 s]
/proc/loadavg: 3.44 2.07 2.77 5/188 18958
/proc/meminfo: memFree=24404600/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=145764 CPUtime=25.49 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 41064 0 0 0 2543 6 0 0 25 0 1 0 487990848 149262336 28801 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 36441 28801 245 29 0 33070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145764

[startup+51.1007 s]
/proc/loadavg: 4.06 2.33 2.84 5/188 18959
/proc/meminfo: memFree=24280108/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=145764 CPUtime=51.09 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 69576 0 0 0 5096 13 0 0 25 0 1 0 487990848 149262336 26701 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275252 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 36441 26701 245 29 0 33070 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145764

[startup+102.301 s]
/proc/loadavg: 4.08 2.62 2.91 5/188 18960
/proc/meminfo: memFree=24042428/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=277240 CPUtime=102.3 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 99054 0 0 0 10212 18 0 0 25 0 1 0 487990848 283893760 56154 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 69310 56154 245 29 0 65939 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 277240

[startup+162.301 s]
/proc/loadavg: 4.03 2.87 2.98 5/188 18962
/proc/meminfo: memFree=24156236/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=196216 CPUtime=162.3 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 151750 0 0 0 16202 28 0 0 25 0 1 0 487990848 200925184 38789 33554432000 4194304 4309791 140734807951744 18446744073709551615 4276363 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 49054 38789 245 29 0 45683 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 196216

[startup+222.301 s]
/proc/loadavg: 4.01 3.07 3.04 5/188 18964
/proc/meminfo: memFree=23720368/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=409864 CPUtime=222.29 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 180180 0 0 0 22198 31 0 0 25 0 1 0 487990848 419700736 67206 33554432000 4194304 4309791 140734807951744 18446744073709551615 4276509 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 102466 67206 245 29 0 99095 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 409864

[startup+282.301 s]
/proc/loadavg: 4.05 3.25 3.10 5/188 18965
/proc/meminfo: memFree=23574408/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=409864 CPUtime=282.3 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 201690 0 0 0 28195 35 0 0 25 0 1 0 487990848 419700736 88701 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 102466 88701 245 29 0 99095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 409864

[startup+342.301 s]
/proc/loadavg: 4.02 3.39 3.15 5/188 18967
/proc/meminfo: memFree=23987692/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=196216 CPUtime=342.3 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 253109 0 0 0 34186 44 0 0 25 0 1 0 487990848 200925184 41133 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275466 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 49054 41133 245 29 0 45683 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 196216

[startup+402.301 s]
/proc/loadavg: 4.16 3.53 3.21 7/188 18995
/proc/meminfo: memFree=23901040/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=409864 CPUtime=402.31 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 280755 0 0 0 40182 49 0 0 25 0 1 0 487990848 419700736 68761 33554432000 4194304 4309791 140734807951744 18446744073709551615 4276336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 102466 68761 245 29 0 99095 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 409864

[startup+462.301 s]
/proc/loadavg: 4.41 3.75 3.31 5/188 18997
/proc/meminfo: memFree=23552524/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=409864 CPUtime=462.3 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 308704 0 0 0 46174 56 0 0 25 0 1 0 487990848 419700736 96702 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275329 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 102466 96702 245 29 0 99095 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 409864

[startup+522.307 s]
/proc/loadavg: 4.15 3.80 3.35 5/188 18999
/proc/meminfo: memFree=23236796/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=624788 CPUtime=522.3 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 332543 0 0 0 52169 61 0 0 25 0 1 0 487990848 639782912 120525 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 156197 120525 245 29 0 152826 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 624788

[startup+582.301 s]
/proc/loadavg: 4.12 3.85 3.39 5/188 19000
/proc/meminfo: memFree=23836692/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=196632 CPUtime=582.28 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 378534 0 0 0 58157 71 0 0 25 0 1 0 487990848 201351168 44395 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 49158 44395 245 29 0 45787 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 196632

[startup+642.301 s]
/proc/loadavg: 4.04 3.87 3.43 5/188 19002
/proc/meminfo: memFree=23706976/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=410280 CPUtime=642.27 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 401625 0 0 0 64149 78 0 0 25 0 1 0 487990848 420126720 67472 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275212 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 102570 67472 245 29 0 99199 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 410280

[startup+702.3 s]
/proc/loadavg: 4.05 3.91 3.47 5/188 19003
/proc/meminfo: memFree=23318100/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=410532 CPUtime=702.26 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 424085 0 0 0 70144 82 0 0 25 0 1 0 487990848 420384768 89913 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 102633 89913 245 29 0 99262 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 410532

[startup+762.301 s]
/proc/loadavg: 4.02 3.92 3.50 5/188 19005
/proc/meminfo: memFree=23554932/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=626020 CPUtime=762.25 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 444101 0 0 0 76139 86 0 0 25 0 1 0 487990848 641044480 109918 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275225 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 156505 109918 245 29 0 153134 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 626020

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.53 5/188 19007
/proc/meminfo: memFree=23162584/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=626520 CPUtime=822.25 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 461843 0 0 0 82134 91 0 0 25 0 1 0 487990848 641556480 127652 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275243 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 156630 127652 245 29 0 153259 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 626520

[startup+882.3 s]
/proc/loadavg: 4.07 3.96 3.56 5/188 19008
/proc/meminfo: memFree=23167412/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=198652 CPUtime=882.24 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 505862 0 0 0 88124 100 0 0 25 0 1 0 487990848 203419648 40498 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 49663 40498 245 29 0 46292 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 198652

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.58 5/188 19010
/proc/meminfo: memFree=23512600/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=280040 CPUtime=942.23 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 527364 0 0 0 94119 104 0 0 25 0 1 0 487990848 286760960 61991 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 70010 61991 245 29 0 66639 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 280040

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.61 5/188 19011
/proc/meminfo: memFree=23618732/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=412716 CPUtime=1002.22 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 546644 0 0 0 100114 108 0 0 25 0 1 0 487990848 422621184 81256 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 103179 81256 245 29 0 99808 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 412716

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.63 5/188 19013
/proc/meminfo: memFree=23192144/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=627640 CPUtime=1062.2 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 565699 0 0 0 106106 114 0 0 25 0 1 0 487990848 642703360 100295 33554432000 4194304 4309791 140734807951744 18446744073709551615 4276390 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 156910 100295 245 29 0 153539 0
Current children cumulated CPU time (s) 1062.2
Current children cumulated vsize (KiB) 627640

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.65 5/188 19015
/proc/meminfo: memFree=22778464/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=628340 CPUtime=1122.19 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 586421 0 0 0 112099 120 0 0 25 0 1 0 487990848 643420160 121002 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275212 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 157085 121002 245 29 0 153714 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 628340

[startup+1182.31 s]
/proc/loadavg: 4.03 3.99 3.67 5/188 19016
/proc/meminfo: memFree=22690408/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=629204 CPUtime=1182.2 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 608721 0 0 0 118094 126 0 0 25 0 1 0 487990848 644304896 143291 33554432000 4194304 4309791 140734807951744 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 157301 143291 245 29 0 153930 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 629204

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.69 5/188 19018
/proc/meminfo: memFree=23451136/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=282020 CPUtime=1242.18 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 653564 0 0 0 124083 135 0 0 25 0 1 0 487990848 288788480 55837 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 70505 55837 245 29 0 67134 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 282020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.02 4.00 3.71 4/186 19020
/proc/meminfo: memFree=23390252/32951132 swapFree=67111364/67111528
[pid=18945] ppid=18943 vsize=414688 CPUtime=1299.88 cores=4,6
/proc/18945/stat : 18945 (glueminisat) R 18943 18945 17937 0 -1 4202496 671095 0 0 0 129849 139 0 0 25 0 1 0 487990848 424640512 73358 33554432000 4194304 4309791 140734807951744 18446744073709551615 4275236 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18945/statm: 103672 73358 245 29 0 100301 0
Current children cumulated CPU time (s) 1299.88
Current children cumulated vsize (KiB) 414688

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)
Real time (s): 1300.03
CPU time (s): 1299.91
CPU user time (s): 1298.5
CPU system time (s): 1.40979
CPU usage (%): 99.9908
Max. virtual memory (cumulated for all children) (KiB): 759432

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

runsolver used 2.52262 second user time and 5.68813 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 22:38:42
IDJOB=3285307
IDBENCH=82378
IDSOLVER=1650
FILE ID=node128/3285307-1303763921
RUNJOBID= node128-1303763921-18916
PBS_JOBID= 13157129
Free space on /tmp= 66720 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285307-1303763921/watcher-3285307-1303763921 -o /tmp/evaluation-result-3285307-1303763921/solver-3285307-1303763921 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3285307-1303763921.cnf

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=2002399355

node128.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.852
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.852
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.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24993252 kB
Buffers:       1274860 kB
Cached:        5962292 kB
SwapCached:        160 kB
Active:         533088 kB
Inactive:      6806136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24993252 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           80756 kB
Writeback:           0 kB
AnonPages:      100908 kB
Mapped:          15172 kB
Slab:           554596 kB
PageTables:       4592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   254704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66668 MiB
End job on node128 at 2011-04-25 23:00:24