Trace number 3322567

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-R4095UNSAT 6804.14 853.236

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3019.17
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...389717/instance-3322567-1304389717.cnf
0.09/0.16	c Solving...
6804.09/853.23	s UNSATISFIABLE
6804.09/853.23	
6804.09/853.23	c Models        : 0     
6804.09/853.23	c Time          : 853.132s (Solving: 852.97s 1st Model: 0.00s Unsat: 852.97s)
6804.09/853.23	c CPU Time      : 6804.030s

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: 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-3322567-1304389717/watcher-3322567-1304389717 -o /tmp/evaluation-result-3322567-1304389717/solver-3322567-1304389717 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322567-1304389717.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.46 7.94 7.98 1/274 22802
/proc/meminfo: memFree=17401740/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=22304 CPUtime=0 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 934 0 0 0 0 0 0 0 25 0 1 0 550569653 22839296 771 33554432000 4194304 4964704 140734606771648 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22802/statm: 5576 772 386 189 0 450 0

[startup+0.0297219 s]
/proc/loadavg: 7.46 7.94 7.98 1/274 22802
/proc/meminfo: memFree=17401740/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=23360 CPUtime=0.02 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 1255 0 0 0 2 0 0 0 25 0 1 0 550569653 23920640 1088 33554432000 4194304 4964704 140734606771648 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22802/statm: 5840 1088 399 189 0 714 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23360

[startup+0.100728 s]
/proc/loadavg: 7.46 7.94 7.98 1/274 22802
/proc/meminfo: memFree=17401740/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=23492 CPUtime=0.09 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 1270 0 0 0 9 0 0 0 25 0 1 0 550569653 24055808 1103 33554432000 4194304 4964704 140734606771648 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22802/statm: 5873 1103 400 189 0 747 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23492

[startup+0.309634 s]
/proc/loadavg: 7.46 7.94 7.98 1/274 22802
/proc/meminfo: memFree=17401740/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=319488 CPUtime=1.02 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 4497 0 0 0 99 3 0 0 18 0 8 0 550569653 327155712 4245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4332355 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 79872 4245 464 189 0 74221 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 319488

[startup+0.700565 s]
/proc/loadavg: 7.46 7.94 7.98 1/274 22802
/proc/meminfo: memFree=17401740/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=388712 CPUtime=4.13 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 9960 0 0 0 408 5 0 0 18 0 8 0 550569653 398041088 9708 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320966 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 97178 9708 464 189 0 91527 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 388712

[startup+1.50042 s]
/proc/loadavg: 7.46 7.94 7.98 9/282 22810
/proc/meminfo: memFree=17360268/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=457492 CPUtime=10.5 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 15301 0 0 0 1042 8 0 0 19 0 8 0 550569653 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4654003 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 114373 15049 464 189 0 108722 0
[pid=22802/tid=22804] ppid=22800 vsize=457492 CPUtime=1.31 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 1387 0 0 0 130 1 0 0 19 0 8 0 550569669 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=457492 CPUtime=1.17 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 1326 0 0 0 117 0 0 0 25 0 8 0 550569669 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670462 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=457492 CPUtime=1.29 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 2117 0 0 0 128 1 0 0 19 0 8 0 550569669 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=457492 CPUtime=1.3 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 1742 0 0 0 129 1 0 0 19 0 8 0 550569669 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4321025 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=457492 CPUtime=1.32 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 1710 0 0 0 131 1 0 0 19 0 8 0 550569669 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320879 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=457492 CPUtime=1.29 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 1714 0 0 0 129 0 0 0 18 0 8 0 550569669 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4363274 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=457492 CPUtime=1.29 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 2125 0 0 0 129 0 0 0 18 0 8 0 550569670 468471808 15049 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (KiB) 457492

[startup+3.10113 s]
/proc/loadavg: 7.46 7.94 7.98 9/282 22810
/proc/meminfo: memFree=17337080/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=457816 CPUtime=23.3 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 18846 0 0 0 2319 11 0 0 23 0 8 0 550569653 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 114454 18594 466 189 0 108803 0
[pid=22802/tid=22804] ppid=22800 vsize=457816 CPUtime=2.9 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 1697 0 0 0 289 1 0 0 23 0 8 0 550569669 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4668928 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=457816 CPUtime=2.76 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 1658 0 0 0 276 0 0 0 25 0 8 0 550569669 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=457816 CPUtime=2.89 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 2504 0 0 0 288 1 0 0 24 0 8 0 550569669 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=457816 CPUtime=2.9 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 2023 0 0 0 289 1 0 0 23 0 8 0 550569669 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=457816 CPUtime=2.91 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 2900 0 0 0 289 2 0 0 24 0 8 0 550569669 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4334304 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=457816 CPUtime=2.89 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 2252 0 0 0 289 0 0 0 20 0 8 0 550569669 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=457816 CPUtime=2.89 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 2497 0 0 0 289 0 0 0 21 0 8 0 550569670 468803584 18594 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 457816

[startup+6.30056 s]
/proc/loadavg: 7.50 7.94 7.98 9/282 22810
/proc/meminfo: memFree=17316128/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=459544 CPUtime=48.85 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 24104 0 0 0 4871 14 0 0 25 0 8 0 550569653 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320872 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 114886 23852 466 189 0 109235 0
[pid=22802/tid=22804] ppid=22800 vsize=459544 CPUtime=6.1 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 2086 0 0 0 609 1 0 0 25 0 8 0 550569669 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4653459 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=459544 CPUtime=5.93 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 2333 0 0 0 593 0 0 0 25 0 8 0 550569669 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=459544 CPUtime=6.1 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 2909 0 0 0 608 2 0 0 25 0 8 0 550569669 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=459544 CPUtime=6.1 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 3220 0 0 0 608 2 0 0 25 0 8 0 550569669 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=459544 CPUtime=6.12 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 3628 0 0 0 609 3 0 0 25 0 8 0 550569669 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=459544 CPUtime=6.1 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 2951 0 0 0 609 1 0 0 25 0 8 0 550569669 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4683960 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=459544 CPUtime=6.09 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 3144 0 0 0 608 1 0 0 25 0 8 0 550569670 470573056 23852 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.85
Current children cumulated vsize (KiB) 459544

[startup+12.7004 s]
/proc/loadavg: 7.54 7.94 7.98 9/282 22811
/proc/meminfo: memFree=17268576/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=467212 CPUtime=99.98 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 35175 0 0 0 9978 20 0 0 25 0 8 0 550569653 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320848 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 116803 34923 466 189 0 111152 0
[pid=22802/tid=22804] ppid=22800 vsize=467212 CPUtime=12.5 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 3747 0 0 0 1248 2 0 0 25 0 8 0 550569669 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=467212 CPUtime=12.28 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 3673 0 0 0 1227 1 0 0 25 0 8 0 550569669 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=467212 CPUtime=12.49 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 4325 0 0 0 1247 2 0 0 25 0 8 0 550569669 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670288 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=467212 CPUtime=12.5 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 4733 0 0 0 1248 2 0 0 25 0 8 0 550569669 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4653129 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=467212 CPUtime=12.51 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 5943 0 0 0 1247 4 0 0 18 0 8 0 550569669 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=467212 CPUtime=12.49 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 3740 0 0 0 1248 1 0 0 25 0 8 0 550569669 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=467212 CPUtime=12.5 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 3975 0 0 0 1248 2 0 0 25 0 8 0 550569670 478425088 34923 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 467212

[startup+25.5011 s]
/proc/loadavg: 7.64 7.94 7.98 9/282 22811
/proc/meminfo: memFree=17221540/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=475980 CPUtime=202.24 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 46760 0 0 0 20197 27 0 0 25 0 8 0 550569653 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 118995 46508 466 189 0 113344 0
[pid=22802/tid=22804] ppid=22800 vsize=475980 CPUtime=25.29 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 4897 0 0 0 2527 2 0 0 25 0 8 0 550569669 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=475980 CPUtime=24.95 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 4957 0 0 0 2494 1 0 0 25 0 8 0 550569669 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=475980 CPUtime=25.29 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 6379 0 0 0 2525 4 0 0 25 0 8 0 550569669 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=475980 CPUtime=25.3 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 6162 0 0 0 2527 3 0 0 25 0 8 0 550569669 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=475980 CPUtime=25.31 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 6998 0 0 0 2526 5 0 0 25 0 8 0 550569669 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4359873 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=475980 CPUtime=25.29 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 5574 0 0 0 2527 2 0 0 25 0 8 0 550569669 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=475980 CPUtime=25.29 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 5597 0 0 0 2526 3 0 0 25 0 8 0 550569670 487403520 46508 33554432000 4194304 4964704 140734606771648 18446744073709551615 4627309 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.24
Current children cumulated vsize (KiB) 475980

[startup+51.1005 s]
/proc/loadavg: 7.76 7.95 7.98 9/282 22812
/proc/meminfo: memFree=17152668/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=485412 CPUtime=406.78 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 65097 0 0 0 40638 40 0 0 25 0 8 0 550569653 497061888 64511 33554432000 4194304 4964704 140734606771648 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 121353 64511 466 189 0 115702 0
[pid=22802/tid=22804] ppid=22800 vsize=485412 CPUtime=50.88 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 7407 0 0 0 5083 5 0 0 25 0 8 0 550569669 497061888 64511 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=485412 CPUtime=50.33 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 6877 0 0 0 5031 2 0 0 25 0 8 0 550569669 497061888 64511 33554432000 4194304 4964704 140734606771648 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=485412 CPUtime=50.88 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 8156 0 0 0 5083 5 0 0 25 0 8 0 550569669 497061888 64511 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=485412 CPUtime=50.89 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 8557 0 0 0 5084 5 0 0 25 0 8 0 550569669 497061888 64511 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=485412 CPUtime=50.9 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 8939 0 0 0 5084 6 0 0 25 0 8 0 550569669 497061888 64512 33554432000 4194304 4964704 140734606771648 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=485412 CPUtime=50.88 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 7749 0 0 0 5085 3 0 0 25 0 8 0 550569669 497061888 64512 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=485412 CPUtime=50.88 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 9163 0 0 0 5082 6 0 0 18 0 8 0 550569670 497061888 64512 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 406.78

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

/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 25710 0 0 0 76175 22 0 0 25 0 8 0 550569669 953208832 151555 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=930868 CPUtime=762.06 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 16238 0 0 0 76191 15 0 0 25 0 8 0 550569669 953208832 151555 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=930868 CPUtime=762.08 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 20314 0 0 0 76189 19 0 0 25 0 8 0 550569669 953208832 151555 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=930868 CPUtime=762.05 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 21250 0 0 0 76188 17 0 0 25 0 8 0 550569669 953208832 151555 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=930868 CPUtime=762.05 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 17941 0 0 0 76187 18 0 0 25 0 8 0 550569670 953208832 151555 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6089.55
Current children cumulated vsize (KiB) 930868

[startup+822.301 s]
/proc/loadavg: 8.06 8.04 8.00 9/282 22832
/proc/meminfo: memFree=16795640/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=930868 CPUtime=6568.91 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 155280 0 0 0 656755 136 0 0 25 0 8 0 550569653 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320872 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232717 152099 466 189 0 227066 0
[pid=22802/tid=22804] ppid=22800 vsize=930868 CPUtime=820.95 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 16048 0 0 0 82079 16 0 0 25 0 8 0 550569669 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=930868 CPUtime=815.55 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19624 0 0 0 81547 8 0 0 25 0 8 0 550569669 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=930868 CPUtime=821.95 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 25719 0 0 0 82173 22 0 0 25 0 8 0 550569669 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=930868 CPUtime=822.05 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 16262 0 0 0 82190 15 0 0 25 0 8 0 550569669 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=930868 CPUtime=822.07 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 20475 0 0 0 82187 20 0 0 25 0 8 0 550569669 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=930868 CPUtime=822.04 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 21254 0 0 0 82186 18 0 0 25 0 8 0 550569669 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=930868 CPUtime=822.04 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 18008 0 0 0 82185 19 0 0 25 0 8 0 550569670 953208832 152099 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6568.91
Current children cumulated vsize (KiB) 930868

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

[startup+831.901 s]
/proc/loadavg: 8.05 8.03 8.00 9/282 22832
/proc/meminfo: memFree=16795248/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6645.61 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 155393 0 0 0 664425 136 0 0 25 0 8 0 550569653 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152212 466 189 0 227155 0
[pid=22802/tid=22804] ppid=22800 vsize=931224 CPUtime=830.45 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 16054 0 0 0 83029 16 0 0 25 0 8 0 550569669 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=825.15 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19717 0 0 0 82507 8 0 0 25 0 8 0 550569669 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=931224 CPUtime=831.54 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 25719 0 0 0 83132 22 0 0 25 0 8 0 550569669 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=931224 CPUtime=831.65 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 16266 0 0 0 83150 15 0 0 25 0 8 0 550569669 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=931224 CPUtime=831.67 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 20483 0 0 0 83147 20 0 0 25 0 8 0 550569669 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=931224 CPUtime=831.64 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 21255 0 0 0 83146 18 0 0 25 0 8 0 550569669 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=931224 CPUtime=831.64 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 18009 0 0 0 83145 19 0 0 25 0 8 0 550569670 953573376 152212 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6645.61
Current children cumulated vsize (KiB) 931224

[startup+844.701 s]
/proc/loadavg: 8.10 8.05 8.00 9/282 22833
/proc/meminfo: memFree=16795124/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6747.96 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 155434 0 0 0 674660 136 0 0 25 0 8 0 550569653 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152245 466 189 0 227155 0
[pid=22802/tid=22804] ppid=22800 vsize=931224 CPUtime=843.14 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 16054 0 0 0 84298 16 0 0 25 0 8 0 550569669 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=837.96 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19725 0 0 0 83788 8 0 0 25 0 8 0 550569669 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=931224 CPUtime=844.35 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 25724 0 0 0 84413 22 0 0 25 0 8 0 550569669 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=931224 CPUtime=844.46 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 16277 0 0 0 84431 15 0 0 25 0 8 0 550569669 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=931224 CPUtime=844.48 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 20486 0 0 0 84428 20 0 0 25 0 8 0 550569669 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=931224 CPUtime=844.45 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 21255 0 0 0 84427 18 0 0 25 0 8 0 550569669 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=931224 CPUtime=844.45 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 18023 0 0 0 84426 19 0 0 25 0 8 0 550569670 953573376 152245 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6747.96
Current children cumulated vsize (KiB) 931224

[startup+847.901 s]
/proc/loadavg: 8.10 8.05 8.00 9/282 22833
/proc/meminfo: memFree=16795124/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6773.48 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 155453 0 0 0 677211 137 0 0 25 0 8 0 550569653 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152264 466 189 0 227155 0
[pid=22802/tid=22804] ppid=22800 vsize=931224 CPUtime=846.31 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 16054 0 0 0 84615 16 0 0 25 0 8 0 550569669 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=841.15 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19725 0 0 0 84107 8 0 0 25 0 8 0 550569669 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=931224 CPUtime=847.54 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 25724 0 0 0 84732 22 0 0 25 0 8 0 550569669 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=931224 CPUtime=847.65 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 16284 0 0 0 84750 15 0 0 25 0 8 0 550569669 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=931224 CPUtime=847.67 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 20495 0 0 0 84747 20 0 0 25 0 8 0 550569669 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=931224 CPUtime=847.64 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 21255 0 0 0 84746 18 0 0 25 0 8 0 550569669 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=931224 CPUtime=847.64 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 18026 0 0 0 84745 19 0 0 25 0 8 0 550569670 953573376 152264 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6773.48
Current children cumulated vsize (KiB) 931224

[startup+851.1 s]
/proc/loadavg: 8.10 8.05 8.00 9/282 22833
/proc/meminfo: memFree=16795000/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6799.04 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 155466 0 0 0 679767 137 0 0 25 0 8 0 550569653 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4321076 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152277 466 189 0 227155 0
[pid=22802/tid=22804] ppid=22800 vsize=931224 CPUtime=849.48 cores=0-7
/proc/22802/task/22804/stat : 22804 (claspmt) R 22800 22802 22776 0 -1 4202560 16055 0 0 0 84932 16 0 0 25 0 8 0 550569669 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=844.35 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19725 0 0 0 84427 8 0 0 25 0 8 0 550569669 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 228122411642 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=22802/tid=22806] ppid=22800 vsize=931224 CPUtime=850.74 cores=0-7
/proc/22802/task/22806/stat : 22806 (claspmt) R 22800 22802 22776 0 -1 4202560 25724 0 0 0 85052 22 0 0 25 0 8 0 550569669 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=22802/tid=22807] ppid=22800 vsize=931224 CPUtime=850.85 cores=0-7
/proc/22802/task/22807/stat : 22807 (claspmt) R 22800 22802 22776 0 -1 4202560 16288 0 0 0 85070 15 0 0 25 0 8 0 550569669 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=22802/tid=22808] ppid=22800 vsize=931224 CPUtime=850.87 cores=0-7
/proc/22802/task/22808/stat : 22808 (claspmt) R 22800 22802 22776 0 -1 4202560 20498 0 0 0 85067 20 0 0 25 0 8 0 550569669 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=22802/tid=22809] ppid=22800 vsize=931224 CPUtime=850.84 cores=0-7
/proc/22802/task/22809/stat : 22809 (claspmt) R 22800 22802 22776 0 -1 4202560 21255 0 0 0 85066 18 0 0 25 0 8 0 550569669 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=22802/tid=22810] ppid=22800 vsize=931224 CPUtime=850.84 cores=0-7
/proc/22802/task/22810/stat : 22810 (claspmt) R 22800 22802 22776 0 -1 4202560 18031 0 0 0 85065 19 0 0 25 0 8 0 550569670 953573376 152277 33554432000 4194304 4964704 140734606771648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6799.04
Current children cumulated vsize (KiB) 931224

[startup+851.9 s]
/proc/loadavg: 8.10 8.05 8.00 9/282 22833
/proc/meminfo: memFree=16795000/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6802.79 cores=0-7
/proc/22802/stat : 22802 (claspmt) S 22800 22802 22776 0 -1 4202496 155467 0 0 0 680141 138 0 0 18 0 2 0 550569653 953573376 152052 33554432000 4194304 4964704 140734606771648 18446744073709551615 228134516709 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152052 467 189 0 227155 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=845.15 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19725 0 0 0 84507 8 0 0 25 0 2 0 550569669 953573376 152052 33554432000 4194304 4964704 140734606771648 18446744073709551615 4644844 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6802.79
Current children cumulated vsize (KiB) 931224

[startup+852.701 s]
/proc/loadavg: 8.10 8.05 8.00 2/276 22833
/proc/meminfo: memFree=16795048/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6803.59 cores=0-7
/proc/22802/stat : 22802 (claspmt) S 22800 22802 22776 0 -1 4202496 155467 0 0 0 680221 138 0 0 18 0 2 0 550569653 953573376 152052 33554432000 4194304 4964704 140734606771648 18446744073709551615 228134516709 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152052 467 189 0 227155 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=845.95 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19725 0 0 0 84587 8 0 0 25 0 2 0 550569669 953573376 152052 33554432000 4194304 4964704 140734606771648 18446744073709551615 4644844 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6803.59
Current children cumulated vsize (KiB) 931224

[startup+853.101 s]
/proc/loadavg: 8.10 8.05 8.00 2/276 22833
/proc/meminfo: memFree=16795048/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=931224 CPUtime=6803.99 cores=0-7
/proc/22802/stat : 22802 (claspmt) S 22800 22802 22776 0 -1 4202496 155467 0 0 0 680261 138 0 0 18 0 2 0 550569653 953573376 152052 33554432000 4194304 4964704 140734606771648 18446744073709551615 228134516709 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/22802/statm: 232806 152052 467 189 0 227155 0
[pid=22802/tid=22805] ppid=22800 vsize=931224 CPUtime=846.35 cores=0-7
/proc/22802/task/22805/stat : 22805 (claspmt) R 22800 22802 22776 0 -1 4202560 19725 0 0 0 84627 8 0 0 25 0 2 0 550569669 953573376 152052 33554432000 4194304 4964704 140734606771648 18446744073709551615 4644800 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6803.99
Current children cumulated vsize (KiB) 931224

[startup+853.201 s]
/proc/loadavg: 8.10 8.05 8.00 2/276 22833
/proc/meminfo: memFree=16795048/32951124 swapFree=67111444/67111528
[pid=22802] ppid=22800 vsize=925188 CPUtime=6804.09 cores=0-7
/proc/22802/stat : 22802 (claspmt) R 22800 22802 22776 0 -1 4202496 155476 0 0 0 680271 138 0 0 15 0 1 0 550569653 947392512 149017 33554432000 4194304 4964704 140734606771648 18446744073709551615 228122369377 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/22802/statm: 231297 149017 476 189 0 225646 0
Current children cumulated CPU time (s) 6804.09
Current children cumulated vsize (KiB) 925188

Child status: 20
Real time (s): 853.236
CPU time (s): 6804.14
CPU user time (s): 6802.72
CPU system time (s): 1.41678
CPU usage (%): 797.451
Max. virtual memory (cumulated for all children) (KiB): 931224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6802.72
system time used= 1.41678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155477
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= 55753
involuntary context switches= 31958

runsolver used 2.25266 second user time and 5.42417 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-03 04:28:37
IDJOB=3322567
IDBENCH=83945
IDSOLVER=1711
FILE ID=node138/3322567-1304389717
RUNJOBID= node138-1304389717-22790
PBS_JOBID= 13181827
Free space on /tmp= 73532 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.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-3322567-1304389717/watcher-3322567-1304389717 -o /tmp/evaluation-result-3322567-1304389717/solver-3322567-1304389717 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3322567-1304389717.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=55116490

node138.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.854
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.70
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.854
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	: 5332.75
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      17401896 kB
Buffers:        750660 kB
Cached:        2690772 kB
SwapCached:         84 kB
Active:       12257640 kB
Inactive:      2847984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17401896 kB
SwapTotal:    67111528 kB
SwapFree:     67111444 kB
Dirty:            1172 kB
Writeback:           0 kB
AnonPages:    11664680 kB
Mapped:          23888 kB
Slab:           341836 kB
PageTables:      38368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38310024 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= 73528 MiB
End job on node138 at 2011-05-03 04:42:50