Trace number 3249168

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT A75? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
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 variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3249168-1303509780/watcher-3249168-1303509780 -o /tmp/evaluation-result-3249168-1303509780/solver-3249168-1303509780 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3249168-1303509780.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.61 5.96 8.69 4/189 22214
/proc/meminfo: memFree=13732088/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=19820 CPUtime=0 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 827 0 0 0 0 0 0 0 21 0 1 0 541208714 20295680 768 33554432000 4194304 4291949 140735631989232 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 4955 769 225 24 0 1589 0

[startup+0.0968439 s]
/proc/loadavg: 2.61 5.96 8.69 4/189 22214
/proc/meminfo: memFree=13732088/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=26928 CPUtime=0.08 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 3748 0 0 0 8 0 0 0 21 0 1 0 541208714 27574272 3360 33554432000 4194304 4291949 140735631989232 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 6732 3360 232 24 0 3366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26928

[startup+0.100829 s]
/proc/loadavg: 2.61 5.96 8.69 4/189 22214
/proc/meminfo: memFree=13732088/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=26928 CPUtime=0.09 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 3748 0 0 0 9 0 0 0 21 0 1 0 541208714 27574272 3360 33554432000 4194304 4291949 140735631989232 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 6732 3360 232 24 0 3366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26928

[startup+0.300797 s]
/proc/loadavg: 2.61 5.96 8.69 4/189 22214
/proc/meminfo: memFree=13732088/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=26928 CPUtime=0.29 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 3748 0 0 0 29 0 0 0 22 0 1 0 541208714 27574272 3360 33554432000 4194304 4291949 140735631989232 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 6732 3360 232 24 0 3366 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26928

[startup+0.700727 s]
/proc/loadavg: 2.61 5.96 8.69 4/189 22214
/proc/meminfo: memFree=13732088/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=30848 CPUtime=0.68 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 4283 0 0 0 68 0 0 0 23 0 1 0 541208714 31588352 3895 33554432000 4194304 4291949 140735631989232 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 7712 3895 234 24 0 4346 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30848

[startup+1.50059 s]
/proc/loadavg: 2.61 5.96 8.69 5/190 22215
/proc/meminfo: memFree=13691788/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=38900 CPUtime=1.49 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 9171 0 0 0 148 1 0 0 25 0 1 0 541208714 39833600 6087 33554432000 4194304 4291949 140735631989232 18446744073709551615 4215584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 9725 6087 234 24 0 6359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38900

[startup+3.10031 s]
/proc/loadavg: 2.61 5.96 8.69 5/190 22215
/proc/meminfo: memFree=13680636/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=37732 CPUtime=3.09 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 10535 0 0 0 308 1 0 0 25 0 1 0 541208714 38637568 5707 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 9433 5707 253 24 0 6067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37732

[startup+6.30075 s]
/proc/loadavg: 2.64 5.91 8.66 5/190 22296
/proc/meminfo: memFree=13655936/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=49224 CPUtime=6.29 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 12799 0 0 0 627 2 0 0 25 0 1 0 541208714 50405376 7928 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 12306 7928 253 24 0 8940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49224

[startup+12.7006 s]
/proc/loadavg: 2.75 5.88 8.63 5/190 22296
/proc/meminfo: memFree=13586508/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=79576 CPUtime=12.69 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 21203 0 0 0 1266 3 0 0 25 0 1 0 541208714 81485824 16280 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 19894 16280 253 24 0 16528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79576

[startup+25.5004 s]
/proc/loadavg: 3.03 5.79 8.56 5/190 22297
/proc/meminfo: memFree=13530204/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=129364 CPUtime=25.49 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 26450 0 0 0 2544 5 0 0 25 0 1 0 541208714 132468736 21455 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 32341 21455 253 24 0 28975 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129364

[startup+51.1009 s]
/proc/loadavg: 3.36 5.64 8.43 5/190 22297
/proc/meminfo: memFree=13516496/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=98544 CPUtime=51.09 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 42963 0 0 0 5099 10 0 0 25 0 1 0 541208714 100909056 20150 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 24636 20150 253 24 0 21270 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98544

[startup+102.307 s]
/proc/loadavg: 3.72 5.39 8.20 5/190 22299
/proc/meminfo: memFree=13444428/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=134632 CPUtime=102.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 76743 0 0 0 10210 20 0 0 25 0 1 0 541208714 137863168 28981 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 33658 28981 253 24 0 30292 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134632

[startup+162.3 s]
/proc/loadavg: 3.89 5.13 7.93 5/190 22300
/proc/meminfo: memFree=13360340/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=186776 CPUtime=162.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 113039 0 0 0 16201 29 0 0 25 0 1 0 541208714 191258624 41349 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 46694 41349 253 24 0 43328 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 186776

[startup+222.301 s]
/proc/loadavg: 3.96 4.92 7.68 5/190 22302
/proc/meminfo: memFree=13369468/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=193412 CPUtime=222.29 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 142244 0 0 0 22190 39 0 0 25 0 1 0 541208714 198053888 38407 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 48353 38407 253 24 0 44987 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 193412

[startup+282.3 s]
/proc/loadavg: 3.98 4.75 7.45 5/190 22303
/proc/meminfo: memFree=13346256/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=198168 CPUtime=282.29 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 176303 0 0 0 28180 49 0 0 25 0 1 0 541208714 202924032 43478 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 49542 43478 253 24 0 46176 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 198168

[startup+342.301 s]
/proc/loadavg: 3.99 4.61 7.23 5/190 22305
/proc/meminfo: memFree=13191956/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=287732 CPUtime=342.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 226498 0 0 0 34166 64 0 0 25 0 1 0 541208714 294637568 61734 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 71933 61734 253 24 0 68567 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 287732

[startup+402.3 s]
/proc/loadavg: 4.05 4.51 7.03 5/190 22307
/proc/meminfo: memFree=13322880/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=209924 CPUtime=402.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 255443 0 0 0 40158 72 0 0 25 0 1 0 541208714 214962176 41369 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 52481 41369 253 24 0 49115 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 209924

[startup+462.301 s]
/proc/loadavg: 4.02 4.42 6.84 5/190 22308
/proc/meminfo: memFree=13265188/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=209924 CPUtime=462.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 290125 0 0 0 46149 81 0 0 25 0 1 0 541208714 214962176 43087 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255832 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 52481 43087 253 24 0 49115 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209924

[startup+522.3 s]
/proc/loadavg: 4.05 4.35 6.66 5/190 22310
/proc/meminfo: memFree=13266032/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=218540 CPUtime=522.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 325376 0 0 0 52140 90 0 0 25 0 1 0 541208714 223784960 41465 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 54635 41465 253 24 0 51269 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 218540

[startup+582.301 s]
/proc/loadavg: 4.02 4.29 6.50 5/190 22311
/proc/meminfo: memFree=13318452/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=118664 CPUtime=582.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 349044 0 0 0 58134 96 0 0 25 0 1 0 541208714 121511936 25037 33554432000 4194304 4291949 140735631989232 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 29666 25037 253 24 0 26300 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 118664

[startup+642.3 s]
/proc/loadavg: 4.00 4.23 6.34 5/190 22313
/proc/meminfo: memFree=13251208/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=218540 CPUtime=642.31 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 374018 0 0 0 64129 102 0 0 25 0 1 0 541208714 223784960 49682 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 54635 49682 253 24 0 51269 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 218540

[startup+702.301 s]
/proc/loadavg: 4.00 4.19 6.19 5/190 22315
/proc/meminfo: memFree=13120616/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=299928 CPUtime=702.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 421434 0 0 0 70115 115 0 0 25 0 1 0 541208714 307126272 60558 33554432000 4194304 4291949 140735631989232 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 74982 60558 253 24 0 71616 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 299928

[startup+762.306 s]
/proc/loadavg: 4.00 4.15 6.05 5/190 22316
/proc/meminfo: memFree=13226868/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=304492 CPUtime=762.31 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 466744 0 0 0 76104 127 0 0 25 0 1 0 541208714 311799808 55037 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 76123 55037 253 24 0 72757 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 304492

[startup+822.301 s]
/proc/loadavg: 4.04 4.14 5.92 5/190 22318
/proc/meminfo: memFree=13092920/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=437708 CPUtime=822.3 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 485198 0 0 0 82098 132 0 0 25 0 1 0 541208714 448212992 73198 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 109427 73198 253 24 0 106061 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 437708

[startup+882.3 s]
/proc/loadavg: 4.01 4.11 5.80 5/190 22319
/proc/meminfo: memFree=13217888/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=235724 CPUtime=882.31 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 516616 0 0 0 88090 141 0 0 25 0 1 0 541208714 241381376 49410 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 58931 49410 253 24 0 55565 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 235724

[startup+942.301 s]
/proc/loadavg: 4.08 4.10 5.69 5/190 22321
/proc/meminfo: memFree=13247252/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=162240 CPUtime=942.31 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 541677 0 0 0 94082 149 0 0 25 0 1 0 541208714 166133760 34159 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 40560 34159 253 24 0 37194 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 162240

[startup+1002.3 s]
/proc/loadavg: 4.03 4.08 5.58 5/190 22323
/proc/meminfo: memFree=13121972/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=324536 CPUtime=1002.31 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 572489 0 0 0 100074 157 0 0 25 0 1 0 541208714 332324864 64605 33554432000 4194304 4291949 140735631989232 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 81134 64605 253 24 0 77768 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 324536

[startup+1062.3 s]
/proc/loadavg: 4.08 4.08 5.48 5/190 22324
/proc/meminfo: memFree=13166224/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=243148 CPUtime=1062.32 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 604804 0 0 0 106065 167 0 0 25 0 1 0 541208714 248983552 53751 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 60787 53751 253 24 0 57421 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 243148

[startup+1122.3 s]
/proc/loadavg: 4.03 4.06 5.39 5/190 22326
/proc/meminfo: memFree=13213200/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=193060 CPUtime=1122.31 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 632152 0 0 0 112056 175 0 0 25 0 1 0 541208714 197693440 41923 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 48265 41923 253 24 0 44899 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 193060

[startup+1182.3 s]
/proc/loadavg: 4.01 4.05 5.30 5/190 22327
/proc/meminfo: memFree=13057692/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=456796 CPUtime=1182.32 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 671132 0 0 0 118045 187 0 0 25 0 1 0 541208714 467759104 80581 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 114199 80581 253 24 0 110833 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 456796

[startup+1242.3 s]
/proc/loadavg: 4.00 4.04 5.21 5/190 22329
/proc/meminfo: memFree=13144960/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=200484 CPUtime=1242.32 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 696977 0 0 0 124037 195 0 0 25 0 1 0 541208714 205295616 46275 33554432000 4194304 4291949 140735631989232 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 50121 46275 253 24 0 46755 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 200484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.03 5.14 3/186 22333
/proc/meminfo: memFree=13308292/32951124 swapFree=67102140/67111528
[pid=22214] ppid=22212 vsize=331960 CPUtime=1300.03 cores=1,3
/proc/22214/stat : 22214 (RestartSAT) R 22212 22214 20890 0 -1 4202496 720762 0 0 0 129802 201 0 0 25 0 1 0 541208714 339927040 69786 33554432000 4194304 4291949 140735631989232 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22214/statm: 82990 69786 253 24 0 79624 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 331960

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.02
CPU system time (s): 2.02369
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 456796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.02
system time used= 2.02369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 720762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 875

runsolver used 2.00969 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-23 00:03:01
IDJOB=3249168
IDBENCH=83159
IDSOLVER=1581
FILE ID=node119/3249168-1303509780
RUNJOBID= node119-1303509780-22147
PBS_JOBID= 13134218
Free space on /tmp= 71656 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249168-1303509780/watcher-3249168-1303509780 -o /tmp/evaluation-result-3249168-1303509780/solver-3249168-1303509780 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3249168-1303509780.cnf

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=976873434

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13732500 kB
Buffers:       1981224 kB
Cached:       16587828 kB
SwapCached:       5504 kB
Active:        7353528 kB
Inactive:     11291264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13732500 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            6792 kB
Writeback:           4 kB
AnonPages:       72796 kB
Mapped:          15096 kB
Slab:           510704 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272520 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= 71656 MiB
End job on node119 at 2011-04-23 00:24:43