Trace number 3381271

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 3193.35 400

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.725
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...511327/instance-3381271-1305511327.cnf
0.00/0.06	c Solving...
3192.79/399.99	s UNSATISFIABLE
3192.79/399.99	
3192.79/399.99	c Models        : 0     
3192.79/399.99	c Time          : 399.969s (Solving: 399.91s 1st Model: 0.00s Unsat: 399.91s)
3192.79/399.99	c CPU Time      : 3193.310s

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-3381271-1305511327/watcher-3381271-1305511327 -o /tmp/evaluation-result-3381271-1305511327/solver-3381271-1305511327 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381271-1305511327.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.24 7.72 7.00 1/359 30111
/proc/meminfo: memFree=14703388/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=22544 CPUtime=0.01 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 966 0 0 0 1 0 0 0 25 0 1 0 662730717 23085056 874 33554432000 4194304 4964800 140733262759952 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30111/statm: 5636 875 389 189 0 510 0

[startup+0.0787369 s]
/proc/loadavg: 8.24 7.72 7.00 1/359 30111
/proc/meminfo: memFree=14703388/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=450736 CPUtime=0.07 cores=0-7
/proc/30111/stat : 30111 (claspmt) S 30109 30111 29437 0 -1 4202496 3001 0 0 0 6 1 0 0 25 0 8 0 662730717 461553664 2650 33554432000 4194304 4964800 140733262759952 18446744073709551615 228134529945 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/30111/statm: 112684 2653 436 189 0 107033 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 450736

[startup+0.103783 s]
/proc/loadavg: 8.24 7.72 7.00 1/359 30111
/proc/meminfo: memFree=14703388/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=451224 CPUtime=0.24 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 3950 0 0 0 22 2 0 0 25 0 8 0 662730717 462053376 3598 33554432000 4194304 4964800 140733262759952 18446744073709551615 228122819103 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/30111/statm: 112806 3598 464 189 0 107155 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 451224

[startup+0.300635 s]
/proc/loadavg: 8.24 7.72 7.00 1/359 30111
/proc/meminfo: memFree=14703388/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=452076 CPUtime=1.78 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 5303 0 0 0 175 3 0 0 25 0 8 0 662730717 462925824 4951 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 113019 4951 464 189 0 107368 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 452076

[startup+0.700564 s]
/proc/loadavg: 8.24 7.72 7.00 1/359 30111
/proc/meminfo: memFree=14703388/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=452604 CPUtime=4.98 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 6387 0 0 0 495 3 0 0 25 0 8 0 662730717 463466496 6035 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670357 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 113151 6036 464 189 0 107500 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 452604

[startup+1.50042 s]
/proc/loadavg: 8.24 7.72 7.00 10/368 30126
/proc/meminfo: memFree=14678960/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=453168 CPUtime=11.36 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 7468 0 0 0 1132 4 0 0 25 0 8 0 662730717 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627290 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 113292 7116 464 189 0 107641 0
[pid=30111/tid=30115] ppid=30109 vsize=453168 CPUtime=1.41 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 650 0 0 0 141 0 0 0 19 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=453168 CPUtime=1.41 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 1139 0 0 0 141 0 0 0 19 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=453168 CPUtime=1.41 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 739 0 0 0 140 1 0 0 18 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4660268 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=453168 CPUtime=1.41 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 758 0 0 0 141 0 0 0 20 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669552 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=453168 CPUtime=1.41 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 577 0 0 0 141 0 0 0 20 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=453168 CPUtime=1.41 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 656 0 0 0 141 0 0 0 19 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=453168 CPUtime=1.4 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 958 0 0 0 140 0 0 0 19 0 8 0 662730724 464044032 7116 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 453168

[startup+3.10113 s]
/proc/loadavg: 8.24 7.72 7.00 10/367 30129
/proc/meminfo: memFree=14674292/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=454108 CPUtime=24.16 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 9399 0 0 0 2410 6 0 0 25 0 8 0 662730717 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 113527 9047 464 189 0 107876 0
[pid=30111/tid=30115] ppid=30109 vsize=454108 CPUtime=3.01 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 914 0 0 0 301 0 0 0 25 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=454108 CPUtime=3.01 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 1757 0 0 0 301 0 0 0 25 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=454108 CPUtime=3.01 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 844 0 0 0 300 1 0 0 20 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670670 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=454108 CPUtime=3 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 1002 0 0 0 300 0 0 0 25 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=454108 CPUtime=3.01 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 793 0 0 0 301 0 0 0 25 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 228122375201 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=454108 CPUtime=3.01 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 759 0 0 0 301 0 0 0 25 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669535 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=454108 CPUtime=3.01 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 1205 0 0 0 300 1 0 0 24 0 8 0 662730724 465006592 9047 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670137 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 454108

[startup+6.30055 s]
/proc/loadavg: 8.30 7.74 7.01 10/367 30164
/proc/meminfo: memFree=14662416/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=455756 CPUtime=49.7 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 11402 0 0 0 4963 7 0 0 25 0 8 0 662730717 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670330 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 113939 11050 466 189 0 108288 0
[pid=30111/tid=30115] ppid=30109 vsize=455756 CPUtime=6.21 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 1168 0 0 0 621 0 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669560 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=455756 CPUtime=6.21 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 2127 0 0 0 620 1 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=455756 CPUtime=6.21 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 996 0 0 0 620 1 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=455756 CPUtime=6.2 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 1242 0 0 0 620 0 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=455756 CPUtime=6.21 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 997 0 0 0 621 0 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=455756 CPUtime=6.21 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 890 0 0 0 621 0 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4660495 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=455756 CPUtime=6.21 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 1649 0 0 0 620 1 0 0 25 0 8 0 662730724 466694144 11050 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.7
Current children cumulated vsize (KiB) 455756

[startup+12.7004 s]
/proc/loadavg: 8.36 7.76 7.02 10/368 30195
/proc/meminfo: memFree=14652008/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=457632 CPUtime=100.82 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 14378 0 0 0 10073 9 0 0 25 0 8 0 662730717 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320928 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 114408 14026 466 189 0 108757 0
[pid=30111/tid=30115] ppid=30109 vsize=457632 CPUtime=12.61 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 1554 0 0 0 1261 0 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4647569 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=457632 CPUtime=12.61 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 2683 0 0 0 1260 1 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=457632 CPUtime=12.61 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 1285 0 0 0 1260 1 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4325321 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=457632 CPUtime=12.61 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 1538 0 0 0 1260 1 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=457632 CPUtime=12.6 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 1253 0 0 0 1260 0 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=457632 CPUtime=12.61 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 1121 0 0 0 1261 0 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=457632 CPUtime=12.6 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 2264 0 0 0 1259 1 0 0 25 0 8 0 662730724 468615168 14026 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 457632

[startup+25.5011 s]
/proc/loadavg: 8.65 7.85 7.06 10/367 30246
/proc/meminfo: memFree=14634604/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=459796 CPUtime=203.06 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 18011 0 0 0 20294 12 0 0 25 0 8 0 662730717 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669376 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 114949 17637 466 189 0 109298 0
[pid=30111/tid=30115] ppid=30109 vsize=459796 CPUtime=25.41 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 2020 0 0 0 2540 1 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=459796 CPUtime=25.41 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 3467 0 0 0 2540 1 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=459796 CPUtime=25.4 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 1554 0 0 0 2539 1 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=459796 CPUtime=25.4 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 2011 0 0 0 2539 1 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=459796 CPUtime=25.4 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 1684 0 0 0 2540 0 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=459796 CPUtime=25.41 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 1413 0 0 0 2541 0 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=459796 CPUtime=25.41 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 2790 0 0 0 2539 2 0 0 25 0 8 0 662730724 470831104 17637 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.06
Current children cumulated vsize (KiB) 459796

[startup+51.1005 s]
/proc/loadavg: 8.77 7.95 7.11 9/367 30342
/proc/meminfo: memFree=14611836/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=462880 CPUtime=407.52 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 22524 0 0 0 40735 17 0 0 25 0 8 0 662730717 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/30111/statm: 115720 22146 466 189 0 110069 0
[pid=30111/tid=30115] ppid=30109 vsize=462880 CPUtime=51 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 2600 0 0 0 5099 1 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=462880 CPUtime=51.01 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 4266 0 0 0 5099 2 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=462880 CPUtime=51 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 1887 0 0 0 5098 2 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4631154 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=462880 CPUtime=50.98 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 2653 0 0 0 5096 2 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=462880 CPUtime=51 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 2259 0 0 0 5099 1 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=462880 CPUtime=51.01 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 1731 0 0 0 5100 1 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=462880 CPUtime=51.01 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 3645 0 0 0 5098 3 0 0 25 0 8 0 662730724 473989120 22146 33554432000 4194304 4964800 140733262759952 18446744073709551615 4365913 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.52

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

/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4104 0 0 0 35797 10 0 0 25 0 8 0 662730724 482476032 37818 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=471168 CPUtime=358.19 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 3991 0 0 0 35815 4 0 0 25 0 8 0 662730724 482476032 37818 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=471168 CPUtime=356.43 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3048 0 0 0 35639 4 0 0 25 0 8 0 662730724 482476032 37818 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669503 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=471168 CPUtime=357.55 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6335 0 0 0 35749 6 0 0 25 0 8 0 662730724 482476032 37818 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2860.5
Current children cumulated vsize (KiB) 471168

[startup+383.914 s]
/proc/loadavg: 9.08 8.73 7.71 10/367 31474
/proc/meminfo: memFree=14490964/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=471896 CPUtime=3065.09 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 38945 0 0 0 306460 49 0 0 25 0 8 0 662730717 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4668937 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 117974 38537 466 189 0 112323 0
[pid=30111/tid=30115] ppid=30109 vsize=471896 CPUtime=383.79 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5730 0 0 0 38375 4 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669386 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=471896 CPUtime=383.82 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8203 0 0 0 38376 6 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320916 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=471896 CPUtime=383.62 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2687 0 0 0 38358 4 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=471896 CPUtime=383.68 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4185 0 0 0 38357 11 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=471896 CPUtime=383.8 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 38376 4 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=471896 CPUtime=381.73 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 38169 4 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=471896 CPUtime=383.16 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6438 0 0 0 38310 6 0 0 25 0 8 0 662730724 483221504 38537 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3065.09
Current children cumulated vsize (KiB) 471896

[startup+390.301 s]
/proc/loadavg: 9.07 8.73 7.72 10/367 31488
/proc/meminfo: memFree=14490176/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=471896 CPUtime=3116.12 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 38999 0 0 0 311563 49 0 0 25 0 8 0 662730717 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670349 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 117974 38591 466 189 0 112323 0
[pid=30111/tid=30115] ppid=30109 vsize=471896 CPUtime=390.18 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5735 0 0 0 39014 4 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=471896 CPUtime=390.21 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8234 0 0 0 39015 6 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4644882 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=471896 CPUtime=390 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2689 0 0 0 38996 4 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=471896 CPUtime=390.07 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4201 0 0 0 38996 11 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=471896 CPUtime=390.19 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 39015 4 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=471896 CPUtime=388.05 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 38801 4 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=471896 CPUtime=389.55 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6438 0 0 0 38949 6 0 0 25 0 8 0 662730724 483221504 38591 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3116.12
Current children cumulated vsize (KiB) 471896

[startup+396.701 s]
/proc/loadavg: 9.07 8.74 7.73 10/367 31507
/proc/meminfo: memFree=14489084/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=472048 CPUtime=3167.23 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 39065 0 0 0 316674 49 0 0 25 0 8 0 662730717 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669509 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 118012 38657 466 189 0 112361 0
[pid=30111/tid=30115] ppid=30109 vsize=472048 CPUtime=396.57 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5746 0 0 0 39653 4 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=472048 CPUtime=396.61 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8235 0 0 0 39655 6 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=472048 CPUtime=396.4 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2689 0 0 0 39636 4 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=472048 CPUtime=396.47 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4219 0 0 0 39636 11 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=472048 CPUtime=396.59 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 39655 4 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=472048 CPUtime=394.38 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 39433 5 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=472048 CPUtime=395.95 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6474 0 0 0 39589 6 0 0 25 0 8 0 662730724 483377152 38657 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3167.23
Current children cumulated vsize (KiB) 472048

[startup+398.301 s]
/proc/loadavg: 9.07 8.74 7.73 10/367 31514
/proc/meminfo: memFree=14488800/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=472048 CPUtime=3180 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 39066 0 0 0 317951 49 0 0 25 0 8 0 662730717 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 118012 38658 466 189 0 112361 0
[pid=30111/tid=30115] ppid=30109 vsize=472048 CPUtime=398.17 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5746 0 0 0 39813 4 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=472048 CPUtime=398.21 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8235 0 0 0 39815 6 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=472048 CPUtime=398 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2689 0 0 0 39796 4 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=472048 CPUtime=398.07 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4219 0 0 0 39796 11 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=472048 CPUtime=398.19 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 39815 4 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=472048 CPUtime=395.96 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 39591 5 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670520 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=472048 CPUtime=397.55 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6475 0 0 0 39749 6 0 0 25 0 8 0 662730724 483377152 38658 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3180
Current children cumulated vsize (KiB) 472048

[startup+399.101 s]
/proc/loadavg: 9.07 8.74 7.73 10/367 31514
/proc/meminfo: memFree=14488800/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=472048 CPUtime=3186.4 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 39073 0 0 0 318591 49 0 0 25 0 8 0 662730717 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 118012 38665 466 189 0 112361 0
[pid=30111/tid=30115] ppid=30109 vsize=472048 CPUtime=398.97 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5746 0 0 0 39893 4 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=472048 CPUtime=399.01 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8242 0 0 0 39895 6 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=472048 CPUtime=398.8 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2689 0 0 0 39876 4 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=472048 CPUtime=398.87 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4219 0 0 0 39876 11 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=472048 CPUtime=398.99 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 39895 4 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=472048 CPUtime=396.76 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 39671 5 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=472048 CPUtime=398.35 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6475 0 0 0 39829 6 0 0 25 0 8 0 662730724 483377152 38665 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3186.4
Current children cumulated vsize (KiB) 472048

[startup+399.501 s]
/proc/loadavg: 9.06 8.74 7.73 10/367 31515
/proc/meminfo: memFree=14488680/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=472048 CPUtime=3189.59 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 39074 0 0 0 318910 49 0 0 25 0 8 0 662730717 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 118012 38666 466 189 0 112361 0
[pid=30111/tid=30115] ppid=30109 vsize=472048 CPUtime=399.37 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5746 0 0 0 39933 4 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=472048 CPUtime=399.41 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8243 0 0 0 39935 6 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320944 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=472048 CPUtime=399.2 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2689 0 0 0 39916 4 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669386 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=472048 CPUtime=399.27 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4219 0 0 0 39916 11 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=472048 CPUtime=399.39 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 39935 4 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=472048 CPUtime=397.14 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 39709 5 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=472048 CPUtime=398.75 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6475 0 0 0 39869 6 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3189.59
Current children cumulated vsize (KiB) 472048

[startup+399.901 s]
/proc/loadavg: 9.06 8.74 7.73 10/367 31515
/proc/meminfo: memFree=14488680/32951124 swapFree=54427468/67111528
[pid=30111] ppid=30109 vsize=472048 CPUtime=3192.79 cores=0-7
/proc/30111/stat : 30111 (claspmt) R 30109 30111 29437 0 -1 4202496 39074 0 0 0 319230 49 0 0 25 0 8 0 662730717 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4629954 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30111/statm: 118012 38666 466 189 0 112361 0
[pid=30111/tid=30115] ppid=30109 vsize=472048 CPUtime=399.77 cores=0-7
/proc/30111/task/30115/stat : 30115 (claspmt) R 30109 30111 29437 0 -1 4202560 5746 0 0 0 39973 4 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30111/tid=30116] ppid=30109 vsize=472048 CPUtime=399.81 cores=0-7
/proc/30111/task/30116/stat : 30116 (claspmt) R 30109 30111 29437 0 -1 4202560 8243 0 0 0 39975 6 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30111/tid=30117] ppid=30109 vsize=472048 CPUtime=399.6 cores=0-7
/proc/30111/task/30117/stat : 30117 (claspmt) R 30109 30111 29437 0 -1 4202560 2689 0 0 0 39956 4 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669479 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30111/tid=30118] ppid=30109 vsize=472048 CPUtime=399.67 cores=0-7
/proc/30111/task/30118/stat : 30118 (claspmt) R 30109 30111 29437 0 -1 4202560 4219 0 0 0 39956 11 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4669512 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30111/tid=30119] ppid=30109 vsize=472048 CPUtime=399.79 cores=0-7
/proc/30111/task/30119/stat : 30119 (claspmt) R 30109 30111 29437 0 -1 4202560 4077 0 0 0 39975 4 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4629961 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30111/tid=30120] ppid=30109 vsize=472048 CPUtime=397.54 cores=0-7
/proc/30111/task/30120/stat : 30120 (claspmt) R 30109 30111 29437 0 -1 4202560 3090 0 0 0 39749 5 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30111/tid=30121] ppid=30109 vsize=472048 CPUtime=399.15 cores=0-7
/proc/30111/task/30121/stat : 30121 (claspmt) R 30109 30111 29437 0 -1 4202560 6475 0 0 0 39909 6 0 0 25 0 8 0 662730724 483377152 38666 33554432000 4194304 4964800 140733262759952 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3192.79
Current children cumulated vsize (KiB) 472048

Child status: 20
Real time (s): 400
CPU time (s): 3193.35
CPU user time (s): 3192.83
CPU system time (s): 0.518921
CPU usage (%): 798.338
Max. virtual memory (cumulated for all children) (KiB): 472048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3192.83
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39085
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= 21831
involuntary context switches= 18884

runsolver used 1.39279 second user time and 3.34549 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 04:02:07
IDJOB=3381271
IDBENCH=85802
IDSOLVER=1865
FILE ID=node138/3381271-1305511327
RUNJOBID= node138-1305510133-29451
PBS_JOBID= 13325520
Free space on /tmp= 73544 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.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-3381271-1305511327/watcher-3381271-1305511327 -o /tmp/evaluation-result-3381271-1305511327/solver-3381271-1305511327 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3381271-1305511327.cnf

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=621041166

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14703296 kB
Buffers:        301120 kB
Cached:        4031188 kB
SwapCached:      18496 kB
Active:       14868884 kB
Inactive:      3100164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14703296 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            4492 kB
Writeback:           0 kB
AnonPages:    13630140 kB
Mapped:          18948 kB
Slab:           130432 kB
PageTables:      77792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83390180 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= 73544 MiB
End job on node138 at 2011-05-16 04:08:47