Trace number 3419879

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) 5000.3 5000.11

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 benchmark1309.74
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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3419879-1306580214/watcher-3419879-1306580214 -o /tmp/evaluation-result-3419879-1306580214/solver-3419879-1306580214 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419879-1306580214.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.88 1.17 3/481 2735
/proc/meminfo: memFree=11600516/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=19804 CPUtime=0 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 764 0 0 0 0 0 0 0 23 0 1 0 769621215 20279296 706 33554432000 4194304 4291949 140734693957040 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 4951 706 227 24 0 1585 0

[startup+0.033924 s]
/proc/loadavg: 2.00 1.88 1.17 3/481 2735
/proc/meminfo: memFree=11600516/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=22040 CPUtime=0.02 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1309 0 0 0 2 0 0 0 23 0 1 0 769621215 22568960 1239 33554432000 4194304 4291949 140734693957040 18446744073709551615 4200664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 5510 1239 228 24 0 2144 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22040

[startup+0.100974 s]
/proc/loadavg: 2.00 1.88 1.17 3/481 2735
/proc/meminfo: memFree=11600516/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=32504 CPUtime=0.09 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 5091 0 0 0 9 0 0 0 23 0 1 0 769621215 33284096 4369 33554432000 4194304 4291949 140734693957040 18446744073709551615 208079929463 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 8126 4375 228 24 0 4760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32504

[startup+0.300932 s]
/proc/loadavg: 2.00 1.88 1.17 3/481 2735
/proc/meminfo: memFree=11600516/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=78008 CPUtime=0.28 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 19646 0 0 0 26 2 0 0 25 0 1 0 769621215 79880192 14804 33554432000 4194304 4291949 140734693957040 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 19502 14805 228 24 0 16136 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 78008

[startup+0.700854 s]
/proc/loadavg: 2.00 1.88 1.17 3/481 2735
/proc/meminfo: memFree=11600516/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=116632 CPUtime=0.69 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 31685 0 0 0 65 4 0 0 25 0 1 0 769621215 119431168 23699 33554432000 4194304 4291949 140734693957040 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 29158 23699 232 24 0 25792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116632

[startup+1.50065 s]
/proc/loadavg: 2.00 1.88 1.17 3/482 2736
/proc/meminfo: memFree=11504540/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=116984 CPUtime=1.49 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 31695 0 0 0 145 4 0 0 25 0 1 0 769621215 119791616 23709 33554432000 4194304 4291949 140734693957040 18446744073709551615 4236682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 29246 23709 234 24 0 25880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116984

[startup+3.10034 s]
/proc/loadavg: 2.00 1.88 1.17 3/482 2736
/proc/meminfo: memFree=11522768/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=95664 CPUtime=3.09 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 36359 0 0 0 304 5 0 0 25 0 1 0 769621215 97959936 19285 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 23916 19285 253 24 0 20550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95664

[startup+6.30073 s]
/proc/loadavg: 2.00 1.88 1.17 3/482 2736
/proc/meminfo: memFree=11518900/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=107340 CPUtime=6.29 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 37801 0 0 0 623 6 0 0 25 0 1 0 769621215 109916160 20725 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 26835 20725 253 24 0 23469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107340

[startup+12.7005 s]
/proc/loadavg: 2.00 1.89 1.18 3/482 2736
/proc/meminfo: memFree=11507228/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=107340 CPUtime=12.69 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 40006 0 0 0 1262 7 0 0 25 0 1 0 769621215 109916160 22927 33554432000 4194304 4291949 140734693957040 18446744073709551615 208083691782 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 26835 22927 253 24 0 23469 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107340

[startup+25.5011 s]
/proc/loadavg: 2.00 1.89 1.19 3/482 2738
/proc/meminfo: memFree=11477976/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=157128 CPUtime=25.49 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 46923 0 0 0 2541 8 0 0 25 0 1 0 769621215 160899072 29839 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 39282 29839 253 24 0 35916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157128

[startup+51.1002 s]
/proc/loadavg: 2.00 1.90 1.21 3/482 2738
/proc/meminfo: memFree=11419740/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=207216 CPUtime=51.09 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 60868 0 0 0 5099 10 0 0 25 0 1 0 769621215 212189184 43773 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 51804 43773 253 24 0 48438 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 207216

[startup+102.318 s]
/proc/loadavg: 2.00 1.91 1.25 3/482 2743
/proc/meminfo: memFree=11315296/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=288964 CPUtime=102.31 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 84645 0 0 0 10215 16 0 0 25 0 1 0 769621215 295899136 67531 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 72241 67531 253 24 0 68875 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 288964

[startup+162.301 s]
/proc/loadavg: 2.00 1.92 1.29 3/482 2744
/proc/meminfo: memFree=11190776/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=421224 CPUtime=162.3 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 114350 0 0 0 16208 22 0 0 25 0 1 0 769621215 431333376 97223 33554432000 4194304 4291949 140734693957040 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 105306 97223 253 24 0 101940 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 421224

[startup+222.301 s]
/proc/loadavg: 2.04 1.95 1.34 3/482 2748
/proc/meminfo: memFree=11081984/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=636148 CPUtime=222.3 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 139624 0 0 0 22204 26 0 0 25 0 1 0 769621215 651415552 122481 33554432000 4194304 4291949 140734693957040 18446744073709551615 4262188 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 159037 122481 253 24 0 155671 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 636148

[startup+282.301 s]
/proc/loadavg: 2.01 1.95 1.38 3/482 2761
/proc/meminfo: memFree=10979852/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=636148 CPUtime=282.3 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 163414 0 0 0 28199 31 0 0 25 0 1 0 769621215 651415552 146254 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 159037 146254 253 24 0 155671 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 636148

[startup+342.301 s]
/proc/loadavg: 2.00 1.96 1.41 3/482 2762
/proc/meminfo: memFree=10881356/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=986048 CPUtime=342.3 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 186311 0 0 0 34195 35 0 0 25 0 1 0 769621215 1009713152 169135 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 246512 169135 253 24 0 243146 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 986048

[startup+402.3 s]
/proc/loadavg: 2.15 2.00 1.46 3/482 2765
/proc/meminfo: memFree=10775920/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=988504 CPUtime=402.3 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 211433 0 0 0 40191 39 0 0 25 0 1 0 769621215 1012228096 194241 33554432000 4194304 4291949 140734693957040 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 247126 194241 253 24 0 243760 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 988504

[startup+462.301 s]
/proc/loadavg: 2.12 2.01 1.49 3/482 2770
/proc/meminfo: memFree=10672724/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=990676 CPUtime=462.31 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 235340 0 0 0 46186 45 0 0 25 0 1 0 769621215 1014452224 218128 33554432000 4194304 4291949 140734693957040 18446744073709551615 4251084 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 247669 218128 253 24 0 244303 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 990676

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 1.52 3/482 2772
/proc/meminfo: memFree=10580772/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=992864 CPUtime=522.31 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 256616 0 0 0 52182 49 0 0 25 0 1 0 769621215 1016692736 239390 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 248216 239390 253 24 0 244850 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 992864

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.55 3/482 2775
/proc/meminfo: memFree=10476824/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=1562348 CPUtime=582.31 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 280233 0 0 0 58178 53 0 0 25 0 1 0 769621215 1599844352 262998 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 390587 262998 253 24 0 387221 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1562348

[startup+642.3 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/482 3058
/proc/meminfo: memFree=7114436/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6471220 CPUtime=4122.45 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1151451 0 0 0 412010 235 0 0 25 0 1 0 769621215 6626529280 1133735 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1617805 1133735 253 24 0 1614439 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 6471220

[startup+4182.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/482 3061
/proc/meminfo: memFree=7027360/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6472328 CPUtime=4182.45 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1162830 0 0 0 418008 237 0 0 25 0 1 0 769621215 6627663872 1145111 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1618082 1145111 253 24 0 1614716 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 6472328

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 3062
/proc/meminfo: memFree=6971776/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6473280 CPUtime=4242.45 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1176500 0 0 0 424006 239 0 0 25 0 1 0 769621215 6628638720 1158777 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1618320 1158777 253 24 0 1614954 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 6473280

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 3065
/proc/meminfo: memFree=6966788/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6474240 CPUtime=4302.46 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1187315 0 0 0 430005 241 0 0 25 0 1 0 769621215 6629621760 1169586 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1618560 1169586 253 24 0 1615194 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 6474240

[startup+4362.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/482 3066
/proc/meminfo: memFree=6937740/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6475216 CPUtime=4362.46 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1198332 0 0 0 436003 243 0 0 25 0 1 0 769621215 6630621184 1180592 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1618804 1180592 253 24 0 1615438 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 6475216

[startup+4422.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/482 3102
/proc/meminfo: memFree=6938596/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6475980 CPUtime=4422.46 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1210009 0 0 0 442000 246 0 0 25 0 1 0 769621215 6631403520 1192260 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1618995 1192260 253 24 0 1615629 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 6475980

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 3104
/proc/meminfo: memFree=6888220/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6476600 CPUtime=4482.46 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1219881 0 0 0 447998 248 0 0 25 0 1 0 769621215 6632038400 1202126 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1619150 1202126 253 24 0 1615784 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 6476600

[startup+4542.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/482 3105
/proc/meminfo: memFree=6832760/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6476740 CPUtime=4542.47 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1231999 0 0 0 453996 251 0 0 25 0 1 0 769621215 6632181760 1214237 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1619185 1214237 253 24 0 1615819 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 6476740

[startup+4602.3 s]
/proc/loadavg: 2.21 2.08 2.02 3/482 3107
/proc/meminfo: memFree=6769236/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6477548 CPUtime=4602.47 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1247645 0 0 0 459994 253 0 0 25 0 1 0 769621215 6633009152 1229874 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1619387 1229874 253 24 0 1616021 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 6477548

[startup+4662.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/482 3109
/proc/meminfo: memFree=6706204/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6478028 CPUtime=4662.47 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1258399 0 0 0 465992 255 0 0 25 0 1 0 769621215 6633500672 1240623 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1619507 1240623 253 24 0 1616141 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 6478028

[startup+4722.32 s]
/proc/loadavg: 2.05 2.06 2.01 3/482 3113
/proc/meminfo: memFree=6664376/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6478844 CPUtime=4722.49 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1268969 0 0 0 471992 257 0 0 25 0 1 0 769621215 6634336256 1251189 33554432000 4194304 4291949 140734693957040 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1619711 1251189 253 24 0 1616345 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 6478844

[startup+4782.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/482 3116
/proc/meminfo: memFree=6604828/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6479188 CPUtime=4782.47 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1281501 0 0 0 477986 261 0 0 25 0 1 0 769621215 6634688512 1263717 33554432000 4194304 4291949 140734693957040 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1619797 1263717 253 24 0 1616431 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 6479188

[startup+4842.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/482 3118
/proc/meminfo: memFree=6558048/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6480112 CPUtime=4842.48 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1292755 0 0 0 483985 263 0 0 25 0 1 0 769621215 6635634688 1274966 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1620028 1274966 253 24 0 1616662 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 6480112

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 3122
/proc/meminfo: memFree=6513636/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6480632 CPUtime=4902.48 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1303490 0 0 0 489983 265 0 0 25 0 1 0 769621215 6636167168 1285693 33554432000 4194304 4291949 140734693957040 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1620158 1285693 253 24 0 1616792 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 6480632

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3124
/proc/meminfo: memFree=6461764/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6481488 CPUtime=4962.48 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1316073 0 0 0 495980 268 0 0 25 0 1 0 769621215 6637043712 1298271 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1620372 1298271 253 24 0 1617006 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 6481488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3125
/proc/meminfo: memFree=6435944/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=6481752 CPUtime=5000.09 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4202496 1322157 0 0 0 499739 270 0 0 25 0 1 0 769621215 6637314048 1304353 33554432000 4194304 4291949 140734693957040 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2735/statm: 1620438 1304353 253 24 0 1617072 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 6481752

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3125
/proc/meminfo: memFree=6435944/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=0 CPUtime=5000.2 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4203524 1322157 0 0 0 499740 280 0 0 25 0 1 0 769621215 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/2735/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3125
/proc/meminfo: memFree=6435944/32950928 swapFree=51884240/67111528
[pid=2735] ppid=2733 vsize=0 CPUtime=5000.28 cores=1,3,5,7
/proc/2735/stat : 2735 (RestartSAT) R 2733 2735 2542 0 -1 4203524 1322157 0 0 0 499740 288 0 0 25 0 1 0 769621215 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/2735/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.28
Current children cumulated vsize (KiB) 0

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.41
system time used= 2.89356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1322157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 53573

runsolver used 22.0706 second user time and 55.2296 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-28 12:56:56
IDJOB=3419879
IDBENCH=82379
IDSOLVER=1911
FILE ID=node127/3419879-1306580214
RUNJOBID= node127-1306579393-2563
PBS_JOBID= 13471553
Free space on /tmp= 73664 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419879-1306580214/watcher-3419879-1306580214 -o /tmp/evaluation-result-3419879-1306580214/solver-3419879-1306580214 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419879-1306580214.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=264261758

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11600796 kB
Buffers:        262848 kB
Cached:        4386616 kB
SwapCached:      55132 kB
Active:        4102544 kB
Inactive:     16968888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11600796 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:           30168 kB
Writeback:           0 kB
AnonPages:    16373128 kB
Mapped:          29044 kB
Slab:           113308 kB
PageTables:      95224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119910968 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= 73684 MiB
End job on node127 at 2011-05-28 14:20:17