Trace number 3379627

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.03 1300.04

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
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 variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379627-1305458105/watcher-3379627-1305458105 -o /tmp/evaluation-result-3379627-1305458105/solver-3379627-1305458105 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379627-1305458105.cnf 

running on 2 cores: 5,7

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: 3.27 3.87 3.84 3/314 17482
/proc/meminfo: memFree=15892720/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=13216 CPUtime=0 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 647 0 0 0 0 0 0 0 23 0 1 0 657413269 13533184 588 33554432000 4194304 4394578 140736796619456 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 3304 589 247 49 0 445 0

[startup+0.0889509 s]
/proc/loadavg: 3.27 3.87 3.84 3/314 17482
/proc/meminfo: memFree=15892720/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=17356 CPUtime=0.08 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 1669 0 0 0 8 0 0 0 23 0 1 0 657413269 17772544 1609 33554432000 4194304 4394578 140736796619456 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 4339 1609 255 49 0 1480 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17356

[startup+0.100945 s]
/proc/loadavg: 3.27 3.87 3.84 3/314 17482
/proc/meminfo: memFree=15892720/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=17356 CPUtime=0.09 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 1669 0 0 0 9 0 0 0 23 0 1 0 657413269 17772544 1609 33554432000 4194304 4394578 140736796619456 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 4339 1609 255 49 0 1480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17356

[startup+0.30091 s]
/proc/loadavg: 3.27 3.87 3.84 3/314 17482
/proc/meminfo: memFree=15892720/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=23068 CPUtime=0.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 3358 0 0 0 28 0 0 0 25 0 1 0 657413269 23621632 3136 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 5767 3136 267 49 0 2908 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23068

[startup+0.700851 s]
/proc/loadavg: 3.27 3.87 3.84 3/314 17482
/proc/meminfo: memFree=15892720/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=26128 CPUtime=0.69 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 4113 0 0 0 68 1 0 0 25 0 1 0 657413269 26755072 3891 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 6532 3891 267 49 0 3673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26128

[startup+1.5007 s]
/proc/loadavg: 3.27 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15859800/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=30132 CPUtime=1.49 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 5076 0 0 0 148 1 0 0 25 0 1 0 657413269 30855168 4854 33554432000 4194304 4394578 140736796619456 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 7533 4854 267 49 0 4674 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30132

[startup+3.10041 s]
/proc/loadavg: 3.27 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15850388/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=34456 CPUtime=3.09 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 6093 0 0 0 307 2 0 0 25 0 1 0 657413269 35282944 5871 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 8614 5871 267 49 0 5755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34456

[startup+6.30085 s]
/proc/loadavg: 3.33 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15832640/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=39380 CPUtime=6.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 7280 0 0 0 627 2 0 0 25 0 1 0 657413269 40325120 7058 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 9845 7058 267 49 0 6986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39380

[startup+12.7007 s]
/proc/loadavg: 3.38 3.87 3.84 5/320 17493
/proc/meminfo: memFree=15798280/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=45064 CPUtime=12.68 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 8598 0 0 0 1266 2 0 0 25 0 1 0 657413269 46145536 8376 33554432000 4194304 4394578 140736796619456 18446744073709551615 4338175 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 11266 8376 267 49 0 8407 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45064

[startup+25.5004 s]
/proc/loadavg: 3.52 3.88 3.84 5/320 17493
/proc/meminfo: memFree=15753652/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=57896 CPUtime=25.48 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 11543 0 0 0 2545 3 0 0 25 0 1 0 657413269 59285504 11321 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 14474 11321 267 49 0 11615 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57896

[startup+51.1009 s]
/proc/loadavg: 3.68 3.89 3.84 5/320 17494
/proc/meminfo: memFree=15685556/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=76408 CPUtime=51.09 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 15941 0 0 0 5104 5 0 0 25 0 1 0 657413269 78241792 15719 33554432000 4194304 4394578 140736796619456 18446744073709551615 4346552 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 19102 15719 267 49 0 16243 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76408

[startup+102.312 s]
/proc/loadavg: 3.86 3.90 3.85 5/320 17495
/proc/meminfo: memFree=15557188/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=113560 CPUtime=102.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 24891 0 0 0 10222 7 0 0 25 0 1 0 657413269 116285440 24669 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 28390 24669 267 49 0 25531 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 113560

[startup+162.3 s]
/proc/loadavg: 3.95 3.92 3.85 5/320 17497
/proc/meminfo: memFree=15443432/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=158016 CPUtime=162.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 35866 0 0 0 16218 10 0 0 25 0 1 0 657413269 161808384 35644 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 39504 35644 267 49 0 36645 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 158016

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.86 5/320 17498
/proc/meminfo: memFree=15341352/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=178880 CPUtime=222.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 40589 0 0 0 22217 11 0 0 25 0 1 0 657413269 183173120 40367 33554432000 4194304 4394578 140736796619456 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 44720 40367 267 49 0 41861 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 178880

[startup+282.301 s]
/proc/loadavg: 4.11 3.97 3.87 5/320 17500
/proc/meminfo: memFree=15204032/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=214384 CPUtime=282.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 49126 0 0 0 28216 13 0 0 25 0 1 0 657413269 219529216 48904 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 53596 48904 267 49 0 50737 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 214384

[startup+342.3 s]
/proc/loadavg: 4.08 3.99 3.89 5/320 17502
/proc/meminfo: memFree=15072052/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=250992 CPUtime=342.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 58118 0 0 0 34214 15 0 0 25 0 1 0 657413269 257015808 57896 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 62748 57896 267 49 0 59889 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 250992

[startup+402.301 s]
/proc/loadavg: 4.14 4.02 3.90 5/320 17503
/proc/meminfo: memFree=14964128/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=277756 CPUtime=402.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 64416 0 0 0 40213 16 0 0 25 0 1 0 657413269 284422144 64194 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 69439 64194 267 49 0 66580 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 277756

[startup+462.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/320 17505
/proc/meminfo: memFree=14879148/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=280572 CPUtime=462.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 64977 0 0 0 46212 16 0 0 25 0 1 0 657413269 287305728 64755 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 70143 64755 267 49 0 67284 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 280572

[startup+522.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/320 17506
/proc/meminfo: memFree=14728448/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=349096 CPUtime=522.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 81911 0 0 0 52209 20 0 0 25 0 1 0 657413269 357474304 81689 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 87274 81689 267 49 0 84415 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 349096

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17508
/proc/meminfo: memFree=14621784/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=374548 CPUtime=582.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 88215 0 0 0 58207 21 0 0 25 0 1 0 657413269 383537152 87993 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 93637 87993 267 49 0 90778 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 374548

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17510
/proc/meminfo: memFree=14491664/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=396440 CPUtime=642.3 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 93449 0 0 0 64207 23 0 0 25 0 1 0 657413269 405954560 93227 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 99110 93227 267 49 0 96251 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 396440

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17511
/proc/meminfo: memFree=14374692/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=431428 CPUtime=702.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 102127 0 0 0 70203 25 0 0 25 0 1 0 657413269 441782272 101905 33554432000 4194304 4394578 140736796619456 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 107857 101905 267 49 0 104998 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 431428

[startup+762.312 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 17513
/proc/meminfo: memFree=14309180/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=462052 CPUtime=762.3 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 109620 0 0 0 76202 28 0 0 25 0 1 0 657413269 473141248 109398 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 115513 109398 267 49 0 112654 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 462052

[startup+822.301 s]
/proc/loadavg: 4.06 4.01 3.91 5/320 17514
/proc/meminfo: memFree=14230412/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=488652 CPUtime=822.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 116106 0 0 0 82199 29 0 0 25 0 1 0 657413269 500379648 115884 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 122163 115884 267 49 0 119304 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 488652

[startup+882.3 s]
/proc/loadavg: 4.12 4.04 3.93 5/320 17516
/proc/meminfo: memFree=14111080/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=493260 CPUtime=882.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 117009 0 0 0 88199 29 0 0 25 0 1 0 657413269 505098240 116787 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 123315 116787 267 49 0 120456 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 493260

[startup+942.301 s]
/proc/loadavg: 4.20 4.06 3.94 5/320 17518
/proc/meminfo: memFree=14026348/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=495820 CPUtime=942.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 117527 0 0 0 94199 30 0 0 25 0 1 0 657413269 507719680 117305 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 123955 117305 267 49 0 121096 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 495820

[startup+1002.3 s]
/proc/loadavg: 4.07 4.05 3.94 5/320 17519
/proc/meminfo: memFree=13950168/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=518316 CPUtime=1002.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 123186 0 0 0 100198 31 0 0 25 0 1 0 657413269 530755584 122964 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 129579 122964 267 49 0 126720 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 518316

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.94 5/320 17521
/proc/meminfo: memFree=13838900/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=548208 CPUtime=1062.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 130529 0 0 0 106197 32 0 0 25 0 1 0 657413269 561364992 130307 33554432000 4194304 4394578 140736796619456 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 137052 130307 267 49 0 134193 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 548208

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.94 5/320 17522
/proc/meminfo: memFree=13718716/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=570740 CPUtime=1122.29 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 136119 0 0 0 112196 33 0 0 25 0 1 0 657413269 584437760 135897 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 142685 135897 267 49 0 139826 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 570740

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/320 17524
/proc/meminfo: memFree=13643400/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=588460 CPUtime=1182.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 140443 0 0 0 118194 34 0 0 25 0 1 0 657413269 602583040 140221 33554432000 4194304 4394578 140736796619456 18446744073709551615 4292658 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 147115 140221 267 49 0 144256 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 588460

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/320 17526
/proc/meminfo: memFree=13513404/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=628228 CPUtime=1242.28 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 150337 0 0 0 124191 37 0 0 25 0 1 0 657413269 643305472 150115 33554432000 4194304 4394578 140736796619456 18446744073709551615 4323462 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 157057 150115 267 49 0 154198 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 628228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.94 3/316 17529
/proc/meminfo: memFree=14693008/32951124 swapFree=52307768/67111528
[pid=17482] ppid=17480 vsize=657828 CPUtime=1299.99 cores=5,7
/proc/17482/stat : 17482 (SApperloT2010) R 17480 17482 15311 0 -1 4202496 157603 0 0 0 129960 39 0 0 25 0 1 0 657413269 673615872 157381 33554432000 4194304 4394578 140736796619456 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17482/statm: 164457 157381 267 49 0 161598 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 657828

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.04
CPU time (s): 1300.03
CPU user time (s): 1299.61
CPU system time (s): 0.420936
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 657828

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

runsolver used 3.85641 second user time and 9.16261 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 13:15:05
IDJOB=3379627
IDBENCH=83358
IDSOLVER=1862
FILE ID=node101/3379627-1305458105
RUNJOBID= node101-1305458105-17453
PBS_JOBID= 13324878
Free space on /tmp= 73756 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379627-1305458105/watcher-3379627-1305458105 -o /tmp/evaluation-result-3379627-1305458105/solver-3379627-1305458105 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379627-1305458105.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=1302073586

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15893124 kB
Buffers:        341024 kB
Cached:        6174576 kB
SwapCached:      14848 kB
Active:       11570072 kB
Inactive:      5199216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15893124 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            2660 kB
Writeback:           0 kB
AnonPages:    10250852 kB
Mapped:          15900 kB
Slab:           159608 kB
PageTables:      64160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42644012 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= 73756 MiB
End job on node101 at 2011-05-15 13:36:47