Trace number 3421056

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.07 4999.94

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
Number of clauses of size 50
Number of clauses of size over 50

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-3421056-1306618651/watcher-3421056-1306618651 -o /tmp/evaluation-result-3421056-1306618651/solver-3421056-1306618651 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421056-1306618651.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.02 2.01 2/400 18673
/proc/meminfo: memFree=16352640/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=20676 CPUtime=0 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1117 0 0 0 0 0 0 0 25 0 1 0 773464848 21172224 1060 33554432000 4194304 4291949 140737295790432 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 5169 1061 225 24 0 1803 0

[startup+0.106082 s]
/proc/loadavg: 2.10 2.02 2.01 2/400 18673
/proc/meminfo: memFree=16352640/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=35052 CPUtime=0.1 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 5915 0 0 0 10 0 0 0 25 0 1 0 773464848 35893248 5326 33554432000 4194304 4291949 140737295790432 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 8763 5326 231 24 0 5397 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 35052

[startup+0.201073 s]
/proc/loadavg: 2.10 2.02 2.01 2/400 18673
/proc/meminfo: memFree=16352640/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=35052 CPUtime=0.19 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 5915 0 0 0 19 0 0 0 25 0 1 0 773464848 35893248 5326 33554432000 4194304 4291949 140737295790432 18446744073709551615 4230109 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 8763 5326 231 24 0 5397 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35052

[startup+0.301006 s]
/proc/loadavg: 2.10 2.02 2.01 2/400 18673
/proc/meminfo: memFree=16352640/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=35052 CPUtime=0.29 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 5915 0 0 0 29 0 0 0 25 0 1 0 773464848 35893248 5326 33554432000 4194304 4291949 140737295790432 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 8763 5326 231 24 0 5397 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35052

[startup+0.701025 s]
/proc/loadavg: 2.10 2.02 2.01 2/400 18673
/proc/meminfo: memFree=16352640/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=35052 CPUtime=0.69 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 5915 0 0 0 69 0 0 0 25 0 1 0 773464848 35893248 5326 33554432000 4194304 4291949 140737295790432 18446744073709551615 4230160 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 8763 5326 231 24 0 5397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35052

[startup+1.50091 s]
/proc/loadavg: 2.10 2.02 2.01 3/401 18674
/proc/meminfo: memFree=16328584/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=41772 CPUtime=1.49 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 6716 0 0 0 149 0 0 0 25 0 1 0 773464848 42774528 6127 33554432000 4194304 4291949 140737295790432 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 10443 6127 233 24 0 7077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41772

[startup+3.10062 s]
/proc/loadavg: 2.10 2.02 2.01 3/401 18674
/proc/meminfo: memFree=16309860/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=53380 CPUtime=3.09 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 14460 0 0 0 308 1 0 0 25 0 1 0 773464848 54661120 9462 33554432000 4194304 4291949 140737295790432 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 13345 9462 233 24 0 9979 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53380

[startup+6.30094 s]
/proc/loadavg: 2.09 2.02 2.00 3/401 18674
/proc/meminfo: memFree=16307624/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=51512 CPUtime=6.29 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 16939 0 0 0 628 1 0 0 25 0 1 0 773464848 52748288 9082 33554432000 4194304 4291949 140737295790432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 12878 9082 251 24 0 9512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51512

[startup+12.7008 s]
/proc/loadavg: 2.08 2.02 2.00 3/401 18675
/proc/meminfo: memFree=16267600/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=100540 CPUtime=12.69 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 26250 0 0 0 1267 2 0 0 25 0 1 0 773464848 102952960 18322 33554432000 4194304 4291949 140737295790432 18446744073709551615 237282317091 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 25135 18322 251 24 0 21769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100540

[startup+25.5006 s]
/proc/loadavg: 2.06 2.02 2.00 3/401 18675
/proc/meminfo: memFree=16230172/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=150328 CPUtime=25.49 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 32587 0 0 0 2545 4 0 0 25 0 1 0 773464848 153935872 24550 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 37582 24550 251 24 0 34216 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150328

[startup+51.101 s]
/proc/loadavg: 2.04 2.02 2.00 3/401 18676
/proc/meminfo: memFree=16405460/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=200416 CPUtime=51.09 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 42466 0 0 0 5103 6 0 0 25 0 1 0 773464848 205225984 34289 33554432000 4194304 4291949 140737295790432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 50104 34289 251 24 0 46738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 200416

[startup+102.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/401 18677
/proc/meminfo: memFree=16349760/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=123256 CPUtime=102.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 69965 0 0 0 10219 11 0 0 25 0 1 0 773464848 126214144 25029 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 30814 25029 251 24 0 27448 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123256

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 18678
/proc/meminfo: memFree=16163476/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=285552 CPUtime=162.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 94063 0 0 0 16214 16 0 0 25 0 1 0 773464848 292405248 48812 33554432000 4194304 4291949 140737295790432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 71388 48812 251 24 0 68022 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 285552

[startup+222.315 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 18680
/proc/meminfo: memFree=16143496/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=172776 CPUtime=222.32 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 134393 0 0 0 22207 25 0 0 25 0 1 0 773464848 176922624 33881 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 43194 33881 251 24 0 39828 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 172776

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18682
/proc/meminfo: memFree=16155004/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=304252 CPUtime=282.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 157401 0 0 0 28201 29 0 0 25 0 1 0 773464848 311554048 56565 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 76063 56565 251 24 0 72697 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 304252

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18683
/proc/meminfo: memFree=15911204/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=436512 CPUtime=342.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 177894 0 0 0 34196 34 0 0 25 0 1 0 773464848 446988288 76810 33554432000 4194304 4291949 140737295790432 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 109128 76810 251 24 0 105762 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 436512

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18685
/proc/meminfo: memFree=15948876/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=234852 CPUtime=402.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 207393 0 0 0 40189 41 0 0 25 0 1 0 773464848 240488448 48089 33554432000 4194304 4291949 140737295790432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 58713 48089 251 24 0 55347 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 234852

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18686
/proc/meminfo: memFree=16122348/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=448500 CPUtime=462.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 243247 0 0 0 46182 48 0 0 25 0 1 0 773464848 459264000 83687 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 112125 83687 251 24 0 108759 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 448500

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18688
/proc/meminfo: memFree=15961744/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=448500 CPUtime=522.31 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 257133 0 0 0 52180 51 0 0 25 0 1 0 773464848 459264000 97445 33554432000 4194304 4291949 140737295790432 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 112125 97445 251 24 0 108759 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 448500

[startup+582.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/401 18690
/proc/meminfo: memFree=16088340/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=256484 CPUtime=582.3 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 289139 0 0 0 58173 57 0 0 25 0 1 0 773464848 262639616 51642 33554432000 4194304 4291949 140737295790432 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 64121 51642 251 24 0 60755 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 256484

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/401 18902
/proc/meminfo: memFree=16203516/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=569424 CPUtime=4002.39 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1452762 0 0 0 399913 326 0 0 25 0 1 0 773464848 583090176 117084 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 142356 117084 251 24 0 138990 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 569424

[startup+4062.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/401 18904
/proc/meminfo: memFree=16160604/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=569424 CPUtime=4062.4 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1463455 0 0 0 405911 329 0 0 25 0 1 0 773464848 583090176 127616 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 142356 127616 251 24 0 138990 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 569424

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/401 18905
/proc/meminfo: memFree=16103168/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=784348 CPUtime=4122.39 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1478352 0 0 0 411906 333 0 0 25 0 1 0 773464848 803172352 142358 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 196087 142358 251 24 0 192721 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 784348

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 18907
/proc/meminfo: memFree=16349532/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=368692 CPUtime=4182.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1507835 0 0 0 417901 340 0 0 25 0 1 0 773464848 377540608 80269 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 92173 80269 251 24 0 88807 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 368692

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18908
/proc/meminfo: memFree=16239028/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=582340 CPUtime=4242.4 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1535839 0 0 0 423894 346 0 0 25 0 1 0 773464848 596316160 108036 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 145585 108036 251 24 0 142219 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 582340

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18910
/proc/meminfo: memFree=16101240/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=797264 CPUtime=4302.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1570054 0 0 0 429887 354 0 0 25 0 1 0 773464848 816398336 142040 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 199316 142040 251 24 0 195950 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 797264

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18911
/proc/meminfo: memFree=16011436/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=797264 CPUtime=4362.4 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1592408 0 0 0 435880 360 0 0 25 0 1 0 773464848 816398336 164258 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 199316 164258 251 24 0 195950 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 797264

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18913
/proc/meminfo: memFree=15984012/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=797264 CPUtime=4422.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1599160 0 0 0 441878 363 0 0 25 0 1 0 773464848 816398336 170924 33554432000 4194304 4291949 140737295790432 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 199316 170924 251 24 0 195950 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 797264

[startup+4482.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/401 18915
/proc/meminfo: memFree=16360196/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=342668 CPUtime=4482.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1628372 0 0 0 447871 370 0 0 25 0 1 0 773464848 350892032 77911 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 85667 77911 251 24 0 82301 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 342668

[startup+4542.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/401 18916
/proc/meminfo: memFree=16277844/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=474144 CPUtime=4542.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1648592 0 0 0 453867 374 0 0 25 0 1 0 773464848 485523456 97905 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 118536 97905 251 24 0 115170 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 474144

[startup+4602.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/401 18918
/proc/meminfo: memFree=16216064/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=606404 CPUtime=4602.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1664192 0 0 0 459862 379 0 0 25 0 1 0 773464848 620957696 113279 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 151601 113279 251 24 0 148235 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 606404

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/401 18919
/proc/meminfo: memFree=16146232/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=606404 CPUtime=4662.42 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1676701 0 0 0 465860 382 0 0 25 0 1 0 773464848 620957696 125588 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 151601 125588 251 24 0 148235 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 606404

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 18921
/proc/meminfo: memFree=16050480/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=821328 CPUtime=4722.42 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1700338 0 0 0 471855 387 0 0 25 0 1 0 773464848 841039872 149007 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 205332 149007 251 24 0 201966 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 821328

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 18923
/proc/meminfo: memFree=16360212/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=342668 CPUtime=4782.41 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1723465 0 0 0 477847 394 0 0 25 0 1 0 773464848 350892032 71842 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 85667 71842 251 24 0 82301 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 342668

[startup+4842.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 18924
/proc/meminfo: memFree=16266072/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=474144 CPUtime=4842.43 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1747015 0 0 0 483844 399 0 0 25 0 1 0 773464848 485523456 95104 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 118536 95104 251 24 0 115170 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 474144

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18926
/proc/meminfo: memFree=16201948/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=474144 CPUtime=4902.42 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1763357 0 0 0 489837 405 0 0 25 0 1 0 773464848 485523456 111214 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 118536 111215 251 24 0 115170 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 474144

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18928
/proc/meminfo: memFree=16151952/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=606404 CPUtime=4962.42 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1774972 0 0 0 495833 409 0 0 25 0 1 0 773464848 620957696 122649 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 151601 122649 251 24 0 148235 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 606404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 18929
/proc/meminfo: memFree=16098860/32950904 swapFree=64480420/67111528
[pid=18673] ppid=18671 vsize=606404 CPUtime=5000.04 cores=0,2,4,6
/proc/18673/stat : 18673 (RestartSAT) R 18671 18673 18184 0 -1 4202496 1788308 0 0 0 499593 411 0 0 25 0 1 0 773464848 620957696 135882 33554432000 4194304 4291949 140737295790432 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18673/statm: 151601 135882 251 24 0 148235 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 606404

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): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4995.93
CPU system time (s): 4.13237
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1133040

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

runsolver used 19.893 second user time and 43.7593 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-28 23:37:31
IDJOB=3421056
IDBENCH=83180
IDSOLVER=1911
FILE ID=node121/3421056-1306618651
RUNJOBID= node121-1306610796-18202
PBS_JOBID= 13471606
Free space on /tmp= 73344 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x38.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421056-1306618651/watcher-3421056-1306618651 -o /tmp/evaluation-result-3421056-1306618651/solver-3421056-1306618651 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421056-1306618651.cnf

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

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=1413227381

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.817
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      16352804 kB
Buffers:        233804 kB
Cached:        5939148 kB
SwapCached:      66536 kB
Active:        4427780 kB
Inactive:     11919360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16352804 kB
SwapTotal:    67111528 kB
SwapFree:     64480420 kB
Dirty:            6496 kB
Writeback:           0 kB
AnonPages:    10114028 kB
Mapped:          27672 kB
Slab:           131000 kB
PageTables:      52636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 84058096 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= 73348 MiB
End job on node121 at 2011-05-29 01:00:53