Trace number 4088662

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 95.2495 94.0804

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x20split.opb
MD5SUM5a98b135f390caa9849cd49e757e033d
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 benchmark1.77973
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4088662-1466010323.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.026s.
0.10/0.13	c declared #vars     201
0.10/0.13	c #constraints  202
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.13	c 202 constraints processed.
0.66/0.47	c cleaning 2495 clauses out of 5000 with flag 25490/5000
1.08/0.63	c cleaning 4243 clauses out of 8507 with flag 57805/11002
1.33/0.83	c cleaning 5624 clauses out of 11262 with flag 99665/18000
1.54/1.09	c cleaning 6805 clauses out of 13639 with flag 148927/26001
2.00/1.42	c cleaning 7902 clauses out of 15833 with flag 201789/35000
2.40/1.81	c cleaning 8950 clauses out of 17931 with flag 263810/45000
2.81/2.30	c cleaning 9980 clauses out of 19981 with flag 335460/56000
3.40/2.88	c cleaning 10994 clauses out of 22002 with flag 413909/68001
4.11/3.54	c cleaning 11995 clauses out of 24007 with flag 497631/81000
4.81/4.29	c cleaning 12998 clauses out of 26012 with flag 588894/95000
5.71/5.12	c cleaning 13995 clauses out of 28014 with flag 680628/110000
6.61/6.07	c cleaning 14992 clauses out of 30019 with flag 779259/126000
7.71/7.12	c cleaning 16002 clauses out of 32027 with flag 884348/143000
8.91/8.39	c cleaning 17007 clauses out of 34026 with flag 993979/161001
10.31/9.72	c cleaning 18001 clauses out of 36019 with flag 1104743/180001
11.81/11.23	c cleaning 18999 clauses out of 38018 with flag 1221309/200001
13.51/12.97	c cleaning 20004 clauses out of 40020 with flag 1340527/221002
15.51/14.93	c cleaning 21001 clauses out of 42016 with flag 1467295/243002
17.42/16.89	c cleaning 21999 clauses out of 44013 with flag 1597959/266000
19.72/19.11	c cleaning 23001 clauses out of 46016 with flag 1732990/290002
22.02/21.45	c cleaning 24001 clauses out of 48013 with flag 1867382/315000
24.62/24.03	c cleaning 24998 clauses out of 50012 with flag 2007692/341000
27.52/26.96	c cleaning 26002 clauses out of 52014 with flag 2155574/368000
30.52/29.90	c cleaning 27000 clauses out of 54013 with flag 2301037/396001
33.32/32.78	c cleaning 28002 clauses out of 56012 with flag 2446784/425000
36.82/36.29	c cleaning 29000 clauses out of 58011 with flag 2597531/455001
40.23/39.63	c cleaning 30001 clauses out of 60011 with flag 2750469/486001
43.72/43.15	c cleaning 31000 clauses out of 62010 with flag 2905971/518001
47.82/47.21	c cleaning 31998 clauses out of 64010 with flag 3068419/551001
51.82/51.26	c cleaning 32999 clauses out of 66011 with flag 3234668/585000
55.82/55.22	c cleaning 33997 clauses out of 68012 with flag 3402621/620000
60.82/60.21	c cleaning 34999 clauses out of 70016 with flag 3580405/656001
65.42/64.85	c cleaning 36001 clauses out of 72016 with flag 3755387/693000
70.72/70.13	c cleaning 36997 clauses out of 74015 with flag 3942698/731000
76.82/76.23	c cleaning 38004 clauses out of 76018 with flag 4144008/770000
83.42/82.83	c cleaning 39002 clauses out of 78016 with flag 4351681/810002
87.92/87.30	c cleaning 40000 clauses out of 80012 with flag 4541532/851000
93.32/92.41	c cleaning 41005 clauses out of 82012 with flag 4741871/893001
95.09/94.04	c starts		: 898
95.09/94.04	c conflicts		: 912695
95.09/94.04	c decisions		: 1168045
95.09/94.04	c propagations		: 9598992
95.09/94.04	c inspects		: 2323227390
95.09/94.04	c shortcuts		: 0
95.09/94.04	c learnt literals	: 14
95.09/94.04	c learnt binary clauses	: 13
95.09/94.04	c learnt ternary clauses	: 27
95.09/94.04	c learnt constraints	: 912680
95.09/94.04	c ignored constraints	: 0
95.09/94.04	c root simplifications	: 0
95.09/94.04	c removed literals (reason simplification)	: 0
95.09/94.04	c reason swapping (by a shorter reason)	: 0
95.09/94.04	c Calls to reduceDB	: 38
95.09/94.04	c Number of update (reduction) of LBD	: 222855
95.09/94.04	c Imported unit clauses	: 0
95.09/94.04	c number of reductions to clauses (during analyze)	: 0
95.09/94.04	c number of learned constraints concerned by reduction	: 0
95.09/94.04	c number of learning phase by resolution	: 0
95.09/94.04	c number of learning phase by cutting planes	: 0
95.09/94.04	c speed (assignments/second)	: 102223.5096164086
95.09/94.04	c non guided choices	2120
95.09/94.06	c learnt constraints type 
95.09/94.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
95.09/94.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60674
95.09/94.06	s UNSATISFIABLE
95.09/94.06	c Total wall clock time (in seconds): 93.955

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-4088662-1466010323/watcher-4088662-1466010323 -o /tmp/evaluation-result-4088662-1466010323/solver-4088662-1466010323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088662-1466010323.opb 

pid=5600
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.25 2.08 1.99 3/194 5603
/proc/meminfo: memFree=31246640/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3082259 98570240 977 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 24065 977 743 9 0 16771 0
[pid=5603/tid=5604] ppid=5600 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3082260 98570240 977 33554432000 1073741824 1073778376 140737273111680 140400868519464 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.25 2.08 1.99 3/194 5603
/proc/meminfo: memFree=31246640/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 4485 0 1 0 9 1 0 0 20 0 18 0 3082259 9787879424 5601 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2389619 5601 2140 9 0 2380296 0
[pid=5603/tid=5604] ppid=5600 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2433 0 1 0 8 0 0 0 20 0 18 0 3082260 9787879424 5601 33554432000 1073741824 1073778376 140737273111680 140400868522912 140400808326436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200345 s]
/proc/loadavg: 2.25 2.08 1.99 3/194 5603
/proc/meminfo: memFree=31246640/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 7143 0 1 0 29 2 0 0 20 0 19 0 3082259 9856040960 7181 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 7181 2216 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2454 0 1 0 16 2 0 0 20 0 19 0 3082260 9856040960 7181 33554432000 1073741824 1073778376 140737273111680 140400868524672 140400808306394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300341 s]
/proc/loadavg: 2.25 2.08 1.99 3/194 5603
/proc/meminfo: memFree=31246640/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 7952 0 1 0 52 2 0 0 20 0 19 0 3082259 9856040960 7543 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 7543 2232 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2461 0 1 0 26 2 0 0 20 0 19 0 3082260 9856040960 8055 33554432000 1073741824 1073778376 140737273111680 140400868524672 140400808672368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700367 s]
/proc/loadavg: 2.25 2.08 1.99 3/194 5603
/proc/meminfo: memFree=31246640/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 14940 0 1 0 119 4 0 0 20 0 19 0 3082259 9856040960 12751 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 12751 2245 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2461 0 1 0 66 2 0 0 20 0 19 0 3082260 9856040960 12751 33554432000 1073741824 1073778376 140737273111680 140400868524616 140400808670425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.25 2.08 1.99 5/213 5622
/proc/meminfo: memFree=31202028/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 14993 0 1 0 206 4 0 0 20 0 19 0 3082259 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 13825 2247 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2464 0 1 0 146 2 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400868524408 140400808943296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5606] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5606/stat : 5606 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400807254696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5607] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5607/stat : 5607 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400806202152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2398 0 0 0 21 0 0 0 20 0 19 0 3082264 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/5603/task/5619/stat : 5619 (java) S 5600 5603 4966 0 -1 4202560 8858 0 0 0 35 3 0 0 20 0 19 0 3082264 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400686827704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5620] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5620/stat : 5620 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400685775352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5621] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5621/stat : 5621 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400684723016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5622] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5622/stat : 5622 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082273 9856040960 13825 33554432000 1073741824 1073778376 140737273111680 140400683668776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.25 2.08 1.99 3/213 5622
/proc/meminfo: memFree=31197312/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 14996 0 1 0 367 4 0 0 20 0 19 0 3082259 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 14849 2247 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2467 0 1 0 306 2 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400868515536 140400808670034 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5606] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5606/stat : 5606 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400807254696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5607] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5607/stat : 5607 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400806202152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2398 0 0 0 21 0 0 0 20 0 19 0 3082264 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/5603/task/5619/stat : 5619 (java) S 5600 5603 4966 0 -1 4202560 8858 0 0 0 36 3 0 0 20 0 19 0 3082264 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400686827704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5620] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5620/stat : 5620 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400685775352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5621] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5621/stat : 5621 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400684723016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5622] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5622/stat : 5622 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082273 9856040960 14849 33554432000 1073741824 1073778376 140737273111680 140400683668776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.31 2.09 2.00 3/213 5622
/proc/meminfo: memFree=31191244/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=6.91 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 15001 0 1 0 687 4 0 0 20 0 19 0 3082259 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 16281 2248 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2471 0 1 0 626 2 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400868515536 140400808943420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5606] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5606/stat : 5606 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400807254696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5607] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5607/stat : 5607 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400806202152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2398 0 0 0 21 0 0 0 20 0 19 0 3082264 9856040960 16281 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2398 0 0 0 21 0 0 0 20 0 19 0 3082264 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/5603/task/5619/stat : 5619 (java) S 5600 5603 4966 0 -1 4202560 8861 0 0 0 37 3 0 0 20 0 19 0 3082264 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400686827704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5620] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5620/stat : 5620 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400685775352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5621] ppid=5600 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5603/task/5621/stat : 5621 (java) S 5600 5603 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3082264 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400684723016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5622] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5622/stat : 5622 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082273 9856040960 38299 33554432000 1073741824 1073778376 140737273111680 140400683668776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 91.83
Current children cumulated vsize (KiB) 9625040

[startup+92.8009 s]
/proc/loadavg: 2.07 2.07 2.00 4/213 5624
/proc/meminfo: memFree=31073052/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=93.83 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 17025 0 1 0 9377 6 0 0 20 0 19 0 3082259 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 38839 2250 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=92.78 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2518 0 1 0 9274 4 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400868522432 140400808943415 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5606] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5606/stat : 5606 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400807254696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5607] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5607/stat : 5607 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400806202152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2399 0 0 0 22 0 0 0 20 0 19 0 3082264 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/5603/task/5619/stat : 5619 (java) S 5600 5603 4966 0 -1 4202560 10828 0 0 0 77 3 0 0 20 0 19 0 3082264 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400686827704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5620] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5620/stat : 5620 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400685775352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5621] ppid=5600 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5603/task/5621/stat : 5621 (java) S 5600 5603 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3082264 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400684723016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5622] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5622/stat : 5622 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082273 9856040960 38839 33554432000 1073741824 1073778376 140737273111680 140400683668776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 93.83
Current children cumulated vsize (KiB) 9625040

[startup+93.6078 s]
/proc/loadavg: 2.07 2.07 2.00 3/213 5624
/proc/meminfo: memFree=31070136/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=94.68 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 17036 0 1 0 9462 6 0 0 20 0 19 0 3082259 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 39360 2250 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=93.58 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2520 0 1 0 9354 4 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400868524536 140400808732178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5606] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5606/stat : 5606 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400807254696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5607] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5607/stat : 5607 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400806202152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2399 0 0 0 22 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/5603/task/5619/stat : 5619 (java) S 5600 5603 4966 0 -1 4202560 10837 0 0 0 82 3 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400686827704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5620] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5620/stat : 5620 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400685775352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5621] ppid=5600 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5603/task/5621/stat : 5621 (java) S 5600 5603 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400684723016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5622] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5622/stat : 5622 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082273 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400683668776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 94.68
Current children cumulated vsize (KiB) 9625040

[startup+94.0008 s]
/proc/loadavg: 2.07 2.07 2.00 3/213 5624
/proc/meminfo: memFree=31070136/32872528 swapFree=162364/176672
[pid=5603] ppid=5600 vsize=9625040 CPUtime=95.09 cores=0,2,4,6
/proc/5603/stat : 5603 (java) S 5600 5603 4966 0 -1 4202496 17036 0 1 0 9503 6 0 0 20 0 19 0 3082259 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140737273102816 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5603/statm: 2406260 39360 2250 9 0 2396937 0
[pid=5603/tid=5604] ppid=5600 vsize=9625040 CPUtime=93.98 cores=0,2,4,6
/proc/5603/task/5604/stat : 5604 (java) R 5600 5603 4966 0 -1 4202560 2520 0 1 0 9394 4 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400868524536 140400808732167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5606] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5606/stat : 5606 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400807254696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5607] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5607/stat : 5607 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400806202152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5608] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5608/stat : 5608 (java) S 5600 5603 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400805149608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5603/tid=5609] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5609/stat : 5609 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400708500520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5610] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5610/stat : 5610 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400707446952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5611] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5611/stat : 5611 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400706394408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5612] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5612/stat : 5612 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082260 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400705341864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5613] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5613/stat : 5613 (java) S 5600 5603 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3082261 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400704289320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5614] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5614/stat : 5614 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400692091496 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5615] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5615/stat : 5615 (java) S 5600 5603 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400691037816 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5616] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5616/stat : 5616 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082262 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400689985160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5617] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5617/stat : 5617 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400688933904 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5618] ppid=5600 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/5603/task/5618/stat : 5618 (java) S 5600 5603 4966 0 -1 4202560 2399 0 0 0 22 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400687880248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5603/tid=5619] ppid=5600 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/5603/task/5619/stat : 5619 (java) S 5600 5603 4966 0 -1 4202560 10837 0 0 0 83 3 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400686827704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5620] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5620/stat : 5620 (java) S 5600 5603 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400685775352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5603/tid=5621] ppid=5600 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/5603/task/5621/stat : 5621 (java) S 5600 5603 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3082264 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400684723016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5603/tid=5622] ppid=5600 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5603/task/5622/stat : 5622 (java) S 5600 5603 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3082273 9856040960 39360 33554432000 1073741824 1073778376 140737273111680 140400683668776 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 95.09
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 94.0804
CPU time (s): 95.2495
CPU user time (s): 95.1265
CPU system time (s): 0.122981
CPU usage (%): 101.243
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.1265
system time used= 0.122981
maximum resident set size= 159556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17057
page faults= 1
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2244
involuntary context switches= 133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.574912 second user time and 0.634903 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 19:05:23
IDJOB=4088662
IDBENCH=107295
IDSOLVER=2546
FILE ID=node105/4088662-1466010323
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid5x20split.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088662-1466010323/watcher-4088662-1466010323 -o /tmp/evaluation-result-4088662-1466010323/solver-4088662-1466010323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088662-1466010323.opb

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

MD5SUM BENCH= 5a98b135f390caa9849cd49e757e033d
RANDOM SEED=854082303

node105.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.561
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.12
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.561
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		: 2666.561
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		: 2666.561
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		: 2666.561
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.54
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.561
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.55
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.561
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		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31247448 kB
Buffers:           64136 kB
Cached:           336332 kB
SwapCached:            0 kB
Active:           419472 kB
Inactive:         318256 kB
Active(anon):     340096 kB
Inactive(anon):        0 kB
Active(file):      79376 kB
Inactive(file):   318256 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               560 kB
Writeback:             8 kB
AnonPages:        522476 kB
Mapped:            21932 kB
Shmem:               204 kB
Slab:             571800 kB
SReclaimable:      15308 kB
SUnreclaim:       556492 kB
KernelStack:        1576 kB
PageTables:         5700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     895528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 71748 MiB
End job on node105 at 2016-06-15 19:06:57