Trace number 3421050

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.1 5000.04

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
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 variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
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-3421050-1306617104/watcher-3421050-1306617104 -o /tmp/evaluation-result-3421050-1306617104/solver-3421050-1306617104 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421050-1306617104.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: 1.95 2.01 2.00 1/556 23266
/proc/meminfo: memFree=23747300/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=22048 CPUtime=0.01 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 1668 0 0 0 1 0 0 0 25 0 1 0 773309063 22577152 1569 33554432000 4194304 4291949 140733391872320 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 5512 1570 227 24 0 2146 0

[startup+0.089743 s]
/proc/loadavg: 1.95 2.01 2.00 1/556 23266
/proc/meminfo: memFree=23747300/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=22800 CPUtime=0.08 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2018 0 0 0 8 0 0 0 25 0 1 0 773309063 23347200 1858 33554432000 4194304 4291949 140733391872320 18446744073709551615 4230302 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 5700 1858 232 24 0 2334 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22800

[startup+0.10074 s]
/proc/loadavg: 1.95 2.01 2.00 1/556 23266
/proc/meminfo: memFree=23747300/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=22800 CPUtime=0.09 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2018 0 0 0 9 0 0 0 25 0 1 0 773309063 23347200 1858 33554432000 4194304 4291949 140733391872320 18446744073709551615 4229999 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 5700 1858 232 24 0 2334 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22800

[startup+0.30071 s]
/proc/loadavg: 1.95 2.01 2.00 1/556 23266
/proc/meminfo: memFree=23747300/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=25208 CPUtime=0.29 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 3012 0 0 0 29 0 0 0 25 0 1 0 773309063 25812992 2852 33554432000 4194304 4291949 140733391872320 18446744073709551615 4229798 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 6302 2852 234 24 0 2936 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25208

[startup+0.700639 s]
/proc/loadavg: 1.95 2.01 2.00 1/556 23266
/proc/meminfo: memFree=23747300/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=25288 CPUtime=0.69 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 4490 0 0 0 69 0 0 0 25 0 1 0 773309063 25894912 3093 33554432000 4194304 4291949 140733391872320 18446744073709551615 4230096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 6322 3093 234 24 0 2956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25288

[startup+1.50051 s]
/proc/loadavg: 1.95 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23723392/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=29200 CPUtime=1.49 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 5876 0 0 0 149 0 0 0 25 0 1 0 773309063 29900800 3643 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 7300 3643 253 24 0 3934 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29200

[startup+3.1003 s]
/proc/loadavg: 1.95 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23698220/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=47876 CPUtime=3.09 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 9818 0 0 0 309 0 0 0 25 0 1 0 773309063 49025024 7553 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 11969 7554 253 24 0 8603 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47876

[startup+6.3007 s]
/proc/loadavg: 1.95 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23682840/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=29852 CPUtime=6.29 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 11885 0 0 0 628 1 0 0 25 0 1 0 773309063 30568448 4201 33554432000 4194304 4291949 140733391872320 18446744073709551615 4262686 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 7463 4201 253 24 0 4097 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29852

[startup+12.7006 s]
/proc/loadavg: 1.96 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23653420/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=86084 CPUtime=12.69 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 20641 0 0 0 1267 2 0 0 25 0 1 0 773309063 88150016 12867 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 21521 12867 253 24 0 18155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86084

[startup+25.5005 s]
/proc/loadavg: 1.97 2.01 2.00 3/562 23277
/proc/meminfo: memFree=23579184/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=86084 CPUtime=25.49 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 30851 0 0 0 2545 4 0 0 25 0 1 0 773309063 88150016 13657 33554432000 4194304 4291949 140733391872320 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 21521 13657 253 24 0 18155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86084

[startup+51.1002 s]
/proc/loadavg: 2.05 2.02 2.00 3/562 23278
/proc/meminfo: memFree=23610464/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=86084 CPUtime=51.09 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 52340 0 0 0 5102 7 0 0 25 0 1 0 773309063 88150016 13657 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 21521 13657 253 24 0 18155 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86084

[startup+102.321 s]
/proc/loadavg: 2.02 2.01 2.00 3/562 23279
/proc/meminfo: memFree=23577592/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=98740 CPUtime=102.31 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 112796 0 0 0 10214 17 0 0 25 0 1 0 773309063 101109760 21476 33554432000 4194304 4291949 140733391872320 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 24685 21476 253 24 0 21319 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 98740

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/562 23281
/proc/meminfo: memFree=23574596/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=98740 CPUtime=162.29 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 152614 0 0 0 16206 23 0 0 25 0 1 0 773309063 101109760 21478 33554432000 4194304 4291949 140733391872320 18446744073709551615 4263409 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 24685 21478 253 24 0 21319 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98740

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/562 23282
/proc/meminfo: memFree=23473252/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=178880 CPUtime=222.29 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 215794 0 0 0 22197 32 0 0 25 0 1 0 773309063 183173120 39795 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 44720 39795 253 24 0 41354 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 178880

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/562 23284
/proc/meminfo: memFree=23489740/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=98740 CPUtime=282.29 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 254465 0 0 0 28191 38 0 0 25 0 1 0 773309063 101109760 21482 33554432000 4194304 4291949 140733391872320 18446744073709551615 251817698534 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 24685 21482 253 24 0 21319 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98740

[startup+342.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/562 23285
/proc/meminfo: memFree=23479184/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=148060 CPUtime=342.3 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 296728 0 0 0 34185 45 0 0 25 0 1 0 773309063 151613440 30869 33554432000 4194304 4291949 140733391872320 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 37015 30869 253 24 0 33649 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 148060

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/562 23287
/proc/meminfo: memFree=23454116/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=178880 CPUtime=402.3 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 340634 0 0 0 40177 53 0 0 25 0 1 0 773309063 183173120 35239 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 44720 35239 253 24 0 41354 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178880

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/562 23289
/proc/meminfo: memFree=23470848/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=98740 CPUtime=462.3 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 376004 0 0 0 46171 59 0 0 25 0 1 0 773309063 101109760 21483 33554432000 4194304 4291949 140733391872320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 24685 21483 253 24 0 21319 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 98740

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23290
/proc/meminfo: memFree=23457820/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=200444 CPUtime=522.3 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 439201 0 0 0 52162 68 0 0 25 0 1 0 773309063 205254656 39342 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 50111 39342 253 24 0 46745 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 200444

[startup+582.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/562 23292
/proc/meminfo: memFree=23384904/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=250532 CPUtime=582.3 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 481966 0 0 0 58154 76 0 0 25 0 1 0 773309063 256544768 45734 33554432000 4194304 4291949 140733391872320 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23266/statm: 62633 45734 253 24 0 59267 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 250532

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/562 23395
/proc/meminfo: memFree=23022928/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=429332 CPUtime=4002.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2572348 0 0 0 399764 471 0 0 25 0 1 0 773309063 439635968 87241 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 107333 87241 253 24 0 103967 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 429332

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/562 23397
/proc/meminfo: memFree=23075236/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=371028 CPUtime=4062.37 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2616851 0 0 0 405756 481 0 0 25 0 1 0 773309063 379932672 76034 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 92757 76034 253 24 0 89391 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 371028

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23398
/proc/meminfo: memFree=23130772/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=290120 CPUtime=4122.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2640883 0 0 0 411748 487 0 0 25 0 1 0 773309063 297082880 63821 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 72530 63821 253 24 0 69164 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 290120

[startup+4182.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/562 23400
/proc/meminfo: memFree=23162632/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=290120 CPUtime=4182.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2667501 0 0 0 417744 491 0 0 25 0 1 0 773309063 297082880 61570 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 72530 61570 253 24 0 69164 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 290120

[startup+4242.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/562 23401
/proc/meminfo: memFree=23128384/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=290120 CPUtime=4242.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2694715 0 0 0 423738 497 0 0 25 0 1 0 773309063 297082880 63951 33554432000 4194304 4291949 140733391872320 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 72530 63951 253 24 0 69164 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 290120

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 23403
/proc/meminfo: memFree=23168420/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=240800 CPUtime=4302.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2716048 0 0 0 429733 502 0 0 25 0 1 0 773309063 246579200 52893 33554432000 4194304 4291949 140733391872320 18446744073709551615 251817697134 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 60200 52893 253 24 0 56834 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 240800

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 23405
/proc/meminfo: memFree=23148928/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=240800 CPUtime=4362.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2742726 0 0 0 435728 507 0 0 25 0 1 0 773309063 246579200 53317 33554432000 4194304 4291949 140733391872320 18446744073709551615 4251367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 60200 53317 253 24 0 56834 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 240800

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23406
/proc/meminfo: memFree=23052924/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=371028 CPUtime=4422.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2770104 0 0 0 441723 512 0 0 25 0 1 0 773309063 379932672 80395 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 92757 80395 253 24 0 89391 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 371028

[startup+4482.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/562 23408
/proc/meminfo: memFree=23162140/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=240800 CPUtime=4482.35 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2810644 0 0 0 447714 521 0 0 25 0 1 0 773309063 246579200 53344 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 60200 53344 253 24 0 56834 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 240800

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/562 23409
/proc/meminfo: memFree=23062060/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=371028 CPUtime=4542.36 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2839216 0 0 0 453710 526 0 0 25 0 1 0 773309063 379932672 81619 33554432000 4194304 4291949 140733391872320 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 92757 81619 253 24 0 89391 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 371028

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 23411
/proc/meminfo: memFree=23189640/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=258328 CPUtime=4602.38 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2873639 0 0 0 459705 533 0 0 25 0 1 0 773309063 264527872 61369 33554432000 4194304 4291949 140733391872320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 64582 61369 253 24 0 61216 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 258328

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 23413
/proc/meminfo: memFree=23110016/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=307648 CPUtime=4662.36 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2907618 0 0 0 465697 539 0 0 25 0 1 0 773309063 315031552 70272 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 76912 70272 253 24 0 73546 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 307648

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23414
/proc/meminfo: memFree=23031264/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=388556 CPUtime=4722.37 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2929749 0 0 0 471694 543 0 0 25 0 1 0 773309063 397881344 92122 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 97139 92122 253 24 0 93773 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 388556

[startup+4782.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/562 23416
/proc/meminfo: memFree=23019464/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=388556 CPUtime=4782.36 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2958865 0 0 0 477686 550 0 0 25 0 1 0 773309063 397881344 88329 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 97139 88329 253 24 0 93773 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 388556

[startup+4842.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/562 23417
/proc/meminfo: memFree=22963900/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=388556 CPUtime=4842.36 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 2984718 0 0 0 483680 556 0 0 25 0 1 0 773309063 397881344 85900 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 97139 85900 253 24 0 93773 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 388556

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 23419
/proc/meminfo: memFree=22941940/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=388556 CPUtime=4902.36 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 3060904 0 0 0 489670 566 0 0 25 0 1 0 773309063 397881344 90497 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 97139 90497 253 24 0 93773 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 388556

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/562 23421
/proc/meminfo: memFree=23049540/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=388556 CPUtime=4962.36 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 3117789 0 0 0 495660 576 0 0 25 0 1 0 773309063 397881344 92959 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 97139 92959 253 24 0 93773 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 388556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 23422
/proc/meminfo: memFree=22910152/32950928 swapFree=41934332/67111528
[pid=23266] ppid=23264 vsize=469944 CPUtime=5000.07 cores=1,3,5,7
/proc/23266/stat : 23266 (RestartSAT) R 23264 23266 22943 0 -1 4202496 3138365 0 0 0 499425 582 0 0 25 0 1 0 773309063 481222656 113407 33554432000 4194304 4291949 140733391872320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23266/statm: 117486 113407 253 24 0 114120 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 469944

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): 5000.04
CPU time (s): 5000.1
CPU user time (s): 4994.26
CPU system time (s): 5.84511
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 602204

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

runsolver used 26.189 second user time and 64.8691 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-28 23:11:44
IDJOB=3421050
IDBENCH=83177
IDSOLVER=1911
FILE ID=node126/3421050-1306617104
RUNJOBID= node126-1306612101-22962
PBS_JOBID= 13471619
Free space on /tmp= 73476 MiB

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

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=1357683600

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
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.74
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.783
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.80
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.783
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.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      23747580 kB
Buffers:        323356 kB
Cached:        6364448 kB
SwapCached:      49920 kB
Active:        4244524 kB
Inactive:      4639064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23747580 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:     2158604 kB
Mapped:          24564 kB
Slab:           147844 kB
PageTables:      99956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176374748 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= 73472 MiB
End job on node126 at 2011-05-29 00:35:06