Trace number 3373007

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
claspmt 2.0-R4095-patched (fixed)? (TO) 4802.38 1208.58

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...432892/instance-3373007-1305432892.cnf
3.89/3.99	c Solving...
4800.27/1206.51	
4800.27/1206.51	*** INTERRUPTED! ***
4800.27/1206.51	*** Shutting down threads...

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3373007-1305432892/watcher-3373007-1305432892 -o /tmp/evaluation-result-3373007-1305432892/solver-3373007-1305432892 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373007-1305432892.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.65 6.96 7.57 2/336 10131
/proc/meminfo: memFree=17489884/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=21980 CPUtime=0 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 791 0 0 0 0 0 0 0 21 0 1 0 654890120 22507520 703 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612807888 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 5495 704 385 189 0 369 0

[startup+0.0393151 s]
/proc/loadavg: 4.65 6.96 7.57 2/336 10131
/proc/meminfo: memFree=17489884/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=28344 CPUtime=0.03 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 3074 0 0 0 3 0 0 0 21 0 1 0 654890120 29024256 2242 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 7086 2244 385 189 0 1960 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28344

[startup+0.100307 s]
/proc/loadavg: 4.65 6.96 7.57 2/336 10131
/proc/meminfo: memFree=17489884/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=39476 CPUtime=0.09 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 6923 0 0 0 8 1 0 0 21 0 1 0 654890120 40423424 5077 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 9869 5078 385 189 0 4743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39476

[startup+0.300272 s]
/proc/loadavg: 4.65 6.96 7.57 2/336 10131
/proc/meminfo: memFree=17489884/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=54704 CPUtime=0.29 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 11082 0 0 0 28 1 0 0 22 0 1 0 654890120 56016896 8302 33554432000 4194304 4964800 140734057207968 18446744073709551615 4607575 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 13676 8302 398 189 0 8550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54704

[startup+0.700204 s]
/proc/loadavg: 4.65 6.96 7.57 2/336 10131
/proc/meminfo: memFree=17489884/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=54704 CPUtime=0.69 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 11082 0 0 0 68 1 0 0 24 0 1 0 654890120 56016896 8302 33554432000 4194304 4964800 140734057207968 18446744073709551615 4607761 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 13676 8302 398 189 0 8550 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54704

[startup+1.50106 s]
/proc/loadavg: 4.65 6.96 7.57 6/340 10135
/proc/meminfo: memFree=17432324/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=54704 CPUtime=1.49 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 11082 0 0 0 148 1 0 0 25 0 1 0 654890120 56016896 8302 33554432000 4194304 4964800 140734057207968 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 13676 8302 398 189 0 8550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54704

[startup+3.10078 s]
/proc/loadavg: 4.65 6.96 7.57 6/340 10135
/proc/meminfo: memFree=17410764/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=55628 CPUtime=3.09 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 11333 0 0 0 308 1 0 0 25 0 1 0 654890120 56963072 8553 33554432000 4194304 4964800 140734057207968 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10131/statm: 13907 8553 399 189 0 8781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55628

[startup+6.30118 s]
/proc/loadavg: 4.67 6.92 7.56 9/343 10138
/proc/meminfo: memFree=17360928/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=200556 CPUtime=13.07 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 21919 0 0 0 1302 5 0 0 25 0 4 0 654890120 205369344 18164 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627257 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 50139 18164 458 189 0 44488 0
[pid=10131/tid=10136] ppid=10129 vsize=200556 CPUtime=2.27 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 2404 0 0 0 227 0 0 0 21 0 4 0 654890520 205369344 18164 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=200556 CPUtime=2.27 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 1692 0 0 0 227 0 0 0 21 0 4 0 654890520 205369344 18164 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=200556 CPUtime=2.27 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 2964 0 0 0 226 1 0 0 21 0 4 0 654890520 205369344 18164 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627269 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 200556

[startup+12.701 s]
/proc/loadavg: 4.94 6.94 7.56 9/343 10138
/proc/meminfo: memFree=17254656/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=223100 CPUtime=38.6 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 39174 0 0 0 3847 13 0 0 25 0 4 0 654890120 228454400 35419 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627252 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 55775 35419 460 189 0 50124 0
[pid=10131/tid=10136] ppid=10129 vsize=223100 CPUtime=8.68 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 6233 0 0 0 866 2 0 0 25 0 4 0 654890520 228454400 35419 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=223100 CPUtime=8.67 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 4838 0 0 0 865 2 0 0 25 0 4 0 654890520 228454400 35419 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=223100 CPUtime=8.59 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 7490 0 0 0 857 2 0 0 25 0 4 0 654890520 228454400 35419 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.6
Current children cumulated vsize (KiB) 223100

[startup+25.5008 s]
/proc/loadavg: 5.62 6.99 7.57 9/343 10139
/proc/meminfo: memFree=17125080/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=332264 CPUtime=89.65 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 62608 0 0 0 8943 22 0 0 25 0 4 0 654890120 340238336 58853 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 83066 58853 460 189 0 77415 0
[pid=10131/tid=10136] ppid=10129 vsize=332264 CPUtime=21.47 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 11454 0 0 0 2143 4 0 0 25 0 4 0 654890520 340238336 58853 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=332264 CPUtime=21.47 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 7528 0 0 0 2145 2 0 0 25 0 4 0 654890520 340238336 58853 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=332264 CPUtime=21.25 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 15565 0 0 0 2120 5 0 0 25 0 4 0 654890520 340238336 58853 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 89.65
Current children cumulated vsize (KiB) 332264

[startup+51.1003 s]
/proc/loadavg: 6.51 7.09 7.58 9/343 10139
/proc/meminfo: memFree=16945440/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=444508 CPUtime=191.75 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 94524 0 0 0 19137 38 0 0 25 0 4 0 654890120 455176192 90764 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320970 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 111127 90764 460 189 0 105476 0
[pid=10131/tid=10136] ppid=10129 vsize=444508 CPUtime=47.05 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 17733 0 0 0 4699 6 0 0 25 0 4 0 654890520 455176192 90764 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670394 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=444508 CPUtime=47.07 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 11052 0 0 0 4704 3 0 0 25 0 4 0 654890520 455176192 90764 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=444508 CPUtime=46.57 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 21348 0 0 0 4648 9 0 0 25 0 4 0 654890520 455176192 90764 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670321 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 191.75
Current children cumulated vsize (KiB) 444508

[startup+102.313 s]
/proc/loadavg: 7.35 7.23 7.60 9/343 10141
/proc/meminfo: memFree=16803172/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=588200 CPUtime=396.01 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 111861 0 0 0 39550 51 0 0 25 0 4 0 654890120 602316800 108085 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 147050 108085 460 189 0 141399 0
[pid=10131/tid=10136] ppid=10129 vsize=588200 CPUtime=98.26 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 23127 0 0 0 9815 11 0 0 25 0 4 0 654890520 602316800 108085 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=588200 CPUtime=98.28 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 12725 0 0 0 9824 4 0 0 25 0 4 0 654890520 602316800 108085 33554432000 4194304 4964800 140734057207968 18446744073709551615 4658589 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=588200 CPUtime=97.21 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 24208 0 0 0 9709 12 0 0 25 0 4 0 654890520 602316800 108085 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 396.01
Current children cumulated vsize (KiB) 588200

[startup+162.301 s]
/proc/loadavg: 7.91 7.41 7.64 9/343 10142
/proc/meminfo: memFree=16583732/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=693052 CPUtime=635.27 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 149166 0 0 0 63452 75 0 0 25 0 4 0 654890120 709685248 145252 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670361 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 173263 145252 460 189 0 167612 0
[pid=10131/tid=10136] ppid=10129 vsize=693052 CPUtime=158.21 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 32175 0 0 0 15805 16 0 0 25 0 4 0 654890520 709685248 145252 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=693052 CPUtime=158.27 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 16606 0 0 0 15821 6 0 0 25 0 4 0 654890520 709685248 145252 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=693052 CPUtime=156.55 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 31125 0 0 0 15638 17 0 0 25 0 4 0 654890520 709685248 145252 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 635.27
Current children cumulated vsize (KiB) 693052

[startup+222.301 s]
/proc/loadavg: 8.04 7.54 7.67 9/343 10144
/proc/meminfo: memFree=16463876/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=788848 CPUtime=874.6 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 165795 0 0 0 87373 87 0 0 25 0 4 0 654890120 807780352 161881 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 197212 161881 460 189 0 191561 0
[pid=10131/tid=10136] ppid=10129 vsize=788848 CPUtime=218.2 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 36007 0 0 0 21802 18 0 0 25 0 4 0 654890520 807780352 161881 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=788848 CPUtime=218.27 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 18608 0 0 0 21821 6 0 0 25 0 4 0 654890520 807780352 161881 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=788848 CPUtime=215.89 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 33325 0 0 0 21569 20 0 0 25 0 4 0 654890520 807780352 161881 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 874.6
Current children cumulated vsize (KiB) 788848

[startup+282.3 s]
/proc/loadavg: 8.16 7.67 7.70 9/343 10145
/proc/meminfo: memFree=16241700/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=898104 CPUtime=1113.93 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 201004 0 0 0 111280 113 0 0 25 0 4 0 654890120 919658496 197090 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/10131/statm: 224526 197090 460 189 0 218875 0
[pid=10131/tid=10136] ppid=10129 vsize=898104 CPUtime=278.19 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 43548 0 0 0 27794 25 0 0 25 0 4 0 654890520 919658496 197090 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627281 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=898104 CPUtime=278.27 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 21233 0 0 0 27820 7 0 0 25 0 4 0 654890520 919658496 197090 33554432000 4194304 4964800 140734057207968 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=898104 CPUtime=275.23 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 41279 0 0 0 27496 27 0 0 25 0 4 0 654890520 919658496 197090 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1113.93

################
# More data... #
################

[pid=10131/tid=10136] ppid=10129 vsize=1299992 CPUtime=817.41 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 59630 0 0 0 81694 47 0 0 25 0 4 0 654890520 1331191808 299073 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1299992 CPUtime=818.27 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34163 0 0 0 81814 13 0 0 25 0 4 0 654890520 1331191808 299073 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1299992 CPUtime=815.12 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 58361 0 0 0 81461 51 0 0 25 0 4 0 654890520 1331191808 299073 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627887 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3267.84
Current children cumulated vsize (KiB) 1299992

[startup+882.3 s]
/proc/loadavg: 8.14 8.08 7.89 9/343 10162
/proc/meminfo: memFree=15598460/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1301048 CPUtime=3507.14 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 304102 0 0 0 350497 217 0 0 25 0 4 0 654890120 1332273152 299390 33554432000 4194304 4964800 140734057207968 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 325262 299390 460 189 0 319611 0
[pid=10131/tid=10136] ppid=10129 vsize=1301048 CPUtime=876.75 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 59998 0 0 0 87628 47 0 0 25 0 4 0 654890520 1332273152 299390 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1301048 CPUtime=878.24 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34267 0 0 0 87810 14 0 0 25 0 4 0 654890520 1332273152 299390 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1301048 CPUtime=875.12 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 58428 0 0 0 87461 51 0 0 25 0 4 0 654890520 1332273152 299390 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3507.14
Current children cumulated vsize (KiB) 1301048

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 7.91 9/343 10163
/proc/meminfo: memFree=15566292/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1308384 CPUtime=3746.49 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 306390 0 0 0 374431 218 0 0 25 0 4 0 654890120 1339785216 301678 33554432000 4194304 4964800 140734057207968 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 327096 301679 460 189 0 321445 0
[pid=10131/tid=10136] ppid=10129 vsize=1308384 CPUtime=936.11 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 60924 0 0 0 93563 48 0 0 25 0 4 0 654890520 1339785216 301679 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1308384 CPUtime=938.24 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34323 0 0 0 93810 14 0 0 25 0 4 0 654890520 1339785216 301679 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1308384 CPUtime=935.12 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 59557 0 0 0 93461 51 0 0 25 0 4 0 654890520 1339785216 301679 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612771525 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3746.49
Current children cumulated vsize (KiB) 1308384

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 7.93 9/343 10165
/proc/meminfo: memFree=15522260/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1343464 CPUtime=3985.75 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 315972 0 0 0 398350 225 0 0 25 0 4 0 654890120 1375707136 311026 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320955 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 335866 311026 460 189 0 330215 0
[pid=10131/tid=10136] ppid=10129 vsize=1343464 CPUtime=995.38 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 62424 0 0 0 99488 50 0 0 25 0 4 0 654890520 1375707136 311026 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1343464 CPUtime=998.23 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34700 0 0 0 99809 14 0 0 25 0 4 0 654890520 1375707136 311026 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1343464 CPUtime=995.12 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 62430 0 0 0 99459 53 0 0 25 0 4 0 654890520 1375707136 311026 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3985.75
Current children cumulated vsize (KiB) 1343464

[startup+1062.3 s]
/proc/loadavg: 8.24 8.15 7.95 9/343 10166
/proc/meminfo: memFree=15467936/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1343784 CPUtime=4225.09 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 317507 0 0 0 422283 226 0 0 25 0 4 0 654890120 1376034816 312347 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 335946 312347 460 189 0 330295 0
[pid=10131/tid=10136] ppid=10129 vsize=1343784 CPUtime=1054.72 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 62881 0 0 0 105422 50 0 0 25 0 4 0 654890520 1376034816 312347 33554432000 4194304 4964800 140734057207968 18446744073709551615 4644896 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1343784 CPUtime=1058.23 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34708 0 0 0 105809 14 0 0 25 0 4 0 654890520 1376034816 312347 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320919 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1343784 CPUtime=1055.13 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 63483 0 0 0 105459 54 0 0 25 0 4 0 654890520 1376034816 312347 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4225.09
Current children cumulated vsize (KiB) 1343784

[startup+1122.3 s]
/proc/loadavg: 8.16 8.13 7.95 9/343 10168
/proc/meminfo: memFree=15463456/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4464.38 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 317972 0 0 0 446210 228 0 0 25 0 4 0 654890120 1377955840 312551 33554432000 4194304 4964800 140734057207968 18446744073709551615 4342228 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312551 460 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1114.62 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 62883 0 0 0 111412 50 0 0 25 0 4 0 654890520 1377955840 312551 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1345660 CPUtime=1118.24 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34787 0 0 0 111809 15 0 0 25 0 4 0 654890520 1377955840 312551 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1345660 CPUtime=1114.53 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 63820 0 0 0 111398 55 0 0 25 0 4 0 654890520 1377955840 312551 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4464.38
Current children cumulated vsize (KiB) 1345660

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 7.96 9/343 10169
/proc/meminfo: memFree=15461080/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4703.73 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 318595 0 0 0 470145 228 0 0 25 0 4 0 654890120 1377955840 312869 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670520 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312869 460 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1174.62 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 63424 0 0 0 117412 50 0 0 25 0 4 0 654890520 1377955840 312869 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320993 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1345660 CPUtime=1178.24 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34843 0 0 0 117809 15 0 0 25 0 4 0 654890520 1377955840 312869 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1345660 CPUtime=1173.88 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 63837 0 0 0 117333 55 0 0 25 0 4 0 654890520 1377955840 312869 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320963 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4703.73
Current children cumulated vsize (KiB) 1345660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.5 s]
/proc/loadavg: 7.76 8.04 7.94 5/335 10188
/proc/meminfo: memFree=16243180/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4800.27 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) R 10129 10131 563 0 -1 4202496 318688 0 0 0 479798 229 0 0 25 0 4 0 654890120 1377955840 312962 33554432000 4194304 4964800 140734057207968 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312962 460 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1198.82 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 63509 0 0 0 119831 51 0 0 25 0 4 0 654890520 1377955840 312962 33554432000 4194304 4964800 140734057207968 18446744073709551615 270613215775 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=10131/tid=10137] ppid=10129 vsize=1345660 CPUtime=1202.45 cores=1,3,5,7
/proc/10131/task/10137/stat : 10137 (claspmt) R 10129 10131 563 0 -1 4202560 34843 0 0 0 120230 15 0 0 25 0 4 0 654890520 1377955840 312962 33554432000 4194304 4964800 140734057207968 18446744073709551615 270613215775 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=10131/tid=10138] ppid=10129 vsize=1345660 CPUtime=1197.82 cores=1,3,5,7
/proc/10131/task/10138/stat : 10138 (claspmt) R 10129 10131 563 0 -1 4202560 63845 0 0 0 119727 55 0 0 25 0 4 0 654890520 1377955840 312962 33554432000 4194304 4964800 140734057207968 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1345660

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10131

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

[startup+1207.81 s]
/proc/loadavg: 7.76 8.04 7.94 2/334 10189
/proc/meminfo: memFree=16242688/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4801.61 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) S 10129 10131 563 0 -1 4202496 318690 0 0 0 479932 229 0 0 25 0 2 0 654890120 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270624913381 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312964 462 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1200.12 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 63509 0 0 0 119961 51 0 0 25 0 2 0 654890520 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612808322 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4801.61
Current children cumulated vsize (KiB) 1345660

[startup+1208.2 s]
/proc/loadavg: 7.76 8.04 7.94 2/334 10189
/proc/meminfo: memFree=16242688/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4802 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) S 10129 10131 563 0 -1 4202496 318690 0 0 0 479971 229 0 0 25 0 2 0 654890120 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270624913381 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312964 462 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1200.51 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 63509 0 0 0 120000 51 0 0 25 0 2 0 654890520 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 4644876 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4802
Current children cumulated vsize (KiB) 1345660

[startup+1208.4 s]
/proc/loadavg: 7.76 8.04 7.94 2/334 10189
/proc/meminfo: memFree=16242688/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4802.2 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) S 10129 10131 563 0 -1 4202496 318690 0 0 0 479991 229 0 0 25 0 2 0 654890120 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270624913381 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312964 462 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1200.71 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 63509 0 0 0 120020 51 0 0 25 0 2 0 654890520 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612808275 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4802.2
Current children cumulated vsize (KiB) 1345660

[startup+1208.5 s]
/proc/loadavg: 7.76 8.04 7.94 2/334 10189
/proc/meminfo: memFree=16242688/32951124 swapFree=67056804/67111528
[pid=10131] ppid=10129 vsize=1345660 CPUtime=4802.3 cores=1,3,5,7
/proc/10131/stat : 10131 (claspmt) S 10129 10131 563 0 -1 4202496 318690 0 0 0 480001 229 0 0 25 0 2 0 654890120 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270624913381 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/10131/statm: 336415 312964 462 189 0 330764 0
[pid=10131/tid=10136] ppid=10129 vsize=1345660 CPUtime=1200.81 cores=1,3,5,7
/proc/10131/task/10136/stat : 10136 (claspmt) R 10129 10131 563 0 -1 4202560 63509 0 0 0 120030 51 0 0 25 0 2 0 654890520 1377955840 312964 33554432000 4194304 4964800 140734057207968 18446744073709551615 270612808286 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4802.3
Current children cumulated vsize (KiB) 1345660

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1208.58
CPU time (s): 4802.38
CPU user time (s): 4800.04
CPU system time (s): 2.34664
CPU usage (%): 397.359
Max. virtual memory (cumulated for all children) (KiB): 1345660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4800.04
system time used= 2.34664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318690
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= 27480
involuntary context switches= 32212

runsolver used 3.61545 second user time and 9.58454 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 06:14:52
IDJOB=3373007
IDBENCH=88226
IDSOLVER=1853
FILE ID=node108/3373007-1305432892
RUNJOBID= node108-1305432892-10112
PBS_JOBID= 13324595
Free space on /tmp= 73568 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3373007-1305432892/watcher-3373007-1305432892 -o /tmp/evaluation-result-3373007-1305432892/solver-3373007-1305432892 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373007-1305432892.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1669690541

node108.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.820
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.64
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.820
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.820
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.82
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.820
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.820
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.82
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.820
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.820
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.820
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:      17489916 kB
Buffers:        291164 kB
Cached:        4749568 kB
SwapCached:       8700 kB
Active:       11077000 kB
Inactive:      4073384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17489916 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:            8932 kB
Writeback:           0 kB
AnonPages:    10106516 kB
Mapped:          27140 kB
Slab:           208112 kB
PageTables:      38404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52275052 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= 73568 MiB
End job on node108 at 2011-05-15 06:35:00