Trace number 4097223

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 1433.03 1431.4

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_26.opb
MD5SUMdeb2b520a929d0bac0030302f1ac1b96
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 benchmark49.0355
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables992
Total number of constraints4686
Number of constraints which are clauses4681
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 constraint31
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 57
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4097223-1466116970.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.53/0.31	c ... done. Wall clock time 0.207s.
0.53/0.31	c declared #vars     992
0.53/0.31	c #constraints  4690
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2790
0.53/0.31	c org.sat4j.specs.Constr$1 => 4
0.53/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1890
0.53/0.31	c 4690 constraints processed.
1.41/0.93	c cleaning 2500 clauses out of 5001 with flag 31160/5001
2.22/1.64	c cleaning 4251 clauses out of 8501 with flag 77138/11001
3.12/2.59	c cleaning 5622 clauses out of 11249 with flag 135884/18000
4.18/3.51	c cleaning 6807 clauses out of 13627 with flag 181785/26000
5.30/4.65	c cleaning 7904 clauses out of 15820 with flag 246073/35000
6.70/6.09	c cleaning 8952 clauses out of 17916 with flag 316695/45000
8.30/7.69	c cleaning 9977 clauses out of 19964 with flag 371755/56000
10.10/9.48	c cleaning 10989 clauses out of 21987 with flag 431990/68000
12.30/11.65	c cleaning 11996 clauses out of 23999 with flag 498007/81001
14.40/13.77	c cleaning 12993 clauses out of 26002 with flag 564267/95000
16.60/15.93	c cleaning 14000 clauses out of 28009 with flag 632668/110000
19.29/18.60	c cleaning 15000 clauses out of 30009 with flag 716351/126000
22.10/21.40	c cleaning 15995 clauses out of 32009 with flag 810540/143000
25.30/24.63	c cleaning 17001 clauses out of 34014 with flag 903574/161000
28.70/28.05	c cleaning 17996 clauses out of 36013 with flag 993724/180000
32.50/31.85	c cleaning 19006 clauses out of 38017 with flag 1091473/200000
36.50/35.86	c cleaning 19999 clauses out of 40012 with flag 1202171/221001
40.90/40.24	c cleaning 21003 clauses out of 42013 with flag 1313782/243001
45.81/45.14	c cleaning 22001 clauses out of 44010 with flag 1438017/266001
50.80/50.11	c cleaning 23000 clauses out of 46009 with flag 1558016/290001
56.30/55.60	c cleaning 24003 clauses out of 48010 with flag 1679607/315002
62.42/61.74	c cleaning 24997 clauses out of 50007 with flag 1819490/341002
69.11/68.41	c cleaning 26000 clauses out of 52008 with flag 1978224/368000
76.61/75.92	c cleaning 27001 clauses out of 54008 with flag 2143155/396000
84.51/83.81	c cleaning 28002 clauses out of 56009 with flag 2319834/425002
93.01/92.30	c cleaning 28994 clauses out of 58006 with flag 2504161/455001
101.11/100.47	c cleaning 29996 clauses out of 60011 with flag 2646369/486000
110.51/109.85	c cleaning 31006 clauses out of 62015 with flag 2807306/518000
119.55/118.82	c cleaning 31999 clauses out of 64010 with flag 2973886/551001
129.06/128.33	c cleaning 33000 clauses out of 66012 with flag 3160493/585002
139.16/138.44	c cleaning 33996 clauses out of 68010 with flag 3354818/620000
149.46/148.79	c cleaning 35002 clauses out of 70015 with flag 3554987/656001
160.56/159.86	c cleaning 35998 clauses out of 72013 with flag 3752586/693001
172.25/171.59	c cleaning 36999 clauses out of 74014 with flag 3971681/731000
184.85/184.15	c cleaning 38001 clauses out of 76016 with flag 4210743/770001
198.05/197.39	c cleaning 39003 clauses out of 78017 with flag 4444485/810003
212.26/211.55	c cleaning 40000 clauses out of 80012 with flag 4689997/851001
227.37/226.66	c cleaning 40999 clauses out of 82012 with flag 4932588/893001
242.66/241.97	c cleaning 41999 clauses out of 84012 with flag 5184382/936000
259.67/258.93	c cleaning 42999 clauses out of 86013 with flag 5476381/980000
278.08/277.38	c cleaning 44003 clauses out of 88014 with flag 5821284/1025000
299.47/298.77	c cleaning 44999 clauses out of 90011 with flag 6183820/1071000
321.38/320.68	c cleaning 46002 clauses out of 92012 with flag 6541533/1118000
342.25/341.40	c cleaning 47003 clauses out of 94010 with flag 6883302/1166000
365.07/364.25	c cleaning 47997 clauses out of 96008 with flag 7260088/1215001
387.27/386.42	c cleaning 49001 clauses out of 98010 with flag 7596713/1265000
409.97/409.14	c cleaning 49996 clauses out of 100009 with flag 7920946/1316000
432.88/432.07	c cleaning 51000 clauses out of 102015 with flag 8233186/1368002
458.18/457.34	c cleaning 52000 clauses out of 104013 with flag 8624582/1421000
484.59/483.77	c cleaning 53002 clauses out of 106013 with flag 8983106/1475000
512.89/512.03	c cleaning 53999 clauses out of 108012 with flag 9362658/1530001
542.10/541.30	c cleaning 55002 clauses out of 110013 with flag 9736560/1586001
573.91/573.07	c cleaning 56001 clauses out of 112012 with flag 10132116/1643002
608.12/607.23	c cleaning 56999 clauses out of 114011 with flag 10595434/1701002
644.37/643.50	c cleaning 57998 clauses out of 116010 with flag 11076113/1760000
682.17/681.24	c cleaning 59003 clauses out of 118013 with flag 11539957/1820001
718.47/717.58	c cleaning 59994 clauses out of 120010 with flag 11979520/1881001
757.59/756.64	c cleaning 61001 clauses out of 122015 with flag 12464475/1943000
797.49/796.56	c cleaning 61999 clauses out of 124016 with flag 12957350/2006002
843.61/842.67	c cleaning 63006 clauses out of 126016 with flag 13492993/2070001
888.13/887.15	c cleaning 64000 clauses out of 128009 with flag 14016723/2135000
936.84/935.86	c cleaning 65001 clauses out of 130010 with flag 14576630/2201001
983.25/982.27	c cleaning 66000 clauses out of 132009 with flag 15074064/2268001
1034.38/1032.80	c cleaning 67000 clauses out of 134010 with flag 15638469/2336002
1084.75/1083.25	c cleaning 67997 clauses out of 136009 with flag 16184543/2405001
1136.56/1135.01	c cleaning 69004 clauses out of 138013 with flag 16730522/2475002
1198.49/1196.97	c cleaning 70000 clauses out of 140007 with flag 17316812/2546000
1259.77/1258.16	c cleaning 71000 clauses out of 142007 with flag 17936881/2618001
1326.27/1324.65	c cleaning 72000 clauses out of 144006 with flag 18574113/2691001
1393.61/1391.93	c cleaning 72998 clauses out of 146007 with flag 19184747/2765003
1433.02/1431.37	c starts		: 450
1433.02/1431.37	c conflicts		: 2813379
1433.02/1431.37	c decisions		: 3080202
1433.02/1431.37	c propagations		: 293180990
1433.02/1431.37	c inspects		: 24607371370
1433.02/1431.37	c shortcuts		: 0
1433.02/1431.37	c learnt literals	: 17
1433.02/1431.37	c learnt binary clauses	: 5
1433.02/1431.37	c learnt ternary clauses	: 25
1433.02/1431.37	c learnt constraints	: 2813361
1433.02/1431.37	c ignored constraints	: 0
1433.02/1431.37	c root simplifications	: 0
1433.02/1431.37	c removed literals (reason simplification)	: 0
1433.02/1431.37	c reason swapping (by a shorter reason)	: 0
1433.02/1431.37	c Calls to reduceDB	: 70
1433.02/1431.37	c Number of update (reduction) of LBD	: 459304
1433.02/1431.37	c Imported unit clauses	: 0
1433.02/1431.37	c number of reductions to clauses (during analyze)	: 0
1433.02/1431.37	c number of learned constraints concerned by reduction	: 0
1433.02/1431.37	c number of learning phase by resolution	: 0
1433.02/1431.37	c number of learning phase by cutting planes	: 0
1433.02/1431.37	c speed (assignments/second)	: 204870.38243087623
1433.02/1431.37	c non guided choices	121
1433.02/1431.39	c learnt constraints type 
1433.02/1431.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1433.02/1431.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121365
1433.02/1431.40	s UNSATISFIABLE
1433.02/1431.40	c Total wall clock time (in seconds): 1431.292

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-4097223-1466116970/watcher-4097223-1466116970 -o /tmp/evaluation-result-4097223-1466116970/solver-4097223-1466116970 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097223-1466116970.opb 

pid=30430
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.12 2.15 2.16 3/194 30433
/proc/meminfo: memFree=30508728/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=20596 CPUtime=0 cores=1,3,5,7
/proc/30433/stat : 30433 (java) R 30430 30433 24719 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 13745977 21090304 190 33554432000 1073741824 1073778376 140734000030880 140734000019944 271778409767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 5165 197 152 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.12 2.15 2.16 3/194 30433
/proc/meminfo: memFree=30508728/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 4461 0 1 0 9 1 0 0 20 0 18 0 13745977 9787879424 6087 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2389619 6087 2154 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.12 2.15 2.16 3/194 30433
/proc/meminfo: memFree=30508728/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 4971 0 1 0 27 1 0 0 20 0 18 0 13745977 9787879424 6980 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2389619 6980 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.12 2.15 2.16 3/194 30433
/proc/meminfo: memFree=30508728/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 6090 0 1 0 52 1 0 0 20 0 18 0 13745977 9787879424 9131 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2389619 9131 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700129 s]
/proc/loadavg: 2.12 2.15 2.16 3/194 30433
/proc/meminfo: memFree=30508728/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 9031 0 1 0 118 1 0 0 20 0 19 0 13745977 9856040960 11468 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 11468 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.12 2.15 2.16 4/213 30452
/proc/meminfo: memFree=30469920/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 10197 0 1 0 209 2 0 0 20 0 19 0 13745977 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 11999 2267 9 0 2396937 0
[pid=30433/tid=30435] ppid=30430 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/30433/task/30435/stat : 30435 (java) R 30430 30433 24719 0 -1 4202560 2431 0 1 0 145 1 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140341049749360 140340892313389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30436] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30436/stat : 30436 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140341011241896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340891741224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30438] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30438/stat : 30438 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340890688168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30439] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30439/stat : 30439 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340889635624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30440] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30440/stat : 30440 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340888582568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30441] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30441/stat : 30441 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340887530024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30442] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340886476968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30443] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (java) S 30430 30433 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340885424424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30444] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (java) S 30430 30433 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13745979 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340403096424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30445] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (java) S 30430 30433 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340402042744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30446] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30446/stat : 30446 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340400989576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30447] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30447/stat : 30447 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340399938320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3148 0 0 0 28 0 0 0 20 0 19 0 13745982 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 3342 0 0 0 32 0 0 0 20 0 19 0 13745982 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 11999 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.12 2.15 2.16 3/213 30452
/proc/meminfo: memFree=30466188/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 11302 0 1 0 376 2 0 0 20 0 19 0 13745977 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 13023 2267 9 0 2396937 0
[pid=30433/tid=30435] ppid=30430 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/30433/task/30435/stat : 30435 (java) R 30430 30433 24719 0 -1 4202560 2433 0 1 0 305 2 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140341049749992 140340892325997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30436] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30436/stat : 30436 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140341011241896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340891741224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30438] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30438/stat : 30438 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340890688168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30439] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30439/stat : 30439 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340889635624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30440] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30440/stat : 30440 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340888582568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30441] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30441/stat : 30441 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340887530024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30442] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340886476968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30443] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (java) S 30430 30433 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340885424424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30444] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (java) S 30430 30433 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13745979 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340403096424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30445] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (java) S 30430 30433 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340402042744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30446] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30446/stat : 30446 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340400989576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30447] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30447/stat : 30447 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340399938320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3148 0 0 0 29 0 0 0 20 0 19 0 13745982 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 4445 0 0 0 38 0 0 0 20 0 19 0 13745982 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 13023 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.19 2.16 2.17 3/213 30452
/proc/meminfo: memFree=30459956/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=7 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 11307 0 1 0 698 2 0 0 20 0 19 0 13745977 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 14536 2268 9 0 2396937 0
[pid=30433/tid=30435] ppid=30430 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/30433/task/30435/stat : 30435 (java) R 30430 30433 24719 0 -1 4202560 2437 0 1 0 624 2 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140341049740976 140340892313263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30436] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30436/stat : 30436 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140341011241896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340891741224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30438] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30438/stat : 30438 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340890688168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30439] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30439/stat : 30439 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340889635624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30440] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30440/stat : 30440 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340888582568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30441] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30441/stat : 30441 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340887530024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30442] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340886476968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30443] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (java) S 30430 30433 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13745978 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340885424424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30444] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (java) S 30430 30433 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13745979 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340403096424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30445] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (java) S 30430 30433 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340402042744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30446] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30446/stat : 30446 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340400989576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30447] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30447/stat : 30447 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340399938320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3148 0 0 0 29 0 0 0 20 0 19 0 13745982 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 4445 0 0 0 39 0 0 0 20 0 19 0 13745982 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 14536 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625040


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

[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 13684 0 0 0 90 2 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 84 0 0 0 24 36 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1428.92
Current children cumulated vsize (KiB) 9625040

[startup+1428.8 s]
/proc/loadavg: 2.28 2.28 2.21 3/213 31093
/proc/meminfo: memFree=30365288/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=1430.52 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 20804 0 1 0 143012 40 0 0 20 0 19 0 13745977 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 52550 2283 9 0 2396937 0
[pid=30433/tid=30435] ppid=30430 vsize=9625040 CPUtime=1424.97 cores=1,3,5,7
/proc/30433/task/30435/stat : 30435 (java) R 30430 30433 24719 0 -1 4202560 2501 0 1 0 142472 25 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140341049740944 140340892313177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30436] ppid=30430 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30433/task/30436/stat : 30436 (java) S 30430 30433 24719 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140341011241896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) S 30430 30433 24719 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340891741224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30438] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30438/stat : 30438 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340890688168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30439] ppid=30430 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30433/task/30439/stat : 30439 (java) S 30430 30433 24719 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340889635624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30440] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30440/stat : 30440 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340888582568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30441] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30441/stat : 30441 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340887530024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30442] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340886476968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30443] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340885424424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30444] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (java) S 30430 30433 24719 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 13745979 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340403096424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30445] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (java) S 30430 30433 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340402042744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30446] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30446/stat : 30446 (java) S 30430 30433 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340400989576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30447] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30447/stat : 30447 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340399938320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 13684 0 0 0 90 2 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 84 0 0 0 24 36 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1430.52
Current children cumulated vsize (KiB) 9625040

[startup+1430.4 s]
/proc/loadavg: 2.26 2.27 2.21 3/213 31093
/proc/meminfo: memFree=30365540/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=1432.12 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 20804 0 1 0 143172 40 0 0 20 0 19 0 13745977 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 52550 2283 9 0 2396937 0
[pid=30433/tid=30435] ppid=30430 vsize=9625040 CPUtime=1426.57 cores=1,3,5,7
/proc/30433/task/30435/stat : 30435 (java) R 30430 30433 24719 0 -1 4202560 2501 0 1 0 142632 25 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140341049740944 140340892326260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30436] ppid=30430 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30433/task/30436/stat : 30436 (java) S 30430 30433 24719 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140341011241896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) S 30430 30433 24719 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340891741224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30438] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30438/stat : 30438 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340890688168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30439] ppid=30430 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30433/task/30439/stat : 30439 (java) S 30430 30433 24719 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340889635624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30440] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30440/stat : 30440 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340888582568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30441] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30441/stat : 30441 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340887530024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30442] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340886476968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30443] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340885424424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30444] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (java) S 30430 30433 24719 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 13745979 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340403096424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30445] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (java) S 30430 30433 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340402042744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30446] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30446/stat : 30446 (java) S 30430 30433 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340400989576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30447] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30447/stat : 30447 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340399938320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 13684 0 0 0 90 2 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 84 0 0 0 24 36 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1432.12
Current children cumulated vsize (KiB) 9625040

[startup+1431.21 s]
/proc/loadavg: 2.26 2.27 2.21 3/213 31093
/proc/meminfo: memFree=30365540/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=9625040 CPUtime=1432.93 cores=1,3,5,7
/proc/30433/stat : 30433 (java) S 30430 30433 24719 0 -1 4202496 20804 0 1 0 143253 40 0 0 20 0 19 0 13745977 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140734000022016 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 2406260 52550 2283 9 0 2396937 0
[pid=30433/tid=30435] ppid=30430 vsize=9625040 CPUtime=1427.38 cores=1,3,5,7
/proc/30433/task/30435/stat : 30435 (java) R 30430 30433 24719 0 -1 4202560 2501 0 1 0 142713 25 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140341049740944 140340892326038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30436] ppid=30430 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30433/task/30436/stat : 30436 (java) S 30430 30433 24719 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140341011241896 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) S 30430 30433 24719 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340891741224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30438] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30438/stat : 30438 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340890688168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30439] ppid=30430 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30433/task/30439/stat : 30439 (java) S 30430 30433 24719 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340889635624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30433/tid=30440] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30440/stat : 30440 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340888582568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30441] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30441/stat : 30441 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340887530024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30442] ppid=30430 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30433/task/30442/stat : 30442 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340886476968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30443] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30443/stat : 30443 (java) S 30430 30433 24719 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 13745978 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340885424424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30433/tid=30444] ppid=30430 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30433/task/30444/stat : 30444 (java) S 30430 30433 24719 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 13745979 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340403096424 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30445] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30445/stat : 30445 (java) S 30430 30433 24719 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340402042744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30446] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30446/stat : 30446 (java) S 30430 30433 24719 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13745980 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340400989576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30447] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30447/stat : 30447 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340399938320 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30448] ppid=30430 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/30433/task/30448/stat : 30448 (java) S 30430 30433 24719 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340398885176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30449] ppid=30430 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/30433/task/30449/stat : 30449 (java) S 30430 30433 24719 0 -1 4202560 13684 0 0 0 90 2 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340397832632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30450] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30450/stat : 30450 (java) S 30430 30433 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340396779768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30433/tid=30451] ppid=30430 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/30433/task/30451/stat : 30451 (java) S 30430 30433 24719 0 -1 4202560 84 0 0 0 25 36 0 0 20 0 19 0 13745982 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340395727432 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30433/tid=30452] ppid=30430 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30433/task/30452/stat : 30452 (java) S 30430 30433 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13746009 9856040960 52550 33554432000 1073741824 1073778376 140734000030880 140340394673704 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1432.93
Current children cumulated vsize (KiB) 9625040

[startup+1431.4 s]
/proc/loadavg: 2.26 2.27 2.21 3/213 31093
/proc/meminfo: memFree=30365540/32872528 swapFree=1103228/1182944
[pid=30433] ppid=30430 vsize=0 CPUtime=1429.97 cores=1,3,5,7
/proc/30433/stat : 30433 (java) Z 30430 30433 24719 0 -1 4203532 20858 0 1 0 142918 79 0 0 20 0 2 0 13745977 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30433/statm: 0 0 0 0 0 0 0
[pid=30433/tid=30437] ppid=30430 vsize=0 CPUtime=0.03 cores=1,3,5,7
/proc/30433/task/30437/stat : 30437 (java) R 30430 30433 24719 0 -1 4203588 14 0 0 0 3 0 0 0 20 0 2 0 13745978 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1429.97
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.04993
#  lost CPU user time (s): 3.43994
#  lost CPU system time (s): -0.39

Real time (s): 1431.4
CPU time (s): 1433.03
CPU user time (s): 1432.63
CPU system time (s): 0.400879
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1429.19
system time used= 0.790879
maximum resident set size= 226100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20858
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30483
involuntary context switches= 3945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.06477 second user time and 11.3413 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 00:42:50
IDJOB=4097223
IDBENCH=107726
IDSOLVER=2546
FILE ID=node115/4097223-1466116970
RUNJOBID= node115-1466113234-27741
PBS_JOBID= 19904041
Free space on /tmp= 71740 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_26.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097223-1466116970/watcher-4097223-1466116970 -o /tmp/evaluation-result-4097223-1466116970/solver-4097223-1466116970 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097223-1466116970.opb

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

MD5SUM BENCH= deb2b520a929d0bac0030302f1ac1b96
RANDOM SEED=194654685

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30509256 kB
Buffers:           73820 kB
Cached:           121432 kB
SwapCached:         2104 kB
Active:           354032 kB
Inactive:         120084 kB
Active(anon):     277196 kB
Inactive(anon):     3628 kB
Active(file):      76836 kB
Inactive(file):   116456 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               704 kB
Writeback:             0 kB
AnonPages:       1462512 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             570788 kB
SReclaimable:      14336 kB
SUnreclaim:       556452 kB
KernelStack:        1600 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1930312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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 node115 at 2016-06-17 01:06:42