Trace number 3420856

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

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.2837
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

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-3420856-1306588813/watcher-3420856-1306588813 -o /tmp/evaluation-result-3420856-1306588813/solver-3420856-1306588813 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420856-1306588813.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.08 2.02 2.01 2/373 6365
/proc/meminfo: memFree=22522272/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=21864 CPUtime=0 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 1290 0 0 0 0 0 0 0 25 0 1 0 770481790 22388736 1222 33554432000 4194304 4291949 140735336040640 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 5466 1222 227 24 0 2100 0

[startup+0.0751549 s]
/proc/loadavg: 2.08 2.02 2.01 2/373 6365
/proc/meminfo: memFree=22522272/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=28704 CPUtime=0.07 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 4136 0 0 0 7 0 0 0 25 0 1 0 770481790 29392896 3614 33554432000 4194304 4291949 140735336040640 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 7176 3615 232 24 0 3810 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28704

[startup+0.101156 s]
/proc/loadavg: 2.08 2.02 2.01 2/373 6365
/proc/meminfo: memFree=22522272/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=28704 CPUtime=0.09 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 4137 0 0 0 9 0 0 0 25 0 1 0 770481790 29392896 3615 33554432000 4194304 4291949 140735336040640 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 7176 3615 232 24 0 3810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28704

[startup+0.301118 s]
/proc/loadavg: 2.08 2.02 2.01 2/373 6365
/proc/meminfo: memFree=22522272/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=27492 CPUtime=0.29 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 4988 0 0 0 29 0 0 0 25 0 1 0 770481790 28151808 3243 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 6873 3243 253 24 0 3507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27492

[startup+0.701044 s]
/proc/loadavg: 2.08 2.02 2.01 2/373 6365
/proc/meminfo: memFree=22522272/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=27492 CPUtime=0.69 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 5230 0 0 0 69 0 0 0 25 0 1 0 770481790 28151808 3483 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 6873 3483 253 24 0 3507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27492

[startup+1.50087 s]
/proc/loadavg: 2.07 2.02 2.00 3/374 6366
/proc/meminfo: memFree=22507508/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=30212 CPUtime=1.49 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 5534 0 0 0 149 0 0 0 25 0 1 0 770481790 30937088 3783 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 7553 3783 253 24 0 4187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30212

[startup+3.10061 s]
/proc/loadavg: 2.07 2.02 2.00 3/374 6366
/proc/meminfo: memFree=22505152/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=30212 CPUtime=3.09 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 5762 0 0 0 309 0 0 0 25 0 1 0 770481790 30937088 4006 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 7553 4006 253 24 0 4187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30212

[startup+6.30102 s]
/proc/loadavg: 2.07 2.02 2.00 3/374 6366
/proc/meminfo: memFree=22500316/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=35612 CPUtime=6.29 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 6586 0 0 0 629 0 0 0 25 0 1 0 770481790 36466688 4818 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 8903 4818 253 24 0 5537 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35612

[startup+12.7009 s]
/proc/loadavg: 2.06 2.02 2.00 3/374 6366
/proc/meminfo: memFree=22489972/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=45232 CPUtime=12.7 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 8281 0 0 0 1269 1 0 0 25 0 1 0 770481790 46317568 6501 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 11308 6501 253 24 0 7942 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 45232

[startup+25.5005 s]
/proc/loadavg: 2.05 2.01 2.00 3/374 6367
/proc/meminfo: memFree=22531992/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=61944 CPUtime=25.49 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 11618 0 0 0 2548 1 0 0 25 0 1 0 770481790 63430656 9813 33554432000 4194304 4291949 140735336040640 18446744073709551615 4261914 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 15486 9813 253 24 0 12120 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61944

[startup+51.1008 s]
/proc/loadavg: 2.03 2.01 2.00 3/374 6367
/proc/meminfo: memFree=22475520/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=89292 CPUtime=51.1 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 17073 0 0 0 5107 3 0 0 25 0 1 0 770481790 91435008 15228 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 22323 15228 253 24 0 18957 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 89292

[startup+102.314 s]
/proc/loadavg: 2.06 2.02 2.00 3/374 6369
/proc/meminfo: memFree=22466808/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=134792 CPUtime=102.31 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 27618 0 0 0 10225 6 0 0 25 0 1 0 770481790 138027008 25708 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 33698 25708 253 24 0 30332 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 134792

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/374 6370
/proc/meminfo: memFree=22424996/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=199172 CPUtime=162.29 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 38179 0 0 0 16219 10 0 0 25 0 1 0 770481790 203952128 36226 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 49793 36226 253 24 0 46427 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 199172

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/374 6372
/proc/meminfo: memFree=22473332/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=126220 CPUtime=222.29 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 54187 0 0 0 22216 13 0 0 25 0 1 0 770481790 129249280 23845 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 31555 23845 253 24 0 28189 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 126220

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6374
/proc/meminfo: memFree=22384408/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=157176 CPUtime=282.3 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 63257 0 0 0 28213 17 0 0 25 0 1 0 770481790 160948224 32845 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 39294 32845 253 24 0 35928 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 157176

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6375
/proc/meminfo: memFree=22360696/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=208868 CPUtime=342.3 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 71590 0 0 0 34211 19 0 0 25 0 1 0 770481790 213880832 41128 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 52217 41128 253 24 0 48851 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 208868

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6377
/proc/meminfo: memFree=22334032/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=214812 CPUtime=402.3 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 79783 0 0 0 40209 21 0 0 25 0 1 0 770481790 219967488 49271 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 53703 49271 253 24 0 50337 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 214812

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6378
/proc/meminfo: memFree=22449212/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=139088 CPUtime=462.31 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 100409 0 0 0 46205 26 0 0 25 0 1 0 770481790 142426112 29454 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 34772 29454 253 24 0 31406 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 139088

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/374 6380
/proc/meminfo: memFree=22360648/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=169908 CPUtime=522.3 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 108630 0 0 0 52203 27 0 0 25 0 1 0 770481790 173985792 37595 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 42477 37595 253 24 0 39111 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 169908

[startup+582.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/374 6382
/proc/meminfo: memFree=22327024/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=220392 CPUtime=582.31 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 117199 0 0 0 58201 30 0 0 25 0 1 0 770481790 225681408 46128 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 55098 46128 253 24 0 51732 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 220392

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 6541
/proc/meminfo: memFree=22058464/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=499608 CPUtime=4062.43 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 778326 0 0 0 406039 204 0 0 25 0 1 0 770481790 511598592 112364 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 124902 112364 253 24 0 121536 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 499608

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6543
/proc/meminfo: memFree=21986164/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=188504 CPUtime=4122.41 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 789569 0 0 0 412034 207 0 0 25 0 1 0 770481790 193028096 41121 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 47126 41121 253 24 0 43760 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 188504

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6545
/proc/meminfo: memFree=22220864/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=238292 CPUtime=4182.42 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 801019 0 0 0 418031 211 0 0 25 0 1 0 770481790 244011008 52488 33554432000 4194304 4291949 140735336040640 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 59573 52488 253 24 0 56207 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 238292

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6546
/proc/meminfo: memFree=22135052/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=288380 CPUtime=4242.42 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 816050 0 0 0 424027 215 0 0 25 0 1 0 770481790 295301120 67435 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 72095 67435 253 24 0 68729 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 288380

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6548
/proc/meminfo: memFree=22070024/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=369768 CPUtime=4302.42 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 826490 0 0 0 430025 217 0 0 25 0 1 0 770481790 378642432 77819 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 92442 77819 253 24 0 89076 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 369768

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6549
/proc/meminfo: memFree=22018532/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=369904 CPUtime=4362.42 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 834789 0 0 0 436023 219 0 0 25 0 1 0 770481790 378781696 86082 33554432000 4194304 4291949 140735336040640 18446744073709551615 4251231 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 92476 86082 253 24 0 89110 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 369904

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6551
/proc/meminfo: memFree=21955112/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=502164 CPUtime=4422.43 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 841939 0 0 0 442021 222 0 0 25 0 1 0 770481790 514215936 93203 33554432000 4194304 4291949 140735336040640 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 125541 93203 253 24 0 122175 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 502164

[startup+4482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/374 6553
/proc/meminfo: memFree=21896816/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=502576 CPUtime=4482.42 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 852033 0 0 0 448019 223 0 0 25 0 1 0 770481790 514637824 103261 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 125644 103261 253 24 0 122278 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 502576

[startup+4542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/374 6554
/proc/meminfo: memFree=21852996/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=503408 CPUtime=4542.42 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 858879 0 0 0 454017 225 0 0 25 0 1 0 770481790 515489792 110081 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 125852 110081 253 24 0 122486 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 503408

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/374 6556
/proc/meminfo: memFree=21806944/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=505032 CPUtime=4602.44 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 866773 0 0 0 460016 228 0 0 25 0 1 0 770481790 517152768 117945 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 126258 117945 253 24 0 122892 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 505032

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/374 6557
/proc/meminfo: memFree=22049212/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=241720 CPUtime=4662.43 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 884736 0 0 0 466011 232 0 0 25 0 1 0 770481790 247521280 52597 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 60430 52597 253 24 0 57064 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 241720

[startup+4722.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6559
/proc/meminfo: memFree=21998184/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=291808 CPUtime=4722.45 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 894365 0 0 0 472010 235 0 0 25 0 1 0 770481790 298811392 62163 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 72952 62163 253 24 0 69586 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 291808

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6561
/proc/meminfo: memFree=21943844/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=373196 CPUtime=4782.44 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 904543 0 0 0 478006 238 0 0 25 0 1 0 770481790 382152704 72284 33554432000 4194304 4291949 140735336040640 18446744073709551615 230812624119 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 93299 72284 253 24 0 89933 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 373196

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6562
/proc/meminfo: memFree=21898668/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=373196 CPUtime=4842.44 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 912886 0 0 0 484004 240 0 0 25 0 1 0 770481790 382152704 80584 33554432000 4194304 4291949 140735336040640 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 93299 80584 253 24 0 89933 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 373196

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6564
/proc/meminfo: memFree=21847184/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=373196 CPUtime=4902.44 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 920284 0 0 0 490002 242 0 0 25 0 1 0 770481790 382152704 87944 33554432000 4194304 4291949 140735336040640 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 93299 87944 253 24 0 89933 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 373196

[startup+4962.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/374 6565
/proc/meminfo: memFree=21767524/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=506008 CPUtime=4962.44 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 937017 0 0 0 495999 245 0 0 25 0 1 0 770481790 518152192 104621 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 126502 104621 253 24 0 123136 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 506008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/374 6566
/proc/meminfo: memFree=21692620/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=507668 CPUtime=5000.06 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 953855 0 0 0 499756 250 0 0 25 0 1 0 770481790 519852032 121396 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 126917 121396 253 24 0 123551 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 507668

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

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

[startup+4999.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/374 6566
/proc/meminfo: memFree=21692620/32951124 swapFree=37160472/67111528
[pid=6365] ppid=6363 vsize=507668 CPUtime=5000.06 cores=0,2,4,6
/proc/6365/stat : 6365 (RestartSAT) R 6363 6365 5930 0 -1 4202496 953855 0 0 0 499756 250 0 0 25 0 1 0 770481790 519852032 121396 33554432000 4194304 4291949 140735336040640 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/6365/statm: 126917 121396 253 24 0 123551 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 507668

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4997.56
CPU system time (s): 2.52062
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 740984

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

runsolver used 19.1401 second user time and 39.9629 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-28 15:20:13
IDJOB=3420856
IDBENCH=70908
IDSOLVER=1911
FILE ID=node104/3420856-1306588813
RUNJOBID= node104-1306579400-5948
PBS_JOBID= 13471576
Free space on /tmp= 73412 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420856-1306588813/watcher-3420856-1306588813 -o /tmp/evaluation-result-3420856-1306588813/solver-3420856-1306588813 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420856-1306588813.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1862473715

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22522436 kB
Buffers:        354172 kB
Cached:        7770912 kB
SwapCached:     152248 kB
Active:        3651464 kB
Inactive:      6469192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22522436 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:            3896 kB
Writeback:           0 kB
AnonPages:     1855836 kB
Mapped:          10824 kB
Slab:           153872 kB
PageTables:      89832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87978900 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= 73412 MiB
End job on node104 at 2011-05-28 16:43:35