Trace number 4122686

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 721.425 719.731

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-21.cnf.gz-extracted.pb.metafix.opb
MD5SUMd540a4276675ec903b75a1231f8ac20a
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 benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85
Total number of constraints84
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4122686-1467317365.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.14	c ... done. Wall clock time 0.019s.
0.08/0.14	c declared #vars     85
0.08/0.14	c #constraints  84
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.08/0.14	c 84 constraints processed.
0.78/0.50	c cleaning 2495 clauses out of 5000 with flag 31011/5000
1.23/0.85	c cleaning 4248 clauses out of 8505 with flag 70057/11000
1.73/1.32	c cleaning 5628 clauses out of 11257 with flag 122207/18000
2.24/1.90	c cleaning 6808 clauses out of 13632 with flag 176494/26003
2.95/2.56	c cleaning 7906 clauses out of 15823 with flag 235253/35002
3.76/3.38	c cleaning 8952 clauses out of 17915 with flag 306827/45000
4.96/4.52	c cleaning 9979 clauses out of 19964 with flag 394482/56001
6.15/5.73	c cleaning 10985 clauses out of 21985 with flag 481484/68001
7.65/7.22	c cleaning 11995 clauses out of 24000 with flag 580136/81001
9.25/8.86	c cleaning 12996 clauses out of 26005 with flag 693379/95001
11.05/10.66	c cleaning 13999 clauses out of 28008 with flag 802636/110000
13.25/12.81	c cleaning 15004 clauses out of 30009 with flag 923970/126000
15.65/15.24	c cleaning 15997 clauses out of 32005 with flag 1066725/143000
18.25/17.83	c cleaning 16994 clauses out of 34008 with flag 1213068/161000
21.15/20.76	c cleaning 17996 clauses out of 36014 with flag 1362667/180000
24.35/23.91	c cleaning 19004 clauses out of 38019 with flag 1510988/200001
27.75/27.30	c cleaning 20003 clauses out of 40015 with flag 1672500/221001
31.45/31.02	c cleaning 20995 clauses out of 42015 with flag 1834989/243004
35.35/34.90	c cleaning 21997 clauses out of 44017 with flag 2005694/266001
39.45/39.03	c cleaning 23002 clauses out of 46019 with flag 2195058/290000
44.15/43.75	c cleaning 24004 clauses out of 48017 with flag 2388104/315000
49.15/48.74	c cleaning 24997 clauses out of 50013 with flag 2590355/341000
54.46/54.03	c cleaning 25998 clauses out of 52016 with flag 2797971/368000
60.35/59.98	c cleaning 27007 clauses out of 54020 with flag 3020515/396002
66.95/66.54	c cleaning 28000 clauses out of 56013 with flag 3244746/425002
73.65/73.23	c cleaning 29001 clauses out of 58014 with flag 3478811/455003
81.24/80.89	c cleaning 29999 clauses out of 60010 with flag 3734397/486000
89.35/88.90	c cleaning 31001 clauses out of 62013 with flag 3977555/518002
97.46/97.09	c cleaning 31997 clauses out of 64010 with flag 4230054/551000
106.26/105.80	c cleaning 33004 clauses out of 66015 with flag 4492119/585002
115.36/114.95	c cleaning 34000 clauses out of 68009 with flag 4759667/620000
126.25/125.86	c cleaning 34999 clauses out of 70009 with flag 5026664/656000
136.87/136.49	c cleaning 35997 clauses out of 72010 with flag 5310869/693000
148.26/147.81	c cleaning 37001 clauses out of 74015 with flag 5601511/731002
160.66/160.25	c cleaning 37998 clauses out of 76012 with flag 5892154/770000
174.67/174.22	c cleaning 39003 clauses out of 78015 with flag 6198496/810001
187.87/187.41	c cleaning 40003 clauses out of 80013 with flag 6502932/851002
202.37/201.99	c cleaning 40995 clauses out of 82008 with flag 6835487/893000
216.87/216.45	c cleaning 42006 clauses out of 84014 with flag 7176801/936001
232.08/231.66	c cleaning 43000 clauses out of 86007 with flag 7514459/980000
248.18/247.78	c cleaning 44004 clauses out of 88007 with flag 7855338/1025000
263.36/262.55	c cleaning 44989 clauses out of 90005 with flag 8186420/1071002
281.68/280.62	c cleaning 46001 clauses out of 92018 with flag 8531521/1118004
300.67/299.69	c cleaning 47002 clauses out of 94015 with flag 8875148/1166002
320.68/319.61	c cleaning 48001 clauses out of 96012 with flag 9218439/1215001
341.68/340.64	c cleaning 49004 clauses out of 98011 with flag 9592513/1265001
363.09/362.04	c cleaning 49995 clauses out of 100007 with flag 9951486/1316001
385.21/384.17	c cleaning 51003 clauses out of 102011 with flag 10342531/1368000
409.72/408.61	c cleaning 52002 clauses out of 104008 with flag 10718300/1421000
434.12/433.04	c cleaning 52994 clauses out of 106006 with flag 11107728/1475000
459.72/458.65	c cleaning 54001 clauses out of 108013 with flag 11494742/1530001
486.23/485.13	c cleaning 55000 clauses out of 110011 with flag 11885494/1586000
513.22/512.18	c cleaning 56000 clauses out of 112011 with flag 12283942/1643000
541.73/540.63	c cleaning 57000 clauses out of 114011 with flag 12693915/1701000
571.71/570.53	c cleaning 58002 clauses out of 116012 with flag 13097198/1760001
603.03/601.89	c cleaning 58995 clauses out of 118009 with flag 13512393/1820000
635.42/634.23	c cleaning 59999 clauses out of 120014 with flag 13942351/1881000
669.12/667.94	c cleaning 61004 clauses out of 122015 with flag 14366032/1943000
705.00/703.74	c cleaning 62002 clauses out of 124010 with flag 14793750/2006001
720.98/719.69	c starts		: 601
720.98/719.69	c conflicts		: 2041580
720.98/719.69	c decisions		: 2572180
720.98/719.69	c propagations		: 38877553
720.98/719.69	c inspects		: 18117686523
720.98/719.69	c shortcuts		: 0
720.98/719.69	c learnt literals	: 17
720.98/719.69	c learnt binary clauses	: 19
720.98/719.69	c learnt ternary clauses	: 36
720.98/719.69	c learnt constraints	: 2041562
720.98/719.69	c ignored constraints	: 0
720.98/719.69	c root simplifications	: 0
720.98/719.69	c removed literals (reason simplification)	: 0
720.98/719.69	c reason swapping (by a shorter reason)	: 0
720.98/719.69	c Calls to reduceDB	: 59
720.98/719.69	c Number of update (reduction) of LBD	: 694625
720.98/719.69	c Imported unit clauses	: 0
720.98/719.69	c number of reductions to clauses (during analyze)	: 0
720.98/719.69	c number of learned constraints concerned by reduction	: 0
720.98/719.69	c number of learning phase by resolution	: 0
720.98/719.69	c number of learning phase by cutting planes	: 0
720.98/719.69	c speed (assignments/second)	: 54030.22019256426
720.98/719.69	c non guided choices	16
721.08/719.72	c learnt constraints type 
721.08/719.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
721.08/719.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97552
721.08/719.72	s UNSATISFIABLE
721.08/719.72	c Total wall clock time (in seconds): 719.604

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-4122686-1467317365/watcher-4122686-1467317365 -o /tmp/evaluation-result-4122686-1467317365/solver-4122686-1467317365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122686-1467317365.opb 

pid=28634
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: 2.03 2.05 2.00 3/194 28637
/proc/meminfo: memFree=30351108/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/28637/stat : 28637 (runsolver) D 28634 28637 23565 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 10756382 24911872 151 33554432000 4194304 4338465 140734779257696 140734779255336 211458804919 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/28637/statm: 6082 151 105 36 0 2655 0

[startup+0.10006 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28637
/proc/meminfo: memFree=30351108/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 4395 0 1 0 8 0 0 0 20 0 18 0 10756382 9787879424 5506 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2389619 5506 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28637
/proc/meminfo: memFree=30351108/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 7209 0 1 0 25 2 0 0 20 0 19 0 10756382 9856040960 7979 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 7979 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.30024 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28637
/proc/meminfo: memFree=30351108/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 8381 0 1 0 52 2 0 0 20 0 19 0 10756382 9856040960 8685 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 8685 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700179 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 28637
/proc/meminfo: memFree=30351108/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 9434 0 1 0 104 2 0 0 20 0 19 0 10756382 9856040960 9249 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 9249 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 28656
/proc/meminfo: memFree=30321960/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 10336 0 1 0 192 2 0 0 20 0 19 0 10756382 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 9905 2241 9 0 2396937 0
[pid=28637/tid=28639] ppid=28634 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/28637/task/28639/stat : 28639 (java) R 28634 28637 23565 0 -1 4202560 2400 0 1 0 146 0 0 0 20 0 19 0 10756384 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975239965080 139975081794611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28640] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28640/stat : 28640 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975201458600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28641] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756386 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) S 28634 28637 23565 0 -1 4202560 4031 0 0 0 29 0 0 0 20 0 19 0 10756389 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974589520696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 2636 0 0 0 16 0 0 0 20 0 19 0 10756389 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28656] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28656/stat : 28656 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756397 9856040960 9905 33554432000 1073741824 1073778376 140733996494896 139974585308200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 28656
/proc/meminfo: memFree=30317492/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 10338 0 1 0 353 2 0 0 20 0 19 0 10756382 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 10418 2241 9 0 2396937 0
[pid=28637/tid=28639] ppid=28634 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/28637/task/28639/stat : 28639 (java) R 28634 28637 23565 0 -1 4202560 2401 0 1 0 306 0 0 0 20 0 19 0 10756384 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975239958208 139975081794889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28640] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28640/stat : 28640 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975201458600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28641] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756386 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) S 28634 28637 23565 0 -1 4202560 4032 0 0 0 30 0 0 0 20 0 19 0 10756389 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974589520696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 2636 0 0 0 16 0 0 0 20 0 19 0 10756389 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28656] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28656/stat : 28656 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756397 9856040960 10418 33554432000 1073741824 1073778376 140733996494896 139974585308200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.03 2.05 2.00 4/213 28656
/proc/meminfo: memFree=30313476/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 10342 0 1 0 673 2 0 0 20 0 19 0 10756382 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 11264 2242 9 0 2396937 0
[pid=28637/tid=28639] ppid=28634 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/28637/task/28639/stat : 28639 (java) R 28634 28637 23565 0 -1 4202560 2404 0 1 0 626 0 0 0 20 0 19 0 10756384 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975239958208 139975081795102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28640] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28640/stat : 28640 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975201458600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28641] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756386 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) S 28634 28637 23565 0 -1 4202560 4032 0 0 0 30 0 0 0 20 0 19 0 10756389 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974589520696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 2636 0 0 0 16 0 0 0 20 0 19 0 10756389 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28656] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28656/stat : 28656 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756397 9856040960 11264 33554432000 1073741824 1073778376 140733996494896 139974585308200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=28637/tid=28641] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10756386 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) S 28634 28637 23565 0 -1 4202560 5341 0 0 0 44 1 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974589520696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 10416 0 0 0 77 3 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 42 0 0 0 9 17 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28656] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28656/stat : 28656 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756397 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974585308200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 719.78
Current children cumulated vsize (KiB) 9625040

[startup+719.201 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 28743
/proc/meminfo: memFree=30193240/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=720.58 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 19597 0 1 0 72041 17 0 0 20 0 19 0 10756382 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 49069 2262 9 0 2396937 0
[pid=28637/tid=28639] ppid=28634 vsize=9625040 CPUtime=719.13 cores=1,3,5,7
/proc/28637/task/28639/stat : 28639 (java) R 28634 28637 23565 0 -1 4202560 2485 0 1 0 71900 13 0 0 20 0 19 0 10756384 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975239965120 139975081782582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28640] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28640/stat : 28640 (java) S 28634 28637 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975201458600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28641] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10756386 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) S 28634 28637 23565 0 -1 4202560 5341 0 0 0 44 1 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974589520696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 10416 0 0 0 77 3 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 42 0 0 0 9 17 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28656] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28656/stat : 28656 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756397 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974585308200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 720.58
Current children cumulated vsize (KiB) 9625040

[startup+719.601 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 28743
/proc/meminfo: memFree=30193240/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9625040 CPUtime=720.98 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 19597 0 1 0 72081 17 0 0 20 0 19 0 10756382 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2406260 49069 2262 9 0 2396937 0
[pid=28637/tid=28639] ppid=28634 vsize=9625040 CPUtime=719.53 cores=1,3,5,7
/proc/28637/task/28639/stat : 28639 (java) R 28634 28637 23565 0 -1 4202560 2485 0 1 0 71940 13 0 0 20 0 19 0 10756384 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975239965240 139975081782172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28640] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28640/stat : 28640 (java) S 28634 28637 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975201458600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28641] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10756386 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10756387 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) S 28634 28637 23565 0 -1 4202560 5341 0 0 0 44 1 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974589520696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 10416 0 0 0 77 3 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 42 0 0 0 9 17 0 0 20 0 19 0 10756389 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28656] ppid=28634 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28656/stat : 28656 (java) S 28634 28637 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10756397 9856040960 49069 33554432000 1073741824 1073778376 140733996494896 139974585308200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 720.98
Current children cumulated vsize (KiB) 9625040

[startup+719.701 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 28743
/proc/meminfo: memFree=30193240/32872528 swapFree=480748/529804
[pid=28637] ppid=28634 vsize=9691604 CPUtime=721.08 cores=1,3,5,7
/proc/28637/stat : 28637 (java) S 28634 28637 23565 0 -1 4202496 19609 0 1 0 72091 17 0 0 20 0 19 0 10756382 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 140733996486032 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28637/statm: 2422901 49078 2263 9 0 2413578 0
[pid=28637/tid=28639] ppid=28634 vsize=9691604 CPUtime=719.63 cores=1,3,5,7
/proc/28637/task/28639/stat : 28639 (java) S 28634 28637 23565 0 -1 4202560 2488 0 1 0 71950 13 0 0 20 0 19 0 10756384 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975239967448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28640] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28640/stat : 28640 (java) S 28634 28637 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975201458600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28637/tid=28641] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28641/stat : 28641 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975200406056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28642] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28642/stat : 28642 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975081322664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28643] ppid=28634 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/28637/task/28643/stat : 28643 (java) S 28634 28637 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975080270120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28644] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28644/stat : 28644 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975079218088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28645] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28645/stat : 28645 (java) S 28634 28637 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975078165544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28646] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28646/stat : 28646 (java) S 28634 28637 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975077112488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28647] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28647/stat : 28647 (java) S 28634 28637 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10756385 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139975076059944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28648] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28648/stat : 28648 (java) S 28634 28637 23565 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10756386 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974593730920 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28649] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28649/stat : 28649 (java) S 28634 28637 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10756387 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974592677240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28650] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28650/stat : 28650 (java) S 28634 28637 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10756387 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974591624072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28651] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28651/stat : 28651 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974590572816 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28652] ppid=28634 vsize=9691604 CPUtime=0.46 cores=1,3,5,7
/proc/28637/task/28652/stat : 28652 (java) R 28634 28637 23565 0 -1 4202560 5341 0 0 0 44 2 0 0 20 0 19 0 10756389 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974589520696 139975245944637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28637/tid=28653] ppid=28634 vsize=9691604 CPUtime=0.8 cores=1,3,5,7
/proc/28637/task/28653/stat : 28653 (java) S 28634 28637 23565 0 -1 4202560 10416 0 0 0 77 3 0 0 20 0 19 0 10756389 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974588468152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28637/tid=28654] ppid=28634 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/28637/task/28654/stat : 28654 (java) S 28634 28637 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10756389 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974587415288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28637/tid=28655] ppid=28634 vsize=9691604 CPUtime=0.26 cores=1,3,5,7
/proc/28637/task/28655/stat : 28655 (java) S 28634 28637 23565 0 -1 4202560 42 0 0 0 9 17 0 0 20 0 19 0 10756389 9924202496 49078 33554432000 1073741824 1073778376 140733996494896 139974586362952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 721.08
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 719.731
CPU time (s): 721.425
CPU user time (s): 720.962
CPU system time (s): 0.462929
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 720.962
system time used= 0.462929
maximum resident set size= 198332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19623
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15419
involuntary context switches= 1079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.06238 second user time and 5.43617 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 22:09:25
IDJOB=4122686
IDBENCH=111234
IDSOLVER=2546
FILE ID=node141/4122686-1467317365
RUNJOBID= node141-1467310816-27147
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-21.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122686-1467317365/watcher-4122686-1467317365 -o /tmp/evaluation-result-4122686-1467317365/solver-4122686-1467317365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122686-1467317365.opb

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

MD5SUM BENCH= d540a4276675ec903b75a1231f8ac20a
RANDOM SEED=923142229

node141.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.448
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	: 5332.89
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.448
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.448
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.448
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.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30351264 kB
Buffers:          166652 kB
Cached:           842204 kB
SwapCached:            0 kB
Active:           538948 kB
Inactive:         703520 kB
Active(anon):     234072 kB
Inactive(anon):     1956 kB
Active(file):     304876 kB
Inactive(file):   701564 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:        765112 kB
Mapped:            21996 kB
Shmem:               204 kB
Slab:             614036 kB
SReclaimable:      57640 kB
SUnreclaim:       556396 kB
KernelStack:        1616 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1182860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71700 MiB
End job on node141 at 2016-06-30 22:21:24