Trace number 4096327

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 336.425 334.874

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_24.opb
MD5SUM064ffb72378141757d6324c18478a4ce
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.209
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables870
Total number of constraints4094
Number of constraints which are clauses4089
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 53
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4096327-1466114607.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.50/0.31	c ... done. Wall clock time 0.197s.
0.50/0.31	c declared #vars     870
0.50/0.31	c #constraints  4098
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2436
0.50/0.31	c org.sat4j.specs.Constr$1 => 4
0.50/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1652
0.50/0.31	c 4098 constraints processed.
1.29/0.89	c cleaning 2498 clauses out of 5000 with flag 24001/5000
2.12/1.51	c cleaning 4251 clauses out of 8502 with flag 49749/11000
2.83/2.28	c cleaning 5625 clauses out of 11251 with flag 78302/18000
3.73/3.18	c cleaning 6813 clauses out of 13626 with flag 115997/26000
4.85/4.21	c cleaning 7906 clauses out of 15814 with flag 159220/35001
6.05/5.42	c cleaning 8953 clauses out of 17908 with flag 207082/45001
7.50/6.80	c cleaning 9971 clauses out of 19954 with flag 260076/56000
9.10/8.42	c cleaning 10992 clauses out of 21984 with flag 319558/68001
11.00/10.31	c cleaning 11996 clauses out of 23992 with flag 383280/81001
13.10/12.48	c cleaning 12996 clauses out of 25995 with flag 458543/95000
15.60/14.95	c cleaning 13998 clauses out of 28000 with flag 535809/110001
18.41/17.73	c cleaning 14997 clauses out of 30001 with flag 611135/126000
21.50/20.90	c cleaning 15999 clauses out of 32005 with flag 698942/143001
25.10/24.47	c cleaning 16998 clauses out of 34005 with flag 793529/161000
29.01/28.32	c cleaning 17999 clauses out of 36008 with flag 897978/180001
33.01/32.35	c cleaning 19004 clauses out of 38010 with flag 1004274/200002
37.41/36.70	c cleaning 19994 clauses out of 40004 with flag 1131385/221000
42.20/41.56	c cleaning 21004 clauses out of 42010 with flag 1265043/243000
47.30/46.64	c cleaning 21998 clauses out of 44006 with flag 1403514/266000
53.00/52.31	c cleaning 23001 clauses out of 46008 with flag 1555260/290000
59.70/59.07	c cleaning 23999 clauses out of 48007 with flag 1734097/315000
67.10/66.40	c cleaning 24998 clauses out of 50010 with flag 1918116/341002
74.30/73.66	c cleaning 26002 clauses out of 52010 with flag 2088080/368000
82.01/81.31	c cleaning 27001 clauses out of 54008 with flag 2277317/396000
90.51/89.89	c cleaning 28001 clauses out of 56007 with flag 2487159/425000
100.35/99.54	c cleaning 29003 clauses out of 58010 with flag 2692569/455004
109.96/108.75	c cleaning 29996 clauses out of 60003 with flag 2821614/486000
119.18/117.95	c cleaning 31001 clauses out of 62008 with flag 2968003/518001
128.62/127.39	c cleaning 31994 clauses out of 64006 with flag 3130770/551000
138.02/136.71	c cleaning 33000 clauses out of 66012 with flag 3308337/585000
148.32/147.07	c cleaning 34002 clauses out of 68012 with flag 3504315/620000
159.22/157.94	c cleaning 35004 clauses out of 70012 with flag 3691681/656002
171.22/169.94	c cleaning 35997 clauses out of 72007 with flag 3902266/693001
184.22/182.99	c cleaning 36998 clauses out of 74011 with flag 4124464/731002
199.02/197.72	c cleaning 38003 clauses out of 76011 with flag 4366130/770000
213.43/212.13	c cleaning 38995 clauses out of 78008 with flag 4597007/810000
230.73/229.40	c cleaning 40003 clauses out of 80013 with flag 4862241/851000
247.64/246.36	c cleaning 41002 clauses out of 82011 with flag 5113808/893001
266.54/265.28	c cleaning 42003 clauses out of 84010 with flag 5402036/936002
286.24/284.92	c cleaning 42998 clauses out of 86005 with flag 5688812/980000
308.25/307.00	c cleaning 44001 clauses out of 88008 with flag 5999041/1025001
332.38/331.06	c cleaning 45002 clauses out of 90005 with flag 6330679/1071001
336.23/334.84	c starts		: 273
336.23/334.84	c conflicts		: 1081183
336.23/334.84	c decisions		: 1181181
336.23/334.84	c propagations		: 107830085
336.23/334.84	c inspects		: 6258974727
336.23/334.84	c shortcuts		: 0
336.23/334.84	c learnt literals	: 18
336.23/334.84	c learnt binary clauses	: 8
336.23/334.84	c learnt ternary clauses	: 25
336.23/334.84	c learnt constraints	: 1081164
336.23/334.84	c ignored constraints	: 0
336.23/334.84	c root simplifications	: 0
336.23/334.84	c removed literals (reason simplification)	: 0
336.23/334.84	c reason swapping (by a shorter reason)	: 0
336.23/334.84	c Calls to reduceDB	: 42
336.23/334.84	c Number of update (reduction) of LBD	: 175381
336.23/334.84	c Imported unit clauses	: 0
336.23/334.84	c number of reductions to clauses (during analyze)	: 0
336.23/334.84	c number of learned constraints concerned by reduction	: 0
336.23/334.84	c number of learning phase by resolution	: 0
336.23/334.84	c number of learning phase by cutting planes	: 0
336.23/334.84	c speed (assignments/second)	: 322337.8970181601
336.23/334.84	c non guided choices	113
336.23/334.87	c learnt constraints type 
336.23/334.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
336.23/334.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55160
336.23/334.87	s UNSATISFIABLE
336.23/334.87	c Total wall clock time (in seconds): 334.753

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4096327-1466114607/watcher-4096327-1466114607 -o /tmp/evaluation-result-4096327-1466114607/solver-4096327-1466114607 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096327-1466114607.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26992
/proc/meminfo: memFree=31697044/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26992/stat : 26992 (java) R 26989 26992 23926 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 13510654 9515008 183 33554432000 1073741824 1073778376 140733859802416 140733859785144 224922559415 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2323 186 143 9 0 71 0

[startup+0.100141 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26992
/proc/meminfo: memFree=31697044/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 4462 0 1 0 8 1 0 0 20 0 18 0 13510654 9787879424 5574 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2389619 5574 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26992
/proc/meminfo: memFree=31697044/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 5054 0 1 0 26 1 0 0 20 0 18 0 13510654 9787879424 6571 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2389619 6571 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26992
/proc/meminfo: memFree=31697044/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 6158 0 1 0 49 1 0 0 20 0 18 0 13510654 9787879424 8630 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2389619 8630 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700283 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26992
/proc/meminfo: memFree=31697044/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 9451 0 1 0 118 1 0 0 20 0 19 0 13510654 9856040960 10990 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 10990 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 27011
/proc/meminfo: memFree=31659712/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 9660 0 1 0 210 2 0 0 20 0 19 0 13510654 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 11581 2267 9 0 2396937 0
[pid=26992/tid=26994] ppid=26989 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/26992/task/26994/stat : 26994 (java) R 26989 26992 23926 0 -1 4202560 2463 0 1 0 146 0 0 0 20 0 19 0 13510655 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500400501320 140500272630523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26995] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26995/stat : 26995 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500244450344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26996] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26996/stat : 26996 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500243397544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 1883 0 0 0 28 0 0 0 20 0 19 0 13510661 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 4038 0 0 0 33 0 0 0 20 0 19 0 13510661 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 11581 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27011
/proc/meminfo: memFree=31656920/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 9663 0 1 0 371 2 0 0 20 0 19 0 13510654 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 12606 2267 9 0 2396937 0
[pid=26992/tid=26994] ppid=26989 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/26992/task/26994/stat : 26994 (java) R 26989 26992 23926 0 -1 4202560 2465 0 1 0 306 0 0 0 20 0 19 0 13510655 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500400501112 140500272630428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26995] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26995/stat : 26995 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500244450344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26996] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26996/stat : 26996 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500243397544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 1883 0 0 0 28 0 0 0 20 0 19 0 13510661 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 4039 0 0 0 34 0 0 0 20 0 19 0 13510661 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 12606 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27011
/proc/meminfo: memFree=31653912/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=6.94 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 9668 0 1 0 692 2 0 0 20 0 19 0 13510654 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 12818 2268 9 0 2396937 0
[pid=26992/tid=26994] ppid=26989 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/26992/task/26994/stat : 26994 (java) R 26989 26992 23926 0 -1 4202560 2468 0 1 0 626 0 0 0 20 0 19 0 13510655 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500400492224 140500272439087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26995] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26995/stat : 26995 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500244450344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26996] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26996/stat : 26996 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500243397544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 1883 0 0 0 29 0 0 0 20 0 19 0 13510661 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 4040 0 0 0 35 0 0 0 20 0 19 0 13510661 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 12818 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 9625040


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

[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 11680 0 0 0 83 2 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 5875 0 0 0 48 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 20 0 0 0 4 6 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 334.22
Current children cumulated vsize (KiB) 9625040

[startup+333.601 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 27406
/proc/meminfo: memFree=31571716/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=335.03 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 21421 0 1 0 33492 11 0 0 20 0 19 0 13510654 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 48587 2282 9 0 2396937 0
[pid=26992/tid=26994] ppid=26989 vsize=9625040 CPUtime=333.54 cores=1,3,5,7
/proc/26992/task/26994/stat : 26994 (java) R 26989 26992 23926 0 -1 4202560 2529 0 1 0 33346 8 0 0 20 0 19 0 13510655 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500400499240 140500272630302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26995] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26995/stat : 26995 (java) S 26989 26992 23926 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500244450344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26996] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26996/stat : 26996 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500243397544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 11680 0 0 0 84 2 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 5875 0 0 0 48 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 20 0 0 0 4 6 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 335.03
Current children cumulated vsize (KiB) 9625040

[startup+334.401 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 27406
/proc/meminfo: memFree=31571716/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=335.84 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 21422 0 1 0 33573 11 0 0 20 0 19 0 13510654 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 48587 2282 9 0 2396937 0
[pid=26992/tid=26994] ppid=26989 vsize=9625040 CPUtime=334.35 cores=1,3,5,7
/proc/26992/task/26994/stat : 26994 (java) R 26989 26992 23926 0 -1 4202560 2530 0 1 0 33427 8 0 0 20 0 19 0 13510655 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500400499120 140500272595264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26995] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26995/stat : 26995 (java) S 26989 26992 23926 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500244450344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26996] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26996/stat : 26996 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500243397544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 11680 0 0 0 84 2 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 5875 0 0 0 48 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 20 0 0 0 4 6 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 335.84
Current children cumulated vsize (KiB) 9625040

[startup+334.801 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 27406
/proc/meminfo: memFree=31571716/32872528 swapFree=162364/176672
[pid=26992] ppid=26989 vsize=9625040 CPUtime=336.23 cores=1,3,5,7
/proc/26992/stat : 26992 (java) S 26989 26992 23926 0 -1 4202496 21422 0 1 0 33612 11 0 0 20 0 19 0 13510654 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140733859793552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26992/statm: 2406260 48587 2282 9 0 2396937 0
[pid=26992/tid=26994] ppid=26989 vsize=9625040 CPUtime=334.74 cores=1,3,5,7
/proc/26992/task/26994/stat : 26994 (java) R 26989 26992 23926 0 -1 4202560 2530 0 1 0 33466 8 0 0 20 0 19 0 13510655 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500400499120 140500272359706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26992/tid=26995] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26995/stat : 26995 (java) S 26989 26992 23926 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500244450344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26996] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26996/stat : 26996 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500243397544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26997] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26997/stat : 26997 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500242344744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=26998] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26998/stat : 26998 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500241291944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=26999] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/26999/stat : 26999 (java) S 26989 26992 23926 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500240239144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27000] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27000/stat : 27000 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500239186344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27001] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27001/stat : 27001 (java) S 26989 26992 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500238133544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27002] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27002/stat : 27002 (java) S 26989 26992 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13510657 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500237080744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27003] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27003/stat : 27003 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500224670696 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27004] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27004/stat : 27004 (java) S 26989 26992 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500223616760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27005] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27005/stat : 27005 (java) S 26989 26992 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13510658 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500222563848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27006] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27006/stat : 27006 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500221512336 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27007] ppid=26989 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/26992/task/27007/stat : 27007 (java) S 26989 26992 23926 0 -1 4202560 11680 0 0 0 84 2 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500220459448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26992/tid=27008] ppid=26989 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26992/task/27008/stat : 27008 (java) S 26989 26992 23926 0 -1 4202560 5875 0 0 0 48 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500219406648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27009] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27009/stat : 27009 (java) S 26989 26992 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500218354040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26992/tid=27010] ppid=26989 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/26992/task/27010/stat : 27010 (java) S 26989 26992 23926 0 -1 4202560 20 0 0 0 4 6 0 0 20 0 19 0 13510661 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500217301448 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26992/tid=27011] ppid=26989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26992/task/27011/stat : 27011 (java) S 26989 26992 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13510686 9856040960 48587 33554432000 1073741824 1073778376 140733859802416 140500216247976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 336.23
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 334.874
CPU time (s): 336.425
CPU user time (s): 336.182
CPU system time (s): 0.242963
CPU usage (%): 100.463
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.182
system time used= 0.242963
maximum resident set size= 194408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7392
involuntary context switches= 460

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31465 second user time and 3.15552 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 00:03:27
IDJOB=4096327
IDBENCH=107598
IDSOLVER=2546
FILE ID=node105/4096327-1466114607
RUNJOBID= node105-1466112850-26609
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_24.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096327-1466114607/watcher-4096327-1466114607 -o /tmp/evaluation-result-4096327-1466114607/solver-4096327-1466114607 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096327-1466114607.opb

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

MD5SUM BENCH= 064ffb72378141757d6324c18478a4ce
RANDOM SEED=1864646748

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31697316 kB
Buffers:            4180 kB
Cached:            58912 kB
SwapCached:          584 kB
Active:           275104 kB
Inactive:          25468 kB
Active(anon):     236556 kB
Inactive(anon):     3412 kB
Active(file):      38548 kB
Inactive(file):    22056 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        475480 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             567364 kB
SReclaimable:      11244 kB
SUnreclaim:       556120 kB
KernelStack:        1760 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     881248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71748 MiB
End job on node105 at 2016-06-17 00:09:02