Trace number 3321724

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 1225.97 155.728

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.081
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...662050/instance-3321724-1307662050.cnf
1.29/1.30	c Solving...
1225.93/155.72	s UNSATISFIABLE
1225.93/155.72	
1225.93/155.72	c Models        : 0     
1225.93/155.72	c Time          : 155.555s (Solving: 154.25s 1st Model: 0.00s Unsat: 154.25s)
1225.93/155.72	c CPU Time      : 1225.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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 7.87 7.83 7.81 1/165 23780
/proc/meminfo: memFree=29666856/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=25912 CPUtime=0 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 1061 0 0 0 0 0 0 0 21 0 1 0 877804696 26533888 990 33554432000 4194304 4964704 140736865303184 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/23780/statm: 6478 998 376 189 0 1352 0

[startup+0.064391 s]
/proc/loadavg: 7.87 7.83 7.81 1/165 23780
/proc/meminfo: memFree=29666856/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=37568 CPUtime=0.05 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 5633 0 0 0 5 0 0 0 21 0 1 0 877804696 38469632 4513 33554432000 4194304 4964704 140736865303184 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/23780/statm: 9392 4514 386 189 0 4266 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37568

[startup+0.100375 s]
/proc/loadavg: 7.87 7.83 7.81 1/165 23780
/proc/meminfo: memFree=29666856/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=43260 CPUtime=0.09 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 7464 0 0 0 8 1 0 0 21 0 1 0 877804696 44298240 5938 33554432000 4194304 4964704 140736865303184 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/23780/statm: 10815 5939 386 189 0 5689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43260

[startup+0.300341 s]
/proc/loadavg: 7.87 7.83 7.81 1/165 23780
/proc/meminfo: memFree=29666856/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=77468 CPUtime=0.29 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 17489 0 0 0 27 2 0 0 22 0 1 0 877804696 79327232 14061 33554432000 4194304 4964704 140736865303184 18446744073709551615 4607549 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/23780/statm: 19367 14061 399 189 0 14241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77468

[startup+0.700273 s]
/proc/loadavg: 7.87 7.83 7.81 1/165 23780
/proc/meminfo: memFree=29666856/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=77468 CPUtime=0.69 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 17489 0 0 0 67 2 0 0 23 0 1 0 877804696 79327232 14061 33554432000 4194304 4964704 140736865303184 18446744073709551615 4607536 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/23780/statm: 19367 14061 399 189 0 14241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77468

[startup+1.50114 s]
/proc/loadavg: 7.87 7.83 7.81 2/166 23781
/proc/meminfo: memFree=29612188/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=584004 CPUtime=1.6 cores=0-7
/proc/23780/stat : 23780 (claspmt) S 23778 23780 22818 0 -1 4202496 49230 0 0 0 143 17 0 0 18 0 8 0 877804696 598020096 43734 33554432000 4194304 4964704 140736865303184 18446744073709551615 210658962329 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 146001 43735 433 189 0 140350 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 584004

[startup+3.10083 s]
/proc/loadavg: 7.32 7.72 7.77 2/173 23788
/proc/meminfo: memFree=29428984/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=587904 CPUtime=7.19 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 69754 0 0 0 647 72 0 0 18 0 8 0 877804696 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 146976 64129 464 189 0 141325 0
[pid=23780/tid=23782] ppid=23778 vsize=587904 CPUtime=0.61 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 5700 0 0 0 52 9 0 0 17 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=587904 CPUtime=0.58 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 7968 0 0 0 50 8 0 0 16 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=587904 CPUtime=0.58 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 7610 0 0 0 49 9 0 0 16 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=587904 CPUtime=0.7 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 5681 0 0 0 63 7 0 0 16 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 210647251487 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=587904 CPUtime=1.61 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 8588 0 0 0 156 5 0 0 18 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668668 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=587904 CPUtime=0.56 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 7867 0 0 0 44 12 0 0 16 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4361097 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=587904 CPUtime=0.58 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 6065 0 0 0 48 10 0 0 16 0 8 0 877804827 602013696 64129 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 587904

[startup+6.3013 s]
/proc/loadavg: 7.32 7.72 7.77 9/173 23788
/proc/meminfo: memFree=29405348/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=588056 CPUtime=32.68 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 72426 0 0 0 3166 102 0 0 25 0 8 0 877804696 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 147014 66801 464 189 0 141363 0
[pid=23780/tid=23782] ppid=23778 vsize=588056 CPUtime=3.8 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 6055 0 0 0 369 11 0 0 24 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4664159 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=588056 CPUtime=3.78 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 8442 0 0 0 367 11 0 0 18 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=588056 CPUtime=3.78 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 8150 0 0 0 363 15 0 0 20 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=588056 CPUtime=3.85 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 5690 0 0 0 371 14 0 0 20 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=588056 CPUtime=4.81 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 8603 0 0 0 476 5 0 0 25 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4669997 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=588056 CPUtime=3.72 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 8437 0 0 0 354 18 0 0 20 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=588056 CPUtime=3.76 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 6590 0 0 0 362 14 0 0 20 0 8 0 877804827 602169344 66801 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.68
Current children cumulated vsize (KiB) 588056

[startup+12.7012 s]
/proc/loadavg: 7.38 7.72 7.77 9/173 23788
/proc/meminfo: memFree=29390332/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=591696 CPUtime=83.82 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 76744 0 0 0 8274 108 0 0 25 0 8 0 877804696 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 147924 71119 464 189 0 142273 0
[pid=23780/tid=23782] ppid=23778 vsize=591696 CPUtime=10.2 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 6294 0 0 0 1008 12 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=591696 CPUtime=10.18 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 8869 0 0 0 1007 11 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=591696 CPUtime=10.18 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 8556 0 0 0 1003 15 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=591696 CPUtime=10.23 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 7128 0 0 0 1007 16 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=591696 CPUtime=11.21 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 8691 0 0 0 1116 5 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=591696 CPUtime=10.12 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 9092 0 0 0 993 19 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=591696 CPUtime=10.12 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 7463 0 0 0 997 15 0 0 25 0 8 0 877804827 605896704 71119 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 83.82
Current children cumulated vsize (KiB) 591696

[startup+25.5011 s]
/proc/loadavg: 7.58 7.75 7.78 9/173 23788
/proc/meminfo: memFree=29361996/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=596528 CPUtime=186.15 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 83768 0 0 0 18498 117 0 0 25 0 8 0 877804696 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 149132 78143 466 189 0 143481 0
[pid=23780/tid=23782] ppid=23778 vsize=596528 CPUtime=23 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 6512 0 0 0 2288 12 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=596528 CPUtime=22.98 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 10294 0 0 0 2285 13 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=596528 CPUtime=22.98 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 9409 0 0 0 2282 16 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=596528 CPUtime=23.04 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 8429 0 0 0 2286 18 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=596528 CPUtime=24.01 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 9392 0 0 0 2395 6 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=596528 CPUtime=22.92 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 9477 0 0 0 2273 19 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=596528 CPUtime=22.85 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 8982 0 0 0 2268 17 0 0 25 0 8 0 877804827 610844672 78143 33554432000 4194304 4964704 140736865303184 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 186.15
Current children cumulated vsize (KiB) 596528

[startup+51.1008 s]
/proc/loadavg: 7.79 7.79 7.79 9/173 23788
/proc/meminfo: memFree=29310388/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=601420 CPUtime=390.8 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 96769 0 0 0 38949 131 0 0 25 0 8 0 877804696 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670291 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 150355 91144 466 189 0 144704 0
[pid=23780/tid=23782] ppid=23778 vsize=601420 CPUtime=48.6 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 7341 0 0 0 4847 13 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670145 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=601420 CPUtime=48.58 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 13118 0 0 0 4843 15 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=601420 CPUtime=48.58 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 10540 0 0 0 4842 16 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=601420 CPUtime=48.64 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 10444 0 0 0 4842 22 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=601420 CPUtime=49.61 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 11387 0 0 0 4953 8 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4321069 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=601420 CPUtime=48.52 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 11429 0 0 0 4830 22 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=601420 CPUtime=48.31 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 10334 0 0 0 4813 18 0 0 25 0 8 0 877804827 615854080 91144 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 390.8
Current children cumulated vsize (KiB) 601420

[startup+102.306 s]
/proc/loadavg: 7.96 7.84 7.80 9/173 23790
/proc/meminfo: memFree=29228052/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=607928 CPUtime=800.15 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 117067 0 0 0 79859 156 0 0 25 0 8 0 877804696 622518272 111442 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670114 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 151982 111442 466 189 0 146331 0
[pid=23780/tid=23782] ppid=23778 vsize=607928 CPUtime=99.79 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8536 0 0 0 9964 15 0 0 25 0 8 0 877804827 622518272 111442 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=607928 CPUtime=99.78 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 16666 0 0 0 9959 19 0 0 25 0 8 0 877804827 622518272 111442 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=607928 CPUtime=99.79 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 12624 0 0 0 9961 18 0 0 25 0 8 0 877804827 622518272 111442 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670252 0 0 4096 18946 0 0 0 -1 4 0 0 0

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


[startup+127.901 s]
/proc/loadavg: 8.04 7.86 7.81 9/173 23790
/proc/meminfo: memFree=29221604/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=611640 CPUtime=1004.77 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 118729 0 0 0 100319 158 0 0 25 0 8 0 877804696 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 152910 113104 466 189 0 147259 0
[pid=23780/tid=23782] ppid=23778 vsize=611640 CPUtime=125.38 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8630 0 0 0 12523 15 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=611640 CPUtime=125.38 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 16793 0 0 0 12519 19 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=611640 CPUtime=125.38 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 12874 0 0 0 12520 18 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=611640 CPUtime=125.44 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13141 0 0 0 12519 25 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=611640 CPUtime=126.4 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14489 0 0 0 12629 11 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=611640 CPUtime=125.32 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13181 0 0 0 12508 24 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=611640 CPUtime=124.7 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16145 0 0 0 12443 27 0 0 25 0 8 0 877804827 626319360 113104 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1004.77
Current children cumulated vsize (KiB) 611640

[startup+140.701 s]
/proc/loadavg: 8.04 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29215156/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=614696 CPUtime=1107.13 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120313 0 0 0 110554 159 0 0 25 0 8 0 877804696 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 153674 114686 466 189 0 148023 0
[pid=23780/tid=23782] ppid=23778 vsize=614696 CPUtime=138.19 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8674 0 0 0 13804 15 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4362184 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=614696 CPUtime=138.18 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 17059 0 0 0 13799 19 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=614696 CPUtime=138.19 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 13409 0 0 0 13801 18 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=614696 CPUtime=138.24 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13325 0 0 0 13799 25 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=614696 CPUtime=139.21 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14794 0 0 0 13909 12 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=614696 CPUtime=138.12 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13181 0 0 0 13788 24 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=614696 CPUtime=137.43 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16395 0 0 0 13716 27 0 0 25 0 8 0 877804827 629448704 114686 33554432000 4194304 4964704 140736865303184 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1107.13
Current children cumulated vsize (KiB) 614696

[startup+147.101 s]
/proc/loadavg: 8.03 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29214776/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=615488 CPUtime=1158.26 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120512 0 0 0 115666 160 0 0 25 0 8 0 877804696 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 153872 114885 466 189 0 148221 0
[pid=23780/tid=23782] ppid=23778 vsize=615488 CPUtime=144.58 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8674 0 0 0 14443 15 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4320913 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=615488 CPUtime=144.58 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 17059 0 0 0 14439 19 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=615488 CPUtime=144.58 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 13410 0 0 0 14440 18 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=615488 CPUtime=144.63 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13332 0 0 0 14438 25 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=615488 CPUtime=145.61 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14794 0 0 0 14549 12 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=615488 CPUtime=144.52 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13181 0 0 0 14428 24 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=615488 CPUtime=143.8 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16586 0 0 0 14352 28 0 0 25 0 8 0 877804827 630259712 114885 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1158.26
Current children cumulated vsize (KiB) 615488

[startup+150.301 s]
/proc/loadavg: 8.03 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29214028/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=615620 CPUtime=1183.84 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120554 0 0 0 118224 160 0 0 25 0 8 0 877804696 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668673 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 153905 114927 466 189 0 148254 0
[pid=23780/tid=23782] ppid=23778 vsize=615620 CPUtime=147.78 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8674 0 0 0 14763 15 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=615620 CPUtime=147.78 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 17059 0 0 0 14759 19 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=615620 CPUtime=147.78 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 13410 0 0 0 14760 18 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=615620 CPUtime=147.83 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13332 0 0 0 14758 25 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=615620 CPUtime=148.81 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14794 0 0 0 14869 12 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=615620 CPUtime=147.72 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13211 0 0 0 14748 24 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=615620 CPUtime=146.98 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16598 0 0 0 14670 28 0 0 25 0 8 0 877804827 630394880 114927 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.84
Current children cumulated vsize (KiB) 615620

[startup+153.501 s]
/proc/loadavg: 8.03 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29213780/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=615620 CPUtime=1209.42 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120555 0 0 0 120781 161 0 0 25 0 8 0 877804696 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670269 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 153905 114928 466 189 0 148254 0
[pid=23780/tid=23782] ppid=23778 vsize=615620 CPUtime=150.98 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8674 0 0 0 15083 15 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=615620 CPUtime=150.98 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 17059 0 0 0 15079 19 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 210646804242 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=615620 CPUtime=150.98 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 13411 0 0 0 15080 18 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=615620 CPUtime=151.03 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13332 0 0 0 15078 25 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=615620 CPUtime=152.01 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14794 0 0 0 15189 12 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=615620 CPUtime=150.92 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13211 0 0 0 15068 24 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4660446 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=615620 CPUtime=150.16 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16598 0 0 0 14988 28 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1209.42
Current children cumulated vsize (KiB) 615620

[startup+155.106 s]
/proc/loadavg: 8.03 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29213780/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=615620 CPUtime=1222.25 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120555 0 0 0 122064 161 0 0 25 0 8 0 877804696 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 153905 114928 466 189 0 148254 0
[pid=23780/tid=23782] ppid=23778 vsize=615620 CPUtime=152.58 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8674 0 0 0 15243 15 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=615620 CPUtime=152.58 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 17059 0 0 0 15239 19 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4313804 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=615620 CPUtime=152.59 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 13411 0 0 0 15241 18 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=615620 CPUtime=152.63 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13332 0 0 0 15238 25 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=615620 CPUtime=153.61 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14794 0 0 0 15349 12 0 0 18 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=615620 CPUtime=152.52 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13211 0 0 0 15228 24 0 0 18 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4669429 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=615620 CPUtime=151.76 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16598 0 0 0 15148 28 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670075 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1222.25
Current children cumulated vsize (KiB) 615620

[startup+155.501 s]
/proc/loadavg: 8.03 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29213780/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=615620 CPUtime=1225.41 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120555 0 0 0 122380 161 0 0 25 0 8 0 877804696 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670266 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/23780/statm: 153905 114928 466 189 0 148254 0
[pid=23780/tid=23782] ppid=23778 vsize=615620 CPUtime=152.98 cores=0-7
/proc/23780/task/23782/stat : 23782 (claspmt) R 23778 23780 22818 0 -1 4202560 8674 0 0 0 15283 15 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4644826 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=23780/tid=23783] ppid=23778 vsize=615620 CPUtime=152.97 cores=0-7
/proc/23780/task/23783/stat : 23783 (claspmt) R 23778 23780 22818 0 -1 4202560 17059 0 0 0 15278 19 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4320981 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=23780/tid=23784] ppid=23778 vsize=615620 CPUtime=152.98 cores=0-7
/proc/23780/task/23784/stat : 23784 (claspmt) R 23778 23780 22818 0 -1 4202560 13411 0 0 0 15280 18 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4668857 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=23780/tid=23785] ppid=23778 vsize=615620 CPUtime=153.03 cores=0-7
/proc/23780/task/23785/stat : 23785 (claspmt) R 23778 23780 22818 0 -1 4202560 13332 0 0 0 15278 25 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=23780/tid=23786] ppid=23778 vsize=615620 CPUtime=154 cores=0-7
/proc/23780/task/23786/stat : 23786 (claspmt) R 23778 23780 22818 0 -1 4202560 14794 0 0 0 15388 12 0 0 18 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=23780/tid=23787] ppid=23778 vsize=615620 CPUtime=152.92 cores=0-7
/proc/23780/task/23787/stat : 23787 (claspmt) R 23778 23780 22818 0 -1 4202560 13211 0 0 0 15268 24 0 0 18 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=23780/tid=23788] ppid=23778 vsize=615620 CPUtime=152.15 cores=0-7
/proc/23780/task/23788/stat : 23788 (claspmt) R 23778 23780 22818 0 -1 4202560 16598 0 0 0 15187 28 0 0 25 0 8 0 877804827 630394880 114928 33554432000 4194304 4964704 140736865303184 18446744073709551615 4313692 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1225.41
Current children cumulated vsize (KiB) 615620

[startup+155.701 s]
/proc/loadavg: 8.03 7.87 7.82 9/173 23792
/proc/meminfo: memFree=29213780/32951132 swapFree=67061144/67111528
[pid=23780] ppid=23778 vsize=598936 CPUtime=1225.93 cores=0-7
/proc/23780/stat : 23780 (claspmt) R 23778 23780 22818 0 -1 4202496 120565 0 0 0 122432 161 0 0 17 0 1 0 877804696 613310464 107505 33554432000 4194304 4964704 140736865303184 18446744073709551615 210646802331 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/23780/statm: 149734 107505 476 189 0 144083 0
Current children cumulated CPU time (s) 1225.93
Current children cumulated vsize (KiB) 598936

Child status: 20
Real time (s): 155.728
CPU time (s): 1225.97
CPU user time (s): 1224.32
CPU system time (s): 1.64175
CPU usage (%): 787.247
Max. virtual memory (cumulated for all children) (KiB): 615620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1224.32
system time used= 1.64175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120566
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= 51650
involuntary context switches= 5121

runsolver used 0.245962 second user time and 0.602908 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-10 01:27:31
IDJOB=3321724
IDBENCH=82502
IDSOLVER=1711
FILE ID=node129/3321724-1307662050
RUNJOBID= node129-1307657079-22832
PBS_JOBID= 13549424
Free space on /tmp= 74152 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.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-3321724-1307662050/watcher-3321724-1307662050 -o /tmp/evaluation-result-3321724-1307662050/solver-3321724-1307662050 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321724-1307662050.cnf

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=864817268

node129.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.831
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.66
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.831
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29667656 kB
Buffers:        383016 kB
Cached:        2622980 kB
SwapCached:      13136 kB
Active:         783392 kB
Inactive:      2246484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29667656 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:           13968 kB
Writeback:           0 kB
AnonPages:       20640 kB
Mapped:           8548 kB
Slab:           187140 kB
PageTables:       3392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   160928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74152 MiB
End job on node129 at 2011-06-10 01:30:07