Trace number 3259099

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/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14637
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3259099-1303502920/watcher-3259099-1303502920 -o /tmp/evaluation-result-3259099-1303502920/solver-3259099-1303502920 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3259099-1303502920.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.08 0.02 0.17 4/181 17258
/proc/meminfo: memFree=14504240/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=13324 CPUtime=0 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 629 0 0 0 0 0 0 0 23 0 1 0 540522689 13643776 568 33554432000 4194304 4395502 140733323253408 18446744073709551615 256415052485 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 3331 568 249 50 0 471 0

[startup+0.0259029 s]
/proc/loadavg: 0.08 0.02 0.17 4/181 17258
/proc/meminfo: memFree=14504240/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=15936 CPUtime=0.02 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 1319 0 0 0 2 0 0 0 23 0 1 0 540522689 16318464 1257 33554432000 4194304 4395502 140733323253408 18446744073709551615 256415416215 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 3984 1257 255 50 0 1124 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15936

[startup+0.100863 s]
/proc/loadavg: 0.08 0.02 0.17 4/181 17258
/proc/meminfo: memFree=14504240/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=18284 CPUtime=0.09 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 2068 0 0 0 9 0 0 0 23 0 1 0 540522689 18722816 1834 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 4571 1834 266 50 0 1711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18284

[startup+0.300852 s]
/proc/loadavg: 0.08 0.02 0.17 4/181 17258
/proc/meminfo: memFree=14504240/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=21116 CPUtime=0.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 2792 0 0 0 29 0 0 0 25 0 1 0 540522689 21622784 2558 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 5279 2559 266 50 0 2419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21116

[startup+0.700776 s]
/proc/loadavg: 0.08 0.02 0.17 4/181 17258
/proc/meminfo: memFree=14504240/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=24872 CPUtime=0.69 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 3706 0 0 0 69 0 0 0 25 0 1 0 540522689 25468928 3472 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 6218 3472 266 50 0 3358 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24872

[startup+1.50063 s]
/proc/loadavg: 0.08 0.02 0.17 4/185 17265
/proc/meminfo: memFree=14445556/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=28604 CPUtime=1.49 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 4598 0 0 0 148 1 0 0 25 0 1 0 540522689 29290496 4364 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 7151 4364 266 50 0 4291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28604

[startup+3.10031 s]
/proc/loadavg: 0.08 0.02 0.17 5/190 17275
/proc/meminfo: memFree=14410420/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=30008 CPUtime=3.09 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 4915 0 0 0 308 1 0 0 25 0 1 0 540522689 30728192 4681 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 7502 4681 266 50 0 4642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30008

[startup+6.30065 s]
/proc/loadavg: 0.39 0.08 0.19 5/190 17275
/proc/meminfo: memFree=14361684/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=33032 CPUtime=6.28 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 5631 0 0 0 627 1 0 0 25 0 1 0 540522689 33824768 5397 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/17258/statm: 8258 5397 266 50 0 5398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33032

[startup+12.7005 s]
/proc/loadavg: 0.68 0.15 0.21 5/190 17276
/proc/meminfo: memFree=14299940/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=37544 CPUtime=12.68 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 6679 0 0 0 1267 1 0 0 25 0 1 0 540522689 38445056 6445 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 9386 6445 266 50 0 6526 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37544

[startup+25.501 s]
/proc/loadavg: 1.42 0.33 0.27 5/190 17276
/proc/meminfo: memFree=14233288/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=44992 CPUtime=25.48 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 8368 0 0 0 2546 2 0 0 25 0 1 0 540522689 46071808 8134 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 11248 8134 266 50 0 8388 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44992

[startup+51.1012 s]
/proc/loadavg: 2.35 0.64 0.37 5/190 17277
/proc/meminfo: memFree=14205868/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=52956 CPUtime=51.08 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 10106 0 0 0 5106 2 0 0 25 0 1 0 540522689 54226944 9872 33554432000 4194304 4395502 140733323253408 18446744073709551615 4288532 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 13239 9872 266 50 0 10379 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52956

[startup+102.307 s]
/proc/loadavg: 3.36 1.17 0.56 5/190 17278
/proc/meminfo: memFree=14134680/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=64992 CPUtime=102.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 12584 0 0 0 10226 3 0 0 25 0 1 0 540522689 66551808 12350 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 16248 12350 266 50 0 13388 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 64992

[startup+162.301 s]
/proc/loadavg: 3.76 1.69 0.78 5/190 17280
/proc/meminfo: memFree=14075748/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=80212 CPUtime=162.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 15637 0 0 0 16225 4 0 0 25 0 1 0 540522689 82137088 15403 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 20053 15403 266 50 0 17193 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80212

[startup+222.301 s]
/proc/loadavg: 3.91 2.10 0.97 5/190 17281
/proc/meminfo: memFree=14034656/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=82884 CPUtime=222.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 16229 0 0 0 22225 4 0 0 25 0 1 0 540522689 84873216 15995 33554432000 4194304 4395502 140733323253408 18446744073709551615 4347416 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 20721 15995 266 50 0 17861 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82884

[startup+282.301 s]
/proc/loadavg: 3.97 2.45 1.16 5/190 17283
/proc/meminfo: memFree=13992456/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=90024 CPUtime=282.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 17646 0 0 0 28224 5 0 0 25 0 1 0 540522689 92184576 17412 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 22506 17412 266 50 0 19646 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 90024

[startup+342.301 s]
/proc/loadavg: 3.98 2.73 1.34 5/190 17284
/proc/meminfo: memFree=13957212/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=98104 CPUtime=342.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 19244 0 0 0 34223 6 0 0 25 0 1 0 540522689 100458496 19010 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 24526 19010 266 50 0 21666 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 98104

[startup+402.301 s]
/proc/loadavg: 4.04 2.97 1.51 5/190 17286
/proc/meminfo: memFree=13917240/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=103416 CPUtime=402.29 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 20333 0 0 0 40223 6 0 0 25 0 1 0 540522689 105897984 20099 33554432000 4194304 4395502 140733323253408 18446744073709551615 4297186 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 25854 20099 266 50 0 22994 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 103416

[startup+462.301 s]
/proc/loadavg: 4.01 3.16 1.66 5/190 17288
/proc/meminfo: memFree=13902960/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=104248 CPUtime=462.3 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 20503 0 0 0 46223 7 0 0 25 0 1 0 540522689 106749952 20269 33554432000 4194304 4395502 140733323253408 18446744073709551615 4289182 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 26062 20269 266 50 0 23202 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 104248

[startup+522.3 s]
/proc/loadavg: 4.00 3.31 1.80 5/190 17316
/proc/meminfo: memFree=13920568/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=107576 CPUtime=522.3 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 21233 0 0 0 52223 7 0 0 25 0 1 0 540522689 110157824 20999 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 26894 20999 266 50 0 24034 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107576

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 1.94 5/190 17318
/proc/meminfo: memFree=13882444/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=111992 CPUtime=582.3 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 22174 0 0 0 58223 7 0 0 25 0 1 0 540522689 114679808 21940 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 27998 21940 266 50 0 25138 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111992

[startup+642.3 s]
/proc/loadavg: 4.04 3.55 2.08 5/190 17319
/proc/meminfo: memFree=13863672/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=114168 CPUtime=642.31 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 22657 0 0 0 64223 8 0 0 25 0 1 0 540522689 116908032 22423 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 28542 22423 266 50 0 25682 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 114168

[startup+702.301 s]
/proc/loadavg: 4.01 3.63 2.19 5/190 17321
/proc/meminfo: memFree=13841556/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=116792 CPUtime=702.31 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 23212 0 0 0 70223 8 0 0 25 0 1 0 540522689 119595008 22978 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 29198 22978 266 50 0 26338 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 116792

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.30 5/190 17323
/proc/meminfo: memFree=13818696/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=118424 CPUtime=762.31 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 23547 0 0 0 76223 8 0 0 25 0 1 0 540522689 121266176 23313 33554432000 4194304 4395502 140733323253408 18446744073709551615 4314296 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 29606 23313 266 50 0 26746 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 118424

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.40 5/190 17324
/proc/meminfo: memFree=13786916/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=126344 CPUtime=822.31 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 25150 0 0 0 82223 8 0 0 25 0 1 0 540522689 129376256 24916 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 31586 24916 266 50 0 28726 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 126344

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.50 5/190 17326
/proc/meminfo: memFree=13762568/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=131464 CPUtime=882.32 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 26233 0 0 0 88223 9 0 0 25 0 1 0 540522689 134619136 25999 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 32866 25999 266 50 0 30006 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 131464

[startup+942.301 s]
/proc/loadavg: 4.03 3.84 2.59 5/190 17327
/proc/meminfo: memFree=13746644/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=133256 CPUtime=942.32 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 26606 0 0 0 94223 9 0 0 25 0 1 0 540522689 136454144 26372 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 33314 26372 266 50 0 30454 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 133256

[startup+1002.3 s]
/proc/loadavg: 4.01 3.86 2.68 5/190 17329
/proc/meminfo: memFree=13720688/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=135048 CPUtime=1002.31 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 26937 0 0 0 100222 9 0 0 25 0 1 0 540522689 138289152 26703 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 33762 26703 266 50 0 30902 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 135048

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.76 5/190 17331
/proc/meminfo: memFree=13707620/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=136456 CPUtime=1062.32 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 27228 0 0 0 106222 10 0 0 25 0 1 0 540522689 139730944 26994 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 34114 26994 266 50 0 31254 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 136456

[startup+1122.3 s]
/proc/loadavg: 4.05 3.92 2.84 5/190 17332
/proc/meminfo: memFree=13692312/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=139936 CPUtime=1122.32 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 27995 0 0 0 112222 10 0 0 25 0 1 0 540522689 143294464 27761 33554432000 4194304 4395502 140733323253408 18446744073709551615 4288585 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 34984 27761 266 50 0 32124 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 139936

[startup+1182.3 s]
/proc/loadavg: 4.02 3.93 2.91 5/190 17334
/proc/meminfo: memFree=13685448/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=143392 CPUtime=1182.32 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 28641 0 0 0 118222 10 0 0 25 0 1 0 540522689 146833408 28407 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 35848 28407 266 50 0 32988 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 143392

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.97 5/190 17335
/proc/meminfo: memFree=13671512/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=143648 CPUtime=1242.33 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 28732 0 0 0 124223 10 0 0 25 0 1 0 540522689 147095552 28498 33554432000 4194304 4395502 140733323253408 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 35912 28498 266 50 0 33052 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 143648



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.93 3.03 4/185 17355
/proc/meminfo: memFree=13951116/32950928 swapFree=67111524/67111528
[pid=17258] ppid=17256 vsize=144032 CPUtime=1300.03 cores=4,6
/proc/17258/stat : 17258 (SApperloT2010) R 17256 17258 17214 0 -1 4202496 28863 0 0 0 129993 10 0 0 25 0 1 0 540522689 147488768 28629 33554432000 4194304 4395502 140733323253408 18446744073709551615 4285641 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17258/statm: 36008 28629 266 50 0 33148 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 144032

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.94
CPU system time (s): 0.113982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 144032

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

runsolver used 2.27965 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-22 22:08:40
IDJOB=3259099
IDBENCH=71487
IDSOLVER=1655
FILE ID=node115/3259099-1303502920
RUNJOBID= node115-1303502915-17233
PBS_JOBID= 13134222
Free space on /tmp= 72304 MiB

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

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=543933572

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.75
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.811
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:      14504708 kB
Buffers:       1909264 kB
Cached:       15879596 kB
SwapCached:          4 kB
Active:        6979132 kB
Inactive:     10922380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14504708 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:      111656 kB
Mapped:          15240 kB
Slab:           482028 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   256752 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= 72300 MiB
End job on node115 at 2011-04-22 22:30:22