Trace number 4088900

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 33.8289 32.6046

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity3houseP128.opb
MD5SUMdc75d0b5d88cddbaa7c6715163f93f5d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.40033
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49533
Total number of constraints16512
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints16383
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.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.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@37e893df
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@41ac1fe4
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4088900-1466014271.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.11/0.61	c ... done. Wall clock time 0.497s.
1.11/0.61	c declared #vars     49533
1.11/0.61	c #constraints  16512
1.11/0.61	c constraints type 
1.11/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16512
1.11/0.61	c 16512 constraints processed.
1.78/0.99	c cleaning 2492 clauses out of 5001 with flag 15688/5001
2.14/1.11	c cleaning 4224 clauses out of 8508 with flag 39207/11000
2.24/1.24	c cleaning 5617 clauses out of 11284 with flag 71938/18000
2.34/1.37	c cleaning 6830 clauses out of 13668 with flag 102673/26001
2.55/1.52	c cleaning 7907 clauses out of 15837 with flag 138953/35000
2.66/1.69	c cleaning 8630 clauses out of 17931 with flag 175572/45001
2.85/1.89	c cleaning 10024 clauses out of 20301 with flag 220362/56001
3.15/2.10	c cleaning 11125 clauses out of 22278 with flag 269633/68002
3.36/2.40	c cleaning 11944 clauses out of 24151 with flag 313326/81000
3.73/2.67	c cleaning 13071 clauses out of 26207 with flag 366581/95000
4.03/2.95	c cleaning 13965 clauses out of 28136 with flag 428565/110000
4.33/3.23	c cleaning 15047 clauses out of 30171 with flag 489478/126000
4.63/3.52	c cleaning 15973 clauses out of 32125 with flag 551020/143001
4.93/3.86	c cleaning 17023 clauses out of 34151 with flag 614182/161000
5.33/4.20	c cleaning 18005 clauses out of 36128 with flag 683504/180000
5.64/4.58	c cleaning 19015 clauses out of 38123 with flag 756278/200000
6.03/4.95	c cleaning 20009 clauses out of 40112 with flag 837162/221004
6.43/5.35	c cleaning 20981 clauses out of 42099 with flag 919853/243000
6.83/5.74	c cleaning 22056 clauses out of 44118 with flag 1011668/266000
7.33/6.25	c cleaning 22606 clauses out of 46062 with flag 1104605/290000
7.84/6.78	c cleaning 23633 clauses out of 48458 with flag 1202097/315002
8.43/7.32	c cleaning 23911 clauses out of 50823 with flag 1302488/341000
8.94/7.85	c cleaning 24439 clauses out of 53913 with flag 1410936/368001
9.53/8.47	c cleaning 25244 clauses out of 57474 with flag 1520989/396001
10.33/9.25	c cleaning 26463 clauses out of 61229 with flag 1629773/425000
10.93/9.85	c cleaning 27951 clauses out of 64768 with flag 1745980/455002
11.74/10.64	c cleaning 28769 clauses out of 67815 with flag 1869040/486000
12.54/11.42	c cleaning 28348 clauses out of 71047 with flag 1987887/518001
13.35/12.28	c cleaning 30221 clauses out of 75698 with flag 2115246/551000
14.15/13.00	c cleaning 30961 clauses out of 79478 with flag 2251747/585001
14.85/13.79	c cleaning 31729 clauses out of 83517 with flag 2390913/620001
15.55/14.47	c cleaning 32249 clauses out of 87787 with flag 2527458/656000
17.15/16.05	c cleaning 33534 clauses out of 92538 with flag 2672734/693000
18.35/17.22	c cleaning 34331 clauses out of 97004 with flag 2820748/731000
19.75/18.61	c cleaning 35847 clauses out of 101675 with flag 2976567/770002
20.65/19.55	c cleaning 36258 clauses out of 105827 with flag 3132365/810001
23.25/22.19	c cleaning 36531 clauses out of 110568 with flag 3298190/851000
25.15/24.08	c cleaning 37959 clauses out of 116037 with flag 3459524/893000
27.35/26.28	c cleaning 38629 clauses out of 121078 with flag 3624199/936000
30.05/28.94	c cleaning 39508 clauses out of 126451 with flag 3809832/980002
31.05/29.98	c cleaning 40050 clauses out of 131941 with flag 3993070/1025000
33.65/32.57	c starts		: 512
33.65/32.57	c conflicts		: 1064659
33.65/32.57	c decisions		: 18062442
33.65/32.57	c propagations		: 31108948
33.65/32.57	c inspects		: 124312459
33.65/32.57	c shortcuts		: 0
33.65/32.57	c learnt literals	: 9
33.65/32.57	c learnt binary clauses	: 12731
33.65/32.57	c learnt ternary clauses	: 32193
33.65/32.57	c learnt constraints	: 1064649
33.65/32.57	c ignored constraints	: 0
33.65/32.57	c root simplifications	: 0
33.65/32.57	c removed literals (reason simplification)	: 0
33.65/32.57	c reason swapping (by a shorter reason)	: 0
33.65/32.57	c Calls to reduceDB	: 41
33.65/32.57	c Number of update (reduction) of LBD	: 308679
33.65/32.57	c Imported unit clauses	: 0
33.65/32.57	c number of reductions to clauses (during analyze)	: 0
33.65/32.57	c number of learned constraints concerned by reduction	: 0
33.65/32.57	c number of learning phase by resolution	: 0
33.65/32.57	c number of learning phase by cutting planes	: 0
33.65/32.57	c speed (assignments/second)	: 974407.943369041
33.65/32.57	c non guided choices	14766225
33.77/32.60	c learnt constraints type 
33.77/32.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12731
33.77/32.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118809
33.77/32.60	s UNSATISFIABLE
33.77/32.60	c Total wall clock time (in seconds): 32.488

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-4088900-1466014271/watcher-4088900-1466014271 -o /tmp/evaluation-result-4088900-1466014271/solver-4088900-1466014271 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088900-1466014271.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.33 2.22 2.11 3/194 7304
/proc/meminfo: memFree=29997628/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3475718 98570240 976 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 24065 976 743 9 0 16771 0
[pid=7304/tid=7305] ppid=7301 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3475718 98570240 976 33554432000 1073741824 1073778376 140735953993680 139712865332776 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.33 2.22 2.11 3/194 7304
/proc/meminfo: memFree=29997628/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 3475718 9787879424 6057 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2389619 6057 2125 9 0 2380296 0
[pid=7304/tid=7305] ppid=7301 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2404 0 1 0 6 1 0 0 20 0 18 0 3475718 9787879424 6057 33554432000 1073741824 1073778376 140735953993680 139712865337048 139712872344691 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.33 2.22 2.11 3/194 7304
/proc/meminfo: memFree=29997628/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 4982 0 1 0 26 1 0 0 20 0 18 0 3475718 9787879424 7015 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2389619 7015 2213 9 0 2380296 0
[pid=7304/tid=7305] ppid=7301 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2424 0 1 0 16 1 0 0 20 0 18 0 3475718 9787879424 7015 33554432000 1073741824 1073778376 140735953993680 139712865337048 139712868623255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 2.33 2.22 2.11 3/194 7304
/proc/meminfo: memFree=29997628/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 5776 0 1 0 48 2 0 0 20 0 18 0 3475718 9787879424 9458 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2389619 9458 2235 9 0 2380296 0
[pid=7304/tid=7305] ppid=7301 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2428 0 1 0 26 1 0 0 20 0 18 0 3475718 9787879424 9458 33554432000 1073741824 1073778376 140735953993680 139712865337048 139712805105232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.33 2.22 2.11 3/194 7304
/proc/meminfo: memFree=29997628/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 11334 0 1 0 131 4 0 0 20 0 19 0 3475718 9856040960 38968 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2406260 38968 2256 9 0 2396937 0
[pid=7304/tid=7305] ppid=7301 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2488 0 1 0 64 3 0 0 20 0 19 0 3475718 9856040960 38968 33554432000 1073741824 1073778376 140735953993680 139712865337984 139712868623312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.33 2.22 2.11 5/213 7323
/proc/meminfo: memFree=29845752/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 13310 0 1 0 250 5 0 0 20 0 19 0 3475718 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2406260 40550 2269 9 0 2396937 0
[pid=7304/tid=7305] ppid=7301 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2494 0 1 0 144 4 0 0 20 0 19 0 3475718 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712865337880 139712805764079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7307] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7307/stat : 7307 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712708426792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7308] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475720 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4177 0 0 0 52 0 0 0 20 0 19 0 3475723 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7304/task/7320/stat : 7320 (java) S 7301 7304 5929 0 -1 4202560 5362 0 0 0 52 0 0 0 20 0 19 0 3475723 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712683596088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7321] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7321/stat : 7321 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712682543480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7322] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7322/stat : 7322 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712681490888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7323] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7323/stat : 7323 (java) S 7301 7304 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3475783 9856040960 40550 33554432000 1073741824 1073778376 140735953993680 139712680437416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.33 2.22 2.11 3/213 7323
/proc/meminfo: memFree=29836816/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9625040 CPUtime=4.23 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 13439 0 1 0 416 7 0 0 20 0 19 0 3475718 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2406260 46781 2283 9 0 2396937 0
[pid=7304/tid=7305] ppid=7301 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2502 0 1 0 301 4 0 0 20 0 19 0 3475718 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712865328832 139712805862381 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7307] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7307/stat : 7307 (java) S 7301 7304 5929 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712708426792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7308] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 3475720 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4177 0 0 0 53 0 0 0 20 0 19 0 3475723 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7304/task/7320/stat : 7320 (java) S 7301 7304 5929 0 -1 4202560 5362 0 0 0 52 0 0 0 20 0 19 0 3475723 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712683596088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7321] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7321/stat : 7321 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712682543480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7322] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7322/stat : 7322 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712681490888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7323] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7323/stat : 7323 (java) S 7301 7304 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3475783 9856040960 46781 33554432000 1073741824 1073778376 140735953993680 139712680437416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.30 2.21 2.11 3/213 7323
/proc/meminfo: memFree=29811788/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9625040 CPUtime=7.43 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 13441 0 1 0 736 7 0 0 20 0 19 0 3475718 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2406260 46707 2283 9 0 2396937 0
[pid=7304/tid=7305] ppid=7301 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2504 0 1 0 621 4 0 0 20 0 19 0 3475718 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712865335816 139712805469300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7307] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7307/stat : 7307 (java) S 7301 7304 5929 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712708426792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7308] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 3475720 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4177 0 0 0 53 0 0 0 20 0 19 0 3475723 9856040960 46707 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6

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

[pid=7304/tid=7308] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 3475720 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4179 0 0 0 54 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7304/task/7320/stat : 7320 (java) S 7301 7304 5929 0 -1 4202560 5365 0 0 0 52 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712683596088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7321] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7321/stat : 7321 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712682543480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7322] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7322/stat : 7322 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712681490888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7323] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7323/stat : 7323 (java) S 7301 7304 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3475783 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712680437416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 31.55
Current children cumulated vsize (KiB) 9625040

[startup+32.0078 s]
/proc/loadavg: 2.25 2.21 2.11 3/213 7323
/proc/meminfo: memFree=29770536/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9625040 CPUtime=33.16 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 13448 0 1 0 3308 8 0 0 20 0 19 0 3475718 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2406260 46712 2283 9 0 2396937 0
[pid=7304/tid=7305] ppid=7301 vsize=9625040 CPUtime=31.94 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2506 0 1 0 3190 4 0 0 20 0 19 0 3475718 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712865337608 139712805763684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7307] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7307/stat : 7307 (java) S 7301 7304 5929 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712708426792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7308] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 3475720 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4179 0 0 0 54 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7304/task/7320/stat : 7320 (java) S 7301 7304 5929 0 -1 4202560 5365 0 0 0 52 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712683596088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7321] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7321/stat : 7321 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712682543480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7322] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7322/stat : 7322 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712681490888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7323] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7323/stat : 7323 (java) S 7301 7304 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3475783 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712680437416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.16
Current children cumulated vsize (KiB) 9625040

[startup+32.4008 s]
/proc/loadavg: 2.25 2.21 2.11 3/213 7323
/proc/meminfo: memFree=29770536/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9625040 CPUtime=33.55 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 13451 0 1 0 3347 8 0 0 20 0 19 0 3475718 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2406260 46712 2283 9 0 2396937 0
[pid=7304/tid=7305] ppid=7301 vsize=9625040 CPUtime=32.34 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) R 7301 7304 5929 0 -1 4202560 2506 0 1 0 3230 4 0 0 20 0 19 0 3475718 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712865335776 139712805809839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7307] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7307/stat : 7307 (java) S 7301 7304 5929 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712708426792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7308] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 3475720 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3475721 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4179 0 0 0 54 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7304/task/7320/stat : 7320 (java) S 7301 7304 5929 0 -1 4202560 5365 0 0 0 52 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712683596088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7321] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7321/stat : 7321 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712682543480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7322] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7322/stat : 7322 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475723 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712681490888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7323] ppid=7301 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7323/stat : 7323 (java) S 7301 7304 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3475783 9856040960 46712 33554432000 1073741824 1073778376 140735953993680 139712680437416 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.55
Current children cumulated vsize (KiB) 9625040

[startup+32.6008 s]
/proc/loadavg: 2.25 2.21 2.11 3/213 7323
/proc/meminfo: memFree=29770536/32872528 swapFree=1243664/1390832
[pid=7304] ppid=7301 vsize=9691604 CPUtime=33.77 cores=0,2,4,6
/proc/7304/stat : 7304 (java) S 7301 7304 5929 0 -1 4202496 13475 0 1 0 3369 8 0 0 20 0 19 0 3475718 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 140735953984816 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7304/statm: 2422901 46731 2284 9 0 2413578 0
[pid=7304/tid=7305] ppid=7301 vsize=9691604 CPUtime=32.51 cores=0,2,4,6
/proc/7304/task/7305/stat : 7305 (java) S 7301 7304 5929 0 -1 4202560 2509 0 1 0 3247 4 0 0 20 0 19 0 3475718 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712865338072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7307] ppid=7301 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7307/stat : 7307 (java) S 7301 7304 5929 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712708426792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7308] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7308/stat : 7308 (java) S 7301 7304 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712707373992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7309] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7309/stat : 7309 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712706321192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7310] ppid=7301 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7310/stat : 7310 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712705268392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7311] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7311/stat : 7311 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712704215592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7312] ppid=7301 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/7304/task/7312/stat : 7312 (java) S 7301 7304 5929 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712703162792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7304/tid=7313] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7313/stat : 7313 (java) S 7301 7304 5929 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712702109992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7314] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7314/stat : 7314 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475719 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712701057192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7315] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7315/stat : 7315 (java) S 7301 7304 5929 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 3475720 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712688860136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7316] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7316/stat : 7316 (java) S 7301 7304 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3475721 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712687806200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7317] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7317/stat : 7317 (java) S 7301 7304 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3475721 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712686753288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7318] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7318/stat : 7318 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712685701776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7319] ppid=7301 vsize=9691604 CPUtime=0.55 cores=0,2,4,6
/proc/7304/task/7319/stat : 7319 (java) S 7301 7304 5929 0 -1 4202560 4180 0 0 0 55 0 0 0 20 0 19 0 3475723 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712684648888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7304/tid=7320] ppid=7301 vsize=9691604 CPUtime=0.54 cores=0,2,4,6
/proc/7304/task/7320/stat : 7320 (java) S 7301 7304 5929 0 -1 4202560 5376 0 0 0 54 0 0 0 20 0 19 0 3475723 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712683596088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7304/tid=7321] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7321/stat : 7321 (java) S 7301 7304 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3475723 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712682543480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7304/tid=7322] ppid=7301 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7304/task/7322/stat : 7322 (java) S 7301 7304 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3475723 9924202496 46731 33554432000 1073741824 1073778376 140735953993680 139712681490888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 33.77
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 32.6046
CPU time (s): 33.8289
CPU user time (s): 33.6869
CPU system time (s): 0.141978
CPU usage (%): 103.755
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.6869
system time used= 0.141978
maximum resident set size= 187124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13482
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1117
involuntary context switches= 354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.175973 second user time and 0.265959 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 20:11:11
IDJOB=4088900
IDBENCH=107329
IDSOLVER=2546
FILE ID=node119/4088900-1466014271
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity3houseP128.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088900-1466014271/watcher-4088900-1466014271 -o /tmp/evaluation-result-4088900-1466014271/solver-4088900-1466014271 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088900-1466014271.opb

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

MD5SUM BENCH= dc75d0b5d88cddbaa7c6715163f93f5d
RANDOM SEED=2008493730

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.56
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.456
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:        29998016 kB
Buffers:            6640 kB
Cached:            93000 kB
SwapCached:        14200 kB
Active:           681128 kB
Inactive:          87836 kB
Active(anon):     657712 kB
Inactive(anon):    14104 kB
Active(file):      23416 kB
Inactive(file):    73732 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:              2496 kB
Writeback:             0 kB
AnonPages:       2159352 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             565272 kB
SReclaimable:       8868 kB
SUnreclaim:       556404 kB
KernelStack:        1760 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2465644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 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 node119 at 2016-06-15 20:11:44