Trace number 4084482

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 PB16? (TO) 1800.79 1780.04

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
MD5SUMd887ec44be40cf432f8acabc52df2afa
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.066989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6480
Total number of constraints161
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint81
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084482-1465240088.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.28/0.29	c ... done. Wall clock time 0.172s.
0.28/0.29	c declared #vars     6480
0.28/0.29	c #constraints  161
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.28/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.28/0.29	c 161 constraints processed.
1.45/0.91	c cleaning 2497 clauses out of 5001 with flag 30602/5001
2.34/1.72	c cleaning 4248 clauses out of 8504 with flag 70114/11001
3.34/2.75	c cleaning 5623 clauses out of 11256 with flag 112082/18001
4.76/4.18	c cleaning 6811 clauses out of 13632 with flag 167947/26000
6.48/5.87	c cleaning 7911 clauses out of 15823 with flag 226371/35002
8.48/7.86	c cleaning 8954 clauses out of 17914 with flag 290274/45004
11.14/10.42	c cleaning 9976 clauses out of 19957 with flag 362192/56001
13.74/13.09	c cleaning 10990 clauses out of 21981 with flag 442651/68001
16.11/15.31	c cleaning 11975 clauses out of 24004 with flag 531759/81014
18.41/17.61	c cleaning 12972 clauses out of 26017 with flag 639054/95002
22.48/21.52	c cleaning 13987 clauses out of 28043 with flag 762534/110000
27.28/26.39	c cleaning 14994 clauses out of 30057 with flag 888404/126001
32.49/31.58	c cleaning 15996 clauses out of 32062 with flag 1012061/143000
37.97/36.89	c cleaning 16996 clauses out of 34072 with flag 1142200/161006
44.57/43.40	c cleaning 18000 clauses out of 36076 with flag 1298395/180006
52.06/50.88	c cleaning 18992 clauses out of 38070 with flag 1451487/200000
59.47/58.24	c cleaning 20000 clauses out of 40078 with flag 1609783/221000
67.67/66.21	c cleaning 21003 clauses out of 42079 with flag 1767551/243001
75.87/74.49	c cleaning 22003 clauses out of 44078 with flag 1933372/266003
86.13/84.59	c cleaning 22999 clauses out of 46073 with flag 2105554/290001
98.23/96.64	c cleaning 23998 clauses out of 48074 with flag 2290126/315001
108.29/106.48	c cleaning 24990 clauses out of 50075 with flag 2486881/341000
113.48/111.66	c cleaning 25995 clauses out of 52089 with flag 2695708/368004
119.64/117.57	c cleaning 27007 clauses out of 54093 with flag 2893481/396003
127.11/124.89	c cleaning 28009 clauses out of 56087 with flag 3098971/425004
134.44/131.95	c cleaning 29002 clauses out of 58075 with flag 3314781/455001
141.41/138.81	c cleaning 30004 clauses out of 60073 with flag 3544360/486001
147.59/144.97	c cleaning 31000 clauses out of 62070 with flag 3739927/518002
154.34/151.55	c cleaning 31964 clauses out of 64068 with flag 3944304/551000
161.21/158.36	c cleaning 33015 clauses out of 66104 with flag 4173259/585000
171.42/168.39	c cleaning 34024 clauses out of 68089 with flag 4445291/620000
179.06/175.96	c cleaning 35011 clauses out of 70067 with flag 4741533/656002
190.32/187.06	c cleaning 36005 clauses out of 72055 with flag 5072738/693001
202.30/198.95	c cleaning 37002 clauses out of 74049 with flag 5422217/731000
216.04/212.52	c cleaning 38003 clauses out of 76048 with flag 5807645/770001
228.92/225.21	c cleaning 39001 clauses out of 78044 with flag 6176279/810000
243.02/239.15	c cleaning 39992 clauses out of 80044 with flag 6527242/851001
257.43/253.47	c cleaning 40999 clauses out of 82051 with flag 6926098/893000
273.17/268.93	c cleaning 42004 clauses out of 84052 with flag 7366319/936000
289.81/285.44	c cleaning 43001 clauses out of 86049 with flag 7813802/980001
307.71/303.16	c cleaning 44004 clauses out of 88047 with flag 8225346/1025000
323.89/319.19	c cleaning 45002 clauses out of 90047 with flag 8685062/1071004
343.53/338.67	c cleaning 46000 clauses out of 92041 with flag 9158597/1118000
362.69/357.69	c cleaning 46999 clauses out of 94041 with flag 9598795/1166000
385.26/380.10	c cleaning 48000 clauses out of 96042 with flag 10040541/1215000
408.22/402.73	c cleaning 49001 clauses out of 98042 with flag 10498151/1265000
435.50/429.81	c cleaning 49997 clauses out of 100041 with flag 10978567/1316000
460.29/454.34	c cleaning 50997 clauses out of 102045 with flag 11424729/1368001
488.55/482.36	c cleaning 52001 clauses out of 104050 with flag 11875466/1421003
513.13/506.62	c cleaning 53000 clauses out of 106046 with flag 12337996/1475000
538.90/532.19	c cleaning 53993 clauses out of 108047 with flag 12873402/1530001
566.85/559.86	c cleaning 55003 clauses out of 110054 with flag 13418842/1586001
596.31/589.08	c cleaning 55994 clauses out of 112050 with flag 13990958/1643000
625.39/617.71	c cleaning 56999 clauses out of 114058 with flag 14549050/1701002
655.60/647.62	c cleaning 58005 clauses out of 116062 with flag 15112214/1760005
687.81/679.48	c cleaning 59003 clauses out of 118053 with flag 15645352/1820001
719.41/710.63	c cleaning 59997 clauses out of 120049 with flag 16205815/1881000
758.18/749.06	c cleaning 61002 clauses out of 122053 with flag 16855061/1943001
793.56/784.00	c cleaning 62002 clauses out of 124052 with flag 17565086/2006002
830.51/820.68	c cleaning 63001 clauses out of 126048 with flag 18282804/2070000
870.63/860.34	c cleaning 63999 clauses out of 128051 with flag 18992662/2135004
908.66/897.97	c cleaning 64997 clauses out of 130048 with flag 19640710/2201000
950.53/939.31	c cleaning 66003 clauses out of 132053 with flag 20262237/2268002
990.84/979.24	c cleaning 66999 clauses out of 134048 with flag 20934746/2336000
1033.01/1020.95	c cleaning 67996 clauses out of 136049 with flag 21595814/2405000
1074.22/1061.75	c cleaning 68992 clauses out of 138055 with flag 22289131/2475002
1130.35/1117.41	c cleaning 70003 clauses out of 140062 with flag 23059433/2546001
1182.56/1169.10	c cleaning 71004 clauses out of 142060 with flag 23785143/2618002
1237.94/1223.92	c cleaning 72005 clauses out of 144060 with flag 24502379/2691006
1293.77/1279.10	c cleaning 72994 clauses out of 146049 with flag 25316759/2765000
1351.40/1336.15	c cleaning 73999 clauses out of 148055 with flag 26159572/2840000
1411.13/1395.32	c cleaning 75006 clauses out of 150057 with flag 27009585/2916001
1471.17/1454.82	c cleaning 75999 clauses out of 152051 with flag 27757170/2993001
1531.01/1513.99	c cleaning 77003 clauses out of 154053 with flag 28587517/3071002
1600.15/1582.47	c cleaning 77996 clauses out of 156048 with flag 29552862/3150000
1663.20/1644.81	c cleaning 79001 clauses out of 158054 with flag 30427236/3230002
1732.57/1713.50	c cleaning 79997 clauses out of 160051 with flag 31409880/3311000
1770.06/1750.43	c cleaning 81004 clauses out of 162056 with flag 32253895/3393002
1800.00/1780.00	c starts		: 498
1800.00/1780.00	c conflicts		: 3463987
1800.00/1780.00	c decisions		: 6526640
1800.00/1780.00	c propagations		: 59305739
1800.00/1780.00	c inspects		: 26592043020
1800.00/1780.00	c shortcuts		: 0
1800.00/1780.00	c learnt literals	: 0
1800.00/1780.00	c learnt binary clauses	: 0
1800.00/1780.00	c learnt ternary clauses	: 0
1800.00/1780.00	c learnt constraints	: 3463987
1800.00/1780.00	c ignored constraints	: 0
1800.00/1780.00	c root simplifications	: 0
1800.00/1780.00	c removed literals (reason simplification)	: 0
1800.00/1780.00	c reason swapping (by a shorter reason)	: 0
1800.00/1780.00	c Calls to reduceDB	: 78
1800.00/1780.00	c Number of update (reduction) of LBD	: 1925258
1800.00/1780.00	c Imported unit clauses	: 0
1800.00/1780.00	c number of reductions to clauses (during analyze)	: 0
1800.00/1780.00	c number of learned constraints concerned by reduction	: 0
1800.00/1780.00	c number of learning phase by resolution	: 0
1800.00/1780.00	c number of learning phase by cutting planes	: 0
1800.00/1780.00	c speed (assignments/second)	: 33323.27925520408
1800.00/1780.00	c non guided choices	84930
1800.00/1780.00	c timeout
1800.00/1780.03	c learnt constraints type 
1800.00/1780.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152038
1800.00/1780.03	s UNKNOWN
1800.00/1780.03	c Total wall clock time (in seconds): 1779.919

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

pid=4260
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.23 2.26 2.26 3/194 4263
/proc/meminfo: memFree=29551024/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/4263/stat : 4263 (java) R 4260 4263 737 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 105941989 5767168 59 33554432000 1073741824 1073778376 140735078918384 140735078915512 272877292848 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2303 66 53 9 0 35 0

[startup+0.100115 s]
/proc/loadavg: 2.23 2.26 2.26 3/194 4263
/proc/meminfo: memFree=29551024/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 4451 0 1 0 8 1 0 0 20 0 18 0 105941989 9787879424 5573 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2389619 5573 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.23 2.26 2.26 3/194 4263
/proc/meminfo: memFree=29551024/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 5013 0 1 0 27 1 0 0 20 0 18 0 105941989 9787879424 6532 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2389619 6532 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.23 2.26 2.26 3/194 4263
/proc/meminfo: memFree=29551024/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 7325 0 1 0 54 2 0 0 20 0 19 0 105941989 9856040960 10435 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 10435 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700246 s]
/proc/loadavg: 2.23 2.26 2.26 3/194 4263
/proc/meminfo: memFree=29551024/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 8293 0 1 0 122 2 0 0 20 0 19 0 105941989 9856040960 12055 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 12055 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.23 2.26 2.26 3/213 4282
/proc/meminfo: memFree=29502672/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 9392 0 1 0 211 2 0 0 20 0 19 0 105941989 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 15665 2261 9 0 2396937 0
[pid=4263/tid=4265] ppid=4260 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/4263/task/4265/stat : 4265 (java) R 4260 4263 737 0 -1 4202560 2477 0 1 0 145 1 0 0 20 0 19 0 105941990 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693404928424 140693277773376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4266] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4266/stat : 4266 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693248755880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4267] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4267/stat : 4267 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693247703336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4268] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4268/stat : 4268 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693246650792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4269] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4269/stat : 4269 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693245598248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4270] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4270/stat : 4270 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693244545704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4271] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4271/stat : 4271 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693243493160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4272] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4272/stat : 4272 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693242440616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4273] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4273/stat : 4273 (java) S 4260 4263 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693241388072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4274] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4274/stat : 4274 (java) S 4260 4263 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693229189224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2217 0 0 0 29 0 0 0 20 0 19 0 105941995 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 3425 0 0 0 33 0 0 0 20 0 19 0 105941995 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 15665 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.21 2.26 2.26 3/213 4282
/proc/meminfo: memFree=29486536/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 9405 0 1 0 373 2 0 0 20 0 19 0 105941989 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 21810 2261 9 0 2396937 0
[pid=4263/tid=4265] ppid=4260 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/4263/task/4265/stat : 4265 (java) R 4260 4263 737 0 -1 4202560 2489 0 1 0 304 2 0 0 20 0 19 0 105941990 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693404921552 140693277695805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4266] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4266/stat : 4266 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693248755880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4267] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4267/stat : 4267 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693247703336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4268] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4268/stat : 4268 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693246650792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4269] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4269/stat : 4269 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693245598248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4270] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4270/stat : 4270 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693244545704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4271] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4271/stat : 4271 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693243493160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4272] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4272/stat : 4272 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693242440616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4273] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4273/stat : 4273 (java) S 4260 4263 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693241388072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4274] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4274/stat : 4274 (java) S 4260 4263 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693229189224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2218 0 0 0 30 0 0 0 20 0 19 0 105941995 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 3425 0 0 0 35 0 0 0 20 0 19 0 105941995 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 21810 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.21 2.26 2.26 3/213 4282
/proc/meminfo: memFree=29448584/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=6.97 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 9429 0 1 0 694 3 0 0 20 0 19 0 105941989 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 32045 2261 9 0 2396937 0
[pid=4263/tid=4265] ppid=4260 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/4263/task/4265/stat : 4265 (java) R 4260 4263 737 0 -1 4202560 2510 0 1 0 624 2 0 0 20 0 19 0 105941990 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693404930408 140693277773376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4266] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4266/stat : 4266 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693248755880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4267] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4267/stat : 4267 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693247703336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4268] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4268/stat : 4268 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693246650792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4269] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4269/stat : 4269 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693245598248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4270] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4270/stat : 4270 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693244545704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4271] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4271/stat : 4271 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693243493160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4272] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4272/stat : 4272 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693242440616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4273] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4273/stat : 4273 (java) S 4260 4263 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105941991 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693241388072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4274] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4274/stat : 4274 (java) S 4260 4263 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693229189224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2221 0 0 0 31 0 0 0 20 0 19 0 105941995 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 3425 0 0 0 35 0 0 0 20 0 19 0 105941995 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 32045 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2221 0 0 0 32 0 0 0 20 0 19 0 105941995 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 4268 0 0 0 41 0 0 0 20 0 19 0 105941995 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 93 0 0 0 24 35 0 0 20 0 19 0 105941995 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 100770 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1620.32
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/213 4390
/proc/meminfo: memFree=30127944/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=1680.89 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 31779 0 1 0 167810 279 0 0 20 0 19 0 105941989 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 87887 2283 9 0 2396937 0
[pid=4263/tid=4265] ppid=4260 vsize=9625040 CPUtime=1648.83 cores=1,3,5,7
/proc/4263/task/4265/stat : 4265 (java) R 4260 4263 737 0 -1 4202560 2943 0 1 0 164852 31 0 0 20 0 19 0 105941990 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693404929232 140693277773444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4266] ppid=4260 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/4263/task/4266/stat : 4266 (java) S 4260 4263 737 0 -1 4202560 2378 0 0 0 276 29 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693248755880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4267] ppid=4260 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/4263/task/4267/stat : 4267 (java) S 4260 4263 737 0 -1 4202560 2461 0 0 0 281 25 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693247703336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4268] ppid=4260 vsize=9625040 CPUtime=3.14 cores=1,3,5,7
/proc/4263/task/4268/stat : 4268 (java) S 4260 4263 737 0 -1 4202560 1013 0 0 0 288 26 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693246650792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4269] ppid=4260 vsize=9625040 CPUtime=3.22 cores=1,3,5,7
/proc/4263/task/4269/stat : 4269 (java) S 4260 4263 737 0 -1 4202560 3149 0 0 0 286 36 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693245598248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4270] ppid=4260 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/4263/task/4270/stat : 4270 (java) S 4260 4263 737 0 -1 4202560 1808 0 0 0 299 29 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693244545704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4271] ppid=4260 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/4263/task/4271/stat : 4271 (java) S 4260 4263 737 0 -1 4202560 3216 0 0 0 293 32 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693243493160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4272] ppid=4260 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/4263/task/4272/stat : 4272 (java) S 4260 4263 737 0 -1 4202560 2867 0 0 0 284 33 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693242440616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4273] ppid=4260 vsize=9625040 CPUtime=3.09 cores=1,3,5,7
/proc/4263/task/4273/stat : 4273 (java) S 4260 4263 737 0 -1 4202560 1838 0 0 0 281 28 0 0 20 0 19 0 105941991 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693241388072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4274] ppid=4260 vsize=9625040 CPUtime=5.86 cores=1,3,5,7
/proc/4263/task/4274/stat : 4274 (java) S 4260 4263 737 0 -1 4202560 2263 0 0 0 578 8 0 0 20 0 19 0 105941992 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693229189224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2221 0 0 0 32 0 0 0 20 0 19 0 105941995 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 4268 0 0 0 41 0 0 0 20 0 19 0 105941995 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 95 0 0 0 25 38 0 0 20 0 19 0 105941995 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 87887 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.21 2.20 2.18 4/213 4391
/proc/meminfo: memFree=29983492/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=1741.56 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 32556 0 1 0 173861 295 0 0 20 0 19 0 105941989 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 125089 2283 9 0 2396937 0
[pid=4263/tid=4265] ppid=4260 vsize=9625040 CPUtime=1708.34 cores=1,3,5,7
/proc/4263/task/4265/stat : 4265 (java) R 4260 4263 737 0 -1 4202560 2961 0 1 0 170803 31 0 0 20 0 19 0 105941990 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693404929232 140693277773444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4266] ppid=4260 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/4263/task/4266/stat : 4266 (java) S 4260 4263 737 0 -1 4202560 2417 0 0 0 286 32 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693248755880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4267] ppid=4260 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/4263/task/4267/stat : 4267 (java) S 4260 4263 737 0 -1 4202560 2483 0 0 0 291 27 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693247703336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4268] ppid=4260 vsize=9625040 CPUtime=3.26 cores=1,3,5,7
/proc/4263/task/4268/stat : 4268 (java) S 4260 4263 737 0 -1 4202560 1071 0 0 0 298 28 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693246650792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4269] ppid=4260 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/4263/task/4269/stat : 4269 (java) S 4260 4263 737 0 -1 4202560 3184 0 0 0 296 38 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693245598248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4270] ppid=4260 vsize=9625040 CPUtime=3.38 cores=1,3,5,7
/proc/4263/task/4270/stat : 4270 (java) S 4260 4263 737 0 -1 4202560 2052 0 0 0 308 30 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693244545704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4271] ppid=4260 vsize=9625040 CPUtime=3.35 cores=1,3,5,7
/proc/4263/task/4271/stat : 4271 (java) S 4260 4263 737 0 -1 4202560 3252 0 0 0 302 33 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693243493160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4272] ppid=4260 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/4263/task/4272/stat : 4272 (java) S 4260 4263 737 0 -1 4202560 2956 0 0 0 299 37 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693242440616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4273] ppid=4260 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/4263/task/4273/stat : 4273 (java) S 4260 4263 737 0 -1 4202560 1891 0 0 0 291 29 0 0 20 0 19 0 105941991 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693241388072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4274] ppid=4260 vsize=9625040 CPUtime=6.04 cores=1,3,5,7
/proc/4263/task/4274/stat : 4274 (java) S 4260 4263 737 0 -1 4202560 2442 0 0 0 595 9 0 0 20 0 19 0 105941992 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693229189224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2221 0 0 0 32 0 0 0 20 0 19 0 105941995 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 4268 0 0 0 41 0 0 0 20 0 19 0 105941995 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 99 0 0 0 26 39 0 0 20 0 19 0 105941995 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 125089 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1741.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 4392
/proc/meminfo: memFree=30023256/32872528 swapFree=16252/1391864
[pid=4263] ppid=4260 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/4263/stat : 4263 (java) S 4260 4263 737 0 -1 4202496 37058 0 1 0 179693 307 0 0 20 0 19 0 105941989 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140735078909520 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4263/statm: 2406260 112479 2283 9 0 2396937 0
[pid=4263/tid=4265] ppid=4260 vsize=9625040 CPUtime=1765.24 cores=1,3,5,7
/proc/4263/task/4265/stat : 4265 (java) R 4260 4263 737 0 -1 4202560 2982 0 1 0 176492 32 0 0 20 0 19 0 105941990 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693404929232 140693277733689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4266] ppid=4260 vsize=9625040 CPUtime=3.34 cores=1,3,5,7
/proc/4263/task/4266/stat : 4266 (java) S 4260 4263 737 0 -1 4202560 2780 0 0 0 300 34 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693248755880 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4267] ppid=4260 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/4263/task/4267/stat : 4267 (java) S 4260 4263 737 0 -1 4202560 2707 0 0 0 303 28 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693247703336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4268] ppid=4260 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/4263/task/4268/stat : 4268 (java) S 4260 4263 737 0 -1 4202560 1570 0 0 0 311 29 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693246650792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4269] ppid=4260 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/4263/task/4269/stat : 4269 (java) S 4260 4263 737 0 -1 4202560 4053 0 0 0 306 40 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693245598248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4270] ppid=4260 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/4263/task/4270/stat : 4270 (java) S 4260 4263 737 0 -1 4202560 2706 0 0 0 317 33 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693244545704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4271] ppid=4260 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/4263/task/4271/stat : 4271 (java) S 4260 4263 737 0 -1 4202560 4053 0 0 0 314 34 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693243493160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4263/tid=4272] ppid=4260 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/4263/task/4272/stat : 4272 (java) S 4260 4263 737 0 -1 4202560 3056 0 0 0 311 38 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693242440616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4273] ppid=4260 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/4263/task/4273/stat : 4273 (java) S 4260 4263 737 0 -1 4202560 2659 0 0 0 303 30 0 0 20 0 19 0 105941991 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693241388072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4274] ppid=4260 vsize=9625040 CPUtime=6.52 cores=1,3,5,7
/proc/4263/task/4274/stat : 4274 (java) S 4260 4263 737 0 -1 4202560 2641 0 0 0 643 9 0 0 20 0 19 0 105941992 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693229189224 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4275] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4275/stat : 4275 (java) S 4260 4263 737 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693228135544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4276] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4276/stat : 4276 (java) S 4260 4263 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105941992 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693227082888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4277] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4277/stat : 4277 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693226031632 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4278] ppid=4260 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4263/task/4278/stat : 4278 (java) S 4260 4263 737 0 -1 4202560 2221 0 0 0 32 0 0 0 20 0 19 0 105941995 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693224979000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4263/tid=4279] ppid=4260 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/4263/task/4279/stat : 4279 (java) S 4260 4263 737 0 -1 4202560 4268 0 0 0 41 0 0 0 20 0 19 0 105941995 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693223926456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4280] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4280/stat : 4280 (java) S 4260 4263 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105941995 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693222874104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4263/tid=4281] ppid=4260 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/4263/task/4281/stat : 4281 (java) S 4260 4263 737 0 -1 4202560 103 0 0 0 27 40 0 0 20 0 19 0 105941995 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693221821768 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4263/tid=4282] ppid=4260 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4263/task/4282/stat : 4282 (java) S 4260 4263 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105942018 9856040960 112479 33554432000 1073741824 1073778376 140735078918384 140693220717352 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 4263 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1780.04
CPU time (s): 1800.79
CPU user time (s): 1797.18
CPU system time (s): 3.61245
CPU usage (%): 101.166
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.18
system time used= 3.61245
maximum resident set size= 935696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37102
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52154
involuntary context switches= 51305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97348 second user time and 14.2818 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 21:08:08
IDJOB=4084482
IDBENCH=2588
IDSOLVER=2546
FILE ID=node119/4084482-1465240088
RUNJOBID= node119-1465217315-755
PBS_JOBID= 19843200
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-81-80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084482-1465240088/watcher-4084482-1465240088 -o /tmp/evaluation-result-4084482-1465240088/solver-4084482-1465240088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-755 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084482-1465240088.opb

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

MD5SUM BENCH= d887ec44be40cf432f8acabc52df2afa
RANDOM SEED=2125357463

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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:        29550916 kB
Buffers:           32820 kB
Cached:            94092 kB
SwapCached:          856 kB
Active:          1153676 kB
Inactive:          67800 kB
Active(anon):    1095276 kB
Inactive(anon):     1640 kB
Active(file):      58400 kB
Inactive(file):    66160 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100136 kB
Dirty:               800 kB
Writeback:            24 kB
AnonPages:       2491812 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             566380 kB
SReclaimable:      10224 kB
SUnreclaim:       556156 kB
KernelStack:        1584 kB
PageTables:         9212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2673900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2428928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-06 21:37:49