Trace number 3736665

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 41.5087 20.3777

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.048992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables96
Total number of constraints9
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 constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-3736665-1338751945.opb
0.10/0.10	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.071s.
0.10/0.17	c #vars     352
0.10/0.17	c #constraints  525
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
2.67/0.86	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.60/1.51	c cleaning 4250 clauses out of 8500 with flag 11000/11000
5.18/1.81	c And the winner is Resolution
5.21/2.18	c SATISFIABLE
5.21/2.18	c OPTIMIZING...
5.21/2.18	c Got one! Elapsed wall clock time (in seconds):2.073
5.21/2.18	o 3
5.65/2.45	c cleaning 5611 clauses out of 11250 with flag 18000/18000
7.44/3.34	c cleaning 6817 clauses out of 13639 with flag 26000/26000
9.03/4.16	c cleaning 7907 clauses out of 15822 with flag 35000/35000
10.80/5.06	c cleaning 8953 clauses out of 17916 with flag 45001/45001
12.79/6.05	c cleaning 9475 clauses out of 18962 with flag 55000/55000
14.61/6.92	c cleaning 9737 clauses out of 19487 with flag 65001/65001
17.08/8.10	c cleaning 9869 clauses out of 19749 with flag 75000/75000
19.45/9.09	c cleaning 9938 clauses out of 19881 with flag 85001/85001
21.42/10.03	c cleaning 9967 clauses out of 19945 with flag 95003/95003
23.43/11.01	c cleaning 9988 clauses out of 19976 with flag 105001/105001
25.39/12.10	c cleaning 9993 clauses out of 19989 with flag 115002/115002
28.16/13.45	c cleaning 9992 clauses out of 19994 with flag 125000/125000
30.32/14.50	c cleaning 10001 clauses out of 20002 with flag 135000/135000
31.48/15.14	c cleaning 0 clauses out of 5002 with flag 0/5002
32.46/15.55	c cleaning 9995 clauses out of 20001 with flag 145001/145001
34.95/16.80	c cleaning 9998 clauses out of 20005 with flag 155000/155000
37.30/17.98	c cleaning 10000 clauses out of 20007 with flag 165000/165000
39.46/19.08	c cleaning 10001 clauses out of 20007 with flag 175000/175000
41.17/19.96	c And the winner is Resolution
41.35/20.37	c starts		: 106
41.35/20.37	c conflicts		: 183869
41.35/20.37	c decisions		: 191996
41.35/20.37	c propagations		: 3586236
41.35/20.37	c inspects		: 125172183
41.35/20.37	c learnt literals	: 16
41.35/20.37	c learnt binary clauses	: 66
41.35/20.37	c learnt ternary clauses	: 192
41.35/20.37	c learnt clauses	: 183852
41.35/20.37	c ignored clauses	: 0
41.35/20.37	c root simplifications	: 0
41.35/20.37	c removed literals (reason simplification)	: 6232679
41.35/20.37	c reason swapping (by a shorter reason)	: 0
41.35/20.37	c Calls to reduceDB	: 19
41.35/20.37	c number of reductions to clauses (during analyze)	: 0
41.35/20.37	c number of learned constraints concerned by reduction	: 0
41.35/20.37	c number of learning phase by resolution	: 0
41.35/20.37	c number of learning phase by cutting planes	: 0
41.35/20.37	c speed (assignments/second)	: 197165.0997855847
41.35/20.37	c non guided choices	1110
41.35/20.37	c learnt constraints type 
41.35/20.37	c constraints type 
41.35/20.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
41.35/20.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
41.35/20.37	c constraints type 
41.35/20.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
41.35/20.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
41.35/20.37	s OPTIMUM FOUND
41.35/20.37	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 
41.35/20.37	c objective function=3
41.35/20.37	c Total wall clock time (in seconds): 20.264

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3736665-1338751945/watcher-3736665-1338751945 -o /tmp/evaluation-result-3736665-1338751945/solver-3736665-1338751945 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736665-1338751945.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: 3.48 3.65 3.72 3/196 20551
/proc/meminfo: memFree=27757464/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 341318828 94019584 917 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 22954 917 697 9 0 16769 0
[pid=20551/tid=20552] ppid=20549 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) D 20549 20551 17063 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 341318829 94019584 917 33554432000 1073741824 1073778376 140733749035472 140218424569384 209874677031 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.018606 s]
/proc/loadavg: 3.48 3.65 3.72 3/196 20551
/proc/meminfo: memFree=27757464/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 3029 0 1 0 0 0 0 0 20 0 10 0 341318828 2209931264 3728 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 539534 3733 1159 9 0 530235 0
[pid=20551/tid=20552] ppid=20549 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) R 20549 20551 17063 0 -1 4202560 1877 0 1 0 0 0 0 0 20 0 10 0 341318829 2209931264 3733 33554432000 1073741824 1073778376 140733749035472 140218424570560 140218414639408 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100272 s]
/proc/loadavg: 3.48 3.65 3.72 3/196 20551
/proc/meminfo: memFree=27757464/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 4748 0 1 0 9 1 0 0 20 0 18 0 341318828 2764726272 6445 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 674982 6445 2121 9 0 665676 0
[pid=20551/tid=20552] ppid=20549 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) R 20549 20551 17063 0 -1 4202560 2770 0 1 0 7 0 0 0 20 0 18 0 341318829 2764726272 6445 33554432000 1073741824 1073778376 140733749035472 140218424561784 140218432001896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300189 s]
/proc/loadavg: 3.48 3.65 3.72 3/196 20551
/proc/meminfo: memFree=27757464/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 8108 0 1 0 65 2 0 0 20 0 22 0 341318828 3037372416 10787 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 10787 2215 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2783 0 1 0 14 1 0 0 20 0 22 0 341318829 3037372416 10787 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 2966184

[startup+0.700202 s]
/proc/loadavg: 3.48 3.65 3.72 3/196 20551
/proc/meminfo: memFree=27757464/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=2.27 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 18553 0 1 0 222 5 0 0 20 0 22 0 341318828 3037372416 36641 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 36641 2244 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2783 0 1 0 14 1 0 0 20 0 22 0 341318829 3037372416 36641 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.48 3.65 3.72 5/218 20573
/proc/meminfo: memFree=27522880/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=4.6 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 24759 0 1 0 450 10 0 0 20 0 22 0 341318828 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 102314 2273 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2783 0 1 0 14 1 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 17063 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218408855720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20555] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218407803176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218406750632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218405698088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218404645544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218403593000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218402540456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218283846696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 17063 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218271434856 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218270381176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20564] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20564/stat : 20564 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218269328520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20565] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20565/stat : 20565 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140218268277264 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20566] ppid=20549 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/20551/task/20566/stat : 20566 (java) S 20549 20551 17063 0 -1 4202560 7643 0 0 0 76 2 0 0 20 0 22 0 341318833 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217528871480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20567] ppid=20549 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/20551/task/20567/stat : 20567 (java) S 20549 20551 17063 0 -1 4202560 12809 0 0 0 99 2 0 0 20 0 22 0 341318833 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217527818936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20568] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20568/stat : 20568 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217526766584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20569] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20569/stat : 20569 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217525714248 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20570] ppid=20549 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/20551/task/20570/stat : 20570 (java) R 20549 20551 17063 0 -1 4202560 60 0 0 0 128 0 0 0 20 0 22 0 341318846 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217524658456 140218284453244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20571] ppid=20549 vsize=2966184 CPUtime=1.27 cores=0,2,4,6
/proc/20551/task/20571/stat : 20571 (java) R 20549 20551 17063 0 -1 4202560 211 0 0 0 123 4 0 0 20 0 22 0 341318846 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217523605912 140218284585517 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20572] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20572/stat : 20572 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217522553896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20573] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20573/stat : 20573 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 102314 33554432000 1073741824 1073778376 140733749035472 140217521501352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 2966184

[startup+3.10077 s]
/proc/loadavg: 3.48 3.65 3.72 2/216 20573
/proc/meminfo: memFree=27344944/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=7.03 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 24804 0 1 0 691 12 0 0 20 0 22 0 341318828 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 105915 2274 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2783 0 1 0 14 1 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 17063 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218408855720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20555] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218407803176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218406750632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 17063 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218405698088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218404645544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218403593000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 17063 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218402540456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 17063 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218283846696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 17063 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 341318831 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218271434856 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218270381176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20564] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20564/stat : 20564 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218269328520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20565] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20565/stat : 20565 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140218268277264 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20566] ppid=20549 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/20551/task/20566/stat : 20566 (java) S 20549 20551 17063 0 -1 4202560 7644 0 0 0 77 2 0 0 20 0 22 0 341318833 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140217528871480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20567] ppid=20549 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/20551/task/20567/stat : 20567 (java) S 20549 20551 17063 0 -1 4202560 12809 0 0 0 99 2 0 0 20 0 22 0 341318833 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140217527818936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20568] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20568/stat : 20568 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140217526766584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20569] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20569/stat : 20569 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140217525714248 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20572] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20572/stat : 20572 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140217522553896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20573] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20573/stat : 20573 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 105915 33554432000 1073741824 1073778376 140733749035472 140217521501352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 2966184

[startup+6.30071 s]
/proc/loadavg: 3.44 3.64 3.71 5/219 20577
/proc/meminfo: memFree=27337556/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=13.35 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 24854 0 1 0 1322 13 0 0 20 0 22 0 341318828 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 107079 2281 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2784 0 1 0 14 2 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 17063 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218408855720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20555] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218407803176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 17063 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218406750632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 17063 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218405698088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218404645544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 17063 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218403593000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 17063 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218402540456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318829 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218283846696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 17063 0 -1 4202560 38 0 0 0 17 1 0 0 20 0 22 0 341318831 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218271434856 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 107079 33554432000 1073741824 1073778376 140733749035472 140218270381176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/20551/task/20564/stat : 20564 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140218269328520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20565] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20565/stat : 20565 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140218268277264 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20566] ppid=20549 vsize=2966184 CPUtime=1.94 cores=0,2,4,6
/proc/20551/task/20566/stat : 20566 (java) S 20549 20551 17063 0 -1 4202560 16852 0 0 0 191 3 0 0 20 0 22 0 341318833 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217528871480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20567] ppid=20549 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/20551/task/20567/stat : 20567 (java) S 20549 20551 17063 0 -1 4202560 12810 0 0 0 103 2 0 0 20 0 22 0 341318833 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217527818936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20568] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20568/stat : 20568 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217526766584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20569] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20569/stat : 20569 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217525714248 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20572] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20572/stat : 20572 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217522553896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20573] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20573/stat : 20573 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217521501352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20574] ppid=20549 vsize=2966184 CPUtime=14.31 cores=0,2,4,6
/proc/20551/task/20574/stat : 20574 (java) R 20549 20551 17063 0 -1 4202560 28 0 0 0 1431 0 0 0 20 0 22 0 341319046 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217523606096 140218284326198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20575] ppid=20549 vsize=2966184 CPUtime=14.3 cores=0,2,4,6
/proc/20551/task/20575/stat : 20575 (java) R 20549 20551 17063 0 -1 4202560 52 0 0 0 1429 1 0 0 20 0 22 0 341319046 3037372416 140566 33554432000 1073741824 1073778376 140733749035472 140217524656544 140218284298936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 36.5
Current children cumulated vsize (KiB) 2966184

[startup+19.1007 s]
/proc/loadavg: 3.53 3.65 3.72 5/219 20577
/proc/meminfo: memFree=27198732/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=39.67 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 34294 0 1 0 3948 19 0 0 20 0 22 0 341318828 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 141607 2281 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2784 0 1 0 14 2 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/20551/task/20554/stat : 20554 (java) R 20549 20551 17063 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218408855848 140218432619682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20555] ppid=20549 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20555/stat : 20555 (java) R 20549 20551 17063 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218407803304 140218432619680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20556/stat : 20556 (java) R 20549 20551 17063 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218406750632 209887212604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20557/stat : 20557 (java) R 20549 20551 17063 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218405698216 140218432619682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20558/stat : 20558 (java) R 20549 20551 17063 0 -1 4202560 24 0 0 0 9 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218404645672 209883794567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20559/stat : 20559 (java) R 20549 20551 17063 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218403592856 209883794567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20560/stat : 20560 (java) R 20549 20551 17063 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218402540584 140218432069879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20561/stat : 20561 (java) R 20549 20551 17063 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218283846696 209883794567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 17063 0 -1 4202560 80 0 0 0 81 2 0 0 20 0 22 0 341318831 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218271433832 209887212604 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218270381176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20564] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20564/stat : 20564 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218269328520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20565] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20565/stat : 20565 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218268277264 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20566] ppid=20549 vsize=2966184 CPUtime=1.94 cores=0,2,4,6
/proc/20551/task/20566/stat : 20566 (java) S 20549 20551 17063 0 -1 4202560 16852 0 0 0 191 3 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217528871480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20567] ppid=20549 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/20551/task/20567/stat : 20567 (java) S 20549 20551 17063 0 -1 4202560 12810 0 0 0 103 2 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217527818936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20568] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20568/stat : 20568 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217526766584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20569] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20569/stat : 20569 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217525714248 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20572] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20572/stat : 20572 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217522553896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20573] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20573/stat : 20573 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217521501352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20574] ppid=20549 vsize=2966184 CPUtime=15.8 cores=0,2,4,6
/proc/20551/task/20574/stat : 20574 (java) S 20549 20551 17063 0 -1 4202560 30 0 0 0 1580 0 0 0 20 0 22 0 341319046 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217523606216 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20575] ppid=20549 vsize=2966184 CPUtime=15.79 cores=0,2,4,6
/proc/20551/task/20575/stat : 20575 (java) S 20549 20551 17063 0 -1 4202560 53 0 0 0 1578 1 0 0 20 0 22 0 341319046 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217524656840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.67
Current children cumulated vsize (KiB) 2966184

[startup+19.9008 s]
/proc/loadavg: 3.56 3.66 3.72 5/219 20577
/proc/meminfo: memFree=27196684/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=41.17 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 34295 0 1 0 4098 19 0 0 20 0 22 0 341318828 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 141607 2281 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) S 20549 20551 17063 0 -1 4202560 2784 0 1 0 14 2 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218424575128 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 17063 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218408855720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20555] ppid=20549 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 17063 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218407803176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 17063 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218406750632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 17063 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218405698088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 17063 0 -1 4202560 24 0 0 0 9 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218404645544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 17063 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218403593000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 17063 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218402540456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 17063 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 22 0 341318829 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218283846696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 17063 0 -1 4202560 80 0 0 0 90 2 0 0 20 0 22 0 341318831 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218271434856 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218270381176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20564] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20564/stat : 20564 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341318831 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218269328520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20565] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20565/stat : 20565 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140218268277264 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20566] ppid=20549 vsize=2966184 CPUtime=1.94 cores=0,2,4,6
/proc/20551/task/20566/stat : 20566 (java) S 20549 20551 17063 0 -1 4202560 16852 0 0 0 191 3 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217528871480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20567] ppid=20549 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/20551/task/20567/stat : 20567 (java) S 20549 20551 17063 0 -1 4202560 12810 0 0 0 103 2 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217527818936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20568] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20568/stat : 20568 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217526766584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20569] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20569/stat : 20569 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341318833 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217525714248 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20572] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20572/stat : 20572 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217522553896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20573] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20573/stat : 20573 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341318846 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217521501352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20574] ppid=20549 vsize=2966184 CPUtime=16.51 cores=0,2,4,6
/proc/20551/task/20574/stat : 20574 (java) R 20549 20551 17063 0 -1 4202560 31 0 0 0 1651 0 0 0 20 0 22 0 341319046 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217523606096 140218284436412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20575] ppid=20549 vsize=2966184 CPUtime=16.49 cores=0,2,4,6
/proc/20551/task/20575/stat : 20575 (java) R 20549 20551 17063 0 -1 4202560 53 0 0 0 1648 1 0 0 20 0 22 0 341319046 3037372416 141607 33554432000 1073741824 1073778376 140733749035472 140217524656720 140218284297692 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.17
Current children cumulated vsize (KiB) 2966184

[startup+20.3007 s]
/proc/loadavg: 3.56 3.66 3.72 5/219 20577
/proc/meminfo: memFree=27196684/32873844 swapFree=7632/7632
[pid=20551] ppid=20549 vsize=2966184 CPUtime=41.35 cores=0,2,4,6
/proc/20551/stat : 20551 (java) S 20549 20551 17063 0 -1 4202496 34295 0 1 0 4114 21 0 0 20 0 20 0 341318828 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140733749026608 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20551/statm: 741546 141565 2281 9 0 732240 0
[pid=20551/tid=20552] ppid=20549 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/20551/task/20552/stat : 20552 (java) R 20549 20551 17063 0 -1 4202560 2784 0 1 0 21 2 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218424574648 140218284427373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 17063 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218408855720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20555] ppid=20549 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 17063 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218407803176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 17063 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218406750632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 17063 0 -1 4202560 27 0 0 0 10 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218405698088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 17063 0 -1 4202560 24 0 0 0 9 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218404645544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 17063 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218403593000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 17063 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218402540456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 17063 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 20 0 341318829 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218283846696 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 17063 0 -1 4202560 80 0 0 0 90 2 0 0 20 0 20 0 341318831 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218271434856 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341318831 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218270381176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20564] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20564/stat : 20564 (java) S 20549 20551 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341318831 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218269328520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20565] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20565/stat : 20565 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341318833 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140218268277264 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20566] ppid=20549 vsize=2966184 CPUtime=1.96 cores=0,2,4,6
/proc/20551/task/20566/stat : 20566 (java) S 20549 20551 17063 0 -1 4202560 16852 0 0 0 193 3 0 0 20 0 20 0 341318833 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140217528871480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20567] ppid=20549 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/20551/task/20567/stat : 20567 (java) S 20549 20551 17063 0 -1 4202560 12810 0 0 0 103 2 0 0 20 0 20 0 341318833 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140217527818936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20551/tid=20568] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20568/stat : 20568 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341318833 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140217526766584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20551/tid=20569] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20569/stat : 20569 (java) S 20549 20551 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341318833 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140217525714248 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20572] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20572/stat : 20572 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341318846 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140217522553896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20551/tid=20573] ppid=20549 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20551/task/20573/stat : 20573 (java) S 20549 20551 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341318846 3037372416 141565 33554432000 1073741824 1073778376 140733749035472 140217521501352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.35
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 20.3777
CPU time (s): 41.5087
CPU user time (s): 41.2057
CPU system time (s): 0.302953
CPU usage (%): 203.697
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.2057
system time used= 0.302953
maximum resident set size= 566428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34299
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1802
involuntary context switches= 1606

runsolver used 0.075988 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 21:32:25
IDJOB=3736665
IDBENCH=48054
IDSOLVER=2324
FILE ID=node141/3736665-1338751945
RUNJOBID= node141-1338738353-17079
PBS_JOBID= 14636770
Free space on /tmp= 70720 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736665-1338751945/watcher-3736665-1338751945 -o /tmp/evaluation-result-3736665-1338751945/solver-3736665-1338751945 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736665-1338751945.opb

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=1564763792

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27757992 kB
Buffers:          427308 kB
Cached:          3190360 kB
SwapCached:          216 kB
Active:          1877488 kB
Inactive:        2350160 kB
Active(anon):     601080 kB
Inactive(anon):    11288 kB
Active(file):    1276408 kB
Inactive(file):  2338872 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:               420 kB
Writeback:             0 kB
AnonPages:        639584 kB
Mapped:            19004 kB
Shmem:               172 kB
Slab:             741760 kB
SReclaimable:     183576 kB
SUnreclaim:       558184 kB
KernelStack:        1784 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70720 MiB
End job on node141 at 2012-06-03 21:32:45