Trace number 3251705

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.01 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q585-n40-p30-s19690873.cnf
MD5SUMe096925b96a6999132833f44e4f216d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3388
Satisfiable
(Un)Satisfiability was proved
Number of variables1638
Number of clauses253275
Sum of the clauses size508108
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253235
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-3251705-1303584551/watcher-3251705-1303584551 -o /tmp/evaluation-result-3251705-1303584551/solver-3251705-1303584551 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3251705-1303584551.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.85 1.00 1.67 5/189 21368
/proc/meminfo: memFree=17358768/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=16400 CPUtime=0 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 964 0 0 0 0 0 0 0 22 0 1 0 450871043 16793600 903 33554432000 4194304 4395502 140735960927104 18446744073709551615 220816236288 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 4100 903 250 50 0 1240 0

[startup+0.0175081 s]
/proc/loadavg: 0.85 1.00 1.67 5/189 21368
/proc/meminfo: memFree=17358768/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=17720 CPUtime=0.01 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 1311 0 0 0 1 0 0 0 22 0 1 0 450871043 18145280 1250 33554432000 4194304 4395502 140735960927104 18446744073709551615 220816236288 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 4430 1252 250 50 0 1570 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17720

[startup+0.100485 s]
/proc/loadavg: 0.85 1.00 1.67 5/189 21368
/proc/meminfo: memFree=17358768/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=28412 CPUtime=0.09 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 3970 0 0 0 9 0 0 0 22 0 1 0 450871043 29093888 3909 33554432000 4194304 4395502 140735960927104 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 7103 3911 250 50 0 4243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28412

[startup+0.300462 s]
/proc/loadavg: 0.85 1.00 1.67 5/189 21368
/proc/meminfo: memFree=17358768/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=35932 CPUtime=0.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 5870 0 0 0 26 3 0 0 23 0 1 0 450871043 36794368 5808 33554432000 4194304 4395502 140735960927104 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 8983 5808 256 50 0 6123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35932

[startup+0.700374 s]
/proc/loadavg: 0.85 1.00 1.67 5/189 21368
/proc/meminfo: memFree=17358768/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=44384 CPUtime=0.68 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 8994 0 0 0 63 5 0 0 25 0 1 0 450871043 45449216 7942 33554432000 4194304 4395502 140735960927104 18446744073709551615 4309948 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 11096 7942 267 50 0 8236 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44384

[startup+1.50023 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 21369
/proc/meminfo: memFree=17271700/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=54512 CPUtime=1.48 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 11500 0 0 0 142 6 0 0 25 0 1 0 450871043 55820288 10448 33554432000 4194304 4395502 140735960927104 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 13628 10448 267 50 0 10768 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54512

[startup+3.10093 s]
/proc/loadavg: 0.85 1.00 1.67 5/190 21369
/proc/meminfo: memFree=17213792/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=67588 CPUtime=3.09 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 14649 0 0 0 302 7 0 0 25 0 1 0 450871043 69210112 13597 33554432000 4194304 4395502 140735960927104 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 16897 13597 267 50 0 14037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67588

[startup+6.30034 s]
/proc/loadavg: 1.10 1.05 1.68 5/190 21369
/proc/meminfo: memFree=17116708/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=84932 CPUtime=6.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 18776 0 0 0 621 8 0 0 25 0 1 0 450871043 86970368 17724 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 21233 17724 267 50 0 18373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84932

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.70 5/190 21369
/proc/meminfo: memFree=17010836/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=112624 CPUtime=12.69 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 25150 0 0 0 1260 9 0 0 25 0 1 0 450871043 115326976 24098 33554432000 4194304 4395502 140735960927104 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 28156 24098 267 50 0 25296 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112624

[startup+25.5008 s]
/proc/loadavg: 1.92 1.24 1.73 5/190 21369
/proc/meminfo: memFree=16878944/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=147436 CPUtime=25.49 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 33225 0 0 0 2539 10 0 0 25 0 1 0 450871043 150974464 32173 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 36859 32173 267 50 0 33999 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147436

[startup+51.1011 s]
/proc/loadavg: 2.71 1.48 1.80 5/190 21370
/proc/meminfo: memFree=16676624/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=181448 CPUtime=51.09 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 40677 0 0 0 5098 11 0 0 25 0 1 0 450871043 185802752 39625 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299727 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 45362 39625 267 50 0 42502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 181448

[startup+102.307 s]
/proc/loadavg: 3.44 1.86 1.91 5/190 21371
/proc/meminfo: memFree=16429988/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=201004 CPUtime=102.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 44708 0 0 0 10217 12 0 0 25 0 1 0 450871043 205828096 43656 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 50251 43656 267 50 0 47391 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 201004

[startup+162.301 s]
/proc/loadavg: 3.79 2.25 2.04 5/190 21373
/proc/meminfo: memFree=16306344/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=246472 CPUtime=162.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 54464 0 0 0 16214 14 0 0 25 0 1 0 450871043 252387328 53412 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 61618 53412 267 50 0 58758 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 246472

[startup+222.301 s]
/proc/loadavg: 3.92 2.56 2.16 5/190 21375
/proc/meminfo: memFree=16223488/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=260776 CPUtime=222.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 57295 0 0 0 22214 15 0 0 25 0 1 0 450871043 267034624 56243 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 65194 56243 267 50 0 62334 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 260776

[startup+282.3 s]
/proc/loadavg: 4.04 2.84 2.28 5/190 21376
/proc/meminfo: memFree=16165564/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=273896 CPUtime=282.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 60354 0 0 0 28212 17 0 0 25 0 1 0 450871043 280469504 59302 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299809 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 68474 59302 267 50 0 65614 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 273896

[startup+342.3 s]
/proc/loadavg: 4.01 3.05 2.38 5/190 21378
/proc/meminfo: memFree=16068324/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=324764 CPUtime=342.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 70920 0 0 0 34210 19 0 0 25 0 1 0 450871043 332558336 69868 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 81191 69868 267 50 0 78331 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 324764

[startup+402.3 s]
/proc/loadavg: 4.00 3.22 2.48 5/190 21379
/proc/meminfo: memFree=15953864/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=334812 CPUtime=402.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 73018 0 0 0 40209 19 0 0 25 0 1 0 450871043 342847488 71966 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 83703 71966 267 50 0 80843 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 334812

[startup+462.3 s]
/proc/loadavg: 4.00 3.36 2.57 5/190 21381
/proc/meminfo: memFree=15878080/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=348896 CPUtime=462.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 76033 0 0 0 46208 21 0 0 25 0 1 0 450871043 357269504 74981 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 87224 74981 267 50 0 84364 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 348896

[startup+522.3 s]
/proc/loadavg: 4.00 3.47 2.66 5/190 21383
/proc/meminfo: memFree=15836652/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=353376 CPUtime=522.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 76894 0 0 0 52207 21 0 0 25 0 1 0 450871043 361857024 75842 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 88344 75842 267 50 0 85484 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 353376

[startup+582.301 s]
/proc/loadavg: 4.00 3.57 2.74 5/190 21384
/proc/meminfo: memFree=15797448/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=365152 CPUtime=582.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 79490 0 0 0 58207 22 0 0 25 0 1 0 450871043 373915648 78438 33554432000 4194304 4395502 140735960927104 18446744073709551615 4347376 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 91288 78438 267 50 0 88428 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 365152

[startup+642.301 s]
/proc/loadavg: 4.05 3.66 2.82 5/190 21386
/proc/meminfo: memFree=15761848/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=372512 CPUtime=642.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 81086 0 0 0 64207 22 0 0 25 0 1 0 450871043 381452288 80034 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 93128 80034 267 50 0 90268 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 372512

[startup+702.301 s]
/proc/loadavg: 4.02 3.72 2.89 5/190 21387
/proc/meminfo: memFree=15727120/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=384864 CPUtime=702.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 83436 0 0 0 70205 23 0 0 25 0 1 0 450871043 394100736 82384 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 96216 82384 267 50 0 93356 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 384864

[startup+762.307 s]
/proc/loadavg: 4.00 3.77 2.96 5/190 21398
/proc/meminfo: memFree=15694252/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=394276 CPUtime=762.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 85280 0 0 0 76205 24 0 0 25 0 1 0 450871043 403738624 84228 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 98569 84228 267 50 0 95709 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 394276

[startup+822.301 s]
/proc/loadavg: 4.04 3.82 3.02 5/190 21400
/proc/meminfo: memFree=15661744/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=402212 CPUtime=822.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 86865 0 0 0 82204 24 0 0 25 0 1 0 450871043 411865088 85813 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 100553 85813 267 50 0 97693 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 402212

[startup+882.301 s]
/proc/loadavg: 4.06 3.86 3.09 5/190 21401
/proc/meminfo: memFree=15645480/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=410660 CPUtime=882.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 88584 0 0 0 88203 25 0 0 25 0 1 0 450871043 420515840 87532 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 102665 87532 267 50 0 99805 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 410660

[startup+942.301 s]
/proc/loadavg: 4.02 3.89 3.14 5/190 21403
/proc/meminfo: memFree=15626112/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=413220 CPUtime=942.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 89218 0 0 0 94203 25 0 0 25 0 1 0 450871043 423137280 88166 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 103305 88166 267 50 0 100445 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 413220

[startup+1002.3 s]
/proc/loadavg: 4.01 3.90 3.19 5/190 21404
/proc/meminfo: memFree=15602160/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=421092 CPUtime=1002.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 91020 0 0 0 100202 26 0 0 25 0 1 0 450871043 431198208 89968 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 105273 89968 267 50 0 102413 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 421092

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.24 5/190 21406
/proc/meminfo: memFree=15575972/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=434916 CPUtime=1062.29 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 94145 0 0 0 106202 27 0 0 25 0 1 0 450871043 445353984 93093 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 108729 93093 267 50 0 105869 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 434916

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.29 5/190 21408
/proc/meminfo: memFree=15523864/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=448160 CPUtime=1122.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 96670 0 0 0 112200 28 0 0 25 0 1 0 450871043 458915840 95618 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 112040 95618 267 50 0 109180 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 448160

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.33 5/190 21409
/proc/meminfo: memFree=15496436/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=450464 CPUtime=1182.28 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 97057 0 0 0 118200 28 0 0 25 0 1 0 450871043 461275136 96005 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 112616 96005 267 50 0 109756 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 450464

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.37 5/190 21411
/proc/meminfo: memFree=15467528/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=465900 CPUtime=1242.27 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 100283 0 0 0 124199 28 0 0 25 0 1 0 450871043 477081600 99231 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 116475 99231 267 50 0 113615 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 465900



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.40 2/184 21415
/proc/meminfo: memFree=17019164/32951124 swapFree=67111528/67111528
[pid=21368] ppid=21366 vsize=469888 CPUtime=1299.99 cores=1,3
/proc/21368/stat : 21368 (SApperloT2010) R 21366 21368 20669 0 -1 4202496 101098 0 0 0 129970 29 0 0 25 0 1 0 450871043 481165312 100046 33554432000 4194304 4395502 140735960927104 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/21368/statm: 117472 100046 267 50 0 114612 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 469888

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.03
CPU time (s): 1300.01
CPU user time (s): 1299.7
CPU system time (s): 0.310952
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 469888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.7
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= 101098
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= 1369

runsolver used 2.13368 second user time and 4.97024 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-23 20:49:11
IDJOB=3251705
IDBENCH=88229
IDSOLVER=1655
FILE ID=node147/3251705-1303584551
RUNJOBID= node147-1303584551-21328
PBS_JOBID= 13150341
Free space on /tmp= 72272 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q585-n40-p30-s19690873.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251705-1303584551/watcher-3251705-1303584551 -o /tmp/evaluation-result-3251705-1303584551/solver-3251705-1303584551 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3251705-1303584551.cnf

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

MD5SUM BENCH= e096925b96a6999132833f44e4f216d7
RANDOM SEED=780860126

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:      17359428 kB
Buffers:       1729192 kB
Cached:       13188056 kB
SwapCached:          0 kB
Active:        7792028 kB
Inactive:      7256384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17359428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18708 kB
Writeback:           0 kB
AnonPages:      130440 kB
Mapped:          14876 kB
Slab:           480188 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   320760 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= 72284 MiB
End job on node147 at 2011-04-23 21:10:53