Trace number 4106135

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 97.8181 96.7231

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=487-P1=163-P2=173-P3=211-B.opb
MD5SUMfb1c97600aa303ca13bb2482d5ad3e27
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.071989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4106135-1466270097.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
0.06/0.18	c ... done. Wall clock time 0.046s.
0.06/0.18	c declared #vars     81
0.06/0.18	c internal #vars     324
0.06/0.18	c #constraints  496
0.06/0.18	c constraints type 
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.06/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 253
0.06/0.18	c 496 constraints processed.
0.06/0.18	c objective function length is 9 literals
0.82/0.61	c cleaning 2494 clauses out of 5000 with flag 10287/5000
0.95/0.72	c SATISFIABLE
0.95/0.72	c OPTIMIZING...
0.95/0.72	c Got one! Elapsed wall clock time (in seconds):0.594
0.95/0.73	o 3
1.26/0.93	c cleaning 4146 clauses out of 8309 with flag 8392/10803
1.66/1.31	c cleaning 5078 clauses out of 10163 with flag 21013/16803
2.16/1.83	c cleaning 6038 clauses out of 12085 with flag 35728/23803
2.68/2.34	c cleaning 7020 clauses out of 14048 with flag 52307/31804
3.38/3.09	c cleaning 8013 clauses out of 16029 with flag 71577/40805
4.48/4.19	c cleaning 9005 clauses out of 18015 with flag 92820/50804
5.78/5.43	c cleaning 9996 clauses out of 20010 with flag 117262/61804
7.00/6.66	c cleaning 11004 clauses out of 22013 with flag 143289/73803
8.69/8.34	c cleaning 12000 clauses out of 24010 with flag 172635/86804
10.19/9.88	c cleaning 12995 clauses out of 26009 with flag 203303/100803
11.71/11.37	c cleaning 13997 clauses out of 28014 with flag 238868/115803
13.85/13.00	c cleaning 15005 clauses out of 30017 with flag 277870/131803
16.15/15.32	c cleaning 15999 clauses out of 32013 with flag 317150/148804
18.15/17.31	c cleaning 16998 clauses out of 34014 with flag 357701/166804
20.75/19.95	c cleaning 18001 clauses out of 36016 with flag 402063/185804
24.14/23.39	c cleaning 18995 clauses out of 38014 with flag 449056/205803
27.95/27.12	c cleaning 20005 clauses out of 40019 with flag 499979/226803
31.25/30.41	c cleaning 20998 clauses out of 42014 with flag 555157/248803
34.25/33.42	c cleaning 22003 clauses out of 44017 with flag 610341/271804
37.55/36.76	c cleaning 23003 clauses out of 46013 with flag 669074/295803
41.44/40.66	c cleaning 24003 clauses out of 48011 with flag 728004/320804
45.64/44.73	c cleaning 24994 clauses out of 50007 with flag 786183/346803
49.96/49.06	c cleaning 26001 clauses out of 52014 with flag 851064/373804
55.46/54.58	c cleaning 27002 clauses out of 54012 with flag 912226/401803
61.86/60.95	c cleaning 28002 clauses out of 56010 with flag 974457/430803
68.27/67.36	c cleaning 29002 clauses out of 58009 with flag 1039745/460804
75.58/74.60	c cleaning 29998 clauses out of 60005 with flag 1107780/491803
83.82/82.87	c cleaning 30999 clauses out of 62006 with flag 1175834/523804
92.48/91.49	c cleaning 31995 clauses out of 64004 with flag 1246787/556804
97.79/96.71	c starts		: 1061
97.79/96.71	c conflicts		: 577886
97.79/96.71	c decisions		: 633338
97.79/96.71	c propagations		: 11770820
97.79/96.71	c inspects		: 1867084537
97.79/96.71	c shortcuts		: 0
97.79/96.71	c learnt literals	: 22
97.79/96.71	c learnt binary clauses	: 19
97.79/96.71	c learnt ternary clauses	: 37
97.79/96.71	c learnt constraints	: 577863
97.79/96.71	c ignored constraints	: 0
97.79/96.71	c root simplifications	: 0
97.79/96.71	c removed literals (reason simplification)	: 0
97.79/96.71	c reason swapping (by a shorter reason)	: 0
97.79/96.71	c Calls to reduceDB	: 30
97.79/96.71	c Number of update (reduction) of LBD	: 17988
97.79/96.71	c Imported unit clauses	: 0
97.79/96.71	c number of reductions to clauses (during analyze)	: 0
97.79/96.71	c number of learned constraints concerned by reduction	: 0
97.79/96.71	c number of learning phase by resolution	: 0
97.79/96.71	c number of learning phase by cutting planes	: 0
97.79/96.71	c speed (assignments/second)	: 121934.44796651955
97.79/96.71	c non guided choices	551
97.79/96.71	c learnt constraints type 
97.79/96.71	s OPTIMUM FOUND
97.79/96.71	c Found 1 solution(s)
97.79/96.71	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 x29 -x30 -x31 x32 -x33 x34 x35 -x36 x37 x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 x50 x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 x77 -x78 -x79 -x80 -x81 
97.79/96.72	c objective function=3
97.79/96.72	c Total wall clock time (in seconds): 96.584

Verifier Data

OK	3

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-4106135-1466270097/watcher-4106135-1466270097 -o /tmp/evaluation-result-4106135-1466270097/solver-4106135-1466270097 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106135-1466270097.opb 

pid=26161
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.16 2.07 2.02 3/194 26164
/proc/meminfo: memFree=31212832/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26164/stat : 26164 (java) R 26161 26164 24550 0 -1 4202496 312 0 0 0 0 0 0 0 20 0 1 0 29056434 9515008 170 33554432000 1073741824 1073778376 140737322443856 140737322440984 242167399991 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26164/statm: 2323 176 133 9 0 71 0

[startup+0.100127 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 26164
/proc/meminfo: memFree=31212832/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 3802 0 1 0 6 0 0 0 20 0 18 0 29056434 9787879424 4933 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2389619 4935 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200307 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 26164
/proc/meminfo: memFree=31212832/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 4594 0 1 0 20 1 0 0 20 0 19 0 29056434 9856040960 6674 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 6674 2190 9 0 2396937 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9625040

[startup+0.30027 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 26164
/proc/meminfo: memFree=31212832/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 6743 0 1 0 45 1 0 0 20 0 19 0 29056434 9856040960 8293 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 8293 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700225 s]
/proc/loadavg: 2.16 2.07 2.02 3/194 26164
/proc/meminfo: memFree=31212832/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 7262 0 1 0 94 1 0 0 20 0 19 0 29056434 9856040960 8806 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 8806 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.16 2.07 2.02 3/213 26183
/proc/meminfo: memFree=31181184/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 8702 0 1 0 185 1 0 0 20 0 19 0 29056434 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 10521 2248 9 0 2396937 0
[pid=26164/tid=26166] ppid=26161 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/26164/task/26166/stat : 26166 (java) R 26161 26164 24550 0 -1 4202560 2416 0 1 0 146 0 0 0 20 0 19 0 29056435 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981953117888 139981792723090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26167] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26167/stat : 26167 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981914618408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26168] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26168/stat : 26168 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981913565608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 2760 0 0 0 24 0 0 0 20 0 19 0 29056441 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 2255 0 0 0 14 0 0 0 20 0 19 0 29056441 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 10521 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.16 2.07 2.02 3/213 26183
/proc/meminfo: memFree=31174552/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 8708 0 1 0 347 1 0 0 20 0 19 0 29056434 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 12571 2248 9 0 2396937 0
[pid=26164/tid=26166] ppid=26161 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/26164/task/26166/stat : 26166 (java) R 26161 26164 24550 0 -1 4202560 2420 0 1 0 306 0 0 0 20 0 19 0 29056435 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981953117888 139981792709120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26167] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26167/stat : 26167 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981914618408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26168] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26168/stat : 26168 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981913565608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 2762 0 0 0 25 0 0 0 20 0 19 0 29056441 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 2255 0 0 0 14 0 0 0 20 0 19 0 29056441 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 12571 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.15 2.07 2.01 3/213 26183
/proc/meminfo: memFree=31163092/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 8715 0 1 0 667 2 0 0 20 0 19 0 29056434 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 14774 2249 9 0 2396937 0
[pid=26164/tid=26166] ppid=26161 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/26164/task/26166/stat : 26166 (java) R 26161 26164 24550 0 -1 4202560 2426 0 1 0 625 2 0 0 20 0 19 0 29056435 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981953124904 139981792723090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26167] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26167/stat : 26167 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981914618408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26168] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26168/stat : 26168 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981913565608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 2762 0 0 0 25 0 0 0 20 0 19 0 29056441 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 2255 0 0 0 15 0 0 0 20 0 19 0 29056441 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 14774 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 3967 0 0 0 46 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 9603 0 0 0 58 2 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.09
Current children cumulated vsize (KiB) 9625040

[startup+96.4007 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 26185
/proc/meminfo: memFree=31013256/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=97.49 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 17366 0 1 0 9741 8 0 0 20 0 19 0 29056434 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 43881 2262 9 0 2396937 0
[pid=26164/tid=26166] ppid=26161 vsize=9625040 CPUtime=96.34 cores=0,2,4,6
/proc/26164/task/26166/stat : 26166 (java) R 26161 26164 24550 0 -1 4202560 2491 0 1 0 9630 4 0 0 20 0 19 0 29056435 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981953124800 139981792709202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26167] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26167/stat : 26167 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981914618408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26168] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26168/stat : 26168 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981913565608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 3967 0 0 0 46 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 9603 0 0 0 58 2 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.49
Current children cumulated vsize (KiB) 9625040

[startup+96.6008 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 26185
/proc/meminfo: memFree=31013256/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=97.69 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 17366 0 1 0 9761 8 0 0 20 0 19 0 29056434 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 43881 2262 9 0 2396937 0
[pid=26164/tid=26166] ppid=26161 vsize=9625040 CPUtime=96.54 cores=0,2,4,6
/proc/26164/task/26166/stat : 26166 (java) R 26161 26164 24550 0 -1 4202560 2491 0 1 0 9650 4 0 0 20 0 19 0 29056435 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981953124800 139981793082090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26167] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26167/stat : 26167 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981914618408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26168] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26168/stat : 26168 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981913565608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 3967 0 0 0 46 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 9603 0 0 0 58 2 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.69
Current children cumulated vsize (KiB) 9625040

[startup+96.7008 s]
/proc/loadavg: 2.03 2.05 2.01 3/213 26185
/proc/meminfo: memFree=31013256/32872528 swapFree=338416/354768
[pid=26164] ppid=26161 vsize=9625040 CPUtime=97.79 cores=0,2,4,6
/proc/26164/stat : 26164 (java) S 26161 26164 24550 0 -1 4202496 17366 0 1 0 9771 8 0 0 20 0 19 0 29056434 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 140735571025504 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26164/statm: 2406260 43881 2262 9 0 2396937 0
[pid=26164/tid=26166] ppid=26161 vsize=9625040 CPUtime=96.64 cores=0,2,4,6
/proc/26164/task/26166/stat : 26166 (java) R 26161 26164 24550 0 -1 4202560 2491 0 1 0 9660 4 0 0 20 0 19 0 29056435 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981953124800 139981792483248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26167] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26167/stat : 26167 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981914618408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26168] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26168/stat : 26168 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981913565608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26169] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26169/stat : 26169 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981912512808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26170] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26170/stat : 26170 (java) S 26161 26164 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981911460008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26164/tid=26171] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26171/stat : 26171 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981792209960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26172] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26172/stat : 26172 (java) S 26161 26164 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981791157160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26164/tid=26173] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26173/stat : 26173 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981790104360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26174] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26174/stat : 26174 (java) S 26161 26164 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056436 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981789051560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26175] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26175/stat : 26175 (java) S 26161 26164 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29056437 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981776853480 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26176] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26176/stat : 26176 (java) S 26161 26164 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981171451128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26177] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26177/stat : 26177 (java) S 26161 26164 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056438 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981170398216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26178] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26178/stat : 26178 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981169346704 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26179] ppid=26161 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26164/task/26179/stat : 26179 (java) S 26161 26164 24550 0 -1 4202560 3967 0 0 0 47 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981168294840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26180] ppid=26161 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/26164/task/26180/stat : 26180 (java) S 26161 26164 24550 0 -1 4202560 9603 0 0 0 58 2 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981167242040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26181] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26181/stat : 26181 (java) S 26161 26164 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981166189432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26164/tid=26182] ppid=26161 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26164/task/26182/stat : 26182 (java) S 26161 26164 24550 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 29056441 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981165136840 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26164/tid=26183] ppid=26161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26164/task/26183/stat : 26183 (java) S 26161 26164 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056452 9856040960 43881 33554432000 1073741824 1073778376 140735571034368 139981164082344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 97.79
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 96.7231
CPU time (s): 97.8181
CPU user time (s): 97.7061
CPU system time (s): 0.111982
CPU usage (%): 101.132
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.7061
system time used= 0.111982
maximum resident set size= 185100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2382
involuntary context switches= 185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.705892 second user time and 0.876866 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 19:14:57
IDJOB=4106135
IDBENCH=47947
IDSOLVER=2546
FILE ID=node126/4106135-1466270097
RUNJOBID= node126-1466264639-24566
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=487-P1=163-P2=173-P3=211-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106135-1466270097/watcher-4106135-1466270097 -o /tmp/evaluation-result-4106135-1466270097/solver-4106135-1466270097 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106135-1466270097.opb

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

MD5SUM BENCH= fb1c97600aa303ca13bb2482d5ad3e27
RANDOM SEED=1884512583

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        31213368 kB
Buffers:          137072 kB
Cached:           247696 kB
SwapCached:         1736 kB
Active:           259696 kB
Inactive:         306988 kB
Active(anon):     182732 kB
Inactive(anon):     1796 kB
Active(file):      76964 kB
Inactive(file):   305192 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:        503024 kB
Mapped:            16960 kB
Shmem:                 0 kB
Slab:             606020 kB
SReclaimable:      49624 kB
SUnreclaim:       556396 kB
KernelStack:        1760 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71740 MiB
End job on node126 at 2016-06-18 19:16:34