Trace number 3420962

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3420962-1306610685/watcher-3420962-1306610685 -o /tmp/evaluation-result-3420962-1306610685/solver-3420962-1306610685 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420962-1306610685.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: 1.85 1.99 1.99 3/525 18549
/proc/meminfo: memFree=13229064/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=21428 CPUtime=0.01 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 1439 0 0 0 1 0 0 0 22 0 1 0 753484370 21942272 1299 33554432000 4194304 4291949 140735538925296 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 5357 1300 227 24 0 1991 0

[startup+0.076843 s]
/proc/loadavg: 1.85 1.99 1.99 3/525 18549
/proc/meminfo: memFree=13229064/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=35236 CPUtime=0.06 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 5614 0 0 0 6 0 0 0 22 0 1 0 753484370 36081664 4983 33554432000 4194304 4291949 140735538925296 18446744073709551615 4215142 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 8809 4983 231 24 0 5443 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35236

[startup+0.100844 s]
/proc/loadavg: 1.85 1.99 1.99 3/525 18549
/proc/meminfo: memFree=13229064/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=35236 CPUtime=0.09 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 5615 0 0 0 9 0 0 0 22 0 1 0 753484370 36081664 4984 33554432000 4194304 4291949 140735538925296 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 8809 4984 232 24 0 5443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35236

[startup+0.300802 s]
/proc/loadavg: 1.85 1.99 1.99 3/525 18549
/proc/meminfo: memFree=13229064/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=35236 CPUtime=0.29 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 5615 0 0 0 29 0 0 0 23 0 1 0 753484370 36081664 4984 33554432000 4194304 4291949 140735538925296 18446744073709551615 4230022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 8809 4984 232 24 0 5443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35236

[startup+0.70073 s]
/proc/loadavg: 1.85 1.99 1.99 3/525 18549
/proc/meminfo: memFree=13229064/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=34020 CPUtime=0.68 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 7059 0 0 0 68 0 0 0 25 0 1 0 753484370 34836480 4626 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 8505 4626 252 24 0 5139 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34020

[startup+1.50059 s]
/proc/loadavg: 1.85 1.99 1.99 5/527 18552
/proc/meminfo: memFree=13192104/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=38440 CPUtime=1.49 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 8234 0 0 0 148 1 0 0 25 0 1 0 753484370 39362560 5796 33554432000 4194304 4291949 140735538925296 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 9610 5796 252 24 0 6244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38440

[startup+3.10029 s]
/proc/loadavg: 1.85 1.99 1.99 4/527 18552
/proc/meminfo: memFree=13178960/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=45836 CPUtime=3.09 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 10017 0 0 0 308 1 0 0 25 0 1 0 753484370 46936064 7572 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 11459 7572 252 24 0 8093 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45836

[startup+6.30072 s]
/proc/loadavg: 1.87 1.99 1.99 5/527 18552
/proc/meminfo: memFree=13154088/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=58836 CPUtime=6.29 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 13134 0 0 0 627 2 0 0 25 0 1 0 753484370 60248064 10674 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 14709 10674 252 24 0 11343 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58836

[startup+12.7006 s]
/proc/loadavg: 1.88 1.99 1.99 5/527 18554
/proc/meminfo: memFree=13109936/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=81384 CPUtime=12.69 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 18329 0 0 0 1266 3 0 0 25 0 1 0 753484370 83337216 15838 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 20346 15839 252 24 0 16980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81384

[startup+25.5003 s]
/proc/loadavg: 1.90 1.99 1.99 5/527 18555
/proc/meminfo: memFree=13047852/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=116668 CPUtime=25.49 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 26384 0 0 0 2545 4 0 0 25 0 1 0 753484370 119468032 23844 33554432000 4194304 4291949 140735538925296 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18549/statm: 29167 23844 252 24 0 25801 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116668

[startup+51.1007 s]
/proc/loadavg: 1.93 1.99 1.99 4/527 18556
/proc/meminfo: memFree=12964204/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=174368 CPUtime=51.07 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 37519 0 0 0 5101 6 0 0 25 0 1 0 753484370 178552832 34921 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256112 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 43592 34921 252 24 0 40226 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 174368

[startup+102.32 s]
/proc/loadavg: 1.97 1.99 1.99 5/527 18557
/proc/meminfo: memFree=12819160/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=265436 CPUtime=102.28 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 55223 0 0 0 10218 10 0 0 25 0 1 0 753484370 271806464 52527 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 66359 52527 252 24 0 62993 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 265436

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.99 5/527 18559
/proc/meminfo: memFree=12711116/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=407796 CPUtime=162.27 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 68957 0 0 0 16213 14 0 0 25 0 1 0 753484370 417583104 66197 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 101949 66197 252 24 0 98583 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 407796

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 5/527 18560
/proc/meminfo: memFree=12616440/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=414480 CPUtime=222.27 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 81003 0 0 0 22210 17 0 0 25 0 1 0 753484370 424427520 78184 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 103620 78184 252 24 0 100254 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 414480

[startup+282.301 s]
/proc/loadavg: 2.07 2.01 1.99 5/527 18562
/proc/meminfo: memFree=12541992/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=421100 CPUtime=282.27 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 91006 0 0 0 28208 19 0 0 25 0 1 0 753484370 431206400 88143 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 105275 88143 252 24 0 101909 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 421100

[startup+342.3 s]
/proc/loadavg: 2.16 2.03 2.00 5/527 18564
/proc/meminfo: memFree=12474104/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=426924 CPUtime=342.28 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 99241 0 0 0 34205 23 0 0 25 0 1 0 753484370 437170176 96341 33554432000 4194304 4291949 140735538925296 18446744073709551615 4250414 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 106731 96341 252 24 0 103365 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 426924

[startup+402.301 s]
/proc/loadavg: 2.12 2.04 2.00 5/527 18565
/proc/meminfo: memFree=12381424/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=644620 CPUtime=402.27 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 112550 0 0 0 40202 25 0 0 25 0 1 0 753484370 660090880 109582 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 161155 109582 252 24 0 157789 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 644620

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 4/527 18567
/proc/meminfo: memFree=12588456/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=651428 CPUtime=462.27 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 120847 0 0 0 46200 27 0 0 25 0 1 0 753484370 667062272 117850 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 162857 117850 252 24 0 159491 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 651428

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 5/527 18568
/proc/meminfo: memFree=12501856/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=655688 CPUtime=522.28 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 127806 0 0 0 52198 30 0 0 25 0 1 0 753484370 671424512 124780 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 163922 124780 252 24 0 160556 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 655688

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/527 18570
/proc/meminfo: memFree=12767916/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=231912 CPUtime=582.28 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 153635 0 0 0 58191 37 0 0 25 0 1 0 753484370 237477888 44593 33554432000 4194304 4291949 140735538925296 18446744073709551615 4269176 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 57978 44593 252 24 0 54612 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 231912

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 5/527 18675
/proc/meminfo: memFree=11730324/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1099676 CPUtime=4062.4 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 490429 0 0 0 406087 153 0 0 25 0 1 0 753484370 1126068224 216263 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 274919 216263 252 24 0 271553 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1099676

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/527 18676
/proc/meminfo: memFree=11699264/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1101636 CPUtime=4122.38 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 494893 0 0 0 412083 155 0 0 25 0 1 0 753484370 1128075264 220715 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 275409 220715 252 24 0 272043 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 1101636

[startup+4182.3 s]
/proc/loadavg: 2.08 2.03 2.01 5/527 18678
/proc/meminfo: memFree=11659412/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1102204 CPUtime=4182.38 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 501485 0 0 0 418080 158 0 0 25 0 1 0 753484370 1128656896 227290 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 275551 227290 252 24 0 272185 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 1102204

[startup+4242.3 s]
/proc/loadavg: 2.07 2.03 2.01 5/527 18680
/proc/meminfo: memFree=11631720/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1104288 CPUtime=4242.38 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 504428 0 0 0 424079 159 0 0 25 0 1 0 753484370 1130790912 230223 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 276072 230223 252 24 0 272706 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 1104288

[startup+4302.3 s]
/proc/loadavg: 2.06 2.04 2.01 4/527 18681
/proc/meminfo: memFree=11608112/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1107388 CPUtime=4302.38 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 507188 0 0 0 430078 160 0 0 25 0 1 0 753484370 1133965312 232975 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 276847 232975 252 24 0 273481 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 1107388

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 5/527 18683
/proc/meminfo: memFree=11586360/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1110044 CPUtime=4362.38 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 509475 0 0 0 436077 161 0 0 25 0 1 0 753484370 1136685056 235258 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 277511 235258 252 24 0 274145 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 1110044

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/527 18684
/proc/meminfo: memFree=11563484/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1112636 CPUtime=4422.38 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 512285 0 0 0 442076 162 0 0 25 0 1 0 753484370 1139339264 238060 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 278159 238060 252 24 0 274793 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 1112636

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/527 18686
/proc/meminfo: memFree=11538880/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1114592 CPUtime=4482.39 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 514316 0 0 0 448076 163 0 0 25 0 1 0 753484370 1141342208 240085 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 278648 240085 252 24 0 275282 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 1114592

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/527 18688
/proc/meminfo: memFree=11503732/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1117124 CPUtime=4542.39 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 516693 0 0 0 454075 164 0 0 25 0 1 0 753484370 1143934976 242458 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 279281 242458 252 24 0 275915 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1117124

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/527 18689
/proc/meminfo: memFree=11482720/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1118448 CPUtime=4602.41 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 518658 0 0 0 460075 166 0 0 25 0 1 0 753484370 1145290752 244416 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 279612 244416 252 24 0 276246 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1118448

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/527 18691
/proc/meminfo: memFree=11459228/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1120156 CPUtime=4662.39 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 521852 0 0 0 466072 167 0 0 25 0 1 0 753484370 1147039744 247598 33554432000 4194304 4291949 140735538925296 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 280039 247598 252 24 0 276673 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 1120156

[startup+4722.32 s]
/proc/loadavg: 2.11 2.03 2.01 5/527 18692
/proc/meminfo: memFree=11437344/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=1121484 CPUtime=4722.41 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 524033 0 0 0 472073 168 0 0 25 0 1 0 753484370 1148399616 249769 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 280371 249769 252 24 0 277005 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1121484

[startup+4782.3 s]
/proc/loadavg: 2.20 2.07 2.02 5/527 18694
/proc/meminfo: memFree=12142476/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=343664 CPUtime=4782.39 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 549190 0 0 0 478063 176 0 0 25 0 1 0 753484370 351911936 71981 33554432000 4194304 4291949 140735538925296 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 85916 71981 252 24 0 82550 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 343664

[startup+4842.3 s]
/proc/loadavg: 2.17 2.08 2.02 5/527 18696
/proc/meminfo: memFree=12083276/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=425052 CPUtime=4842.4 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 560209 0 0 0 484061 179 0 0 25 0 1 0 753484370 435253248 82953 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 106263 82953 252 24 0 102897 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 425052

[startup+4902.3 s]
/proc/loadavg: 2.06 2.06 2.02 5/527 18697
/proc/meminfo: memFree=12038216/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=425052 CPUtime=4902.4 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 569095 0 0 0 490059 181 0 0 25 0 1 0 753484370 435253248 91798 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 106263 91798 252 24 0 102897 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 425052

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.01 4/527 18699
/proc/meminfo: memFree=11995136/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=425052 CPUtime=4962.4 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 577400 0 0 0 496056 184 0 0 25 0 1 0 753484370 435253248 100079 33554432000 4194304 4291949 140735538925296 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 106263 100079 252 24 0 102897 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 425052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 5/527 18700
/proc/meminfo: memFree=11938184/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=557312 CPUtime=5000.02 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 589934 0 0 0 499815 187 0 0 25 0 1 0 753484370 570687488 112577 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 139328 112577 252 24 0 135962 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 557312

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 5/527 18700
/proc/meminfo: memFree=11938184/32951124 swapFree=66578944/67111528
[pid=18549] ppid=18547 vsize=557312 CPUtime=5000.02 cores=0,2,4,6
/proc/18549/stat : 18549 (RestartSAT) R 18547 18549 18512 0 -1 4202496 589934 0 0 0 499815 187 0 0 25 0 1 0 753484370 570687488 112577 33554432000 4194304 4291949 140735538925296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18549/statm: 139328 112577 252 24 0 135962 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 557312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4998.16
CPU system time (s): 1.89071
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1151836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.16
system time used= 1.89071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589935
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= 9
involuntary context switches= 2748

runsolver used 26.8379 second user time and 59.373 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-28 21:24:45
IDJOB=3420962
IDBENCH=71605
IDSOLVER=1911
FILE ID=node145/3420962-1306610685
RUNJOBID= node145-1306610685-18530
PBS_JOBID= 13471597
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=1934746444

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13229964 kB
Buffers:        257092 kB
Cached:        7872408 kB
SwapCached:      34712 kB
Active:       11379076 kB
Inactive:      8046576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13229964 kB
SwapTotal:    67111528 kB
SwapFree:     66578944 kB
Dirty:            8160 kB
Writeback:           0 kB
AnonPages:    11261660 kB
Mapped:          37520 kB
Slab:           158676 kB
PageTables:      65828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153218616 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= 73488 MiB
End job on node145 at 2011-05-28 22:48:07