Trace number 3250695

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.05 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
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 variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

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-3250695-1303557061/watcher-3250695-1303557061 -o /tmp/evaluation-result-3250695-1303557061/solver-3250695-1303557061 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3250695-1303557061.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: 1.48 3.13 3.59 4/189 20463
/proc/meminfo: memFree=26134456/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=12508 CPUtime=0 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4194304 552 0 0 0 0 0 0 0 22 0 1 0 545936801 12808192 399 33554432000 4194304 4465733 140734247583216 18446744073709551615 4265240 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 3127 400 250 67 0 250 0

[startup+0.0650161 s]
/proc/loadavg: 1.48 3.13 3.59 4/189 20463
/proc/meminfo: memFree=26134456/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=15064 CPUtime=0.06 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 1778 0 0 0 6 0 0 0 22 0 1 0 545936801 15425536 962 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270804 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 3766 962 255 67 0 889 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15064

[startup+0.101009 s]
/proc/loadavg: 1.48 3.13 3.59 4/189 20463
/proc/meminfo: memFree=26134456/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=15064 CPUtime=0.09 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 1836 0 0 0 9 0 0 0 22 0 1 0 545936801 15425536 999 33554432000 4194304 4465733 140734247583216 18446744073709551615 4254853 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 3766 999 255 67 0 889 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15064

[startup+0.300974 s]
/proc/loadavg: 1.48 3.13 3.59 4/189 20463
/proc/meminfo: memFree=26134456/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=15200 CPUtime=0.29 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 2661 0 0 0 29 0 0 0 23 0 1 0 545936801 15564800 950 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270804 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 3800 950 256 67 0 923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15200

[startup+0.700898 s]
/proc/loadavg: 1.48 3.13 3.59 4/189 20463
/proc/meminfo: memFree=26134456/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=15860 CPUtime=0.69 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 3200 0 0 0 69 0 0 0 25 0 1 0 545936801 16240640 1087 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270677 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 3965 1087 256 67 0 1088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15860

[startup+1.50075 s]
/proc/loadavg: 1.48 3.13 3.59 5/190 20464
/proc/meminfo: memFree=26124536/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=17864 CPUtime=1.49 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 4694 0 0 0 149 0 0 0 25 0 1 0 545936801 18292736 1388 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271922 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 4466 1388 256 67 0 1589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17864

[startup+3.10052 s]
/proc/loadavg: 1.48 3.13 3.59 5/190 20464
/proc/meminfo: memFree=26120820/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=19356 CPUtime=3.09 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 6065 0 0 0 309 0 0 0 25 0 1 0 545936801 19820544 1763 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 4839 1763 256 67 0 1962 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19356

[startup+6.30088 s]
/proc/loadavg: 1.68 3.14 3.59 5/190 20464
/proc/meminfo: memFree=26108528/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=21008 CPUtime=6.29 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 7628 0 0 0 629 0 0 0 25 0 1 0 545936801 21512192 2272 33554432000 4194304 4465733 140734247583216 18446744073709551615 4296174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 5252 2272 256 67 0 2375 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21008

[startup+12.7008 s]
/proc/loadavg: 1.87 3.15 3.59 5/190 20465
/proc/meminfo: memFree=26088072/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=39468 CPUtime=12.7 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 11588 0 0 0 1269 1 0 0 25 0 1 0 545936801 40415232 3765 33554432000 4194304 4465733 140734247583216 18446744073709551615 4343408 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 9867 3765 272 67 0 6990 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 39468

[startup+25.5004 s]
/proc/loadavg: 2.34 3.19 3.60 5/190 20465
/proc/meminfo: memFree=26067620/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=29260 CPUtime=25.49 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 13278 0 0 0 2548 1 0 0 25 0 1 0 545936801 29962240 4118 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271859 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 7315 4118 274 67 0 4438 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29260

[startup+51.1007 s]
/proc/loadavg: 2.91 3.26 3.61 5/190 20466
/proc/meminfo: memFree=26017872/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=57436 CPUtime=51.09 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 21926 0 0 0 5108 1 0 0 25 0 1 0 545936801 58814464 10051 33554432000 4194304 4465733 140734247583216 18446744073709551615 4296131 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 14359 10051 378 67 0 11482 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57436

[startup+102.306 s]
/proc/loadavg: 3.52 3.37 3.63 5/190 20467
/proc/meminfo: memFree=26007296/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=57436 CPUtime=102.3 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 27667 0 0 0 10228 2 0 0 25 0 1 0 545936801 58814464 11222 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270128 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 14359 11222 416 67 0 11482 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57436

[startup+162.3 s]
/proc/loadavg: 3.82 3.48 3.65 5/190 20469
/proc/meminfo: memFree=25976744/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=57556 CPUtime=162.29 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 36379 0 0 0 16226 3 0 0 25 0 1 0 545936801 58937344 9859 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 14389 9859 274 67 0 11512 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 57556

[startup+222.3 s]
/proc/loadavg: 3.93 3.57 3.67 5/190 20470
/proc/meminfo: memFree=25963912/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=78508 CPUtime=222.3 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 42429 0 0 0 22226 4 0 0 25 0 1 0 545936801 80392192 15081 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 19627 15081 546 67 0 16750 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78508

[startup+282.3 s]
/proc/loadavg: 3.97 3.65 3.68 5/190 20472
/proc/meminfo: memFree=25950960/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=89828 CPUtime=282.3 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 49626 0 0 0 28225 5 0 0 25 0 1 0 545936801 91983872 16049 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 22457 16049 546 67 0 19580 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 89828

[startup+342.3 s]
/proc/loadavg: 3.99 3.71 3.70 5/190 20473
/proc/meminfo: memFree=25918288/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=89828 CPUtime=342.3 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 51021 0 0 0 34225 5 0 0 25 0 1 0 545936801 91983872 16948 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 22457 16948 546 67 0 19580 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89828

[startup+402.3 s]
/proc/loadavg: 4.04 3.77 3.72 5/190 20475
/proc/meminfo: memFree=25902612/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=100360 CPUtime=402.3 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 58322 0 0 0 40224 6 0 0 25 0 1 0 545936801 102768640 18379 33554432000 4194304 4465733 140734247583216 18446744073709551615 4259598 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 25090 18379 546 67 0 22213 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 100360

[startup+462.301 s]
/proc/loadavg: 4.01 3.81 3.74 5/190 20477
/proc/meminfo: memFree=25853224/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=100360 CPUtime=462.3 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 58969 0 0 0 46224 6 0 0 25 0 1 0 545936801 102768640 18748 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270614 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 25090 18748 546 67 0 22213 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100360

[startup+522.301 s]
/proc/loadavg: 4.00 3.84 3.75 5/190 20478
/proc/meminfo: memFree=25867804/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=69244 CPUtime=522.31 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 67206 0 0 0 52223 8 0 0 25 0 1 0 545936801 70905856 13305 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271889 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 17311 13305 306 67 0 14434 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 69244

[startup+582.301 s]
/proc/loadavg: 4.00 3.87 3.76 5/190 20480
/proc/meminfo: memFree=25839344/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=84992 CPUtime=582.31 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 70357 0 0 0 58223 8 0 0 25 0 1 0 545936801 87031808 16424 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 21248 16424 274 67 0 18371 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 84992

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.77 5/190 20481
/proc/meminfo: memFree=25805452/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=113184 CPUtime=642.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 77397 0 0 0 64223 9 0 0 25 0 1 0 545936801 115900416 22766 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270222 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 28296 22766 688 67 0 25419 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 113184

[startup+702.301 s]
/proc/loadavg: 4.00 3.91 3.78 5/190 20483
/proc/meminfo: memFree=25796464/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=113184 CPUtime=702.31 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 78275 0 0 0 70222 9 0 0 25 0 1 0 545936801 115900416 23446 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270165 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 28296 23446 688 67 0 25419 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 113184

[startup+762.307 s]
/proc/loadavg: 4.00 3.92 3.80 5/190 20485
/proc/meminfo: memFree=25807592/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=130168 CPUtime=762.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 88475 0 0 0 76221 11 0 0 25 0 1 0 545936801 133292032 24504 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270644 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 32542 24504 688 67 0 29665 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 130168

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.81 5/190 20486
/proc/meminfo: memFree=25797868/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=130168 CPUtime=822.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 89676 0 0 0 82221 11 0 0 25 0 1 0 545936801 133292032 25257 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271258 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 32542 25257 688 67 0 29665 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 130168

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.82 5/190 20488
/proc/meminfo: memFree=25788896/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=130168 CPUtime=882.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 90619 0 0 0 88221 11 0 0 25 0 1 0 545936801 133292032 25887 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 32542 25887 688 67 0 29665 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 130168

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.83 5/190 20489
/proc/meminfo: memFree=25813636/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106572 CPUtime=942.31 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 99713 0 0 0 94219 12 0 0 25 0 1 0 545936801 109129728 17790 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270219 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26643 17790 274 67 0 23766 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 106572

[startup+1002.3 s]
/proc/loadavg: 4.03 3.97 3.84 5/190 20491
/proc/meminfo: memFree=25809244/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106572 CPUtime=1002.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 100821 0 0 0 100219 13 0 0 25 0 1 0 545936801 109129728 18495 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26643 18495 274 67 0 23766 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 106572

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.84 5/190 20493
/proc/meminfo: memFree=25787136/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106572 CPUtime=1062.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 101676 0 0 0 106219 13 0 0 25 0 1 0 545936801 109129728 19068 33554432000 4194304 4465733 140734247583216 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26643 19068 274 67 0 23766 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 106572

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 20494
/proc/meminfo: memFree=25783984/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106704 CPUtime=1122.33 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 102308 0 0 0 112220 13 0 0 25 0 1 0 545936801 109264896 19514 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26676 19514 274 67 0 23799 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 106704

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 20496
/proc/meminfo: memFree=25816916/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106704 CPUtime=1182.32 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 104113 0 0 0 118219 13 0 0 25 0 1 0 545936801 109264896 20484 33554432000 4194304 4465733 140734247583216 18446744073709551615 4270779 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26676 20484 274 67 0 23799 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 106704

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.86 5/190 20497
/proc/meminfo: memFree=25770112/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106840 CPUtime=1242.33 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 105062 0 0 0 124219 14 0 0 25 0 1 0 545936801 109404160 21062 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26710 21062 274 67 0 23833 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 106840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.87 2/184 20502
/proc/meminfo: memFree=26049728/32950928 swapFree=67071984/67111528
[pid=20463] ppid=20461 vsize=106840 CPUtime=1300.03 cores=4,6
/proc/20463/stat : 20463 (SApperloT) R 20461 20463 19206 0 -1 4202496 106496 0 0 0 129989 14 0 0 25 0 1 0 545936801 109404160 21974 33554432000 4194304 4465733 140734247583216 18446744073709551615 4271856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/20463/statm: 26710 21974 274 67 0 23833 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 106840

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.9
CPU system time (s): 0.153976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 192688

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

runsolver used 2.0027 second user time and 5.09922 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-23 13:11:01
IDJOB=3250695
IDBENCH=83336
IDSOLVER=1657
FILE ID=node116/3250695-1303557061
RUNJOBID= node116-1303557061-20422
PBS_JOBID= 13143152
Free space on /tmp= 72612 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250695-1303557061/watcher-3250695-1303557061 -o /tmp/evaluation-result-3250695-1303557061/solver-3250695-1303557061 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3250695-1303557061.cnf

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

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=13026196

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.75
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.826
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.826
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:     32950928 kB
MemFree:      26134612 kB
Buffers:       1813468 kB
Cached:        4542112 kB
SwapCached:       9728 kB
Active:        2898844 kB
Inactive:      3505012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26134612 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            3308 kB
Writeback:           0 kB
AnonPages:       41852 kB
Mapped:          14412 kB
Slab:           348792 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   265092 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= 72616 MiB
End job on node116 at 2011-04-23 13:32:43