Trace number 4088844

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 34.5187 33.4205

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/
pb16-16-elffers/SUMINEQ/normalized-sumineqArity5pyramidP0064.opb
MD5SUM901149921f7945f9ee6395d2e6971c54
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 benchmark5.11622
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10725
Total number of constraints2146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints2080
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
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.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@2b21cc40
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@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4088844-1466013886.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.35	c ... done. Wall clock time 0.242s.
0.51/0.35	c declared #vars     10725
0.51/0.35	c #constraints  2146
0.51/0.35	c constraints type 
0.51/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2146
0.51/0.35	c 2146 constraints processed.
1.18/0.65	c cleaning 2499 clauses out of 5001 with flag 12883/5001
1.46/0.75	c cleaning 4248 clauses out of 8502 with flag 30576/11001
1.73/0.84	c cleaning 5602 clauses out of 11253 with flag 49957/18000
1.86/0.93	c cleaning 6823 clauses out of 13653 with flag 71939/26002
1.98/1.08	c cleaning 7897 clauses out of 15830 with flag 97799/35002
2.18/1.25	c cleaning 8950 clauses out of 17931 with flag 131770/45000
2.28/1.40	c cleaning 9982 clauses out of 19981 with flag 167252/56000
2.48/1.55	c cleaning 10969 clauses out of 22000 with flag 202536/68001
2.68/1.74	c cleaning 12012 clauses out of 24031 with flag 241601/81001
2.88/1.91	c cleaning 12981 clauses out of 26018 with flag 286140/95000
2.98/2.09	c cleaning 14010 clauses out of 28037 with flag 337409/110000
3.28/2.31	c cleaning 14985 clauses out of 30027 with flag 392626/126000
3.48/2.54	c cleaning 16017 clauses out of 32043 with flag 441340/143001
3.68/2.78	c cleaning 17008 clauses out of 34025 with flag 502146/161000
3.98/3.04	c cleaning 17994 clauses out of 36018 with flag 563676/180001
4.28/3.35	c cleaning 18978 clauses out of 38023 with flag 627012/200000
4.58/3.68	c cleaning 20008 clauses out of 40046 with flag 688272/221001
4.97/4.01	c cleaning 20981 clauses out of 42037 with flag 754941/243000
5.17/4.29	c cleaning 22014 clauses out of 44057 with flag 826616/266001
5.57/4.67	c cleaning 23013 clauses out of 46042 with flag 899755/290000
5.97/5.09	c cleaning 23984 clauses out of 48031 with flag 977540/315002
6.37/5.47	c cleaning 25015 clauses out of 50045 with flag 1056401/341000
6.87/5.94	c cleaning 26006 clauses out of 52032 with flag 1146166/368002
7.27/6.34	c cleaning 26998 clauses out of 54025 with flag 1226734/396001
7.77/6.81	c cleaning 28002 clauses out of 56026 with flag 1310463/425000
8.17/7.25	c cleaning 28986 clauses out of 58025 with flag 1403287/455001
8.58/7.69	c cleaning 30012 clauses out of 60038 with flag 1498510/486000
9.18/8.26	c cleaning 30970 clauses out of 62026 with flag 1593190/518000
9.68/8.77	c cleaning 31957 clauses out of 64056 with flag 1703665/551000
10.28/9.31	c cleaning 33027 clauses out of 66099 with flag 1808275/585000
10.88/9.94	c cleaning 34008 clauses out of 68072 with flag 1920544/620000
11.48/10.57	c cleaning 35021 clauses out of 70067 with flag 2033444/656003
12.08/11.14	c cleaning 36013 clauses out of 72044 with flag 2152723/693001
12.67/11.78	c cleaning 37005 clauses out of 74030 with flag 2265249/731000
13.37/12.42	c cleaning 38003 clauses out of 76026 with flag 2386694/770001
14.07/13.12	c cleaning 39006 clauses out of 78022 with flag 2504142/810000
14.77/13.83	c cleaning 39990 clauses out of 80016 with flag 2626848/851000
15.62/14.62	c cleaning 40980 clauses out of 82026 with flag 2756616/893000
16.43/15.47	c cleaning 42020 clauses out of 84048 with flag 2890480/936002
17.22/16.24	c cleaning 43006 clauses out of 86027 with flag 3026183/980001
18.02/17.01	c cleaning 43993 clauses out of 88021 with flag 3160048/1025001
18.82/17.81	c cleaning 45005 clauses out of 90027 with flag 3298281/1071000
19.73/18.78	c cleaning 45964 clauses out of 92022 with flag 3451612/1118000
20.72/19.72	c cleaning 46998 clauses out of 94058 with flag 3605001/1166000
21.72/20.78	c cleaning 48025 clauses out of 96062 with flag 3758220/1215002
22.72/21.79	c cleaning 49006 clauses out of 98035 with flag 3911667/1265000
23.72/22.74	c cleaning 50007 clauses out of 100029 with flag 4076621/1316000
24.82/23.83	c cleaning 50984 clauses out of 102022 with flag 4242137/1368000
25.82/24.87	c cleaning 51985 clauses out of 104039 with flag 4413814/1421001
26.92/25.92	c cleaning 52999 clauses out of 106054 with flag 4588323/1475001
28.02/27.07	c cleaning 54014 clauses out of 108054 with flag 4759412/1530000
29.02/28.07	c cleaning 54997 clauses out of 110040 with flag 4927561/1586000
30.32/29.35	c cleaning 55996 clauses out of 112043 with flag 5111869/1643000
31.52/30.56	c cleaning 57014 clauses out of 114047 with flag 5293544/1701000
32.82/31.83	c cleaning 57992 clauses out of 116034 with flag 5478670/1760001
34.13/33.13	c cleaning 59010 clauses out of 118041 with flag 5679054/1820000
34.32/33.37	c starts		: 1155
34.32/33.37	c conflicts		: 1832813
34.32/33.37	c decisions		: 10106111
34.32/33.37	c propagations		: 19624398
34.32/33.37	c inspects		: 372873883
34.32/33.37	c shortcuts		: 0
34.32/33.37	c learnt literals	: 7
34.32/33.37	c learnt binary clauses	: 10
34.32/33.37	c learnt ternary clauses	: 7324
34.32/33.37	c learnt constraints	: 1832805
34.32/33.37	c ignored constraints	: 0
34.32/33.37	c root simplifications	: 0
34.32/33.37	c removed literals (reason simplification)	: 0
34.32/33.37	c reason swapping (by a shorter reason)	: 0
34.32/33.37	c Calls to reduceDB	: 56
34.32/33.37	c Number of update (reduction) of LBD	: 345131
34.32/33.37	c Imported unit clauses	: 0
34.32/33.37	c number of reductions to clauses (during analyze)	: 0
34.32/33.37	c number of learned constraints concerned by reduction	: 0
34.32/33.37	c number of learning phase by resolution	: 0
34.32/33.37	c number of learning phase by cutting planes	: 0
34.32/33.37	c speed (assignments/second)	: 594570.6235229959
34.32/33.37	c non guided choices	7071564
34.49/33.40	c learnt constraints type 
34.49/33.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
34.49/33.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71826
34.49/33.40	s UNSATISFIABLE
34.49/33.40	c Total wall clock time (in seconds): 33.294

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

pid=6773
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: 1.98 2.12 2.06 3/194 6776
/proc/meminfo: memFree=30485456/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3437189 98570240 977 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 24065 977 743 9 0 16771 0
[pid=6776/tid=6777] ppid=6773 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3437190 98570240 977 33554432000 1073741824 1073778376 140737184766384 139828580314664 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 1.98 2.12 2.06 3/194 6776
/proc/meminfo: memFree=30485456/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 4410 0 1 0 9 1 0 0 20 0 18 0 3437189 9787879424 6043 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2389619 6044 2137 9 0 2380296 0
[pid=6776/tid=6777] ppid=6773 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 3437190 9787879424 6044 33554432000 1073741824 1073778376 140737184766384 139828580315064 272889865485 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.200311 s]
/proc/loadavg: 1.98 2.12 2.06 3/194 6776
/proc/meminfo: memFree=30485456/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 4967 0 1 0 27 1 0 0 20 0 18 0 3437189 9787879424 7006 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2389619 7006 2216 9 0 2380296 0
[pid=6776/tid=6777] ppid=6773 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 18 0 3437190 9787879424 7006 33554432000 1073741824 1073778376 140737184766384 139828580315064 139828448850048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 1.98 2.12 2.06 3/194 6776
/proc/meminfo: memFree=30485456/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 5811 0 1 0 49 2 0 0 20 0 18 0 3437189 9787879424 9425 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2389619 9425 2235 9 0 2380296 0
[pid=6776/tid=6777] ppid=6773 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 3437190 9787879424 9425 33554432000 1073741824 1073778376 140737184766384 139828580315064 139828448690720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700272 s]
/proc/loadavg: 1.98 2.12 2.06 3/194 6776
/proc/meminfo: memFree=30485456/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 17371 0 1 0 142 4 0 0 20 0 19 0 3437189 9856040960 19905 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2406260 19905 2264 9 0 2396937 0
[pid=6776/tid=6777] ppid=6773 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2413 0 1 0 66 1 0 0 20 0 19 0 3437190 9856040960 19905 33554432000 1073741824 1073778376 140737184766384 139828580319872 139828449016464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 1.98 2.12 2.06 3/213 6795
/proc/meminfo: memFree=30409668/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 18097 0 1 0 244 4 0 0 20 0 19 0 3437189 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2406260 21912 2266 9 0 2396937 0
[pid=6776/tid=6777] ppid=6773 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2418 0 1 0 145 2 0 0 20 0 19 0 3437190 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828580310720 139828449182637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6779] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6779/stat : 6779 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828569381928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6780] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) S 6773 6776 5929 0 -1 4202560 9091 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828400265656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6792/stat : 6792 (java) S 6773 6776 5929 0 -1 4202560 5311 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828399212856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6793] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6793/stat : 6793 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828398160248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6794] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6794/stat : 6794 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828397107656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6795] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6795/stat : 6795 (java) S 6773 6776 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3437226 9856040960 21912 33554432000 1073741824 1073778376 140737184766384 139828396054184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.98 2.12 2.06 3/213 6795
/proc/meminfo: memFree=30399056/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 18105 0 1 0 404 4 0 0 20 0 19 0 3437189 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2406260 25496 2266 9 0 2396937 0
[pid=6776/tid=6777] ppid=6773 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2426 0 1 0 305 2 0 0 20 0 19 0 3437190 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828580310720 139828449014416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6779] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6779/stat : 6779 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828569381928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6780] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) S 6773 6776 5929 0 -1 4202560 9091 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828400265656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6792/stat : 6792 (java) S 6773 6776 5929 0 -1 4202560 5311 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828399212856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6793] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6793/stat : 6793 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828398160248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6794] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6794/stat : 6794 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828397107656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6795] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6795/stat : 6795 (java) S 6773 6776 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3437226 9856040960 25496 33554432000 1073741824 1073778376 140737184766384 139828396054184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 1.98 2.12 2.06 3/213 6795
/proc/meminfo: memFree=30373036/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9625040 CPUtime=7.27 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 18120 0 1 0 723 4 0 0 20 0 19 0 3437189 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2406260 31210 2267 9 0 2396937 0
[pid=6776/tid=6777] ppid=6773 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2440 0 1 0 624 3 0 0 20 0 19 0 3437190 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828580310720 139828449058133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6779] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6779/stat : 6779 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828569381928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6780] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) S 6773 6776 5929 0 -1 4202560 9091 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 31210 33554432000 1073741824 1073778376 140737184766384 139828400265656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6

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

[pid=6776/tid=6780] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) S 6773 6776 5929 0 -1 4202560 9091 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828400265656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6792/stat : 6792 (java) S 6773 6776 5929 0 -1 4202560 5311 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828399212856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6793] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6793/stat : 6793 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828398160248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6794] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6794/stat : 6794 (java) S 6773 6776 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828397107656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6795] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6795/stat : 6795 (java) S 6773 6776 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3437226 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828396054184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.03
Current children cumulated vsize (KiB) 9625040

[startup+32.8007 s]
/proc/loadavg: 1.99 2.11 2.06 4/213 6795
/proc/meminfo: memFree=30256020/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9625040 CPUtime=33.82 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 18209 0 1 0 3374 8 0 0 20 0 19 0 3437189 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2406260 49151 2280 9 0 2396937 0
[pid=6776/tid=6777] ppid=6773 vsize=9625040 CPUtime=32.73 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2469 0 1 0 3270 3 0 0 20 0 19 0 3437190 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828580310720 139828448728900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6779] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6779/stat : 6779 (java) S 6773 6776 5929 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828569381928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6780] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) S 6773 6776 5929 0 -1 4202560 9091 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828400265656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6792/stat : 6792 (java) S 6773 6776 5929 0 -1 4202560 5311 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828399212856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6793] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6793/stat : 6793 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828398160248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6794] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6794/stat : 6794 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828397107656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6795] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6795/stat : 6795 (java) S 6773 6776 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3437226 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828396054184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.82
Current children cumulated vsize (KiB) 9625040

[startup+33.2008 s]
/proc/loadavg: 1.99 2.11 2.06 4/213 6795
/proc/meminfo: memFree=30256020/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9625040 CPUtime=34.22 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 18209 0 1 0 3414 8 0 0 20 0 19 0 3437189 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2406260 49151 2280 9 0 2396937 0
[pid=6776/tid=6777] ppid=6773 vsize=9625040 CPUtime=33.13 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) R 6773 6776 5929 0 -1 4202560 2469 0 1 0 3310 3 0 0 20 0 19 0 3437190 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828580310720 139828449124562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6779] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6779/stat : 6779 (java) S 6773 6776 5929 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828569381928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6780] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437192 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) S 6773 6776 5929 0 -1 4202560 9091 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828400265656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6776/task/6792/stat : 6792 (java) S 6773 6776 5929 0 -1 4202560 5311 0 0 0 47 1 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828399212856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6793] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6793/stat : 6793 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828398160248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6794] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6794/stat : 6794 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437195 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828397107656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6795] ppid=6773 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6795/stat : 6795 (java) S 6773 6776 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3437226 9856040960 49151 33554432000 1073741824 1073778376 140737184766384 139828396054184 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.22
Current children cumulated vsize (KiB) 9625040

[startup+33.4007 s]
/proc/loadavg: 1.99 2.11 2.06 4/213 6795
/proc/meminfo: memFree=30256020/32872528 swapFree=1243664/1390832
[pid=6776] ppid=6773 vsize=9691604 CPUtime=34.49 cores=0,2,4,6
/proc/6776/stat : 6776 (java) S 6773 6776 5929 0 -1 4202496 18228 0 1 0 3441 8 0 0 20 0 19 0 3437189 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 140737184757520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6776/statm: 2422901 49676 2285 9 0 2413578 0
[pid=6776/tid=6777] ppid=6773 vsize=9691604 CPUtime=33.3 cores=0,2,4,6
/proc/6776/task/6777/stat : 6777 (java) S 6773 6776 5929 0 -1 4202560 2473 0 1 0 3327 3 0 0 20 0 19 0 3437190 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828580319960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6779] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6779/stat : 6779 (java) S 6773 6776 5929 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828569381928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6780] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6780/stat : 6780 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828568329128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6781] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6781/stat : 6781 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828567276328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6782] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6782/stat : 6782 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828420885160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6783] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6783/stat : 6783 (java) S 6773 6776 5929 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828419832360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6784] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6784/stat : 6784 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828418779560 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6785] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6785/stat : 6785 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828417726760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6786] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6786/stat : 6786 (java) S 6773 6776 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3437191 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828416673960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6776/tid=6787] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6787/stat : 6787 (java) S 6773 6776 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3437192 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828404476904 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6788] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6788/stat : 6788 (java) S 6773 6776 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3437192 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828403422968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6789] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6789/stat : 6789 (java) S 6773 6776 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3437192 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828402370056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6790] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6790/stat : 6790 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828401318544 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6791] ppid=6773 vsize=9691604 CPUtime=0.52 cores=0,2,4,6
/proc/6776/task/6791/stat : 6791 (java) R 6773 6776 5929 0 -1 4202560 9097 0 0 0 51 1 0 0 20 0 19 0 3437195 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828400265656 139828584163136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6776/tid=6792] ppid=6773 vsize=9691604 CPUtime=0.51 cores=0,2,4,6
/proc/6776/task/6792/stat : 6792 (java) S 6773 6776 5929 0 -1 4202560 5312 0 0 0 50 1 0 0 20 0 19 0 3437195 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828399212856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6793] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6793/stat : 6793 (java) S 6773 6776 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3437195 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828398160248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6776/tid=6794] ppid=6773 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6776/task/6794/stat : 6794 (java) S 6773 6776 5929 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3437195 9924202496 49676 33554432000 1073741824 1073778376 140737184766384 139828397107656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.49
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 33.4205
CPU time (s): 34.5187
CPU user time (s): 34.3868
CPU system time (s): 0.131979
CPU usage (%): 103.286
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.3868
system time used= 0.131979
maximum resident set size= 198724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18237
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= 1029
involuntary context switches= 693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.185971 second user time and 0.254961 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 20:04:46
IDJOB=4088844
IDBENCH=107321
IDSOLVER=2546
FILE ID=node119/4088844-1466013886
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 901149921f7945f9ee6395d2e6971c54
RANDOM SEED=1753787053

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:        30485868 kB
Buffers:            5664 kB
Cached:            90752 kB
SwapCached:        14200 kB
Active:           207444 kB
Inactive:          86220 kB
Active(anon):     185640 kB
Inactive(anon):    14104 kB
Active(file):      21804 kB
Inactive(file):    72116 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:              5044 kB
Writeback:             4 kB
AnonPages:       1576908 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             566204 kB
SReclaimable:       8916 kB
SUnreclaim:       557288 kB
KernelStack:        1600 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-15 20:05:19