Trace number 3420938

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3420938-1306590768/watcher-3420938-1306590768 -o /tmp/evaluation-result-3420938-1306590768/solver-3420938-1306590768 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420938-1306590768.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.15 2.05 2.01 3/489 12542
/proc/meminfo: memFree=19526404/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=20524 CPUtime=0 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 1031 0 0 0 0 0 0 0 25 0 1 0 770675361 21016576 974 33554432000 4194304 4291949 140735093554528 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 5131 974 225 24 0 1765 0

[startup+0.0429149 s]
/proc/loadavg: 2.15 2.05 2.01 3/489 12542
/proc/meminfo: memFree=19526404/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=26192 CPUtime=0.03 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 3259 0 0 0 3 0 0 0 25 0 1 0 770675361 26820608 2873 33554432000 4194304 4291949 140735093554528 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 6548 2874 227 24 0 3182 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26192

[startup+0.100908 s]
/proc/loadavg: 2.15 2.05 2.01 3/489 12542
/proc/meminfo: memFree=19526404/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=30780 CPUtime=0.09 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 5078 0 0 0 9 0 0 0 25 0 1 0 770675361 31518720 4489 33554432000 4194304 4291949 140735093554528 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 7695 4489 232 24 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30780

[startup+0.300872 s]
/proc/loadavg: 2.15 2.05 2.01 3/489 12542
/proc/meminfo: memFree=19526404/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=30780 CPUtime=0.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 5078 0 0 0 29 0 0 0 25 0 1 0 770675361 31518720 4489 33554432000 4194304 4291949 140735093554528 18446744073709551615 4229980 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 7695 4489 232 24 0 4329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30780

[startup+0.700777 s]
/proc/loadavg: 2.15 2.05 2.01 3/489 12542
/proc/meminfo: memFree=19526404/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=32284 CPUtime=0.68 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 6586 0 0 0 68 0 0 0 25 0 1 0 770675361 33058816 4387 33554432000 4194304 4291949 140735093554528 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 8071 4387 253 24 0 4705 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32284

[startup+1.50068 s]
/proc/loadavg: 2.15 2.05 2.01 3/490 12543
/proc/meminfo: memFree=19506932/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=36888 CPUtime=1.48 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 7865 0 0 0 148 0 0 0 25 0 1 0 770675361 37773312 5654 33554432000 4194304 4291949 140735093554528 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 9222 5654 253 24 0 5856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36888

[startup+3.1004 s]
/proc/loadavg: 2.15 2.05 2.01 3/490 12543
/proc/meminfo: memFree=19500360/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=44068 CPUtime=3.09 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 9526 0 0 0 308 1 0 0 25 0 1 0 770675361 45125632 7306 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 11017 7306 253 24 0 7651 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44068

[startup+6.30087 s]
/proc/loadavg: 2.14 2.05 2.01 3/490 12543
/proc/meminfo: memFree=19486660/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=57484 CPUtime=6.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 12604 0 0 0 627 2 0 0 25 0 1 0 770675361 58863616 10366 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 14371 10367 253 24 0 11005 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57484

[startup+12.7008 s]
/proc/loadavg: 2.12 2.05 2.01 3/490 12543
/proc/meminfo: memFree=19464008/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=79892 CPUtime=12.69 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 17607 0 0 0 1266 3 0 0 25 0 1 0 770675361 81809408 15344 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 19973 15344 253 24 0 16607 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79892

[startup+25.5007 s]
/proc/loadavg: 2.10 2.05 2.01 3/490 12544
/proc/meminfo: memFree=19433376/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=115036 CPUtime=25.49 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 25422 0 0 0 2545 4 0 0 25 0 1 0 770675361 117796864 23111 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 28759 23111 253 24 0 25393 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 115036

[startup+51.1004 s]
/proc/loadavg: 2.06 2.04 2.01 3/490 12544
/proc/meminfo: memFree=19390940/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=172148 CPUtime=51.08 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 36013 0 0 0 5102 6 0 0 25 0 1 0 770675361 176279552 33647 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 43037 33647 253 24 0 39671 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 172148

[startup+102.318 s]
/proc/loadavg: 2.03 2.03 2.00 3/490 12546
/proc/meminfo: memFree=19320996/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=263188 CPUtime=102.3 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 53095 0 0 0 10219 11 0 0 25 0 1 0 770675361 269504512 50633 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 65797 50633 253 24 0 62431 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 263188

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/490 12547
/proc/meminfo: memFree=19269392/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=271816 CPUtime=162.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 66050 0 0 0 16213 16 0 0 25 0 1 0 770675361 278339584 63508 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 67954 63508 253 24 0 64588 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 271816

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/490 12549
/proc/meminfo: memFree=19221860/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=410516 CPUtime=222.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 78174 0 0 0 22210 19 0 0 25 0 1 0 770675361 420368384 75563 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 102629 75563 253 24 0 99263 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 410516

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 12551
/proc/meminfo: memFree=19183764/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=417628 CPUtime=282.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 87950 0 0 0 28207 22 0 0 25 0 1 0 770675361 427651072 85293 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 104407 85293 253 24 0 101041 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 417628

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 12552
/proc/meminfo: memFree=19151488/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=422992 CPUtime=342.3 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 95872 0 0 0 34205 25 0 0 25 0 1 0 770675361 433143808 93186 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 105748 93186 253 24 0 102382 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 422992

[startup+402.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/490 12555
/proc/meminfo: memFree=19408640/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=162000 CPUtime=402.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 120428 0 0 0 40198 31 0 0 25 0 1 0 770675361 165888000 29394 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 40500 29394 253 24 0 37134 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 162000

[startup+462.301 s]
/proc/loadavg: 2.16 2.07 2.02 3/490 12556
/proc/meminfo: memFree=19326516/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=293800 CPUtime=462.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 140731 0 0 0 46193 36 0 0 25 0 1 0 770675361 300851200 49562 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 73450 49562 253 24 0 70084 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 293800

[startup+522.301 s]
/proc/loadavg: 2.11 2.07 2.02 3/490 12567
/proc/meminfo: memFree=19279452/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=294156 CPUtime=522.3 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 152602 0 0 0 52191 39 0 0 25 0 1 0 770675361 301215744 61352 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 73539 61352 253 24 0 70173 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 294156

[startup+582.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/490 12569
/proc/meminfo: memFree=19231068/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=427152 CPUtime=582.29 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 164597 0 0 0 58188 41 0 0 25 0 1 0 770675361 437403648 73276 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 106788 73276 253 24 0 103422 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 427152

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/484 12687
/proc/meminfo: memFree=18804512/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1074308 CPUtime=4002.35 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 512704 0 0 0 400065 170 0 0 25 0 1 0 770675361 1100091392 181642 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 268577 181642 253 24 0 265211 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 1074308

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.17 2/484 12688
/proc/meminfo: memFree=18792716/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1078132 CPUtime=4062.37 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 515571 0 0 0 406066 171 0 0 25 0 1 0 770675361 1104007168 184489 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 269533 184489 253 24 0 266167 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 1078132

[startup+4122.3 s]
/proc/loadavg: 1.07 1.03 1.17 2/484 12700
/proc/meminfo: memFree=18782892/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1082104 CPUtime=4122.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 517948 0 0 0 412064 172 0 0 25 0 1 0 770675361 1108074496 186863 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 270526 186863 253 24 0 267160 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 1082104

[startup+4182.3 s]
/proc/loadavg: 1.02 1.02 1.16 2/484 12702
/proc/meminfo: memFree=18773812/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1084380 CPUtime=4182.35 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 520157 0 0 0 418063 172 0 0 25 0 1 0 770675361 1110405120 189065 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 271095 189065 253 24 0 267729 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 1084380

[startup+4242.3 s]
/proc/loadavg: 1.01 1.02 1.15 2/484 12703
/proc/meminfo: memFree=18765476/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1086972 CPUtime=4242.35 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 522311 0 0 0 424062 173 0 0 25 0 1 0 770675361 1113059328 191210 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 271743 191210 253 24 0 268377 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 1086972

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/484 12708
/proc/meminfo: memFree=18753776/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1088396 CPUtime=4302.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 525206 0 0 0 430061 175 0 0 25 0 1 0 770675361 1114517504 194094 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 272099 194094 253 24 0 268733 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 1088396

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/484 12709
/proc/meminfo: memFree=18746152/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=1089960 CPUtime=4362.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 527145 0 0 0 436060 176 0 0 25 0 1 0 770675361 1116119040 196024 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 272490 196024 253 24 0 269124 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 1089960

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/484 12711
/proc/meminfo: memFree=19287508/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=312424 CPUtime=4422.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 548573 0 0 0 442052 184 0 0 25 0 1 0 770675361 319922176 60969 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 78106 60969 253 24 0 74740 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 312424

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/484 12713
/proc/meminfo: memFree=19257096/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=312424 CPUtime=4482.35 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 556258 0 0 0 448048 187 0 0 25 0 1 0 770675361 319922176 68612 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 78106 68612 253 24 0 74740 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 312424

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/484 12714
/proc/meminfo: memFree=19230028/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=393812 CPUtime=4542.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 562949 0 0 0 454046 190 0 0 25 0 1 0 770675361 403263488 75275 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 98453 75275 253 24 0 95087 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 393812

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/484 12716
/proc/meminfo: memFree=19208792/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=393812 CPUtime=4602.37 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 568317 0 0 0 460046 191 0 0 25 0 1 0 770675361 403263488 80618 33554432000 4194304 4291949 140735093554528 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 98453 80618 253 24 0 95087 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 393812

[startup+4662.3 s]
/proc/loadavg: 1.10 1.03 1.09 2/484 12717
/proc/meminfo: memFree=19174920/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=393812 CPUtime=4662.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 576508 0 0 0 466041 195 0 0 25 0 1 0 770675361 403263488 88778 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 98453 88778 253 24 0 95087 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 393812

[startup+4722.32 s]
/proc/loadavg: 1.08 1.04 1.09 2/484 12720
/proc/meminfo: memFree=19159996/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=393812 CPUtime=4722.38 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 580504 0 0 0 472042 196 0 0 25 0 1 0 770675361 403263488 92747 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 98453 92747 253 24 0 95087 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 393812

[startup+4782.3 s]
/proc/loadavg: 1.03 1.03 1.08 2/484 12722
/proc/meminfo: memFree=19145708/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=526072 CPUtime=4782.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 584124 0 0 0 478039 197 0 0 25 0 1 0 770675361 538697728 96357 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 131518 96357 253 24 0 128152 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 526072

[startup+4842.3 s]
/proc/loadavg: 1.01 1.02 1.08 2/484 12723
/proc/meminfo: memFree=19130784/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=526072 CPUtime=4842.36 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 587750 0 0 0 484038 198 0 0 25 0 1 0 770675361 538697728 99969 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 131518 99969 253 24 0 128152 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 526072

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/484 12725
/proc/meminfo: memFree=19116880/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=526072 CPUtime=4902.37 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 591383 0 0 0 490037 200 0 0 25 0 1 0 770675361 538697728 103592 33554432000 4194304 4291949 140735093554528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 131518 103592 253 24 0 128152 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 526072

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/484 12726
/proc/meminfo: memFree=19103832/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=526072 CPUtime=4962.37 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 594617 0 0 0 496036 201 0 0 25 0 1 0 770675361 538697728 106816 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 131518 106816 253 24 0 128152 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 526072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.01 1.06 2/484 12727
/proc/meminfo: memFree=19095620/32951124 swapFree=63649292/67111528
[pid=12542] ppid=12540 vsize=526072 CPUtime=5000.08 cores=0,2,4,6
/proc/12542/stat : 12542 (RestartSAT) R 12540 12542 11887 0 -1 4202496 596644 0 0 0 499806 202 0 0 25 0 1 0 770675361 538697728 108831 33554432000 4194304 4291949 140735093554528 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/12542/statm: 131518 108831 253 24 0 128152 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 526072

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.11
CPU user time (s): 4998.07
CPU system time (s): 2.04469
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1120596

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

runsolver used 24.8162 second user time and 52.786 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-28 15:52:49
IDJOB=3420938
IDBENCH=71492
IDSOLVER=1911
FILE ID=node130/3420938-1306590768
RUNJOBID= node130-1306579393-11909
PBS_JOBID= 13471550
Free space on /tmp= 73376 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420938-1306590768/watcher-3420938-1306590768 -o /tmp/evaluation-result-3420938-1306590768/solver-3420938-1306590768 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420938-1306590768.cnf

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1257004852

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19526692 kB
Buffers:        360248 kB
Cached:        7958112 kB
SwapCached:      10260 kB
Active:        7390744 kB
Inactive:      5715216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19526692 kB
SwapTotal:    67111528 kB
SwapFree:     63649292 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:     4785188 kB
Mapped:          30788 kB
Slab:           195052 kB
PageTables:      53684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145099648 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= 73376 MiB
End job on node130 at 2011-05-28 17:16:11