Trace number 3420908

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
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-3420908-1306589816/watcher-3420908-1306589816 -o /tmp/evaluation-result-3420908-1306589816/solver-3420908-1306589816 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420908-1306589816.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: 1.98 2.03 2.00 3/521 15730
/proc/meminfo: memFree=8033676/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=20692 CPUtime=0 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 1091 0 0 0 0 0 0 0 25 0 1 0 751397054 21188608 1033 33554432000 4194304 4291949 140733618005808 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 5173 1033 225 24 0 1807 0

[startup+0.095243 s]
/proc/loadavg: 1.98 2.03 2.00 3/521 15730
/proc/meminfo: memFree=8033676/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=30652 CPUtime=0.08 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 5020 0 0 0 8 0 0 0 25 0 1 0 751397054 31387648 4430 33554432000 4194304 4291949 140733618005808 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 7663 4430 232 24 0 4297 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30652

[startup+0.100236 s]
/proc/loadavg: 1.98 2.03 2.00 3/521 15730
/proc/meminfo: memFree=8033676/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=30652 CPUtime=0.09 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 5020 0 0 0 9 0 0 0 25 0 1 0 751397054 31387648 4430 33554432000 4194304 4291949 140733618005808 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 7663 4430 232 24 0 4297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30652

[startup+0.300214 s]
/proc/loadavg: 1.98 2.03 2.00 3/521 15730
/proc/meminfo: memFree=8033676/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=30652 CPUtime=0.29 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 5031 0 0 0 29 0 0 0 25 0 1 0 751397054 31387648 4441 33554432000 4194304 4291949 140733618005808 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 7663 4441 232 24 0 4297 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30652

[startup+0.700129 s]
/proc/loadavg: 1.98 2.03 2.00 3/521 15730
/proc/meminfo: memFree=8033676/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=32156 CPUtime=0.69 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 6435 0 0 0 68 1 0 0 25 0 1 0 751397054 32927744 4245 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 8039 4246 253 24 0 4673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32156

[startup+1.50098 s]
/proc/loadavg: 1.98 2.03 2.00 3/522 15731
/proc/meminfo: memFree=8013216/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=36576 CPUtime=1.49 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 7575 0 0 0 148 1 0 0 25 0 1 0 751397054 37453824 5374 33554432000 4194304 4291949 140733618005808 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 9144 5374 253 24 0 5778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36576

[startup+3.10068 s]
/proc/loadavg: 1.98 2.03 2.00 3/522 15731
/proc/meminfo: memFree=8005160/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=44008 CPUtime=3.09 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 9204 0 0 0 307 2 0 0 25 0 1 0 751397054 45064192 6989 33554432000 4194304 4291949 140733618005808 18446744073709551615 4251271 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 11002 6989 253 24 0 7636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44008

[startup+6.30111 s]
/proc/loadavg: 1.98 2.03 2.00 3/522 15731
/proc/meminfo: memFree=7987248/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=58020 CPUtime=6.29 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 12105 0 0 0 627 2 0 0 25 0 1 0 751397054 59412480 9880 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 14505 9880 253 24 0 11139 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58020

[startup+12.7009 s]
/proc/loadavg: 1.98 2.03 2.00 3/522 15731
/proc/meminfo: memFree=7983584/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=80548 CPUtime=12.69 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 16636 0 0 0 1266 3 0 0 25 0 1 0 751397054 82481152 14383 33554432000 4194304 4291949 140733618005808 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 20137 14383 253 24 0 16771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80548

[startup+25.5006 s]
/proc/loadavg: 1.99 2.03 2.00 3/522 15731
/proc/meminfo: memFree=7943784/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=116812 CPUtime=25.49 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 22817 0 0 0 2545 4 0 0 25 0 1 0 751397054 119615488 20533 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 29203 20533 253 24 0 25837 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116812

[startup+51.1008 s]
/proc/loadavg: 1.99 2.03 2.00 3/522 15732
/proc/meminfo: memFree=7875948/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=174332 CPUtime=51.09 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 32893 0 0 0 5103 6 0 0 25 0 1 0 751397054 178515968 30558 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 43583 30558 253 24 0 40217 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174332

[startup+102.319 s]
/proc/loadavg: 1.99 2.02 2.00 3/522 15733
/proc/meminfo: memFree=7774240/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=266780 CPUtime=102.31 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 45783 0 0 0 10220 11 0 0 25 0 1 0 751397054 273182720 43400 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 66695 43400 253 24 0 63329 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 266780

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/522 15735
/proc/meminfo: memFree=7753396/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=276412 CPUtime=162.29 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 60255 0 0 0 16214 15 0 0 25 0 1 0 751397054 283045888 57824 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 69103 57824 253 24 0 65737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 276412

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/522 15737
/proc/meminfo: memFree=7714568/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=416456 CPUtime=222.3 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 70031 0 0 0 22211 19 0 0 25 0 1 0 751397054 426450944 67562 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 104114 67562 253 24 0 100748 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 416456

[startup+282.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/522 15738
/proc/meminfo: memFree=7654780/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=422472 CPUtime=282.3 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 77315 0 0 0 28208 22 0 0 25 0 1 0 751397054 432611328 74817 33554432000 4194304 4291949 140733618005808 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 105618 74817 253 24 0 102252 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 422472

[startup+342.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/522 15740
/proc/meminfo: memFree=7652288/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=427944 CPUtime=342.3 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 85898 0 0 0 34204 26 0 0 25 0 1 0 751397054 438214656 83359 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 106986 83359 253 24 0 103620 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 427944

[startup+402.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/522 15741
/proc/meminfo: memFree=7566468/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=436808 CPUtime=402.3 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 92982 0 0 0 40201 29 0 0 25 0 1 0 751397054 447291392 90419 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 109202 90419 253 24 0 105836 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 436808

[startup+462.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/522 15743
/proc/meminfo: memFree=7548472/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=440488 CPUtime=462.3 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 98051 0 0 0 46199 31 0 0 25 0 1 0 751397054 451059712 95461 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 110122 95461 253 24 0 106756 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 440488

[startup+522.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/522 15745
/proc/meminfo: memFree=7538540/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=443984 CPUtime=522.31 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 103936 0 0 0 52197 34 0 0 25 0 1 0 751397054 454639616 101323 33554432000 4194304 4291949 140733618005808 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 110996 101323 253 24 0 107630 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 443984

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15746
/proc/meminfo: memFree=7559108/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=448536 CPUtime=582.31 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 109219 0 0 0 58193 38 0 0 25 0 1 0 751397054 459300864 106591 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 112134 106591 253 24 0 108768 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 448536

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15851
/proc/meminfo: memFree=7406108/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=514812 CPUtime=4062.41 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 502282 0 0 0 406038 203 0 0 25 0 1 0 751397054 527167488 117301 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 128703 117301 253 24 0 125337 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 514812

[startup+4122.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/522 15853
/proc/meminfo: memFree=7371616/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=515100 CPUtime=4122.4 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 505721 0 0 0 412034 206 0 0 25 0 1 0 751397054 527462400 120722 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 128775 120722 253 24 0 125409 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 515100

[startup+4182.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/522 15854
/proc/meminfo: memFree=7402604/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=730024 CPUtime=4182.39 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 508862 0 0 0 418031 208 0 0 25 0 1 0 751397054 747544576 123844 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 182506 123844 253 24 0 179140 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 730024

[startup+4242.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/522 15856
/proc/meminfo: memFree=7361664/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=730024 CPUtime=4242.4 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 512286 0 0 0 424029 211 0 0 25 0 1 0 751397054 747544576 127260 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 182506 127260 253 24 0 179140 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 730024

[startup+4302.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/522 15857
/proc/meminfo: memFree=7335604/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=730024 CPUtime=4302.4 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 515231 0 0 0 430028 212 0 0 25 0 1 0 751397054 747544576 130199 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 182506 130199 253 24 0 179140 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 730024

[startup+4362.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/522 15859
/proc/meminfo: memFree=7392500/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=730780 CPUtime=4362.4 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 519648 0 0 0 436026 214 0 0 25 0 1 0 751397054 748318720 134600 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 182695 134600 253 24 0 179329 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 730780

[startup+4422.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/522 15861
/proc/meminfo: memFree=7319320/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=731208 CPUtime=4422.41 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 522662 0 0 0 442025 216 0 0 25 0 1 0 751397054 748756992 137607 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 182802 137607 253 24 0 179436 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 731208

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/522 15862
/proc/meminfo: memFree=7290028/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=731588 CPUtime=4482.41 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 525501 0 0 0 448023 218 0 0 25 0 1 0 751397054 749146112 140427 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 182897 140427 253 24 0 179531 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 731588

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 15864
/proc/meminfo: memFree=7317040/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=732628 CPUtime=4542.41 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 528406 0 0 0 454021 220 0 0 25 0 1 0 751397054 750211072 143326 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 183157 143326 253 24 0 179791 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 732628

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 15865
/proc/meminfo: memFree=7284036/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=733292 CPUtime=4602.42 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 530878 0 0 0 460021 221 0 0 25 0 1 0 751397054 750891008 145785 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 183323 145785 253 24 0 179957 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 733292

[startup+4662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/522 15867
/proc/meminfo: memFree=7258228/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=735144 CPUtime=4662.41 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 533686 0 0 0 466019 222 0 0 25 0 1 0 751397054 752787456 148582 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 183786 148582 253 24 0 180420 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 735144

[startup+4722.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/522 15869
/proc/meminfo: memFree=7284132/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=736140 CPUtime=4722.43 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 537357 0 0 0 472020 223 0 0 25 0 1 0 751397054 753807360 152240 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 184035 152240 253 24 0 180669 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 736140

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15870
/proc/meminfo: memFree=7246536/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=737560 CPUtime=4782.42 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 539810 0 0 0 478017 225 0 0 25 0 1 0 751397054 755261440 154679 33554432000 4194304 4291949 140733618005808 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 184390 154679 253 24 0 181024 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 737560

[startup+4842.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/522 15872
/proc/meminfo: memFree=7220352/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=738984 CPUtime=4842.42 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 542537 0 0 0 484016 226 0 0 25 0 1 0 751397054 756719616 157395 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 184746 157395 253 24 0 181380 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 738984

[startup+4902.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/522 15873
/proc/meminfo: memFree=7238944/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=740688 CPUtime=4902.42 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 545455 0 0 0 490014 228 0 0 25 0 1 0 751397054 758464512 160300 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 185172 160300 253 24 0 181806 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 740688

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 15875
/proc/meminfo: memFree=7210656/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=742632 CPUtime=4962.42 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 547959 0 0 0 496013 229 0 0 25 0 1 0 751397054 760455168 162792 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 185658 162792 253 24 0 182292 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 742632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.67 1.96 1.97 2/516 15894
/proc/meminfo: memFree=7408168/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=743724 CPUtime=5000.02 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 549726 0 0 0 499772 230 0 0 25 0 1 0 751397054 761573376 164552 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 185931 164552 253 24 0 182565 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 743724

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.67 1.96 1.97 2/516 15894
/proc/meminfo: memFree=7408168/32951124 swapFree=65066528/67111528
[pid=15730] ppid=15728 vsize=743724 CPUtime=5000.02 cores=1,3,5,7
/proc/15730/stat : 15730 (RestartSAT) R 15728 15730 15212 0 -1 4202496 549726 0 0 0 499772 230 0 0 25 0 1 0 751397054 761573376 164552 33554432000 4194304 4291949 140733618005808 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15730/statm: 185931 164552 253 24 0 182565 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 743724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4997.74
CPU system time (s): 2.33365
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1109052

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

runsolver used 24.6283 second user time and 61.6836 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-28 15:36:56
IDJOB=3420908
IDBENCH=71366
IDSOLVER=1911
FILE ID=node142/3420908-1306589816
RUNJOBID= node142-1306579391-15231
PBS_JOBID= 13471538
Free space on /tmp= 73556 MiB

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

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=2115914274

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       8033956 kB
Buffers:        279708 kB
Cached:        7581796 kB
SwapCached:      20520 kB
Active:       12241828 kB
Inactive:     12342448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8033956 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            5348 kB
Writeback:           0 kB
AnonPages:    16710688 kB
Mapped:          33736 kB
Slab:           188384 kB
PageTables:      74796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145446028 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= 73556 MiB
End job on node142 at 2011-05-28 17:00:18