Trace number 3689520

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1802.01 921.563

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-ds-big.opb
MD5SUM0f8cbacf22bcac8867146871fbd72f4e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4124714222330000
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables174997
Total number of constraints1042
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1042
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint259
Maximum length of a constraint11821
Number of terms in the objective function 174997
Biggest coefficient in the objective function 60000000000000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 602632800292929998
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 60000000000000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 602632800292929998
Number of bits of the biggest sum of numbers60
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3689520-1337882724.opb
0.06/0.13	c reading problem ... 
11.24/9.29	c ... done. Wall clock time 9.158s.
11.24/9.29	c declared #vars     174997
11.24/9.29	c #constraints  2084
11.24/9.29	c constraints type 
11.24/9.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1042
11.24/9.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 1042
11.24/9.29	c 2084 constraints processed.
11.24/9.29	c constraints type 
11.24/9.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1042
11.24/9.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1042
11.24/9.29	c 2084 constraints processed.
11.24/9.29	c objective function length is 174997 literals
27.08/16.56	c  And the winner is solver0
27.19/16.83	c SATISFIABLE
27.19/16.83	c OPTIMIZING...
27.19/16.83	c Got one! Elapsed wall clock time (in seconds):16.695
27.19/16.83	o 8328085575210000
32.35/19.58	c  And the winner is solver0
34.56/21.63	c Got one! Elapsed wall clock time (in seconds):21.493
34.56/21.63	o 6975285024890000
44.82/27.30	c  And the winner is solver0
45.71/28.20	c Got one! Elapsed wall clock time (in seconds):28.065
45.71/28.20	o 6823025355850000
49.16/30.18	c  And the winner is solver0
58.45/39.34	c Got one! Elapsed wall clock time (in seconds):39.21
58.45/39.34	o 5373621826920000
84.99/52.81	c cleaning 3289 clauses out of 6581 with flag 3002/6581
165.62/93.26	c cleaning 4614 clauses out of 9290 with flag 9000/12579
242.11/131.72	c cleaning 5795 clauses out of 11676 with flag 16000/19579
382.16/202.23	c cleaning 6919 clauses out of 13882 with flag 24001/27580
587.49/305.49	c cleaning 7957 clauses out of 15962 with flag 33000/36579
721.40/373.17	c cleaning 8932 clauses out of 18005 with flag 43000/46579
856.56/441.58	c cleaning 9993 clauses out of 20073 with flag 54000/57579
1072.40/550.48	c cleaning 10723 clauses out of 22080 with flag 66000/69579
1266.72/648.67	c cleaning 12108 clauses out of 24359 with flag 79002/82581
1544.18/788.50	c cleaning 13080 clauses out of 26249 with flag 93000/96579
1798.75/919.13	c cleaning 13921 clauses out of 28169 with flag 108000/111579

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-3689520-1337882724/watcher-3689520-1337882724 -o /tmp/evaluation-result-3689520-1337882724/solver-3689520-1337882724 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689520-1337882724.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.72 3.82 3.75 4/197 28374
/proc/meminfo: memFree=28539684/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/28374/stat : 28374 (runsolver) D 28372 28374 23801 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 254398197 12095488 51 33554432000 4194304 5436572 140735683067680 140735683063976 4883175 0 0 4096 24578 18446744071579943789 0 0 17 5 0 0 0 0 0
/proc/28374/statm: 2953 51 31 304 0 2645 0

[startup+0.092886 s]
/proc/loadavg: 3.72 3.82 3.75 4/197 28374
/proc/meminfo: memFree=28539684/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 3307 0 1 0 4 1 0 0 20 0 18 0 254398197 9787813888 4515 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 4515 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100273 s]
/proc/loadavg: 3.72 3.82 3.75 4/197 28374
/proc/meminfo: memFree=28539684/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 3413 0 1 0 5 1 0 0 20 0 18 0 254398197 9787813888 4621 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 4621 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300248 s]
/proc/loadavg: 3.72 3.82 3.75 4/197 28374
/proc/meminfo: memFree=28539684/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 6221 0 1 0 43 2 0 0 20 0 18 0 254398197 9787813888 12346 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 12346 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700208 s]
/proc/loadavg: 3.72 3.82 3.75 4/197 28374
/proc/meminfo: memFree=28539684/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=0.95 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 7448 0 1 0 90 5 0 0 20 0 18 0 254398197 9787813888 38526 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 38526 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 3.72 3.82 3.75 4/215 28392
/proc/meminfo: memFree=28330572/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=2.16 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 8351 0 1 0 196 20 0 0 20 0 18 0 254398197 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 88797 2237 9 0 2380296 0
[pid=28374/tid=28376] ppid=28372 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/28374/task/28376/stat : 28376 (java) R 28372 28374 23801 0 -1 4202560 2562 0 1 0 127 6 0 0 20 0 18 0 254398199 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722253478056 139722081434391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28377] ppid=28372 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28374/task/28377/stat : 28377 (java) S 28372 28374 23801 0 -1 4202560 136 0 0 0 3 2 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722214971688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28378] ppid=28372 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28374/task/28378/stat : 28378 (java) S 28372 28374 23801 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722213918888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28379] ppid=28372 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/28374/task/28379/stat : 28379 (java) S 28372 28374 23801 0 -1 4202560 109 0 0 0 3 2 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722212866600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28380] ppid=28372 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28374/task/28380/stat : 28380 (java) S 28372 28374 23801 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722211813800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28381] ppid=28372 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28374/task/28381/stat : 28381 (java) S 28372 28374 23801 0 -1 4202560 26 0 0 0 0 2 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722210761512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28382] ppid=28372 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28374/task/28382/stat : 28382 (java) S 28372 28374 23801 0 -1 4202560 92 0 0 0 1 1 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722209708712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28383] ppid=28372 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28374/task/28383/stat : 28383 (java) S 28372 28374 23801 0 -1 4202560 106 0 0 0 5 2 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722208656424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28384] ppid=28372 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28374/task/28384/stat : 28384 (java) S 28372 28374 23801 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 254398200 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722207603624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28385] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28385/stat : 28385 (java) S 28372 28374 23801 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254398201 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722077747432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28386] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28386/stat : 28386 (java) S 28372 28374 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254398202 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722076693496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28387] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28387/stat : 28387 (java) S 28372 28374 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254398202 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722075641096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28388] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28388/stat : 28388 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722074589584 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28389] ppid=28372 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/28374/task/28389/stat : 28389 (java) S 28372 28374 23801 0 -1 4202560 1485 0 0 0 20 0 0 0 20 0 18 0 254398204 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722073537208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28390] ppid=28372 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28374/task/28390/stat : 28390 (java) S 28372 28374 23801 0 -1 4202560 2382 0 0 0 16 0 0 0 20 0 18 0 254398204 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722072484408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28391] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28391/stat : 28391 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722071432312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28392] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28392/stat : 28392 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 88797 33554432000 1073741824 1073778376 140735264267232 139722070379720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9558412

[startup+3.10079 s]
/proc/loadavg: 3.66 3.81 3.75 4/215 28392
/proc/meminfo: memFree=28031380/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=4.14 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 9388 0 1 0 374 40 0 0 20 0 18 0 254398197 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 170934 2237 9 0 2380296 0
[pid=28374/tid=28376] ppid=28372 vsize=9558412 CPUtime=2.79 cores=1,3,5,7
/proc/28374/task/28376/stat : 28376 (java) R 28372 28374 23801 0 -1 4202560 2851 0 1 0 267 12 0 0 20 0 18 0 254398199 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722253471728 139722081495996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28377] ppid=28372 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28374/task/28377/stat : 28377 (java) S 28372 28374 23801 0 -1 4202560 180 0 0 0 7 3 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722214971688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28378] ppid=28372 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28374/task/28378/stat : 28378 (java) S 28372 28374 23801 0 -1 4202560 70 0 0 0 5 4 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722213918888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28379] ppid=28372 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28374/task/28379/stat : 28379 (java) S 28372 28374 23801 0 -1 4202560 174 0 0 0 6 4 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722212866600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28380] ppid=28372 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/28374/task/28380/stat : 28380 (java) S 28372 28374 23801 0 -1 4202560 131 0 0 0 9 4 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722211813800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28381] ppid=28372 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/28374/task/28381/stat : 28381 (java) S 28372 28374 23801 0 -1 4202560 74 0 0 0 6 4 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722210761512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28382] ppid=28372 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28374/task/28382/stat : 28382 (java) S 28372 28374 23801 0 -1 4202560 149 0 0 0 6 3 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722209708712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28383] ppid=28372 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28374/task/28383/stat : 28383 (java) S 28372 28374 23801 0 -1 4202560 187 0 0 0 11 5 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722208656424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28384] ppid=28372 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/28374/task/28384/stat : 28384 (java) S 28372 28374 23801 0 -1 4202560 62 0 0 0 5 3 0 0 20 0 18 0 254398200 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722207603624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28385] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28385/stat : 28385 (java) S 28372 28374 23801 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 18 0 254398201 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722077747432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28386] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28386/stat : 28386 (java) S 28372 28374 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254398202 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722076693496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28387] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28387/stat : 28387 (java) S 28372 28374 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254398202 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722075641096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28388] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28388/stat : 28388 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722074589584 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28389] ppid=28372 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/28374/task/28389/stat : 28389 (java) S 28372 28374 23801 0 -1 4202560 1485 0 0 0 20 0 0 0 20 0 18 0 254398204 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722073537208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28390] ppid=28372 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28374/task/28390/stat : 28390 (java) S 28372 28374 23801 0 -1 4202560 2382 0 0 0 16 0 0 0 20 0 18 0 254398204 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722072484408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28391] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28391/stat : 28391 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722071432312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28392] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28392/stat : 28392 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 170934 33554432000 1073741824 1073778376 140735264267232 139722070379720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9558412

[startup+6.30085 s]
/proc/loadavg: 3.66 3.81 3.75 4/215 28392
/proc/meminfo: memFree=27323284/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9558412 CPUtime=7.92 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 11589 0 1 0 720 72 0 0 20 0 18 0 254398197 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2389603 325105 2237 9 0 2380296 0
[pid=28374/tid=28376] ppid=28372 vsize=9558412 CPUtime=5.78 cores=1,3,5,7
/proc/28374/task/28376/stat : 28376 (java) R 28372 28374 23801 0 -1 4202560 3549 0 1 0 556 22 0 0 20 0 18 0 254398199 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722253471648 139722081437677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28377] ppid=28372 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/28374/task/28377/stat : 28377 (java) S 28372 28374 23801 0 -1 4202560 318 0 0 0 12 5 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722214971688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28378] ppid=28372 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/28374/task/28378/stat : 28378 (java) S 28372 28374 23801 0 -1 4202560 293 0 0 0 12 6 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722213918888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28379] ppid=28372 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/28374/task/28379/stat : 28379 (java) S 28372 28374 23801 0 -1 4202560 273 0 0 0 13 6 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722212866600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28380] ppid=28372 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/28374/task/28380/stat : 28380 (java) S 28372 28374 23801 0 -1 4202560 309 0 0 0 16 7 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722211813800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28381] ppid=28372 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/28374/task/28381/stat : 28381 (java) S 28372 28374 23801 0 -1 4202560 120 0 0 0 15 8 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722210761512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28382] ppid=28372 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/28374/task/28382/stat : 28382 (java) S 28372 28374 23801 0 -1 4202560 353 0 0 0 13 6 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722209708712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28383] ppid=28372 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/28374/task/28383/stat : 28383 (java) S 28372 28374 23801 0 -1 4202560 236 0 0 0 18 8 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722208656424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28384] ppid=28372 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/28374/task/28384/stat : 28384 (java) S 28372 28374 23801 0 -1 4202560 100 0 0 0 12 5 0 0 20 0 18 0 254398200 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722207603624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28385] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28385/stat : 28385 (java) S 28372 28374 23801 0 -1 4202560 996 0 0 0 0 0 0 0 20 0 18 0 254398201 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722077747432 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28386] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28386/stat : 28386 (java) S 28372 28374 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254398202 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722076693496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28387] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28387/stat : 28387 (java) S 28372 28374 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254398202 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722075641096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28388] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28388/stat : 28388 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722074589584 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28389] ppid=28372 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/28374/task/28389/stat : 28389 (java) S 28372 28374 23801 0 -1 4202560 1485 0 0 0 20 0 0 0 20 0 18 0 254398204 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722073537208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28390] ppid=28372 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/28374/task/28390/stat : 28390 (java) S 28372 28374 23801 0 -1 4202560 2382 0 0 0 16 0 0 0 20 0 18 0 254398204 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722072484408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28391] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28391/stat : 28391 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722071432312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28392] ppid=28372 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28392/stat : 28392 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254398204 9787813888 325105 33554432000 1073741824 1073778376 140735264267232 139722070379720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.72 3.81 3.75 5/219 28396
/proc/meminfo: memFree=26195500/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9824668 CPUtime=19.17 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 18108 0 1 0 1810 107 0 0 20 0 22 0 254398197 10060460032 586968 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2456167 586968 2263 9 0 2446860 0
[pid=28374/tid=28376] ppid=28372 vsize=9824668 CPUtime=8.62 cores=1,3,5,7

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

/proc/28374/task/28408/stat : 28408 (java) S 28372 28374 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254402178 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722069325352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 9824668

[startup+921.001 s]
/proc/loadavg: 3.82 3.88 3.81 4/221 28481
/proc/meminfo: memFree=22355828/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9824668 CPUtime=1801.51 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 123401 0 1 0 179768 383 0 0 20 0 22 0 254398197 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2456167 1198589 2276 9 0 2446860 0
[pid=28374/tid=28376] ppid=28372 vsize=9824668 CPUtime=10.48 cores=1,3,5,7
/proc/28374/task/28376/stat : 28376 (java) S 28372 28374 23801 0 -1 4202560 4497 0 1 0 1008 40 0 0 20 0 22 0 254398199 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722253480664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28377] ppid=28372 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/28374/task/28377/stat : 28377 (java) S 28372 28374 23801 0 -1 4202560 9832 0 0 0 200 44 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722214971688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28378] ppid=28372 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/28374/task/28378/stat : 28378 (java) S 28372 28374 23801 0 -1 4202560 13399 0 0 0 184 37 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722213918888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28379] ppid=28372 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/28374/task/28379/stat : 28379 (java) S 28372 28374 23801 0 -1 4202560 13456 0 0 0 165 35 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722212866600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28380] ppid=28372 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/28374/task/28380/stat : 28380 (java) S 28372 28374 23801 0 -1 4202560 13807 0 0 0 153 34 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722211813800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28381] ppid=28372 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/28374/task/28381/stat : 28381 (java) S 28372 28374 23801 0 -1 4202560 12330 0 0 0 189 35 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722210761512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28382] ppid=28372 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/28374/task/28382/stat : 28382 (java) S 28372 28374 23801 0 -1 4202560 7675 0 0 0 190 36 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722209708712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28383] ppid=28372 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/28374/task/28383/stat : 28383 (java) S 28372 28374 23801 0 -1 4202560 16455 0 0 0 179 39 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722208656424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28384] ppid=28372 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/28374/task/28384/stat : 28384 (java) S 28372 28374 23801 0 -1 4202560 10078 0 0 0 146 36 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722207603624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28385] ppid=28372 vsize=9824668 CPUtime=27.78 cores=1,3,5,7
/proc/28374/task/28385/stat : 28385 (java) R 28372 28374 23801 0 -1 4202560 7758 0 0 0 2767 11 0 0 20 0 22 0 254398201 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722077746288 139722259988552 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28386] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28386/stat : 28386 (java) S 28372 28374 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254398202 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722076693496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28387] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28387/stat : 28387 (java) S 28372 28374 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254398202 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722075641096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28388] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28388/stat : 28388 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722074589128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28389] ppid=28372 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/28374/task/28389/stat : 28389 (java) S 28372 28374 23801 0 -1 4202560 5226 0 0 0 127 2 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722073537208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28390] ppid=28372 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/28374/task/28390/stat : 28390 (java) S 28372 28374 23801 0 -1 4202560 7195 0 0 0 132 2 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722072484408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28391] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28391/stat : 28391 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722071432312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28392] ppid=28372 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/28374/task/28392/stat : 28392 (java) S 28372 28374 23801 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722070379720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28396] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28396/stat : 28396 (java) S 28372 28374 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254399138 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722066166824 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28406] ppid=28372 vsize=9824668 CPUtime=848.98 cores=1,3,5,7
/proc/28374/task/28406/stat : 28406 (java) S 28372 28374 23801 0 -1 4202560 18 0 0 0 84886 12 0 0 20 0 22 0 254402173 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722067219144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28407] ppid=28372 vsize=9824668 CPUtime=848.66 cores=1,3,5,7
/proc/28374/task/28407/stat : 28407 (java) S 28372 28374 23801 0 -1 4202560 282 0 0 0 84850 16 0 0 20 0 22 0 254402173 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722068270104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28408] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28408/stat : 28408 (java) S 28372 28374 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254402178 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722069325352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 9824668

[startup+921.401 s]
/proc/loadavg: 3.82 3.88 3.81 4/221 28481
/proc/meminfo: memFree=22355828/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9824668 CPUtime=1801.91 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 123401 0 1 0 179808 383 0 0 20 0 22 0 254398197 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2456167 1198589 2276 9 0 2446860 0
[pid=28374/tid=28376] ppid=28372 vsize=9824668 CPUtime=10.48 cores=1,3,5,7
/proc/28374/task/28376/stat : 28376 (java) S 28372 28374 23801 0 -1 4202560 4497 0 1 0 1008 40 0 0 20 0 22 0 254398199 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722253480664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28377] ppid=28372 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/28374/task/28377/stat : 28377 (java) S 28372 28374 23801 0 -1 4202560 9832 0 0 0 200 44 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722214971688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28378] ppid=28372 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/28374/task/28378/stat : 28378 (java) S 28372 28374 23801 0 -1 4202560 13399 0 0 0 184 37 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722213918888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28379] ppid=28372 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/28374/task/28379/stat : 28379 (java) S 28372 28374 23801 0 -1 4202560 13456 0 0 0 165 35 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722212866600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28380] ppid=28372 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/28374/task/28380/stat : 28380 (java) S 28372 28374 23801 0 -1 4202560 13807 0 0 0 153 34 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722211813800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28381] ppid=28372 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/28374/task/28381/stat : 28381 (java) S 28372 28374 23801 0 -1 4202560 12330 0 0 0 189 35 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722210761512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28382] ppid=28372 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/28374/task/28382/stat : 28382 (java) S 28372 28374 23801 0 -1 4202560 7675 0 0 0 190 36 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722209708712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28383] ppid=28372 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/28374/task/28383/stat : 28383 (java) S 28372 28374 23801 0 -1 4202560 16455 0 0 0 179 39 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722208656424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28384] ppid=28372 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/28374/task/28384/stat : 28384 (java) S 28372 28374 23801 0 -1 4202560 10078 0 0 0 146 36 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722207603624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28385] ppid=28372 vsize=9824668 CPUtime=28.17 cores=1,3,5,7
/proc/28374/task/28385/stat : 28385 (java) R 28372 28374 23801 0 -1 4202560 7758 0 0 0 2806 11 0 0 20 0 22 0 254398201 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722077746288 139722259988552 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28386] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28386/stat : 28386 (java) S 28372 28374 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254398202 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722076693496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28387] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28387/stat : 28387 (java) S 28372 28374 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254398202 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722075641096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28388] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28388/stat : 28388 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722074589128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28389] ppid=28372 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/28374/task/28389/stat : 28389 (java) S 28372 28374 23801 0 -1 4202560 5226 0 0 0 127 2 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722073537208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28390] ppid=28372 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/28374/task/28390/stat : 28390 (java) S 28372 28374 23801 0 -1 4202560 7195 0 0 0 132 2 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722072484408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28391] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28391/stat : 28391 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722071432312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28392] ppid=28372 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/28374/task/28392/stat : 28392 (java) S 28372 28374 23801 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722070379720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28396] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28396/stat : 28396 (java) S 28372 28374 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254399138 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722066166824 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28406] ppid=28372 vsize=9824668 CPUtime=848.98 cores=1,3,5,7
/proc/28374/task/28406/stat : 28406 (java) S 28372 28374 23801 0 -1 4202560 18 0 0 0 84886 12 0 0 20 0 22 0 254402173 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722067219144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28407] ppid=28372 vsize=9824668 CPUtime=848.66 cores=1,3,5,7
/proc/28374/task/28407/stat : 28407 (java) S 28372 28374 23801 0 -1 4202560 282 0 0 0 84850 16 0 0 20 0 22 0 254402173 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722068270104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28408] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28408/stat : 28408 (java) S 28372 28374 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254402178 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722069325352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 9824668

[startup+921.501 s]
/proc/loadavg: 3.82 3.88 3.81 4/221 28481
/proc/meminfo: memFree=22355828/32873844 swapFree=7616/7616
[pid=28374] ppid=28372 vsize=9824668 CPUtime=1802.01 cores=1,3,5,7
/proc/28374/stat : 28374 (java) S 28372 28374 23801 0 -1 4202496 123401 0 1 0 179818 383 0 0 20 0 22 0 254398197 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 140735264258368 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28374/statm: 2456167 1198589 2276 9 0 2446860 0
[pid=28374/tid=28376] ppid=28372 vsize=9824668 CPUtime=10.48 cores=1,3,5,7
/proc/28374/task/28376/stat : 28376 (java) S 28372 28374 23801 0 -1 4202560 4497 0 1 0 1008 40 0 0 20 0 22 0 254398199 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722253480664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28377] ppid=28372 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/28374/task/28377/stat : 28377 (java) S 28372 28374 23801 0 -1 4202560 9832 0 0 0 200 44 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722214971688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28378] ppid=28372 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/28374/task/28378/stat : 28378 (java) S 28372 28374 23801 0 -1 4202560 13399 0 0 0 184 37 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722213918888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28379] ppid=28372 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/28374/task/28379/stat : 28379 (java) S 28372 28374 23801 0 -1 4202560 13456 0 0 0 165 35 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722212866600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28380] ppid=28372 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/28374/task/28380/stat : 28380 (java) S 28372 28374 23801 0 -1 4202560 13807 0 0 0 153 34 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722211813800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28381] ppid=28372 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/28374/task/28381/stat : 28381 (java) S 28372 28374 23801 0 -1 4202560 12330 0 0 0 189 35 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722210761512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28382] ppid=28372 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/28374/task/28382/stat : 28382 (java) S 28372 28374 23801 0 -1 4202560 7675 0 0 0 190 36 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722209708712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28383] ppid=28372 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/28374/task/28383/stat : 28383 (java) S 28372 28374 23801 0 -1 4202560 16455 0 0 0 179 39 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722208656424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28384] ppid=28372 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/28374/task/28384/stat : 28384 (java) S 28372 28374 23801 0 -1 4202560 10078 0 0 0 146 36 0 0 20 0 22 0 254398200 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722207603624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28385] ppid=28372 vsize=9824668 CPUtime=28.27 cores=1,3,5,7
/proc/28374/task/28385/stat : 28385 (java) R 28372 28374 23801 0 -1 4202560 7758 0 0 0 2816 11 0 0 20 0 22 0 254398201 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722077746288 139722257641821 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28386] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28386/stat : 28386 (java) S 28372 28374 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254398202 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722076693496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28387] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28387/stat : 28387 (java) S 28372 28374 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254398202 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722075641096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28388] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28388/stat : 28388 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722074589128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28389] ppid=28372 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/28374/task/28389/stat : 28389 (java) S 28372 28374 23801 0 -1 4202560 5226 0 0 0 127 2 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722073537208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28390] ppid=28372 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/28374/task/28390/stat : 28390 (java) S 28372 28374 23801 0 -1 4202560 7195 0 0 0 132 2 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722072484408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28391] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28391/stat : 28391 (java) S 28372 28374 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722071432312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28374/tid=28392] ppid=28372 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/28374/task/28392/stat : 28392 (java) S 28372 28374 23801 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 254398204 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722070379720 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28396] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28396/stat : 28396 (java) S 28372 28374 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254399138 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722066166824 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28374/tid=28406] ppid=28372 vsize=9824668 CPUtime=848.98 cores=1,3,5,7
/proc/28374/task/28406/stat : 28406 (java) S 28372 28374 23801 0 -1 4202560 18 0 0 0 84886 12 0 0 20 0 22 0 254402173 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722067219144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28374/tid=28407] ppid=28372 vsize=9824668 CPUtime=848.66 cores=1,3,5,7
/proc/28374/task/28407/stat : 28407 (java) S 28372 28374 23801 0 -1 4202560 282 0 0 0 84850 16 0 0 20 0 22 0 254402173 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722068270104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28374/tid=28408] ppid=28372 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28374/task/28408/stat : 28408 (java) S 28372 28374 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254402178 10060460032 1198589 33554432000 1073741824 1073778376 140735264267232 139722069325352 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 9824668

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28374 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=667321
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=293347
# CPU time returned by wait4() is 1797.96
# while last known CPU time is 1802.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.563
CPU time (s): 1802.01
CPU user time (s): 1798.18
CPU system time (s): 3.83
CPU usage (%): 195.538
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 4.29335
maximum resident set size= 4794356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123401
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29370
involuntary context switches= 29000

runsolver used 1.9897 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 20:05:26
IDJOB=3689520
IDBENCH=89879
IDSOLVER=2268
FILE ID=node130/3689520-1337882724
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ds-big.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689520-1337882724/watcher-3689520-1337882724 -o /tmp/evaluation-result-3689520-1337882724/solver-3689520-1337882724 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689520-1337882724.opb

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

MD5SUM BENCH= 0f8cbacf22bcac8867146871fbd72f4e
RANDOM SEED=1924914499

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28540064 kB
Buffers:          205788 kB
Cached:          2194276 kB
SwapCached:            0 kB
Active:          1712572 kB
Inactive:        1851256 kB
Active(anon):    1166472 kB
Inactive(anon):        0 kB
Active(file):     546100 kB
Inactive(file):  1851256 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50672 kB
Writeback:             0 kB
AnonPages:       1173496 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             629384 kB
SReclaimable:      70772 kB
SUnreclaim:       558612 kB
KernelStack:        1616 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1637672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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= 71624 MiB
End job on node130 at 2012-05-24 20:20:48