Trace number 4084471

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.73 1795.07

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
MD5SUMa69e1395b1a03cfd48605e1acc7227e4
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.010998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints45
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
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 26
Number of bits of the biggest sum of numbers5
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4084471-1465239577.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.041s.
0.09/0.16	c declared #vars     500
0.09/0.16	c #constraints  45
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.16	c 45 constraints processed.
0.89/0.64	c cleaning 2500 clauses out of 5001 with flag 39309/5001
1.78/1.30	c cleaning 4250 clauses out of 8500 with flag 89421/11000
2.70/2.21	c cleaning 5625 clauses out of 11250 with flag 139980/18000
3.60/3.14	c cleaning 6812 clauses out of 13625 with flag 200264/26000
4.93/4.49	c cleaning 7903 clauses out of 15814 with flag 275324/35001
6.43/5.94	c cleaning 8941 clauses out of 17910 with flag 352573/45000
8.33/7.81	c cleaning 9977 clauses out of 19969 with flag 441455/56000
10.43/9.97	c cleaning 10990 clauses out of 21992 with flag 541229/68000
13.13/12.66	c cleaning 11995 clauses out of 24003 with flag 664265/81001
16.13/15.64	c cleaning 12996 clauses out of 26008 with flag 796592/95001
19.33/18.81	c cleaning 14001 clauses out of 28011 with flag 931192/110000
22.66/22.18	c cleaning 15003 clauses out of 30010 with flag 1060500/126000
26.76/26.22	c cleaning 15997 clauses out of 32007 with flag 1218375/143000
30.86/30.39	c cleaning 16999 clauses out of 34010 with flag 1381805/161000
36.16/35.61	c cleaning 18002 clauses out of 36013 with flag 1557247/180002
41.28/40.75	c cleaning 18995 clauses out of 38009 with flag 1767704/200000
47.37/46.82	c cleaning 20004 clauses out of 40016 with flag 2003715/221002
54.44/53.81	c cleaning 21001 clauses out of 42010 with flag 2216980/243000
61.44/60.86	c cleaning 21999 clauses out of 44010 with flag 2430777/266001
68.64/68.00	c cleaning 22994 clauses out of 46010 with flag 2689022/290000
76.74/76.12	c cleaning 23999 clauses out of 48016 with flag 2964741/315000
86.46/85.80	c cleaning 25004 clauses out of 50017 with flag 3251945/341000
96.58/95.87	c cleaning 25980 clauses out of 52014 with flag 3545906/368001
106.57/105.86	c cleaning 27012 clauses out of 54034 with flag 3889799/396001
115.97/115.29	c cleaning 28003 clauses out of 56021 with flag 4214236/425000
127.87/127.15	c cleaning 29002 clauses out of 58021 with flag 4519093/455003
139.32/138.48	c cleaning 29998 clauses out of 60017 with flag 4849359/486001
151.52/150.66	c cleaning 31001 clauses out of 62019 with flag 5204582/518001
163.22/162.35	c cleaning 32002 clauses out of 64018 with flag 5570289/551001
176.73/175.83	c cleaning 33000 clauses out of 66017 with flag 5975567/585002
191.52/190.48	c cleaning 33995 clauses out of 68015 with flag 6385704/620000
209.72/208.61	c cleaning 35003 clauses out of 70020 with flag 6763477/656000
225.53/224.50	c cleaning 36003 clauses out of 72017 with flag 7109140/693000
241.01/239.75	c cleaning 37000 clauses out of 74016 with flag 7445638/731002
257.01/255.75	c cleaning 37998 clauses out of 76014 with flag 7802336/770000
275.23/273.91	c cleaning 39002 clauses out of 78018 with flag 8156816/810002
294.85/293.32	c cleaning 40000 clauses out of 80016 with flag 8532450/851002
312.66/311.15	c cleaning 40992 clauses out of 82014 with flag 8907332/893000
332.25/330.49	c cleaning 42005 clauses out of 84023 with flag 9321407/936001
353.85/352.02	c cleaning 42981 clauses out of 86017 with flag 9733666/980000
377.07/375.09	c cleaning 43990 clauses out of 88037 with flag 10170871/1025001
402.80/400.73	c cleaning 44999 clauses out of 90046 with flag 10681254/1071000
432.50/430.40	c cleaning 46003 clauses out of 92048 with flag 11217742/1118001
462.10/459.97	c cleaning 46999 clauses out of 94044 with flag 11699555/1166000
494.28/492.04	c cleaning 47988 clauses out of 96045 with flag 12235581/1215000
521.25/518.94	c cleaning 48977 clauses out of 98059 with flag 12677667/1265002
549.63/547.29	c cleaning 50018 clauses out of 100082 with flag 13141851/1316002
582.20/579.74	c cleaning 51004 clauses out of 102062 with flag 13670022/1368000
612.40/609.88	c cleaning 52005 clauses out of 104058 with flag 14169270/1421000
643.69/641.05	c cleaning 53004 clauses out of 106055 with flag 14680697/1475002
674.18/671.43	c cleaning 53995 clauses out of 108053 with flag 15180337/1530004
712.27/709.43	c cleaning 55003 clauses out of 110055 with flag 15749371/1586001
749.06/746.14	c cleaning 55993 clauses out of 112051 with flag 16276794/1643000
790.97/787.97	c cleaning 56999 clauses out of 114059 with flag 16829822/1701001
836.96/833.87	c cleaning 58001 clauses out of 116059 with flag 17460852/1760000
883.11/879.96	c cleaning 59001 clauses out of 118059 with flag 18090864/1820001
930.51/927.21	c cleaning 60006 clauses out of 120061 with flag 18695076/1881004
977.43/974.05	c cleaning 60998 clauses out of 122051 with flag 19264391/1943000
1024.90/1021.42	c cleaning 61999 clauses out of 124053 with flag 19887244/2006000
1075.13/1071.61	c cleaning 63001 clauses out of 126054 with flag 20570334/2070000
1125.09/1121.43	c cleaning 63999 clauses out of 128053 with flag 21265570/2135000
1187.37/1183.64	c cleaning 65000 clauses out of 130057 with flag 21983415/2201003
1243.00/1239.15	c cleaning 66000 clauses out of 132054 with flag 22636720/2268000
1304.60/1300.68	c cleaning 66998 clauses out of 134054 with flag 23342578/2336000
1379.31/1375.12	c cleaning 67999 clauses out of 136056 with flag 24113403/2405000
1440.03/1435.82	c cleaning 69004 clauses out of 138059 with flag 24872561/2475002
1502.97/1498.65	c cleaning 70002 clauses out of 140054 with flag 25619581/2546001
1577.64/1573.13	c cleaning 70999 clauses out of 142052 with flag 26567576/2618001
1626.77/1622.13	c cleaning 71998 clauses out of 144052 with flag 27331017/2691000
1705.85/1701.00	c cleaning 73003 clauses out of 146057 with flag 28170358/2765003
1753.82/1748.82	c cleaning 74016 clauses out of 148051 with flag 28906869/2840000
1800.07/1795.03	c starts		: 110
1800.07/1795.03	c conflicts		: 2906269
1800.07/1795.03	c decisions		: 3415912
1800.07/1795.03	c propagations		: 61664203
1800.07/1795.03	c inspects		: 29424103099
1800.07/1795.03	c shortcuts		: 0
1800.07/1795.03	c learnt literals	: 0
1800.07/1795.03	c learnt binary clauses	: 0
1800.07/1795.03	c learnt ternary clauses	: 0
1800.07/1795.03	c learnt constraints	: 2906269
1800.07/1795.03	c ignored constraints	: 0
1800.07/1795.03	c root simplifications	: 0
1800.07/1795.03	c removed literals (reason simplification)	: 0
1800.07/1795.03	c reason swapping (by a shorter reason)	: 0
1800.07/1795.03	c Calls to reduceDB	: 71
1800.07/1795.03	c Number of update (reduction) of LBD	: 1794980
1800.07/1795.03	c Imported unit clauses	: 0
1800.07/1795.03	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.03	c number of learned constraints concerned by reduction	: 0
1800.07/1795.03	c number of learning phase by resolution	: 0
1800.07/1795.03	c number of learning phase by cutting planes	: 0
1800.07/1795.03	c speed (assignments/second)	: 34355.805712948575
1800.07/1795.03	c non guided choices	291
1800.07/1795.03	c timeout
1800.07/1795.06	c learnt constraints type 
1800.07/1795.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140304
1800.07/1795.06	s UNKNOWN
1800.07/1795.06	c Total wall clock time (in seconds): 1794.943

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-4084471-1465239577/watcher-4084471-1465239577 -o /tmp/evaluation-result-4084471-1465239577/solver-4084471-1465239577 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084471-1465239577.opb 

pid=13796
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.69 2.31 2.22 3/194 13799
/proc/meminfo: memFree=29134900/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9212 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (java) R 13796 13799 7184 0 -1 4202496 395 0 0 0 0 0 0 0 20 0 1 0 105890896 9433088 66 33554432000 1073741824 1073778376 140737285649648 140737285646776 214360485674 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2306 78 61 9 0 38 0

[startup+0.10012 s]
/proc/loadavg: 2.69 2.31 2.22 3/194 13799
/proc/meminfo: memFree=29134900/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 105890896 9787879424 5509 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2389619 5509 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.69 2.31 2.22 3/194 13799
/proc/meminfo: memFree=29134900/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 6219 0 1 0 24 1 0 0 20 0 19 0 105890896 9856040960 7289 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 7289 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300293 s]
/proc/loadavg: 2.69 2.31 2.22 3/194 13799
/proc/meminfo: memFree=29134900/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 6728 0 1 0 46 2 0 0 20 0 19 0 105890896 9856040960 7961 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 7961 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.69 2.31 2.22 3/194 13799
/proc/meminfo: memFree=29134900/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 12404 0 1 0 105 3 0 0 20 0 19 0 105890896 9856040960 11469 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 11469 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.69 2.31 2.22 3/212 13818
/proc/meminfo: memFree=29090468/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 13010 0 1 0 195 3 0 0 20 0 19 0 105890896 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 14167 2250 9 0 2396937 0
[pid=13799/tid=13801] ppid=13796 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (java) R 13796 13799 7184 0 -1 4202560 2413 0 1 0 145 1 0 0 20 0 19 0 105890897 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302767788584 140302640234944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13802] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13802/stat : 13802 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302611331240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13803] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13803/stat : 13803 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302610278696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13804] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13804/stat : 13804 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302609226152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13805] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13805/stat : 13805 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302608173608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13806] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13806/stat : 13806 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302607121064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13807] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13807/stat : 13807 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302606068520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13808] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13808/stat : 13808 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302605015976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13809] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13809/stat : 13809 (java) S 13796 13799 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302603963432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13810] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13810/stat : 13810 (java) S 13796 13799 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302591764584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6426 0 0 0 28 2 0 0 20 0 19 0 105890903 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 18 0 0 0 20 0 19 0 105890903 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 14167 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.69 2.31 2.22 3/212 13818
/proc/meminfo: memFree=29082284/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 13018 0 1 0 356 4 0 0 20 0 19 0 105890896 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 17751 2250 9 0 2396937 0
[pid=13799/tid=13801] ppid=13796 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (java) R 13796 13799 7184 0 -1 4202560 2421 0 1 0 305 1 0 0 20 0 19 0 105890897 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302767788456 140302640178412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13802] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13802/stat : 13802 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302611331240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13803] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13803/stat : 13803 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302610278696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13804] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13804/stat : 13804 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302609226152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13805] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13805/stat : 13805 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302608173608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13806] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13806/stat : 13806 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302607121064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13807] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13807/stat : 13807 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302606068520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13808] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13808/stat : 13808 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302605015976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13809] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13809/stat : 13809 (java) S 13796 13799 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302603963432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13810] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13810/stat : 13810 (java) S 13796 13799 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302591764584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6426 0 0 0 29 2 0 0 20 0 19 0 105890903 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 19 0 0 0 20 0 19 0 105890903 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 17751 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.64 2.31 2.22 3/212 13818
/proc/meminfo: memFree=29062624/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 13041 0 1 0 679 4 0 0 20 0 19 0 105890896 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 23178 2258 9 0 2396937 0
[pid=13799/tid=13801] ppid=13796 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (java) R 13796 13799 7184 0 -1 4202560 2440 0 1 0 625 1 0 0 20 0 19 0 105890897 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302767779536 140302640121393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13802] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13802/stat : 13802 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302611331240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13803] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13803/stat : 13803 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302610278696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13804] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13804/stat : 13804 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302609226152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13805] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13805/stat : 13805 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302608173608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13806] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13806/stat : 13806 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302607121064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13807] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13807/stat : 13807 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302606068520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13808] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13808/stat : 13808 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302605015976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13809] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13809/stat : 13809 (java) S 13796 13799 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105890898 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302603963432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13810] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13810/stat : 13810 (java) S 13796 13799 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302591764584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6427 0 0 0 31 2 0 0 20 0 19 0 105890903 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 19 0 0 0 20 0 19 0 105890903 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 23178 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6432 0 0 0 34 2 0 0 20 0 19 0 105890903 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 19 0 0 0 20 0 19 0 105890903 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 98 0 0 0 35 36 0 0 20 0 19 0 105890903 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 119068 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.04
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.29 2.22 2.19 4/213 14014
/proc/meminfo: memFree=29970396/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=1727.23 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 16463 0 1 0 172611 112 0 0 20 0 19 0 105890896 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 116523 2280 9 0 2396937 0
[pid=13799/tid=13801] ppid=13796 vsize=9625040 CPUtime=1719.83 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (java) R 13796 13799 7184 0 -1 4202560 2524 0 1 0 171950 33 0 0 20 0 19 0 105890897 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302767787232 140302640120888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13802] ppid=13796 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13799/task/13802/stat : 13802 (java) S 13796 13799 7184 0 -1 4202560 415 0 0 0 55 7 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302611331240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13803] ppid=13796 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13799/task/13803/stat : 13803 (java) S 13796 13799 7184 0 -1 4202560 276 0 0 0 55 9 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302610278696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13804] ppid=13796 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13799/task/13804/stat : 13804 (java) S 13796 13799 7184 0 -1 4202560 482 0 0 0 57 9 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302609226152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13805] ppid=13796 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13799/task/13805/stat : 13805 (java) S 13796 13799 7184 0 -1 4202560 280 0 0 0 60 8 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302608173608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13806] ppid=13796 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/13799/task/13806/stat : 13806 (java) S 13796 13799 7184 0 -1 4202560 510 0 0 0 81 14 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302607121064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13807] ppid=13796 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13799/task/13807/stat : 13807 (java) S 13796 13799 7184 0 -1 4202560 468 0 0 0 63 8 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302606068520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13808] ppid=13796 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13799/task/13808/stat : 13808 (java) S 13796 13799 7184 0 -1 4202560 198 0 0 0 59 7 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302605015976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13809] ppid=13796 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13799/task/13809/stat : 13809 (java) S 13796 13799 7184 0 -1 4202560 245 0 0 0 67 9 0 0 20 0 19 0 105890898 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302603963432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13810] ppid=13796 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13799/task/13810/stat : 13810 (java) S 13796 13799 7184 0 -1 4202560 373 0 0 0 62 3 0 0 20 0 19 0 105890900 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302591764584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6432 0 0 0 34 2 0 0 20 0 19 0 105890903 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 19 0 0 0 20 0 19 0 105890903 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 100 0 0 0 37 37 0 0 20 0 19 0 105890903 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 116523 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 14015
/proc/meminfo: memFree=29953704/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=1787.37 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 16513 0 1 0 178623 114 0 0 20 0 19 0 105890896 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 117808 2280 9 0 2396937 0
[pid=13799/tid=13801] ppid=13796 vsize=9625040 CPUtime=1779.65 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (java) R 13796 13799 7184 0 -1 4202560 2526 0 1 0 177931 34 0 0 20 0 19 0 105890897 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302767787232 140302640178412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13802] ppid=13796 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13799/task/13802/stat : 13802 (java) S 13796 13799 7184 0 -1 4202560 419 0 0 0 57 7 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302611331240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13803] ppid=13796 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13799/task/13803/stat : 13803 (java) S 13796 13799 7184 0 -1 4202560 282 0 0 0 57 9 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302610278696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13804] ppid=13796 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13799/task/13804/stat : 13804 (java) S 13796 13799 7184 0 -1 4202560 489 0 0 0 58 10 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302609226152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13805] ppid=13796 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13799/task/13805/stat : 13805 (java) S 13796 13799 7184 0 -1 4202560 287 0 0 0 62 8 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302608173608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13806] ppid=13796 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/13799/task/13806/stat : 13806 (java) S 13796 13799 7184 0 -1 4202560 516 0 0 0 82 14 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302607121064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13807] ppid=13796 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13799/task/13807/stat : 13807 (java) S 13796 13799 7184 0 -1 4202560 470 0 0 0 64 8 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302606068520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13808] ppid=13796 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13799/task/13808/stat : 13808 (java) S 13796 13799 7184 0 -1 4202560 203 0 0 0 61 7 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302605015976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13809] ppid=13796 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13799/task/13809/stat : 13809 (java) S 13796 13799 7184 0 -1 4202560 246 0 0 0 69 9 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302603963432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13810] ppid=13796 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13799/task/13810/stat : 13810 (java) S 13796 13799 7184 0 -1 4202560 379 0 0 0 75 3 0 0 20 0 19 0 105890900 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302591764584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6432 0 0 0 34 2 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 19 0 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 104 0 0 0 39 38 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.23 2.21 2.18 4/213 14015
/proc/meminfo: memFree=29953580/32872528 swapFree=15784/1434320
[pid=13799] ppid=13796 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/13799/stat : 13799 (java) S 13796 13799 7184 0 -1 4202496 16513 0 1 0 179893 114 0 0 20 0 19 0 105890896 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140737285640784 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13799/statm: 2406260 117808 2280 9 0 2396937 0
[pid=13799/tid=13801] ppid=13796 vsize=9625040 CPUtime=1792.35 cores=1,3,5,7
/proc/13799/task/13801/stat : 13801 (java) R 13796 13799 7184 0 -1 4202560 2526 0 1 0 179201 34 0 0 20 0 19 0 105890897 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302767787232 140302640178432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13802] ppid=13796 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13799/task/13802/stat : 13802 (java) S 13796 13799 7184 0 -1 4202560 419 0 0 0 57 7 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302611331240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13803] ppid=13796 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13799/task/13803/stat : 13803 (java) S 13796 13799 7184 0 -1 4202560 282 0 0 0 57 9 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302610278696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13804] ppid=13796 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13799/task/13804/stat : 13804 (java) S 13796 13799 7184 0 -1 4202560 489 0 0 0 58 10 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302609226152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13805] ppid=13796 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13799/task/13805/stat : 13805 (java) S 13796 13799 7184 0 -1 4202560 287 0 0 0 62 8 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302608173608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13806] ppid=13796 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/13799/task/13806/stat : 13806 (java) S 13796 13799 7184 0 -1 4202560 516 0 0 0 82 14 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302607121064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13799/tid=13807] ppid=13796 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13799/task/13807/stat : 13807 (java) S 13796 13799 7184 0 -1 4202560 470 0 0 0 64 8 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302606068520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13808] ppid=13796 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13799/task/13808/stat : 13808 (java) S 13796 13799 7184 0 -1 4202560 203 0 0 0 61 7 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302605015976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13809] ppid=13796 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13799/task/13809/stat : 13809 (java) S 13796 13799 7184 0 -1 4202560 246 0 0 0 69 9 0 0 20 0 19 0 105890898 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302603963432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13810] ppid=13796 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13799/task/13810/stat : 13810 (java) S 13796 13799 7184 0 -1 4202560 379 0 0 0 75 3 0 0 20 0 19 0 105890900 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302591764584 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13811] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13811/stat : 13811 (java) S 13796 13799 7184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302590710904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13812] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13812/stat : 13812 (java) S 13796 13799 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105890900 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302589658248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13813] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13813/stat : 13813 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302588606992 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13814] ppid=13796 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13799/task/13814/stat : 13814 (java) S 13796 13799 7184 0 -1 4202560 6432 0 0 0 34 2 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302587554360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13815] ppid=13796 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/13799/task/13815/stat : 13815 (java) S 13796 13799 7184 0 -1 4202560 2901 0 0 0 19 0 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302586501816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13799/tid=13816] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13816/stat : 13816 (java) S 13796 13799 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302585449464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13799/tid=13817] ppid=13796 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/13799/task/13817/stat : 13817 (java) S 13796 13799 7184 0 -1 4202560 104 0 0 0 39 38 0 0 20 0 19 0 105890903 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302584397128 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13799/tid=13818] ppid=13796 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13799/task/13818/stat : 13818 (java) S 13796 13799 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105890913 9856040960 117808 33554432000 1073741824 1073778376 140737285649648 140302583341864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 13799 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.07
CPU time (s): 1800.73
CPU user time (s): 1799.09
CPU system time (s): 1.64375
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.64375
maximum resident set size= 782016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16566
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39385
involuntary context switches= 17358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5023 second user time and 13.073 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 20:59:37
IDJOB=4084471
IDBENCH=2569
IDSOLVER=2546
FILE ID=node130/4084471-1465239577
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084471-1465239577/watcher-4084471-1465239577 -o /tmp/evaluation-result-4084471-1465239577/solver-4084471-1465239577 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084471-1465239577.opb

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

MD5SUM BENCH= a69e1395b1a03cfd48605e1acc7227e4
RANDOM SEED=1441361269

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        29135692 kB
Buffers:           33368 kB
Cached:            98076 kB
SwapCached:         1752 kB
Active:          1526952 kB
Inactive:          68588 kB
Active(anon):    1465292 kB
Inactive(anon):     1200 kB
Active(file):      61660 kB
Inactive(file):    67388 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098352 kB
Dirty:               856 kB
Writeback:             4 kB
AnonPages:       2899964 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             567896 kB
SReclaimable:      11404 kB
SUnreclaim:       556492 kB
KernelStack:        1608 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3047592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2865152 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= 71744 MiB
End job on node130 at 2016-06-06 21:29:32