Trace number 3274536

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.04 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
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 variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

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-3274536-1303604120/watcher-3274536-1303604120 -o /tmp/evaluation-result-3274536-1303604120/solver-3274536-1303604120 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274536-1303604120.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 0,2

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.01 3.97 3.73 4/189 12552
/proc/meminfo: memFree=23041820/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=2172 CPUtime=0 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 313 0 0 0 0 0 0 0 25 0 1 0 472014762 2224128 267 33554432000 134512640 136057169 4292339456 18446744073709551615 135448313 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 543 267 145 378 0 163 0

[startup+0.0191699 s]
/proc/loadavg: 4.01 3.97 3.73 4/189 12552
/proc/meminfo: memFree=23041820/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=3400 CPUtime=0.01 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 634 0 0 0 1 0 0 0 25 0 1 0 472014762 3481600 587 33554432000 134512640 136057169 4292339456 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 850 587 165 378 0 470 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3400

[startup+0.10115 s]
/proc/loadavg: 4.01 3.97 3.73 4/189 12552
/proc/meminfo: memFree=23041820/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=3400 CPUtime=0.09 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 634 0 0 0 9 0 0 0 25 0 1 0 472014762 3481600 587 33554432000 134512640 136057169 4292339456 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 850 587 165 378 0 470 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3400

[startup+0.301108 s]
/proc/loadavg: 4.01 3.97 3.73 4/189 12552
/proc/meminfo: memFree=23041820/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=3424 CPUtime=0.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 711 0 0 0 29 0 0 0 25 0 1 0 472014762 3506176 621 33554432000 134512640 136057169 4292339456 18446744073709551615 134613087 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 856 621 183 378 0 476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3424

[startup+0.70104 s]
/proc/loadavg: 4.01 3.97 3.73 4/189 12552
/proc/meminfo: memFree=23041820/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=4480 CPUtime=0.69 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 969 0 0 0 69 0 0 0 25 0 1 0 472014762 4587520 879 33554432000 134512640 136057169 4292339456 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 1120 879 183 378 0 740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4480

[startup+1.50093 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 12554
/proc/meminfo: memFree=23038464/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=4876 CPUtime=1.49 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 1077 0 0 0 149 0 0 0 25 0 1 0 472014762 4993024 987 33554432000 134512640 136057169 4292339456 18446744073709551615 134819773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 1219 987 183 378 0 839 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4876

[startup+3.10064 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 12554
/proc/meminfo: memFree=23037472/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=5668 CPUtime=3.09 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 1271 0 0 0 309 0 0 0 25 0 1 0 472014762 5804032 1181 33554432000 134512640 136057169 4292339456 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 1417 1181 183 378 0 1037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5668

[startup+6.30108 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 12554
/proc/meminfo: memFree=23036444/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=6480 CPUtime=6.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 1476 0 0 0 629 0 0 0 25 0 1 0 472014762 6635520 1386 33554432000 134512640 136057169 4292339456 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 1620 1386 183 378 0 1240 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6480

[startup+12.7009 s]
/proc/loadavg: 4.01 3.97 3.74 5/190 12554
/proc/meminfo: memFree=23034352/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=7628 CPUtime=12.69 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 1736 0 0 0 1269 0 0 0 25 0 1 0 472014762 7811072 1646 33554432000 134512640 136057169 4292339456 18446744073709551615 134618146 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 1907 1646 183 378 0 1527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7628

[startup+25.5007 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 12554
/proc/meminfo: memFree=23032112/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=9304 CPUtime=25.49 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 2139 0 0 0 2549 0 0 0 25 0 1 0 472014762 9527296 2049 33554432000 134512640 136057169 4292339456 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 2326 2049 183 378 0 1946 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9304

[startup+51.1011 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 12555
/proc/meminfo: memFree=23029976/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=11188 CPUtime=51.09 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 2598 0 0 0 5109 0 0 0 25 0 1 0 472014762 11456512 2508 33554432000 134512640 136057169 4292339456 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 2797 2508 183 378 0 2417 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11188

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 12556
/proc/meminfo: memFree=23026124/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=13796 CPUtime=102.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 3166 0 0 0 10229 0 0 0 25 0 1 0 472014762 14127104 3076 33554432000 134512640 136057169 4292339456 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 3449 3076 183 378 0 3069 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 13796

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 12558
/proc/meminfo: memFree=23020984/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=16096 CPUtime=162.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 3738 0 0 0 16229 0 0 0 25 0 1 0 472014762 16482304 3648 33554432000 134512640 136057169 4292339456 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 4024 3648 183 378 0 3644 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 16096

[startup+222.301 s]
/proc/loadavg: 4.03 3.99 3.78 5/190 12559
/proc/meminfo: memFree=23016952/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=18208 CPUtime=222.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 4152 0 0 0 22229 0 0 0 25 0 1 0 472014762 18644992 4062 33554432000 134512640 136057169 4292339456 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 4552 4062 183 378 0 4172 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 18208

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.79 5/190 12561
/proc/meminfo: memFree=23014312/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=19296 CPUtime=282.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 4425 0 0 0 28229 0 0 0 25 0 1 0 472014762 19759104 4327 33554432000 134512640 136057169 4292339456 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 4824 4327 183 378 0 4444 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 19296

[startup+342.3 s]
/proc/loadavg: 4.08 4.00 3.81 5/190 12562
/proc/meminfo: memFree=23012392/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=20408 CPUtime=342.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 4721 0 0 0 34229 0 0 0 25 0 1 0 472014762 20897792 4623 33554432000 134512640 136057169 4292339456 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 5102 4623 183 378 0 4722 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 20408

[startup+402.301 s]
/proc/loadavg: 3.87 3.97 3.81 3/180 12600
/proc/meminfo: memFree=23050848/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=21120 CPUtime=402.29 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 4901 0 0 0 40229 0 0 0 25 0 1 0 472014762 21626880 4803 33554432000 134512640 136057169 4292339456 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 5280 4803 183 378 0 4900 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 21120

[startup+462.301 s]
/proc/loadavg: 2.72 3.62 3.70 3/178 12602
/proc/meminfo: memFree=23048132/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=21900 CPUtime=462.3 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 5046 0 0 0 46229 1 0 0 25 0 1 0 472014762 22425600 4948 33554432000 134512640 136057169 4292339456 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 5475 4948 183 378 0 5095 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 21900

[startup+522.3 s]
/proc/loadavg: 1.82 3.21 3.55 2/172 12621
/proc/meminfo: memFree=23137820/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=22632 CPUtime=522.3 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 5211 0 0 0 52229 1 0 0 25 0 1 0 472014762 23175168 5113 33554432000 134512640 136057169 4292339456 18446744073709551615 134823770 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 5658 5113 183 378 0 5278 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 22632

[startup+582.301 s]
/proc/loadavg: 1.30 2.81 3.39 2/172 12623
/proc/meminfo: memFree=23137412/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=23228 CPUtime=582.3 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 5375 0 0 0 58229 1 0 0 25 0 1 0 472014762 23785472 5241 33554432000 134512640 136057169 4292339456 18446744073709551615 134637464 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 5807 5241 183 378 0 5427 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 23228

[startup+642.301 s]
/proc/loadavg: 1.11 2.48 3.24 2/172 12624
/proc/meminfo: memFree=23136516/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=24364 CPUtime=642.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 5677 0 0 0 64230 1 0 0 25 0 1 0 472014762 24948736 5502 33554432000 134512640 136057169 4292339456 18446744073709551615 134618446 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 6091 5502 183 378 0 5711 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 24364

[startup+702.3 s]
/proc/loadavg: 1.04 2.20 3.09 2/172 12626
/proc/meminfo: memFree=23135716/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=25172 CPUtime=702.3 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 5878 0 0 0 70229 1 0 0 25 0 1 0 472014762 25776128 5703 33554432000 134512640 136057169 4292339456 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 6293 5703 183 378 0 5913 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 25172

[startup+762.306 s]
/proc/loadavg: 1.01 1.98 2.96 2/172 12628
/proc/meminfo: memFree=23135560/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=25552 CPUtime=762.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 5944 0 0 0 76230 1 0 0 25 0 1 0 472014762 26165248 5769 33554432000 134512640 136057169 4292339456 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 6388 5769 183 378 0 6008 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 25552

[startup+822.3 s]
/proc/loadavg: 1.00 1.80 2.83 2/172 12629
/proc/meminfo: memFree=23135028/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=26192 CPUtime=822.3 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6074 0 0 0 82229 1 0 0 25 0 1 0 472014762 26820608 5899 33554432000 134512640 136057169 4292339456 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 6548 5899 183 378 0 6168 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 26192

[startup+882.301 s]
/proc/loadavg: 1.00 1.65 2.72 2/172 12631
/proc/meminfo: memFree=23134872/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=26368 CPUtime=882.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6128 0 0 0 88230 1 0 0 25 0 1 0 472014762 27000832 5953 33554432000 134512640 136057169 4292339456 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 6592 5953 183 378 0 6212 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 26368

[startup+942.301 s]
/proc/loadavg: 1.00 1.53 2.61 2/172 12632
/proc/meminfo: memFree=23133984/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=27428 CPUtime=942.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6401 0 0 0 94230 1 0 0 25 0 1 0 472014762 28086272 6190 33554432000 134512640 136057169 4292339456 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 6857 6190 183 378 0 6477 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 27428

[startup+1002.3 s]
/proc/loadavg: 1.00 1.43 2.50 2/172 12634
/proc/meminfo: memFree=23133072/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=28520 CPUtime=1002.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6648 0 0 0 100230 1 0 0 25 0 1 0 472014762 29204480 6437 33554432000 134512640 136057169 4292339456 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 7130 6437 183 378 0 6750 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 28520

[startup+1062.3 s]
/proc/loadavg: 1.00 1.35 2.41 2/172 12636
/proc/meminfo: memFree=23132308/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=29228 CPUtime=1062.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6800 0 0 0 106229 2 0 0 25 0 1 0 472014762 29929472 6589 33554432000 134512640 136057169 4292339456 18446744073709551615 134615520 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 7307 6589 183 378 0 6927 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 29228

[startup+1122.3 s]
/proc/loadavg: 1.00 1.28 2.32 2/172 12637
/proc/meminfo: memFree=23132264/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=29372 CPUtime=1122.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6836 0 0 0 112229 2 0 0 25 0 1 0 472014762 30076928 6625 33554432000 134512640 136057169 4292339456 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 7343 6625 183 378 0 6963 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 29372

[startup+1182.3 s]
/proc/loadavg: 1.00 1.23 2.23 2/172 12639
/proc/meminfo: memFree=23132104/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=29800 CPUtime=1182.31 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 6930 0 0 0 118229 2 0 0 25 0 1 0 472014762 30515200 6719 33554432000 134512640 136057169 4292339456 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 7450 6719 183 378 0 7070 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 29800

[startup+1242.3 s]
/proc/loadavg: 1.00 1.19 2.15 2/172 12640
/proc/meminfo: memFree=23131444/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=30084 CPUtime=1242.32 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 7002 0 0 0 124230 2 0 0 25 0 1 0 472014762 30806016 6791 33554432000 134512640 136057169 4292339456 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 7521 6791 183 378 0 7141 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 30084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.15 2.08 2/172 12642
/proc/meminfo: memFree=23131288/32951124 swapFree=67051468/67111528
[pid=12552] ppid=12550 vsize=30368 CPUtime=1300.02 cores=0,2
/proc/12552/stat : 12552 (clasp) R 12550 12552 12025 0 -1 4202496 7071 0 0 0 130000 2 0 0 25 0 1 0 472014762 31096832 6860 33554432000 134512640 136057169 4292339456 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12552/statm: 7592 6860 183 378 0 7212 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 30368

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300.01
CPU system time (s): 0.031995
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 30368

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

runsolver used 2.04469 second user time and 4.23635 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-24 02:15:20
IDJOB=3274536
IDBENCH=83320
IDSOLVER=1674
FILE ID=node101/3274536-1303604120
RUNJOBID= node101-1303603218-12339
PBS_JOBID= 13150593
Free space on /tmp= 71608 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274536-1303604120/watcher-3274536-1303604120 -o /tmp/evaluation-result-3274536-1303604120/solver-3274536-1303604120 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274536-1303604120.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=203809800

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:      23042092 kB
Buffers:       2067740 kB
Cached:        7225308 kB
SwapCached:      33708 kB
Active:        6273712 kB
Inactive:      3163748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23042092 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:      132592 kB
Mapped:          11336 kB
Slab:           407304 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   361744 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= 71612 MiB
End job on node101 at 2011-04-24 02:37:02