Trace number 3284866

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
RestartSAT B95? (TO) 1300.11 1300.08

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 benchmark1226.02
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: 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-3284866-1303760892/watcher-3284866-1303760892 -o /tmp/evaluation-result-3284866-1303760892/solver-3284866-1303760892 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3284866-1303760892.cnf 

running on 2 cores: 5,7

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: 3.99 3.97 3.81 5/189 1356
/proc/meminfo: memFree=10831444/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=11800 CPUtime=0 cores=5,7
/proc/1356/stat : 1356 (runsolver) R 1354 1356 616 0 -1 4202560 43 0 0 0 0 0 0 0 22 0 1 0 468505159 12083200 51 33554432000 4194304 5434984 140734260025168 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/1356/statm: 2950 51 31 303 0 2644 0

[startup+0.054009 s]
/proc/loadavg: 3.99 3.97 3.81 5/189 1356
/proc/meminfo: memFree=10831444/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=24384 CPUtime=0.04 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 1917 0 0 0 4 0 0 0 22 0 1 0 468505159 24969216 1818 33554432000 4194304 4291949 140733875398240 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 6096 1818 228 24 0 2730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24384

[startup+0.100992 s]
/proc/loadavg: 3.99 3.97 3.81 5/189 1356
/proc/meminfo: memFree=10831444/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=30268 CPUtime=0.09 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 4546 0 0 0 8 1 0 0 22 0 1 0 468505159 30994432 3897 33554432000 4194304 4291949 140733875398240 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 7567 3898 228 24 0 4201 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30268

[startup+0.300968 s]
/proc/loadavg: 3.99 3.97 3.81 5/189 1356
/proc/meminfo: memFree=10831444/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=75632 CPUtime=0.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 18299 0 0 0 26 3 0 0 23 0 1 0 468505159 77447168 13733 33554432000 4194304 4291949 140733875398240 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 18908 13735 228 24 0 15542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75632

[startup+0.700883 s]
/proc/loadavg: 3.99 3.97 3.81 5/189 1356
/proc/meminfo: memFree=10831444/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=138016 CPUtime=0.68 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 40674 0 0 0 62 6 0 0 25 0 1 0 468505159 141328384 29804 33554432000 4194304 4291949 140733875398240 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 34504 29804 232 24 0 31138 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 138016

[startup+1.50073 s]
/proc/loadavg: 3.99 3.97 3.81 5/190 1357
/proc/meminfo: memFree=10709056/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=138016 CPUtime=1.48 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 40674 0 0 0 142 6 0 0 25 0 1 0 468505159 141328384 29804 33554432000 4194304 4291949 140733875398240 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 34504 29804 232 24 0 31138 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 138016

[startup+3.10045 s]
/proc/loadavg: 3.99 3.97 3.81 5/190 1357
/proc/meminfo: memFree=10706948/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=124096 CPUtime=3.08 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 46252 0 0 0 301 7 0 0 25 0 1 0 468505159 127074304 23640 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 31024 23640 252 24 0 27658 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 124096

[startup+6.30089 s]
/proc/loadavg: 3.99 3.97 3.81 5/190 1357
/proc/meminfo: memFree=10722336/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=124096 CPUtime=6.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 47109 0 0 0 621 8 0 0 25 0 1 0 468505159 127074304 24493 33554432000 4194304 4291949 140733875398240 18446744073709551615 233513697072 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 31024 24493 252 24 0 27658 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124096

[startup+12.7007 s]
/proc/loadavg: 3.99 3.97 3.81 5/190 1358
/proc/meminfo: memFree=10701032/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=124096 CPUtime=12.69 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 49501 0 0 0 1260 9 0 0 25 0 1 0 468505159 127074304 26880 33554432000 4194304 4291949 140733875398240 18446744073709551615 4256305 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 31024 26880 252 24 0 27658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124096

[startup+25.5004 s]
/proc/loadavg: 3.99 3.97 3.82 5/190 1358
/proc/meminfo: memFree=10659860/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=143064 CPUtime=25.49 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 53843 0 0 0 2539 10 0 0 25 0 1 0 468505159 146497536 31212 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 35766 31212 252 24 0 32400 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 143064

[startup+51.1008 s]
/proc/loadavg: 3.99 3.97 3.82 5/190 1359
/proc/meminfo: memFree=10564304/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=223972 CPUtime=51.09 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 63492 0 0 0 5097 12 0 0 25 0 1 0 468505159 229347328 40851 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 55993 40851 252 24 0 52627 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 223972

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.83 5/190 1387
/proc/meminfo: memFree=10544476/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=305828 CPUtime=102.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 84096 0 0 0 10213 16 0 0 25 0 1 0 468505159 313167872 61435 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 76457 61435 252 24 0 73091 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 305828

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.83 5/190 1389
/proc/meminfo: memFree=10265624/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=438596 CPUtime=162.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 108738 0 0 0 16205 24 0 0 25 0 1 0 468505159 449122304 86052 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 109649 86052 252 24 0 106283 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 438596

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.84 5/190 1390
/proc/meminfo: memFree=9991188/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=653520 CPUtime=222.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 131341 0 0 0 22200 29 0 0 25 0 1 0 468505159 669204480 108632 33554432000 4194304 4291949 140733875398240 18446744073709551615 233509956021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 163380 108632 252 24 0 160014 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 653520

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.84 5/190 1392
/proc/meminfo: memFree=9756224/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=653520 CPUtime=282.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 151018 0 0 0 28195 34 0 0 25 0 1 0 468505159 669204480 128293 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 163380 128293 252 24 0 160014 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 653520

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.85 5/190 1393
/proc/meminfo: memFree=9361844/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=653520 CPUtime=342.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 181453 0 0 0 34189 40 0 0 25 0 1 0 468505159 669204480 158714 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 163380 158714 252 24 0 160014 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 653520

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.85 5/190 1395
/proc/meminfo: memFree=9104320/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1002768 CPUtime=402.3 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 205622 0 0 0 40185 45 0 0 25 0 1 0 468505159 1026834432 182870 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 250692 182870 252 24 0 247326 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1002768

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.86 5/190 1397
/proc/meminfo: memFree=8750880/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1003288 CPUtime=462.29 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 229007 0 0 0 46179 50 0 0 25 0 1 0 468505159 1027366912 206235 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 250822 206235 252 24 0 247456 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1003288

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 1398
/proc/meminfo: memFree=8487264/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1005420 CPUtime=522.3 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 249692 0 0 0 52175 55 0 0 25 0 1 0 468505159 1029550080 226903 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 251355 226903 252 24 0 247989 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1005420

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 1400
/proc/meminfo: memFree=8240996/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1007024 CPUtime=582.3 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 270059 0 0 0 58170 60 0 0 25 0 1 0 468505159 1031192576 247261 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 251756 247261 252 24 0 248390 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1007024

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.88 5/190 1401
/proc/meminfo: memFree=7911288/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1576904 CPUtime=642.3 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 292890 0 0 0 64166 64 0 0 25 0 1 0 468505159 1614749696 270076 33554432000 4194304 4291949 140733875398240 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 394226 270076 252 24 0 390860 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1576904

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.88 5/190 1403
/proc/meminfo: memFree=7627852/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1578628 CPUtime=702.3 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 313891 0 0 0 70161 69 0 0 25 0 1 0 468505159 1616515072 291060 33554432000 4194304 4291949 140733875398240 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 394657 291060 252 24 0 391291 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1578628

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.89 5/190 1405
/proc/meminfo: memFree=7377472/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1579644 CPUtime=762.32 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 336225 0 0 0 76157 75 0 0 25 0 1 0 468505159 1617555456 313387 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 394911 313387 252 24 0 391545 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1579644

[startup+822.3 s]
/proc/loadavg: 4.06 3.99 3.90 5/190 1415
/proc/meminfo: memFree=7142928/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1581572 CPUtime=822.3 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 355277 0 0 0 82151 79 0 0 25 0 1 0 468505159 1619529728 332420 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 395393 332420 252 24 0 392027 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1581572

[startup+882.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 1417
/proc/meminfo: memFree=6886084/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1582528 CPUtime=882.31 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 378698 0 0 0 88147 84 0 0 25 0 1 0 468505159 1620508672 355829 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 395632 355829 252 24 0 392266 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1582528

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 1418
/proc/meminfo: memFree=6624652/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=1583008 CPUtime=942.31 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 396512 0 0 0 94144 87 0 0 25 0 1 0 468505159 1621000192 373636 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 395752 373636 252 24 0 392386 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1583008

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 1420
/proc/meminfo: memFree=6209460/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=2505944 CPUtime=1002.31 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 417120 0 0 0 100140 91 0 0 25 0 1 0 468505159 2566086656 394239 33554432000 4194304 4291949 140733875398240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 626486 394239 252 24 0 623120 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2505944

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 1422
/proc/meminfo: memFree=5895852/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=2506612 CPUtime=1062.31 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 439041 0 0 0 106135 96 0 0 25 0 1 0 468505159 2566770688 416150 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 626653 416150 252 24 0 623287 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2506612

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 1423
/proc/meminfo: memFree=5663564/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=2507728 CPUtime=1122.31 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 453460 0 0 0 112132 99 0 0 25 0 1 0 468505159 2567913472 430566 33554432000 4194304 4291949 140733875398240 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 626932 430566 252 24 0 623566 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2507728

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 1425
/proc/meminfo: memFree=5450264/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=2509724 CPUtime=1182.32 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 468385 0 0 0 118129 103 0 0 25 0 1 0 468505159 2569957376 445481 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 627431 445481 252 24 0 624065 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2509724

[startup+1242.3 s]
/proc/loadavg: 3.51 3.86 3.87 4/184 1444
/proc/meminfo: memFree=5496388/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=2511500 CPUtime=1242.33 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 484784 0 0 0 124125 108 0 0 25 0 1 0 468505159 2571776000 461869 33554432000 4194304 4291949 140733875398240 18446744073709551615 4263431 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 627875 461869 252 24 0 624509 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2511500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.74 3.59 3.78 3/178 1464
/proc/meminfo: memFree=7076200/32951124 swapFree=67111528/67111528
[pid=1356] ppid=1354 vsize=2512828 CPUtime=1300.03 cores=5,7
/proc/1356/stat : 1356 (RestartSAT) R 1354 1356 616 0 -1 4202496 503302 0 0 0 129892 111 0 0 25 0 1 0 468505159 2573135872 480375 33554432000 4194304 4291949 140733875398240 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1356/statm: 628207 480375 252 24 0 624841 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2512828

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.08
CPU time (s): 1300.11
CPU user time (s): 1298.93
CPU system time (s): 1.18282
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2512828

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

runsolver used 2.04769 second user time and 5.05123 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-25 21:48:13
IDJOB=3284866
IDBENCH=82366
IDSOLVER=1580
FILE ID=node145/3284866-1303760892
RUNJOBID= node145-1303759502-637
PBS_JOBID= 13157118
Free space on /tmp= 71376 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284866-1303760892/watcher-3284866-1303760892 -o /tmp/evaluation-result-3284866-1303760892/solver-3284866-1303760892 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3284866-1303760892.cnf

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=547000020

node145.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.786
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.57
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.786
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.76
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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10831600 kB
Buffers:       2177476 kB
Cached:       18614224 kB
SwapCached:          0 kB
Active:       11127808 kB
Inactive:     10418028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10831600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          257768 kB
Writeback:           0 kB
AnonPages:      753656 kB
Mapped:          15376 kB
Slab:           508020 kB
PageTables:       6704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1021428 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= 71512 MiB
End job on node145 at 2011-04-25 22:09:55