Trace number 3262047

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.05 1300.03

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
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 variables254
Number of clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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-3262047-1303541002/watcher-3262047-1303541002 -o /tmp/evaluation-result-3262047-1303541002/solver-3262047-1303541002 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3262047-1303541002.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: 4.03 3.97 3.01 4/187 22375
/proc/meminfo: memFree=14276396/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=12316 CPUtime=0 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 439 0 0 0 0 0 0 0 23 0 1 0 446515546 12611584 378 33554432000 4194304 4395502 140737100024528 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 3079 379 249 50 0 219 0

[startup+0.0715071 s]
/proc/loadavg: 4.03 3.97 3.01 4/187 22375
/proc/meminfo: memFree=14276396/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=16680 CPUtime=0.05 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 1534 0 0 0 5 0 0 0 23 0 1 0 446515546 17080320 1472 33554432000 4194304 4395502 140737100024528 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 4170 1472 255 50 0 1310 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16680

[startup+0.100492 s]
/proc/loadavg: 4.03 3.97 3.01 4/187 22375
/proc/meminfo: memFree=14276396/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=16680 CPUtime=0.08 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 1534 0 0 0 8 0 0 0 23 0 1 0 446515546 17080320 1472 33554432000 4194304 4395502 140737100024528 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 4170 1472 255 50 0 1310 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16680

[startup+0.300456 s]
/proc/loadavg: 4.03 3.97 3.01 4/187 22375
/proc/meminfo: memFree=14276396/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=21452 CPUtime=0.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 2919 0 0 0 28 1 0 0 25 0 1 0 446515546 21966848 2723 33554432000 4194304 4395502 140737100024528 18446744073709551615 4347433 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 5363 2724 266 50 0 2503 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21452

[startup+0.700386 s]
/proc/loadavg: 4.03 3.97 3.01 4/187 22375
/proc/meminfo: memFree=14276396/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=24156 CPUtime=0.68 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 3548 0 0 0 67 1 0 0 25 0 1 0 446515546 24735744 3352 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 6039 3352 266 50 0 3179 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24156

[startup+1.50025 s]
/proc/loadavg: 4.03 3.97 3.01 4/188 22376
/proc/meminfo: memFree=14262384/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=26564 CPUtime=1.48 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 4087 0 0 0 147 1 0 0 25 0 1 0 446515546 27201536 3891 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 6641 3891 266 50 0 3781 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26564

[startup+3.10096 s]
/proc/loadavg: 3.95 3.95 3.01 7/190 22403
/proc/meminfo: memFree=14255320/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=28324 CPUtime=3.09 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 4502 0 0 0 307 2 0 0 25 0 1 0 446515546 29003776 4306 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 7081 4306 266 50 0 4221 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28324

[startup+6.3004 s]
/proc/loadavg: 3.95 3.95 3.01 5/190 22403
/proc/meminfo: memFree=14243380/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=32344 CPUtime=6.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 5434 0 0 0 627 2 0 0 25 0 1 0 446515546 33120256 5238 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 8086 5238 266 50 0 5226 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32344

[startup+12.7003 s]
/proc/loadavg: 3.95 3.95 3.02 5/190 22403
/proc/meminfo: memFree=14230372/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=38160 CPUtime=12.69 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 6792 0 0 0 1267 2 0 0 25 0 1 0 446515546 39075840 6596 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 9540 6596 266 50 0 6680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38160

[startup+25.501 s]
/proc/loadavg: 3.96 3.95 3.03 5/190 22403
/proc/meminfo: memFree=14214996/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=46272 CPUtime=25.49 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 8567 0 0 0 2546 3 0 0 25 0 1 0 446515546 47382528 8371 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 11568 8371 266 50 0 8708 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46272

[startup+51.1005 s]
/proc/loadavg: 3.97 3.96 3.05 5/190 22404
/proc/meminfo: memFree=14178376/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=63560 CPUtime=51.09 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 12685 0 0 0 5104 5 0 0 25 0 1 0 446515546 65085440 12489 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 15890 12489 266 50 0 13030 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63560

[startup+102.306 s]
/proc/loadavg: 3.99 3.96 3.10 5/190 22406
/proc/meminfo: memFree=14088844/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=83560 CPUtime=102.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 17421 0 0 0 10223 6 0 0 25 0 1 0 446515546 85565440 17225 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 20890 17225 266 50 0 18030 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 83560

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.16 5/190 22461
/proc/meminfo: memFree=14213728/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=101844 CPUtime=162.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 21735 0 0 0 16220 9 0 0 25 0 1 0 446515546 104288256 21539 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 25461 21539 266 50 0 22601 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101844

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.21 5/190 22463
/proc/meminfo: memFree=14099368/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=126048 CPUtime=222.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 27549 0 0 0 22218 11 0 0 25 0 1 0 446515546 129073152 27353 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 31512 27353 266 50 0 28652 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 126048

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.25 5/190 22464
/proc/meminfo: memFree=14010824/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=152704 CPUtime=282.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 33985 0 0 0 28216 13 0 0 25 0 1 0 446515546 156368896 33789 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 38176 33789 266 50 0 35316 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 152704

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.30 5/190 22466
/proc/meminfo: memFree=13936160/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=161576 CPUtime=342.29 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 35942 0 0 0 34215 14 0 0 25 0 1 0 446515546 165453824 35746 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299835 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 40394 35746 266 50 0 37534 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 161576

[startup+402.3 s]
/proc/loadavg: 3.60 3.88 3.31 4/184 22485
/proc/meminfo: memFree=14458156/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=185000 CPUtime=402.3 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 41605 0 0 0 40214 16 0 0 25 0 1 0 446515546 189440000 41409 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 46250 41409 266 50 0 43390 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185000

[startup+462.301 s]
/proc/loadavg: 3.22 3.71 3.28 4/184 22487
/proc/meminfo: memFree=14421060/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=206764 CPUtime=462.3 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 46942 0 0 0 46213 17 0 0 25 0 1 0 446515546 211726336 46746 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 51691 46746 266 50 0 48831 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 206764

[startup+522.3 s]
/proc/loadavg: 3.09 3.59 3.26 4/184 22489
/proc/meminfo: memFree=14376288/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=226748 CPUtime=522.3 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 51808 0 0 0 52212 18 0 0 25 0 1 0 446515546 232189952 51612 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 56687 51612 266 50 0 53827 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 226748

[startup+582.301 s]
/proc/loadavg: 3.06 3.49 3.25 4/184 22490
/proc/meminfo: memFree=14334368/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=244272 CPUtime=582.3 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 56098 0 0 0 58211 19 0 0 25 0 1 0 446515546 250134528 55902 33554432000 4194304 4395502 140737100024528 18446744073709551615 4289171 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 61068 55902 266 50 0 58208 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 244272

[startup+642.301 s]
/proc/loadavg: 3.02 3.40 3.23 4/184 22492
/proc/meminfo: memFree=14294308/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=261788 CPUtime=642.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 60465 0 0 0 64211 20 0 0 25 0 1 0 446515546 268070912 60269 33554432000 4194304 4395502 140737100024528 18446744073709551615 4285641 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 65447 60269 266 50 0 62587 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 261788

[startup+702.3 s]
/proc/loadavg: 3.08 3.34 3.22 4/184 22493
/proc/meminfo: memFree=14284008/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=264220 CPUtime=702.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 60913 0 0 0 70211 20 0 0 25 0 1 0 446515546 270561280 60717 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 66055 60717 266 50 0 63195 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 264220

[startup+762.307 s]
/proc/loadavg: 3.03 3.27 3.20 4/184 22495
/proc/meminfo: memFree=14268984/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=271684 CPUtime=762.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 62652 0 0 0 76211 20 0 0 25 0 1 0 446515546 278204416 62456 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 67921 62456 266 50 0 65061 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 271684

[startup+822.3 s]
/proc/loadavg: 3.01 3.22 3.18 4/184 22497
/proc/meminfo: memFree=14237728/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=291584 CPUtime=822.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 67572 0 0 0 82210 21 0 0 25 0 1 0 446515546 298582016 67376 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 72896 67376 266 50 0 70036 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 291584

[startup+882.301 s]
/proc/loadavg: 3.00 3.18 3.17 5/184 22498
/proc/meminfo: memFree=14197420/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=312892 CPUtime=882.3 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 72852 0 0 0 88208 22 0 0 25 0 1 0 446515546 320401408 72656 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 78223 72656 266 50 0 75363 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 312892

[startup+942.3 s]
/proc/loadavg: 3.00 3.14 3.16 4/184 22500
/proc/meminfo: memFree=14155132/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=330960 CPUtime=942.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 77314 0 0 0 94207 24 0 0 25 0 1 0 446515546 338903040 77118 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 82740 77118 266 50 0 79880 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 330960

[startup+1002.3 s]
/proc/loadavg: 3.05 3.13 3.15 4/184 22501
/proc/meminfo: memFree=14133920/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=343056 CPUtime=1002.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 80325 0 0 0 100206 25 0 0 25 0 1 0 446515546 351289344 80129 33554432000 4194304 4395502 140737100024528 18446744073709551615 4293419 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 85764 80129 266 50 0 82904 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 343056

[startup+1062.3 s]
/proc/loadavg: 3.02 3.10 3.14 4/184 22512
/proc/meminfo: memFree=14096464/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=356892 CPUtime=1062.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 83636 0 0 0 106205 26 0 0 25 0 1 0 446515546 365457408 83440 33554432000 4194304 4395502 140737100024528 18446744073709551615 4291663 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 89223 83440 266 50 0 86363 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 356892

[startup+1122.3 s]
/proc/loadavg: 3.00 3.08 3.13 4/184 22514
/proc/meminfo: memFree=14031920/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=375832 CPUtime=1122.31 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 88276 0 0 0 112203 28 0 0 25 0 1 0 446515546 384851968 88080 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 93958 88080 266 50 0 91098 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 375832

[startup+1182.3 s]
/proc/loadavg: 2.85 3.03 3.11 3/178 22532
/proc/meminfo: memFree=14204180/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=402384 CPUtime=1182.32 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 94866 0 0 0 118202 30 0 0 25 0 1 0 446515546 412041216 94670 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 100596 94670 266 50 0 97736 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 402384

[startup+1242.3 s]
/proc/loadavg: 2.31 2.84 3.04 3/178 22534
/proc/meminfo: memFree=14156056/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=420220 CPUtime=1242.32 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 99309 0 0 0 124201 31 0 0 25 0 1 0 446515546 430305280 99113 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 105055 99113 266 50 0 102195 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 420220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.12 2.70 2.97 3/178 22535
/proc/meminfo: memFree=14119716/32951124 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=448720 CPUtime=1300.02 cores=1,3
/proc/22375/stat : 22375 (SApperloT2010) R 22373 22375 22113 0 -1 4202496 106426 0 0 0 129970 32 0 0 25 0 1 0 446515546 459489280 106230 33554432000 4194304 4395502 140737100024528 18446744073709551615 4299567 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/22375/statm: 112180 106230 266 50 0 109320 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 448720

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.05
CPU user time (s): 1299.71
CPU system time (s): 0.344947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 448720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106426
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= 9
involuntary context switches= 14223

runsolver used 2.18067 second user time and 4.67829 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 08:43:22
IDJOB=3262047
IDBENCH=83269
IDSOLVER=1655
FILE ID=node140/3262047-1303541002
RUNJOBID= node140-1303539680-22133
PBS_JOBID= 13143098
Free space on /tmp= 72068 MiB

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

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=172712344

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14276552 kB
Buffers:       2350292 kB
Cached:       15155208 kB
SwapCached:          0 kB
Active:       10677060 kB
Inactive:      7441232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14276552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:      611952 kB
Mapped:          15576 kB
Slab:           491520 kB
PageTables:       6148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   836224 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= 72076 MiB
End job on node140 at 2011-04-23 09:05:04