Trace number 3420874

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/rbsat/random/unforced/
rbsat-v2400c266431g3.cnf
MD5SUM231f625a25c77518fbce98fe99f807b5
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-3420874-1306589405/watcher-3420874-1306589405 -o /tmp/evaluation-result-3420874-1306589405/solver-3420874-1306589405 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420874-1306589405.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/373 6436
/proc/meminfo: memFree=22551264/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=20528 CPUtime=0 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 1043 0 0 0 0 0 0 0 25 0 1 0 770540951 21020672 985 33554432000 4194304 4291949 140734181858688 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 5132 985 225 24 0 1766 0

[startup+0.0854019 s]
/proc/loadavg: 2.00 2.02 2.00 2/373 6436
/proc/meminfo: memFree=22551264/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=30652 CPUtime=0.07 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 5037 0 0 0 7 0 0 0 25 0 1 0 770540951 31387648 4447 33554432000 4194304 4291949 140734181858688 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 7663 4447 232 24 0 4297 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30652

[startup+0.100382 s]
/proc/loadavg: 2.00 2.02 2.00 2/373 6436
/proc/meminfo: memFree=22551264/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=30652 CPUtime=0.09 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 5037 0 0 0 9 0 0 0 25 0 1 0 770540951 31387648 4447 33554432000 4194304 4291949 140734181858688 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 7663 4447 232 24 0 4297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30652

[startup+0.300349 s]
/proc/loadavg: 2.00 2.02 2.00 2/373 6436
/proc/meminfo: memFree=22551264/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=30652 CPUtime=0.29 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 5049 0 0 0 29 0 0 0 25 0 1 0 770540951 31387648 4459 33554432000 4194304 4291949 140734181858688 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 7663 4459 232 24 0 4297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30652

[startup+0.700285 s]
/proc/loadavg: 2.00 2.02 2.00 2/373 6436
/proc/meminfo: memFree=22551264/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=32344 CPUtime=0.69 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 6459 0 0 0 69 0 0 0 25 0 1 0 770540951 33120256 4264 33554432000 4194304 4291949 140734181858688 18446744073709551615 4267184 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 8086 4264 253 24 0 4720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32344

[startup+1.50014 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6437
/proc/meminfo: memFree=22531548/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=36764 CPUtime=1.49 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 7687 0 0 0 148 1 0 0 25 0 1 0 770540951 37646336 5483 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 9191 5483 253 24 0 5825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36764

[startup+3.10085 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6437
/proc/meminfo: memFree=22525308/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=43944 CPUtime=3.09 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 9185 0 0 0 308 1 0 0 25 0 1 0 770540951 44998656 6969 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 10986 6969 253 24 0 7620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43944

[startup+6.30025 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6437
/proc/meminfo: memFree=22511072/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=57840 CPUtime=6.29 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 12014 0 0 0 628 1 0 0 25 0 1 0 770540951 59228160 9786 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 14460 9786 253 24 0 11094 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57840

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6437
/proc/meminfo: memFree=22485924/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=80632 CPUtime=12.69 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 16728 0 0 0 1266 3 0 0 25 0 1 0 770540951 82567168 14475 33554432000 4194304 4291949 140734181858688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 20158 14475 253 24 0 16792 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80632

[startup+25.5008 s]
/proc/loadavg: 2.08 2.03 2.01 3/374 6437
/proc/meminfo: memFree=22454552/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=116716 CPUtime=25.49 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 22635 0 0 0 2544 5 0 0 25 0 1 0 770540951 119517184 20354 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 29179 20354 253 24 0 25813 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116716

[startup+51.1011 s]
/proc/loadavg: 2.12 2.04 2.01 3/374 6438
/proc/meminfo: memFree=22400880/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=174672 CPUtime=51.09 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 32546 0 0 0 5103 6 0 0 25 0 1 0 770540951 178864128 30222 33554432000 4194304 4291949 140734181858688 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 43668 30222 253 24 0 40302 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174672

[startup+102.314 s]
/proc/loadavg: 2.05 2.04 2.00 3/374 6440
/proc/meminfo: memFree=22313312/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=185132 CPUtime=102.31 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 45164 0 0 0 10222 9 0 0 25 0 1 0 770540951 189575168 42770 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 46283 42770 253 24 0 42917 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 185132

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/374 6441
/proc/meminfo: memFree=22378760/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=275912 CPUtime=162.3 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 59487 0 0 0 16217 13 0 0 25 0 1 0 770540951 282533888 57018 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 68978 57018 253 24 0 65612 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 275912

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6443
/proc/meminfo: memFree=22303224/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=283928 CPUtime=222.3 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 68956 0 0 0 22214 16 0 0 25 0 1 0 770540951 290742272 66455 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 70982 66455 253 24 0 67616 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 283928

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6444
/proc/meminfo: memFree=22242432/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=422524 CPUtime=282.3 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 76616 0 0 0 28212 18 0 0 25 0 1 0 770540951 432664576 74072 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 105631 74072 253 24 0 102265 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 422524

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6446
/proc/meminfo: memFree=22168624/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=427956 CPUtime=342.3 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 85162 0 0 0 34209 21 0 0 25 0 1 0 770540951 438226944 82575 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 106989 82575 253 24 0 103623 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 427956

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6447
/proc/meminfo: memFree=22261224/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=434564 CPUtime=402.31 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 91567 0 0 0 40207 24 0 0 25 0 1 0 770540951 444993536 88941 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 108641 88941 253 24 0 105275 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 434564

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6449
/proc/meminfo: memFree=22194344/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=439348 CPUtime=462.3 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 97711 0 0 0 46204 26 0 0 25 0 1 0 770540951 449892352 95057 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 109837 95057 253 24 0 106471 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 439348

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6451
/proc/meminfo: memFree=22137020/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=443688 CPUtime=522.31 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 103061 0 0 0 52203 28 0 0 25 0 1 0 770540951 454336512 100390 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 110922 100390 253 24 0 107556 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 443688

[startup+582.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/374 6452
/proc/meminfo: memFree=22090472/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=446696 CPUtime=582.31 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 107685 0 0 0 58201 30 0 0 25 0 1 0 770540951 457416704 105001 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 111674 105001 253 24 0 108308 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 446696

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/374 6557
/proc/meminfo: memFree=22057032/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=511812 CPUtime=4062.43 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 501258 0 0 0 406057 186 0 0 25 0 1 0 770540951 524095488 118711 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 127953 118711 253 24 0 124587 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 511812

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6559
/proc/meminfo: memFree=22005164/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=512000 CPUtime=4122.42 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 504576 0 0 0 412054 188 0 0 25 0 1 0 770540951 524288000 122017 33554432000 4194304 4291949 140734181858688 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 128000 122017 253 24 0 124634 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 512000

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 6560
/proc/meminfo: memFree=21950308/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=726924 CPUtime=4182.42 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 508032 0 0 0 418052 190 0 0 25 0 1 0 770540951 744370176 125459 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 181731 125459 253 24 0 178365 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 726924

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6562
/proc/meminfo: memFree=21908104/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=726924 CPUtime=4242.42 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 511093 0 0 0 424051 191 0 0 25 0 1 0 770540951 744370176 128505 33554432000 4194304 4291949 140734181858688 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 181731 128505 253 24 0 178365 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 726924

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6564
/proc/meminfo: memFree=21854644/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=727176 CPUtime=4302.43 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 515986 0 0 0 430049 194 0 0 25 0 1 0 770540951 744628224 133382 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 181794 133382 253 24 0 178428 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 727176

[startup+4362.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/374 6565
/proc/meminfo: memFree=21788760/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=728032 CPUtime=4362.43 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 519934 0 0 0 436047 196 0 0 25 0 1 0 770540951 745504768 137312 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182008 137312 253 24 0 178642 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 728032

[startup+4422.3 s]
/proc/loadavg: 2.07 2.04 2.01 2/368 6585
/proc/meminfo: memFree=22181764/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=728220 CPUtime=4422.42 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 522783 0 0 0 442045 197 0 0 25 0 1 0 770540951 745697280 140152 33554432000 4194304 4291949 140734181858688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182055 140152 253 24 0 178689 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 728220

[startup+4482.3 s]
/proc/loadavg: 1.39 1.85 1.94 2/368 6586
/proc/meminfo: memFree=22169840/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=728664 CPUtime=4482.43 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 525846 0 0 0 448044 199 0 0 25 0 1 0 770540951 746151936 143201 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182166 143201 253 24 0 178800 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 728664

[startup+4542.3 s]
/proc/loadavg: 1.14 1.69 1.88 2/368 6588
/proc/meminfo: memFree=22158904/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=729704 CPUtime=4542.43 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 528652 0 0 0 454042 201 0 0 25 0 1 0 770540951 747216896 145997 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182426 145997 253 24 0 179060 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 729704

[startup+4602.3 s]
/proc/loadavg: 1.05 1.56 1.82 2/368 6590
/proc/meminfo: memFree=22147844/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=730424 CPUtime=4602.45 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 531183 0 0 0 460042 203 0 0 25 0 1 0 770540951 747954176 148519 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182606 148519 253 24 0 179240 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 730424

[startup+4662.3 s]
/proc/loadavg: 1.02 1.46 1.77 2/368 6591
/proc/meminfo: memFree=22132436/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=731392 CPUtime=4662.43 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 535068 0 0 0 466038 205 0 0 25 0 1 0 770540951 748945408 152393 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182848 152393 253 24 0 179482 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 731392

[startup+4722.31 s]
/proc/loadavg: 1.00 1.37 1.72 2/368 6593
/proc/meminfo: memFree=22123100/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=731836 CPUtime=4722.45 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 537600 0 0 0 472039 206 0 0 25 0 1 0 770540951 749400064 154918 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 182959 154918 253 24 0 179593 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 731836

[startup+4782.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/368 6594
/proc/meminfo: memFree=22112652/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=732592 CPUtime=4782.44 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 540300 0 0 0 478037 207 0 0 25 0 1 0 770540951 750174208 157608 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 183148 157608 253 24 0 179782 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 732592

[startup+4842.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/368 6596
/proc/meminfo: memFree=22101476/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=733540 CPUtime=4842.44 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 543002 0 0 0 484035 209 0 0 25 0 1 0 770540951 751144960 160297 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 183385 160297 253 24 0 180019 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 733540

[startup+4902.3 s]
/proc/loadavg: 1.08 1.21 1.59 2/368 6597
/proc/meminfo: memFree=22091908/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=734172 CPUtime=4902.44 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 545482 0 0 0 490034 210 0 0 25 0 1 0 770540951 751792128 162773 33554432000 4194304 4291949 140734181858688 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 183543 162773 253 24 0 180177 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 734172

[startup+4962.3 s]
/proc/loadavg: 1.10 1.19 1.55 2/368 6599
/proc/meminfo: memFree=22081232/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=735628 CPUtime=4962.44 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 548209 0 0 0 496032 212 0 0 25 0 1 0 770540951 753283072 165493 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 183907 165493 253 24 0 180541 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 735628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.05 1.16 1.53 2/368 6600
/proc/meminfo: memFree=22068828/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=736100 CPUtime=5000.06 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 551264 0 0 0 499792 214 0 0 25 0 1 0 770540951 753766400 168544 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 184025 168544 253 24 0 180659 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 736100

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: 1.05 1.16 1.53 2/368 6600
/proc/meminfo: memFree=22068828/32951124 swapFree=37160472/67111528
[pid=6436] ppid=6434 vsize=736100 CPUtime=5000.06 cores=1,3,5,7
/proc/6436/stat : 6436 (RestartSAT) R 6434 6436 5930 0 -1 4202496 551264 0 0 0 499792 214 0 0 25 0 1 0 770540951 753766400 168544 33554432000 4194304 4291949 140734181858688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6436/statm: 184025 168544 253 24 0 180659 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 736100

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.93
system time used= 2.16567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551264
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2503

runsolver used 16.9954 second user time and 42.1086 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-28 15:30:05
IDJOB=3420874
IDBENCH=71269
IDSOLVER=1911
FILE ID=node104/3420874-1306589405
RUNJOBID= node104-1306579400-5949
PBS_JOBID= 13471576
Free space on /tmp= 73412 MiB

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

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

MD5SUM BENCH= 231f625a25c77518fbce98fe99f807b5
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:      22551544 kB
Buffers:        354296 kB
Cached:        7772724 kB
SwapCached:     152248 kB
Active:        3623576 kB
Inactive:      6468544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22551544 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:     1825572 kB
Mapped:          11124 kB
Slab:           153896 kB
PageTables:      89068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87931096 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:53:27