Trace number 3453988

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT-14 34.9097 19.1195

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_3.opb
MD5SUM7197f7f0f9b455050f9ff30066ca0a9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark2.40663
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3090
Sum of products size (including duplicates)6180
Number of different products1545
Sum of products size3090

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.08/0.11	c version 2.3.1.v20110525
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.18-164.el5
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		9996466904
0.08/0.11	c Max memory 		10048897024
0.08/0.11	c Total memory 		10048897024
0.08/0.11	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3453988-1307194753.opb
0.08/0.13	c reading problem ... 
0.52/0.35	c ... done. Wall clock time 0.222s.
0.52/0.35	c #vars     1645
0.52/0.35	c #constraints  4735
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1545
0.52/0.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.52/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1545
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1545
0.52/0.35	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.52/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1545
0.52/0.37	c  And the winner is Resolution
0.58/0.86	c SATISFIABLE
0.58/0.86	c OPTIMIZING...
0.58/0.86	c Got one! Elapsed wall clock time (in seconds):0.732
0.58/0.86	o -9
0.58/0.87	c  And the winner is Resolution
0.67/1.37	c Got one! Elapsed wall clock time (in seconds):1.237
0.67/1.37	o -10
0.76/1.46	c  And the winner is Resolution
1.38/1.87	c Got one! Elapsed wall clock time (in seconds):1.743
1.38/1.87	o -12
1.46/1.94	c  And the winner is Resolution
1.70/2.38	c Got one! Elapsed wall clock time (in seconds):2.248
1.70/2.38	o -13
2.62/2.72	c  And the winner is Resolution
2.73/2.88	c Got one! Elapsed wall clock time (in seconds):2.753
2.73/2.88	o -14
2.99/3.00	c cleaning 3118 clauses out of 6236 with flag 1000/6236
4.04/3.52	c cleaning 4559 clauses out of 9118 with flag 7000/12236
5.84/4.34	c cleaning 5780 clauses out of 11560 with flag 14001/19237
7.95/5.28	c cleaning 6889 clauses out of 13778 with flag 22000/27236
10.72/6.46	c cleaning 7946 clauses out of 15891 with flag 31002/36238
13.35/7.74	c cleaning 8972 clauses out of 17943 with flag 41000/46236
16.27/9.22	c cleaning 9481 clauses out of 18970 with flag 51001/56237
19.05/10.65	c cleaning 9743 clauses out of 19486 with flag 61000/66236
21.61/11.96	c cleaning 9872 clauses out of 19744 with flag 71002/76238
24.18/13.27	c cleaning 9932 clauses out of 19866 with flag 81000/86236
26.88/14.68	c cleaning 9963 clauses out of 19929 with flag 91000/96236
29.83/16.16	c cleaning 9979 clauses out of 19958 with flag 101001/106237
32.56/17.54	c cleaning 9982 clauses out of 19969 with flag 111000/116236
34.47/18.60	c  And the winner is Resolution
34.78/19.08	c starts		: 82
34.78/19.08	c conflicts		: 124111
34.78/19.08	c decisions		: 127235
34.78/19.08	c propagations		: 774860
34.78/19.08	c inspects		: 179634179
34.78/19.08	c shortcuts		: 0
34.78/19.08	c learnt literals	: 78
34.78/19.08	c learnt binary clauses	: 966
34.78/19.08	c learnt ternary clauses	: 1066
34.78/19.08	c learnt constraints	: 124032
34.78/19.08	c ignored constraints	: 0
34.78/19.08	c root simplifications	: 0
34.78/19.08	c removed literals (reason simplification)	: 1097637
34.78/19.08	c reason swapping (by a shorter reason)	: 0
34.78/19.08	c Calls to reduceDB	: 13
34.78/19.08	c number of reductions to clauses (during analyze)	: 0
34.78/19.08	c number of learned constraints concerned by reduction	: 0
34.78/19.08	c number of learning phase by resolution	: 0
34.78/19.08	c number of learning phase by cutting planes	: 0
34.78/19.08	c speed (assignments/second)	: 47842.67720424796
34.78/19.08	c non guided choices	0
34.78/19.08	c learnt constraints type 
34.78/19.08	c constraints type 
34.78/19.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1545
34.78/19.08	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
34.78/19.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
34.78/19.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1545
34.78/19.08	c constraints type 
34.78/19.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1545
34.78/19.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
34.78/19.08	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
34.78/19.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1545
34.78/19.08	s OPTIMUM FOUND
34.78/19.08	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 x29 -x30 -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 x97 -x98 -x99 -x100 
34.78/19.08	c objective function=-14
34.78/19.08	c Total wall clock time (in seconds): 18.951

Verifier Data

OK	-14

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-3453988-1307194753/watcher-3453988-1307194753 -o /tmp/evaluation-result-3453988-1307194753/solver-3453988-1307194753 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453988-1307194753.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.70 3.32 3/485 23470
/proc/meminfo: memFree=21378564/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 1134 0 0 0 0 0 0 0 23 0 2 0 563666558 24584192 871 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 6001 876 664 9 0 381 0
[pid=23470/tid=23472] ppid=23468 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) R 23468 23470 17058 0 -1 4202560 1177 0 1 0 0 0 0 0 17 0 2 0 563666559 10681323520 1992 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0750799 s]
/proc/loadavg: 1.97 2.70 3.32 3/485 23470
/proc/meminfo: memFree=21378564/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10470700 CPUtime=0.05 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 11581 0 1 0 4 1 0 0 23 0 15 0 563666558 10721996800 11278 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2617675 11280 1713 9 0 2608423 0
[pid=23470/tid=23472] ppid=23468 vsize=10470700 CPUtime=0.04 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) R 23468 23470 17058 0 -1 4202560 10412 0 1 0 3 1 0 0 19 0 16 0 563666559 10721996800 11281 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10470700

[startup+0.101796 s]
/proc/loadavg: 1.97 2.70 3.32 3/485 23470
/proc/meminfo: memFree=21378564/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10539760 CPUtime=0.08 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 12740 0 1 0 7 1 0 0 23 0 18 0 563666558 10792714240 12408 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2634940 12410 2020 9 0 2625674 0
[pid=23470/tid=23472] ppid=23468 vsize=10539760 CPUtime=0.08 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) R 23468 23470 17058 0 -1 4202560 11059 0 1 0 7 1 0 0 18 0 18 0 563666559 10792714240 12641 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505173200 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10539760

[startup+0.321929 s]
/proc/loadavg: 1.97 2.70 3.32 3/485 23470
/proc/meminfo: memFree=21378564/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10540592 CPUtime=0.52 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 15949 0 1 0 50 2 0 0 23 0 18 0 563666558 10793566208 15183 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2635148 15184 2210 9 0 2625882 0
[pid=23470/tid=23472] ppid=23468 vsize=10540592 CPUtime=0.3 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) R 23468 23470 17058 0 -1 4202560 13102 0 1 0 29 1 0 0 18 0 18 0 563666559 10793566208 15184 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505607227 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10540592

[startup+0.701006 s]
/proc/loadavg: 1.97 2.70 3.32 3/485 23470
/proc/meminfo: memFree=21378564/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10544704 CPUtime=0.58 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 16538 0 1 0 56 2 0 0 23 0 19 0 563666558 10797776896 15680 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2636176 15680 2221 9 0 2626910 0
[pid=23470/tid=23472] ppid=23468 vsize=10544704 CPUtime=0.31 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13384 0 1 0 30 1 0 0 19 0 19 0 563666559 10797776896 15680 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10544704

[startup+1.50081 s]
/proc/loadavg: 2.13 2.72 3.33 5/528 23522
/proc/meminfo: memFree=21165320/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10549220 CPUtime=1.09 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 20813 0 1 0 106 3 0 0 23 0 19 0 563666558 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2637305 18763 2231 9 0 2628039 0
[pid=23470/tid=23472] ppid=23468 vsize=10549220 CPUtime=0.32 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13412 0 1 0 31 1 0 0 16 0 19 0 563666559 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23479] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23479/stat : 23479 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23480] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23480/stat : 23480 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23481] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23481/stat : 23481 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23482] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23482/stat : 23482 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23483] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23483/stat : 23483 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23485] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23485/stat : 23485 (java) S 23468 23470 17058 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23486] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23486/stat : 23486 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 563666561 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23496] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23496/stat : 23496 (java) S 23468 23470 17058 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 563666562 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 0 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23497] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23497/stat : 23497 (java) S 23468 23470 17058 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 563666562 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23498] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23498/stat : 23498 (java) S 23468 23470 17058 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 19 0 563666562 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23502] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23502/stat : 23502 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 563666565 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672485809 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23503] ppid=23468 vsize=10549220 CPUtime=0.24 cores=0,2,4,6
/proc/23470/task/23503/stat : 23503 (java) R 23468 23470 17058 0 -1 4202560 1683 0 0 0 24 0 0 0 16 0 19 0 563666565 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 47512640652173 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23470/tid=23506] ppid=23468 vsize=10549220 CPUtime=0.28 cores=0,2,4,6
/proc/23470/task/23506/stat : 23506 (java) R 23468 23470 17058 0 -1 4202560 3312 0 0 0 28 0 0 0 16 0 19 0 563666565 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 47512641181282 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23470/tid=23507] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23507/stat : 23507 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 563666565 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23508] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23508/stat : 23508 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 563666565 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23514] ppid=23468 vsize=10549220 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23514/stat : 23514 (java) S 23468 23470 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 563666594 10802401280 18763 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10549220

[startup+3.10151 s]
/proc/loadavg: 2.13 2.72 3.33 1/525 23534
/proc/meminfo: memFree=21093548/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10553860 CPUtime=3.18 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 67411 0 1 0 309 9 0 0 23 0 22 0 563666558 10807152640 62313 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2638465 62315 2266 9 0 2629199 0
[pid=23470/tid=23472] ppid=23468 vsize=10553860 CPUtime=0.32 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13442 0 1 0 31 1 0 0 17 0 22 0 563666559 10807152640 62315 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23479] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23479/stat : 23479 (java) S 23468 23470 17058 0 -1 4202560 534 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62316 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23480] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23480/stat : 23480 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62320 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23481] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23481/stat : 23481 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62321 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23482] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23482/stat : 23482 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62323 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23483] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23483/stat : 23483 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62325 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) S 23468 23470 17058 0 -1 4202560 499 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62326 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23485] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23485/stat : 23485 (java) S 23468 23470 17058 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62328 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23486] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23486/stat : 23486 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666561 10807152640 62329 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23496] ppid=23468 vsize=10553860 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23496/stat : 23496 (java) S 23468 23470 17058 0 -1 4202560 1773 0 0 0 2 0 0 0 17 0 22 0 563666562 10807152640 62329 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 0 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23497] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23497/stat : 23497 (java) S 23468 23470 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563666562 10807152640 62330 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23498] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23498/stat : 23498 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563666562 10807152640 62332 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23502] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23502/stat : 23502 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666565 10807152640 62334 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672485809 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23503] ppid=23468 vsize=10553860 CPUtime=0.73 cores=0,2,4,6
/proc/23470/task/23503/stat : 23503 (java) S 23468 23470 17058 0 -1 4202560 3958 0 0 0 73 0 0 0 15 0 22 0 563666565 10807152640 62336 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23506] ppid=23468 vsize=10553860 CPUtime=0.68 cores=0,2,4,6
/proc/23470/task/23506/stat : 23506 (java) S 23468 23470 17058 0 -1 4202560 7171 0 0 0 67 1 0 0 15 0 22 0 563666565 10807152640 62338 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23507] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23507/stat : 23507 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 563666565 10807152640 62340 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23508] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23508/stat : 23508 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666565 10807152640 62342 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23514] ppid=23468 vsize=10553860 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23514/stat : 23514 (java) S 23468 23470 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563666594 10807152640 62343 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 10553860

[startup+6.30095 s]
/proc/loadavg: 2.13 2.72 3.33 6/531 23549
/proc/meminfo: memFree=20305444/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10565388 CPUtime=10.52 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 152430 0 1 0 1034 18 0 0 23 0 22 0 563666558 10818957312 144477 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2641347 144481 2267 9 0 2632081 0
[pid=23470/tid=23472] ppid=23468 vsize=10565388 CPUtime=0.32 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13442 0 1 0 31 1 0 0 15 0 22 0 563666559 10818957312 144483 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23479] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23479/stat : 23479 (java) S 23468 23470 17058 0 -1 4202560 534 0 0 0 0 0 0 0 15 0 22 0 563666561 10818957312 144484 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23480] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23480/stat : 23480 (java) S 23468 23470 17058 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 22 0 563666561 10818957312 144484 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23481] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23481/stat : 23481 (java) S 23468 23470 17058 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 22 0 563666561 10818957312 144487 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23482] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23482/stat : 23482 (java) S 23468 23470 17058 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 563666561 10818957312 144488 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23483] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23483/stat : 23483 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 563666561 10818957312 144489 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=10565388 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) S 23468 23470 17058 0 -1 4202560 801 0 0 0 1 0 0 0 15 0 22 0 563666561 10818957312 144491 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23485] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23485/stat : 23485 (java) S 23468 23470 17058 0 -1 4202560 1080 0 0 0 0 0 0 0 15 0 22 0 563666561 10818957312 144493 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23486] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23486/stat : 23486 (java) S 23468 23470 17058 0 -1 4202560 505 0 0 0 0 0 0 0 16 0 22 0 563666561 10818957312 144495 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23496] ppid=23468 vsize=10565388 CPUtime=0.14 cores=0,2,4,6
/proc/23470/task/23496/stat : 23496 (java) S 23468 23470 17058 0 -1 4202560 3629 0 0 0 14 0 0 0 16 0 22 0 563666562 10818957312 144497 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 0 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23497] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23497/stat : 23497 (java) S 23468 23470 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563666562 10818957312 144500 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23498] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23498/stat : 23498 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563666562 10818957312 144502 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23502] ppid=23468 vsize=10565388 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23502/stat : 23502 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666565 10818957312 144504 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672485809 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23503] ppid=23468 vsize=10565388 CPUtime=1.21 cores=0,2,4,6
/proc/23470/task/23503/stat : 23503 (java) S 23468 23470 17058 0 -1 4202560 7832 0 0 0 120 1 0 0 15 0 22 0 563666565 10818957312 144505 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23506] ppid=23468 vsize=10565388 CPUtime=1.3 cores=0,2,4,6
/proc/23470/task/23506/stat : 23506 (java) S 23468 23470 17058 0 -1 4202560 10184 0 0 0 129 1 0 0 16 0 22 0 563666565 10818957312 144507 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0

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

[pid=23470/tid=23508] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23508/stat : 23508 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666565 10809622528 175271 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23514] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23514/stat : 23514 (java) S 23468 23470 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563666594 10809622528 175271 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23541] ppid=23468 vsize=10556272 CPUtime=12.27 cores=0,2,4,6
/proc/23470/task/23541/stat : 23541 (java) R 23468 23470 17058 0 -1 4202560 1056 0 0 0 1227 0 0 0 25 0 22 0 563666846 10809622528 175271 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505737279 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23470/tid=23542] ppid=23468 vsize=10556272 CPUtime=12.32 cores=0,2,4,6
/proc/23470/task/23542/stat : 23542 (java) R 23468 23470 17058 0 -1 4202560 114398 0 0 0 1218 14 0 0 25 0 22 0 563666846 10809622528 175271 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505551072 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23470/tid=23543] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23543/stat : 23543 (java) S 23468 23470 17058 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 563666847 10809622528 175271 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.43
Current children cumulated vsize (KiB) 10556272

[startup+17.501 s]
/proc/loadavg: 2.62 2.80 3.34 5/531 23552
/proc/meminfo: memFree=19900940/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10556272 CPUtime=32.56 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 187434 0 1 0 3231 25 0 0 23 0 22 0 563666558 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2639068 175274 2267 9 0 2629802 0
[pid=23470/tid=23472] ppid=23468 vsize=10556272 CPUtime=0.32 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13442 0 1 0 31 1 0 0 15 0 22 0 563666559 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23479] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23479/stat : 23479 (java) S 23468 23470 17058 0 -1 4202560 536 0 0 0 1 0 0 0 16 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23480] ppid=23468 vsize=10556272 CPUtime=0.03 cores=0,2,4,6
/proc/23470/task/23480/stat : 23480 (java) S 23468 23470 17058 0 -1 4202560 196 0 0 0 3 0 0 0 15 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23481] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23481/stat : 23481 (java) S 23468 23470 17058 0 -1 4202560 282 0 0 0 1 0 0 0 15 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23482] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23482/stat : 23482 (java) S 23468 23470 17058 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23483] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23483/stat : 23483 (java) S 23468 23470 17058 0 -1 4202560 64 0 0 0 1 0 0 0 16 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=10556272 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) S 23468 23470 17058 0 -1 4202560 815 0 0 0 2 0 0 0 15 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23485] ppid=23468 vsize=10556272 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23485/stat : 23485 (java) S 23468 23470 17058 0 -1 4202560 1218 0 0 0 2 0 0 0 15 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23486] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23486/stat : 23486 (java) S 23468 23470 17058 0 -1 4202560 537 0 0 0 1 0 0 0 15 0 22 0 563666561 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23496] ppid=23468 vsize=10556272 CPUtime=0.7 cores=0,2,4,6
/proc/23470/task/23496/stat : 23496 (java) S 23468 23470 17058 0 -1 4202560 8134 0 0 0 70 0 0 0 15 0 22 0 563666562 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 0 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23497] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23497/stat : 23497 (java) S 23468 23470 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563666562 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23498] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23498/stat : 23498 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563666562 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23502] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23502/stat : 23502 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666565 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672485809 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23503] ppid=23468 vsize=10556272 CPUtime=1.21 cores=0,2,4,6
/proc/23470/task/23503/stat : 23503 (java) S 23468 23470 17058 0 -1 4202560 7832 0 0 0 120 1 0 0 15 0 22 0 563666565 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23506] ppid=23468 vsize=10556272 CPUtime=1.47 cores=0,2,4,6
/proc/23470/task/23506/stat : 23506 (java) S 23468 23470 17058 0 -1 4202560 10212 0 0 0 146 1 0 0 15 0 22 0 563666565 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23507] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23507/stat : 23507 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 563666565 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23508] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23508/stat : 23508 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666565 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23514] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23514/stat : 23514 (java) S 23468 23470 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563666594 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23541] ppid=23468 vsize=10556272 CPUtime=13.78 cores=0,2,4,6
/proc/23470/task/23541/stat : 23541 (java) R 23468 23470 17058 0 -1 4202560 1057 0 0 0 1378 0 0 0 25 0 22 0 563666846 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912506499457 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23470/tid=23542] ppid=23468 vsize=10556272 CPUtime=13.83 cores=0,2,4,6
/proc/23470/task/23542/stat : 23542 (java) R 23468 23470 17058 0 -1 4202560 114398 0 0 0 1368 15 0 0 25 0 22 0 563666846 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505551085 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23470/tid=23543] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23543/stat : 23543 (java) S 23468 23470 17058 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 563666847 10809622528 175274 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.56
Current children cumulated vsize (KiB) 10556272

[startup+18.3009 s]
/proc/loadavg: 2.62 2.80 3.34 5/531 23552
/proc/meminfo: memFree=19900940/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10556272 CPUtime=34.07 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 187529 0 1 0 3382 25 0 0 23 0 22 0 563666558 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2639068 175367 2267 9 0 2629802 0
[pid=23470/tid=23472] ppid=23468 vsize=10556272 CPUtime=0.32 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13442 0 1 0 31 1 0 0 15 0 22 0 563666559 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23479] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23479/stat : 23479 (java) S 23468 23470 17058 0 -1 4202560 536 0 0 0 1 0 0 0 15 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23480] ppid=23468 vsize=10556272 CPUtime=0.03 cores=0,2,4,6
/proc/23470/task/23480/stat : 23480 (java) S 23468 23470 17058 0 -1 4202560 196 0 0 0 3 0 0 0 15 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23481] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23481/stat : 23481 (java) S 23468 23470 17058 0 -1 4202560 282 0 0 0 1 0 0 0 15 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23482] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23482/stat : 23482 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23483] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23483/stat : 23483 (java) S 23468 23470 17058 0 -1 4202560 64 0 0 0 1 0 0 0 15 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=10556272 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) S 23468 23470 17058 0 -1 4202560 815 0 0 0 2 0 0 0 15 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23485] ppid=23468 vsize=10556272 CPUtime=0.03 cores=0,2,4,6
/proc/23470/task/23485/stat : 23485 (java) S 23468 23470 17058 0 -1 4202560 1218 0 0 0 3 0 0 0 15 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23486] ppid=23468 vsize=10556272 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23486/stat : 23486 (java) S 23468 23470 17058 0 -1 4202560 537 0 0 0 2 0 0 0 16 0 22 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23496] ppid=23468 vsize=10556272 CPUtime=0.77 cores=0,2,4,6
/proc/23470/task/23496/stat : 23496 (java) S 23468 23470 17058 0 -1 4202560 8226 0 0 0 77 0 0 0 15 0 22 0 563666562 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 0 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23497] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23497/stat : 23497 (java) S 23468 23470 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563666562 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23498] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23498/stat : 23498 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 563666562 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23502] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23502/stat : 23502 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672485809 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23503] ppid=23468 vsize=10556272 CPUtime=1.21 cores=0,2,4,6
/proc/23470/task/23503/stat : 23503 (java) S 23468 23470 17058 0 -1 4202560 7832 0 0 0 120 1 0 0 15 0 22 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23506] ppid=23468 vsize=10556272 CPUtime=1.47 cores=0,2,4,6
/proc/23470/task/23506/stat : 23506 (java) S 23468 23470 17058 0 -1 4202560 10212 0 0 0 146 1 0 0 15 0 22 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23507] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23507/stat : 23507 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23508] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23508/stat : 23508 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23514] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23514/stat : 23514 (java) S 23468 23470 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563666594 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23541] ppid=23468 vsize=10556272 CPUtime=14.49 cores=0,2,4,6
/proc/23470/task/23541/stat : 23541 (java) R 23468 23470 17058 0 -1 4202560 1058 0 0 0 1449 0 0 0 25 0 22 0 563666846 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505648032 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23470/tid=23542] ppid=23468 vsize=10556272 CPUtime=14.54 cores=0,2,4,6
/proc/23470/task/23542/stat : 23542 (java) R 23468 23470 17058 0 -1 4202560 114399 0 0 0 1439 15 0 0 25 0 22 0 563666846 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 46912505721213 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23470/tid=23543] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23543/stat : 23543 (java) S 23468 23470 17058 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 563666847 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.07
Current children cumulated vsize (KiB) 10556272

[startup+18.7198 s]
/proc/loadavg: 2.62 2.80 3.34 8/531 23552
/proc/meminfo: memFree=19890524/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=10556272 CPUtime=34.73 cores=0,2,4,6
/proc/23470/stat : 23470 (java) S 23468 23470 17058 0 -1 4202496 187529 0 1 0 3448 25 0 0 23 0 19 0 563666558 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 2639068 175367 2267 9 0 2629802 0
[pid=23470/tid=23472] ppid=23468 vsize=10556272 CPUtime=0.32 cores=0,2,4,6
/proc/23470/task/23472/stat : 23472 (java) S 23468 23470 17058 0 -1 4202560 13442 0 1 0 31 1 0 0 15 0 19 0 563666559 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23479] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23479/stat : 23479 (java) S 23468 23470 17058 0 -1 4202560 536 0 0 0 1 0 0 0 15 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23480] ppid=23468 vsize=10556272 CPUtime=0.03 cores=0,2,4,6
/proc/23470/task/23480/stat : 23480 (java) S 23468 23470 17058 0 -1 4202560 196 0 0 0 3 0 0 0 15 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23481] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23481/stat : 23481 (java) S 23468 23470 17058 0 -1 4202560 282 0 0 0 1 0 0 0 15 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23482] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23482/stat : 23482 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23483] ppid=23468 vsize=10556272 CPUtime=0.01 cores=0,2,4,6
/proc/23470/task/23483/stat : 23483 (java) S 23468 23470 17058 0 -1 4202560 64 0 0 0 1 0 0 0 15 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=10556272 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) S 23468 23470 17058 0 -1 4202560 815 0 0 0 2 0 0 0 15 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 6 0 0 0
[pid=23470/tid=23485] ppid=23468 vsize=10556272 CPUtime=0.03 cores=0,2,4,6
/proc/23470/task/23485/stat : 23485 (java) S 23468 23470 17058 0 -1 4202560 1218 0 0 0 3 0 0 0 15 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23486] ppid=23468 vsize=10556272 CPUtime=0.02 cores=0,2,4,6
/proc/23470/task/23486/stat : 23486 (java) S 23468 23470 17058 0 -1 4202560 537 0 0 0 2 0 0 0 16 0 19 0 563666561 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23496] ppid=23468 vsize=10556272 CPUtime=0.77 cores=0,2,4,6
/proc/23470/task/23496/stat : 23496 (java) S 23468 23470 17058 0 -1 4202560 8226 0 0 0 77 0 0 0 15 0 19 0 563666562 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 0 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23497] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23497/stat : 23497 (java) S 23468 23470 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 563666562 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23498] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23498/stat : 23498 (java) S 23468 23470 17058 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 563666562 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23502] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23502/stat : 23502 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672485809 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23503] ppid=23468 vsize=10556272 CPUtime=1.21 cores=0,2,4,6
/proc/23470/task/23503/stat : 23503 (java) S 23468 23470 17058 0 -1 4202560 7832 0 0 0 120 1 0 0 15 0 19 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 2 0 0 0
[pid=23470/tid=23506] ppid=23468 vsize=10556272 CPUtime=1.47 cores=0,2,4,6
/proc/23470/task/23506/stat : 23506 (java) S 23468 23470 17058 0 -1 4202560 10212 0 0 0 146 1 0 0 15 0 19 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23507] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23507/stat : 23507 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478105 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
[pid=23470/tid=23508] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23508/stat : 23508 (java) S 23468 23470 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 563666565 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 4 0 0 0
[pid=23470/tid=23514] ppid=23468 vsize=10556272 CPUtime=0 cores=0,2,4,6
/proc/23470/task/23514/stat : 23514 (java) S 23468 23470 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 563666594 10809622528 175367 33554432000 1073741824 1073778376 140734594179840 18446744073709551615 268672478720 0 4 0 16800975 18446604449388696512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.73
Current children cumulated vsize (KiB) 10556272

[startup+19.1069 s]
/proc/loadavg: 2.62 2.80 3.34 8/531 23552
/proc/meminfo: memFree=19890524/32951124 swapFree=46575304/67111528
[pid=23470] ppid=23468 vsize=0 CPUtime=34.89 cores=0,2,4,6
/proc/23470/stat : 23470 (java) Z 23468 23470 17058 0 -1 4203548 187534 0 1 0 3462 27 0 0 18 0 2 0 563666558 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23470/statm: 0 0 0 0 0 0 0
[pid=23470/tid=23484] ppid=23468 vsize=0 CPUtime=0.03 cores=0,2,4,6
/proc/23470/task/23484/stat : 23484 (java) R 23468 23470 17058 0 -1 4203588 815 0 0 0 2 1 0 0 15 0 2 0 563666561 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.89
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 19.1195
CPU time (s): 34.9097
CPU user time (s): 34.6247
CPU system time (s): 0.284956
CPU usage (%): 182.587
Max. virtual memory (cumulated for all children) (KiB): 10565388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.6247
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187534
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1266
involuntary context switches= 836

runsolver used 0.107983 second user time and 0.220966 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 15:39:13
IDJOB=3453988
IDBENCH=48192
IDSOLVER=1950
FILE ID=node107/3453988-1307194753
RUNJOBID= node107-1307194753-23456
PBS_JOBID= 13508844
Free space on /tmp= 73884 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453988-1307194753/watcher-3453988-1307194753 -o /tmp/evaluation-result-3453988-1307194753/solver-3453988-1307194753 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453988-1307194753.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7197f7f0f9b455050f9ff30066ca0a9a
RANDOM SEED=1106050553

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      21379092 kB
Buffers:        340960 kB
Cached:        2178852 kB
SwapCached:      22548 kB
Active:        9185156 kB
Inactive:      2036912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21379092 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:             576 kB
Writeback:           0 kB
AnonPages:     8697416 kB
Mapped:          32172 kB
Slab:           187496 kB
PageTables:      94872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145083440 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= 73884 MiB
End job on node107 at 2011-06-04 15:39:32