Trace number 4096180

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
Sat4j PB 2.3.6 Resolution PB16UNSAT 122.04 120.729

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-25.opb
MD5SUM6246c16ef7a643907c1e2f8427d014bd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4096180-1466103650.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.08/0.13	c ... done. Wall clock time 0.015s.
0.08/0.13	c declared #vars     101
0.08/0.13	c #constraints  100
0.08/0.13	c constraints type 
0.08/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.08/0.13	c 100 constraints processed.
0.65/0.48	c cleaning 2498 clauses out of 5000 with flag 30584/5000
1.13/0.73	c cleaning 4248 clauses out of 8502 with flag 68875/11000
1.53/1.13	c cleaning 5625 clauses out of 11259 with flag 121747/18005
2.03/1.67	c cleaning 6809 clauses out of 13629 with flag 183342/26000
2.66/2.25	c cleaning 7902 clauses out of 15821 with flag 251369/35001
3.36/2.98	c cleaning 8952 clauses out of 17920 with flag 323635/45002
4.26/3.86	c cleaning 9972 clauses out of 19966 with flag 396174/56000
5.36/4.91	c cleaning 10991 clauses out of 21995 with flag 469862/68001
6.45/6.06	c cleaning 11993 clauses out of 24004 with flag 553350/81001
7.85/7.46	c cleaning 12997 clauses out of 26010 with flag 632450/95000
9.45/9.07	c cleaning 14003 clauses out of 28015 with flag 721988/110002
11.25/10.89	c cleaning 14999 clauses out of 30011 with flag 818611/126001
13.65/13.24	c cleaning 16001 clauses out of 32011 with flag 925579/143000
16.05/15.60	c cleaning 17003 clauses out of 34011 with flag 1034007/161001
18.55/18.16	c cleaning 17998 clauses out of 36007 with flag 1149067/180000
21.55/21.13	c cleaning 18999 clauses out of 38010 with flag 1272263/200001
24.75/24.39	c cleaning 20002 clauses out of 40010 with flag 1404627/221000
28.31/27.88	c cleaning 20996 clauses out of 42009 with flag 1543629/243001
32.58/31.89	c cleaning 22002 clauses out of 44012 with flag 1687150/266000
37.13/36.04	c cleaning 23000 clauses out of 46011 with flag 1825904/290001
41.84/40.70	c cleaning 24001 clauses out of 48011 with flag 1967762/315001
47.03/45.92	c cleaning 24999 clauses out of 50009 with flag 2127542/341000
52.97/51.85	c cleaning 26002 clauses out of 52012 with flag 2300062/368003
59.47/58.36	c cleaning 26996 clauses out of 54011 with flag 2480120/396004
66.56/65.45	c cleaning 27999 clauses out of 56012 with flag 2671501/425001
73.66/72.60	c cleaning 29004 clauses out of 58013 with flag 2847415/455001
81.26/80.17	c cleaning 29996 clauses out of 60008 with flag 3033040/486000
89.56/88.45	c cleaning 31003 clauses out of 62013 with flag 3224662/518001
98.57/97.38	c cleaning 31997 clauses out of 64008 with flag 3424549/551000
108.03/106.71	c cleaning 33000 clauses out of 66012 with flag 3625283/585001
117.74/116.46	c cleaning 34001 clauses out of 68009 with flag 3835513/620000
121.94/120.69	c starts		: 227
121.94/120.69	c conflicts		: 638017
121.94/120.69	c decisions		: 779043
121.94/120.69	c propagations		: 10132735
121.94/120.69	c inspects		: 3203771823
121.94/120.69	c shortcuts		: 0
121.94/120.69	c learnt literals	: 13
121.94/120.69	c learnt binary clauses	: 15
121.94/120.69	c learnt ternary clauses	: 36
121.94/120.69	c learnt constraints	: 638003
121.94/120.69	c ignored constraints	: 0
121.94/120.69	c root simplifications	: 0
121.94/120.69	c removed literals (reason simplification)	: 0
121.94/120.69	c reason swapping (by a shorter reason)	: 0
121.94/120.69	c Calls to reduceDB	: 31
121.94/120.69	c Number of update (reduction) of LBD	: 195789
121.94/120.69	c Imported unit clauses	: 0
121.94/120.69	c number of reductions to clauses (during analyze)	: 0
121.94/120.69	c number of learned constraints concerned by reduction	: 0
121.94/120.69	c number of learning phase by resolution	: 0
121.94/120.69	c number of learning phase by cutting planes	: 0
121.94/120.69	c speed (assignments/second)	: 84047.9350359575
121.94/120.69	c non guided choices	28
122.04/120.71	c learnt constraints type 
122.04/120.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
122.04/120.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52000
122.04/120.71	s UNSATISFIABLE
122.04/120.71	c Total wall clock time (in seconds): 120.599

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4096180-1466103650/watcher-4096180-1466103650 -o /tmp/evaluation-result-4096180-1466103650/solver-4096180-1466103650 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466098252-22091 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096180-1466103650.opb 

pid=22620
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: 2.08 2.07 2.03 3/193 22623
/proc/meminfo: memFree=31247620/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22623/stat : 22623 (java) D 22620 22623 22074 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 12415125 9515008 185 33554432000 1073741824 1073778376 140735692010976 140735692002200 235374538167 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/22623/statm: 2323 185 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.08 2.07 2.03 3/193 22623
/proc/meminfo: memFree=31247620/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 4406 0 1 0 7 1 0 0 20 0 18 0 12415125 9787879424 6037 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.08 2.07 2.03 3/193 22623
/proc/meminfo: memFree=31247620/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 7962 0 1 0 27 2 0 0 20 0 19 0 12415125 9856040960 8584 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 8584 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300215 s]
/proc/loadavg: 2.08 2.07 2.03 3/193 22623
/proc/meminfo: memFree=31247620/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 8443 0 1 0 51 3 0 0 20 0 19 0 12415125 9856040960 8716 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 8716 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700174 s]
/proc/loadavg: 2.08 2.07 2.03 3/193 22623
/proc/meminfo: memFree=31247620/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 10550 0 1 0 110 3 0 0 20 0 19 0 12415125 9856040960 9350 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 9350 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.08 2.07 2.03 3/212 22708
/proc/meminfo: memFree=31452184/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 10553 0 1 0 190 3 0 0 20 0 19 0 12415125 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 9863 2241 9 0 2396937 0
[pid=22623/tid=22625] ppid=22620 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22623/task/22625/stat : 22625 (java) R 22620 22623 22074 0 -1 4202560 2404 0 1 0 144 2 0 0 20 0 19 0 12415126 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140161120870080 140160973358772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22626] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22626/stat : 22626 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140161093331112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22627] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22627/stat : 22627 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140161092278568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22628] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22628/stat : 22628 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160961915304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22629] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22629/stat : 22629 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160960862760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22630] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22630/stat : 22630 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160959810216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22631] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22631/stat : 22631 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160958757672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22632] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22632/stat : 22632 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160957705128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22633] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22633/stat : 22633 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160486337576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22634] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415128 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) S 22620 22623 22074 0 -1 4202560 3111 0 0 0 20 2 0 0 20 0 19 0 12415131 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160469928504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 3767 0 0 0 23 0 0 0 20 0 19 0 12415131 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22644] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22644/stat : 22644 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415139 9856040960 9863 33554432000 1073741824 1073778376 140733267121840 140160465617704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.08 2.07 2.03 3/212 22708
/proc/meminfo: memFree=31444552/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 10554 0 1 0 353 3 0 0 20 0 19 0 12415125 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 10375 2241 9 0 2396937 0
[pid=22623/tid=22625] ppid=22620 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22623/task/22625/stat : 22625 (java) R 22620 22623 22074 0 -1 4202560 2405 0 1 0 304 2 0 0 20 0 19 0 12415126 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140161120870080 140160973113121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22626] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22626/stat : 22626 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140161093331112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22627] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22627/stat : 22627 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140161092278568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22628] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22628/stat : 22628 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160961915304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22629] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22629/stat : 22629 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160960862760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22630] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22630/stat : 22630 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160959810216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22631] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22631/stat : 22631 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160958757672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22632] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22632/stat : 22632 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160957705128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22633] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22633/stat : 22633 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160486337576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22634] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415128 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) S 22620 22623 22074 0 -1 4202560 3111 0 0 0 20 2 0 0 20 0 19 0 12415131 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160469928504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 3767 0 0 0 26 0 0 0 20 0 19 0 12415131 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22644] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22644/stat : 22644 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415139 9856040960 10375 33554432000 1073741824 1073778376 140733267121840 140160465617704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.08 2.07 2.03 3/212 22708
/proc/meminfo: memFree=31434680/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 10559 0 1 0 672 3 0 0 20 0 19 0 12415125 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 11594 2242 9 0 2396937 0
[pid=22623/tid=22625] ppid=22620 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/22623/task/22625/stat : 22625 (java) R 22620 22623 22074 0 -1 4202560 2409 0 1 0 622 2 0 0 20 0 19 0 12415126 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140161120870080 140160973358685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22626] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22626/stat : 22626 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140161093331112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22627] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22627/stat : 22627 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140161092278568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22628] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22628/stat : 22628 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160961915304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22629] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22629/stat : 22629 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160960862760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22630] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22630/stat : 22630 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160959810216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22631] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22631/stat : 22631 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160958757672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22632] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22632/stat : 22632 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160957705128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22633] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22633/stat : 22633 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160486337576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22634] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415128 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) S 22620 22623 22074 0 -1 4202560 3111 0 0 0 20 2 0 0 20 0 19 0 12415131 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160469928504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 3767 0 0 0 26 0 0 0 20 0 19 0 12415131 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22644] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22644/stat : 22644 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415139 9856040960 11594 33554432000 1073741824 1073778376 140733267121840 140160465617704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=22623/tid=22634] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12415128 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) S 22620 22623 22074 0 -1 4202560 3112 0 0 0 24 2 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160469928504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 13046 0 0 0 110 3 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22644] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22644/stat : 22644 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415139 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160465617704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 121.34
Current children cumulated vsize (KiB) 9625040

[startup+120.401 s]
/proc/loadavg: 2.01 2.04 2.02 3/211 22733
/proc/meminfo: memFree=31279168/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=121.74 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 19891 0 1 0 12166 8 0 0 20 0 19 0 12415125 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 29368 2249 9 0 2396937 0
[pid=22623/tid=22625] ppid=22620 vsize=9625040 CPUtime=120.01 cores=1,3,5,7
/proc/22623/task/22625/stat : 22625 (java) R 22620 22623 22074 0 -1 4202560 2452 0 1 0 11998 3 0 0 20 0 19 0 12415126 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140161120878832 140160973838848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22626] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22626/stat : 22626 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140161093331112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22627] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22627/stat : 22627 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140161092278568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22628] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22628/stat : 22628 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160961915304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22629] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22629/stat : 22629 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160960862760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22630] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22630/stat : 22630 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160959810216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22631] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22631/stat : 22631 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160958757672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22632] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22632/stat : 22632 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160957705128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22633] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22633/stat : 22633 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160486337576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22634] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12415128 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) S 22620 22623 22074 0 -1 4202560 3112 0 0 0 24 2 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160469928504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 13046 0 0 0 110 3 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22644] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22644/stat : 22644 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415139 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160465617704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 121.74
Current children cumulated vsize (KiB) 9625040

[startup+120.601 s]
/proc/loadavg: 2.01 2.04 2.02 3/211 22733
/proc/meminfo: memFree=31279168/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9625040 CPUtime=121.94 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 19891 0 1 0 12186 8 0 0 20 0 19 0 12415125 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2406260 29368 2249 9 0 2396937 0
[pid=22623/tid=22625] ppid=22620 vsize=9625040 CPUtime=120.21 cores=1,3,5,7
/proc/22623/task/22625/stat : 22625 (java) R 22620 22623 22074 0 -1 4202560 2452 0 1 0 12018 3 0 0 20 0 19 0 12415126 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140161120878832 140160973838848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22626] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22626/stat : 22626 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140161093331112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22627] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22627/stat : 22627 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140161092278568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22628] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22628/stat : 22628 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160961915304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22629] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22629/stat : 22629 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160960862760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22630] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22630/stat : 22630 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160959810216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22631] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22631/stat : 22631 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160958757672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22632] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22632/stat : 22632 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160957705128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22633] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22633/stat : 22633 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415127 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160486337576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22634] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12415128 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) S 22620 22623 22074 0 -1 4202560 3112 0 0 0 24 2 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160469928504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 13046 0 0 0 110 3 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12415131 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22644] ppid=22620 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22644/stat : 22644 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415139 9856040960 29368 33554432000 1073741824 1073778376 140733267121840 140160465617704 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 121.94
Current children cumulated vsize (KiB) 9625040

[startup+120.701 s]
/proc/loadavg: 2.01 2.04 2.02 3/211 22733
/proc/meminfo: memFree=31279168/32872528 swapFree=446836/479540
[pid=22623] ppid=22620 vsize=9691604 CPUtime=122.04 cores=1,3,5,7
/proc/22623/stat : 22623 (java) S 22620 22623 22074 0 -1 4202496 19907 0 1 0 12196 8 0 0 20 0 19 0 12415125 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140733267112976 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22623/statm: 2422901 29893 2254 9 0 2413578 0
[pid=22623/tid=22625] ppid=22620 vsize=9691604 CPUtime=120.3 cores=1,3,5,7
/proc/22623/task/22625/stat : 22625 (java) S 22620 22623 22074 0 -1 4202560 2454 0 1 0 12027 3 0 0 20 0 19 0 12415126 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140161120879320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22626] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22626/stat : 22626 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140161093331112 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22627] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22627/stat : 22627 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140161092278568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22628] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22628/stat : 22628 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160961915304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22629] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22629/stat : 22629 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160960862760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22630] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22630/stat : 22630 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160959810216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22631] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22631/stat : 22631 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160958757672 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22623/tid=22632] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22632/stat : 22632 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160957705128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22633] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22633/stat : 22633 (java) S 22620 22623 22074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12415127 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160486337576 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22634] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22634/stat : 22634 (java) S 22620 22623 22074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12415128 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160474138728 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22635] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22635/stat : 22635 (java) S 22620 22623 22074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12415129 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160473085048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22636] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22636/stat : 22636 (java) S 22620 22623 22074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12415129 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160472032392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22637] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22637/stat : 22637 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160470981136 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22623/tid=22638] ppid=22620 vsize=9691604 CPUtime=0.26 cores=1,3,5,7
/proc/22623/task/22638/stat : 22638 (java) R 22620 22623 22074 0 -1 4202560 3115 0 0 0 24 2 0 0 20 0 19 0 12415131 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160469928344 140161126832755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22623/tid=22639] ppid=22620 vsize=9691604 CPUtime=1.13 cores=1,3,5,7
/proc/22623/task/22639/stat : 22639 (java) S 22620 22623 22074 0 -1 4202560 13046 0 0 0 110 3 0 0 20 0 19 0 12415131 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160468875960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22640] ppid=22620 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/22623/task/22640/stat : 22640 (java) S 22620 22623 22074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12415131 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160467823608 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22623/tid=22641] ppid=22620 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/22623/task/22641/stat : 22641 (java) S 22620 22623 22074 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12415131 9924202496 29893 33554432000 1073741824 1073778376 140733267121840 140160466771272 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 122.04
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22623 and gives
#  childrusage.ru_utime.tv_sec=121
#  childrusage.ru_utime.tv_usec=682501
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 121.814
# while last known CPU time is 122.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 120.729
CPU time (s): 122.04
CPU user time (s): 121.96
CPU system time (s): 0.08
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.683
system time used= 0.131979
maximum resident set size= 119612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19921
page faults= 1
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2831
involuntary context switches= 841

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.672897 second user time and 0.825874 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 21:00:50
IDJOB=4096180
IDBENCH=107577
IDSOLVER=2546
FILE ID=node104/4096180-1466103650
RUNJOBID= node104-1466098252-22091
PBS_JOBID= 19904071
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096180-1466103650/watcher-4096180-1466103650 -o /tmp/evaluation-result-4096180-1466103650/solver-4096180-1466103650 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466098252-22091 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096180-1466103650.opb

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

MD5SUM BENCH= 6246c16ef7a643907c1e2f8427d014bd
RANDOM SEED=620135493

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.54
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31247628 kB
Buffers:           59728 kB
Cached:           124168 kB
SwapCached:          516 kB
Active:           346760 kB
Inactive:          98992 kB
Active(anon):     263184 kB
Inactive(anon):     1168 kB
Active(file):      83576 kB
Inactive(file):    97824 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        824872 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             569096 kB
SReclaimable:      13328 kB
SUnreclaim:       555768 kB
KernelStack:        1752 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1219716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node104 at 2016-06-16 21:02:51