Trace number 3373150

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)UNSAT 2000.07 501.349

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn009.shuffled-as.sat05-3849.cnf
MD5SUMf2a1eb7937a7cda114ce344a30ca1145
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark824.93
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...431165/instance-3373150-1305431165.cnf
0.03/0.06	c Solving...
1999.90/501.34	s UNSATISFIABLE
1999.90/501.34	
1999.90/501.34	c Models        : 0     
1999.90/501.34	c Time          : 501.335s (Solving: 501.27s 1st Model: 0.00s Unsat: 501.27s)
1999.90/501.34	c CPU Time      : 2000.040s

Verifier Data

No possible verification on an UNSAT instance

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-3373150-1305431165/watcher-3373150-1305431165 -o /tmp/evaluation-result-3373150-1305431165/solver-3373150-1305431165 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373150-1305431165.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: 7.96 8.09 8.00 5/327 701
/proc/meminfo: memFree=25024696/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=20872 CPUtime=0 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 494 0 0 0 0 0 0 0 25 0 1 0 654716911 21372928 425 33554432000 4194304 4964800 140737054654768 18446744073709551615 4307872 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/701/statm: 5219 430 367 189 0 93 0

[startup+0.040651 s]
/proc/loadavg: 7.96 8.09 8.00 5/327 701
/proc/meminfo: memFree=25024696/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=23964 CPUtime=0.03 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 1345 0 0 0 3 0 0 0 25 0 1 0 654716911 24539136 1188 33554432000 4194304 4964800 140737054654768 18446744073709551615 4607648 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/701/statm: 5991 1188 402 189 0 865 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23964

[startup+0.109454 s]
/proc/loadavg: 7.96 8.09 8.00 5/327 701
/proc/meminfo: memFree=25024696/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=173228 CPUtime=0.2 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 2735 0 0 0 20 0 0 0 25 0 4 0 654716911 177385472 2473 33554432000 4194304 4964800 140737054654768 18446744073709551615 244446606369 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 43307 2473 458 189 0 37656 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 173228

[startup+0.300571 s]
/proc/loadavg: 7.96 8.09 8.00 5/327 701
/proc/meminfo: memFree=25024696/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=239304 CPUtime=0.96 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 3433 0 0 0 96 0 0 0 25 0 4 0 654716911 245047296 3171 33554432000 4194304 4964800 140737054654768 18446744073709551615 4653507 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 59826 3171 458 189 0 54175 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 239304

[startup+0.700498 s]
/proc/loadavg: 7.96 8.09 8.00 5/327 701
/proc/meminfo: memFree=25024696/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=239988 CPUtime=2.56 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 3977 0 0 0 256 0 0 0 25 0 4 0 654716911 245747712 3715 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 59997 3715 458 189 0 54346 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 239988

[startup+1.50035 s]
/proc/loadavg: 7.96 8.09 8.00 9/331 705
/proc/meminfo: memFree=25009144/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=241060 CPUtime=5.76 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 4758 0 0 0 575 1 0 0 25 0 4 0 654716911 246845440 4496 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669579 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 60265 4496 458 189 0 54614 0
[pid=701/tid=703] ppid=699 vsize=241060 CPUtime=1.42 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 843 0 0 0 142 0 0 0 20 0 4 0 654716918 246845440 4496 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=241060 CPUtime=1.42 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 1060 0 0 0 142 0 0 0 25 0 4 0 654716918 246845440 4497 33554432000 4194304 4964800 140737054654768 18446744073709551615 4361266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=241060 CPUtime=1.42 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 759 0 0 0 142 0 0 0 25 0 4 0 654716918 246845440 4497 33554432000 4194304 4964800 140737054654768 18446744073709551615 244446606369 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 241060

[startup+3.10105 s]
/proc/loadavg: 7.96 8.09 8.00 9/331 705
/proc/meminfo: memFree=25005796/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=241724 CPUtime=12.14 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 5629 0 0 0 1213 1 0 0 25 0 4 0 654716911 247525376 5367 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 60431 5367 460 189 0 54780 0
[pid=701/tid=703] ppid=699 vsize=241724 CPUtime=3.02 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 970 0 0 0 302 0 0 0 25 0 4 0 654716918 247525376 5367 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=241724 CPUtime=3.02 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 1371 0 0 0 302 0 0 0 25 0 4 0 654716918 247525376 5367 33554432000 4194304 4964800 140737054654768 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=241724 CPUtime=3.02 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 927 0 0 0 302 0 0 0 25 0 4 0 654716918 247525376 5367 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 241724

[startup+6.30046 s]
/proc/loadavg: 7.97 8.09 8.00 9/331 705
/proc/meminfo: memFree=24998812/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=242412 CPUtime=24.91 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 7362 0 0 0 2489 2 0 0 25 0 4 0 654716911 248229888 7100 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670330 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 60603 7100 460 189 0 54952 0
[pid=701/tid=703] ppid=699 vsize=242412 CPUtime=6.22 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 1597 0 0 0 622 0 0 0 25 0 4 0 654716918 248229888 7100 33554432000 4194304 4964800 140737054654768 18446744073709551615 244446612352 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=242412 CPUtime=6.21 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 2186 0 0 0 621 0 0 0 25 0 4 0 654716918 248229888 7100 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=242412 CPUtime=6.22 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 1119 0 0 0 622 0 0 0 25 0 4 0 654716918 248229888 7100 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 242412

[startup+12.7003 s]
/proc/loadavg: 7.97 8.09 8.00 9/331 705
/proc/meminfo: memFree=24989160/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=243824 CPUtime=50.45 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 9213 0 0 0 5041 4 0 0 25 0 4 0 654716911 249675776 8870 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 60956 8870 460 189 0 55305 0
[pid=701/tid=703] ppid=699 vsize=243824 CPUtime=12.62 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 2278 0 0 0 1261 1 0 0 25 0 4 0 654716918 249675776 8870 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=243824 CPUtime=12.62 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 2706 0 0 0 1261 1 0 0 25 0 4 0 654716918 249675776 8870 33554432000 4194304 4964800 140737054654768 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=243824 CPUtime=12.62 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 1703 0 0 0 1261 1 0 0 25 0 4 0 654716918 249675776 8870 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 243824

[startup+25.5009 s]
/proc/loadavg: 8.05 8.10 8.01 9/331 706
/proc/meminfo: memFree=24979740/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=249404 CPUtime=101.51 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 11517 0 0 0 10146 5 0 0 25 0 4 0 654716911 255389696 11174 33554432000 4194304 4964800 140737054654768 18446744073709551615 4342144 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 62351 11174 460 189 0 56700 0
[pid=701/tid=703] ppid=699 vsize=249404 CPUtime=25.42 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 2943 0 0 0 2541 1 0 0 25 0 4 0 654716918 255389696 11174 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=249404 CPUtime=25.41 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 3819 0 0 0 2540 1 0 0 25 0 4 0 654716918 255389696 11174 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=249404 CPUtime=25.42 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 1909 0 0 0 2541 1 0 0 25 0 4 0 654716918 255389696 11174 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669386 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 249404

[startup+51.1011 s]
/proc/loadavg: 8.03 8.09 8.01 9/331 706
/proc/meminfo: memFree=24967184/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=249836 CPUtime=203.66 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 13734 0 0 0 20358 8 0 0 25 0 4 0 654716911 255832064 13391 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669011 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 62459 13391 460 189 0 56808 0
[pid=701/tid=703] ppid=699 vsize=249836 CPUtime=51.02 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 3747 0 0 0 5100 2 0 0 25 0 4 0 654716918 255832064 13391 33554432000 4194304 4964800 140737054654768 18446744073709551615 4332351 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=249836 CPUtime=51.02 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 4622 0 0 0 5100 2 0 0 25 0 4 0 654716918 255832064 13391 33554432000 4194304 4964800 140737054654768 18446744073709551615 4627540 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=249836 CPUtime=51.02 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 2076 0 0 0 5101 1 0 0 25 0 4 0 654716918 255832064 13391 33554432000 4194304 4964800 140737054654768 18446744073709551615 4363327 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 249836

[startup+102.313 s]
/proc/loadavg: 8.18 8.12 8.02 9/331 708
/proc/meminfo: memFree=24952648/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=252892 CPUtime=407.98 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 16238 0 0 0 40788 10 0 0 25 0 4 0 654716911 258961408 15892 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 63223 15892 460 189 0 57572 0
[pid=701/tid=703] ppid=699 vsize=252892 CPUtime=102.23 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 4887 0 0 0 10220 3 0 0 25 0 4 0 654716918 258961408 15892 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=252892 CPUtime=102.23 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 5492 0 0 0 10221 2 0 0 25 0 4 0 654716918 258961408 15892 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=252892 CPUtime=102.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 2201 0 0 0 10222 1 0 0 25 0 4 0 654716918 258961408 15892 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 252892

[startup+162.3 s]
/proc/loadavg: 8.18 8.13 8.02 9/331 709
/proc/meminfo: memFree=24942932/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=253888 CPUtime=647.32 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 17623 0 0 0 64721 11 0 0 25 0 4 0 654716911 259981312 17277 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669509 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 63472 17277 460 189 0 57821 0
[pid=701/tid=703] ppid=699 vsize=253888 CPUtime=162.22 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 5291 0 0 0 16219 3 0 0 25 0 4 0 654716918 259981312 17277 33554432000 4194304 4964800 140737054654768 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=253888 CPUtime=162.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 5999 0 0 0 16219 3 0 0 25 0 4 0 654716918 259981312 17277 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=253888 CPUtime=162.22 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 2540 0 0 0 16220 2 0 0 25 0 4 0 654716918 259981312 17277 33554432000 4194304 4964800 140737054654768 18446744073709551615 4684009 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.32
Current children cumulated vsize (KiB) 253888

[startup+222.301 s]
/proc/loadavg: 7.94 8.06 8.00 9/331 742
/proc/meminfo: memFree=25106052/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=257508 CPUtime=886.71 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 19972 0 0 0 88658 13 0 0 25 0 4 0 654716911 263688192 19614 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64377 19614 460 189 0 58726 0
[pid=701/tid=703] ppid=699 vsize=257508 CPUtime=222.22 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 5627 0 0 0 22218 4 0 0 25 0 4 0 654716918 263688192 19614 33554432000 4194304 4964800 140737054654768 18446744073709551615 4332144 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=257508 CPUtime=222.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 7447 0 0 0 22219 3 0 0 25 0 4 0 654716918 263688192 19614 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=257508 CPUtime=222.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 2907 0 0 0 22220 3 0 0 25 0 4 0 654716918 263688192 19614 33554432000 4194304 4964800 140737054654768 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 886.71
Current children cumulated vsize (KiB) 257508

[startup+282.301 s]
/proc/loadavg: 8.01 8.06 8.00 9/331 743
/proc/meminfo: memFree=25090892/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=257508 CPUtime=1126.11 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 20803 0 0 0 112597 14 0 0 25 0 4 0 654716911 263688192 20445 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64377 20445 460 189 0 58726 0
[pid=701/tid=703] ppid=699 vsize=257508 CPUtime=282.22 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 5795 0 0 0 28218 4 0 0 25 0 4 0 654716918 263688192 20445 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670394 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=257508 CPUtime=282.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 7620 0 0 0 28219 3 0 0 25 0 4 0 654716918 263688192 20445 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=257508 CPUtime=282.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 2926 0 0 0 28220 3 0 0 25 0 4 0 654716918 263688192 20445 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1126.11
Current children cumulated vsize (KiB) 257508

[startup+342.301 s]
/proc/loadavg: 8.05 8.06 8.00 9/331 745
/proc/meminfo: memFree=25082068/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=258100 CPUtime=1365.49 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 21304 0 0 0 136534 15 0 0 25 0 4 0 654716911 264294400 20946 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64525 20946 460 189 0 58874 0
[pid=701/tid=703] ppid=699 vsize=258100 CPUtime=342.21 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6000 0 0 0 34217 4 0 0 25 0 4 0 654716918 264294400 20946 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=258100 CPUtime=342.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 7903 0 0 0 34218 4 0 0 25 0 4 0 654716918 264294400 20946 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=258100 CPUtime=342.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 2933 0 0 0 34220 3 0 0 25 0 4 0 654716918 264294400 20946 33554432000 4194304 4964800 140737054654768 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1365.49
Current children cumulated vsize (KiB) 258100

[startup+402.301 s]
/proc/loadavg: 8.05 8.06 8.00 9/331 747
/proc/meminfo: memFree=25072120/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259360 CPUtime=1604.9 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 22382 0 0 0 160473 17 0 0 25 0 4 0 654716911 265584640 22022 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670338 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64840 22022 460 189 0 59189 0
[pid=701/tid=703] ppid=699 vsize=259360 CPUtime=402.21 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6136 0 0 0 40217 4 0 0 25 0 4 0 654716918 265584640 22022 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259360 CPUtime=402.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8196 0 0 0 40218 4 0 0 25 0 4 0 654716918 265584640 22022 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259360 CPUtime=402.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3573 0 0 0 40219 4 0 0 25 0 4 0 654716918 265584640 22022 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669389 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1604.9
Current children cumulated vsize (KiB) 259360

[startup+462.301 s]
/proc/loadavg: 8.13 8.08 8.01 9/331 748
/proc/meminfo: memFree=25065020/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1844.29 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23128 0 0 0 184411 18 0 0 25 0 4 0 654716911 265719808 22756 33554432000 4194304 4964800 140737054654768 18446744073709551615 4320981 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22756 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=462.21 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6245 0 0 0 46217 4 0 0 25 0 4 0 654716918 265719808 22756 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=462.23 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8670 0 0 0 46218 5 0 0 25 0 4 0 654716918 265719808 22756 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=462.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3597 0 0 0 46219 4 0 0 25 0 4 0 654716918 265719808 22756 33554432000 4194304 4964800 140737054654768 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1844.29
Current children cumulated vsize (KiB) 259492

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

[startup+486.301 s]
/proc/loadavg: 8.14 8.08 8.01 9/331 749
/proc/meminfo: memFree=25062648/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1940.05 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23153 0 0 0 193986 19 0 0 25 0 4 0 654716911 265719808 22781 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670273 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22781 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=486.21 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6262 0 0 0 48617 4 0 0 25 0 4 0 654716918 265719808 22781 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=486.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8675 0 0 0 48617 5 0 0 25 0 4 0 654716918 265719808 22781 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321054 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=486.23 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 48619 4 0 0 25 0 4 0 654716918 265719808 22781 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1940.05
Current children cumulated vsize (KiB) 259492

[startup+492.701 s]
/proc/loadavg: 8.12 8.08 8.01 9/331 749
/proc/meminfo: memFree=25062388/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1965.6 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23154 0 0 0 196541 19 0 0 25 0 4 0 654716911 265719808 22771 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670366 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22771 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=492.62 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6262 0 0 0 49258 4 0 0 25 0 4 0 654716918 265719808 22771 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=492.64 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8676 0 0 0 49259 5 0 0 25 0 4 0 654716918 265719808 22771 33554432000 4194304 4964800 140737054654768 18446744073709551615 4325352 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=492.64 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 49260 4 0 0 25 0 4 0 654716918 265719808 22771 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1965.6
Current children cumulated vsize (KiB) 259492

[startup+495.9 s]
/proc/loadavg: 8.12 8.08 8.01 9/331 749
/proc/meminfo: memFree=25062016/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1978.36 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23159 0 0 0 197817 19 0 0 25 0 4 0 654716911 265719808 22776 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22776 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=495.81 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6263 0 0 0 49577 4 0 0 25 0 4 0 654716918 265719808 22776 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=495.82 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8676 0 0 0 49577 5 0 0 25 0 4 0 654716918 265719808 22776 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=495.82 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 49578 4 0 0 25 0 4 0 654716918 265719808 22776 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669352 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1978.36
Current children cumulated vsize (KiB) 259492

[startup+499.101 s]
/proc/loadavg: 8.11 8.08 8.01 9/331 749
/proc/meminfo: memFree=25062016/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1991.13 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23165 0 0 0 199094 19 0 0 25 0 4 0 654716911 265719808 22782 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321013 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22782 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=499.01 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6268 0 0 0 49897 4 0 0 25 0 4 0 654716918 265719808 22782 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=499.02 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8677 0 0 0 49897 5 0 0 25 0 4 0 654716918 265719808 22782 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=499.02 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 49898 4 0 0 25 0 4 0 654716918 265719808 22782 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321282 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1991.13
Current children cumulated vsize (KiB) 259492

[startup+500.7 s]
/proc/loadavg: 8.11 8.08 8.01 9/331 749
/proc/meminfo: memFree=25061892/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1997.5 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23167 0 0 0 199731 19 0 0 25 0 4 0 654716911 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670295 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22784 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=500.61 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6268 0 0 0 50057 4 0 0 25 0 4 0 654716918 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=500.62 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8679 0 0 0 50057 5 0 0 25 0 4 0 654716918 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=500.62 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 50058 4 0 0 25 0 4 0 654716918 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1997.5
Current children cumulated vsize (KiB) 259492

[startup+501.1 s]
/proc/loadavg: 8.11 8.08 8.01 9/331 749
/proc/meminfo: memFree=25061892/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1999.1 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23167 0 0 0 199891 19 0 0 25 0 4 0 654716911 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22784 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=501.01 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6268 0 0 0 50097 4 0 0 25 0 4 0 654716918 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=501.02 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8679 0 0 0 50097 5 0 0 25 0 4 0 654716918 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=501.02 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 50098 4 0 0 25 0 4 0 654716918 265719808 22784 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1999.1
Current children cumulated vsize (KiB) 259492

[startup+501.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/331 749
/proc/meminfo: memFree=25061892/32951124 swapFree=44485764/67111528
[pid=701] ppid=699 vsize=259492 CPUtime=1999.9 cores=1,3,5,7
/proc/701/stat : 701 (claspmt) R 699 701 390 0 -1 4202496 23167 0 0 0 199971 19 0 0 25 0 4 0 654716911 265719808 22678 33554432000 4194304 4964800 140737054654768 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/701/statm: 64873 22678 460 189 0 59222 0
[pid=701/tid=703] ppid=699 vsize=259492 CPUtime=501.21 cores=1,3,5,7
/proc/701/task/703/stat : 703 (claspmt) R 699 701 390 0 -1 4202560 6268 0 0 0 50117 4 0 0 25 0 4 0 654716918 265719808 22678 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=701/tid=704] ppid=699 vsize=259492 CPUtime=501.22 cores=1,3,5,7
/proc/701/task/704/stat : 704 (claspmt) R 699 701 390 0 -1 4202560 8679 0 0 0 50117 5 0 0 25 0 4 0 654716918 265719808 22678 33554432000 4194304 4964800 140737054654768 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=701/tid=705] ppid=699 vsize=259492 CPUtime=501.22 cores=1,3,5,7
/proc/701/task/705/stat : 705 (claspmt) R 699 701 390 0 -1 4202560 3600 0 0 0 50118 4 0 0 25 0 4 0 654716918 265719808 22678 33554432000 4194304 4964800 140737054654768 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1999.9
Current children cumulated vsize (KiB) 259492

Child status: 20
Real time (s): 501.349
CPU time (s): 2000.07
CPU user time (s): 1999.87
CPU system time (s): 0.199969
CPU usage (%): 398.936
Max. virtual memory (cumulated for all children) (KiB): 259492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1999.86
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23179
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= 4320
involuntary context switches= 10045

runsolver used 1.49677 second user time and 3.60545 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 05:46:05
IDJOB=3373150
IDBENCH=85793
IDSOLVER=1853
FILE ID=node105/3373150-1305431165
RUNJOBID= node105-1305428643-409
PBS_JOBID= 13324613
Free space on /tmp= 73620 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn009.shuffled-as.sat05-3849.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-3373150-1305431165/watcher-3373150-1305431165 -o /tmp/evaluation-result-3373150-1305431165/solver-3373150-1305431165 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373150-1305431165.cnf

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

MD5SUM BENCH= f2a1eb7937a7cda114ce344a30ca1145
RANDOM SEED=369478738

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25024852 kB
Buffers:        286388 kB
Cached:        5962468 kB
SwapCached:      39656 kB
Active:         792372 kB
Inactive:      6873868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25024852 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:     1385064 kB
Mapped:          11160 kB
Slab:           129024 kB
PageTables:      66728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65563016 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= 73620 MiB
End job on node105 at 2011-05-15 05:54:26