Trace number 4080373

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 Res+CP PB16UNSAT 463.753 229.537

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark61.1567
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080373-1465218946.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  no objective function found
1.96/0.90	c ... done. Wall clock time 0.782s.
1.96/0.90	c declared #vars     21380
1.96/0.90	c #constraints  60984
1.96/0.90	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.96/0.90	c constraints type 
1.96/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1.96/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.96/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1.96/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2156
1.96/0.90	c 60984 constraints processed.
1.96/0.90	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.96/0.90	c constraints type 
1.96/0.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1.96/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1.96/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1.96/0.90	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.96/0.90	c 60984 constraints processed.
8.07/3.19	c cleaning 2496 clauses out of 5000 with flag 46653/5001
12.29/5.16	c cleaning 4237 clauses out of 8504 with flag 108582/11001
17.37/7.62	c cleaning 5629 clauses out of 11267 with flag 181083/18001
18.97/8.44	c cleaning 0 clauses out of 4996 with flag 0/5000
23.16/10.39	c cleaning 6813 clauses out of 13640 with flag 257008/26003
28.78/13.01	c cleaning 7879 clauses out of 15825 with flag 336170/35001
34.26/15.75	c cleaning 8969 clauses out of 17946 with flag 427071/45001
44.18/20.62	c cleaning 9989 clauses out of 19978 with flag 562706/56002
52.58/24.85	c cleaning 10982 clauses out of 21987 with flag 694884/68000
61.29/29.15	c cleaning 11980 clauses out of 24006 with flag 822188/81001
71.08/34.10	c cleaning 13008 clauses out of 26026 with flag 983599/95001
82.36/39.63	c cleaning 14000 clauses out of 28016 with flag 1149529/110000
92.58/44.74	c cleaning 15002 clauses out of 30016 with flag 1304410/126001
98.78/47.84	c cleaning 0 clauses out of 10996 with flag 0/11000
104.17/50.57	c cleaning 16004 clauses out of 32015 with flag 1518919/143002
118.41/57.61	c cleaning 16984 clauses out of 34009 with flag 1785317/161000
132.25/64.59	c cleaning 17999 clauses out of 36025 with flag 2053084/180000
149.92/73.33	c cleaning 18990 clauses out of 38028 with flag 2340573/200002
167.45/82.06	c cleaning 20006 clauses out of 40036 with flag 2643463/221000
183.89/90.25	c cleaning 21010 clauses out of 42031 with flag 2939117/243001
202.98/99.71	c cleaning 22000 clauses out of 44020 with flag 3258867/266001
224.31/110.32	c cleaning 23004 clauses out of 46019 with flag 3615353/290000
245.85/121.06	c cleaning 24002 clauses out of 48016 with flag 3968926/315001
260.34/128.21	c cleaning 0 clauses out of 17998 with flag 0/18002
270.21/133.11	c cleaning 24999 clauses out of 50014 with flag 4341915/341001
298.38/147.18	c cleaning 26004 clauses out of 52015 with flag 4770596/368001
329.35/162.56	c cleaning 26999 clauses out of 54009 with flag 5217769/396000
361.24/178.32	c cleaning 28004 clauses out of 56012 with flag 5670521/425002
397.28/196.26	c cleaning 28992 clauses out of 58006 with flag 6141777/455000
434.33/214.61	c cleaning 30006 clauses out of 60015 with flag 6609007/486001
463.13/228.99	c And the winner is solver0
463.54/229.49	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
463.54/229.49	c starts		: 2336
463.54/229.49	c conflicts		: 511376
463.54/229.49	c decisions		: 1865483
463.54/229.49	c propagations		: 279614432
463.54/229.49	c inspects		: 1637989626
463.54/229.49	c shortcuts		: 0
463.54/229.49	c learnt literals	: 11
463.54/229.49	c learnt binary clauses	: 72
463.54/229.49	c learnt ternary clauses	: 318
463.54/229.49	c learnt constraints	: 511364
463.54/229.49	c ignored constraints	: 0
463.54/229.49	c root simplifications	: 0
463.54/229.49	c removed literals (reason simplification)	: 14482100
463.54/229.49	c reason swapping (by a shorter reason)	: 0
463.54/229.49	c Calls to reduceDB	: 27
463.54/229.49	c Number of update (reduction) of LBD	: 294731
463.54/229.49	c Imported unit clauses	: 0
463.54/229.49	c number of reductions to clauses (during analyze)	: 0
463.54/229.49	c number of learned constraints concerned by reduction	: 0
463.54/229.49	c number of learning phase by resolution	: 0
463.54/229.49	c number of learning phase by cutting planes	: 0
463.54/229.49	c speed (assignments/second)	: 1223315.4337164382
463.54/229.49	c non guided choices	4013
463.54/229.51	c learnt constraints type 
463.54/229.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
463.54/229.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55305
463.54/229.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
463.54/229.51	c starts		: 49
463.54/229.51	c conflicts		: 23659
463.54/229.51	c decisions		: 80416
463.54/229.51	c propagations		: 10033117
463.54/229.51	c inspects		: 358430810
463.54/229.51	c shortcuts		: 0
463.54/229.51	c learnt literals	: 4
463.54/229.51	c learnt binary clauses	: 50
463.54/229.51	c learnt ternary clauses	: 106
463.54/229.51	c learnt constraints	: 23655
463.54/229.51	c ignored constraints	: 0
463.54/229.51	c root simplifications	: 0
463.54/229.51	c removed literals (reason simplification)	: 0
463.54/229.51	c reason swapping (by a shorter reason)	: 0
463.54/229.51	c Calls to reduceDB	: 3
463.54/229.51	c Number of update (reduction) of LBD	: 0
463.54/229.51	c Imported unit clauses	: 0
463.54/229.51	c number of reductions to clauses (during analyze)	: 0
463.54/229.51	c number of learned constraints concerned by reduction	: 0
463.54/229.51	c number of learning phase by resolution	: 0
463.54/229.51	c number of learning phase by cutting planes	: 0
463.54/229.51	c speed (assignments/second)	: 43891.12869710531
463.54/229.51	c non guided choices	1656
463.54/229.52	c learnt constraints type 
463.54/229.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8571
463.54/229.52	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 50
463.54/229.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15034
463.54/229.52	s UNSATISFIABLE
463.54/229.52	c Total wall clock time (in seconds): 229.406

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-4080373-1465218946/watcher-4080373-1465218946 -o /tmp/evaluation-result-4080373-1465218946/solver-4080373-1465218946 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080373-1465218946.opb 

pid=3392
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: 4.19 3.99 3.52 4/197 3395
/proc/meminfo: memFree=28431528/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 1350 0 0 0 0 0 0 0 20 0 2 0 103829191 98570240 975 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 24065 977 743 9 0 16771 0
[pid=3395/tid=3396] ppid=3392 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) R 3392 3395 32147 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103829192 98570240 977 33554432000 1073741824 1073778376 140733809210208 139872646127144 219513963904 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 4.19 3.99 3.52 4/197 3395
/proc/meminfo: memFree=28431528/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 4406 0 1 0 10 1 0 0 20 0 18 0 103829191 9787879424 6043 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2389619 6043 2126 9 0 2380296 0
[pid=3395/tid=3396] ppid=3392 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) R 3392 3395 32147 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 103829192 9787879424 6043 33554432000 1073741824 1073778376 140733809210208 139872646130592 219517347085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 4.19 3.99 3.52 4/197 3395
/proc/meminfo: memFree=28431528/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 4692 0 1 0 24 1 0 0 20 0 18 0 103829191 9787879424 6778 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2389619 6778 2202 9 0 2380296 0
[pid=3395/tid=3396] ppid=3392 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) R 3392 3395 32147 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 18 0 103829192 9787879424 6778 33554432000 1073741824 1073778376 140733809210208 139872646130592 139872649410837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 4.19 3.99 3.52 4/197 3395
/proc/meminfo: memFree=28431528/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 5546 0 1 0 46 1 0 0 20 0 18 0 103829191 9787879424 8498 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2389619 8498 2231 9 0 2380296 0
[pid=3395/tid=3396] ppid=3392 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) R 3392 3395 32147 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 103829192 9787879424 8498 33554432000 1073741824 1073778376 140733809210208 139872646130592 139872471938598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 4.19 3.99 3.52 4/197 3395
/proc/meminfo: memFree=28431528/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 15524 0 1 0 154 4 0 0 20 0 18 0 103829191 9787879424 40160 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2389619 40160 2249 9 0 2380296 0
[pid=3395/tid=3396] ppid=3392 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) R 3392 3395 32147 0 -1 4202560 2456 0 1 0 65 2 0 0 20 0 18 0 103829192 9787879424 40160 33554432000 1073741824 1073778376 140733809210208 139872646123312 139872472333074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.10 3.97 3.51 7/219 3417
/proc/meminfo: memFree=28243624/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 15964 0 1 0 395 8 0 0 20 0 22 0 103829191 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2456183 54864 2281 9 0 2446860 0
[pid=3395/tid=3396] ppid=3392 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) S 3392 3395 32147 0 -1 4202560 2486 0 1 0 82 3 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872646132600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3398] ppid=3392 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3395/task/3398/stat : 3398 (java) S 3392 3395 32147 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872607623848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3399] ppid=3392 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3395/task/3399/stat : 3399 (java) S 3392 3395 32147 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872606571304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3400] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3400/stat : 3400 (java) S 3392 3395 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872605518760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3401] ppid=3392 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3395/task/3401/stat : 3401 (java) S 3392 3395 32147 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872604466216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3402] ppid=3392 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3395/task/3402/stat : 3402 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872603412648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3403] ppid=3392 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3395/task/3403/stat : 3403 (java) S 3392 3395 32147 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872602360104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3404] ppid=3392 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3395/task/3404/stat : 3404 (java) S 3392 3395 32147 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872601307560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3405] ppid=3392 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3395/task/3405/stat : 3405 (java) S 3392 3395 32147 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 22 0 103829192 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872600255016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3406] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3406/stat : 3406 (java) S 3392 3395 32147 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 103829193 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872469764712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3407] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3407/stat : 3407 (java) S 3392 3395 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103829194 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872468711032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3408] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3408/stat : 3408 (java) S 3392 3395 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103829194 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872467658376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3409] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3409/stat : 3409 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872466607120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3410] ppid=3392 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3395/task/3410/stat : 3410 (java) R 3392 3395 32147 0 -1 4202560 5562 0 0 0 87 0 0 0 20 0 22 0 103829196 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872465553464 139872649151355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3411] ppid=3392 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/3395/task/3411/stat : 3411 (java) R 3392 3395 32147 0 -1 4202560 6260 0 0 0 94 0 0 0 20 0 22 0 103829196 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872464500920 139872648264544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3412] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3412/stat : 3412 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872463448568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3413] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3413/stat : 3413 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872462396232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3414] ppid=3392 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/3395/task/3414/stat : 3414 (java) R 3392 3395 32147 0 -1 4202560 20 0 0 0 54 0 0 0 20 0 22 0 103829281 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872461339472 139872472994048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3415] ppid=3392 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/3395/task/3415/stat : 3415 (java) R 3392 3395 32147 0 -1 4202560 25 0 0 0 53 0 0 0 20 0 22 0 103829281 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872460288280 139872472982293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3416] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3416/stat : 3416 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103829284 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872459236904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3417] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3417/stat : 3417 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103829284 10060525568 54864 33554432000 1073741824 1073778376 140733809210208 139872458184360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.10 3.97 3.51 5/219 3417
/proc/meminfo: memFree=28085340/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9824732 CPUtime=8.07 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 17910 0 1 0 792 15 0 0 20 0 22 0 103829191 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2456183 102060 2287 9 0 2446860 0
[pid=3395/tid=3396] ppid=3392 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) S 3392 3395 32147 0 -1 4202560 2486 0 1 0 82 3 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872646132600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3398] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3398/stat : 3398 (java) S 3392 3395 32147 0 -1 4202560 95 0 0 0 5 2 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872607623848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3399] ppid=3392 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3395/task/3399/stat : 3399 (java) S 3392 3395 32147 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872606571304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3400] ppid=3392 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3395/task/3400/stat : 3400 (java) S 3392 3395 32147 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872605518760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3401] ppid=3392 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3395/task/3401/stat : 3401 (java) S 3392 3395 32147 0 -1 4202560 83 0 0 0 5 0 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872604466216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3402] ppid=3392 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3395/task/3402/stat : 3402 (java) S 3392 3395 32147 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872603412648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3403] ppid=3392 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3395/task/3403/stat : 3403 (java) S 3392 3395 32147 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872602360104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3404] ppid=3392 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3395/task/3404/stat : 3404 (java) S 3392 3395 32147 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872601307560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3405] ppid=3392 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3395/task/3405/stat : 3405 (java) S 3392 3395 32147 0 -1 4202560 84 0 0 0 5 0 0 0 20 0 22 0 103829192 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872600255016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3406] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3406/stat : 3406 (java) S 3392 3395 32147 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 103829193 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872469764712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3407] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3407/stat : 3407 (java) S 3392 3395 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103829194 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872468711032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3408] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3408/stat : 3408 (java) S 3392 3395 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103829194 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872467658376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3409] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3409/stat : 3409 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872466607120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3410] ppid=3392 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/3395/task/3410/stat : 3410 (java) S 3392 3395 32147 0 -1 4202560 6824 0 0 0 138 0 0 0 20 0 22 0 103829196 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872465553464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3411] ppid=3392 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/3395/task/3411/stat : 3411 (java) S 3392 3395 32147 0 -1 4202560 6271 0 0 0 119 0 0 0 20 0 22 0 103829196 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872464500920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3412] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3412/stat : 3412 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872463448568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3413] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3413/stat : 3413 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872462396232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3414] ppid=3392 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/3395/task/3414/stat : 3414 (java) R 3392 3395 32147 0 -1 4202560 20 0 0 0 207 0 0 0 20 0 22 0 103829281 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872461339520 139872473029794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3415] ppid=3392 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/3395/task/3415/stat : 3415 (java) R 3392 3395 32147 0 -1 4202560 417 0 0 0 202 3 0 0 20 0 22 0 103829281 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872460287680 139872472744138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3416] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3416/stat : 3416 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103829284 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872459236904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3417] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3417/stat : 3417 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103829284 10060525568 102060 33554432000 1073741824 1073778376 140733809210208 139872458184360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.10 3.97 3.51 5/219 3417
/proc/meminfo: memFree=27792484/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9824732 CPUtime=14.69 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 18979 0 1 0 1440 29 0 0 20 0 22 0 103829191 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2456183 210478 2291 9 0 2446860 0
[pid=3395/tid=3396] ppid=3392 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) S 3392 3395 32147 0 -1 4202560 2486 0 1 0 82 3 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872646132600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3398] ppid=3392 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3395/task/3398/stat : 3398 (java) S 3392 3395 32147 0 -1 4202560 110 0 0 0 7 2 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872607623848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3399] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3399/stat : 3399 (java) S 3392 3395 32147 0 -1 4202560 74 0 0 0 6 1 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872606571304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3400] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3400/stat : 3400 (java) S 3392 3395 32147 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872605518760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3401] ppid=3392 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3395/task/3401/stat : 3401 (java) S 3392 3395 32147 0 -1 4202560 98 0 0 0 7 2 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872604466216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3402] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3402/stat : 3402 (java) S 3392 3395 32147 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872603412648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3403] ppid=3392 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3395/task/3403/stat : 3403 (java) S 3392 3395 32147 0 -1 4202560 53 0 0 0 6 3 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872602360104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3404] ppid=3392 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3395/task/3404/stat : 3404 (java) S 3392 3395 32147 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 103829192 10060525568 210478 33554432000 1073741824 1073778376 140733809210208 139872601307560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3405] ppid=3392 vsize=9824732 CPUtime=0.1 cores=0,2,4,6

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

/proc/3395/task/3408/stat : 3408 (java) S 3392 3395 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103829194 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872467658376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3409] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3409/stat : 3409 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872466607120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3410] ppid=3392 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3395/task/3410/stat : 3410 (java) S 3392 3395 32147 0 -1 4202560 6841 0 0 0 155 0 0 0 20 0 22 0 103829196 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872465553464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3411] ppid=3392 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/3395/task/3411/stat : 3411 (java) S 3392 3395 32147 0 -1 4202560 8947 0 0 0 174 2 0 0 20 0 22 0 103829196 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872464500920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3412] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3412/stat : 3412 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103829196 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872463448568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3413] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3413/stat : 3413 (java) S 3392 3395 32147 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 22 0 103829196 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872462396232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3414] ppid=3392 vsize=9824732 CPUtime=225.28 cores=0,2,4,6
/proc/3395/task/3414/stat : 3414 (java) R 3392 3395 32147 0 -1 4202560 34 0 0 0 22525 3 0 0 20 0 22 0 103829281 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872461340352 139872473000114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3415] ppid=3392 vsize=9824732 CPUtime=225.29 cores=0,2,4,6
/proc/3395/task/3415/stat : 3415 (java) R 3392 3395 32147 0 -1 4202560 2118 0 0 0 22487 42 0 0 20 0 22 0 103829281 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872460288896 139872472640209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3416] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3416/stat : 3416 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103829284 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872459236904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3417] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3417/stat : 3417 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103829284 10060525568 646949 33554432000 1073741824 1073778376 140733809210208 139872458184360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.93
Current children cumulated vsize (KiB) 9824732

[startup+229.201 s]
/proc/loadavg: 4.09 4.04 3.63 5/219 3421
/proc/meminfo: memFree=25881520/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9824732 CPUtime=462.96 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 25216 0 1 0 46183 113 0 0 20 0 20 0 103829191 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2456183 646944 2292 9 0 2446860 0
[pid=3395/tid=3396] ppid=3392 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) S 3392 3395 32147 0 -1 4202560 2486 0 1 0 83 4 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872646132600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3398] ppid=3392 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3395/task/3398/stat : 3398 (java) S 3392 3395 32147 0 -1 4202560 404 0 0 0 82 8 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872607623848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3399] ppid=3392 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/3395/task/3399/stat : 3399 (java) S 3392 3395 32147 0 -1 4202560 260 0 0 0 80 6 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872606571304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3400] ppid=3392 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3395/task/3400/stat : 3400 (java) S 3392 3395 32147 0 -1 4202560 245 0 0 0 73 7 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872605518760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3401] ppid=3392 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/3395/task/3401/stat : 3401 (java) S 3392 3395 32147 0 -1 4202560 296 0 0 0 70 7 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872604466216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3402] ppid=3392 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3395/task/3402/stat : 3402 (java) S 3392 3395 32147 0 -1 4202560 201 0 0 0 77 8 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872603412648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3403] ppid=3392 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3395/task/3403/stat : 3403 (java) S 3392 3395 32147 0 -1 4202560 325 0 0 0 85 10 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872602360104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3404] ppid=3392 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/3395/task/3404/stat : 3404 (java) S 3392 3395 32147 0 -1 4202560 166 0 0 0 68 5 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872601307560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3405] ppid=3392 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3395/task/3405/stat : 3405 (java) S 3392 3395 32147 0 -1 4202560 341 0 0 0 88 7 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872600255016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3406] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3406/stat : 3406 (java) S 3392 3395 32147 0 -1 4202560 1274 0 0 0 1 6 0 0 20 0 20 0 103829193 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872469764712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3407] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3407/stat : 3407 (java) S 3392 3395 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 103829194 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872468711032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3408] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3408/stat : 3408 (java) S 3392 3395 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 103829194 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872467658376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3409] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3409/stat : 3409 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872466607120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3410] ppid=3392 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3395/task/3410/stat : 3410 (java) S 3392 3395 32147 0 -1 4202560 6841 0 0 0 155 0 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872465553464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3411] ppid=3392 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/3395/task/3411/stat : 3411 (java) S 3392 3395 32147 0 -1 4202560 8947 0 0 0 174 2 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872464500920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3412] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3412/stat : 3412 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872463448568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3413] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3413/stat : 3413 (java) S 3392 3395 32147 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872462396232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3415] ppid=3392 vsize=9824732 CPUtime=225.69 cores=0,2,4,6
/proc/3395/task/3415/stat : 3415 (java) R 3392 3395 32147 0 -1 4202560 2118 0 0 0 22527 42 0 0 20 0 20 0 103829281 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872460288896 139872472639242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3416] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3416/stat : 3416 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 103829284 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872459236904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.96
Current children cumulated vsize (KiB) 9824732

[startup+229.401 s]
/proc/loadavg: 4.09 4.04 3.63 5/219 3421
/proc/meminfo: memFree=25881520/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9824732 CPUtime=463.17 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 25216 0 1 0 46204 113 0 0 20 0 20 0 103829191 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2456183 646944 2292 9 0 2446860 0
[pid=3395/tid=3396] ppid=3392 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) S 3392 3395 32147 0 -1 4202560 2486 0 1 0 83 4 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872646132600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3398] ppid=3392 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3395/task/3398/stat : 3398 (java) S 3392 3395 32147 0 -1 4202560 404 0 0 0 82 8 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872607623848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3399] ppid=3392 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/3395/task/3399/stat : 3399 (java) S 3392 3395 32147 0 -1 4202560 260 0 0 0 80 6 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872606571304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3400] ppid=3392 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3395/task/3400/stat : 3400 (java) S 3392 3395 32147 0 -1 4202560 245 0 0 0 73 7 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872605518760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3401] ppid=3392 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/3395/task/3401/stat : 3401 (java) S 3392 3395 32147 0 -1 4202560 296 0 0 0 70 7 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872604466216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3402] ppid=3392 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3395/task/3402/stat : 3402 (java) S 3392 3395 32147 0 -1 4202560 201 0 0 0 77 8 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872603412648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3403] ppid=3392 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3395/task/3403/stat : 3403 (java) S 3392 3395 32147 0 -1 4202560 325 0 0 0 85 10 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872602360104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3404] ppid=3392 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/3395/task/3404/stat : 3404 (java) S 3392 3395 32147 0 -1 4202560 166 0 0 0 68 5 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872601307560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3405] ppid=3392 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3395/task/3405/stat : 3405 (java) S 3392 3395 32147 0 -1 4202560 341 0 0 0 88 7 0 0 20 0 20 0 103829192 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872600255016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3406] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3406/stat : 3406 (java) S 3392 3395 32147 0 -1 4202560 1274 0 0 0 1 6 0 0 20 0 20 0 103829193 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872469764712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3407] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3407/stat : 3407 (java) S 3392 3395 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 103829194 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872468711032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3408] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3408/stat : 3408 (java) S 3392 3395 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 103829194 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872467658376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3409] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3409/stat : 3409 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872466607120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3410] ppid=3392 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/3395/task/3410/stat : 3410 (java) S 3392 3395 32147 0 -1 4202560 6841 0 0 0 155 0 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872465553464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3411] ppid=3392 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/3395/task/3411/stat : 3411 (java) S 3392 3395 32147 0 -1 4202560 8947 0 0 0 176 2 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872464500920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3412] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3412/stat : 3412 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872463448568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3413] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3413/stat : 3413 (java) S 3392 3395 32147 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 20 0 103829196 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872462396232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3415] ppid=3392 vsize=9824732 CPUtime=225.88 cores=0,2,4,6
/proc/3395/task/3415/stat : 3415 (java) R 3392 3395 32147 0 -1 4202560 2118 0 0 0 22546 42 0 0 20 0 20 0 103829281 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872460288896 139872472640209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3416] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3416/stat : 3416 (java) S 3392 3395 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 103829284 10060525568 646944 33554432000 1073741824 1073778376 140733809210208 139872459236904 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 463.17
Current children cumulated vsize (KiB) 9824732

[startup+229.511 s]
/proc/loadavg: 4.09 4.04 3.63 5/219 3421
/proc/meminfo: memFree=25881520/32872528 swapFree=12208/1156848
[pid=3395] ppid=3392 vsize=9824732 CPUtime=462.72 cores=0,2,4,6
/proc/3395/stat : 3395 (java) S 3392 3395 32147 0 -1 4202496 25220 0 1 0 46155 117 0 0 20 0 19 0 103829191 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 140733809201344 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3395/statm: 2456183 646940 2293 9 0 2446860 0
[pid=3395/tid=3396] ppid=3392 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3395/task/3396/stat : 3396 (java) S 3392 3395 32147 0 -1 4202560 2486 0 1 0 83 4 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872646132440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3398] ppid=3392 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3395/task/3398/stat : 3398 (java) S 3392 3395 32147 0 -1 4202560 404 0 0 0 82 8 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872607623848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3399] ppid=3392 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/3395/task/3399/stat : 3399 (java) S 3392 3395 32147 0 -1 4202560 260 0 0 0 80 6 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872606571304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3400] ppid=3392 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3395/task/3400/stat : 3400 (java) S 3392 3395 32147 0 -1 4202560 245 0 0 0 73 7 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872605518760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3401] ppid=3392 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/3395/task/3401/stat : 3401 (java) S 3392 3395 32147 0 -1 4202560 296 0 0 0 70 7 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872604466216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3402] ppid=3392 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/3395/task/3402/stat : 3402 (java) S 3392 3395 32147 0 -1 4202560 201 0 0 0 77 8 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872603412648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3403] ppid=3392 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3395/task/3403/stat : 3403 (java) S 3392 3395 32147 0 -1 4202560 325 0 0 0 85 10 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872602360104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3404] ppid=3392 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/3395/task/3404/stat : 3404 (java) S 3392 3395 32147 0 -1 4202560 166 0 0 0 68 5 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872601307560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3395/tid=3405] ppid=3392 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3395/task/3405/stat : 3405 (java) S 3392 3395 32147 0 -1 4202560 341 0 0 0 88 7 0 0 20 0 19 0 103829192 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872600255016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3406] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3406/stat : 3406 (java) S 3392 3395 32147 0 -1 4202560 1274 0 0 0 1 6 0 0 20 0 19 0 103829193 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872469764712 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3407] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3407/stat : 3407 (java) S 3392 3395 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103829194 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872468711032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3408] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3408/stat : 3408 (java) S 3392 3395 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103829194 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872467658376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3409] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3409/stat : 3409 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103829196 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872466607120 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3395/tid=3410] ppid=3392 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/3395/task/3410/stat : 3410 (java) R 3392 3395 32147 0 -1 4202560 6841 0 0 0 156 0 0 0 20 0 19 0 103829196 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872465547328 139872649166756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3395/tid=3411] ppid=3392 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/3395/task/3411/stat : 3411 (java) R 3392 3395 32147 0 -1 4202560 8948 0 0 0 177 2 0 0 20 0 19 0 103829196 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872464500920 139872650219726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3412] ppid=3392 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3395/task/3412/stat : 3412 (java) S 3392 3395 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103829196 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872463448568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3395/tid=3413] ppid=3392 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3395/task/3413/stat : 3413 (java) S 3392 3395 32147 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 19 0 103829196 10060525568 646940 33554432000 1073741824 1073778376 140733809210208 139872462396232 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 462.72
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.820007
#  lost CPU user time (s): 0.890015
#  lost CPU system time (s): -0.0699999

Real time (s): 229.537
CPU time (s): 463.753
CPU user time (s): 462.451
CPU system time (s): 1.30179
CPU usage (%): 202.038
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 461.561
system time used= 1.37179
maximum resident set size= 2881080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25227
page faults= 1
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7725
involuntary context switches= 12994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58776 second user time and 2.15767 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 15:15:46
IDJOB=4080373
IDBENCH=1488
IDSOLVER=2543
FILE ID=node114/4080373-1465218946
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080373-1465218946/watcher-4080373-1465218946 -o /tmp/evaluation-result-4080373-1465218946/solver-4080373-1465218946 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080373-1465218946.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1759651665

node114.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.852
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.70
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.852
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.852
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.852
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.852
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		: 2666.852
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.852
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.54
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.852
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:        28432056 kB
Buffers:           11204 kB
Cached:           128624 kB
SwapCached:         1736 kB
Active:          2502188 kB
Inactive:          74552 kB
Active(anon):    2438328 kB
Inactive(anon):     1200 kB
Active(file):      63860 kB
Inactive(file):    73352 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:              2976 kB
Writeback:             0 kB
AnonPages:       3595624 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             567352 kB
SReclaimable:      10512 kB
SUnreclaim:       556840 kB
KernelStack:        1600 kB
PageTables:        11652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3842564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3524608 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= 71728 MiB
End job on node114 at 2016-06-06 15:19:36