Trace number 4098273

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 395.004 392.698

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_9.opb
MD5SUMfc75568757442c2d7a8019d642ae1221
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 benchmark4.96924
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8204
Number of constraints which are clauses8200
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4098273-1466120110.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.298s.
0.69/0.41	c declared #vars     1722
0.69/0.41	c #constraints  8208
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4920
0.69/0.41	c org.sat4j.specs.Constr$1 => 3
0.69/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3280
0.69/0.41	c 8208 constraints processed.
1.72/1.20	c cleaning 2497 clauses out of 5000 with flag 21188/5000
2.57/1.95	c cleaning 4251 clauses out of 8504 with flag 47942/11001
3.37/2.74	c cleaning 5624 clauses out of 11253 with flag 76135/18001
4.38/3.74	c cleaning 6815 clauses out of 13629 with flag 109348/26001
5.50/4.81	c cleaning 7904 clauses out of 15815 with flag 146221/35002
6.59/5.90	c cleaning 8955 clauses out of 17909 with flag 184605/45000
8.00/7.37	c cleaning 9977 clauses out of 19954 with flag 234226/56000
9.70/9.01	c cleaning 10984 clauses out of 21979 with flag 286948/68002
11.40/10.77	c cleaning 11996 clauses out of 23996 with flag 344030/81003
13.10/12.48	c cleaning 12988 clauses out of 25998 with flag 399732/95001
15.38/14.62	c cleaning 13999 clauses out of 28010 with flag 464535/110001
17.70/16.75	c cleaning 15005 clauses out of 30010 with flag 534476/126000
20.02/19.04	c cleaning 16004 clauses out of 32011 with flag 607178/143006
22.59/21.50	c cleaning 16998 clauses out of 34004 with flag 684880/161003
25.56/24.27	c cleaning 17990 clauses out of 36008 with flag 771190/180005
28.51/26.85	c cleaning 18998 clauses out of 38015 with flag 854072/200002
31.11/29.49	c cleaning 20006 clauses out of 40018 with flag 942339/221003
33.90/32.23	c cleaning 21000 clauses out of 42010 with flag 1032539/243001
37.30/35.63	c cleaning 21996 clauses out of 44011 with flag 1133055/266002
40.94/39.20	c cleaning 23004 clauses out of 46013 with flag 1242363/290000
44.54/42.87	c cleaning 23995 clauses out of 48009 with flag 1358843/315000
48.54/46.85	c cleaning 25002 clauses out of 50015 with flag 1474661/341001
52.34/50.69	c cleaning 26001 clauses out of 52012 with flag 1590827/368000
56.64/54.93	c cleaning 27000 clauses out of 54015 with flag 1715492/396004
61.24/59.53	c cleaning 28001 clauses out of 56013 with flag 1851584/425002
65.64/63.95	c cleaning 28996 clauses out of 58011 with flag 1985406/455001
70.34/68.64	c cleaning 30005 clauses out of 60016 with flag 2123722/486002
75.24/73.59	c cleaning 31001 clauses out of 62009 with flag 2262749/518000
79.94/78.23	c cleaning 32000 clauses out of 64009 with flag 2404463/551001
85.04/83.39	c cleaning 33000 clauses out of 66009 with flag 2554207/585001
90.64/88.99	c cleaning 34002 clauses out of 68012 with flag 2710402/620004
96.54/94.87	c cleaning 35001 clauses out of 70006 with flag 2875668/656000
102.26/100.51	c cleaning 36001 clauses out of 72005 with flag 3038501/693000
108.47/106.73	c cleaning 36996 clauses out of 74004 with flag 3209504/731000
115.07/113.33	c cleaning 38001 clauses out of 76011 with flag 3387365/770003
121.56/119.82	c cleaning 38998 clauses out of 78007 with flag 3565290/810000
128.27/126.60	c cleaning 39999 clauses out of 80010 with flag 3750938/851001
135.56/133.80	c cleaning 41003 clauses out of 82015 with flag 3945483/893005
143.06/141.37	c cleaning 41994 clauses out of 84009 with flag 4146797/936002
150.67/148.94	c cleaning 43004 clauses out of 86013 with flag 4356986/980000
158.18/156.44	c cleaning 44003 clauses out of 88009 with flag 4576811/1025000
166.48/164.80	c cleaning 44997 clauses out of 90006 with flag 4789170/1071002
174.78/173.04	c cleaning 46001 clauses out of 92008 with flag 5005267/1118001
183.78/182.00	c cleaning 47002 clauses out of 94006 with flag 5226963/1166000
193.28/191.51	c cleaning 47995 clauses out of 96007 with flag 5452880/1215003
203.08/201.38	c cleaning 49008 clauses out of 98015 with flag 5687958/1265006
212.78/211.06	c cleaning 49996 clauses out of 100002 with flag 5928751/1316001
222.75/220.94	c cleaning 50998 clauses out of 102005 with flag 6169769/1368000
232.55/230.72	c cleaning 52001 clauses out of 104009 with flag 6429772/1421002
243.14/241.39	c cleaning 52996 clauses out of 106006 with flag 6683095/1475001
253.44/251.68	c cleaning 53999 clauses out of 108009 with flag 6941280/1530000
265.34/263.59	c cleaning 54996 clauses out of 110009 with flag 7214945/1586000
277.35/275.55	c cleaning 56001 clauses out of 112013 with flag 7483138/1643000
289.55/287.70	c cleaning 57000 clauses out of 114012 with flag 7756200/1701000
302.46/300.55	c cleaning 57999 clauses out of 116011 with flag 8038184/1760000
315.77/313.80	c cleaning 59006 clauses out of 118015 with flag 8332813/1820003
329.57/327.70	c cleaning 59997 clauses out of 120003 with flag 8630598/1881000
343.57/341.63	c cleaning 60996 clauses out of 122006 with flag 8937634/1943000
357.87/355.91	c cleaning 62002 clauses out of 124011 with flag 9256248/2006002
372.68/370.79	c cleaning 62996 clauses out of 126005 with flag 9592870/2070000
389.18/387.29	c cleaning 64000 clauses out of 128010 with flag 9938526/2135001
394.73/392.66	c starts		: 2501
394.73/392.66	c conflicts		: 2164989
394.73/392.66	c decisions		: 4179336
394.73/392.66	c propagations		: 160532900
394.73/392.67	c inspects		: 6737640790
394.73/392.67	c shortcuts		: 0
394.73/392.67	c learnt literals	: 27
394.73/392.67	c learnt binary clauses	: 48
394.73/392.67	c learnt ternary clauses	: 101
394.73/392.67	c learnt constraints	: 2164961
394.73/392.68	c ignored constraints	: 0
394.73/392.68	c root simplifications	: 0
394.73/392.68	c removed literals (reason simplification)	: 0
394.73/392.68	c reason swapping (by a shorter reason)	: 0
394.73/392.68	c Calls to reduceDB	: 61
394.73/392.68	c Number of update (reduction) of LBD	: 571674
394.73/392.68	c Imported unit clauses	: 0
394.73/392.68	c number of reductions to clauses (during analyze)	: 0
394.73/392.68	c number of learned constraints concerned by reduction	: 0
394.73/392.68	c number of learning phase by resolution	: 0
394.73/392.68	c number of learning phase by cutting planes	: 0
394.73/392.68	c speed (assignments/second)	: 409261.695347355
394.73/392.68	c non guided choices	1201
394.73/392.69	c learnt constraints type 
394.73/392.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
394.73/392.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93933
394.73/392.69	s UNSATISFIABLE
394.73/392.69	c Total wall clock time (in seconds): 392.577

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 4/194 30778
/proc/meminfo: memFree=31419556/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/30778/stat : 30778 (java) R 30775 30778 23926 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 14060976 5767168 58 33554432000 1073741824 1073778376 140733342292272 140733342289400 224913354119 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2303 65 52 9 0 35 0

[startup+0.100062 s]
/proc/loadavg: 2.01 2.02 2.00 4/194 30778
/proc/meminfo: memFree=31419556/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 14060976 9787879424 6021 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.01 2.02 2.00 4/194 30778
/proc/meminfo: memFree=31419556/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 4964 0 1 0 26 1 0 0 20 0 18 0 14060976 9787879424 6914 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2389619 6914 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.01 2.02 2.00 4/194 30778
/proc/meminfo: memFree=31419556/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 7082 0 1 0 53 2 0 0 20 0 18 0 14060976 9787879424 10105 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2389619 10105 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.01 2.02 2.00 4/194 30778
/proc/meminfo: memFree=31419556/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 7993 0 1 0 119 2 0 0 20 0 19 0 14060976 9856040960 17844 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 17844 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30797
/proc/meminfo: memFree=31353648/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 8959 0 1 0 212 2 0 0 20 0 19 0 14060976 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 18416 2267 9 0 2396937 0
[pid=30778/tid=30780] ppid=30775 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/30778/task/30780/stat : 30780 (java) R 30775 30778 23926 0 -1 4202560 2432 0 1 0 145 2 0 0 20 0 19 0 14060977 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694312616504 139694164298266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30781] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30781/stat : 30781 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694285069096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30782] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30782/stat : 30782 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694284016296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2346 0 0 0 28 0 0 0 20 0 19 0 14060982 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 2908 0 0 0 37 0 0 0 20 0 19 0 14060982 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 18416 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30797
/proc/meminfo: memFree=31351600/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 8963 0 1 0 376 2 0 0 20 0 19 0 14060976 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 19952 2267 9 0 2396937 0
[pid=30778/tid=30780] ppid=30775 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/30778/task/30780/stat : 30780 (java) R 30775 30778 23926 0 -1 4202560 2436 0 1 0 304 2 0 0 20 0 19 0 14060977 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694312614280 139694164239492 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30781] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30781/stat : 30781 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694285069096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30782] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30782/stat : 30782 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694284016296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2346 0 0 0 30 0 0 0 20 0 19 0 14060982 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 2908 0 0 0 39 0 0 0 20 0 19 0 14060982 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 19952 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30797
/proc/meminfo: memFree=31341384/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=6.99 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 8994 0 1 0 697 2 0 0 20 0 19 0 14060976 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 21993 2268 9 0 2396937 0
[pid=30778/tid=30780] ppid=30775 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/30778/task/30780/stat : 30780 (java) R 30775 30778 23926 0 -1 4202560 2442 0 1 0 624 2 0 0 20 0 19 0 14060977 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694312607424 139694164298357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30781] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30781/stat : 30781 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694285069096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30782] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30782/stat : 30782 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694284016296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14060978 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2370 0 0 0 31 0 0 0 20 0 19 0 14060982 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 2908 0 0 0 39 0 0 0 20 0 19 0 14060982 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 21993 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 48 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 299 0 0 0 5 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 175 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 163 0 0 0 5 2 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2378 0 0 0 34 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 16711 0 0 0 137 3 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 24 0 0 0 5 5 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 392.53
Current children cumulated vsize (KiB) 9625040

[startup+392.001 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30807
/proc/meminfo: memFree=31182944/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=394.13 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 24060 0 1 0 39390 23 0 0 20 0 19 0 14060976 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 72082 2283 9 0 2396937 0
[pid=30778/tid=30780] ppid=30775 vsize=9625040 CPUtime=391.81 cores=0,2,4,6
/proc/30778/task/30780/stat : 30780 (java) R 30775 30778 23926 0 -1 4202560 2492 0 1 0 39173 8 0 0 20 0 19 0 14060977 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694312615120 139694164184843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30781] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30781/stat : 30781 (java) S 30775 30778 23926 0 -1 4202560 52 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694285069096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30782] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30782/stat : 30782 (java) S 30775 30778 23926 0 -1 4202560 256 0 0 0 7 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694284016296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 48 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 299 0 0 0 5 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 175 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 163 0 0 0 5 2 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2378 0 0 0 34 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 16711 0 0 0 137 3 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 24 0 0 0 5 5 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 394.13
Current children cumulated vsize (KiB) 9625040

[startup+392.401 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30807
/proc/meminfo: memFree=31182944/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=394.53 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 24060 0 1 0 39430 23 0 0 20 0 19 0 14060976 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 72082 2283 9 0 2396937 0
[pid=30778/tid=30780] ppid=30775 vsize=9625040 CPUtime=392.21 cores=0,2,4,6
/proc/30778/task/30780/stat : 30780 (java) R 30775 30778 23926 0 -1 4202560 2492 0 1 0 39213 8 0 0 20 0 19 0 14060977 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694312615120 139694164280541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30781] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30781/stat : 30781 (java) S 30775 30778 23926 0 -1 4202560 52 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694285069096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30782] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30782/stat : 30782 (java) S 30775 30778 23926 0 -1 4202560 256 0 0 0 7 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694284016296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 48 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 299 0 0 0 5 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 175 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 163 0 0 0 5 2 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2378 0 0 0 34 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 16711 0 0 0 137 3 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 24 0 0 0 5 5 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 394.53
Current children cumulated vsize (KiB) 9625040

[startup+392.601 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30807
/proc/meminfo: memFree=31182944/32872528 swapFree=162364/176672
[pid=30778] ppid=30775 vsize=9625040 CPUtime=394.73 cores=0,2,4,6
/proc/30778/stat : 30778 (java) S 30775 30778 23926 0 -1 4202496 24060 0 1 0 39450 23 0 0 20 0 19 0 14060976 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 140733342283408 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30778/statm: 2406260 72082 2283 9 0 2396937 0
[pid=30778/tid=30780] ppid=30775 vsize=9625040 CPUtime=392.41 cores=0,2,4,6
/proc/30778/task/30780/stat : 30780 (java) R 30775 30778 23926 0 -1 4202560 2492 0 1 0 39233 8 0 0 20 0 19 0 14060977 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694312615120 139694164219185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30781] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30781/stat : 30781 (java) S 30775 30778 23926 0 -1 4202560 52 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694285069096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30782] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30782/stat : 30782 (java) S 30775 30778 23926 0 -1 4202560 256 0 0 0 7 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694284016296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30778/tid=30783] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30783/stat : 30783 (java) S 30775 30778 23926 0 -1 4202560 48 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694282964008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30784] ppid=30775 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/30778/task/30784/stat : 30784 (java) S 30775 30778 23926 0 -1 4202560 299 0 0 0 5 3 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694152657832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30785] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30785/stat : 30785 (java) S 30775 30778 23926 0 -1 4202560 175 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694151604520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30786] ppid=30775 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30778/task/30786/stat : 30786 (java) S 30775 30778 23926 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694150551720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30787] ppid=30775 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30778/task/30787/stat : 30787 (java) S 30775 30778 23926 0 -1 4202560 38 0 0 0 2 0 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694149499432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30788] ppid=30775 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/30778/task/30788/stat : 30788 (java) S 30775 30778 23926 0 -1 4202560 163 0 0 0 5 2 0 0 20 0 19 0 14060978 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139694148446632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30789] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30789/stat : 30789 (java) S 30775 30778 23926 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 19 0 14060979 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693665934056 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30790] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30790/stat : 30790 (java) S 30775 30778 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693664880120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30791] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30791/stat : 30791 (java) S 30775 30778 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14060980 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693663827720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30792] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30792/stat : 30792 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693662776208 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30793] ppid=30775 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30778/task/30793/stat : 30793 (java) S 30775 30778 23926 0 -1 4202560 2378 0 0 0 34 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693661722808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30778/tid=30794] ppid=30775 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/30778/task/30794/stat : 30794 (java) S 30775 30778 23926 0 -1 4202560 16711 0 0 0 137 3 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693660670008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30795] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30795/stat : 30795 (java) S 30775 30778 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693659617912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30778/tid=30796] ppid=30775 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/30778/task/30796/stat : 30796 (java) S 30775 30778 23926 0 -1 4202560 24 0 0 0 5 5 0 0 20 0 19 0 14060982 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693658565320 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30778/tid=30797] ppid=30775 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30778/task/30797/stat : 30797 (java) S 30775 30778 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14061018 9856040960 72082 33554432000 1073741824 1073778376 140733342292272 139693657511336 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 394.73
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 392.698
CPU time (s): 395.004
CPU user time (s): 394.582
CPU system time (s): 0.421935
CPU usage (%): 100.587
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.582
system time used= 0.421935
maximum resident set size= 288380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24076
page faults= 1
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8764
involuntary context switches= 3468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.45463 second user time and 2.08568 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 01:35:10
IDJOB=4098273
IDBENCH=107876
IDSOLVER=2546
FILE ID=node105/4098273-1466120110
RUNJOBID= node105-1466112850-26608
PBS_JOBID= 19904031
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098273-1466120110/watcher-4098273-1466120110 -o /tmp/evaluation-result-4098273-1466120110/solver-4098273-1466120110 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098273-1466120110.opb

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

MD5SUM BENCH= fc75568757442c2d7a8019d642ae1221
RANDOM SEED=1073535841

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:        31419772 kB
Buffers:           12068 kB
Cached:            66160 kB
SwapCached:          584 kB
Active:           542500 kB
Inactive:          33244 kB
Active(anon):     496972 kB
Inactive(anon):     3200 kB
Active(file):      45528 kB
Inactive(file):    30044 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:              1188 kB
Writeback:             0 kB
AnonPages:        673872 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             568212 kB
SReclaimable:      11800 kB
SUnreclaim:       556412 kB
KernelStack:        1616 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     819652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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= 71744 MiB
End job on node105 at 2016-06-17 01:41:43