Trace number 3291306

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) 1299.75 1300.01

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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: 935)

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-3291306-1303784112/watcher-3291306-1303784112 -o /tmp/evaluation-result-3291306-1303784112/solver-3291306-1303784112 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3291306-1303784112.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 1.57 2.28 5/181 22712
/proc/meminfo: memFree=24810192/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=20648 CPUtime=0 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 972 0 0 0 0 0 0 0 21 0 1 0 490009808 21143552 913 33554432000 4194304 4291949 140736651833008 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 5162 913 227 24 0 1796 0

[startup+0.0305359 s]
/proc/loadavg: 0.98 1.57 2.28 5/181 22712
/proc/meminfo: memFree=24810192/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=22932 CPUtime=0.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 1833 0 0 0 2 0 0 0 21 0 1 0 490009808 23482368 1695 33554432000 4194304 4291949 140736651833008 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 5733 1696 227 24 0 2367 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22932

[startup+0.100523 s]
/proc/loadavg: 0.98 1.57 2.28 5/181 22712
/proc/meminfo: memFree=24810192/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=20576 CPUtime=0.09 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 2435 0 0 0 9 0 0 0 21 0 1 0 490009808 21069824 1804 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 5144 1804 254 24 0 1778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20576

[startup+0.300486 s]
/proc/loadavg: 0.98 1.57 2.28 5/181 22712
/proc/meminfo: memFree=24810192/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=20576 CPUtime=0.29 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 2474 0 0 0 29 0 0 0 22 0 1 0 490009808 21069824 1841 33554432000 4194304 4291949 140736651833008 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 5144 1841 254 24 0 1778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20576

[startup+0.700419 s]
/proc/loadavg: 0.98 1.57 2.28 5/181 22712
/proc/meminfo: memFree=24810192/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=20576 CPUtime=0.69 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 2554 0 0 0 69 0 0 0 24 0 1 0 490009808 21069824 1915 33554432000 4194304 4291949 140736651833008 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 5144 1915 254 24 0 1778 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20576

[startup+1.50028 s]
/proc/loadavg: 0.98 1.57 2.28 5/188 22725
/proc/meminfo: memFree=24687444/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=21748 CPUtime=1.49 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 2758 0 0 0 149 0 0 0 25 0 1 0 490009808 22269952 2114 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 5437 2114 254 24 0 2071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21748

[startup+3.10102 s]
/proc/loadavg: 0.98 1.57 2.28 5/188 22725
/proc/meminfo: memFree=24680004/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=24012 CPUtime=3.09 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 3293 0 0 0 309 0 0 0 25 0 1 0 490009808 24588288 2631 33554432000 4194304 4291949 140736651833008 18446744073709551615 242973987615 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 6003 2631 254 24 0 2637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24012

[startup+6.30046 s]
/proc/loadavg: 1.22 1.61 2.29 7/188 22725
/proc/meminfo: memFree=24666196/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=27768 CPUtime=6.29 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 4203 0 0 0 628 1 0 0 25 0 1 0 490009808 28434432 3530 33554432000 4194304 4291949 140736651833008 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 6942 3530 254 24 0 3576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27768

[startup+12.7003 s]
/proc/loadavg: 1.61 1.69 2.31 5/188 22725
/proc/meminfo: memFree=24619624/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=26792 CPUtime=12.63 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 7091 0 0 0 1259 4 0 0 25 0 1 0 490009808 27435008 3412 33554432000 4194304 4291949 140736651833008 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22712/statm: 6698 3412 254 24 0 3332 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 26792

[startup+25.5011 s]
/proc/loadavg: 2.20 1.81 2.34 5/188 22726
/proc/meminfo: memFree=24568708/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=41052 CPUtime=25.37 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 14564 0 0 0 2531 6 0 0 25 0 1 0 490009808 42037248 7071 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22712/statm: 10263 7071 254 24 0 6897 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 41052

[startup+51.1007 s]
/proc/loadavg: 2.82 1.99 2.38 6/188 22753
/proc/meminfo: memFree=24648912/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=59728 CPUtime=50.81 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 19293 0 0 0 5072 9 0 0 25 0 1 0 490009808 61161472 11663 33554432000 4194304 4291949 140736651833008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 14932 11663 254 24 0 11566 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 59728

[startup+102.301 s]
/proc/loadavg: 3.48 2.30 2.46 5/188 22755
/proc/meminfo: memFree=24538064/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=78580 CPUtime=102 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 29205 0 0 0 10189 11 0 0 25 0 1 0 490009808 80465920 16199 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 19645 16199 254 24 0 16279 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 78580

[startup+162.301 s]
/proc/loadavg: 3.81 2.60 2.56 5/188 22783
/proc/meminfo: memFree=24583664/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=78580 CPUtime=162 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 39092 0 0 0 16185 15 0 0 25 0 1 0 490009808 80465920 14919 33554432000 4194304 4291949 140736651833008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 19645 14919 254 24 0 16279 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 78580

[startup+222.307 s]
/proc/loadavg: 4.00 2.87 2.65 5/188 22785
/proc/meminfo: memFree=24559628/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=78580 CPUtime=222.01 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 39519 0 0 0 22186 15 0 0 25 0 1 0 490009808 80465920 15341 33554432000 4194304 4291949 140736651833008 18446744073709551615 4248460 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 19645 15341 254 24 0 16279 0
Current children cumulated CPU time (s) 222.01
Current children cumulated vsize (KiB) 78580

[startup+282.301 s]
/proc/loadavg: 4.00 3.07 2.73 5/188 22786
/proc/meminfo: memFree=24540012/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=282 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 51473 0 0 0 28183 17 0 0 25 0 1 0 490009808 92909568 18784 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 18784 254 24 0 19317 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 90732

[startup+342.301 s]
/proc/loadavg: 4.04 3.25 2.81 5/188 22788
/proc/meminfo: memFree=24533792/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=342 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 59965 0 0 0 34182 18 0 0 25 0 1 0 490009808 92909568 18949 33554432000 4194304 4291949 140736651833008 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 18949 254 24 0 19317 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 90732

[startup+402.3 s]
/proc/loadavg: 4.06 3.40 2.89 5/188 22790
/proc/meminfo: memFree=24524584/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=402.01 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 68583 0 0 0 40181 20 0 0 25 0 1 0 490009808 92909568 19075 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19075 254 24 0 19317 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 90732

[startup+462.301 s]
/proc/loadavg: 4.07 3.52 2.96 5/188 22791
/proc/meminfo: memFree=24487000/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=462.01 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 85435 0 0 0 46179 22 0 0 25 0 1 0 490009808 92909568 19292 33554432000 4194304 4291949 140736651833008 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19292 254 24 0 19317 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 90732

[startup+522.301 s]
/proc/loadavg: 4.02 3.61 3.02 5/188 22793
/proc/meminfo: memFree=24522324/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=522 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 93535 0 0 0 52177 23 0 0 25 0 1 0 490009808 92909568 19414 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19414 254 24 0 19317 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 90732

[startup+582.3 s]
/proc/loadavg: 4.01 3.68 3.08 5/188 22794
/proc/meminfo: memFree=24489576/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=140052 CPUtime=582 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 110384 0 0 0 58175 25 0 0 25 0 1 0 490009808 143413248 27885 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 35013 27885 254 24 0 31647 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 140052

[startup+642.301 s]
/proc/loadavg: 4.00 3.73 3.14 5/188 22796
/proc/meminfo: memFree=24504188/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=642.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 126555 0 0 0 64171 31 0 0 25 0 1 0 490009808 92909568 19430 33554432000 4194304 4291949 140736651833008 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19430 254 24 0 19317 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 90732

[startup+702.301 s]
/proc/loadavg: 4.03 3.79 3.19 5/188 22798
/proc/meminfo: memFree=24502936/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=702.01 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 135162 0 0 0 70169 32 0 0 25 0 1 0 490009808 92909568 19431 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19431 254 24 0 19317 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 90732

[startup+762.301 s]
/proc/loadavg: 4.01 3.83 3.24 5/188 22799
/proc/meminfo: memFree=24498960/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=762.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 144195 0 0 0 76169 33 0 0 25 0 1 0 490009808 92909568 19442 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19442 254 24 0 19317 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 90732

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.28 5/188 22801
/proc/meminfo: memFree=24405432/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=822.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 153220 0 0 0 82167 35 0 0 25 0 1 0 490009808 92909568 19446 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19446 254 24 0 19317 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 90732

[startup+882.307 s]
/proc/loadavg: 4.00 3.88 3.33 5/188 22802
/proc/meminfo: memFree=24431572/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=140052 CPUtime=882.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 170761 0 0 0 88165 37 0 0 25 0 1 0 490009808 143413248 27522 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 35013 27522 254 24 0 31647 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 140052

[startup+942.3 s]
/proc/loadavg: 4.00 3.90 3.37 5/188 22804
/proc/meminfo: memFree=24458952/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=942.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 184676 0 0 0 94161 41 0 0 25 0 1 0 490009808 92909568 19458 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19458 254 24 0 19317 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 90732

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.40 5/188 22806
/proc/meminfo: memFree=24436100/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=1002.01 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 196490 0 0 0 100158 43 0 0 25 0 1 0 490009808 92909568 19464 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19464 254 24 0 19317 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 90732

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.44 5/188 22807
/proc/meminfo: memFree=24389956/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=1062.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 206406 0 0 0 106157 45 0 0 25 0 1 0 490009808 92909568 19465 33554432000 4194304 4291949 140736651833008 18446744073709551615 4261894 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19465 254 24 0 19317 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 90732

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.47 5/188 22809
/proc/meminfo: memFree=24401212/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=1122.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 225960 0 0 0 112153 49 0 0 25 0 1 0 490009808 92909568 19472 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19472 254 24 0 19317 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 90732

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.50 5/188 22810
/proc/meminfo: memFree=24389412/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=90732 CPUtime=1182.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 235385 0 0 0 118152 50 0 0 25 0 1 0 490009808 92909568 19474 33554432000 4194304 4291949 140736651833008 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 22683 19474 254 24 0 19317 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 90732

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.53 5/188 22812
/proc/meminfo: memFree=24362980/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=140052 CPUtime=1242.02 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 252665 0 0 0 124149 53 0 0 25 0 1 0 490009808 143413248 27956 33554432000 4194304 4291949 140736651833008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 35013 27956 254 24 0 31647 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 140052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.56 4/187 22815
/proc/meminfo: memFree=24471464/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=140052 CPUtime=1299.73 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 273767 0 0 0 129916 57 0 0 25 0 1 0 490009808 143413248 29574 33554432000 4194304 4291949 140736651833008 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 35013 29574 254 24 0 31647 0
Current children cumulated CPU time (s) 1299.73
Current children cumulated vsize (KiB) 140052

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.56 4/187 22815
/proc/meminfo: memFree=24471464/32951132 swapFree=67111364/67111528
[pid=22712] ppid=22710 vsize=140052 CPUtime=1299.73 cores=1,3
/proc/22712/stat : 22712 (RestartSAT) R 22710 22712 21546 0 -1 4202496 273767 0 0 0 129916 57 0 0 25 0 1 0 490009808 143413248 29574 33554432000 4194304 4291949 140736651833008 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22712/statm: 35013 29574 254 24 0 31647 0
Current children cumulated CPU time (s) 1299.73
Current children cumulated vsize (KiB) 140052

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.75
CPU user time (s): 1299.17
CPU system time (s): 0.575912
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 170872

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

runsolver used 2.05469 second user time and 5.04323 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-26 04:15:12
IDJOB=3291306
IDBENCH=84205
IDSOLVER=1580
FILE ID=node128/3291306-1303784112
RUNJOBID= node128-1303784111-22630
PBS_JOBID= 13157217
Free space on /tmp= 67088 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291306-1303784112/watcher-3291306-1303784112 -o /tmp/evaluation-result-3291306-1303784112/solver-3291306-1303784112 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3291306-1303784112.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=261445361

node128.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.852
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.70
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.852
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.75
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24810472 kB
Buffers:       1294752 kB
Cached:        6150752 kB
SwapCached:        160 kB
Active:         777704 kB
Inactive:      6744892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24810472 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11644 kB
Writeback:           0 kB
AnonPages:       75640 kB
Mapped:          15560 kB
Slab:           553932 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   222188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67092 MiB
End job on node128 at 2011-04-26 04:36:54