Trace number 4089793

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 1766.35 877.176

General information on the benchmark

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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089793-1466018526.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.019s.
0.11/0.12	c declared #vars     99
0.11/0.12	c #constraints  100
0.11/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 98
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.13	c 100 constraints processed.
0.11/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
0.11/0.13	c 100 constraints processed.
1.96/0.68	c cleaning 2498 clauses out of 5001 with flag 32635/5001
3.54/1.04	c cleaning 4243 clauses out of 8502 with flag 80095/11000
4.99/1.54	c cleaning 5625 clauses out of 11259 with flag 141972/18000
6.28/2.17	c cleaning 6816 clauses out of 13635 with flag 207024/26001
7.90/2.94	c cleaning 7903 clauses out of 15818 with flag 277139/35000
9.94/3.97	c cleaning 8956 clauses out of 17915 with flag 363164/45000
12.15/5.04	c cleaning 9972 clauses out of 19960 with flag 444629/56001
14.76/6.30	c cleaning 10986 clauses out of 21987 with flag 539394/68000
17.37/7.69	c cleaning 12000 clauses out of 24003 with flag 635797/81002
17.97/7.92	c cleaning 0 clauses out of 5001 with flag 0/5001
21.05/9.37	c cleaning 12995 clauses out of 26001 with flag 730662/95000
25.20/11.38	c cleaning 13999 clauses out of 28006 with flag 833328/110000
30.02/13.75	c cleaning 15004 clauses out of 30008 with flag 940880/126001
35.03/16.27	c cleaning 15994 clauses out of 32003 with flag 1062547/143000
41.24/19.38	c cleaning 17001 clauses out of 34011 with flag 1189485/161002
49.06/23.26	c cleaning 17998 clauses out of 36008 with flag 1325866/180000
51.45/24.45	c cleaning 0 clauses out of 11002 with flag 0/11002
57.89/27.64	c cleaning 18999 clauses out of 38010 with flag 1470295/200000
67.91/32.65	c cleaning 20003 clauses out of 40011 with flag 1633061/221000
79.14/38.26	c cleaning 21002 clauses out of 42008 with flag 1799788/243000
90.56/43.91	c cleaning 21997 clauses out of 44006 with flag 1966564/266000
102.18/49.79	c cleaning 23002 clauses out of 46010 with flag 2132743/290001
115.62/56.45	c cleaning 23999 clauses out of 48008 with flag 2301731/315001
129.65/63.40	c cleaning 25002 clauses out of 50008 with flag 2476949/341000
130.05/63.62	c cleaning 0 clauses out of 18001 with flag 0/18001
144.90/71.07	c cleaning 26000 clauses out of 52007 with flag 2663550/368001
163.80/80.47	c cleaning 27000 clauses out of 54006 with flag 2870979/396000
184.14/90.55	c cleaning 27999 clauses out of 56006 with flag 3090935/425000
205.85/101.40	c cleaning 29002 clauses out of 58007 with flag 3304001/455000
230.59/113.60	c cleaning 29995 clauses out of 60005 with flag 3523019/486000
256.72/126.61	c cleaning 31001 clauses out of 62011 with flag 3742959/518001
280.60/138.58	c cleaning 0 clauses out of 26001 with flag 0/26001
283.22/139.84	c cleaning 32002 clauses out of 64011 with flag 3961955/551002
314.78/155.57	c cleaning 33001 clauses out of 66008 with flag 4200192/585001
346.34/171.25	c cleaning 34001 clauses out of 68007 with flag 4435847/620001
385.92/191.00	c cleaning 35001 clauses out of 70006 with flag 4720124/656001
426.94/211.32	c cleaning 35993 clauses out of 72004 with flag 5023769/693000
464.91/230.28	c cleaning 37000 clauses out of 74012 with flag 5306638/731001
501.09/248.29	c cleaning 38004 clauses out of 76011 with flag 5579195/770000
505.72/250.56	c cleaning 0 clauses out of 35001 with flag 0/35001
546.95/271.02	c cleaning 38998 clauses out of 78007 with flag 5900069/810000
592.60/293.75	c cleaning 40002 clauses out of 80009 with flag 6173112/851000
646.93/320.79	c cleaning 40998 clauses out of 82009 with flag 6486565/893002
700.14/347.24	c cleaning 41999 clauses out of 84009 with flag 6796279/936000
754.06/374.08	c cleaning 43000 clauses out of 86010 with flag 7136831/980000
813.64/403.64	c cleaning 44002 clauses out of 88012 with flag 7489431/1025002
870.61/431.98	c cleaning 0 clauses out of 45000 with flag 0/45000
874.83/434.04	c cleaning 44997 clauses out of 90008 with flag 7838313/1071000
942.36/467.62	c cleaning 46004 clauses out of 92012 with flag 8186873/1118001
1012.19/502.35	c cleaning 47000 clauses out of 94007 with flag 8540095/1166000
1090.08/541.01	c cleaning 47995 clauses out of 96008 with flag 8901464/1215001
1168.82/580.18	c cleaning 49001 clauses out of 98012 with flag 9268995/1265000
1238.65/614.82	c cleaning 50001 clauses out of 100011 with flag 9635014/1316000
1317.37/653.99	c cleaning 51006 clauses out of 102014 with flag 10004452/1368004
1339.96/665.11	c cleaning 0 clauses out of 56000 with flag 0/56000
1394.79/692.37	c cleaning 52002 clauses out of 104004 with flag 10363581/1421000
1477.80/733.50	c cleaning 52998 clauses out of 106003 with flag 10728843/1475001
1573.88/781.20	c cleaning 53999 clauses out of 108004 with flag 11088002/1530001
1673.04/830.48	c cleaning 55002 clauses out of 110004 with flag 11437107/1586000
1764.02/875.79	c cleaning 55998 clauses out of 111997 with flag 11812208/1643000
1765.81/876.70	c And the winner is solver0
1765.81/877.10	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1765.81/877.10	c starts		: 341
1765.81/877.10	c conflicts		: 1644890
1765.81/877.10	c decisions		: 1792561
1765.81/877.10	c propagations		: 29838096
1765.81/877.10	c inspects		: 12964184344
1765.81/877.10	c shortcuts		: 0
1765.81/877.10	c learnt literals	: 17
1765.81/877.10	c learnt binary clauses	: 147
1765.81/877.10	c learnt ternary clauses	: 763
1765.81/877.10	c learnt constraints	: 1644872
1765.81/877.10	c ignored constraints	: 0
1765.81/877.10	c root simplifications	: 0
1765.81/877.10	c removed literals (reason simplification)	: 9641514
1765.81/877.10	c reason swapping (by a shorter reason)	: 0
1765.81/877.10	c Calls to reduceDB	: 53
1765.81/877.10	c Number of update (reduction) of LBD	: 441743
1765.81/877.10	c Imported unit clauses	: 0
1765.81/877.10	c number of reductions to clauses (during analyze)	: 0
1765.81/877.10	c number of learned constraints concerned by reduction	: 0
1765.81/877.10	c number of learning phase by resolution	: 0
1765.81/877.10	c number of learning phase by cutting planes	: 0
1765.81/877.10	c speed (assignments/second)	: 34024.11715807514
1765.81/877.10	c non guided choices	31
1765.81/877.13	c learnt constraints type 
1765.81/877.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 147
1765.81/877.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57730
1765.81/877.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1765.81/877.13	c starts		: 77
1765.81/877.13	c conflicts		: 65626
1765.81/877.13	c decisions		: 77992
1765.81/877.13	c propagations		: 598089
1765.81/877.13	c inspects		: 1588009163
1765.81/877.13	c shortcuts		: 0
1765.81/877.13	c learnt literals	: 0
1765.81/877.13	c learnt binary clauses	: 0
1765.81/877.13	c learnt ternary clauses	: 1
1765.81/877.13	c learnt constraints	: 65626
1765.81/877.13	c ignored constraints	: 0
1765.81/877.13	c root simplifications	: 0
1765.81/877.13	c removed literals (reason simplification)	: 0
1765.81/877.13	c reason swapping (by a shorter reason)	: 0
1765.81/877.13	c Calls to reduceDB	: 7
1765.81/877.13	c Number of update (reduction) of LBD	: 0
1765.81/877.13	c Imported unit clauses	: 0
1765.81/877.13	c number of reductions to clauses (during analyze)	: 0
1765.81/877.13	c number of learned constraints concerned by reduction	: 0
1765.81/877.13	c number of learning phase by resolution	: 0
1765.81/877.13	c number of learning phase by cutting planes	: 0
1765.81/877.13	c speed (assignments/second)	: 681.974604217123
1765.81/877.13	c non guided choices	22
1765.81/877.15	c learnt constraints type 
1765.81/877.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8846
1765.81/877.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
1765.81/877.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 56776
1765.81/877.15	s UNSATISFIABLE
1765.81/877.15	c Total wall clock time (in seconds): 877.047

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-4089793-1466018526/watcher-4089793-1466018526 -o /tmp/evaluation-result-4089793-1466018526/solver-4089793-1466018526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089793-1466018526.opb 

pid=9577
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: 3.88 3.96 3.99 4/197 9580
/proc/meminfo: memFree=29696552/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 3903056 98570240 978 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 24065 978 744 9 0 16771 0
[pid=9580/tid=9581] ppid=9577 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) R 9577 9580 5767 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3903057 98570240 978 33554432000 1073741824 1073778376 140733553754080 140216803577384 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 3.88 3.96 3.99 4/197 9580
/proc/meminfo: memFree=29696552/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 3903056 9787879424 6125 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2389619 6125 2158 9 0 2380296 0
[pid=9580/tid=9581] ppid=9577 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) R 9577 9580 5767 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 3903057 9787879424 6125 33554432000 1073741824 1073778376 140733553754080 140216803580832 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 3.88 3.96 3.99 4/197 9580
/proc/meminfo: memFree=29696552/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 6620 0 1 0 35 1 0 0 20 0 22 0 3903056 10060525568 8928 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 8928 2223 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2400 0 1 0 11 0 0 0 20 0 22 0 3903057 10060525568 8928 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9824732

[startup+0.300279 s]
/proc/loadavg: 3.88 3.96 3.99 4/197 9580
/proc/meminfo: memFree=29696552/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 11639 0 1 0 74 2 0 0 20 0 22 0 3903056 10060525568 11722 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 11722 2231 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2400 0 1 0 11 0 0 0 20 0 22 0 3903057 10060525568 11722 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 9824732

[startup+0.700223 s]
/proc/loadavg: 3.88 3.96 3.99 4/197 9580
/proc/meminfo: memFree=29696552/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 18711 0 1 0 231 5 0 0 20 0 22 0 3903056 10060525568 32670 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 32672 2242 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2400 0 1 0 11 0 0 0 20 0 22 0 3903057 10060525568 32672 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.88 3.96 3.99 7/219 9602
/proc/meminfo: memFree=29512176/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=4.99 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 26499 0 1 0 492 7 0 0 20 0 22 0 3903056 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 49243 2272 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2400 0 1 0 11 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9583] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9583/stat : 9583 (java) S 9577 9580 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216792644136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9584] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9584/stat : 9584 (java) S 9577 9580 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216645663144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9585] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9585/stat : 9585 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216644610344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9586] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9586/stat : 9586 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216643557544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9587] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9587/stat : 9587 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216642505768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9588] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9588/stat : 9588 (java) S 9577 9580 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216641452968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9589] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9589/stat : 9589 (java) S 9577 9580 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216640400168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9590] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9590/stat : 9590 (java) S 9577 9580 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216639347368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9591] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9591/stat : 9591 (java) S 9577 9580 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3903058 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216627149288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9592] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9592/stat : 9592 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3903059 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216626095352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9593] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9593/stat : 9593 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3903059 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216625042440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9594] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9594/stat : 9594 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216623990928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9595] ppid=9577 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/9580/task/9595/stat : 9595 (java) S 9577 9580 5767 0 -1 4202560 11161 0 0 0 109 2 0 0 20 0 22 0 3903061 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216622939064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9596] ppid=9577 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/9580/task/9596/stat : 9596 (java) S 9577 9580 5767 0 -1 4202560 11431 0 0 0 102 2 0 0 20 0 22 0 3903061 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216621886264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9597] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9597/stat : 9597 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216620833656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9598] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9598/stat : 9598 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216619781064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9599] ppid=9577 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/9580/task/9599/stat : 9599 (java) R 9577 9580 5767 0 -1 4202560 31 0 0 0 130 0 0 0 20 0 22 0 3903069 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216618725920 140216673790756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9600] ppid=9577 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/9580/task/9600/stat : 9600 (java) R 9577 9580 5767 0 -1 4202560 100 0 0 0 130 2 0 0 20 0 22 0 3903069 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216617672096 140216673743562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9601] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9601/stat : 9601 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903070 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216616620968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9602] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9602/stat : 9602 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903070 10060525568 49243 33554432000 1073741824 1073778376 140733553754080 140216615568168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 3.88 3.96 3.99 5/219 9602
/proc/meminfo: memFree=29378072/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=8.31 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 26788 0 1 0 817 14 0 0 20 0 22 0 3903056 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 128717 2272 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2400 0 1 0 11 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9583] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9583/stat : 9583 (java) S 9577 9580 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216792644136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9584] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9584/stat : 9584 (java) S 9577 9580 5767 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216645663144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9585] ppid=9577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9580/task/9585/stat : 9585 (java) S 9577 9580 5767 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216644610344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9586] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9586/stat : 9586 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216643557544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9587] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9587/stat : 9587 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216642505768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9588] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9588/stat : 9588 (java) S 9577 9580 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216641452968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9589] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9589/stat : 9589 (java) S 9577 9580 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216640400168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9590] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9590/stat : 9590 (java) S 9577 9580 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3903057 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216639347368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9591] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9591/stat : 9591 (java) S 9577 9580 5767 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 3903058 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216627149288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9592] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9592/stat : 9592 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3903059 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216626095352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9593] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9593/stat : 9593 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3903059 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216625042440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9594] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9594/stat : 9594 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216623990928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9595] ppid=9577 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/9580/task/9595/stat : 9595 (java) S 9577 9580 5767 0 -1 4202560 11162 0 0 0 119 2 0 0 20 0 22 0 3903061 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216622939064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9596] ppid=9577 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/9580/task/9596/stat : 9596 (java) S 9577 9580 5767 0 -1 4202560 11431 0 0 0 102 2 0 0 20 0 22 0 3903061 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216621886264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9597] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9597/stat : 9597 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216620833656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9598] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9598/stat : 9598 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216619781064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9599] ppid=9577 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/9580/task/9599/stat : 9599 (java) R 9577 9580 5767 0 -1 4202560 34 0 0 0 285 0 0 0 20 0 22 0 3903069 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216618717184 140216673684217 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9600] ppid=9577 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/9580/task/9600/stat : 9600 (java) R 9577 9580 5767 0 -1 4202560 246 0 0 0 282 6 0 0 20 0 22 0 3903069 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216617672712 140216673743438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9601] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9601/stat : 9601 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903070 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216616620968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9602] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9602/stat : 9602 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903070 10060525568 128717 33554432000 1073741824 1073778376 140733553754080 140216615568168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 3.89 3.96 3.99 5/219 9602
/proc/meminfo: memFree=28777076/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=14.76 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 27662 0 1 0 1452 24 0 0 20 0 22 0 3903056 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 273852 2272 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2400 0 1 0 11 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9583] ppid=9577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9580/task/9583/stat : 9583 (java) S 9577 9580 5767 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216792644136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9584] ppid=9577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9580/task/9584/stat : 9584 (java) S 9577 9580 5767 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216645663144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9585] ppid=9577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9580/task/9585/stat : 9585 (java) S 9577 9580 5767 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216644610344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9586] ppid=9577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9580/task/9586/stat : 9586 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216643557544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9587] ppid=9577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9580/task/9587/stat : 9587 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216642505768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9588] ppid=9577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/9580/task/9588/stat : 9588 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216641452968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9589] ppid=9577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9580/task/9589/stat : 9589 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 3903057 10060525568 273852 33554432000 1073741824 1073778376 140733553754080 140216640400168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9590] ppid=9577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/9580/task/9592/stat : 9592 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3903059 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216626095352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9593] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9593/stat : 9593 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3903059 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216625042440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9594] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9594/stat : 9594 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216623990928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9595] ppid=9577 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9580/task/9595/stat : 9595 (java) S 9577 9580 5767 0 -1 4202560 14805 0 0 0 167 2 0 0 20 0 22 0 3903061 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216622939064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9596] ppid=9577 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/9580/task/9596/stat : 9596 (java) S 9577 9580 5767 0 -1 4202560 11454 0 0 0 117 2 0 0 20 0 22 0 3903061 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216621886264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9597] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9597/stat : 9597 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3903061 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216620833656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9598] ppid=9577 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9580/task/9598/stat : 9598 (java) S 9577 9580 5767 0 -1 4202560 49 0 0 0 13 23 0 0 20 0 22 0 3903061 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216619781064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9599] ppid=9577 vsize=9824732 CPUtime=864.94 cores=1,3,5,7
/proc/9580/task/9599/stat : 9599 (java) R 9577 9580 5767 0 -1 4202560 299 0 0 0 86479 15 0 0 20 0 22 0 3903069 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216618724880 140216673790496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9600] ppid=9577 vsize=9824732 CPUtime=864.99 cores=1,3,5,7
/proc/9580/task/9600/stat : 9600 (java) R 9577 9580 5767 0 -1 4202560 1026 0 0 0 86462 37 0 0 20 0 22 0 3903069 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216617671280 140216673743899 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9601] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9601/stat : 9601 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903070 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216616620968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9602] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9602/stat : 9602 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3903070 10060525568 485304 33554432000 1073741824 1073778376 140733553754080 140216615568168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1764.61
Current children cumulated vsize (KiB) 9824732

[startup+876.808 s]
/proc/loadavg: 3.97 4.05 4.01 4/217 9759
/proc/meminfo: memFree=29151196/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=1761.62 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 35844 0 1 0 175994 168 0 0 20 0 19 0 3903056 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 485289 2283 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2409 0 1 0 13 3 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9583] ppid=9577 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/9580/task/9583/stat : 9583 (java) S 9577 9580 5767 0 -1 4202560 427 0 0 0 330 9 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216792644136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9584] ppid=9577 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/9580/task/9584/stat : 9584 (java) S 9577 9580 5767 0 -1 4202560 409 0 0 0 314 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216645663144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9585] ppid=9577 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/9580/task/9585/stat : 9585 (java) S 9577 9580 5767 0 -1 4202560 422 0 0 0 327 9 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216644610344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9586] ppid=9577 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/9580/task/9586/stat : 9586 (java) S 9577 9580 5767 0 -1 4202560 400 0 0 0 333 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216643557544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9587] ppid=9577 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/9580/task/9587/stat : 9587 (java) S 9577 9580 5767 0 -1 4202560 391 0 0 0 306 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216642505768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9588] ppid=9577 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/9580/task/9588/stat : 9588 (java) S 9577 9580 5767 0 -1 4202560 417 0 0 0 319 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216641452968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9589] ppid=9577 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/9580/task/9589/stat : 9589 (java) S 9577 9580 5767 0 -1 4202560 398 0 0 0 315 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216640400168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9590] ppid=9577 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/9580/task/9590/stat : 9590 (java) S 9577 9580 5767 0 -1 4202560 384 0 0 0 318 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216639347368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9591] ppid=9577 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/9580/task/9591/stat : 9591 (java) S 9577 9580 5767 0 -1 4202560 1288 0 0 0 39 29 0 0 20 0 19 0 3903058 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216627149288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9592] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9592/stat : 9592 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3903059 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216626095352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9593] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9593/stat : 9593 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3903059 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216625042440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9594] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9594/stat : 9594 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216623990928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9595] ppid=9577 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9580/task/9595/stat : 9595 (java) S 9577 9580 5767 0 -1 4202560 14805 0 0 0 167 2 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216622939064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9596] ppid=9577 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/9580/task/9596/stat : 9596 (java) S 9577 9580 5767 0 -1 4202560 11454 0 0 0 117 2 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216621886264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9597] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9597/stat : 9597 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216620833656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9598] ppid=9577 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9580/task/9598/stat : 9598 (java) S 9577 9580 5767 0 -1 4202560 49 0 0 0 13 23 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216619781064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9601] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9601/stat : 9601 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3903070 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216616620968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1761.62
Current children cumulated vsize (KiB) 9824732

[startup+877.001 s]
/proc/loadavg: 3.97 4.05 4.01 4/217 9759
/proc/meminfo: memFree=29151196/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=1761.62 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 35844 0 1 0 175994 168 0 0 20 0 19 0 3903056 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 485289 2283 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2409 0 1 0 13 3 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9583] ppid=9577 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/9580/task/9583/stat : 9583 (java) S 9577 9580 5767 0 -1 4202560 427 0 0 0 330 9 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216792644136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9584] ppid=9577 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/9580/task/9584/stat : 9584 (java) S 9577 9580 5767 0 -1 4202560 409 0 0 0 314 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216645663144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9585] ppid=9577 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/9580/task/9585/stat : 9585 (java) S 9577 9580 5767 0 -1 4202560 422 0 0 0 327 9 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216644610344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9586] ppid=9577 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/9580/task/9586/stat : 9586 (java) S 9577 9580 5767 0 -1 4202560 400 0 0 0 333 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216643557544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9587] ppid=9577 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/9580/task/9587/stat : 9587 (java) S 9577 9580 5767 0 -1 4202560 391 0 0 0 306 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216642505768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9588] ppid=9577 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/9580/task/9588/stat : 9588 (java) S 9577 9580 5767 0 -1 4202560 417 0 0 0 319 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216641452968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9589] ppid=9577 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/9580/task/9589/stat : 9589 (java) S 9577 9580 5767 0 -1 4202560 398 0 0 0 315 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216640400168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9590] ppid=9577 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/9580/task/9590/stat : 9590 (java) S 9577 9580 5767 0 -1 4202560 384 0 0 0 318 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216639347368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9591] ppid=9577 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/9580/task/9591/stat : 9591 (java) S 9577 9580 5767 0 -1 4202560 1288 0 0 0 39 29 0 0 20 0 19 0 3903058 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216627149288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9592] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9592/stat : 9592 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3903059 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216626095352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9593] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9593/stat : 9593 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3903059 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216625042440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9594] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9594/stat : 9594 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216623990928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9595] ppid=9577 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9580/task/9595/stat : 9595 (java) S 9577 9580 5767 0 -1 4202560 14805 0 0 0 167 2 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216622939064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9596] ppid=9577 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/9580/task/9596/stat : 9596 (java) S 9577 9580 5767 0 -1 4202560 11454 0 0 0 117 2 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216621886264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9597] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9597/stat : 9597 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216620833656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9598] ppid=9577 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9580/task/9598/stat : 9598 (java) S 9577 9580 5767 0 -1 4202560 49 0 0 0 13 23 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216619781064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9601] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9601/stat : 9601 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3903070 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216616620968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1761.62
Current children cumulated vsize (KiB) 9824732

[startup+877.101 s]
/proc/loadavg: 3.97 4.05 4.01 4/217 9759
/proc/meminfo: memFree=29151196/32872528 swapFree=248296/248296
[pid=9580] ppid=9577 vsize=9824732 CPUtime=1761.62 cores=1,3,5,7
/proc/9580/stat : 9580 (java) S 9577 9580 5767 0 -1 4202496 35844 0 1 0 175994 168 0 0 20 0 19 0 3903056 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140733553745216 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9580/statm: 2456183 485289 2283 9 0 2446860 0
[pid=9580/tid=9581] ppid=9577 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9580/task/9581/stat : 9581 (java) S 9577 9580 5767 0 -1 4202560 2409 0 1 0 13 3 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216803582840 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9583] ppid=9577 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/9580/task/9583/stat : 9583 (java) S 9577 9580 5767 0 -1 4202560 427 0 0 0 330 9 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216792644136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9584] ppid=9577 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/9580/task/9584/stat : 9584 (java) S 9577 9580 5767 0 -1 4202560 409 0 0 0 314 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216645663144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9585] ppid=9577 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/9580/task/9585/stat : 9585 (java) S 9577 9580 5767 0 -1 4202560 422 0 0 0 327 9 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216644610344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9580/tid=9586] ppid=9577 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/9580/task/9586/stat : 9586 (java) S 9577 9580 5767 0 -1 4202560 400 0 0 0 333 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216643557544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9587] ppid=9577 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/9580/task/9587/stat : 9587 (java) S 9577 9580 5767 0 -1 4202560 391 0 0 0 306 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216642505768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9588] ppid=9577 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/9580/task/9588/stat : 9588 (java) S 9577 9580 5767 0 -1 4202560 417 0 0 0 319 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216641452968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9589] ppid=9577 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/9580/task/9589/stat : 9589 (java) S 9577 9580 5767 0 -1 4202560 398 0 0 0 315 8 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216640400168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9590] ppid=9577 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/9580/task/9590/stat : 9590 (java) S 9577 9580 5767 0 -1 4202560 384 0 0 0 318 7 0 0 20 0 19 0 3903057 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216639347368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9591] ppid=9577 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/9580/task/9591/stat : 9591 (java) S 9577 9580 5767 0 -1 4202560 1288 0 0 0 39 29 0 0 20 0 19 0 3903058 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216627149288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9592] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9592/stat : 9592 (java) S 9577 9580 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3903059 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216626095352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9593] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9593/stat : 9593 (java) S 9577 9580 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3903059 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216625042440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9594] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9594/stat : 9594 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216623990928 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9595] ppid=9577 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9580/task/9595/stat : 9595 (java) S 9577 9580 5767 0 -1 4202560 14805 0 0 0 167 2 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216622939064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9580/tid=9596] ppid=9577 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/9580/task/9596/stat : 9596 (java) S 9577 9580 5767 0 -1 4202560 11454 0 0 0 117 2 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216621886264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9597] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9597/stat : 9597 (java) S 9577 9580 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216620833656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9580/tid=9598] ppid=9577 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9580/task/9598/stat : 9598 (java) S 9577 9580 5767 0 -1 4202560 49 0 0 0 13 23 0 0 20 0 19 0 3903061 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216619781064 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9580/tid=9601] ppid=9577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9580/task/9601/stat : 9601 (java) S 9577 9580 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3903070 10060525568 485289 33554432000 1073741824 1073778376 140733553754080 140216616620968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1761.62
Current children cumulated vsize (KiB) 9824732

Child status: 20

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

Real time (s): 877.176
CPU time (s): 1766.35
CPU user time (s): 1764.7
CPU system time (s): 1.65071
CPU usage (%): 201.368
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.25
system time used= 1.91071
maximum resident set size= 2065332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35864
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34384
involuntary context switches= 48823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29089 second user time and 5.8881 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 21:22:06
IDJOB=4089793
IDBENCH=107457
IDSOLVER=2543
FILE ID=node103/4089793-1466018526
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v050-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089793-1466018526/watcher-4089793-1466018526 -o /tmp/evaluation-result-4089793-1466018526/solver-4089793-1466018526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089793-1466018526.opb

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

MD5SUM BENCH= 3b121581e2b3a81458849d6e1c51a2ee
RANDOM SEED=596265833

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29697196 kB
Buffers:          129964 kB
Cached:           344308 kB
SwapCached:            0 kB
Active:          1883492 kB
Inactive:         328324 kB
Active(anon):    1739992 kB
Inactive(anon):        0 kB
Active(file):     143500 kB
Inactive(file):   328324 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1828 kB
Writeback:             0 kB
AnonPages:       2032604 kB
Mapped:            21548 kB
Shmem:               204 kB
Slab:             574652 kB
SReclaimable:      18820 kB
SUnreclaim:       555832 kB
KernelStack:        1808 kB
PageTables:         8364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3404864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1726464 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= 71736 MiB
End job on node103 at 2016-06-15 21:36:44