Trace number 3420886

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3420886-1306589407/watcher-3420886-1306589407 -o /tmp/evaluation-result-3420886-1306589407/solver-3420886-1306589407 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420886-1306589407.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.90 2.00 1.99 2/481 32319
/proc/meminfo: memFree=27595812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=21804 CPUtime=0.01 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 1500 0 0 0 1 0 0 0 25 0 1 0 770543048 22327296 1402 33554432000 4194304 4291949 140733289485792 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 5451 1403 227 24 0 2085 0

[startup+0.101649 s]
/proc/loadavg: 1.90 2.00 1.99 2/481 32319
/proc/meminfo: memFree=27595812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=28812 CPUtime=0.09 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 4339 0 0 0 9 0 0 0 25 0 1 0 770543048 29503488 3750 33554432000 4194304 4291949 140733289485792 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 7203 3750 232 24 0 3837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28812

[startup+0.200623 s]
/proc/loadavg: 1.90 2.00 1.99 2/481 32319
/proc/meminfo: memFree=27595812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=28944 CPUtime=0.19 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 4349 0 0 0 19 0 0 0 25 0 1 0 770543048 29638656 3760 33554432000 4194304 4291949 140733289485792 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 7236 3760 232 24 0 3870 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28944

[startup+0.300616 s]
/proc/loadavg: 1.90 2.00 1.99 2/481 32319
/proc/meminfo: memFree=27595812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=28944 CPUtime=0.29 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 4351 0 0 0 29 0 0 0 25 0 1 0 770543048 29638656 3762 33554432000 4194304 4291949 140733289485792 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 7236 3762 232 24 0 3870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28944

[startup+0.70053 s]
/proc/loadavg: 1.90 2.00 1.99 2/481 32319
/proc/meminfo: memFree=27595812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=30448 CPUtime=0.69 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 5835 0 0 0 69 0 0 0 25 0 1 0 770543048 31178752 3890 33554432000 4194304 4291949 140733289485792 18446744073709551615 4262171 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 7612 3890 252 24 0 4246 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30448

[startup+1.50038 s]
/proc/loadavg: 1.90 2.00 1.99 3/482 32320
/proc/meminfo: memFree=27573064/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=34868 CPUtime=1.49 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 6868 0 0 0 149 0 0 0 25 0 1 0 770543048 35704832 4908 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 8717 4908 252 24 0 5351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34868

[startup+3.10106 s]
/proc/loadavg: 1.90 2.00 1.99 3/482 32320
/proc/meminfo: memFree=27563516/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=42400 CPUtime=3.09 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 8550 0 0 0 309 0 0 0 25 0 1 0 770543048 43417600 6579 33554432000 4194304 4291949 140733289485792 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 10600 6579 252 24 0 7234 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42400

[startup+6.30048 s]
/proc/loadavg: 1.90 2.00 1.99 3/482 32320
/proc/meminfo: memFree=27541332/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=56716 CPUtime=6.29 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 11313 0 0 0 629 0 0 0 25 0 1 0 770543048 58077184 9322 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 14179 9322 252 24 0 10813 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56716

[startup+12.7003 s]
/proc/loadavg: 1.91 2.00 1.99 3/482 32320
/proc/meminfo: memFree=27524428/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=79116 CPUtime=12.69 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 15694 0 0 0 1268 1 0 0 25 0 1 0 770543048 81014784 13678 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 19779 13678 252 24 0 16413 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79116

[startup+25.5008 s]
/proc/loadavg: 1.93 2.00 1.99 3/482 32321
/proc/meminfo: memFree=27489348/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=114980 CPUtime=25.49 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 21494 0 0 0 2547 2 0 0 25 0 1 0 770543048 117739520 19451 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 28745 19451 252 24 0 25379 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114980

[startup+51.101 s]
/proc/loadavg: 1.95 2.00 1.99 3/482 32348
/proc/meminfo: memFree=27453916/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=172088 CPUtime=51.09 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 30742 0 0 0 5106 3 0 0 25 0 1 0 770543048 176218112 28657 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 43022 28657 252 24 0 39656 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172088

[startup+102.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/482 32350
/proc/meminfo: memFree=27384812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=181552 CPUtime=102.32 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 42856 0 0 0 10225 7 0 0 25 0 1 0 770543048 185909248 40712 33554432000 4194304 4291949 140733289485792 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 45388 40712 252 24 0 42022 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 181552

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/482 32378
/proc/meminfo: memFree=27262856/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=272032 CPUtime=162.3 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 55848 0 0 0 16220 10 0 0 25 0 1 0 770543048 278560768 53639 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 68008 53639 252 24 0 64642 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 272032

[startup+222.319 s]
/proc/loadavg: 2.02 2.01 2.00 3/482 32380
/proc/meminfo: memFree=27169328/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=278764 CPUtime=222.32 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 64980 0 0 0 22219 13 0 0 25 0 1 0 770543048 285454336 62732 33554432000 4194304 4291949 140733289485792 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 69691 62732 252 24 0 66325 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 278764

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/482 32382
/proc/meminfo: memFree=27094888/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=417220 CPUtime=282.3 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 72499 0 0 0 28215 15 0 0 25 0 1 0 770543048 427233280 70207 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 104305 70207 252 24 0 100939 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 417220

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/482 32383
/proc/meminfo: memFree=27216492/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=155392 CPUtime=342.31 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 93360 0 0 0 34211 20 0 0 25 0 1 0 770543048 159121408 31427 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 38848 31427 252 24 0 35482 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 155392

[startup+402.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/482 32385
/proc/meminfo: memFree=27128052/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=205480 CPUtime=402.31 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 108411 0 0 0 40207 24 0 0 25 0 1 0 770543048 210411520 46414 33554432000 4194304 4291949 140733289485792 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 51370 46414 252 24 0 48004 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 205480

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32386
/proc/meminfo: memFree=27217892/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=288388 CPUtime=462.31 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 120814 0 0 0 46205 26 0 0 25 0 1 0 770543048 295309312 58756 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 72097 58756 252 24 0 68731 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 288388

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32388
/proc/meminfo: memFree=27136512/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=291252 CPUtime=522.31 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 127386 0 0 0 52202 29 0 0 25 0 1 0 770543048 298242048 65299 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 72813 65299 252 24 0 69447 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 291252

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32390
/proc/meminfo: memFree=27079684/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=427136 CPUtime=582.31 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 134370 0 0 0 58200 31 0 0 25 0 1 0 770543048 437387264 72251 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 106784 72251 252 24 0 103418 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 427136

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/482 32493
/proc/meminfo: memFree=26896888/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=369364 CPUtime=4002.44 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 475560 0 0 0 400097 147 0 0 25 0 1 0 770543048 378228736 86979 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 92341 86979 252 24 0 88975 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 369364

[startup+4062.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/482 32494
/proc/meminfo: memFree=26860140/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4062.46 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 480164 0 0 0 406098 148 0 0 25 0 1 0 770543048 513662976 91562 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 91562 252 24 0 122040 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 501624

[startup+4122.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/482 32496
/proc/meminfo: memFree=26801200/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4122.44 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 488938 0 0 0 412093 151 0 0 25 0 1 0 770543048 513662976 100301 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 100301 252 24 0 122040 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 501624

[startup+4182.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 32498
/proc/meminfo: memFree=26766812/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4182.47 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 492528 0 0 0 418094 153 0 0 25 0 1 0 770543048 513662976 103877 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 103877 252 24 0 122040 0
Current children cumulated CPU time (s) 4182.47
Current children cumulated vsize (KiB) 501624

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 32499
/proc/meminfo: memFree=26737744/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4242.45 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 496322 0 0 0 424090 155 0 0 25 0 1 0 770543048 513662976 107655 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 107655 252 24 0 122040 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 501624

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32501
/proc/meminfo: memFree=26710924/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4302.45 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 499621 0 0 0 430088 157 0 0 25 0 1 0 770543048 513662976 110938 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 110938 252 24 0 122040 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 501624

[startup+4362.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/482 32502
/proc/meminfo: memFree=26680872/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4362.45 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 503623 0 0 0 436088 157 0 0 25 0 1 0 770543048 513662976 114920 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 114920 252 24 0 122040 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 501624

[startup+4422.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/482 32504
/proc/meminfo: memFree=26655792/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=501624 CPUtime=4422.45 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 506725 0 0 0 442087 158 0 0 25 0 1 0 770543048 513662976 118011 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 125406 118011 252 24 0 122040 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 501624

[startup+4482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 32506
/proc/meminfo: memFree=26631452/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=716548 CPUtime=4482.46 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 509989 0 0 0 448086 160 0 0 25 0 1 0 770543048 733745152 121260 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179137 121260 252 24 0 175771 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 716548

[startup+4542.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/482 32507
/proc/meminfo: memFree=26610076/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=716548 CPUtime=4542.46 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 512734 0 0 0 454085 161 0 0 25 0 1 0 770543048 733745152 123989 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179137 123989 252 24 0 175771 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 716548

[startup+4602.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/482 32509
/proc/meminfo: memFree=26580784/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=716548 CPUtime=4602.46 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 517088 0 0 0 460084 162 0 0 25 0 1 0 770543048 733745152 128329 33554432000 4194304 4291949 140733289485792 18446744073709551615 4262720 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179137 128329 252 24 0 175771 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 716548

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 32510
/proc/meminfo: memFree=26549616/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=716740 CPUtime=4662.47 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 520111 0 0 0 466083 164 0 0 25 0 1 0 770543048 733941760 131338 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179185 131338 252 24 0 175819 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 716740

[startup+4722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 32512
/proc/meminfo: memFree=26528740/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=716928 CPUtime=4722.49 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 522764 0 0 0 472084 165 0 0 25 0 1 0 770543048 734134272 133975 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179232 133975 252 24 0 175866 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 716928

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32514
/proc/meminfo: memFree=26507128/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=717496 CPUtime=4782.47 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 525747 0 0 0 478081 166 0 0 25 0 1 0 770543048 734715904 136946 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179374 136946 252 24 0 176008 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 717496

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32515
/proc/meminfo: memFree=26486868/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=717876 CPUtime=4842.48 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 528367 0 0 0 484081 167 0 0 25 0 1 0 770543048 735105024 139559 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179469 139559 252 24 0 176103 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 717876

[startup+4902.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/482 32517
/proc/meminfo: memFree=26466988/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=718540 CPUtime=4902.48 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 531105 0 0 0 490079 169 0 0 25 0 1 0 770543048 735784960 142287 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179635 142287 252 24 0 176269 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 718540

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/482 32518
/proc/meminfo: memFree=26441156/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=719536 CPUtime=4962.47 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 534307 0 0 0 496077 170 0 0 25 0 1 0 770543048 736804864 145481 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179884 145481 252 24 0 176518 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 719536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.04 2.00 3/482 32519
/proc/meminfo: memFree=26429484/32951124 swapFree=38422276/67111528
[pid=32319] ppid=32317 vsize=719964 CPUtime=5000.09 cores=0,2,4,6
/proc/32319/stat : 32319 (RestartSAT) R 32317 32319 31861 0 -1 4202496 535994 0 0 0 499838 171 0 0 25 0 1 0 770543048 737243136 147164 33554432000 4194304 4291949 140733289485792 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32319/statm: 179991 147164 252 24 0 176625 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 719964

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): 4999.94
CPU time (s): 5000.13
CPU user time (s): 4998.39
CPU system time (s): 1.74073
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 746900

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

runsolver used 24.4513 second user time and 52.84 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-28 15:30:07
IDJOB=3420886
IDBENCH=71294
IDSOLVER=1911
FILE ID=node102/3420886-1306589407
RUNJOBID= node102-1306579401-31879
PBS_JOBID= 13471578
Free space on /tmp= 73428 MiB

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

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=94941845

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.75
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.828
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.828
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.75
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27595844 kB
Buffers:        178988 kB
Cached:        1198156 kB
SwapCached:      76276 kB
Active:         435708 kB
Inactive:      4661352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27595844 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:     3655480 kB
Mapped:          13632 kB
Slab:            89316 kB
PageTables:      99844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135479644 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= 73424 MiB
End job on node102 at 2011-05-28 16:53:29