Trace number 3379715

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3379715-1305454777/watcher-3379715-1305454777 -o /tmp/evaluation-result-3379715-1305454777/solver-3379715-1305454777 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379715-1305454777.cnf 

running on 2 cores: 4,6

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: 1.22 1.89 2.67 4/430 26821
/proc/meminfo: memFree=23829032/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=11796 CPUtime=0 cores=4,6
/proc/26821/stat : 26821 (runsolver) R 26818 26821 24847 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 735708345 12079104 50 33554432000 4194304 5432360 140733797265456 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/26821/statm: 2949 50 30 303 0 2643 0

[startup+0.085295 s]
/proc/loadavg: 1.22 1.89 2.67 4/430 26821
/proc/meminfo: memFree=23829032/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=17040 CPUtime=0.06 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 1813 0 0 0 6 0 0 0 22 0 1 0 735708345 17448960 1512 33554432000 4194304 4394578 140735249596576 18446744073709551615 251367207621 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 4260 1515 258 49 0 1401 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17040

[startup+0.100287 s]
/proc/loadavg: 1.22 1.89 2.67 4/430 26821
/proc/meminfo: memFree=23829032/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=20076 CPUtime=0.08 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 2569 0 0 0 8 0 0 0 22 0 1 0 735708345 20557824 2268 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 5019 2268 266 49 0 2160 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20076

[startup+0.300259 s]
/proc/loadavg: 1.22 1.89 2.67 4/430 26821
/proc/meminfo: memFree=23829032/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=23128 CPUtime=0.28 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 3322 0 0 0 28 0 0 0 23 0 1 0 735708345 23683072 3021 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 5782 3021 266 49 0 2923 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23128

[startup+0.701183 s]
/proc/loadavg: 1.22 1.89 2.67 4/430 26821
/proc/meminfo: memFree=23829032/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=26800 CPUtime=0.67 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 4254 0 0 0 67 0 0 0 25 0 1 0 735708345 27443200 3953 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 6700 3953 266 49 0 3841 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 26800

[startup+1.50103 s]
/proc/loadavg: 1.22 1.89 2.67 5/434 26831
/proc/meminfo: memFree=23734892/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=32216 CPUtime=1.48 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 5564 0 0 0 147 1 0 0 25 0 1 0 735708345 32989184 5263 33554432000 4194304 4394578 140735249596576 18446744073709551615 4314841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 8054 5263 266 49 0 5195 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32216

[startup+3.10074 s]
/proc/loadavg: 1.22 1.89 2.67 5/434 26831
/proc/meminfo: memFree=23698560/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=36116 CPUtime=3.08 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 6526 0 0 0 307 1 0 0 25 0 1 0 735708345 36982784 6225 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 9029 6225 266 49 0 6170 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36116

[startup+6.30116 s]
/proc/loadavg: 1.44 1.92 2.67 5/434 26831
/proc/meminfo: memFree=23642544/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=38992 CPUtime=6.28 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 7168 0 0 0 627 1 0 0 25 0 1 0 735708345 39927808 6867 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 9748 6867 266 49 0 6889 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38992

[startup+12.701 s]
/proc/loadavg: 1.65 1.96 2.68 5/434 26832
/proc/meminfo: memFree=23557896/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=46532 CPUtime=12.68 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 8855 0 0 0 1267 1 0 0 25 0 1 0 735708345 47648768 8554 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 11633 8554 266 49 0 8774 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46532

[startup+25.5006 s]
/proc/loadavg: 2.17 2.06 2.70 5/434 26832
/proc/meminfo: memFree=23445804/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=54108 CPUtime=25.47 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 10394 0 0 0 2546 1 0 0 25 0 1 0 735708345 55406592 10093 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 13527 10093 266 49 0 10668 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 54108

[startup+51.1009 s]
/proc/loadavg: 2.79 2.21 2.73 5/434 26832
/proc/meminfo: memFree=23394032/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=66316 CPUtime=51.08 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 13071 0 0 0 5106 2 0 0 25 0 1 0 735708345 67907584 12770 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 16579 12770 266 49 0 13720 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66316

[startup+102.316 s]
/proc/loadavg: 3.47 2.49 2.80 5/434 26834
/proc/meminfo: memFree=23291832/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=80996 CPUtime=102.3 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 16188 0 0 0 10228 2 0 0 25 0 1 0 735708345 82939904 15887 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 20249 15887 266 49 0 17390 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 80996

[startup+162.3 s]
/proc/loadavg: 3.98 2.82 2.89 5/434 26836
/proc/meminfo: memFree=23236624/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=93192 CPUtime=162.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 18776 0 0 0 16226 3 0 0 25 0 1 0 735708345 95428608 18475 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 23298 18475 266 49 0 20439 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93192

[startup+222.301 s]
/proc/loadavg: 4.08 3.06 2.97 5/434 26837
/proc/meminfo: memFree=23166016/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=99464 CPUtime=222.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 20014 0 0 0 22226 3 0 0 25 0 1 0 735708345 101851136 19713 33554432000 4194304 4394578 140735249596576 18446744073709551615 4299519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 24866 19713 266 49 0 22007 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99464

[startup+282.301 s]
/proc/loadavg: 4.03 3.23 3.03 5/434 26839
/proc/meminfo: memFree=23118488/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=109672 CPUtime=282.28 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 21991 0 0 0 28225 3 0 0 25 0 1 0 735708345 112304128 21690 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 27418 21690 266 49 0 24559 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 109672

[startup+342.301 s]
/proc/loadavg: 4.01 3.37 3.09 5/434 26840
/proc/meminfo: memFree=23086696/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=111464 CPUtime=342.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 22404 0 0 0 34225 4 0 0 25 0 1 0 735708345 114139136 22103 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 27866 22103 266 49 0 25007 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 111464

[startup+402.301 s]
/proc/loadavg: 4.00 3.48 3.14 6/434 26842
/proc/meminfo: memFree=23038060/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=118892 CPUtime=402.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 23850 0 0 0 40225 4 0 0 25 0 1 0 735708345 121745408 23549 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 29723 23549 266 49 0 26864 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 118892

[startup+462.301 s]
/proc/loadavg: 4.08 3.60 3.20 5/434 26844
/proc/meminfo: memFree=23009116/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=125388 CPUtime=462.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 25208 0 0 0 46224 5 0 0 25 0 1 0 735708345 128397312 24907 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 31347 24907 266 49 0 28488 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 125388

[startup+522.301 s]
/proc/loadavg: 4.07 3.68 3.25 5/434 26845
/proc/meminfo: memFree=22981804/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=129004 CPUtime=522.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 26015 0 0 0 52224 5 0 0 25 0 1 0 735708345 132100096 25714 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 32251 25714 266 49 0 29392 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 129004

[startup+582.301 s]
/proc/loadavg: 4.02 3.74 3.30 5/434 26847
/proc/meminfo: memFree=22972336/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=131340 CPUtime=582.29 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 26520 0 0 0 58224 5 0 0 25 0 1 0 735708345 134492160 26219 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 32835 26219 266 49 0 29976 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 131340

[startup+642.3 s]
/proc/loadavg: 4.12 3.81 3.35 5/434 26848
/proc/meminfo: memFree=22918120/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=137548 CPUtime=642.31 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 27824 0 0 0 64225 6 0 0 25 0 1 0 735708345 140849152 27523 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 34387 27523 266 49 0 31528 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 137548

[startup+702.3 s]
/proc/loadavg: 4.37 3.93 3.41 5/434 26850
/proc/meminfo: memFree=22888684/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=142168 CPUtime=702.3 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 28837 0 0 0 70224 6 0 0 25 0 1 0 735708345 145580032 28536 33554432000 4194304 4394578 140735249596576 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 35542 28536 266 49 0 32683 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 142168

[startup+762.316 s]
/proc/loadavg: 4.14 3.94 3.45 5/434 26853
/proc/meminfo: memFree=22857400/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=151704 CPUtime=762.32 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 30626 0 0 0 76226 6 0 0 25 0 1 0 735708345 155344896 30325 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 37926 30325 266 49 0 35067 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 151704

[startup+822.301 s]
/proc/loadavg: 4.05 3.95 3.48 5/434 26854
/proc/meminfo: memFree=22854636/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=152472 CPUtime=822.3 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 30768 0 0 0 82224 6 0 0 25 0 1 0 735708345 156131328 30467 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 38118 30467 266 49 0 35259 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 152472

[startup+882.301 s]
/proc/loadavg: 4.02 3.95 3.51 5/434 26856
/proc/meminfo: memFree=22848036/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=154264 CPUtime=882.31 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 31066 0 0 0 88224 7 0 0 25 0 1 0 735708345 157966336 30765 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 38566 30765 266 49 0 35707 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 154264

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.54 5/434 26857
/proc/meminfo: memFree=22833244/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=156896 CPUtime=942.31 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 31637 0 0 0 94224 7 0 0 25 0 1 0 735708345 160661504 31336 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 39224 31336 266 49 0 36365 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 156896

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.57 5/434 26859
/proc/meminfo: memFree=22812124/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=158368 CPUtime=1002.31 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 31930 0 0 0 100224 7 0 0 25 0 1 0 735708345 162168832 31629 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 39592 31629 266 49 0 36733 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 158368

[startup+1062.3 s]
/proc/loadavg: 4.07 3.99 3.60 5/434 26860
/proc/meminfo: memFree=22790992/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=161312 CPUtime=1062.32 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 32466 0 0 0 106224 8 0 0 25 0 1 0 735708345 165183488 32165 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 40328 32165 266 49 0 37469 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 161312

[startup+1122.3 s]
/proc/loadavg: 4.02 3.99 3.62 5/434 26863
/proc/meminfo: memFree=22776096/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=164900 CPUtime=1122.32 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 33192 0 0 0 112224 8 0 0 25 0 1 0 735708345 168857600 32891 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 41225 32891 266 49 0 38366 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 164900

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.65 5/434 26868
/proc/meminfo: memFree=22770568/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=165156 CPUtime=1182.32 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 33251 0 0 0 118224 8 0 0 25 0 1 0 735708345 169119744 32950 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 41289 32950 266 49 0 38430 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 165156

[startup+1242.3 s]
/proc/loadavg: 4.20 4.08 3.69 5/434 26870
/proc/meminfo: memFree=22758228/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=165796 CPUtime=1242.32 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 33377 0 0 0 124224 8 0 0 25 0 1 0 735708345 169775104 33076 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 41449 33076 266 49 0 38590 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 165796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.09 3.72 3/431 26875
/proc/meminfo: memFree=23324528/32950928 swapFree=38710892/67111528
[pid=26821] ppid=26818 vsize=166564 CPUtime=1300.03 cores=4,6
/proc/26821/stat : 26821 (SApperloT2010) R 26818 26821 24847 0 -1 4202496 33644 0 0 0 129995 8 0 0 25 0 1 0 735708345 170561536 33343 33554432000 4194304 4394578 140735249596576 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26821/statm: 41641 33343 266 49 0 38782 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 166564

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.090986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 166564

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

runsolver used 5.60915 second user time and 12.1701 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 12:19:37
IDJOB=3379715
IDBENCH=71354
IDSOLVER=1862
FILE ID=node113/3379715-1305454777
RUNJOBID= node113-1305454776-26775
PBS_JOBID= 13324872
Free space on /tmp= 73416 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes5.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379715-1305454777/watcher-3379715-1305454777 -o /tmp/evaluation-result-3379715-1305454777/solver-3379715-1305454777 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379715-1305454777.cnf

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=1961511643

node113.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	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.74
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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23829684 kB
Buffers:        274952 kB
Cached:        2992020 kB
SwapCached:      93712 kB
Active:        2090064 kB
Inactive:      6745840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23829684 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            8240 kB
Writeback:           0 kB
AnonPages:     5486640 kB
Mapped:          20296 kB
Slab:           118524 kB
PageTables:     101936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 117356652 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= 73420 MiB
End job on node113 at 2011-05-15 12:41:19