Trace number 4088606

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 169.142 167.944

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
MD5SUM2eaf646e2e57174dc73b78258a19c8b0
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 benchmark6.16406
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.30	c See www.sat4j.org for details.
0.08/0.31	c version PB16.v20160501
0.08/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.31	c java.vm.version	19.1-b02
0.08/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.31	c sun.arch.data.model	64
0.08/0.31	c java.version		1.6.0_24
0.08/0.31	c os.name		Linux
0.08/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.31	c os.arch		amd64
0.08/0.31	c Free memory 		501472288
0.08/0.31	c Max memory 		7480803328
0.08/0.31	c Total memory 		504102912
0.08/0.31	c Number of processors 	8
0.08/0.34	c Pseudo Boolean Optimization by upper bound
0.08/0.34	c --- Begin Solver configuration ---
0.08/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.34	c Learn all clauses as in MiniSAT
0.08/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.34	c No reason simplification
0.08/0.34	c Glucose 2.1 dynamic restart strategy
0.08/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.34	c timeout=2147483s
0.08/0.34	c DB Simplification allowed=false
0.08/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.34	c --- End Solver configuration ---
0.08/0.34	c solving HOME/instance-4088606-1466009078.opb
0.08/0.34	c reading problem ... 
0.08/0.34	c  no objective function found
0.08/0.38	c ... done. Wall clock time 0.038s.
0.08/0.38	c declared #vars     301
0.08/0.38	c #constraints  302
0.08/0.38	c constraints type 
0.08/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 300
0.08/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.08/0.38	c 302 constraints processed.
0.75/0.68	c cleaning 2489 clauses out of 5000 with flag 20633/5000
1.21/0.82	c cleaning 4245 clauses out of 8512 with flag 51890/11001
1.39/0.97	c cleaning 5618 clauses out of 11267 with flag 89217/18001
1.61/1.15	c cleaning 6812 clauses out of 13649 with flag 132914/26001
1.81/1.39	c cleaning 7908 clauses out of 15836 with flag 187982/35000
2.21/1.71	c cleaning 8934 clauses out of 17928 with flag 256196/45000
2.61/2.10	c cleaning 9970 clauses out of 19994 with flag 329510/56000
3.02/2.55	c cleaning 10999 clauses out of 22026 with flag 407063/68002
3.52/3.01	c cleaning 11997 clauses out of 24027 with flag 486537/81002
4.02/3.55	c cleaning 12999 clauses out of 26028 with flag 570861/95000
4.62/4.18	c cleaning 14005 clauses out of 28032 with flag 661045/110003
5.32/4.88	c cleaning 14998 clauses out of 30026 with flag 754532/126002
6.13/5.64	c cleaning 15998 clauses out of 32027 with flag 851470/143001
7.02/6.51	c cleaning 17001 clauses out of 34029 with flag 954721/161001
7.92/7.49	c cleaning 18002 clauses out of 36027 with flag 1061654/180000
9.12/8.63	c cleaning 19003 clauses out of 38025 with flag 1174790/200000
10.53/10.01	c cleaning 20002 clauses out of 40024 with flag 1297223/221002
11.72/11.29	c cleaning 20997 clauses out of 42020 with flag 1420860/243000
13.22/12.73	c cleaning 22001 clauses out of 44023 with flag 1548487/266000
14.72/14.23	c cleaning 23004 clauses out of 46023 with flag 1677314/290001
16.32/15.88	c cleaning 23997 clauses out of 48018 with flag 1812115/315000
18.13/17.62	c cleaning 25001 clauses out of 50021 with flag 1946856/341000
20.02/19.52	c cleaning 26001 clauses out of 52023 with flag 2090492/368003
22.02/21.58	c cleaning 27002 clauses out of 54023 with flag 2235986/396004
24.42/23.91	c cleaning 27996 clauses out of 56018 with flag 2387756/425001
26.73/26.29	c cleaning 29004 clauses out of 58022 with flag 2541564/455001
29.23/28.78	c cleaning 30001 clauses out of 60017 with flag 2699870/486000
31.93/31.43	c cleaning 31001 clauses out of 62017 with flag 2861583/518001
34.74/34.23	c cleaning 31997 clauses out of 64015 with flag 3027003/551000
37.73/37.27	c cleaning 32999 clauses out of 66018 with flag 3200841/585000
40.53/40.05	c cleaning 34004 clauses out of 68020 with flag 3369979/620001
43.44/42.94	c cleaning 35004 clauses out of 70015 with flag 3539200/656000
46.24/45.79	c cleaning 35999 clauses out of 72012 with flag 3711832/693001
49.24/48.78	c cleaning 36999 clauses out of 74012 with flag 3881498/731000
52.24/51.79	c cleaning 38002 clauses out of 76015 with flag 4054697/770002
55.44/54.91	c cleaning 38997 clauses out of 78011 with flag 4227185/810000
58.54/58.06	c cleaning 40001 clauses out of 80014 with flag 4398654/851000
61.94/61.49	c cleaning 40997 clauses out of 82013 with flag 4574111/893000
65.44/64.95	c cleaning 42005 clauses out of 84016 with flag 4745835/936000
69.04/68.56	c cleaning 43001 clauses out of 86011 with flag 4923000/980000
72.93/72.46	c cleaning 43995 clauses out of 88010 with flag 5106140/1025000
77.34/76.83	c cleaning 44996 clauses out of 90015 with flag 5301571/1071000
81.39/80.89	c cleaning 46007 clauses out of 92021 with flag 5492546/1118002
85.39/84.84	c cleaning 47003 clauses out of 94013 with flag 5688619/1166001
89.69/89.14	c cleaning 47995 clauses out of 96009 with flag 5883769/1215000
93.89/93.34	c cleaning 49000 clauses out of 98016 with flag 6086688/1265002
98.79/98.22	c cleaning 50002 clauses out of 100015 with flag 6295429/1316001
103.59/103.07	c cleaning 50999 clauses out of 102013 with flag 6508610/1368001
108.79/108.23	c cleaning 52005 clauses out of 104014 with flag 6725023/1421001
114.09/113.57	c cleaning 52995 clauses out of 106008 with flag 6947817/1475000
118.99/118.49	c cleaning 54001 clauses out of 108013 with flag 7170730/1530000
124.39/123.87	c cleaning 54997 clauses out of 110012 with flag 7394036/1586000
129.89/129.36	c cleaning 56002 clauses out of 112015 with flag 7622174/1643000
135.09/134.59	c cleaning 57003 clauses out of 114013 with flag 7854293/1701000
140.59/140.05	c cleaning 58002 clauses out of 116013 with flag 8084028/1760003
146.59/146.00	c cleaning 58997 clauses out of 118008 with flag 8322594/1820000
152.50/151.95	c cleaning 60000 clauses out of 120011 with flag 8569361/1881000
159.10/158.56	c cleaning 61004 clauses out of 122011 with flag 8839920/1943000
167.49/166.55	c cleaning 61999 clauses out of 124006 with flag 9108891/2006000
169.04/167.91	c starts		: 2840
169.04/167.91	c conflicts		: 2025866
169.04/167.91	c decisions		: 2649567
169.04/167.91	c propagations		: 15662692
169.04/167.91	c inspects		: 4062786367
169.04/167.91	c shortcuts		: 0
169.04/167.91	c learnt literals	: 12
169.04/167.91	c learnt binary clauses	: 11
169.04/167.91	c learnt ternary clauses	: 21
169.04/167.91	c learnt constraints	: 2025853
169.04/167.91	c ignored constraints	: 0
169.04/167.91	c root simplifications	: 0
169.04/167.91	c removed literals (reason simplification)	: 0
169.04/167.91	c reason swapping (by a shorter reason)	: 0
169.04/167.91	c Calls to reduceDB	: 59
169.04/167.91	c Number of update (reduction) of LBD	: 443428
169.04/167.91	c Imported unit clauses	: 0
169.04/167.91	c number of reductions to clauses (during analyze)	: 0
169.04/167.91	c number of learned constraints concerned by reduction	: 0
169.04/167.91	c number of learning phase by resolution	: 0
169.04/167.91	c number of learning phase by cutting planes	: 0
169.04/167.91	c speed (assignments/second)	: 93495.77072998932
169.04/167.91	c non guided choices	11476
169.04/167.94	c learnt constraints type 
169.04/167.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
169.04/167.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81850
169.04/167.94	s UNSATISFIABLE
169.04/167.94	c Total wall clock time (in seconds): 167.596

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

pid=5004
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.85 1.95 1.90 3/175 5011
/proc/meminfo: memFree=31598996/32872528 swapFree=162496/176676
[pid=5011] ppid=5004 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/5011/stat : 5011 (java) D 5004 5011 4966 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 2957769 278528 34 33554432000 1073741824 1073778376 140736213442000 140736213439176 224913354023 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/5011/statm: 68 34 25 9 0 25 0

[startup+0.100071 s]
/proc/loadavg: 1.85 1.95 1.90 3/175 5011
/proc/meminfo: memFree=31598996/32872528 swapFree=162496/176676
[pid=5011] ppid=5004 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5011/stat : 5011 (java) D 5004 5011 4966 0 -1 4202496 1146 0 18 0 0 0 0 0 20 0 1 0 2957769 23793664 814 33554432000 1073741824 1073778376 140733986727200 140733986717192 140407603820240 0 0 4096 0 18446744071579943789 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200277 s]
/proc/loadavg: 1.85 1.95 1.90 3/175 5011
/proc/meminfo: memFree=31598996/32872528 swapFree=162496/176676
[pid=5011] ppid=5004 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 3053 0 26 0 1 1 0 0 20 0 13 0 2957769 9446973440 3698 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2306390 3698 1681 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300354 s]
/proc/loadavg: 1.85 1.95 1.90 3/175 5011
/proc/meminfo: memFree=31598996/32872528 swapFree=162496/176676
[pid=5011] ppid=5004 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 3901 0 26 0 6 2 0 0 20 0 18 0 2957769 9787879424 5055 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2389619 5055 2011 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.700166 s]
/proc/loadavg: 1.85 1.95 1.90 3/175 5011
/proc/meminfo: memFree=31598996/32872528 swapFree=162496/176676
[pid=5011] ppid=5004 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 10468 0 28 0 89 3 0 0 20 0 19 0 2957769 9856040960 9001 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 9001 2253 9 0 2396937 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 1.85 1.95 1.90 4/213 5049
/proc/meminfo: memFree=31486528/32872528 swapFree=162364/176672
[pid=5011] ppid=5004 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 17374 0 28 0 197 4 0 0 20 0 19 0 2957769 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 13969 2257 9 0 2396937 0
[pid=5011/tid=5015] ppid=5004 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) R 5004 5011 4966 0 -1 4202560 2393 0 6 0 122 2 0 0 20 0 19 0 2957780 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407599501800 140407464315627 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=5011/tid=5017] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407588563624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5019] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407587511080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 6998 0 1 0 39 0 0 0 20 0 19 0 2957794 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 6731 0 1 0 33 2 0 0 20 0 19 0 2957794 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 13969 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 1.85 1.95 1.90 4/213 5049
/proc/meminfo: memFree=31478576/32872528 swapFree=162364/176672
[pid=5011] ppid=5004 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 17377 0 28 0 357 5 0 0 20 0 19 0 2957769 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 15505 2257 9 0 2396937 0
[pid=5011/tid=5015] ppid=5004 vsize=9625040 CPUtime=2.84 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) R 5004 5011 4966 0 -1 4202560 2396 0 6 0 282 2 0 0 20 0 19 0 2957780 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407599492784 140407464336862 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=5011/tid=5017] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407588563624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5019] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407587511080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 6998 0 1 0 39 0 0 0 20 0 19 0 2957794 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 6731 0 1 0 33 2 0 0 20 0 19 0 2957794 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 15505 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.86 1.95 1.90 4/213 5049
/proc/meminfo: memFree=31464676/32872528 swapFree=162364/176672
[pid=5011] ppid=5004 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 17383 0 28 0 677 5 0 0 20 0 19 0 2957769 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 17182 2258 9 0 2396937 0
[pid=5011/tid=5015] ppid=5004 vsize=9625040 CPUtime=6.04 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) R 5004 5011 4966 0 -1 4202560 2401 0 6 0 602 2 0 0 20 0 19 0 2957780 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407599492784 140407464316213 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=5011/tid=5017] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407588563624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5019] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407587511080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 6998 0 1 0 39 0 0 0 20 0 19 0 2957794 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 6731 0 1 0 33 2 0 0 20 0 19 0 2957794 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 17182 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 7002 0 1 0 44 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 10435 0 1 0 81 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 168.33
Current children cumulated vsize (KiB) 9625040

[startup+167.601 s]
/proc/loadavg: 1.99 1.97 1.91 4/213 5052
/proc/meminfo: memFree=31212732/32872528 swapFree=162364/176672
[pid=5011] ppid=5004 vsize=9625040 CPUtime=168.73 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 21196 0 28 0 16862 11 0 0 20 0 19 0 2957769 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 47568 2272 9 0 2396937 0
[pid=5011/tid=5015] ppid=5004 vsize=9625040 CPUtime=167.33 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) R 5004 5011 4966 0 -1 4202560 2461 0 6 0 16726 7 0 0 20 0 19 0 2957780 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407599501880 140407464316273 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=5011/tid=5017] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5004 5011 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407588563624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5019] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407587511080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 7002 0 1 0 44 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 10435 0 1 0 82 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 168.73
Current children cumulated vsize (KiB) 9625040

[startup+167.801 s]
/proc/loadavg: 1.99 1.97 1.91 4/213 5052
/proc/meminfo: memFree=31212732/32872528 swapFree=162364/176672
[pid=5011] ppid=5004 vsize=9625040 CPUtime=168.93 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 21196 0 28 0 16882 11 0 0 20 0 19 0 2957769 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 47568 2272 9 0 2396937 0
[pid=5011/tid=5015] ppid=5004 vsize=9625040 CPUtime=167.53 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) R 5004 5011 4966 0 -1 4202560 2461 0 6 0 16746 7 0 0 20 0 19 0 2957780 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407599501880 140407464316268 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=5011/tid=5017] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5004 5011 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407588563624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5019] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407587511080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 7002 0 1 0 44 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 10435 0 1 0 82 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 168.93
Current children cumulated vsize (KiB) 9625040

[startup+167.901 s]
/proc/loadavg: 1.99 1.97 1.91 4/213 5052
/proc/meminfo: memFree=31212732/32872528 swapFree=162364/176672
[pid=5011] ppid=5004 vsize=9625040 CPUtime=169.04 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5004 5011 4966 0 -1 4202496 21196 0 28 0 16893 11 0 0 20 0 19 0 2957769 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140733986718336 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 7 0 0
/proc/5011/statm: 2406260 47568 2272 9 0 2396937 0
[pid=5011/tid=5015] ppid=5004 vsize=9625040 CPUtime=167.63 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) R 5004 5011 4966 0 -1 4202560 2461 0 6 0 16756 7 0 0 20 0 19 0 2957780 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407599501880 140407464316268 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0
[pid=5011/tid=5017] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5004 5011 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407588563624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5019] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407587511080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5021] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407586458536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5023] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5004 5011 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407585405992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5011/tid=5025] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407584352424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5027] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407583299880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5028] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407582247336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5030] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5004 5011 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407436163624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5033] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5004 5011 4966 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407423752808 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5035] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5035/stat : 5035 (java) S 5004 5011 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407422699128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5037] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5037/stat : 5037 (java) S 5004 5011 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407421646472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5039] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5039/stat : 5039 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407420595216 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5041] ppid=5004 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/5011/task/5041/stat : 5041 (java) S 5004 5011 4966 0 -1 4202560 7002 0 1 0 44 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407419541560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5011/tid=5044] ppid=5004 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/5011/task/5044/stat : 5044 (java) S 5004 5011 4966 0 -1 4202560 10435 0 1 0 83 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407418489016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5011/tid=5046] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5046/stat : 5046 (java) S 5004 5011 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407417436664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5047] ppid=5004 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5011/task/5047/stat : 5047 (java) S 5004 5011 4966 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 2957794 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407416384328 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5011/tid=5048] ppid=5004 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5048/stat : 5048 (java) S 5004 5011 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957808 9856040960 47568 33554432000 1073741824 1073778376 140733986727200 140407415280936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 169.04
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 167.944
CPU time (s): 169.142
CPU user time (s): 168.945
CPU system time (s): 0.19697
CPU usage (%): 100.714
Max. virtual memory (cumulated for all children) (KiB): 9626904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.945
system time used= 0.19697
maximum resident set size= 192400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21220
page faults= 28
swaps= 0
block input operations= 17544
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4165
involuntary context switches= 447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.00485 second user time and 1.22581 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 18:44:38
IDJOB=4088606
IDBENCH=107287
IDSOLVER=2546
FILE ID=node105/4088606-1466009078
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 2eaf646e2e57174dc73b78258a19c8b0
RANDOM SEED=2142610627

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31601780 kB
Buffers:           62152 kB
Cached:           317656 kB
SwapCached:            0 kB
Active:            82328 kB
Inactive:         310080 kB
Active(anon):      15272 kB
Inactive(anon):        0 kB
Active(file):      67056 kB
Inactive(file):   310080 kB
Unevictable:      176676 kB
Mlocked:          162496 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1564 kB
Writeback:             0 kB
AnonPages:        190412 kB
Mapped:            13260 kB
Shmem:               204 kB
Slab:             570112 kB
SReclaimable:      14372 kB
SUnreclaim:       555740 kB
KernelStack:        1344 kB
PageTables:         4412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     273180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-15 18:47:26