Trace number 4106309

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 76.0524 74.5873

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
MD5SUM8a882d07e0fbb307eb9e9c234ecc464c
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.12198
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106309-1466270477.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.071s.
0.09/0.19	c declared #vars     168
0.09/0.19	c internal #vars     616
0.09/0.19	c #constraints  918
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.09/0.19	c 918 constraints processed.
0.09/0.19	c objective function length is 8 literals
0.77/0.59	c cleaning 2498 clauses out of 5000 with flag 10929/5000
1.47/0.94	c cleaning 4247 clauses out of 8502 with flag 23868/11000
1.97/1.44	c cleaning 5627 clauses out of 11256 with flag 39263/18001
2.74/1.86	c cleaning 6800 clauses out of 13630 with flag 56310/26002
3.85/2.52	c cleaning 7913 clauses out of 15834 with flag 76669/35006
4.35/3.09	c cleaning 8947 clauses out of 17915 with flag 99311/45000
5.25/3.97	c cleaning 9962 clauses out of 19968 with flag 128554/56000
5.45/4.17	c SATISFIABLE
5.45/4.17	c OPTIMIZING...
5.45/4.17	c Got one! Elapsed wall clock time (in seconds):4.052
5.45/4.17	o 159
5.76/4.44	c cleaning 10012 clauses out of 20056 with flag 12026/66050
6.15/4.86	c cleaning 8018 clauses out of 16044 with flag 27778/72050
6.65/5.33	c cleaning 7508 clauses out of 15026 with flag 45637/79050
7.06/5.75	c cleaning 7759 clauses out of 15519 with flag 64870/87051
7.66/6.30	c cleaning 8379 clauses out of 16760 with flag 86699/96051
7.66/6.38	c Got one! Elapsed wall clock time (in seconds):6.266
7.66/6.38	o 117
7.86/6.52	c cleaning 6696 clauses out of 13403 with flag 6510/101073
8.16/6.81	c cleaning 6342 clauses out of 12706 with flag 19940/107072
8.16/6.82	c Got one! Elapsed wall clock time (in seconds):6.7
8.16/6.82	o 9
8.36/7.02	c cleaning 5718 clauses out of 11447 with flag 11082/112155
8.67/7.31	c cleaning 5854 clauses out of 11730 with flag 24431/118156
8.88/7.58	c cleaning 6434 clauses out of 12875 with flag 39143/125155
8.98/7.64	c Got one! Elapsed wall clock time (in seconds):7.524
8.98/7.64	o 3
9.19/7.83	c cleaning 5929 clauses out of 11885 with flag 9306/130599
9.38/8.08	c cleaning 5968 clauses out of 11955 with flag 22567/136599
9.68/8.36	c cleaning 6487 clauses out of 12987 with flag 37457/143599
10.09/8.70	c cleaning 7243 clauses out of 14503 with flag 54217/151602
10.51/9.19	c cleaning 8116 clauses out of 16260 with flag 73605/160602
11.21/9.82	c cleaning 9062 clauses out of 18141 with flag 95678/170599
11.81/10.42	c cleaning 10031 clauses out of 20080 with flag 120127/181600
12.51/11.16	c cleaning 11012 clauses out of 22048 with flag 147312/193599
13.51/12.16	c cleaning 12003 clauses out of 24036 with flag 176163/206599
14.61/13.26	c cleaning 13006 clauses out of 26033 with flag 206503/220599
15.81/14.47	c cleaning 14010 clauses out of 28029 with flag 240794/235601
16.81/15.42	c cleaning 14992 clauses out of 30017 with flag 275217/251599
18.01/16.68	c cleaning 16004 clauses out of 32025 with flag 314335/268599
19.50/18.17	c cleaning 17000 clauses out of 34024 with flag 355047/286602
20.90/19.55	c cleaning 17998 clauses out of 36021 with flag 397870/305599
22.41/21.06	c cleaning 19003 clauses out of 38023 with flag 442697/325599
24.80/23.44	c cleaning 19996 clauses out of 40021 with flag 490197/346600
27.70/26.36	c cleaning 20998 clauses out of 42024 with flag 538741/368599
30.10/28.76	c cleaning 22004 clauses out of 44026 with flag 589551/391600
31.92/30.59	c cleaning 23003 clauses out of 46021 with flag 640759/415599
34.52/33.16	c cleaning 23998 clauses out of 48018 with flag 697789/440599
37.01/35.63	c cleaning 24994 clauses out of 50019 with flag 756091/466599
39.12/37.75	c cleaning 26008 clauses out of 52026 with flag 813832/493600
41.72/40.37	c cleaning 27000 clauses out of 54017 with flag 875148/521599
44.73/43.35	c cleaning 28006 clauses out of 56017 with flag 937572/550599
47.54/46.16	c cleaning 28998 clauses out of 58010 with flag 1004668/580599
50.34/48.99	c cleaning 30001 clauses out of 60012 with flag 1074180/611599
53.94/52.54	c cleaning 31000 clauses out of 62012 with flag 1145685/643601
57.64/56.28	c cleaning 32005 clauses out of 64012 with flag 1218040/676601
61.74/60.32	c cleaning 33000 clauses out of 66006 with flag 1294778/710600
68.23/66.80	c cleaning 33998 clauses out of 68004 with flag 1380005/745599
75.33/73.93	c cleaning 34998 clauses out of 70004 with flag 1464947/781600
75.93/74.58	c starts		: 1584
75.93/74.58	c conflicts		: 788440
75.93/74.58	c decisions		: 892434
75.93/74.58	c propagations		: 14597795
75.93/74.58	c inspects		: 1321842474
75.93/74.58	c shortcuts		: 0
75.93/74.58	c learnt literals	: 21
75.93/74.58	c learnt binary clauses	: 27
75.93/74.58	c learnt ternary clauses	: 47
75.93/74.58	c learnt constraints	: 788418
75.93/74.58	c ignored constraints	: 0
75.93/74.58	c root simplifications	: 0
75.93/74.58	c removed literals (reason simplification)	: 0
75.93/74.58	c reason swapping (by a shorter reason)	: 0
75.93/74.58	c Calls to reduceDB	: 49
75.93/74.58	c Number of update (reduction) of LBD	: 29217
75.93/74.58	c Imported unit clauses	: 0
75.93/74.58	c number of reductions to clauses (during analyze)	: 0
75.93/74.58	c number of learned constraints concerned by reduction	: 0
75.93/74.58	c number of learning phase by resolution	: 0
75.93/74.58	c number of learning phase by cutting planes	: 0
75.93/74.58	c speed (assignments/second)	: 196246.48786717752
75.93/74.58	c non guided choices	6753
75.93/74.58	c learnt constraints type 
75.93/74.58	s OPTIMUM FOUND
75.93/74.58	c Found 4 solution(s)
75.93/74.58	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 x82 x83 x84 x85 x86 -x87 x88 x89 x90 -x91 -x92 x93 x94 x95 -x96 x97 -x98 -x99 -x100 -x101 x102 -x103 x104 x105 -x106 x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 x124 x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 x140 x141 x142 -x143 -x144 x145 -x146 x147 -x148 -x149 -x150 x151 -x152 x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 x165 -x166 -x167 -x168 
75.93/74.58	c objective function=3
75.93/74.58	c Total wall clock time (in seconds): 74.462

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

pid=27469
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.00 2.04 2.00 3/194 27472
/proc/meminfo: memFree=31174008/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27472/stat : 27472 (java) D 27469 27472 24550 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 29094441 9515008 184 33554432000 1073741824 1073778376 140736536591520 140736536582744 242167213495 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/27472/statm: 2323 184 142 9 0 71 0

[startup+0.100063 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 27472
/proc/meminfo: memFree=31174008/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 4438 0 1 0 8 1 0 0 20 0 18 0 29094441 9787879424 6060 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2389619 6060 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 27472
/proc/meminfo: memFree=31174008/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 4743 0 1 0 23 2 0 0 20 0 19 0 29094441 9856040960 7362 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 7362 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300166 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 27472
/proc/meminfo: memFree=31174008/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 6574 0 1 0 49 2 0 0 20 0 19 0 29094441 9856040960 8221 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 8221 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700167 s]
/proc/loadavg: 2.00 2.04 2.00 3/194 27472
/proc/meminfo: memFree=31174008/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 14545 0 1 0 113 4 0 0 20 0 19 0 29094441 9856040960 14218 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 14218 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 27491
/proc/meminfo: memFree=31124036/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 17356 0 1 0 214 4 0 0 20 0 19 0 29094441 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 16866 2257 9 0 2396937 0
[pid=27472/tid=27474] ppid=27469 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27472/task/27474/stat : 27474 (java) R 27469 27472 24550 0 -1 4202560 2444 0 1 0 144 2 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459856191184 140459796416024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27475] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27475/stat : 27475 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459794930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27476] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27476/stat : 27476 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459793877928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8413 0 0 0 38 2 0 0 20 0 19 0 29094447 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) R 27469 27472 24550 0 -1 4202560 5222 0 0 0 27 0 0 0 20 0 19 0 29094447 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459674466456 140459862989232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 16866 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.00 2.04 2.00 4/213 27491
/proc/meminfo: memFree=31104628/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 20017 0 1 0 441 4 0 0 20 0 19 0 29094441 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 20404 2257 9 0 2396937 0
[pid=27472/tid=27474] ppid=27469 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27472/task/27474/stat : 27474 (java) R 27469 27472 24550 0 -1 4202560 2448 0 1 0 304 2 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459856191184 140459796332876 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27475] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27475/stat : 27475 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459794930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27476] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27476/stat : 27476 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459793877928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8473 0 0 0 77 2 0 0 20 0 19 0 29094447 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) S 27469 27472 24550 0 -1 4202560 7819 0 0 0 57 0 0 0 20 0 19 0 29094447 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459674466616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 20404 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 27491
/proc/meminfo: memFree=31089380/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=7.66 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 20028 0 1 0 762 4 0 0 20 0 19 0 29094441 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 23924 2258 9 0 2396937 0
[pid=27472/tid=27474] ppid=27469 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/27472/task/27474/stat : 27474 (java) R 27469 27472 24550 0 -1 4202560 2458 0 1 0 624 2 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459856191184 140459796773401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27475] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27475/stat : 27475 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459794930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27476] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27476/stat : 27476 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459793877928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8473 0 0 0 77 2 0 0 20 0 19 0 29094447 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) S 27469 27472 24550 0 -1 4202560 7819 0 0 0 57 0 0 0 20 0 19 0 29094447 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459674466616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 23924 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9625040


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

[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8475 0 0 0 83 2 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) S 27469 27472 24550 0 -1 4202560 7819 0 0 0 57 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459674466616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 75.03
Current children cumulated vsize (KiB) 9625040

[startup+74.0009 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 27493
/proc/meminfo: memFree=30973760/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=75.43 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 20122 0 1 0 7536 7 0 0 20 0 19 0 29094441 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 50055 2271 9 0 2396937 0
[pid=27472/tid=27474] ppid=27469 vsize=9625040 CPUtime=73.96 cores=0,2,4,6
/proc/27472/task/27474/stat : 27474 (java) R 27469 27472 24550 0 -1 4202560 2513 0 1 0 7392 4 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459856191184 140459796416024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27475] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27475/stat : 27475 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459794930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27476] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27476/stat : 27476 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459793877928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8475 0 0 0 83 2 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) S 27469 27472 24550 0 -1 4202560 7819 0 0 0 57 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459674466616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 75.43
Current children cumulated vsize (KiB) 9625040

[startup+74.4008 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 27493
/proc/meminfo: memFree=30973760/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=75.83 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 20122 0 1 0 7576 7 0 0 20 0 19 0 29094441 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 50055 2271 9 0 2396937 0
[pid=27472/tid=27474] ppid=27469 vsize=9625040 CPUtime=74.36 cores=0,2,4,6
/proc/27472/task/27474/stat : 27474 (java) R 27469 27472 24550 0 -1 4202560 2513 0 1 0 7432 4 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459856191184 140459796416024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27475] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27475/stat : 27475 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459794930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27476] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27476/stat : 27476 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459793877928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8475 0 0 0 83 2 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) S 27469 27472 24550 0 -1 4202560 7819 0 0 0 57 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459674466616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 75.83
Current children cumulated vsize (KiB) 9625040

[startup+74.5008 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 27493
/proc/meminfo: memFree=30973760/32872528 swapFree=338416/354768
[pid=27472] ppid=27469 vsize=9625040 CPUtime=75.93 cores=0,2,4,6
/proc/27472/stat : 27472 (java) S 27469 27472 24550 0 -1 4202496 20122 0 1 0 7586 7 0 0 20 0 19 0 29094441 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140733236967152 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27472/statm: 2406260 50055 2271 9 0 2396937 0
[pid=27472/tid=27474] ppid=27469 vsize=9625040 CPUtime=74.46 cores=0,2,4,6
/proc/27472/task/27474/stat : 27474 (java) R 27469 27472 24550 0 -1 4202560 2513 0 1 0 7442 4 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459856191184 140459796327184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27475] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27475/stat : 27475 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459794930728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27476] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27476/stat : 27476 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459793877928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27477] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27477/stat : 27477 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459697191720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27478] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27478/stat : 27478 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459696138920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27472/tid=27479] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27479/stat : 27479 (java) S 27469 27472 24550 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459695086120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27480] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27480/stat : 27480 (java) S 27469 27472 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29094442 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459694033320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27481] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27481/stat : 27481 (java) S 27469 27472 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459692980520 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27472/tid=27482] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27482/stat : 27482 (java) S 27469 27472 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29094443 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459691927720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27483] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27483/stat : 27483 (java) S 27469 27472 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459679730664 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27484] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27484/stat : 27484 (java) S 27469 27472 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459678676728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27485] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27485/stat : 27485 (java) S 27469 27472 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29094444 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459677623816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27486] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27486/stat : 27486 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459676572304 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27487] ppid=27469 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/27472/task/27487/stat : 27487 (java) S 27469 27472 24550 0 -1 4202560 8475 0 0 0 83 2 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459675519416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27488] ppid=27469 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/27472/task/27488/stat : 27488 (java) S 27469 27472 24550 0 -1 4202560 7819 0 0 0 57 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459674466616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27489] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27489/stat : 27489 (java) S 27469 27472 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459673414008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27472/tid=27490] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27490/stat : 27490 (java) S 27469 27472 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29094447 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459672361416 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27472/tid=27491] ppid=27469 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27472/task/27491/stat : 27491 (java) S 27469 27472 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29094460 9856040960 50055 33554432000 1073741824 1073778376 140733236976016 140459671307944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 75.93
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 74.5873
CPU time (s): 76.0524
CPU user time (s): 75.9485
CPU system time (s): 0.103984
CPU usage (%): 101.964
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.9485
system time used= 0.103984
maximum resident set size= 200268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20141
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= 1852
involuntary context switches= 175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.45493 second user time and 0.495924 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 19:21:17
IDJOB=4106309
IDBENCH=48010
IDSOLVER=2546
FILE ID=node126/4106309-1466270477
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=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106309-1466270477/watcher-4106309-1466270477 -o /tmp/evaluation-result-4106309-1466270477/solver-4106309-1466270477 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106309-1466270477.opb

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

MD5SUM BENCH= 8a882d07e0fbb307eb9e9c234ecc464c
RANDOM SEED=298149920

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:        31174636 kB
Buffers:          138284 kB
Cached:           248228 kB
SwapCached:         1736 kB
Active:           296644 kB
Inactive:         308028 kB
Active(anon):     218996 kB
Inactive(anon):     1796 kB
Active(file):      77648 kB
Inactive(file):   306232 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:        590568 kB
Mapped:            16960 kB
Shmem:                 0 kB
Slab:             606524 kB
SReclaimable:      49904 kB
SUnreclaim:       556620 kB
KernelStack:        1760 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:22:32