Trace number 3262005

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
SApperloT 2011-03-23? (TO) 1300.01 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
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 variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

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-3262005-1303549738/watcher-3262005-1303549738 -o /tmp/evaluation-result-3262005-1303549738/solver-3262005-1303549738 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3262005-1303549738.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.85 1.45 2.44 5/189 17047
/proc/meminfo: memFree=21875776/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=12420 CPUtime=0 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4194304 524 0 0 0 0 0 0 0 22 0 1 0 199165085 12718080 386 33554432000 4194304 4465733 140735787402656 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 3105 386 250 67 0 228 0

[startup+0.0367731 s]
/proc/loadavg: 0.85 1.45 2.44 5/189 17047
/proc/meminfo: memFree=21875776/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=13876 CPUtime=0.03 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 1434 0 0 0 3 0 0 0 22 0 1 0 199165085 14209024 735 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270797 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 3469 735 255 67 0 592 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13876

[startup+0.100761 s]
/proc/loadavg: 0.85 1.45 2.44 5/189 17047
/proc/meminfo: memFree=21875776/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=14640 CPUtime=0.09 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 1649 0 0 0 9 0 0 0 22 0 1 0 199165085 14991360 919 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 3660 919 255 67 0 783 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14640

[startup+0.300738 s]
/proc/loadavg: 0.85 1.45 2.44 5/189 17047
/proc/meminfo: memFree=21875776/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=16372 CPUtime=0.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 2372 0 0 0 29 0 0 0 23 0 1 0 199165085 16764928 1255 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271243 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 4093 1255 255 67 0 1216 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16372

[startup+0.700681 s]
/proc/loadavg: 0.85 1.45 2.44 5/189 17047
/proc/meminfo: memFree=21875776/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=15336 CPUtime=0.69 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 2912 0 0 0 69 0 0 0 25 0 1 0 199165085 15704064 1050 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270804 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 3834 1050 256 67 0 957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15336

[startup+1.50054 s]
/proc/loadavg: 0.85 1.45 2.44 5/190 17048
/proc/meminfo: memFree=21863860/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=17100 CPUtime=1.49 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 4143 0 0 0 149 0 0 0 25 0 1 0 199165085 17510400 1289 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 4275 1289 256 67 0 1398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17100

[startup+3.10026 s]
/proc/loadavg: 0.85 1.45 2.44 5/190 17048
/proc/meminfo: memFree=21862124/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=18388 CPUtime=3.09 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 5308 0 0 0 309 0 0 0 25 0 1 0 199165085 18829312 1598 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 4597 1598 256 67 0 1720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18388

[startup+6.30067 s]
/proc/loadavg: 1.10 1.49 2.45 5/190 17048
/proc/meminfo: memFree=21852700/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=21796 CPUtime=6.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 7901 0 0 0 628 1 0 0 25 0 1 0 199165085 22319104 2195 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 5449 2195 256 67 0 2572 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21796

[startup+12.7005 s]
/proc/loadavg: 1.33 1.53 2.45 5/190 17048
/proc/meminfo: memFree=21836224/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=41928 CPUtime=12.69 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 11980 0 0 0 1268 1 0 0 25 0 1 0 199165085 42934272 3807 33554432000 4194304 4465733 140735787402656 18446744073709551615 4343431 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 10482 3807 271 67 0 7605 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41928

[startup+25.5003 s]
/proc/loadavg: 1.92 1.65 2.48 5/190 17049
/proc/meminfo: memFree=21822984/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=27004 CPUtime=25.48 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 14550 0 0 0 2547 1 0 0 25 0 1 0 199165085 27652096 3638 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271204 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 6751 3638 321 67 0 3874 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27004

[startup+51.1008 s]
/proc/loadavg: 2.63 1.84 2.52 5/190 17049
/proc/meminfo: memFree=21785716/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=49324 CPUtime=51.09 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 19689 0 0 0 5107 2 0 0 25 0 1 0 199165085 50507776 8348 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270186 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 12331 8348 348 67 0 9454 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49324

[startup+102.307 s]
/proc/loadavg: 3.40 2.17 2.59 5/190 17051
/proc/meminfo: memFree=21725412/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=49964 CPUtime=102.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 25255 0 0 0 10227 3 0 0 25 0 1 0 199165085 51163136 9644 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270202 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 12491 9644 338 67 0 9614 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 49964

[startup+162.3 s]
/proc/loadavg: 3.78 2.50 2.68 5/190 17052
/proc/meminfo: memFree=21690912/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=69568 CPUtime=162.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 31725 0 0 0 16225 4 0 0 25 0 1 0 199165085 71237632 14567 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 17392 14567 333 67 0 14515 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 69568

[startup+222.301 s]
/proc/loadavg: 3.92 2.77 2.76 5/190 17054
/proc/meminfo: memFree=21674004/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=79368 CPUtime=222.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 37958 0 0 0 22224 5 0 0 25 0 1 0 199165085 81272832 15232 33554432000 4194304 4465733 140735787402656 18446744073709551615 4296140 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 19842 15232 331 67 0 16965 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 79368

[startup+282.301 s]
/proc/loadavg: 3.97 2.99 2.83 5/190 17055
/proc/meminfo: memFree=21657720/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=79368 CPUtime=282.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 40082 0 0 0 28224 6 0 0 25 0 1 0 199165085 81272832 16294 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270219 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 19842 16294 331 67 0 16965 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79368

[startup+342.301 s]
/proc/loadavg: 3.99 3.17 2.90 5/190 17084
/proc/meminfo: memFree=21679852/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=79368 CPUtime=342.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 40105 0 0 0 34223 6 0 0 25 0 1 0 199165085 81272832 16294 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 19842 16294 308 67 0 16965 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 79368

[startup+402.301 s]
/proc/loadavg: 3.99 3.32 2.97 5/190 17086
/proc/meminfo: memFree=21649456/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=79368 CPUtime=402.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 53939 0 0 0 40222 7 0 0 25 0 1 0 199165085 81272832 16294 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 19842 16294 300 67 0 16965 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 79368

[startup+462.301 s]
/proc/loadavg: 3.99 3.44 3.03 5/190 17114
/proc/meminfo: memFree=21641312/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=103136 CPUtime=462.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 59129 0 0 0 46222 8 0 0 25 0 1 0 199165085 105611264 21023 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 25784 21023 300 67 0 22907 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103136

[startup+522.301 s]
/proc/loadavg: 3.99 3.54 3.09 5/190 17116
/proc/meminfo: memFree=21611512/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=103136 CPUtime=522.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 60685 0 0 0 52221 8 0 0 25 0 1 0 199165085 105611264 22166 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270128 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 25784 22166 300 67 0 22907 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 103136

[startup+582.3 s]
/proc/loadavg: 4.03 3.64 3.15 5/190 17117
/proc/meminfo: memFree=21630220/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=117836 CPUtime=582.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 70111 0 0 0 58220 10 0 0 25 0 1 0 199165085 120664064 23433 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 29459 23433 300 67 0 26582 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 117836

[startup+642.301 s]
/proc/loadavg: 4.01 3.70 3.20 5/190 17119
/proc/meminfo: memFree=21628828/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=94068 CPUtime=642.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 71582 0 0 0 64220 10 0 0 25 0 1 0 199165085 96325632 18476 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 23517 18476 300 67 0 20640 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 94068

[startup+702.3 s]
/proc/loadavg: 4.00 3.75 3.24 5/190 17121
/proc/meminfo: memFree=21601772/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=94068 CPUtime=702.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 72410 0 0 0 70219 10 0 0 25 0 1 0 199165085 96325632 18890 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 23517 18890 300 67 0 20640 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 94068

[startup+762.307 s]
/proc/loadavg: 4.00 3.79 3.29 5/190 17122
/proc/meminfo: memFree=21565896/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=94068 CPUtime=762.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 73538 0 0 0 76220 10 0 0 25 0 1 0 199165085 96325632 19453 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271877 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 23517 19453 298 67 0 20640 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 94068

[startup+822.301 s]
/proc/loadavg: 4.06 3.84 3.34 5/190 17124
/proc/meminfo: memFree=21554832/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=94068 CPUtime=822.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 74620 0 0 0 82219 10 0 0 25 0 1 0 199165085 96325632 19994 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 23517 19994 298 67 0 20640 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 94068

[startup+882.301 s]
/proc/loadavg: 4.02 3.87 3.38 5/190 17125
/proc/meminfo: memFree=21546748/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=94068 CPUtime=882.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 75574 0 0 0 88218 11 0 0 25 0 1 0 199165085 96325632 20471 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270828 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 23517 20471 298 67 0 20640 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 94068

[startup+942.301 s]
/proc/loadavg: 3.85 3.86 3.40 4/184 17144
/proc/meminfo: memFree=21606072/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=94068 CPUtime=942.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 75934 0 0 0 94218 11 0 0 25 0 1 0 199165085 96325632 20651 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270614 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 23517 20651 298 67 0 20640 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 94068

[startup+1002.3 s]
/proc/loadavg: 3.37 3.72 3.38 4/184 17146
/proc/meminfo: memFree=21558176/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=170220 CPUtime=1002.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 97254 0 0 0 100215 14 0 0 25 0 1 0 199165085 174305280 30322 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270819 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 42555 30322 298 67 0 39678 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 170220

[startup+1062.3 s]
/proc/loadavg: 3.14 3.58 3.35 4/184 17147
/proc/meminfo: memFree=21545856/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=170220 CPUtime=1062.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 98703 0 0 0 106214 15 0 0 25 0 1 0 199165085 174305280 31150 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 42555 31150 298 67 0 39678 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 170220

[startup+1122.3 s]
/proc/loadavg: 3.05 3.47 3.33 4/184 17149
/proc/meminfo: memFree=21514308/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=170220 CPUtime=1122.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 99066 0 0 0 112214 15 0 0 25 0 1 0 199165085 174305280 31493 33554432000 4194304 4465733 140735787402656 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 42555 31493 298 67 0 39678 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 170220

[startup+1182.3 s]
/proc/loadavg: 3.05 3.40 3.31 4/184 17150
/proc/meminfo: memFree=21504468/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=170220 CPUtime=1182.3 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 100499 0 0 0 118215 15 0 0 25 0 1 0 199165085 174305280 32315 33554432000 4194304 4465733 140735787402656 18446744073709551615 4270705 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 42555 32315 298 67 0 39678 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 170220

[startup+1242.3 s]
/proc/loadavg: 3.02 3.32 3.28 4/184 17152
/proc/meminfo: memFree=21496604/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=170220 CPUtime=1242.29 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 100956 0 0 0 124214 15 0 0 25 0 1 0 199165085 174305280 32661 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 42555 32661 298 67 0 39678 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 170220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.26 3.26 3/183 17155
/proc/meminfo: memFree=21615996/32951124 swapFree=67111528/67111528
[pid=17047] ppid=17045 vsize=170220 CPUtime=1300 cores=4,6
/proc/17047/stat : 17047 (SApperloT) R 17045 17047 15673 0 -1 4202496 102290 0 0 0 129985 15 0 0 25 0 1 0 199165085 174305280 33428 33554432000 4194304 4465733 140735787402656 18446744073709551615 4271246 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17047/statm: 42555 33428 298 67 0 39678 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 170220

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.01
CPU user time (s): 1299.85
CPU system time (s): 0.161975
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 205576

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

runsolver used 2.41063 second user time and 4.68429 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 11:08:58
IDJOB=3262005
IDBENCH=83268
IDSOLVER=1657
FILE ID=node107/3262005-1303549738
RUNJOBID= node107-1303549738-17006
PBS_JOBID= 13143131
Free space on /tmp= 72276 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_464.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262005-1303549738/watcher-3262005-1303549738 -o /tmp/evaluation-result-3262005-1303549738/solver-3262005-1303549738 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3262005-1303549738.cnf

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=1267132422

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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	: 5359.47
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.829
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.829
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:      21876056 kB
Buffers:       2008904 kB
Cached:        8518568 kB
SwapCached:          0 kB
Active:        7189692 kB
Inactive:      3409848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21876056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3192 kB
Writeback:           0 kB
AnonPages:       70564 kB
Mapped:          14880 kB
Slab:           411800 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256664 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= 72280 MiB
End job on node107 at 2011-04-23 11:30:40