Trace number 3380635

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 252.202 118.786

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6162
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...486220/instance-3380635-1305486220.cnf
1.00/1.08	c Solving...
252.11/118.78	s UNSATISFIABLE
252.11/118.78	
252.11/118.78	c Models        : 0     
252.11/118.78	c Time          : 118.647s (Solving: 117.57s 1st Model: 0.00s Unsat: 117.57s)
252.11/118.78	c CPU Time      : 252.050s

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-3380635-1305486220/watcher-3380635-1305486220 -o /tmp/evaluation-result-3380635-1305486220/solver-3380635-1305486220 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380635-1305486220.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: 8.06 8.05 7.99 1/340 31899
/proc/meminfo: memFree=25006808/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=40572 CPUtime=0 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 3130 0 0 0 0 0 0 0 22 0 1 0 660222471 41545728 3060 33554432000 4194304 4964800 140737478613360 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31899/statm: 10143 3066 376 189 0 5017 0

[startup+0.0803071 s]
/proc/loadavg: 8.06 8.05 7.99 1/340 31899
/proc/meminfo: memFree=25006808/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=60860 CPUtime=0.07 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 12539 0 0 0 6 1 0 0 22 0 1 0 660222471 62320640 10108 33554432000 4194304 4964800 140737478613360 18446744073709551615 230808826565 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31899/statm: 15215 10110 386 189 0 10089 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 60860

[startup+0.100285 s]
/proc/loadavg: 8.06 8.05 7.99 1/340 31899
/proc/meminfo: memFree=25006808/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=63632 CPUtime=0.09 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 13377 0 0 0 8 1 0 0 22 0 1 0 660222471 65159168 10946 33554432000 4194304 4964800 140737478613360 18446744073709551615 230809165568 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31899/statm: 15908 10948 386 189 0 10782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63632

[startup+0.300267 s]
/proc/loadavg: 8.06 8.05 7.99 1/340 31899
/proc/meminfo: memFree=25006808/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=98376 CPUtime=0.29 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 24974 0 0 0 26 3 0 0 23 0 1 0 660222471 100737024 19471 33554432000 4194304 4964800 140737478613360 18446744073709551615 4615428 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31899/statm: 24594 19471 400 189 0 19468 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98376

[startup+0.700171 s]
/proc/loadavg: 8.06 8.05 7.99 1/340 31899
/proc/meminfo: memFree=25006808/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=104684 CPUtime=0.69 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 26468 0 0 0 66 3 0 0 25 0 1 0 660222471 107196416 20965 33554432000 4194304 4964800 140737478613360 18446744073709551615 4600730 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/31899/statm: 26171 20965 404 189 0 21045 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104684

[startup+1.501 s]
/proc/loadavg: 7.50 7.94 7.95 2/341 31900
/proc/meminfo: memFree=24923348/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=1.76 cores=0-7
/proc/31899/stat : 31899 (claspmt) S 31897 31899 31671 0 -1 4202496 67185 0 0 0 159 17 0 0 25 0 8 0 660222471 526819328 50381 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31899/statm: 128618 50381 442 189 0 122967 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 514472

[startup+3.10073 s]
/proc/loadavg: 7.50 7.94 7.95 2/348 31908
/proc/meminfo: memFree=24806624/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=3.35 cores=0-7
/proc/31899/stat : 31899 (claspmt) S 31897 31899 31671 0 -1 4202496 67244 0 0 0 318 17 0 0 25 0 8 0 660222471 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31899/statm: 128618 50440 442 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) S 31897 31899 31671 0 -1 4202560 3702 0 0 0 3 0 0 0 18 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 1 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) S 31897 31899 31671 0 -1 4202560 5723 0 0 0 4 1 0 0 18 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 4 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) S 31897 31899 31671 0 -1 4202560 6598 0 0 0 4 2 0 0 18 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) S 31897 31899 31671 0 -1 4202560 5229 0 0 0 1 2 0 0 18 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=1.93 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6213 0 0 0 191 2 0 0 21 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) S 31897 31899 31671 0 -1 4202560 6393 0 0 0 5 1 0 0 18 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) S 31897 31899 31671 0 -1 4202560 6445 0 0 0 2 3 0 0 18 0 8 0 660222579 526819328 50440 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 514472

[startup+6.30115 s]
/proc/loadavg: 6.98 7.82 7.91 2/348 31908
/proc/meminfo: memFree=24806244/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=6.56 cores=0-7
/proc/31899/stat : 31899 (claspmt) S 31897 31899 31671 0 -1 4202496 67287 0 0 0 639 17 0 0 25 0 8 0 660222471 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31899/statm: 128618 50483 442 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) S 31897 31899 31671 0 -1 4202560 3702 0 0 0 3 0 0 0 18 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 1 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) S 31897 31899 31671 0 -1 4202560 5723 0 0 0 4 1 0 0 18 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 4 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) S 31897 31899 31671 0 -1 4202560 6598 0 0 0 4 2 0 0 18 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) S 31897 31899 31671 0 -1 4202560 5229 0 0 0 1 2 0 0 18 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=5.13 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6256 0 0 0 511 2 0 0 25 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668854 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) S 31897 31899 31671 0 -1 4202560 6393 0 0 0 5 1 0 0 18 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) S 31897 31899 31671 0 -1 4202560 6445 0 0 0 2 3 0 0 18 0 8 0 660222579 526819328 50483 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 514472

[startup+12.701 s]
/proc/loadavg: 6.50 7.71 7.88 2/348 31910
/proc/meminfo: memFree=24805152/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=12.95 cores=0-7
/proc/31899/stat : 31899 (claspmt) S 31897 31899 31671 0 -1 4202496 67350 0 0 0 1278 17 0 0 25 0 8 0 660222471 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31899/statm: 128618 50546 442 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) S 31897 31899 31671 0 -1 4202560 3702 0 0 0 3 0 0 0 18 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 1 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) S 31897 31899 31671 0 -1 4202560 5723 0 0 0 4 1 0 0 18 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 4 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) S 31897 31899 31671 0 -1 4202560 6598 0 0 0 4 2 0 0 18 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) S 31897 31899 31671 0 -1 4202560 5229 0 0 0 1 2 0 0 18 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=11.53 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6319 0 0 0 1151 2 0 0 25 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 4402731 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) S 31897 31899 31671 0 -1 4202560 6393 0 0 0 5 1 0 0 18 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) S 31897 31899 31671 0 -1 4202560 6445 0 0 0 2 3 0 0 18 0 8 0 660222579 526819328 50546 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 514472

[startup+25.5006 s]
/proc/loadavg: 5.65 7.49 7.80 2/348 31911
/proc/meminfo: memFree=24805732/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=25.75 cores=0-7
/proc/31899/stat : 31899 (claspmt) S 31897 31899 31671 0 -1 4202496 67455 0 0 0 2558 17 0 0 25 0 8 0 660222471 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31899/statm: 128618 50651 442 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) S 31897 31899 31671 0 -1 4202560 3702 0 0 0 3 0 0 0 18 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 1 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) S 31897 31899 31671 0 -1 4202560 5723 0 0 0 4 1 0 0 18 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 4 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) S 31897 31899 31671 0 -1 4202560 6598 0 0 0 4 2 0 0 18 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) S 31897 31899 31671 0 -1 4202560 5229 0 0 0 1 2 0 0 18 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=24.33 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6424 0 0 0 2431 2 0 0 25 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) S 31897 31899 31671 0 -1 4202560 6393 0 0 0 5 1 0 0 18 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) S 31897 31899 31671 0 -1 4202560 6445 0 0 0 2 3 0 0 18 0 8 0 660222579 526819328 50651 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 514472

[startup+51.101 s]
/proc/loadavg: 3.82 6.87 7.58 2/348 31912
/proc/meminfo: memFree=24804860/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=51.36 cores=0-7
/proc/31899/stat : 31899 (claspmt) S 31897 31899 31671 0 -1 4202496 67656 0 0 0 5118 18 0 0 25 0 8 0 660222471 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/31899/statm: 128618 50852 442 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) S 31897 31899 31671 0 -1 4202560 3702 0 0 0 3 0 0 0 18 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 1 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) S 31897 31899 31671 0 -1 4202560 5723 0 0 0 4 1 0 0 18 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 4 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) S 31897 31899 31671 0 -1 4202560 6598 0 0 0 4 2 0 0 18 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=0.03 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) S 31897 31899 31671 0 -1 4202560 5229 0 0 0 1 2 0 0 18 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=49.93 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6625 0 0 0 4990 3 0 0 25 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668984 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=0.06 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) S 31897 31899 31671 0 -1 4202560 6393 0 0 0 5 1 0 0 18 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=0.05 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) S 31897 31899 31671 0 -1 4202560 6445 0 0 0 2 3 0 0 18 0 8 0 660222579 526819328 50852 33554432000 4194304 4964800 140737478613360 18446744073709551615 230820981657 0 0 4096 18946 18446604442142625920 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 514472

[startup+102.314 s]
/proc/loadavg: 2.78 6.08 7.27 9/348 31913
/proc/meminfo: memFree=24796836/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=121.59 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 70049 0 0 0 12138 21 0 0 23 0 8 0 660222471 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/31899/statm: 128618 53243 464 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=2.76 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) R 31897 31899 31671 0 -1 4202560 3782 0 0 0 275 1 0 0 23 0 8 0 660222579 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669276 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=2.75 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) R 31897 31899 31671 0 -1 4202560 6618 0 0 0 273 2 0 0 22 0 8 0 660222579 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=2.77 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) R 31897 31899 31671 0 -1 4202560 6919 0 0 0 275 2 0 0 22 0 8 0 660222579 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=2.74 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) R 31897 31899 31671 0 -1 4202560 5410 0 0 0 272 2 0 0 22 0 8 0 660222579 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4651391 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=101.15 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6656 0 0 0 10112 3 0 0 25 0 8 0 660222579 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=2.78 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) R 31897 31899 31671 0 -1 4202560 6682 0 0 0 277 1 0 0 23 0 8 0 660222579 526819328 53243 33554432000 4194304 4964800 140737478613360 18446744073709551615 4678036 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=2.76 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) R 31897 31899 31671 0 -1 4202560 6775 0 0 0 273 3 0 0 23 0 8 0 660222579 526819328 53244 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 121.59
Current children cumulated vsize (KiB) 514472

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

[startup+108.7 s]
/proc/loadavg: 3.20 6.11 7.28 9/348 31913
/proc/meminfo: memFree=24783564/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=172.61 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 74128 0 0 0 17234 27 0 0 25 0 8 0 660222471 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/31899/statm: 128618 57322 464 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=9.07 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) R 31897 31899 31671 0 -1 4202560 4219 0 0 0 906 1 0 0 25 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669973 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=9.14 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) R 31897 31899 31671 0 -1 4202560 7093 0 0 0 911 3 0 0 25 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=9.16 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) R 31897 31899 31671 0 -1 4202560 7550 0 0 0 912 4 0 0 25 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=9.12 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) R 31897 31899 31671 0 -1 4202560 6074 0 0 0 910 2 0 0 25 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=107.53 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6656 0 0 0 10750 3 0 0 25 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=9.17 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) R 31897 31899 31671 0 -1 4202560 7277 0 0 0 914 3 0 0 19 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669140 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=9.14 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) R 31897 31899 31671 0 -1 4202560 7668 0 0 0 910 4 0 0 25 0 8 0 660222579 526819328 57322 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670194 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 172.61
Current children cumulated vsize (KiB) 514472

[startup+115.101 s]
/proc/loadavg: 3.58 6.14 7.28 9/348 31915
/proc/meminfo: memFree=24766696/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=223.74 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 77648 0 0 0 22344 30 0 0 25 0 8 0 660222471 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/31899/statm: 128618 60842 464 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=15.39 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) R 31897 31899 31671 0 -1 4202560 4344 0 0 0 1538 1 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=15.53 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) R 31897 31899 31671 0 -1 4202560 8030 0 0 0 1550 3 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=15.56 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) R 31897 31899 31671 0 -1 4202560 7684 0 0 0 1552 4 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=15.53 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) R 31897 31899 31671 0 -1 4202560 6752 0 0 0 1550 3 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=113.93 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6656 0 0 0 11390 3 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=15.57 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) R 31897 31899 31671 0 -1 4202560 7671 0 0 0 1553 4 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=15.55 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) R 31897 31899 31671 0 -1 4202560 8629 0 0 0 1550 5 0 0 25 0 8 0 660222579 526819328 60842 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 223.74
Current children cumulated vsize (KiB) 514472

[startup+116.701 s]
/proc/loadavg: 3.94 6.17 7.29 9/348 31915
/proc/meminfo: memFree=24765952/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=236.51 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 77840 0 0 0 23620 31 0 0 25 0 8 0 660222471 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668712 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/31899/statm: 128618 61034 464 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=16.98 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) R 31897 31899 31671 0 -1 4202560 4390 0 0 0 1696 2 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669003 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=17.14 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) R 31897 31899 31671 0 -1 4202560 8066 0 0 0 1710 4 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670407 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=17.16 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) R 31897 31899 31671 0 -1 4202560 7711 0 0 0 1712 4 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=17.13 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) R 31897 31899 31671 0 -1 4202560 6769 0 0 0 1710 3 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=115.53 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6656 0 0 0 11550 3 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=17.17 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) R 31897 31899 31671 0 -1 4202560 7707 0 0 0 1713 4 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=17.15 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) R 31897 31899 31671 0 -1 4202560 8630 0 0 0 1710 5 0 0 25 0 8 0 660222579 526819328 61034 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669283 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 236.51
Current children cumulated vsize (KiB) 514472

[startup+117.501 s]
/proc/loadavg: 3.94 6.17 7.29 9/348 31915
/proc/meminfo: memFree=24765952/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=242.91 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 78185 0 0 0 24260 31 0 0 25 0 8 0 660222471 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668900 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/31899/statm: 128618 61379 464 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=17.78 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) R 31897 31899 31671 0 -1 4202560 4448 0 0 0 1776 2 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=17.94 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) R 31897 31899 31671 0 -1 4202560 8193 0 0 0 1790 4 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=17.96 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) R 31897 31899 31671 0 -1 4202560 7727 0 0 0 1792 4 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=17.93 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) R 31897 31899 31671 0 -1 4202560 6770 0 0 0 1790 3 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=116.33 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6656 0 0 0 11630 3 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4668900 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=17.97 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) R 31897 31899 31671 0 -1 4202560 7746 0 0 0 1793 4 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=17.95 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) R 31897 31899 31671 0 -1 4202560 8700 0 0 0 1790 5 0 0 25 0 8 0 660222579 526819328 61379 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 242.91
Current children cumulated vsize (KiB) 514472

[startup+118.301 s]
/proc/loadavg: 3.94 6.17 7.29 9/348 31915
/proc/meminfo: memFree=24764088/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=514472 CPUtime=249.3 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 78612 0 0 0 24898 32 0 0 25 0 8 0 660222471 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/31899/statm: 128618 61806 464 189 0 122967 0
[pid=31899/tid=31901] ppid=31897 vsize=514472 CPUtime=18.56 cores=0-7
/proc/31899/task/31901/stat : 31901 (claspmt) R 31897 31899 31671 0 -1 4202560 4501 0 0 0 1854 2 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=31899/tid=31902] ppid=31897 vsize=514472 CPUtime=18.74 cores=0-7
/proc/31899/task/31902/stat : 31902 (claspmt) R 31897 31899 31671 0 -1 4202560 8325 0 0 0 1870 4 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4313818 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=31899/tid=31903] ppid=31897 vsize=514472 CPUtime=18.76 cores=0-7
/proc/31899/task/31903/stat : 31903 (claspmt) R 31897 31899 31671 0 -1 4202560 7744 0 0 0 1872 4 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4669280 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=31899/tid=31904] ppid=31897 vsize=514472 CPUtime=18.73 cores=0-7
/proc/31899/task/31904/stat : 31904 (claspmt) R 31897 31899 31671 0 -1 4202560 6771 0 0 0 1870 3 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=31899/tid=31905] ppid=31897 vsize=514472 CPUtime=117.13 cores=0-7
/proc/31899/task/31905/stat : 31905 (claspmt) R 31897 31899 31671 0 -1 4202560 6656 0 0 0 11710 3 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4399292 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=31899/tid=31907] ppid=31897 vsize=514472 CPUtime=18.77 cores=0-7
/proc/31899/task/31907/stat : 31907 (claspmt) R 31897 31899 31671 0 -1 4202560 7763 0 0 0 1873 4 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=31899/tid=31908] ppid=31897 vsize=514472 CPUtime=18.74 cores=0-7
/proc/31899/task/31908/stat : 31908 (claspmt) R 31897 31899 31671 0 -1 4202560 8865 0 0 0 1869 5 0 0 25 0 8 0 660222579 526819328 61806 33554432000 4194304 4964800 140737478613360 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 249.3
Current children cumulated vsize (KiB) 514472

[startup+118.701 s]
/proc/loadavg: 3.94 6.17 7.29 2/341 31915
/proc/meminfo: memFree=24781504/32951124 swapFree=40554400/67111528
[pid=31899] ppid=31897 vsize=487656 CPUtime=252.11 cores=0-7
/proc/31899/stat : 31899 (claspmt) R 31897 31899 31671 0 -1 4202496 78631 0 0 0 25179 32 0 0 17 0 1 0 660222471 499359744 55121 33554432000 4194304 4964800 140737478613360 18446744073709551615 230808814680 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/31899/statm: 121914 55121 474 189 0 116263 0
Current children cumulated CPU time (s) 252.11
Current children cumulated vsize (KiB) 487656

Child status: 20
Real time (s): 118.786
CPU time (s): 252.202
CPU user time (s): 251.863
CPU system time (s): 0.338948
CPU usage (%): 212.316
Max. virtual memory (cumulated for all children) (KiB): 514472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.863
system time used= 0.338948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78632
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= 12937
involuntary context switches= 1833

runsolver used 0.356945 second user time and 0.968852 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 21:03:40
IDJOB=3380635
IDBENCH=71003
IDSOLVER=1865
FILE ID=node104/3380635-1305486220
RUNJOBID= node104-1305481206-31685
PBS_JOBID= 13325376
Free space on /tmp= 73416 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.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-3380635-1305486220/watcher-3380635-1305486220 -o /tmp/evaluation-result-3380635-1305486220/solver-3380635-1305486220 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380635-1305486220.cnf

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=944371515

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25007204 kB
Buffers:        322172 kB
Cached:        3133316 kB
SwapCached:     122128 kB
Active:        1232528 kB
Inactive:      6431052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25007204 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           12828 kB
Writeback:           0 kB
AnonPages:     4099332 kB
Mapped:          10692 kB
Slab:           130336 kB
PageTables:      84636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74808084 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= 73416 MiB
End job on node104 at 2011-05-15 21:05:39