Trace number 4084303

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 758.719 757.403

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
MD5SUM2ca83d15931a383b90d8a7a08c6c1d9a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.011997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084303-1465220827.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.035s.
0.10/0.15	c declared #vars     400
0.10/0.15	c #constraints  60
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.15	c 60 constraints processed.
0.72/0.55	c cleaning 2499 clauses out of 5001 with flag 34295/5001
1.32/1.05	c cleaning 4250 clauses out of 8502 with flag 77664/11001
2.08/1.73	c cleaning 5620 clauses out of 11251 with flag 136363/18000
3.19/2.86	c cleaning 6813 clauses out of 13634 with flag 202126/26003
4.32/3.98	c cleaning 7898 clauses out of 15818 with flag 280815/35000
5.92/5.57	c cleaning 8956 clauses out of 17920 with flag 379907/45000
7.51/7.10	c cleaning 9976 clauses out of 19964 with flag 471728/56000
9.51/9.11	c cleaning 10989 clauses out of 21988 with flag 571490/68000
11.31/10.91	c cleaning 11994 clauses out of 23999 with flag 696440/81000
13.91/13.56	c cleaning 13000 clauses out of 26005 with flag 815782/95000
16.93/16.56	c cleaning 13992 clauses out of 28005 with flag 977482/110000
19.93/19.52	c cleaning 15000 clauses out of 30015 with flag 1154789/126002
22.43/22.09	c cleaning 16006 clauses out of 32014 with flag 1317805/143001
25.93/25.56	c cleaning 17002 clauses out of 34009 with flag 1491296/161002
29.63/29.20	c cleaning 17999 clauses out of 36007 with flag 1648334/180002
34.33/33.94	c cleaning 18999 clauses out of 38006 with flag 1833693/200000
38.23/37.89	c cleaning 20000 clauses out of 40008 with flag 2028911/221001
43.83/43.41	c cleaning 21004 clauses out of 42010 with flag 2270975/243003
48.23/47.89	c cleaning 21985 clauses out of 44004 with flag 2463792/266001
52.63/52.29	c cleaning 23006 clauses out of 46020 with flag 2666026/290002
58.75/58.35	c cleaning 23997 clauses out of 48012 with flag 2879400/315000
64.25/63.81	c cleaning 25004 clauses out of 50015 with flag 3085657/341000
70.64/70.26	c cleaning 26001 clauses out of 52011 with flag 3320614/368000
79.24/78.85	c cleaning 27002 clauses out of 54013 with flag 3559849/396003
88.55/88.19	c cleaning 28000 clauses out of 56008 with flag 3829052/425000
96.57/96.10	c cleaning 28992 clauses out of 58008 with flag 4089804/455000
104.37/103.96	c cleaning 30003 clauses out of 60016 with flag 4395215/486000
113.17/112.71	c cleaning 31005 clauses out of 62015 with flag 4713491/518002
125.07/124.63	c cleaning 32003 clauses out of 64009 with flag 5095245/551001
136.77/136.30	c cleaning 32996 clauses out of 66007 with flag 5420050/585002
149.58/149.12	c cleaning 34000 clauses out of 68010 with flag 5724190/620001
162.88/162.44	c cleaning 34990 clauses out of 70009 with flag 6137700/656000
175.78/175.38	c cleaning 36004 clauses out of 72019 with flag 6504168/693000
192.68/192.21	c cleaning 37006 clauses out of 74018 with flag 6902891/731003
211.08/210.66	c cleaning 37998 clauses out of 76009 with flag 7354230/770000
231.28/230.83	c cleaning 39002 clauses out of 78011 with flag 7874306/810000
249.78/249.35	c cleaning 39998 clauses out of 80009 with flag 8369168/851000
271.08/270.68	c cleaning 41000 clauses out of 82011 with flag 8881829/893000
292.77/292.31	c cleaning 42003 clauses out of 84013 with flag 9465873/936002
311.02/310.57	c cleaning 43000 clauses out of 86009 with flag 9994861/980001
330.21/329.76	c cleaning 43996 clauses out of 88008 with flag 10384365/1025000
353.22/352.74	c cleaning 45007 clauses out of 90016 with flag 10804669/1071004
375.91/375.49	c cleaning 46000 clauses out of 92010 with flag 11269677/1118005
396.31/395.84	c cleaning 47003 clauses out of 94012 with flag 11737670/1166007
416.62/416.13	c cleaning 47997 clauses out of 96002 with flag 12207501/1215000
438.72/438.30	c cleaning 49000 clauses out of 98005 with flag 12700601/1265000
464.22/463.71	c cleaning 49994 clauses out of 100005 with flag 13206268/1316000
489.62/489.11	c cleaning 51002 clauses out of 102011 with flag 13733441/1368000
515.53/515.09	c cleaning 51999 clauses out of 104009 with flag 14302539/1421000
544.77/544.28	c cleaning 52999 clauses out of 106010 with flag 14912083/1475000
571.59/571.07	c cleaning 53998 clauses out of 108012 with flag 15537780/1530001
608.99/608.45	c cleaning 55003 clauses out of 110015 with flag 16324282/1586002
639.49/638.97	c cleaning 55998 clauses out of 112010 with flag 17029954/1643000
678.11/677.60	c cleaning 57005 clauses out of 114015 with flag 17735819/1701003
714.42/713.80	c cleaning 58002 clauses out of 116010 with flag 18460019/1760003
750.05/749.13	c cleaning 59003 clauses out of 118006 with flag 19200629/1820001
758.32/757.37	c starts		: 3706
758.32/757.37	c conflicts		: 1842519
758.32/757.37	c decisions		: 2314431
758.32/757.37	c propagations		: 45063073
758.32/757.37	c inspects		: 14379870388
758.32/757.37	c shortcuts		: 0
758.32/757.37	c learnt literals	: 5
758.32/757.37	c learnt binary clauses	: 5
758.32/757.37	c learnt ternary clauses	: 5
758.32/757.37	c learnt constraints	: 1842513
758.32/757.37	c ignored constraints	: 0
758.32/757.37	c root simplifications	: 0
758.32/757.37	c removed literals (reason simplification)	: 0
758.32/757.37	c reason swapping (by a shorter reason)	: 0
758.32/757.37	c Calls to reduceDB	: 56
758.32/757.37	c Number of update (reduction) of LBD	: 1031986
758.32/757.37	c Imported unit clauses	: 0
758.32/757.37	c number of reductions to clauses (during analyze)	: 0
758.32/757.37	c number of learned constraints concerned by reduction	: 0
758.32/757.37	c number of learning phase by resolution	: 0
758.32/757.37	c number of learning phase by cutting planes	: 0
758.32/757.37	c speed (assignments/second)	: 59511.43859686193
758.32/757.37	c non guided choices	47
758.32/757.40	c learnt constraints type 
758.32/757.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
758.32/757.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81510
758.32/757.40	s UNSATISFIABLE
758.32/757.40	c Total wall clock time (in seconds): 757.284

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-4084303-1465220827/watcher-4084303-1465220827 -o /tmp/evaluation-result-4084303-1465220827/solver-4084303-1465220827 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084303-1465220827.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.20 2.16 3/194 10738
/proc/meminfo: memFree=29865620/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 104015981 95129600 927 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 23528 927 703 9 0 16769 0
[pid=10738/tid=10739] ppid=10735 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 2 0 104015982 98635776 948 33554432000 1073741824 1073778376 140734745094016 139850473541160 214360428987 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.25 2.20 2.16 3/194 10738
/proc/meminfo: memFree=29865620/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 4405 0 1 0 10 0 0 0 20 0 18 0 104015981 9787879424 6037 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2389619 6037 2125 9 0 2380296 0
[pid=10738/tid=10739] ppid=10735 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 104015982 9787879424 6037 33554432000 1073741824 1073778376 140734745094016 139850473544608 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20037 s]
/proc/loadavg: 2.25 2.20 2.16 3/194 10738
/proc/meminfo: memFree=29865620/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 5836 0 1 0 28 1 0 0 20 0 19 0 104015981 9856040960 6827 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 6827 2226 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 19 0 104015982 9856040960 6827 33554432000 1073741824 1073778376 140734745094016 139850473546368 139850481592172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300371 s]
/proc/loadavg: 2.25 2.20 2.16 3/194 10738
/proc/meminfo: memFree=29865620/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 6268 0 1 0 47 1 0 0 20 0 19 0 104015981 9856040960 7449 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 7449 2238 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2406 0 1 0 27 0 0 0 20 0 19 0 104015982 9856040960 7449 33554432000 1073741824 1073778376 140734745094016 139850473546368 139850326381561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700296 s]
/proc/loadavg: 2.25 2.20 2.16 3/194 10738
/proc/meminfo: memFree=29865620/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 7766 0 1 0 99 1 0 0 20 0 19 0 104015981 9856040960 8143 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 8143 2248 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2406 0 1 0 67 0 0 0 20 0 19 0 104015982 9856040960 8143 33554432000 1073741824 1073778376 140734745094016 139850473543976 139850326376073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.25 2.20 2.16 3/213 10757
/proc/meminfo: memFree=29838920/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 7770 0 1 0 181 1 0 0 20 0 19 0 104015981 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 9168 2249 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2409 0 1 0 147 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850473546024 139850326381658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850445998888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850444946088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850314984488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850313931688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850312878376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850311825576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139850310773288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 945 0 0 0 10 0 0 0 20 0 19 0 104015986 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 7184 0 -1 4202560 3146 0 0 0 20 0 0 0 20 0 19 0 104015986 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849821943864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849820891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849819839176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015996 9856040960 9168 33554432000 1073741824 1073778376 140734745094016 139849818686888 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.25 2.20 2.16 3/213 10757
/proc/meminfo: memFree=29833832/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 9220 0 1 0 351 1 0 0 20 0 19 0 104015981 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 10255 2250 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2411 0 1 0 307 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850473545992 139850326375701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850445998888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850444946088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850314984488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850313931688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850312878376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850311825576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139850310773288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 2371 0 0 0 16 0 0 0 20 0 19 0 104015986 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 7184 0 -1 4202560 3168 0 0 0 24 0 0 0 20 0 19 0 104015986 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849821943864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849820891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849819839176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015996 9856040960 10255 33554432000 1073741824 1073778376 140734745094016 139849818686888 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.23 2.20 2.16 3/213 10757
/proc/meminfo: memFree=29827840/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 9225 0 1 0 670 1 0 0 20 0 19 0 104015981 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 11792 2251 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2415 0 1 0 627 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850473537216 139850326375783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850445998888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850444946088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850314984488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850313931688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850312878376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850311825576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139850310773288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 2371 0 0 0 16 0 0 0 20 0 19 0 104015986 9856040960 11792 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.24 cores=1,3,5,7

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

/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 10381 0 0 0 45 1 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 7184 0 -1 4202560 3176 0 0 0 27 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849821943864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849820891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 7184 0 -1 4202560 44 0 0 0 12 17 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849819839176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015996 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849818686888 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 752.94
Current children cumulated vsize (KiB) 9625040

[startup+755.201 s]
/proc/loadavg: 2.33 2.30 2.21 4/213 10972
/proc/meminfo: memFree=29921852/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=756.15 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 17442 0 1 0 75593 22 0 0 20 0 19 0 104015981 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 54416 2271 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=755.08 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2482 0 1 0 75493 15 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850473546072 139850326419079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 7184 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850445998888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850444946088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850314984488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 7184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850313931688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 7184 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850312878376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 7184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850311825576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 7184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850310773288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 10381 0 0 0 46 1 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 7184 0 -1 4202560 3176 0 0 0 27 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849821943864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849820891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 7184 0 -1 4202560 44 0 0 0 12 17 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849819839176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015996 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849818686888 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 756.15
Current children cumulated vsize (KiB) 9625040

[startup+756.801 s]
/proc/loadavg: 2.33 2.30 2.21 3/213 10972
/proc/meminfo: memFree=29921852/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=757.76 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 17442 0 1 0 75754 22 0 0 20 0 19 0 104015981 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 54416 2271 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=756.69 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2482 0 1 0 75654 15 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850473546072 139850326419079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 7184 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850445998888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850444946088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850314984488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 7184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850313931688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 7184 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850312878376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 7184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850311825576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 7184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139850310773288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 10381 0 0 0 46 1 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 7184 0 -1 4202560 3176 0 0 0 27 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849821943864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849820891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 7184 0 -1 4202560 44 0 0 0 12 17 0 0 20 0 19 0 104015986 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849819839176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015996 9856040960 54416 33554432000 1073741824 1073778376 140734745094016 139849818686888 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 757.76
Current children cumulated vsize (KiB) 9625040

[startup+757.201 s]
/proc/loadavg: 2.33 2.30 2.21 3/213 10972
/proc/meminfo: memFree=29921852/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=9625040 CPUtime=758.21 cores=1,3,5,7
/proc/10738/stat : 10738 (java) S 10735 10738 7184 0 -1 4202496 17492 0 1 0 75799 22 0 0 20 0 19 0 104015981 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 140734745085152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 2406260 54466 2271 9 0 2396937 0
[pid=10738/tid=10739] ppid=10735 vsize=9625040 CPUtime=757.08 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4202560 2482 0 1 0 75693 15 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850473546072 139850326419079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 7184 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850445998888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850444946088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 7184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850314984488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 7184 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850313931688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 7184 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850312878376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 7184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850311825576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 7184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139850310773288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 7184 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 104015982 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849839405480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 7184 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 104015983 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849827207912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849826153976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104015984 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849825101576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849824050064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 7184 0 -1 4202560 10431 0 0 0 52 1 0 0 20 0 19 0 104015986 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849822996664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 7184 0 -1 4202560 3176 0 0 0 27 0 0 0 20 0 19 0 104015986 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849821943864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104015986 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849820891768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 7184 0 -1 4202560 44 0 0 0 12 17 0 0 20 0 19 0 104015986 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849819839176 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104015996 9856040960 54466 33554432000 1073741824 1073778376 140734745094016 139849818686888 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 758.21
Current children cumulated vsize (KiB) 9625040

[startup+757.401 s]
/proc/loadavg: 2.33 2.30 2.21 3/213 10972
/proc/meminfo: memFree=29921852/32872528 swapFree=15784/1434320
[pid=10738] ppid=10735 vsize=0 CPUtime=758.59 cores=1,3,5,7
/proc/10738/stat : 10738 (java) Z 10735 10738 7184 0 -1 4203532 17518 0 1 0 75825 34 0 0 20 0 2 0 104015981 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10738/statm: 0 0 0 0 0 0 0
[pid=10738/tid=10739] ppid=10735 vsize=0 CPUtime=757.25 cores=1,3,5,7
/proc/10738/task/10739/stat : 10739 (java) R 10735 10738 7184 0 -1 4203588 2484 0 1 0 75710 15 0 0 20 0 2 0 104015982 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 758.59
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 757.403
CPU time (s): 758.719
CPU user time (s): 758.247
CPU system time (s): 0.471928
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 758.247
system time used= 0.471928
maximum resident set size= 220956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16199
involuntary context switches= 2787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6163 second user time and 5.69313 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 15:47:07
IDJOB=4084303
IDBENCH=1440
IDSOLVER=2546
FILE ID=node130/4084303-1465220827
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084303-1465220827/watcher-4084303-1465220827 -o /tmp/evaluation-result-4084303-1465220827/solver-4084303-1465220827 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084303-1465220827.opb

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

MD5SUM BENCH= 2ca83d15931a383b90d8a7a08c6c1d9a
RANDOM SEED=951446684

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.261
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.261
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:        29866008 kB
Buffers:           11672 kB
Cached:            85764 kB
SwapCached:         1764 kB
Active:           829948 kB
Inactive:          37456 kB
Active(anon):     770932 kB
Inactive(anon):     1644 kB
Active(file):      59016 kB
Inactive(file):    35812 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098340 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:       2204060 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             567680 kB
SReclaimable:      10316 kB
SUnreclaim:       557364 kB
KernelStack:        1576 kB
PageTables:         8456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2347228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2177024 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 node130 at 2016-06-06 15:59:45