Trace number 3321306

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 624.821 78.2164

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.3398
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...335616/instance-3321306-1304335616.cnf
0.00/0.02	c Solving...
624.79/78.21	s UNSATISFIABLE
624.79/78.21	
624.79/78.21	c Models        : 0     
624.79/78.21	c Time          : 78.197s (Solving: 78.18s 1st Model: 0.00s Unsat: 78.18s)
624.79/78.21	c CPU Time      : 624.790s

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-3321306-1304335616/watcher-3321306-1304335616 -o /tmp/evaluation-result-3321306-1304335616/solver-3321306-1304335616 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321306-1304335616.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: 3.68 4.79 6.14 2/184 30264
/proc/meminfo: memFree=20565972/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=22044 CPUtime=0 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 807 0 0 0 0 0 0 0 25 0 1 0 545162036 22573056 712 33554432000 4194304 4964704 140734452738608 18446744073709551615 230809165568 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/30264/statm: 5511 712 389 189 0 385 0

[startup+0.027448 s]
/proc/loadavg: 3.68 4.79 6.14 2/184 30264
/proc/meminfo: memFree=20565972/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=318768 CPUtime=0.02 cores=0-7
/proc/30264/stat : 30264 (claspmt) S 30262 30264 30238 0 -1 4202496 2112 0 0 0 2 0 0 0 25 0 8 0 545162036 326418432 1810 33554432000 4194304 4964704 140734452738608 18446744073709551615 230820981657 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30264/statm: 79692 1811 436 189 0 74041 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 318768

[startup+0.117945 s]
/proc/loadavg: 3.68 4.79 6.14 2/184 30264
/proc/meminfo: memFree=20565972/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=319560 CPUtime=1.62 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 3435 0 0 0 161 1 0 0 25 0 8 0 545162036 327229440 3133 33554432000 4194304 4964704 140734452738608 18446744073709551615 230809270815 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 79956 3443 464 189 0 74305 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 319560

[startup+0.939244 s]
/proc/loadavg: 3.68 4.79 6.14 2/184 30264
/proc/meminfo: memFree=20565972/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=320620 CPUtime=7.25 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 4683 0 0 0 724 1 0 0 25 0 8 0 545162036 328314880 4381 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 80155 4381 464 189 0 74504 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 320620

[startup+1.0373 s]
/proc/loadavg: 3.68 4.79 6.14 2/184 30264
/proc/meminfo: memFree=20565972/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=320884 CPUtime=8.05 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 5019 0 0 0 804 1 0 0 25 0 8 0 545162036 328585216 4717 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 80221 4717 464 189 0 74570 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 320884

[startup+1.50014 s]
/proc/loadavg: 3.68 4.79 6.14 2/184 30264
/proc/meminfo: memFree=20565972/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=321688 CPUtime=11.73 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 5561 0 0 0 1172 1 0 0 25 0 8 0 545162036 329408512 5259 33554432000 4194304 4964704 140734452738608 18446744073709551615 4653480 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 80422 5259 464 189 0 74771 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 321688

[startup+3.10085 s]
/proc/loadavg: 3.68 4.79 6.14 9/192 30272
/proc/meminfo: memFree=20543228/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=322256 CPUtime=24.53 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 6492 0 0 0 2451 2 0 0 25 0 8 0 545162036 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 80564 6190 464 189 0 74913 0
[pid=30264/tid=30266] ppid=30262 vsize=322256 CPUtime=3.06 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 674 0 0 0 306 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670054 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=322256 CPUtime=3.04 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 741 0 0 0 304 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4683994 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=322256 CPUtime=3.06 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 570 0 0 0 306 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=322256 CPUtime=3.06 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 583 0 0 0 306 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=322256 CPUtime=3.06 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 636 0 0 0 306 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=322256 CPUtime=3.06 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 586 0 0 0 306 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669406 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=322256 CPUtime=3.04 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 1209 0 0 0 304 0 0 0 25 0 8 0 545162039 329990144 6190 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 322256

[startup+6.30126 s]
/proc/loadavg: 4.03 4.84 6.15 9/192 30272
/proc/meminfo: memFree=20537996/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=324272 CPUtime=50.11 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 8025 0 0 0 5008 3 0 0 25 0 8 0 545162036 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 4660364 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 81068 7687 466 189 0 75417 0
[pid=30264/tid=30266] ppid=30262 vsize=324272 CPUtime=6.26 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 870 0 0 0 626 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=324272 CPUtime=6.24 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 964 0 0 0 624 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=324272 CPUtime=6.26 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 627 0 0 0 626 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 230808826395 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=324272 CPUtime=6.26 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 726 0 0 0 626 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668601 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=324272 CPUtime=6.27 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 760 0 0 0 627 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=324272 CPUtime=6.26 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 728 0 0 0 626 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=324272 CPUtime=6.22 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 1745 0 0 0 622 0 0 0 25 0 8 0 545162039 332054528 7687 33554432000 4194304 4964704 140734452738608 18446744073709551615 230808826913 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 324272

[startup+12.7011 s]
/proc/loadavg: 4.34 4.89 6.16 9/192 30272
/proc/meminfo: memFree=20533032/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=325268 CPUtime=101.31 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 9354 0 0 0 10126 5 0 0 25 0 8 0 545162036 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4332135 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 81317 8980 466 189 0 75666 0
[pid=30264/tid=30266] ppid=30262 vsize=325268 CPUtime=12.66 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 1122 0 0 0 1266 0 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4683978 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=325268 CPUtime=12.65 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1094 0 0 0 1265 0 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4363301 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=325268 CPUtime=12.66 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 751 0 0 0 1266 0 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=325268 CPUtime=12.66 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 802 0 0 0 1266 0 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=325268 CPUtime=12.67 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 883 0 0 0 1267 0 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669296 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=325268 CPUtime=12.67 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 815 0 0 0 1267 0 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668714 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=325268 CPUtime=12.59 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 2173 0 0 0 1258 1 0 0 25 0 8 0 545162039 333074432 8980 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 325268

[startup+25.5007 s]
/proc/loadavg: 4.90 4.99 6.18 9/192 30272
/proc/meminfo: memFree=20525596/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=327088 CPUtime=203.57 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 11690 0 0 0 20349 8 0 0 19 0 8 0 545162036 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4653450 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 81772 11316 466 189 0 76121 0
[pid=30264/tid=30266] ppid=30262 vsize=327088 CPUtime=25.45 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 1458 0 0 0 2545 0 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=327088 CPUtime=25.44 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1407 0 0 0 2543 1 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669477 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=327088 CPUtime=25.45 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 923 0 0 0 2545 0 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4660129 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=327088 CPUtime=25.45 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1276 0 0 0 2545 0 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=327088 CPUtime=25.46 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1035 0 0 0 2546 0 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4660034 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=327088 CPUtime=25.46 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1013 0 0 0 2546 0 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=327088 CPUtime=25.33 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 2646 0 0 0 2531 2 0 0 25 0 8 0 545162039 334938112 11316 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 327088

[startup+51.1011 s]
/proc/loadavg: 6.18 5.29 6.24 9/192 30273
/proc/meminfo: memFree=20514856/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=329236 CPUtime=408.19 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 14230 0 0 0 40807 12 0 0 25 0 8 0 545162036 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82309 13856 466 189 0 76658 0
[pid=30264/tid=30266] ppid=30262 vsize=329236 CPUtime=51.04 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 1874 0 0 0 5103 1 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=329236 CPUtime=51.04 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1583 0 0 0 5103 1 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=329236 CPUtime=51.05 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1088 0 0 0 5104 1 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=329236 CPUtime=51.05 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1713 0 0 0 5104 1 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=329236 CPUtime=51.05 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1373 0 0 0 5105 0 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669253 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=329236 CPUtime=51.06 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1241 0 0 0 5105 1 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=329236 CPUtime=50.79 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3109 0 0 0 5076 3 0 0 25 0 8 0 545162039 337137664 13856 33554432000 4194304 4964704 140734452738608 18446744073709551615 4360553 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 329236

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

[startup+51.8009 s]
/proc/loadavg: 6.18 5.29 6.24 9/192 30273
/proc/meminfo: memFree=20514732/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=329380 CPUtime=413.79 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 14245 0 0 0 41367 12 0 0 25 0 8 0 545162036 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669192 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82345 13871 466 189 0 76694 0
[pid=30264/tid=30266] ppid=30262 vsize=329380 CPUtime=51.74 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 1883 0 0 0 5173 1 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=329380 CPUtime=51.74 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1583 0 0 0 5173 1 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4660816 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=329380 CPUtime=51.75 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1088 0 0 0 5174 1 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=329380 CPUtime=51.75 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1713 0 0 0 5174 1 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4627549 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=329380 CPUtime=51.75 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1373 0 0 0 5175 0 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4324801 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=329380 CPUtime=51.76 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1241 0 0 0 5175 1 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669296 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=329380 CPUtime=51.48 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3115 0 0 0 5145 3 0 0 25 0 8 0 545162039 337285120 13871 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 413.79
Current children cumulated vsize (KiB) 329380

[startup+64.6006 s]
/proc/loadavg: 6.46 5.38 6.26 9/192 30273
/proc/meminfo: memFree=20512120/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330580 CPUtime=516.1 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 14860 0 0 0 51597 13 0 0 25 0 8 0 545162036 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4321054 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82645 14486 466 189 0 76994 0
[pid=30264/tid=30266] ppid=30262 vsize=330580 CPUtime=64.54 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 2012 0 0 0 6453 1 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=330580 CPUtime=64.53 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1624 0 0 0 6452 1 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=330580 CPUtime=64.54 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1107 0 0 0 6453 1 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=330580 CPUtime=64.55 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1784 0 0 0 6454 1 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=330580 CPUtime=64.55 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1527 0 0 0 6455 0 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670419 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=330580 CPUtime=64.55 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1292 0 0 0 6454 1 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=330580 CPUtime=64.21 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3246 0 0 0 6418 3 0 0 25 0 8 0 545162039 338513920 14486 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 516.1
Current children cumulated vsize (KiB) 330580

[startup+71.0004 s]
/proc/loadavg: 6.69 5.47 6.28 9/192 30274
/proc/meminfo: memFree=20511004/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330716 CPUtime=567.31 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 15094 0 0 0 56717 14 0 0 25 0 8 0 545162036 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 230808863358 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82679 14720 466 189 0 77028 0
[pid=30264/tid=30266] ppid=30262 vsize=330716 CPUtime=70.94 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 2094 0 0 0 7093 1 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=330716 CPUtime=70.94 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1630 0 0 0 7093 1 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=330716 CPUtime=70.95 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1117 0 0 0 7094 1 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 4627365 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=330716 CPUtime=70.95 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1850 0 0 0 7094 1 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=330716 CPUtime=70.96 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1533 0 0 0 7096 0 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=330716 CPUtime=70.95 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1323 0 0 0 7094 1 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 230809270815 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=330716 CPUtime=70.58 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3266 0 0 0 7055 3 0 0 25 0 8 0 545162039 338653184 14720 33554432000 4194304 4964704 140734452738608 18446744073709551615 4321116 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 567.31
Current children cumulated vsize (KiB) 330716

[startup+74.2008 s]
/proc/loadavg: 6.69 5.47 6.28 9/192 30274
/proc/meminfo: memFree=20510508/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330716 CPUtime=592.85 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 15223 0 0 0 59271 14 0 0 25 0 8 0 545162036 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669309 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82679 14849 466 189 0 77028 0
[pid=30264/tid=30266] ppid=30262 vsize=330716 CPUtime=74.13 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 2118 0 0 0 7412 1 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668668 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=330716 CPUtime=74.13 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1638 0 0 0 7412 1 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669406 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=330716 CPUtime=74.14 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1138 0 0 0 7413 1 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4378523 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=330716 CPUtime=74.14 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1864 0 0 0 7413 1 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4332103 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=330716 CPUtime=74.15 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1555 0 0 0 7415 0 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=330716 CPUtime=74.15 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1331 0 0 0 7414 1 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670241 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=330716 CPUtime=73.76 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3276 0 0 0 7373 3 0 0 25 0 8 0 545162039 338653184 14849 33554432000 4194304 4964704 140734452738608 18446744073709551615 4660322 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 592.85
Current children cumulated vsize (KiB) 330716

[startup+75.8005 s]
/proc/loadavg: 6.80 5.51 6.28 9/192 30274
/proc/meminfo: memFree=20510500/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330716 CPUtime=605.63 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 15274 0 0 0 60549 14 0 0 25 0 8 0 545162036 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670440 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82679 14900 466 189 0 77028 0
[pid=30264/tid=30266] ppid=30262 vsize=330716 CPUtime=75.73 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 2134 0 0 0 7572 1 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4628337 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=330716 CPUtime=75.73 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1638 0 0 0 7572 1 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=330716 CPUtime=75.74 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1151 0 0 0 7573 1 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=330716 CPUtime=75.74 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1869 0 0 0 7573 1 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=330716 CPUtime=75.75 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1566 0 0 0 7575 0 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=330716 CPUtime=75.75 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1337 0 0 0 7574 1 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 230808863312 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=330716 CPUtime=75.34 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3276 0 0 0 7531 3 0 0 25 0 8 0 545162039 338653184 14900 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 605.63
Current children cumulated vsize (KiB) 330716

[startup+77.4013 s]
/proc/loadavg: 6.80 5.51 6.28 9/192 30274
/proc/meminfo: memFree=20510500/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330716 CPUtime=618.43 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 15304 0 0 0 61829 14 0 0 25 0 8 0 545162036 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668539 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82679 14930 466 189 0 77028 0
[pid=30264/tid=30266] ppid=30262 vsize=330716 CPUtime=77.33 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 2154 0 0 0 7732 1 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4627509 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=330716 CPUtime=77.33 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1638 0 0 0 7732 1 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=330716 CPUtime=77.34 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1151 0 0 0 7733 1 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=330716 CPUtime=77.35 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1869 0 0 0 7734 1 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670286 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=330716 CPUtime=77.35 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1567 0 0 0 7735 0 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=330716 CPUtime=77.35 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1345 0 0 0 7734 1 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=330716 CPUtime=76.94 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3277 0 0 0 7691 3 0 0 25 0 8 0 545162039 338653184 14930 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 618.43
Current children cumulated vsize (KiB) 330716

[startup+77.8012 s]
/proc/loadavg: 6.80 5.51 6.28 9/192 30274
/proc/meminfo: memFree=20510252/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330716 CPUtime=621.62 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 15305 0 0 0 62148 14 0 0 25 0 8 0 545162036 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4653475 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30264/statm: 82679 14931 466 189 0 77028 0
[pid=30264/tid=30266] ppid=30262 vsize=330716 CPUtime=77.73 cores=0-7
/proc/30264/task/30266/stat : 30266 (claspmt) R 30262 30264 30238 0 -1 4202560 2155 0 0 0 7772 1 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30264/tid=30267] ppid=30262 vsize=330716 CPUtime=77.73 cores=0-7
/proc/30264/task/30267/stat : 30267 (claspmt) R 30262 30264 30238 0 -1 4202560 1638 0 0 0 7772 1 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668676 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30264/tid=30268] ppid=30262 vsize=330716 CPUtime=77.74 cores=0-7
/proc/30264/task/30268/stat : 30268 (claspmt) R 30262 30264 30238 0 -1 4202560 1151 0 0 0 7773 1 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30264/tid=30269] ppid=30262 vsize=330716 CPUtime=77.75 cores=0-7
/proc/30264/task/30269/stat : 30269 (claspmt) R 30262 30264 30238 0 -1 4202560 1869 0 0 0 7774 1 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30264/tid=30270] ppid=30262 vsize=330716 CPUtime=77.75 cores=0-7
/proc/30264/task/30270/stat : 30270 (claspmt) R 30262 30264 30238 0 -1 4202560 1567 0 0 0 7775 0 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30264/tid=30271] ppid=30262 vsize=330716 CPUtime=77.75 cores=0-7
/proc/30264/task/30271/stat : 30271 (claspmt) R 30262 30264 30238 0 -1 4202560 1345 0 0 0 7774 1 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4653475 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30264/tid=30272] ppid=30262 vsize=330716 CPUtime=77.33 cores=0-7
/proc/30264/task/30272/stat : 30272 (claspmt) R 30262 30264 30238 0 -1 4202560 3277 0 0 0 7730 3 0 0 25 0 8 0 545162039 338653184 14931 33554432000 4194304 4964704 140734452738608 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 621.62
Current children cumulated vsize (KiB) 330716

[startup+78.2011 s]
/proc/loadavg: 6.80 5.51 6.28 9/192 30274
/proc/meminfo: memFree=20510252/32951124 swapFree=67111448/67111528
[pid=30264] ppid=30262 vsize=330716 CPUtime=624.79 cores=0-7
/proc/30264/stat : 30264 (claspmt) R 30262 30264 30238 0 -1 4202496 15316 0 0 0 62465 14 0 0 17 0 1 0 545162036 338653184 14942 33554432000 4194304 4964704 140734452738608 18446744073709551615 230808821767 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30264/statm: 82679 14942 476 189 0 77028 0
Current children cumulated CPU time (s) 624.79
Current children cumulated vsize (KiB) 330716

Child status: 20
Real time (s): 78.2164
CPU time (s): 624.821
CPU user time (s): 624.669
CPU system time (s): 0.151976
CPU usage (%): 798.836
Max. virtual memory (cumulated for all children) (KiB): 330716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.669
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15317
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= 11627
involuntary context switches= 2782

runsolver used 0.121981 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-02 13:26:56
IDJOB=3321306
IDBENCH=20393
IDSOLVER=1711
FILE ID=node104/3321306-1304335616
RUNJOBID= node104-1304335616-30252
PBS_JOBID= 13178015
Free space on /tmp= 73436 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.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-3321306-1304335616/watcher-3321306-1304335616 -o /tmp/evaluation-result-3321306-1304335616/solver-3321306-1304335616 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321306-1304335616.cnf

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=691684914

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:      20566260 kB
Buffers:        464900 kB
Cached:        2751240 kB
SwapCached:         80 kB
Active:        9121088 kB
Inactive:      2828592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20566260 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            1252 kB
Writeback:           0 kB
AnonPages:     8733204 kB
Mapped:          19280 kB
Slab:           350232 kB
PageTables:      23896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10148012 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= 73436 MiB
End job on node104 at 2011-05-02 13:28:14