Trace number 3259275

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-03-04? (TO) 1300.05 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
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: 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-3259275-1303502924/watcher-3259275-1303502924 -o /tmp/evaluation-result-3259275-1303502924/solver-3259275-1303502924 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259275-1303502924.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: 0.16 0.03 0.18 3/184 9713
/proc/meminfo: memFree=15620472/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=13400 CPUtime=0 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 633 0 0 0 0 0 0 0 23 0 1 0 461892251 13721600 573 33554432000 4194304 4395502 140733777937856 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 3350 574 249 50 0 490 0

[startup+0.07632 s]
/proc/loadavg: 0.16 0.03 0.18 3/184 9713
/proc/meminfo: memFree=15620472/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=17620 CPUtime=0.06 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 1917 0 0 0 6 0 0 0 23 0 1 0 461892251 18042880 1616 33554432000 4194304 4395502 140733777937856 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 4405 1621 257 50 0 1545 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17620

[startup+0.100316 s]
/proc/loadavg: 0.16 0.03 0.18 3/184 9713
/proc/meminfo: memFree=15620472/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=20132 CPUtime=0.08 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 2572 0 0 0 8 0 0 0 23 0 1 0 461892251 20615168 2271 33554432000 4194304 4395502 140733777937856 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 5033 2271 266 50 0 2173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20132

[startup+0.300281 s]
/proc/loadavg: 0.16 0.03 0.18 3/184 9713
/proc/meminfo: memFree=15620472/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=23436 CPUtime=0.28 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 3391 0 0 0 28 0 0 0 25 0 1 0 461892251 23998464 3090 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 5859 3090 266 50 0 2999 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23436

[startup+0.700272 s]
/proc/loadavg: 0.16 0.03 0.18 3/184 9713
/proc/meminfo: memFree=15620472/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=27192 CPUtime=0.69 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 4319 0 0 0 68 1 0 0 25 0 1 0 461892251 27844608 4018 33554432000 4194304 4395502 140733777937856 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 6798 4018 266 50 0 3938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27192

[startup+1.50113 s]
/proc/loadavg: 0.47 0.10 0.20 5/190 9724
/proc/meminfo: memFree=15565840/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=32980 CPUtime=1.49 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 5749 0 0 0 148 1 0 0 25 0 1 0 461892251 33771520 5448 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299809 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 8245 5448 266 50 0 5385 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32980

[startup+3.10085 s]
/proc/loadavg: 0.47 0.10 0.20 5/190 9724
/proc/meminfo: memFree=15532244/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=36464 CPUtime=3.09 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 6598 0 0 0 307 2 0 0 25 0 1 0 461892251 37339136 6297 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 9116 6297 266 50 0 6256 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36464

[startup+6.30022 s]
/proc/loadavg: 0.47 0.10 0.20 5/190 9724
/proc/meminfo: memFree=15487676/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=38868 CPUtime=6.29 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 7144 0 0 0 627 2 0 0 25 0 1 0 461892251 39800832 6843 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 9717 6843 266 50 0 6857 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38868

[startup+12.7011 s]
/proc/loadavg: 1.09 0.24 0.24 5/190 9724
/proc/meminfo: memFree=15418224/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=44068 CPUtime=12.69 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 8267 0 0 0 1267 2 0 0 25 0 1 0 461892251 45125632 7966 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 11017 7966 266 50 0 8157 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44068

[startup+25.5008 s]
/proc/loadavg: 1.54 0.37 0.28 5/190 9725
/proc/meminfo: memFree=15326820/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=51304 CPUtime=25.49 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 9866 0 0 0 2546 3 0 0 25 0 1 0 461892251 52535296 9565 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 12826 9565 266 50 0 9966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51304

[startup+51.1003 s]
/proc/loadavg: 2.38 0.66 0.38 5/190 9725
/proc/meminfo: memFree=15299992/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=59620 CPUtime=51.09 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 11792 0 0 0 5106 3 0 0 25 0 1 0 461892251 61050880 11491 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 14905 11491 266 50 0 12045 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59620

[startup+102.306 s]
/proc/loadavg: 3.35 1.22 0.59 5/190 9727
/proc/meminfo: memFree=15221856/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=73392 CPUtime=102.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 14708 0 0 0 10226 4 0 0 25 0 1 0 461892251 75153408 14407 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 18348 14407 266 50 0 15488 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73392

[startup+162.301 s]
/proc/loadavg: 3.76 1.72 0.80 5/190 9728
/proc/meminfo: memFree=15167644/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=85528 CPUtime=162.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 17184 0 0 0 16225 5 0 0 25 0 1 0 461892251 87580672 16883 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 21382 16883 266 50 0 18522 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85528

[startup+222.301 s]
/proc/loadavg: 3.91 2.13 1.00 5/190 9730
/proc/meminfo: memFree=15122844/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=94636 CPUtime=222.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 19045 0 0 0 22224 6 0 0 25 0 1 0 461892251 96907264 18744 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 23659 18744 266 50 0 20799 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94636

[startup+282.3 s]
/proc/loadavg: 3.96 2.47 1.18 5/190 9732
/proc/meminfo: memFree=15068996/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=109372 CPUtime=282.29 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 22253 0 0 0 28223 6 0 0 25 0 1 0 461892251 111996928 21952 33554432000 4194304 4395502 140733777937856 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 27343 21952 266 50 0 24483 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109372

[startup+342.301 s]
/proc/loadavg: 3.98 2.75 1.35 5/190 9733
/proc/meminfo: memFree=15037604/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=109372 CPUtime=342.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 22339 0 0 0 34223 7 0 0 25 0 1 0 461892251 111996928 22038 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 27343 22038 266 50 0 24483 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109372

[startup+402.3 s]
/proc/loadavg: 4.07 2.99 1.52 5/190 9735
/proc/meminfo: memFree=14983264/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=116924 CPUtime=402.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 23941 0 0 0 40223 7 0 0 25 0 1 0 461892251 119730176 23640 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 29231 23640 266 50 0 26371 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 116924

[startup+462.301 s]
/proc/loadavg: 4.08 3.18 1.68 5/190 9736
/proc/meminfo: memFree=14953224/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=125248 CPUtime=462.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 25590 0 0 0 46222 8 0 0 25 0 1 0 461892251 128253952 25289 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 31312 25289 266 50 0 28452 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 125248

[startup+522.301 s]
/proc/loadavg: 4.03 3.33 1.82 5/190 9738
/proc/meminfo: memFree=14943400/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=128316 CPUtime=522.3 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 26212 0 0 0 52222 8 0 0 25 0 1 0 461892251 131395584 25911 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 32079 25911 266 50 0 29219 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 128316

[startup+582.3 s]
/proc/loadavg: 4.01 3.45 1.96 5/190 9740
/proc/meminfo: memFree=14920556/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=132652 CPUtime=582.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 27104 0 0 0 58222 9 0 0 25 0 1 0 461892251 135835648 26803 33554432000 4194304 4395502 140733777937856 18446744073709551615 4328526 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 33163 26803 266 50 0 30303 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 132652

[startup+642.301 s]
/proc/loadavg: 4.00 3.55 2.08 5/190 9741
/proc/meminfo: memFree=14896340/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=134628 CPUtime=642.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 27576 0 0 0 64222 9 0 0 25 0 1 0 461892251 137859072 27275 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 33657 27275 266 50 0 30797 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 134628

[startup+702.3 s]
/proc/loadavg: 4.00 3.63 2.20 5/190 9743
/proc/meminfo: memFree=14882916/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=136836 CPUtime=702.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 28017 0 0 0 70221 10 0 0 25 0 1 0 461892251 140120064 27716 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 34209 27716 266 50 0 31349 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 136836

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.31 5/190 9744
/proc/meminfo: memFree=14854860/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=142212 CPUtime=762.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 29183 0 0 0 76221 10 0 0 25 0 1 0 461892251 145625088 28882 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 35553 28882 266 50 0 32693 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 142212

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.41 5/190 9746
/proc/meminfo: memFree=14841684/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=143684 CPUtime=822.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 29442 0 0 0 82220 11 0 0 25 0 1 0 461892251 147132416 29141 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299712 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 35921 29141 266 50 0 33061 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 143684

[startup+882.3 s]
/proc/loadavg: 4.00 3.79 2.51 5/190 9748
/proc/meminfo: memFree=14812024/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=150068 CPUtime=882.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 30793 0 0 0 88220 11 0 0 25 0 1 0 461892251 153669632 30492 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 37517 30492 266 50 0 34657 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 150068

[startup+942.301 s]
/proc/loadavg: 4.00 3.82 2.60 5/190 9749
/proc/meminfo: memFree=14794512/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=152496 CPUtime=942.32 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 31298 0 0 0 94220 12 0 0 25 0 1 0 461892251 156155904 30997 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 38124 30997 266 50 0 35264 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 152496

[startup+1002.3 s]
/proc/loadavg: 4.04 3.87 2.69 5/190 9751
/proc/meminfo: memFree=14779604/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=158132 CPUtime=1002.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 32448 0 0 0 100219 12 0 0 25 0 1 0 461892251 161927168 32147 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 39533 32147 266 50 0 36673 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 158132

[startup+1062.3 s]
/proc/loadavg: 4.01 3.89 2.77 5/190 9752
/proc/meminfo: memFree=14755140/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=166328 CPUtime=1062.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 34108 0 0 0 106219 12 0 0 25 0 1 0 461892251 170319872 33807 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 41582 33807 266 50 0 38722 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 166328

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.84 5/190 9754
/proc/meminfo: memFree=14720384/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=171960 CPUtime=1122.31 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 35170 0 0 0 112219 12 0 0 25 0 1 0 461892251 176087040 34869 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 42990 34869 266 50 0 40130 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 171960

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.91 5/190 9756
/proc/meminfo: memFree=14705236/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=174008 CPUtime=1182.32 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 35579 0 0 0 118219 13 0 0 25 0 1 0 461892251 178184192 35278 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299782 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 43502 35278 266 50 0 40642 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 174008

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.98 5/190 9757
/proc/meminfo: memFree=14694044/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=174264 CPUtime=1242.32 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 35622 0 0 0 124219 13 0 0 25 0 1 0 461892251 178446336 35321 33554432000 4194304 4395502 140733777937856 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 43566 35321 266 50 0 40706 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 174264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.91 3.02 4/185 9805
/proc/meminfo: memFree=15173396/32950928 swapFree=67111528/67111528
[pid=9713] ppid=9711 vsize=175288 CPUtime=1300.02 cores=4,6
/proc/9713/stat : 9713 (SApperloT2010) R 9711 9713 9663 0 -1 4202496 35827 0 0 0 129989 13 0 0 25 0 1 0 461892251 179494912 35526 33554432000 4194304 4395502 140733777937856 18446744073709551615 4343629 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/9713/statm: 43822 35526 266 50 0 40962 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 175288

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.9
CPU system time (s): 0.144977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 175288

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

runsolver used 2.05569 second user time and 5.04423 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-22 22:08:45
IDJOB=3259275
IDBENCH=71540
IDSOLVER=1655
FILE ID=node123/3259275-1303502924
RUNJOBID= node123-1303502915-9682
PBS_JOBID= 13134215
Free space on /tmp= 72188 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259275-1303502924/watcher-3259275-1303502924 -o /tmp/evaluation-result-3259275-1303502924/solver-3259275-1303502924 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3259275-1303502924.cnf

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=1934655450

node123.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.838
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.67
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15620504 kB
Buffers:       1734088 kB
Cached:       14900592 kB
SwapCached:          0 kB
Active:        7644420 kB
Inactive:      9161132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15620504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5536 kB
Writeback:           0 kB
AnonPages:      170188 kB
Mapped:          15400 kB
Slab:           460852 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   340924 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= 72184 MiB
End job on node123 at 2011-04-22 22:30:27