Trace number 4107947

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 518.38 517.103

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12026_5-unsat.opb
MD5SUMdb859a15c3accfca5f41bc17f134e06b
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 benchmark64.7242
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32912
Total number of constraints109848
Number of constraints which are clauses109308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints540
Minimum length of a constraint1
Maximum length of a constraint66
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 428
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4107947-1466291294.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
1.27/0.88	c ... done. Wall clock time 0.771s.
1.27/0.88	c declared #vars     32912
1.27/0.88	c #constraints  109848
1.27/0.88	c constraints type 
1.27/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12210
1.27/0.88	c org.sat4j.specs.Constr$1 => 13218
1.27/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78405
1.27/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 5475
1.27/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 540
1.27/0.88	c 109848 constraints processed.
3.96/2.94	c cleaning 2500 clauses out of 5002 with flag 25386/5003
6.45/5.37	c cleaning 4246 clauses out of 8498 with flag 66653/11001
9.25/8.14	c cleaning 5614 clauses out of 11251 with flag 125766/18000
12.58/11.44	c cleaning 6816 clauses out of 13636 with flag 190931/26000
16.70/15.57	c cleaning 7902 clauses out of 15819 with flag 276999/35000
21.29/20.11	c cleaning 8950 clauses out of 17917 with flag 378007/45001
26.29/25.11	c cleaning 9973 clauses out of 19966 with flag 496939/56001
32.10/30.95	c cleaning 10990 clauses out of 21994 with flag 617315/68002
38.39/37.29	c cleaning 11989 clauses out of 24002 with flag 755725/81000
45.40/44.23	c cleaning 12996 clauses out of 26014 with flag 914046/95001
52.80/51.68	c cleaning 13999 clauses out of 28019 with flag 1069132/110002
61.05/59.86	c cleaning 15000 clauses out of 30018 with flag 1244812/126001
69.56/68.36	c cleaning 16000 clauses out of 32017 with flag 1427631/143000
78.85/77.61	c cleaning 16999 clauses out of 34017 with flag 1608807/161000
88.65/87.44	c cleaning 17996 clauses out of 36020 with flag 1823072/180002
99.45/98.27	c cleaning 19005 clauses out of 38024 with flag 2035285/200003
111.35/110.15	c cleaning 20000 clauses out of 40016 with flag 2278021/221001
124.65/123.45	c cleaning 21002 clauses out of 42016 with flag 2531083/243001
138.64/137.42	c cleaning 21993 clauses out of 44014 with flag 2794115/266001
152.95/151.70	c cleaning 22999 clauses out of 46022 with flag 3071208/290002
168.46/167.21	c cleaning 24005 clauses out of 48021 with flag 3374635/315000
185.55/184.40	c cleaning 25007 clauses out of 50017 with flag 3697812/341001
202.35/201.19	c cleaning 25998 clauses out of 52008 with flag 4006497/368001
221.26/220.04	c cleaning 26993 clauses out of 54009 with flag 4327189/396000
240.56/239.35	c cleaning 28003 clauses out of 56016 with flag 4667976/425000
260.87/259.64	c cleaning 28997 clauses out of 58014 with flag 5043770/455001
281.67/280.46	c cleaning 30001 clauses out of 60018 with flag 5416721/486002
304.14/302.85	c cleaning 30999 clauses out of 62015 with flag 5816445/518000
326.64/325.33	c cleaning 32005 clauses out of 64016 with flag 6221805/551000
350.95/349.66	c cleaning 33004 clauses out of 66012 with flag 6618176/585001
376.35/375.07	c cleaning 33990 clauses out of 68009 with flag 7049716/620002
403.35/402.07	c cleaning 35002 clauses out of 70018 with flag 7473563/656001
431.17/429.84	c cleaning 35999 clauses out of 72015 with flag 7891390/693000
459.67/458.38	c cleaning 37002 clauses out of 74016 with flag 8332161/731001
490.37/489.07	c cleaning 37994 clauses out of 76011 with flag 8772818/770000
518.38/517.07	c starts		: 3006
518.38/517.07	c conflicts		: 806723
518.38/517.07	c decisions		: 1102935
518.38/517.07	c propagations		: 984591333
518.38/517.07	c inspects		: 5487103302
518.38/517.07	c shortcuts		: 0
518.38/517.07	c learnt literals	: 23
518.38/517.07	c learnt binary clauses	: 70
518.38/517.07	c learnt ternary clauses	: 985
518.38/517.07	c learnt constraints	: 806699
518.38/517.07	c ignored constraints	: 0
518.38/517.07	c root simplifications	: 0
518.38/517.07	c removed literals (reason simplification)	: 0
518.38/517.07	c reason swapping (by a shorter reason)	: 0
518.38/517.07	c Calls to reduceDB	: 35
518.38/517.07	c Number of update (reduction) of LBD	: 328177
518.38/517.07	c Imported unit clauses	: 0
518.38/517.07	c number of reductions to clauses (during analyze)	: 0
518.38/517.07	c number of learned constraints concerned by reduction	: 0
518.38/517.07	c number of learning phase by resolution	: 0
518.38/517.07	c number of learning phase by cutting planes	: 0
518.38/517.07	c speed (assignments/second)	: 1907741.9294210654
518.38/517.07	c non guided choices	48
518.38/517.10	c learnt constraints type 
518.38/517.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
518.38/517.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74661
518.38/517.10	s UNSATISFIABLE
518.38/517.10	c Total wall clock time (in seconds): 516.988

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-4107947-1466291294/watcher-4107947-1466291294 -o /tmp/evaluation-result-4107947-1466291294/solver-4107947-1466291294 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466289489-7476 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107947-1466291294.opb 

pid=7979
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.11 2.35 2.36 3/194 7982
/proc/meminfo: memFree=29764608/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/7982/stat : 7982 (java) R 7979 7982 7460 0 -1 4202496 184 0 0 0 0 0 0 0 20 0 1 0 31177796 9433088 60 33554432000 1073741824 1073778376 140733835423216 140733835420344 217401359944 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7982/statm: 2304 69 54 9 0 36 0

[startup+0.100158 s]
/proc/loadavg: 2.11 2.35 2.36 3/194 7982
/proc/meminfo: memFree=29764608/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 31177796 9787879424 6033 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.11 2.35 2.36 3/194 7982
/proc/meminfo: memFree=29764608/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 4683 0 1 0 24 2 0 0 20 0 18 0 31177796 9787879424 6769 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2389619 6769 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300212 s]
/proc/loadavg: 2.11 2.35 2.36 3/194 7982
/proc/meminfo: memFree=29764608/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 6336 0 1 0 47 2 0 0 20 0 18 0 31177796 9787879424 9412 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2389619 9412 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700335 s]
/proc/loadavg: 2.11 2.35 2.36 3/194 7982
/proc/meminfo: memFree=29764608/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 7452 0 1 0 110 6 0 0 20 0 18 0 31177796 9787879424 41225 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2389619 41225 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.11 2.35 2.36 3/213 8001
/proc/meminfo: memFree=29585372/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 12225 0 1 0 243 7 0 0 20 0 19 0 31177796 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2406260 44331 2276 9 0 2396937 0
[pid=7982/tid=7984] ppid=7979 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/7982/task/7984/stat : 7984 (java) R 7979 7982 7460 0 -1 4202560 2478 0 1 0 141 4 0 0 20 0 19 0 31177797 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441291182328 140441153169481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7985] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7985/stat : 7985 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441280252200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7986] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7986/stat : 7986 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441279199400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7987] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7987/stat : 7987 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441278147112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7988] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7988/stat : 7988 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441277094312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7989] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7989/stat : 7989 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441276042024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7990] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7990/stat : 7990 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441274989224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7991] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7991/stat : 7991 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441273936936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7992] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7992/stat : 7992 (java) S 7979 7982 7460 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441272884136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7993] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7993/stat : 7993 (java) S 7979 7982 7460 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441115338984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4129 0 0 0 47 0 0 0 20 0 19 0 31177801 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4251 0 0 0 47 0 0 0 20 0 19 0 31177801 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 44331 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.11 2.35 2.36 3/213 8001
/proc/meminfo: memFree=29577048/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9625040 CPUtime=4.21 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 12371 0 1 0 414 7 0 0 20 0 19 0 31177796 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2406260 44351 2284 9 0 2396937 0
[pid=7982/tid=7984] ppid=7979 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/7982/task/7984/stat : 7984 (java) R 7979 7982 7460 0 -1 4202560 2479 0 1 0 301 4 0 0 20 0 19 0 31177797 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441291190632 140441153188166 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7985] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7985/stat : 7985 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441280252200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7986] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7986/stat : 7986 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441279199400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7987] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7987/stat : 7987 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441278147112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7988] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7988/stat : 7988 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441277094312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7989] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7989/stat : 7989 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441276042024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7990] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7990/stat : 7990 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441274989224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7991] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7991/stat : 7991 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441273936936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7992] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7992/stat : 7992 (java) S 7979 7982 7460 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441272884136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7993] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7993/stat : 7993 (java) S 7979 7982 7460 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441115338984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4149 0 0 0 55 0 0 0 20 0 19 0 31177801 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4376 0 0 0 51 0 0 0 20 0 19 0 31177801 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 44351 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.18 2.36 2.36 4/213 8001
/proc/meminfo: memFree=29559536/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9625040 CPUtime=7.45 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 12375 0 1 0 738 7 0 0 20 0 19 0 31177796 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2406260 43473 2284 9 0 2396937 0
[pid=7982/tid=7984] ppid=7979 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/7982/task/7984/stat : 7984 (java) R 7979 7982 7460 0 -1 4202560 2483 0 1 0 620 4 0 0 20 0 19 0 31177797 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441291190856 140441153187937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7985] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7985/stat : 7985 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441280252200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7986] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7986/stat : 7986 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441279199400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7987] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7987/stat : 7987 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441278147112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7988] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7988/stat : 7988 (java) S 7979 7982 7460 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441277094312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7989] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7989/stat : 7989 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441276042024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7990] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7990/stat : 7990 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441274989224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7991] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7991/stat : 7991 (java) S 7979 7982 7460 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441273936936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7992] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7992/stat : 7992 (java) S 7979 7982 7460 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441272884136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7993] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7993/stat : 7993 (java) S 7979 7982 7460 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441115338984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4149 0 0 0 57 0 0 0 20 0 19 0 31177801 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4376 0 0 0 53 0 0 0 20 0 19 0 31177801 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 43473 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040


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

[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4149 0 0 0 58 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4377 0 0 0 57 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 9 8 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 516.57
Current children cumulated vsize (KiB) 9625040

[startup+516.008 s]
/proc/loadavg: 2.21 2.24 2.28 3/213 8014
/proc/meminfo: memFree=28341408/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9625040 CPUtime=517.38 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 12575 0 1 0 51718 20 0 0 20 0 19 0 31177796 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2406260 87515 2284 9 0 2396937 0
[pid=7982/tid=7984] ppid=7979 vsize=9625040 CPUtime=514.56 cores=0,2,4,6
/proc/7982/task/7984/stat : 7984 (java) R 7979 7982 7460 0 -1 4202560 2545 0 1 0 51444 12 0 0 20 0 19 0 31177797 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441291181776 140441152960625 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7985] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7985/stat : 7985 (java) S 7979 7982 7460 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441280252200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7986] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7986/stat : 7986 (java) S 7979 7982 7460 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441279199400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7987] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7987/stat : 7987 (java) S 7979 7982 7460 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441278147112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7988] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7988/stat : 7988 (java) S 7979 7982 7460 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441277094312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7989] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7989/stat : 7989 (java) S 7979 7982 7460 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441276042024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7990] ppid=7979 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7982/task/7990/stat : 7990 (java) S 7979 7982 7460 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441274989224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7991] ppid=7979 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7982/task/7991/stat : 7991 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441273936936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7992] ppid=7979 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7982/task/7992/stat : 7992 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441272884136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7993] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7993/stat : 7993 (java) S 7979 7982 7460 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441115338984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4149 0 0 0 58 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4377 0 0 0 57 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 9 8 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 517.38
Current children cumulated vsize (KiB) 9625040

[startup+516.801 s]
/proc/loadavg: 2.21 2.24 2.28 3/213 8014
/proc/meminfo: memFree=28341408/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9625040 CPUtime=518.17 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 12575 0 1 0 51797 20 0 0 20 0 19 0 31177796 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2406260 87515 2284 9 0 2396937 0
[pid=7982/tid=7984] ppid=7979 vsize=9625040 CPUtime=515.35 cores=0,2,4,6
/proc/7982/task/7984/stat : 7984 (java) R 7979 7982 7460 0 -1 4202560 2545 0 1 0 51523 12 0 0 20 0 19 0 31177797 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441291181776 140441153248272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7985] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7985/stat : 7985 (java) S 7979 7982 7460 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441280252200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7986] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7986/stat : 7986 (java) S 7979 7982 7460 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441279199400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7987] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7987/stat : 7987 (java) S 7979 7982 7460 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441278147112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7988] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7988/stat : 7988 (java) S 7979 7982 7460 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441277094312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7989] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7989/stat : 7989 (java) S 7979 7982 7460 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441276042024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7990] ppid=7979 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7982/task/7990/stat : 7990 (java) S 7979 7982 7460 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441274989224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7991] ppid=7979 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7982/task/7991/stat : 7991 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441273936936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7992] ppid=7979 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7982/task/7992/stat : 7992 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441272884136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7993] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7993/stat : 7993 (java) S 7979 7982 7460 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441115338984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4149 0 0 0 58 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4377 0 0 0 57 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 9 8 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 518.17
Current children cumulated vsize (KiB) 9625040

[startup+517.001 s]
/proc/loadavg: 2.21 2.24 2.28 3/213 8014
/proc/meminfo: memFree=28341408/32872528 swapFree=1534436/1655032
[pid=7982] ppid=7979 vsize=9625040 CPUtime=518.38 cores=0,2,4,6
/proc/7982/stat : 7982 (java) S 7979 7982 7460 0 -1 4202496 12575 0 1 0 51818 20 0 0 20 0 19 0 31177796 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140734671808912 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7982/statm: 2406260 87515 2284 9 0 2396937 0
[pid=7982/tid=7984] ppid=7979 vsize=9625040 CPUtime=515.56 cores=0,2,4,6
/proc/7982/task/7984/stat : 7984 (java) R 7979 7982 7460 0 -1 4202560 2545 0 1 0 51544 12 0 0 20 0 19 0 31177797 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441291181776 140441153187994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7985] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7985/stat : 7985 (java) S 7979 7982 7460 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441280252200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7986] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7986/stat : 7986 (java) S 7979 7982 7460 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441279199400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7987] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7987/stat : 7987 (java) S 7979 7982 7460 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441278147112 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7988] ppid=7979 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7982/task/7988/stat : 7988 (java) S 7979 7982 7460 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441277094312 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7989] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7989/stat : 7989 (java) S 7979 7982 7460 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441276042024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7990] ppid=7979 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7982/task/7990/stat : 7990 (java) S 7979 7982 7460 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441274989224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7991] ppid=7979 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/7982/task/7991/stat : 7991 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441273936936 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7982/tid=7992] ppid=7979 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7982/task/7992/stat : 7992 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 31177798 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441272884136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7993] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7993/stat : 7993 (java) S 7979 7982 7460 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441115338984 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=7994] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7994/stat : 7994 (java) S 7979 7982 7460 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441114285048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7995] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7995/stat : 7995 (java) S 7979 7982 7460 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31177799 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441113232648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7996] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7996/stat : 7996 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441112181136 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7997] ppid=7979 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7982/task/7997/stat : 7997 (java) S 7979 7982 7460 0 -1 4202560 4149 0 0 0 58 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441111128760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7982/tid=7998] ppid=7979 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7982/task/7998/stat : 7998 (java) S 7979 7982 7460 0 -1 4202560 4377 0 0 0 57 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441110075960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=7999] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/7999/stat : 7999 (java) S 7979 7982 7460 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441109023864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7982/tid=8000] ppid=7979 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7982/task/8000/stat : 8000 (java) S 7979 7982 7460 0 -1 4202560 29 0 0 0 9 8 0 0 20 0 19 0 31177801 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441107971272 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7982/tid=8001] ppid=7979 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7982/task/8001/stat : 8001 (java) S 7979 7982 7460 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31177893 9856040960 87515 33554432000 1073741824 1073778376 140734671817776 140441106916264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 518.38
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7982 and gives
#  childrusage.ru_utime.tv_sec=516
#  childrusage.ru_utime.tv_usec=952411
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=374943
# CPU time returned by wait4() is 517.327
# while last known CPU time is 518.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 517.103
CPU time (s): 518.38
CPU user time (s): 518.18
CPU system time (s): 0.2
CPU usage (%): 100.247
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 516.952
system time used= 0.374943
maximum resident set size= 350112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12597
page faults= 1
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11252
involuntary context switches= 990

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.69544 second user time and 4.77127 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 01:08:14
IDJOB=4107947
IDBENCH=74273
IDSOLVER=2546
FILE ID=node122/4107947-1466291294
RUNJOBID= node122-1466289489-7476
PBS_JOBID= 19918275
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12026_5-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107947-1466291294/watcher-4107947-1466291294 -o /tmp/evaluation-result-4107947-1466291294/solver-4107947-1466291294 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466289489-7476 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107947-1466291294.opb

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

MD5SUM BENCH= db859a15c3accfca5f41bc17f134e06b
RANDOM SEED=613551443

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29764988 kB
Buffers:          164116 kB
Cached:           308440 kB
SwapCached:            0 kB
Active:           340340 kB
Inactive:         349176 kB
Active(anon):     209840 kB
Inactive(anon):     9916 kB
Active(file):     130500 kB
Inactive(file):   339260 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11784 kB
Writeback:             0 kB
AnonPages:       1884184 kB
Mapped:            21032 kB
Shmem:               204 kB
Slab:             614332 kB
SReclaimable:      56856 kB
SUnreclaim:       557476 kB
KernelStack:        1584 kB
PageTables:         7920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2472708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71732 MiB
End job on node122 at 2016-06-19 01:16:51