Trace number 3285327

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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-3285327-1303763741/watcher-3285327-1303763741 -o /tmp/evaluation-result-3285327-1303763741/solver-3285327-1303763741 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3285327-1303763741.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.84 4.89 6.50 4/183 16920
/proc/meminfo: memFree=20155988/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=19804 CPUtime=0 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 765 0 0 0 0 0 0 0 21 0 1 0 468790376 20279296 706 33554432000 4194304 4291949 140735725823584 18446744073709551615 4200606 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 4951 706 227 24 0 1585 0

[startup+0.0273869 s]
/proc/loadavg: 3.84 4.89 6.50 4/183 16920
/proc/meminfo: memFree=20155988/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=21200 CPUtime=0.02 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 1123 0 0 0 2 0 0 0 21 0 1 0 468790376 21708800 1052 33554432000 4194304 4291949 140735725823584 18446744073709551615 4276404 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 5300 1052 228 24 0 1934 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21200

[startup+0.100384 s]
/proc/loadavg: 3.84 4.89 6.50 4/183 16920
/proc/meminfo: memFree=20155988/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=31192 CPUtime=0.09 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 4959 0 0 0 9 0 0 0 21 0 1 0 468790376 31940608 4255 33554432000 4194304 4291949 140735725823584 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 7831 4256 228 24 0 4465 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31192

[startup+0.300349 s]
/proc/loadavg: 3.84 4.89 6.50 4/183 16920
/proc/meminfo: memFree=20155988/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=77348 CPUtime=0.29 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 19209 0 0 0 27 2 0 0 22 0 1 0 468790376 79204352 14463 33554432000 4194304 4291949 140735725823584 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 19337 14464 228 24 0 15971 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77348

[startup+0.700265 s]
/proc/loadavg: 3.84 4.89 6.50 4/183 16920
/proc/meminfo: memFree=20155988/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=116632 CPUtime=0.69 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 31686 0 0 0 65 4 0 0 24 0 1 0 468790376 119431168 23699 33554432000 4194304 4291949 140735725823584 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 29158 23699 232 24 0 25792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116632

[startup+1.50113 s]
/proc/loadavg: 3.84 4.89 6.50 5/184 16921
/proc/meminfo: memFree=19956756/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=116984 CPUtime=1.49 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 31693 0 0 0 145 4 0 0 25 0 1 0 468790376 119791616 23706 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255400 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 29246 23706 232 24 0 25880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116984

[startup+3.10085 s]
/proc/loadavg: 3.84 4.89 6.50 5/184 16921
/proc/meminfo: memFree=19913780/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=95664 CPUtime=3.09 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 36222 0 0 0 304 5 0 0 25 0 1 0 468790376 97959936 19147 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 23916 19147 253 24 0 20550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95664

[startup+6.30025 s]
/proc/loadavg: 4.02 4.91 6.49 5/187 16927
/proc/meminfo: memFree=19538688/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=95664 CPUtime=6.29 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 37158 0 0 0 624 5 0 0 25 0 1 0 468790376 97959936 20082 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 23916 20082 253 24 0 20550 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95664

[startup+12.7012 s]
/proc/loadavg: 4.26 4.94 6.50 6/190 16933
/proc/meminfo: memFree=18479780/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=107340 CPUtime=12.7 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 39285 0 0 0 1264 6 0 0 25 0 1 0 468790376 109916160 22206 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 26835 22206 253 24 0 23469 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 107340

[startup+25.5009 s]
/proc/loadavg: 4.20 4.90 6.46 5/190 16933
/proc/meminfo: memFree=18487836/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=126308 CPUtime=25.49 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 44317 0 0 0 2542 7 0 0 25 0 1 0 468790376 129339392 27235 33554432000 4194304 4291949 140735725823584 18446744073709551615 4251605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 31577 27235 253 24 0 28211 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 126308

[startup+51.1064 s]
/proc/loadavg: 4.13 4.82 6.39 5/190 16934
/proc/meminfo: memFree=18513244/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=157128 CPUtime=51.1 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 52101 0 0 0 5100 10 0 0 25 0 1 0 468790376 160899072 35011 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 39282 35011 253 24 0 35916 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 157128

[startup+102.3 s]
/proc/loadavg: 4.06 4.69 6.26 5/190 16935
/proc/meminfo: memFree=18244824/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=288604 CPUtime=102.29 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 74505 0 0 0 10214 15 0 0 25 0 1 0 468790376 295530496 57401 33554432000 4194304 4291949 140735725823584 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 72151 57401 253 24 0 68785 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 288604

[startup+162.301 s]
/proc/loadavg: 4.02 4.57 6.12 5/188 16946
/proc/meminfo: memFree=18521056/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=420864 CPUtime=162.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 102608 0 0 0 16208 22 0 0 25 0 1 0 468790376 430964736 85487 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248303 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 105216 85487 253 24 0 101850 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 420864

[startup+222.3 s]
/proc/loadavg: 4.00 4.46 5.98 5/190 16965
/proc/meminfo: memFree=18312048/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=636152 CPUtime=222.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 122628 0 0 0 22203 27 0 0 25 0 1 0 468790376 651419648 105488 33554432000 4194304 4291949 140735725823584 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 159038 105488 253 24 0 155672 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636152

[startup+282.301 s]
/proc/loadavg: 4.00 4.37 5.85 5/190 16967
/proc/meminfo: memFree=17934188/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=636524 CPUtime=282.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 143996 0 0 0 28199 31 0 0 25 0 1 0 468790376 651800576 126838 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 159131 126838 253 24 0 155765 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 636524

[startup+342.3 s]
/proc/loadavg: 4.00 4.30 5.74 5/190 16968
/proc/meminfo: memFree=17593548/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=636524 CPUtime=342.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 165554 0 0 0 34195 35 0 0 25 0 1 0 468790376 651800576 148384 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 159131 148384 253 24 0 155765 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 636524

[startup+402.301 s]
/proc/loadavg: 4.09 4.27 5.63 5/190 16970
/proc/meminfo: memFree=17212484/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=985904 CPUtime=402.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 188840 0 0 0 40191 39 0 0 25 0 1 0 468790376 1009565696 171657 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 246476 171657 253 24 0 243110 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 985904

[startup+462.3 s]
/proc/loadavg: 4.03 4.22 5.53 5/190 16972
/proc/meminfo: memFree=16858332/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=986168 CPUtime=462.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 206874 0 0 0 46188 42 0 0 25 0 1 0 468790376 1009836032 189686 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 246542 189686 253 24 0 243176 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 986168

[startup+522.301 s]
/proc/loadavg: 4.01 4.18 5.43 5/190 16973
/proc/meminfo: memFree=16535424/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=988504 CPUtime=522.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 224153 0 0 0 52185 45 0 0 25 0 1 0 468790376 1012228096 206957 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 247126 206957 253 24 0 243760 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 988504

[startup+582.3 s]
/proc/loadavg: 4.07 4.16 5.34 5/190 16975
/proc/meminfo: memFree=16174948/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=990344 CPUtime=582.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 244188 0 0 0 58182 49 0 0 25 0 1 0 468790376 1014112256 226976 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 247586 226976 253 24 0 244220 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 990344

[startup+642.301 s]
/proc/loadavg: 4.02 4.13 5.26 5/190 16976
/proc/meminfo: memFree=15851288/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=992004 CPUtime=642.3 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 261559 0 0 0 64179 51 0 0 25 0 1 0 468790376 1015812096 244338 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 248001 244338 253 24 0 244635 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 992004

[startup+702.307 s]
/proc/loadavg: 4.01 4.10 5.18 5/190 16978
/proc/meminfo: memFree=15539668/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1560592 CPUtime=702.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 279797 0 0 0 70177 54 0 0 25 0 1 0 468790376 1598046208 262564 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 390148 262564 253 24 0 386782 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1560592

[startup+762.301 s]
/proc/loadavg: 4.00 4.08 5.10 5/190 16980
/proc/meminfo: memFree=15222836/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1561812 CPUtime=762.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 296960 0 0 0 76173 58 0 0 25 0 1 0 468790376 1599295488 279721 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 390453 279721 253 24 0 387087 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1561812

[startup+822.301 s]
/proc/loadavg: 4.00 4.06 5.03 5/190 16981
/proc/meminfo: memFree=14633084/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1563752 CPUtime=822.32 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 320081 0 0 0 82170 62 0 0 25 0 1 0 468790376 1601282048 302833 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 390938 302833 253 24 0 387572 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1563752

[startup+882.3 s]
/proc/loadavg: 4.00 4.05 4.96 5/190 16983
/proc/meminfo: memFree=14337952/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1564852 CPUtime=882.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 336042 0 0 0 88166 65 0 0 25 0 1 0 468790376 1602408448 318780 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 391213 318780 253 24 0 387847 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1564852

[startup+942.301 s]
/proc/loadavg: 4.12 4.07 4.91 5/190 16985
/proc/meminfo: memFree=14034144/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1566052 CPUtime=942.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 350914 0 0 0 94163 68 0 0 25 0 1 0 468790376 1603637248 333639 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 391513 333639 253 24 0 388147 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1566052

[startup+1002.3 s]
/proc/loadavg: 4.04 4.05 4.85 5/190 16986
/proc/meminfo: memFree=13746332/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1567264 CPUtime=1002.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 364731 0 0 0 100160 71 0 0 25 0 1 0 468790376 1604878336 347445 33554432000 4194304 4291949 140735725823584 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 391816 347445 253 24 0 388450 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1567264

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 4.79 5/190 16988
/proc/meminfo: memFree=13478720/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1568472 CPUtime=1062.31 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 380387 0 0 0 106157 74 0 0 25 0 1 0 468790376 1606115328 363086 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 392118 363086 253 24 0 388752 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1568472

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 4.74 5/190 16989
/proc/meminfo: memFree=13197480/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=1569656 CPUtime=1122.32 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 395929 0 0 0 112154 78 0 0 25 0 1 0 468790376 1607327744 378620 33554432000 4194304 4291949 140735725823584 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 392414 378620 253 24 0 389048 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1569656

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.69 5/190 16991
/proc/meminfo: memFree=12889084/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=2492312 CPUtime=1182.32 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 415883 0 0 0 118150 82 0 0 25 0 1 0 468790376 2552127488 398562 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 623078 398562 253 24 0 619712 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2492312

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.64 5/190 16993
/proc/meminfo: memFree=12605228/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=2492580 CPUtime=1242.32 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 428427 0 0 0 124149 83 0 0 25 0 1 0 468790376 2552401920 411102 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 623145 411102 253 24 0 619779 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2492580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 4.60 4/188 16995
/proc/meminfo: memFree=13952372/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=2492712 CPUtime=1300.03 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 437945 0 0 0 129918 85 0 0 25 0 1 0 468790376 2552537088 420617 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 623178 420617 253 24 0 619812 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2492712

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.01 4.60 4/188 16995
/proc/meminfo: memFree=13952372/32951124 swapFree=67111524/67111528
[pid=16920] ppid=16918 vsize=2492712 CPUtime=1300.03 cores=5,7
/proc/16920/stat : 16920 (RestartSAT) R 16918 16920 15892 0 -1 4202496 437945 0 0 0 129918 85 0 0 25 0 1 0 468790376 2552537088 420617 33554432000 4194304 4291949 140735725823584 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16920/statm: 623178 420617 253 24 0 619812 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2492712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.11
CPU user time (s): 1299.19
CPU system time (s): 0.921859
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2492712

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

runsolver used 2.06169 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-25 22:35:43
IDJOB=3285327
IDBENCH=82379
IDSOLVER=1581
FILE ID=node144/3285327-1303763741
RUNJOBID= node144-1303763741-16893
PBS_JOBID= 13157119
Free space on /tmp= 72028 MiB

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

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=904733186

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20156516 kB
Buffers:       2185456 kB
Cached:        9936040 kB
SwapCached:          4 kB
Active:        3612040 kB
Inactive:      8619112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20156516 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          123920 kB
Writeback:           0 kB
AnonPages:      108324 kB
Mapped:          14868 kB
Slab:           499228 kB
PageTables:       5516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258532 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= 71976 MiB
End job on node144 at 2011-04-25 22:57:25