Trace number 3257779

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.06 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g10.cnf
MD5SUM885d1d8595262b8f0aa94d123211b47c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3257779-1307641326/watcher-3257779-1307641326 -o /tmp/evaluation-result-3257779-1307641326/solver-3257779-1307641326 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3257779-1307641326.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: 2.46 3.58 3.45 3/185 21990
/proc/meminfo: memFree=32173528/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=16644 CPUtime=0 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 1059 0 0 0 0 0 0 0 23 0 1 0 875730746 17043456 999 33554432000 4194304 4395502 140736136614560 18446744073709551615 232335892224 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 4161 1000 249 50 0 1301 0

[startup+0.078291 s]
/proc/loadavg: 2.46 3.58 3.45 3/185 21990
/proc/meminfo: memFree=32173528/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=26784 CPUtime=0.07 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 3538 0 0 0 7 0 0 0 23 0 1 0 875730746 27426816 3478 33554432000 4194304 4395502 140736136614560 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 6696 3479 250 50 0 3836 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26784

[startup+0.100285 s]
/proc/loadavg: 2.46 3.58 3.45 3/185 21990
/proc/meminfo: memFree=32173528/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=29424 CPUtime=0.09 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 4200 0 0 0 9 0 0 0 23 0 1 0 875730746 30130176 4140 33554432000 4194304 4395502 140736136614560 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 7356 4141 250 50 0 4496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29424

[startup+0.300247 s]
/proc/loadavg: 2.46 3.58 3.45 3/185 21990
/proc/meminfo: memFree=32173528/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=37388 CPUtime=0.29 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 6178 0 0 0 25 4 0 0 25 0 1 0 875730746 38285312 6117 33554432000 4194304 4395502 140736136614560 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 9347 6117 256 50 0 6487 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37388

[startup+0.700175 s]
/proc/loadavg: 2.46 3.58 3.45 3/185 21990
/proc/meminfo: memFree=32173528/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=48944 CPUtime=0.69 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 10114 0 0 0 62 7 0 0 25 0 1 0 875730746 50118656 9011 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 12236 9011 267 50 0 9376 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48944

[startup+1.50105 s]
/proc/loadavg: 2.46 3.58 3.45 6/191 22005
/proc/meminfo: memFree=32073248/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=58896 CPUtime=1.49 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 12606 0 0 0 142 7 0 0 25 0 1 0 875730746 60309504 11503 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 14724 11503 267 50 0 11864 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58896

[startup+3.10075 s]
/proc/loadavg: 2.46 3.58 3.45 5/191 22005
/proc/meminfo: memFree=32037744/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=72992 CPUtime=3.09 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 16127 0 0 0 301 8 0 0 25 0 1 0 875730746 74743808 15024 33554432000 4194304 4395502 140736136614560 18446744073709551615 4315657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 18248 15024 267 50 0 15388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72992

[startup+6.30018 s]
/proc/loadavg: 2.58 3.59 3.46 6/191 22005
/proc/meminfo: memFree=31977496/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=93328 CPUtime=6.29 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 21114 0 0 0 620 9 0 0 25 0 1 0 875730746 95567872 20011 33554432000 4194304 4395502 140736136614560 18446744073709551615 4288328 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 23332 20011 267 50 0 20472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93328

[startup+12.701 s]
/proc/loadavg: 2.69 3.59 3.46 6/191 22005
/proc/meminfo: memFree=31899176/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=123468 CPUtime=12.69 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 28426 0 0 0 1259 10 0 0 25 0 1 0 875730746 126431232 27323 33554432000 4194304 4395502 140736136614560 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 30867 27323 267 50 0 28007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123468

[startup+25.5008 s]
/proc/loadavg: 2.98 3.61 3.47 5/191 22006
/proc/meminfo: memFree=31791400/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=170656 CPUtime=25.49 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 39574 0 0 0 2537 12 0 0 25 0 1 0 875730746 174751744 38471 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 42664 38471 267 50 0 39804 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170656

[startup+51.1002 s]
/proc/loadavg: 3.33 3.64 3.48 6/191 22006
/proc/meminfo: memFree=31754760/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=177936 CPUtime=51.1 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 41169 0 0 0 5097 13 0 0 25 0 1 0 875730746 182206464 40066 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 44484 40066 267 50 0 41624 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 177936

[startup+102.307 s]
/proc/loadavg: 3.71 3.69 3.50 5/191 22008
/proc/meminfo: memFree=31659852/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=217008 CPUtime=102.3 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 49962 0 0 0 10216 14 0 0 25 0 1 0 875730746 222216192 48859 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 54252 48859 267 50 0 51392 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 217008

[startup+162.3 s]
/proc/loadavg: 3.89 3.75 3.53 6/191 22009
/proc/meminfo: memFree=31605768/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=238704 CPUtime=162.3 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 54769 0 0 0 16213 17 0 0 25 0 1 0 875730746 244432896 53666 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 59676 53666 267 50 0 56816 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 238704

[startup+222.301 s]
/proc/loadavg: 3.96 3.79 3.56 6/191 22011
/proc/meminfo: memFree=31540872/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=267400 CPUtime=222.29 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 61365 0 0 0 22211 18 0 0 25 0 1 0 875730746 273817600 60262 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 66850 60262 267 50 0 63990 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 267400

[startup+282.301 s]
/proc/loadavg: 4.10 3.86 3.59 6/191 22013
/proc/meminfo: memFree=31494088/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=278936 CPUtime=282.3 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 63949 0 0 0 28211 19 0 0 25 0 1 0 875730746 285630464 62846 33554432000 4194304 4395502 140736136614560 18446744073709551615 4288068 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 69734 62846 267 50 0 66874 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 278936

[startup+342.3 s]
/proc/loadavg: 4.08 3.89 3.62 6/191 22014
/proc/meminfo: memFree=31451508/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=301260 CPUtime=342.3 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 68516 0 0 0 34209 21 0 0 25 0 1 0 875730746 308490240 67413 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 75315 67413 267 50 0 72455 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 301260

[startup+402.301 s]
/proc/loadavg: 4.07 3.92 3.65 5/191 22016
/proc/meminfo: memFree=31410676/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=313580 CPUtime=402.3 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 71114 0 0 0 40209 21 0 0 25 0 1 0 875730746 321105920 70011 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 78395 70011 267 50 0 75535 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 313580

[startup+462.301 s]
/proc/loadavg: 4.06 3.95 3.67 6/191 22017
/proc/meminfo: memFree=31376404/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=324720 CPUtime=462.31 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 73315 0 0 0 46209 22 0 0 25 0 1 0 875730746 332513280 72212 33554432000 4194304 4395502 140736136614560 18446744073709551615 4288704 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 81180 72212 267 50 0 78320 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 324720

[startup+522.3 s]
/proc/loadavg: 4.06 3.97 3.69 6/191 22019
/proc/meminfo: memFree=31356292/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=335620 CPUtime=522.3 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 75671 0 0 0 52208 22 0 0 25 0 1 0 875730746 343674880 74568 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 83905 74568 267 50 0 81045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 335620

[startup+582.301 s]
/proc/loadavg: 4.08 3.99 3.72 6/191 22021
/proc/meminfo: memFree=31314208/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=355092 CPUtime=582.31 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 80062 0 0 0 58207 24 0 0 25 0 1 0 875730746 363614208 78959 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 88773 78959 267 50 0 85913 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 355092

[startup+642.301 s]
/proc/loadavg: 4.03 3.99 3.73 5/191 22022
/proc/meminfo: memFree=31293964/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=355604 CPUtime=642.31 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 80272 0 0 0 64207 24 0 0 25 0 1 0 875730746 364138496 79169 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 88901 79169 267 50 0 86041 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 355604

[startup+702.3 s]
/proc/loadavg: 4.01 3.99 3.74 6/191 22024
/proc/meminfo: memFree=31276436/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=360680 CPUtime=702.31 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 81445 0 0 0 70207 24 0 0 25 0 1 0 875730746 369336320 80342 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 90170 80342 267 50 0 87310 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 360680

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.75 6/191 22025
/proc/meminfo: memFree=31252104/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=369516 CPUtime=762.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 83302 0 0 0 76207 25 0 0 25 0 1 0 875730746 378384384 82199 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 92379 82199 267 50 0 89519 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 369516

[startup+822.301 s]
/proc/loadavg: 4.06 4.00 3.77 6/191 22027
/proc/meminfo: memFree=31240176/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=376364 CPUtime=822.31 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 84642 0 0 0 82206 25 0 0 25 0 1 0 875730746 385396736 83539 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 94091 83539 267 50 0 91231 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 376364

[startup+882.3 s]
/proc/loadavg: 4.09 4.02 3.79 6/191 22029
/proc/meminfo: memFree=31224260/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=385068 CPUtime=882.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 86379 0 0 0 88206 26 0 0 25 0 1 0 875730746 394309632 85276 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 96267 85276 267 50 0 93407 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 385068

[startup+942.301 s]
/proc/loadavg: 4.08 4.03 3.81 5/191 22030
/proc/meminfo: memFree=31207976/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=386540 CPUtime=942.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 86678 0 0 0 94206 26 0 0 25 0 1 0 875730746 395816960 85575 33554432000 4194304 4395502 140736136614560 18446744073709551615 4297197 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 96635 85575 267 50 0 93775 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 386540

[startup+1002.3 s]
/proc/loadavg: 4.03 4.02 3.82 6/191 22032
/proc/meminfo: memFree=31186352/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=395184 CPUtime=1002.31 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 88376 0 0 0 100205 26 0 0 25 0 1 0 875730746 404668416 87273 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 98796 87273 267 50 0 95936 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 395184

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.82 6/191 22033
/proc/meminfo: memFree=31169184/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=402096 CPUtime=1062.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 89782 0 0 0 106205 27 0 0 25 0 1 0 875730746 411746304 88679 33554432000 4194304 4395502 140736136614560 18446744073709551615 4288883 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 100524 88679 267 50 0 97664 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 402096

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.83 6/191 22035
/proc/meminfo: memFree=31145112/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=412568 CPUtime=1122.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 91966 0 0 0 112204 28 0 0 25 0 1 0 875730746 422469632 90863 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 103142 90863 267 50 0 100282 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 412568

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.84 6/191 22046
/proc/meminfo: memFree=31135152/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=419228 CPUtime=1182.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 93298 0 0 0 118204 28 0 0 25 0 1 0 875730746 429289472 92195 33554432000 4194304 4395502 140736136614560 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 104807 92195 267 50 0 101947 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 419228

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 6/191 22047
/proc/meminfo: memFree=31120612/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=430108 CPUtime=1242.32 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 95502 0 0 0 124204 28 0 0 25 0 1 0 875730746 440430592 94399 33554432000 4194304 4395502 140736136614560 18446744073709551615 4347416 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 107527 94399 267 50 0 104667 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 430108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.85 4/189 22051
/proc/meminfo: memFree=31626268/32951124 swapFree=67063272/67111528
[pid=21990] ppid=21988 vsize=442336 CPUtime=1300.03 cores=1,3
/proc/21990/stat : 21990 (SApperloT2010) R 21988 21990 20425 0 -1 4202496 98054 0 0 0 129974 29 0 0 25 0 1 0 875730746 452952064 96951 33554432000 4194304 4395502 140736136614560 18446744073709551615 4339060 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21990/statm: 110584 96951 267 50 0 107724 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 442336

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.06
CPU user time (s): 1299.75
CPU system time (s): 0.310952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 442336

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

runsolver used 2.06269 second user time and 5.04023 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 19:42:06
IDJOB=3257779
IDBENCH=71270
IDSOLVER=1655
FILE ID=node132/3257779-1307641326
RUNJOBID= node132-1307641326-21910
PBS_JOBID= 13549360
Free space on /tmp= 74180 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g10.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257779-1307641326/watcher-3257779-1307641326 -o /tmp/evaluation-result-3257779-1307641326/solver-3257779-1307641326 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3257779-1307641326.cnf

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

MD5SUM BENCH= 885d1d8595262b8f0aa94d123211b47c
RANDOM SEED=467356542

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32175684 kB
Buffers:        184572 kB
Cached:         355184 kB
SwapCached:       9968 kB
Active:         310568 kB
Inactive:       261020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32175684 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:            7388 kB
Writeback:           0 kB
AnonPages:       29012 kB
Mapped:           9784 kB
Slab:           140136 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   215504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74180 MiB
End job on node132 at 2011-06-09 20:03:48