Trace number 4096278

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 55.38 53.866

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_20.opb
MD5SUM296020a87893fb5b3fa38ca6b8fa660b
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.03284
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables702
Total number of constraints3281
Number of constraints which are clauses3276
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096278-1466113235.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.29/0.29	c ... done. Wall clock time 0.185s.
0.29/0.29	c declared #vars     702
0.29/0.29	c #constraints  3285
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1950
0.29/0.29	c org.sat4j.specs.Constr$1 => 4
0.29/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.29/0.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1325
0.29/0.29	c 3285 constraints processed.
1.31/0.86	c cleaning 2499 clauses out of 5000 with flag 25457/5000
2.02/1.47	c cleaning 4247 clauses out of 8502 with flag 62480/11001
2.78/2.19	c cleaning 5618 clauses out of 11254 with flag 97630/18000
3.69/3.05	c cleaning 6814 clauses out of 13639 with flag 138362/26003
4.70/4.07	c cleaning 7908 clauses out of 15822 with flag 189727/35000
6.00/5.37	c cleaning 8952 clauses out of 17915 with flag 251126/45001
7.50/6.87	c cleaning 9978 clauses out of 19963 with flag 317056/56001
9.20/8.52	c cleaning 10985 clauses out of 21985 with flag 377559/68001
11.01/10.37	c cleaning 11997 clauses out of 24001 with flag 448587/81002
13.30/12.67	c cleaning 12997 clauses out of 26003 with flag 542604/95001
16.00/15.21	c cleaning 13995 clauses out of 28005 with flag 641197/110000
19.21/18.14	c cleaning 15004 clauses out of 30010 with flag 749742/126000
22.69/21.26	c cleaning 16003 clauses out of 32006 with flag 862792/143000
26.20/24.71	c cleaning 16995 clauses out of 34001 with flag 974489/161000
29.90/28.44	c cleaning 18001 clauses out of 36006 with flag 1090128/180000
34.10/32.62	c cleaning 18997 clauses out of 38005 with flag 1217616/200000
38.69/37.10	c cleaning 19996 clauses out of 40007 with flag 1363873/221000
43.49/41.93	c cleaning 21001 clauses out of 42012 with flag 1511425/243001
48.78/47.29	c cleaning 22004 clauses out of 44010 with flag 1671271/266000
54.39/52.87	c cleaning 22997 clauses out of 46004 with flag 1827225/290001
55.38/53.83	c starts		: 112
55.38/53.83	c conflicts		: 295180
55.38/53.83	c decisions		: 361819
55.38/53.83	c propagations		: 25316919
55.38/53.83	c inspects		: 960915967
55.38/53.83	c shortcuts		: 0
55.38/53.83	c learnt literals	: 21
55.38/53.83	c learnt binary clauses	: 10
55.38/53.83	c learnt ternary clauses	: 43
55.38/53.83	c learnt constraints	: 295158
55.38/53.83	c ignored constraints	: 0
55.38/53.83	c root simplifications	: 0
55.38/53.83	c removed literals (reason simplification)	: 0
55.38/53.83	c reason swapping (by a shorter reason)	: 0
55.38/53.83	c Calls to reduceDB	: 20
55.38/53.83	c Number of update (reduction) of LBD	: 112855
55.38/53.83	c Imported unit clauses	: 0
55.38/53.83	c number of reductions to clauses (during analyze)	: 0
55.38/53.83	c number of learned constraints concerned by reduction	: 0
55.38/53.83	c number of learning phase by resolution	: 0
55.38/53.83	c number of learning phase by cutting planes	: 0
55.38/53.83	c speed (assignments/second)	: 472815.743766925
55.38/53.83	c non guided choices	101
55.38/53.85	c learnt constraints type 
55.38/53.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
55.38/53.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28160
55.38/53.85	s UNSATISFIABLE
55.38/53.85	c Total wall clock time (in seconds): 53.746

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-4096278-1466113235/watcher-4096278-1466113235 -o /tmp/evaluation-result-4096278-1466113235/solver-4096278-1466113235 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096278-1466113235.opb 

pid=27849
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.44 2.36 2.25 6/195 27852
/proc/meminfo: memFree=30753268/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 1362 0 0 0 0 0 0 0 20 0 2 0 13372457 98582528 985 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 24068 985 750 9 0 16774 0
[pid=27852/tid=27853] ppid=27849 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) D 27849 27852 24719 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 13372458 98578432 989 33554432000 1073741824 1073778376 140735287602848 139723465769656 271778409767 0 0 0 16784584 18446744072100588836 0 0 -1 4 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.44 2.36 2.25 6/195 27852
/proc/meminfo: memFree=30753268/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 4449 0 1 0 10 1 0 0 20 0 18 0 13372457 9787879424 6078 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2389619 6078 2155 9 0 2380296 0
[pid=27852/tid=27853] ppid=27849 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2383 0 1 0 7 1 0 0 20 0 18 0 13372458 9787879424 6078 33554432000 1073741824 1073778376 140735287602848 139723465771328 271790957837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200374 s]
/proc/loadavg: 2.44 2.36 2.25 6/195 27852
/proc/meminfo: memFree=30753268/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 4985 0 1 0 28 1 0 0 20 0 18 0 13372457 9787879424 6987 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2389619 6987 2216 9 0 2380296 0
[pid=27852/tid=27853] ppid=27849 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2402 0 1 0 16 2 0 0 20 0 18 0 13372458 9787879424 6987 33554432000 1073741824 1073778376 140735287602848 139723465750416 139723288950160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 2.44 2.36 2.25 6/195 27852
/proc/meminfo: memFree=30753268/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 6017 0 1 0 52 1 0 0 20 0 19 0 13372457 9856040960 9758 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 9758 2239 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2418 0 1 0 26 2 0 0 20 0 19 0 13372458 9856040960 9758 33554432000 1073741824 1073778376 140735287602848 139723465773696 139723288984690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700214 s]
/proc/loadavg: 2.44 2.36 2.25 6/195 27852
/proc/meminfo: memFree=30753268/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 7431 0 1 0 118 2 0 0 20 0 19 0 13372457 9856040960 10444 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 10444 2257 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2418 0 1 0 66 2 0 0 20 0 19 0 13372458 9856040960 10444 33554432000 1073741824 1073778376 140735287602848 139723465773696 139723289480240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.44 2.36 2.25 4/214 27871
/proc/meminfo: memFree=30710412/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 8777 0 1 0 210 2 0 0 20 0 19 0 13372457 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 11354 2267 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723465772264 139723289518407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723427265064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723426212264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723425159464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723424106664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723423054888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723422002088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723420949288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723419896488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13372459 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723407485416 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 3136 0 0 0 33 0 0 0 20 0 19 0 13372462 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 24719 0 -1 4202560 1943 0 0 0 27 0 0 0 20 0 19 0 13372462 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723284654904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723283602296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723282549704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13372486 9856040960 11354 33554432000 1073741824 1073778376 140735287602848 139723281495208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.41 2.35 2.25 5/214 27871
/proc/meminfo: memFree=30705572/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 10215 0 1 0 378 2 0 0 20 0 19 0 13372457 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 12410 2267 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2423 0 1 0 306 2 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723465771440 139723289480110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723427265064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723426212264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723425159464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723424106664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723423054888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723422002088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723420949288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723419896488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13372459 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723407485416 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 3136 0 0 0 35 0 0 0 20 0 19 0 13372462 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 24719 0 -1 4202560 3378 0 0 0 34 0 0 0 20 0 19 0 13372462 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723284654904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723283602296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723282549704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13372486 9856040960 12410 33554432000 1073741824 1073778376 140735287602848 139723281495208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.41 2.35 2.25 3/214 27871
/proc/meminfo: memFree=30697040/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=7 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 10220 0 1 0 698 2 0 0 20 0 19 0 13372457 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 13488 2268 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2427 0 1 0 625 2 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723465764512 139723289486595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723427265064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723426212264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723425159464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723424106664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723423054888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723422002088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723420949288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723419896488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13372459 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723407485416 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 3136 0 0 0 35 0 0 0 20 0 19 0 13372462 9856040960 13488 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.34 cores=0,2,4,6

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

[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 15071 0 0 0 108 3 0 0 20 0 19 0 13372462 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 24719 0 -1 4202560 5582 0 0 0 44 2 0 0 20 0 19 0 13372462 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723284654904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723283602296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723282549704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13372486 9856040960 29403 33554432000 1073741824 1073778376 140735287602848 139723281495208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 52.78
Current children cumulated vsize (KiB) 9625040

[startup+52.8008 s]
/proc/loadavg: 2.28 2.33 2.24 4/213 27871
/proc/meminfo: memFree=30569304/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=54.39 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 24392 0 1 0 5433 6 0 0 20 0 19 0 13372457 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 29915 2269 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=52.65 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2456 0 1 0 5263 2 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723465771424 139723289425119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723427265064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723426212264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723425159464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723424106664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723423054888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723422002088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723420949288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723419896488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372459 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723407485416 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 15071 0 0 0 108 3 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 24719 0 -1 4202560 5582 0 0 0 44 2 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723284654904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723283602296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723282549704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13372486 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723281495208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.39
Current children cumulated vsize (KiB) 9625040

[startup+53.6008 s]
/proc/loadavg: 2.28 2.33 2.24 4/213 27871
/proc/meminfo: memFree=30569304/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=55.18 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 24393 0 1 0 5512 6 0 0 20 0 19 0 13372457 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 29915 2269 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=53.44 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2457 0 1 0 5342 2 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723465764512 139723289425111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723427265064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723426212264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723425159464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723424106664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723423054888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723422002088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723420949288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723419896488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372459 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723407485416 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 15071 0 0 0 108 3 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 24719 0 -1 4202560 5582 0 0 0 44 2 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723284654904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723283602296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723282549704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13372486 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723281495208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.18
Current children cumulated vsize (KiB) 9625040

[startup+53.8008 s]
/proc/loadavg: 2.28 2.33 2.24 4/213 27871
/proc/meminfo: memFree=30569304/32872528 swapFree=1103228/1182944
[pid=27852] ppid=27849 vsize=9625040 CPUtime=55.38 cores=0,2,4,6
/proc/27852/stat : 27852 (java) S 27849 27852 24719 0 -1 4202496 24393 0 1 0 5532 6 0 0 20 0 19 0 13372457 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 140735287593984 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27852/statm: 2406260 29915 2269 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=53.64 cores=0,2,4,6
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 24719 0 -1 4202560 2457 0 1 0 5362 2 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723465764512 139723289480110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723427265064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723426212264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723425159464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723424106664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723423054888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723422002088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723420949288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13372458 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723419896488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372459 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723407485416 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723288863992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13372460 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723287811080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723286759568 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 24719 0 -1 4202560 15071 0 0 0 108 3 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723285707704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 24719 0 -1 4202560 5582 0 0 0 44 2 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723284654904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723283602296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13372462 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723282549704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13372486 9856040960 29915 33554432000 1073741824 1073778376 140735287602848 139723281495208 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 55.38
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27852 and gives
#  childrusage.ru_utime.tv_sec=55
#  childrusage.ru_utime.tv_usec=243601
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120981
# CPU time returned by wait4() is 55.3646
# while last known CPU time is 55.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 53.866
CPU time (s): 55.38
CPU user time (s): 55.32
CPU system time (s): 0.06
CPU usage (%): 102.811
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.2436
system time used= 0.120981
maximum resident set size= 121776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24417
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1422
involuntary context switches= 105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.371943 second user time and 0.483926 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 23:40:35
IDJOB=4096278
IDBENCH=107591
IDSOLVER=2546
FILE ID=node115/4096278-1466113235
RUNJOBID= node115-1466113234-27740
PBS_JOBID= 19904041
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096278-1466113235/watcher-4096278-1466113235 -o /tmp/evaluation-result-4096278-1466113235/solver-4096278-1466113235 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27740 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096278-1466113235.opb

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

MD5SUM BENCH= 296020a87893fb5b3fa38ca6b8fa660b
RANDOM SEED=18528756

node115.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.103
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.20
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.103
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.103
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.103
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.103
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.103
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		: 2667.103
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.103
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:        30753656 kB
Buffers:           69716 kB
Cached:           118584 kB
SwapCached:         2104 kB
Active:           115752 kB
Inactive:         113456 kB
Active(anon):      42528 kB
Inactive(anon):     1636 kB
Active(file):      73224 kB
Inactive(file):   111820 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:              1604 kB
Writeback:            16 kB
AnonPages:       1303616 kB
Mapped:            15000 kB
Shmem:                 0 kB
Slab:             570008 kB
SReclaimable:      13900 kB
SUnreclaim:       556108 kB
KernelStack:        1424 kB
PageTables:         6512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71740 MiB
End job on node115 at 2016-06-16 23:41:29