Trace number 3744838

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.33 1294.43

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.01-1.opb
MD5SUM75dfb21288b1ca28adfaa843050a46da
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57026
Best CPU time to get the best result obtained on this benchmark1800.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables208381
Total number of constraints1695597
Number of constraints which are clauses1695597
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100531
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		1349517296
0.01/0.07	c Max memory 		1356595200
0.01/0.07	c Total memory 		1356595200
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3744838-1338813157.opb
0.11/0.10	c reading problem ... 
10.07/7.42	c ... done. Wall clock time 7.326s.
10.07/7.42	c #vars     208381
10.07/7.42	c #constraints  705944
10.07/7.42	c constraints type 
10.07/7.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162095
10.07/7.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 424220
10.07/7.42	c constraints type 
10.07/7.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 424220
10.07/7.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162095
12.82/8.46	c And the winner is Resolution
14.67/11.13	c SATISFIABLE
14.67/11.13	c OPTIMIZING...
14.67/11.13	c Got one! Elapsed wall clock time (in seconds):11.03
14.67/11.13	o 262174
16.86/11.80	c And the winner is Resolution
22.83/17.98	c Got one! Elapsed wall clock time (in seconds):17.885
22.83/17.98	o 186612
37.61/25.31	c cleaning 2492 clauses out of 5001 with flag 5001/5001
58.62/35.72	c And the winner is Resolution
60.39/37.71	c Got one! Elapsed wall clock time (in seconds):37.611
60.39/37.71	o 174405
61.58/38.39	c cleaning 4246 clauses out of 8508 with flag 11000/11000
83.15/49.24	c cleaning 5625 clauses out of 11262 with flag 18000/18000
114.32/65.00	c cleaning 6819 clauses out of 13637 with flag 26000/26000
146.88/81.74	c cleaning 7904 clauses out of 15819 with flag 35001/35001
188.74/103.09	c cleaning 8951 clauses out of 17914 with flag 45000/45000
235.91/126.98	c cleaning 9978 clauses out of 19964 with flag 56001/56001
281.17/149.99	c cleaning 10987 clauses out of 21985 with flag 68000/68000
332.02/175.98	c cleaning 11990 clauses out of 23998 with flag 81000/81000
395.18/207.95	c cleaning 13000 clauses out of 26008 with flag 95000/95000
469.55/245.52	c cleaning 13998 clauses out of 28008 with flag 110000/110000
531.78/277.09	c cleaning 14999 clauses out of 30011 with flag 126001/126001
584.76/305.40	c cleaning 15970 clauses out of 32012 with flag 143001/143001
673.44/350.31	c cleaning 17014 clauses out of 34041 with flag 161000/161000
771.27/400.35	c cleaning 18011 clauses out of 36027 with flag 180000/180000
865.56/448.93	c cleaning 19006 clauses out of 38017 with flag 200001/200001
978.66/518.03	c cleaning 20001 clauses out of 40011 with flag 221001/221001

Verifier Data

ERROR: no interpretation found !

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-3744838-1338813157/watcher-3744838-1338813157 -o /tmp/evaluation-result-3744838-1338813157/solver-3744838-1338813157 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744838-1338813157.opb 

running on 4 cores: 1,3,5,7

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.34 3.81 3.86 4/197 23303
/proc/meminfo: memFree=28560140/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (java) R 23301 23303 21780 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 347441312 23793664 708 33554432000 1073741824 1073778376 140735051320272 140735051309336 214528210280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 5809 709 524 9 0 128 0

[startup+0.026654 s]
/proc/loadavg: 3.34 3.81 3.86 4/197 23303
/proc/meminfo: memFree=28560140/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2233952 CPUtime=0.01 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 3623 0 1 0 1 0 0 0 20 0 11 0 347441312 2287566848 4834 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 558488 4834 1645 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100198 s]
/proc/loadavg: 3.34 3.81 3.86 4/197 23303
/proc/meminfo: memFree=28560140/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 4826 0 1 0 10 1 0 0 20 0 18 0 347441312 2764726272 6504 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 674982 6504 2152 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300173 s]
/proc/loadavg: 3.34 3.81 3.86 4/197 23303
/proc/meminfo: memFree=28560140/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 5814 0 1 0 49 1 0 0 20 0 18 0 347441312 2764726272 13074 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 674982 13074 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2699928

[startup+0.70018 s]
/proc/loadavg: 3.34 3.81 3.86 4/197 23303
/proc/meminfo: memFree=28560140/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2699928 CPUtime=1.2 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 10805 0 1 0 115 5 0 0 20 0 18 0 347441312 2764726272 56410 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 674982 56410 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 2699928

[startup+1.50058 s]
/proc/loadavg: 3.34 3.81 3.86 4/215 23321
/proc/meminfo: memFree=28195240/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2699928 CPUtime=2.14 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 10992 0 1 0 202 12 0 0 20 0 18 0 347441312 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 674982 106105 2246 9 0 665676 0
[pid=23303/tid=23305] ppid=23301 vsize=2699928 CPUtime=1.42 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23301 23303 21780 0 -1 4202560 2956 0 1 0 135 7 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704993041704 139704834356993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23306] ppid=23301 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23301 23303 21780 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704977324200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23307] ppid=23301 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23301 23303 21780 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704976271656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23308] ppid=23301 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23301 23303 21780 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704975219112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23309] ppid=23301 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23301 23303 21780 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704974166568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23310] ppid=23301 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23301 23303 21780 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704973114024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23311] ppid=23301 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23301 23303 21780 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704972061480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23312] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704971008936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23313] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23301 23303 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347441313 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704969956392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23314] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347441314 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704957544552 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23315] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23301 23303 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347441315 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704956490872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23316] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347441315 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704955438216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23317] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704954386960 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23318] ppid=23301 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 3005 0 0 0 24 0 0 0 20 0 18 0 347441317 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 3748 0 0 0 25 1 0 0 20 0 18 0 347441317 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 106105 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 2699928

[startup+3.10061 s]
/proc/loadavg: 3.31 3.80 3.86 4/215 23321
/proc/meminfo: memFree=28097672/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2699928 CPUtime=4.09 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 11150 0 1 0 388 21 0 0 20 0 18 0 347441312 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 674982 125070 2248 9 0 665676 0
[pid=23303/tid=23305] ppid=23301 vsize=2699928 CPUtime=2.91 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23301 23303 21780 0 -1 4202560 2958 0 1 0 283 8 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704993034240 214540805389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23306] ppid=23301 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23301 23303 21780 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704977324200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23307] ppid=23301 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23301 23303 21780 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704976271656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23308] ppid=23301 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23301 23303 21780 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704975219112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23309] ppid=23301 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23301 23303 21780 0 -1 4202560 56 0 0 0 9 3 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704974166568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23310] ppid=23301 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23301 23303 21780 0 -1 4202560 51 0 0 0 10 3 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704973114024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23311] ppid=23301 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23301 23303 21780 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704972061480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23312] ppid=23301 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23301 23303 21780 0 -1 4202560 31 0 0 0 6 1 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704971008936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23313] ppid=23301 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23301 23303 21780 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 347441313 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704969956392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23314] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347441314 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704957544552 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23315] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23301 23303 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347441315 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704956490872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23316] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347441315 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704955438216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23317] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704954386960 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23318] ppid=23301 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 3007 0 0 0 24 0 0 0 20 0 18 0 347441317 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 3748 0 0 0 25 1 0 0 20 0 18 0 347441317 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 125070 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 2699928

[startup+6.30063 s]
/proc/loadavg: 3.31 3.80 3.86 10/215 23321
/proc/meminfo: memFree=28003128/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2699928 CPUtime=8.63 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 12649 0 1 0 831 32 0 0 20 0 18 0 347441312 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 674982 150418 2248 9 0 665676 0
[pid=23303/tid=23305] ppid=23301 vsize=2699928 CPUtime=5.65 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23301 23303 21780 0 -1 4202560 2965 0 1 0 556 9 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704993034400 214540805389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23306] ppid=23301 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23301 23303 21780 0 -1 4202560 173 0 0 0 22 2 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704977324200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23307] ppid=23301 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23301 23303 21780 0 -1 4202560 298 0 0 0 21 3 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704976271656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23308] ppid=23301 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23301 23303 21780 0 -1 4202560 299 0 0 0 22 3 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704975219112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23309] ppid=23301 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23301 23303 21780 0 -1 4202560 207 0 0 0 31 4 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704974166568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23310] ppid=23301 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23301 23303 21780 0 -1 4202560 324 0 0 0 30 4 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704973114024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23311] ppid=23301 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23301 23303 21780 0 -1 4202560 66 0 0 0 26 2 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704972061480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23312] ppid=23301 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23301 23303 21780 0 -1 4202560 93 0 0 0 29 3 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704971008936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23313] ppid=23301 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23301 23303 21780 0 -1 4202560 288 0 0 0 27 3 0 0 20 0 18 0 347441313 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704969956392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23314] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347441314 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704957544552 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23315] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23301 23303 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347441315 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704956490872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23316] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347441315 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704955438216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23317] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704954386960 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23318] ppid=23301 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 3007 0 0 0 26 0 0 0 20 0 18 0 347441317 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 3748 0 0 0 25 1 0 0 20 0 18 0 347441317 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347441317 2764726272 150418 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.42 3.81 3.86 4/218 23327
/proc/meminfo: memFree=27865920/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2966184 CPUtime=17.77 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 24936 0 1 0 1733 44 0 0 20 0 21 0 347441312 3037372416 174970 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 741546 174970 2274 9 0 732240 0
[pid=23303/tid=23305] ppid=23301 vsize=2966184 CPUtime=8.49 cores=1,3,5,7

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

/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 9311 0 0 0 131 1 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 15755 0 0 0 250 4 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 75 0 0 0 26 28 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23324] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23324/stat : 23324 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347442078 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704828662824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23325] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23325/stat : 23325 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347442079 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704827610280 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23330] ppid=23301 vsize=2966184 CPUtime=480.14 cores=1,3,5,7
/proc/23303/task/23330/stat : 23330 (java) S 23301 23303 21780 0 -1 4202560 34 0 0 0 48005 9 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704829712520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23331] ppid=23301 vsize=2966184 CPUtime=480 cores=1,3,5,7
/proc/23303/task/23331/stat : 23331 (java) S 23301 23303 21780 0 -1 4202560 15 0 0 0 47990 10 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704830765928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 2966184

[startup+1293.9 s]
/proc/loadavg: 1.00 1.60 2.69 2/193 23369
/proc/meminfo: memFree=27783496/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2966184 CPUtime=1801.52 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 33242 0 1 0 180009 143 0 0 20 0 22 0 347441312 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 741546 362257 2286 9 0 732240 0
[pid=23303/tid=23305] ppid=23301 vsize=2966184 CPUtime=11.96 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) S 23301 23303 21780 0 -1 4202560 3370 0 1 0 1184 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704993043336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23306] ppid=23301 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23301 23303 21780 0 -1 4202560 427 0 0 0 91 9 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704977324200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23307] ppid=23301 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23301 23303 21780 0 -1 4202560 408 0 0 0 96 8 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704976271656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23308] ppid=23301 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23301 23303 21780 0 -1 4202560 409 0 0 0 82 8 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704975219112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23309] ppid=23301 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23301 23303 21780 0 -1 4202560 440 0 0 0 100 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704974166568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23310] ppid=23301 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23301 23303 21780 0 -1 4202560 465 0 0 0 107 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704973114024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23311] ppid=23301 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23301 23303 21780 0 -1 4202560 361 0 0 0 121 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704972061480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23312] ppid=23301 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23301 23303 21780 0 -1 4202560 232 0 0 0 94 9 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704971008936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23313] ppid=23301 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23301 23303 21780 0 -1 4202560 433 0 0 0 96 10 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704969956392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23314] ppid=23301 vsize=2966184 CPUtime=775.48 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) R 23301 23303 21780 0 -1 4202560 193 0 0 0 77530 18 0 0 20 0 22 0 347441314 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704957544368 139704999167084 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23315] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23301 23303 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347441315 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704956490872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23316] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347441315 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704955438216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23317] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704954384552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23318] ppid=23301 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 9311 0 0 0 131 1 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 15755 0 0 0 250 4 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 75 0 0 0 26 28 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23324] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23324/stat : 23324 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347442078 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704828662824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23325] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23325/stat : 23325 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347442079 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704827610280 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23330] ppid=23301 vsize=2966184 CPUtime=480.14 cores=1,3,5,7
/proc/23303/task/23330/stat : 23330 (java) S 23301 23303 21780 0 -1 4202560 34 0 0 0 48005 9 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704829712520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23331] ppid=23301 vsize=2966184 CPUtime=480 cores=1,3,5,7
/proc/23303/task/23331/stat : 23331 (java) S 23301 23303 21780 0 -1 4202560 15 0 0 0 47990 10 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704830765928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 2966184

[startup+1294.3 s]
/proc/loadavg: 1.00 1.60 2.69 2/193 23369
/proc/meminfo: memFree=27783496/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2966184 CPUtime=1801.92 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 33242 0 1 0 180049 143 0 0 20 0 22 0 347441312 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 741546 362257 2286 9 0 732240 0
[pid=23303/tid=23305] ppid=23301 vsize=2966184 CPUtime=11.96 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) S 23301 23303 21780 0 -1 4202560 3370 0 1 0 1184 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704993043336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23306] ppid=23301 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23301 23303 21780 0 -1 4202560 427 0 0 0 91 9 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704977324200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23307] ppid=23301 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23301 23303 21780 0 -1 4202560 408 0 0 0 96 8 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704976271656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23308] ppid=23301 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23301 23303 21780 0 -1 4202560 409 0 0 0 82 8 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704975219112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23309] ppid=23301 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23301 23303 21780 0 -1 4202560 440 0 0 0 100 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704974166568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23310] ppid=23301 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23301 23303 21780 0 -1 4202560 465 0 0 0 107 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704973114024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23311] ppid=23301 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23301 23303 21780 0 -1 4202560 361 0 0 0 121 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704972061480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23312] ppid=23301 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23301 23303 21780 0 -1 4202560 232 0 0 0 94 9 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704971008936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23313] ppid=23301 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23301 23303 21780 0 -1 4202560 433 0 0 0 96 10 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704969956392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23314] ppid=23301 vsize=2966184 CPUtime=775.88 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) R 23301 23303 21780 0 -1 4202560 193 0 0 0 77570 18 0 0 20 0 22 0 347441314 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704957544368 139704999898401 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23315] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23301 23303 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347441315 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704956490872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23316] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347441315 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704955438216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23317] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704954384552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23318] ppid=23301 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 9311 0 0 0 131 1 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 15755 0 0 0 250 4 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 75 0 0 0 26 28 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23324] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23324/stat : 23324 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347442078 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704828662824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23325] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23325/stat : 23325 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347442079 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704827610280 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23330] ppid=23301 vsize=2966184 CPUtime=480.14 cores=1,3,5,7
/proc/23303/task/23330/stat : 23330 (java) S 23301 23303 21780 0 -1 4202560 34 0 0 0 48005 9 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704829712520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23331] ppid=23301 vsize=2966184 CPUtime=480 cores=1,3,5,7
/proc/23303/task/23331/stat : 23331 (java) S 23301 23303 21780 0 -1 4202560 15 0 0 0 47990 10 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704830765928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 2966184

[startup+1294.4 s]
/proc/loadavg: 1.00 1.60 2.69 2/193 23369
/proc/meminfo: memFree=27783496/32873648 swapFree=7116/7116
[pid=23303] ppid=23301 vsize=2966184 CPUtime=1802.02 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23301 23303 21780 0 -1 4202496 33242 0 1 0 180059 143 0 0 20 0 22 0 347441312 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 140735051311408 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23303/statm: 741546 362257 2286 9 0 732240 0
[pid=23303/tid=23305] ppid=23301 vsize=2966184 CPUtime=11.96 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) S 23301 23303 21780 0 -1 4202560 3370 0 1 0 1184 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704993043336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23306] ppid=23301 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23301 23303 21780 0 -1 4202560 427 0 0 0 91 9 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704977324200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23307] ppid=23301 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23301 23303 21780 0 -1 4202560 408 0 0 0 96 8 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704976271656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23308] ppid=23301 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23301 23303 21780 0 -1 4202560 409 0 0 0 82 8 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704975219112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23309] ppid=23301 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23301 23303 21780 0 -1 4202560 440 0 0 0 100 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704974166568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23310] ppid=23301 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23301 23303 21780 0 -1 4202560 465 0 0 0 107 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704973114024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23311] ppid=23301 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23301 23303 21780 0 -1 4202560 361 0 0 0 121 12 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704972061480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23312] ppid=23301 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23301 23303 21780 0 -1 4202560 232 0 0 0 94 9 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704971008936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23313] ppid=23301 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23301 23303 21780 0 -1 4202560 433 0 0 0 96 10 0 0 20 0 22 0 347441313 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704969956392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23314] ppid=23301 vsize=2966184 CPUtime=775.98 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) R 23301 23303 21780 0 -1 4202560 193 0 0 0 77580 18 0 0 20 0 22 0 347441314 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704957544368 139704999551072 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23315] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23301 23303 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347441315 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704956490872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23316] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347441315 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704955438216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23317] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704954384552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23318] ppid=23301 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23301 23303 21780 0 -1 4202560 9311 0 0 0 131 1 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704953334328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23319] ppid=23301 vsize=2966184 CPUtime=2.54 cores=1,3,5,7
/proc/23303/task/23319/stat : 23319 (java) S 23301 23303 21780 0 -1 4202560 15755 0 0 0 250 4 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704833927864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23320] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23320/stat : 23320 (java) S 23301 23303 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704832875512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23321] ppid=23301 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/23303/task/23321/stat : 23321 (java) S 23301 23303 21780 0 -1 4202560 75 0 0 0 26 28 0 0 20 0 22 0 347441317 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704831823176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23303/tid=23324] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23324/stat : 23324 (java) S 23301 23303 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347442078 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704828662824 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23303/tid=23325] ppid=23301 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23325/stat : 23325 (java) S 23301 23303 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347442079 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704827610280 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23303/tid=23330] ppid=23301 vsize=2966184 CPUtime=480.14 cores=1,3,5,7
/proc/23303/task/23330/stat : 23330 (java) S 23301 23303 21780 0 -1 4202560 34 0 0 0 48005 9 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704829712520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23303/tid=23331] ppid=23301 vsize=2966184 CPUtime=480 cores=1,3,5,7
/proc/23303/task/23331/stat : 23331 (java) S 23301 23303 21780 0 -1 4202560 15 0 0 0 47990 10 0 0 20 0 22 0 347445086 3037372416 362257 33554432000 1073741824 1073778376 140735051320272 139704830765928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 2966184

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1294.43
CPU time (s): 1802.33
CPU user time (s): 1800.5
CPU system time (s): 1.83072
CPU usage (%): 139.238
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.5
system time used= 1.83072
maximum resident set size= 1449028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33242
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31429
involuntary context switches= 16814

runsolver used 5.29919 second user time and 11.1353 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 14:32:39
IDJOB=3744838
IDBENCH=92871
IDSOLVER=2324
FILE ID=node127/3744838-1338813157
RUNJOBID= node127-1338805812-21797
PBS_JOBID= 14636867
Free space on /tmp= 70392 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb5-0.01-1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744838-1338813157/watcher-3744838-1338813157 -o /tmp/evaluation-result-3744838-1338813157/solver-3744838-1338813157 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744838-1338813157.opb

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

MD5SUM BENCH= 75dfb21288b1ca28adfaa843050a46da
RANDOM SEED=1287070283

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.91
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.348
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.91
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.348
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.348
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.91
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.348
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:       32873648 kB
MemFree:        28560140 kB
Buffers:          439860 kB
Cached:          2352648 kB
SwapCached:         1428 kB
Active:          1790736 kB
Inactive:        1633284 kB
Active(anon):     625724 kB
Inactive(anon):     7952 kB
Active(file):    1165012 kB
Inactive(file):  1625332 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             94316 kB
Writeback:             0 kB
AnonPages:        639508 kB
Mapped:            19044 kB
Shmem:                92 kB
Slab:             749656 kB
SReclaimable:     193452 kB
SUnreclaim:       556204 kB
KernelStack:        1616 kB
PageTables:         5452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1570820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70432 MiB
End job on node127 at 2012-06-04 14:54:13