Trace number 4084945

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1797.46

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMb63a917d588fe2910953571155dfae07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26505
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 45248874
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 45248874
Number of bits of the biggest sum of numbers26
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4084945-1465314015.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
1.37/0.80	c ... done. Wall clock time 0.7s.
1.37/0.80	c declared #vars     40451
1.37/0.80	c #constraints  40950
1.37/0.80	c constraints type 
1.37/0.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.37/0.80	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.37/0.80	c org.sat4j.specs.Constr$1 => 1
1.37/0.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.37/0.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.37/0.80	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.37/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.37/0.80	c 40950 constraints processed.
1.37/0.80	c objective function length is 16038 literals
9.74/8.60	c cleaning 2491 clauses out of 4987 with flag 17808/5000
16.57/15.06	c cleaning 4245 clauses out of 8496 with flag 41949/11000
24.07/22.52	c cleaning 5620 clauses out of 11251 with flag 75149/18000
32.38/30.87	c cleaning 6809 clauses out of 13632 with flag 116002/26001
40.49/38.91	c cleaning 7908 clauses out of 15822 with flag 153719/35000
50.10/48.52	c cleaning 8954 clauses out of 17914 with flag 202592/45000
60.59/59.03	c cleaning 9976 clauses out of 19960 with flag 252099/56000
72.29/70.71	c cleaning 10985 clauses out of 21984 with flag 297439/68000
83.11/81.57	c cleaning 11999 clauses out of 23999 with flag 343866/81000
94.30/92.77	c cleaning 12999 clauses out of 26000 with flag 397417/95000
106.49/104.99	c cleaning 13999 clauses out of 28004 with flag 465359/110003
120.50/118.91	c cleaning 14999 clauses out of 30002 with flag 543793/126000
136.50/134.95	c cleaning 15999 clauses out of 32003 with flag 628352/143000
151.00/149.44	c cleaning 16998 clauses out of 34004 with flag 714500/161000
166.79/165.21	c cleaning 17999 clauses out of 36006 with flag 810718/180000
184.50/182.99	c cleaning 18998 clauses out of 38007 with flag 925547/200000
204.91/203.27	c cleaning 20005 clauses out of 40009 with flag 1054949/221000
225.50/223.84	c cleaning 20997 clauses out of 42005 with flag 1183477/243001
244.60/242.99	c cleaning 22003 clauses out of 44007 with flag 1304729/266000
265.21/263.51	c cleaning 22993 clauses out of 46004 with flag 1435396/290000
287.61/285.94	c cleaning 24006 clauses out of 48011 with flag 1555489/315000
311.61/309.90	c cleaning 25003 clauses out of 50005 with flag 1680605/341000
334.91/333.27	c cleaning 25995 clauses out of 52002 with flag 1833641/368000
362.01/360.36	c cleaning 26999 clauses out of 54008 with flag 1997536/396001
387.01/385.39	c cleaning 28003 clauses out of 56009 with flag 2151154/425001
411.91/410.25	c cleaning 28999 clauses out of 58005 with flag 2303915/455000
437.42/435.75	c cleaning 29998 clauses out of 60006 with flag 2463085/486000
463.50/461.61	c cleaning 30998 clauses out of 62010 with flag 2633906/518002
489.80/487.94	c cleaning 31997 clauses out of 64010 with flag 2819502/551000
517.60/515.79	c cleaning 32999 clauses out of 66013 with flag 3006159/585000
546.91/545.07	c cleaning 34000 clauses out of 68014 with flag 3170977/620000
577.60/575.71	c cleaning 34998 clauses out of 70015 with flag 3357477/656001
608.50/606.64	c cleaning 36004 clauses out of 72016 with flag 3569036/693000
639.20/637.30	c cleaning 37001 clauses out of 74013 with flag 3768475/731001
671.40/669.54	c cleaning 37995 clauses out of 76011 with flag 3988502/770000
704.41/702.56	c cleaning 39003 clauses out of 78017 with flag 4209768/810001
738.71/736.85	c cleaning 40001 clauses out of 80013 with flag 4444555/851000
774.32/772.46	c cleaning 41002 clauses out of 82012 with flag 4683756/893000
810.44/808.53	c cleaning 41999 clauses out of 84010 with flag 4929779/936000
847.95/846.01	c cleaning 43000 clauses out of 86011 with flag 5180301/980000
886.03/884.16	c cleaning 44005 clauses out of 88011 with flag 5442791/1025000
925.04/923.18	c cleaning 45000 clauses out of 90006 with flag 5710752/1071000
964.92/962.73	c cleaning 45998 clauses out of 92006 with flag 5971664/1118000
1007.03/1004.86	c cleaning 46999 clauses out of 94008 with flag 6254000/1166000
1051.24/1049.03	c cleaning 48004 clauses out of 96010 with flag 6542513/1215001
1096.05/1093.89	c cleaning 48996 clauses out of 98005 with flag 6825007/1265000
1140.24/1138.07	c cleaning 49998 clauses out of 100010 with flag 7124828/1316001
1184.86/1182.68	c cleaning 50999 clauses out of 102011 with flag 7421788/1368000
1231.75/1229.52	c cleaning 52001 clauses out of 104013 with flag 7734590/1421001
1282.36/1280.11	c cleaning 53006 clauses out of 106012 with flag 8046912/1475001
1330.67/1328.42	c cleaning 53993 clauses out of 108005 with flag 8360368/1530000
1380.57/1378.36	c cleaning 54998 clauses out of 110012 with flag 8682471/1586000
1431.07/1428.86	c cleaning 56002 clauses out of 112014 with flag 9024720/1643000
1484.17/1481.67	c cleaning 57001 clauses out of 114012 with flag 9381162/1701000
1534.16/1531.67	c cleaning 58001 clauses out of 116012 with flag 9677221/1760001
1587.37/1584.89	c cleaning 59002 clauses out of 118010 with flag 9992376/1820000
1640.87/1638.36	c cleaning 59997 clauses out of 120008 with flag 10317090/1881000
1695.48/1693.00	c cleaning 60999 clauses out of 122011 with flag 10621001/1943000
1750.08/1747.58	c cleaning 61998 clauses out of 124012 with flag 10941441/2006000
1800.01/1797.41	c starts		: 888
1800.01/1797.41	c conflicts		: 2060580
1800.01/1797.41	c decisions		: 3173223
1800.01/1797.41	c propagations		: 1672868116
1800.01/1797.41	c inspects		: 4635621335
1800.01/1797.41	c shortcuts		: 0
1800.01/1797.41	c learnt literals	: 13
1800.01/1797.41	c learnt binary clauses	: 521
1800.01/1797.41	c learnt ternary clauses	: 344
1800.01/1797.41	c learnt constraints	: 2060567
1800.01/1797.41	c ignored constraints	: 0
1800.01/1797.41	c root simplifications	: 0
1800.01/1797.41	c removed literals (reason simplification)	: 0
1800.01/1797.41	c reason swapping (by a shorter reason)	: 0
1800.01/1797.41	c Calls to reduceDB	: 59
1800.01/1797.41	c Number of update (reduction) of LBD	: 89007
1800.01/1797.41	c Imported unit clauses	: 0
1800.01/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.41	c number of learned constraints concerned by reduction	: 0
1800.01/1797.41	c number of learning phase by resolution	: 0
1800.01/1797.41	c number of learning phase by cutting planes	: 0
1800.01/1797.41	c speed (assignments/second)	: 931150.7080197711
1800.01/1797.41	c non guided choices	6481
1800.01/1797.41	c timeout
1800.01/1797.44	c learnt constraints type 
1800.01/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 521
1800.01/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116073
1800.01/1797.44	s UNKNOWN
1800.01/1797.44	c Total wall clock time (in seconds): 1797.344

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-4084945-1465314015/watcher-4084945-1465314015 -o /tmp/evaluation-result-4084945-1465314015/solver-4084945-1465314015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32462 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084945-1465314015.opb 

pid=1180
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.00 3/197 1183
/proc/meminfo: memFree=29941172/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1183/stat : 1183 (java) R 1180 1183 32446 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 113333596 23793664 709 33554432000 1073741824 1073778376 140735287132496 140735287121560 206399649128 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 5809 709 523 9 0 128 0
[pid=1183/tid=1184] ppid=1180 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 113333596 98570240 977 33554432000 1073741824 1073778376 140735287132496 140190409100840 206408861056 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.04 2.00 3/197 1183
/proc/meminfo: memFree=29941172/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 4510 0 1 0 11 1 0 0 20 0 18 0 113333596 9787879424 6138 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2389619 6138 2157 9 0 2380296 0
[pid=1183/tid=1184] ppid=1180 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 113333596 9787879424 6138 33554432000 1073741824 1073778376 140735287132496 140190409101240 140190399167942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.09 2.04 2.00 3/197 1183
/proc/meminfo: memFree=29941172/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 5285 0 1 0 30 1 0 0 20 0 18 0 113333596 9787879424 7591 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2389619 7591 2227 9 0 2380296 0
[pid=1183/tid=1184] ppid=1180 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 18 0 113333596 9787879424 7591 33554432000 1073741824 1073778376 140735287132496 140190409101240 140190232426132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 2.09 2.04 2.00 3/197 1183
/proc/meminfo: memFree=29941172/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 6118 0 1 0 51 1 0 0 20 0 18 0 113333596 9787879424 10412 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2389619 10412 2233 9 0 2380296 0
[pid=1183/tid=1184] ppid=1180 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2400 0 1 0 26 1 0 0 20 0 18 0 113333596 9787879424 10412 33554432000 1073741824 1073778376 140735287132496 140190409096904 140190232755504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 2.09 2.04 2.00 3/197 1183
/proc/meminfo: memFree=29941172/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9558476 CPUtime=1.22 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 8121 0 1 0 118 4 0 0 20 0 18 0 113333596 9787879424 44023 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2389619 44023 2263 9 0 2380296 0
[pid=1183/tid=1184] ppid=1180 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2462 0 1 0 63 2 0 0 20 0 18 0 113333596 9787879424 44023 33554432000 1073741824 1073778376 140735287132496 140190409104824 206412244237 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.08 2.04 2.00 4/216 1202
/proc/meminfo: memFree=29768616/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 11728 0 1 0 252 5 0 0 20 0 19 0 113333596 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2406260 45183 2278 9 0 2396937 0
[pid=1183/tid=1184] ppid=1180 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2474 0 1 0 143 2 0 0 20 0 19 0 113333596 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190409097464 140190233215141 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1186] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (java) S 1180 1183 32446 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190370597032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1187] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (java) S 1180 1183 32446 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190369544488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1188] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190368491944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1189] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1189/stat : 1189 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190367439400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1190] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1190/stat : 1190 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190366386856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1191] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1191/stat : 1191 (java) S 1180 1183 32446 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190365334312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1192] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1192/stat : 1192 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190364281768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1193] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1193/stat : 1193 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190363229224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1194] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1194/stat : 1194 (java) S 1180 1183 32446 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190232340584 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1195] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1195/stat : 1195 (java) S 1180 1183 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190231286904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1196] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1196/stat : 1196 (java) S 1180 1183 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190230234248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1197] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1197/stat : 1197 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190229182992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1198] ppid=1180 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/1183/task/1198/stat : 1198 (java) S 1180 1183 32446 0 -1 4202560 2970 0 0 0 49 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190228130360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1199] ppid=1180 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/1183/task/1199/stat : 1199 (java) S 1180 1183 32446 0 -1 4202560 4883 0 0 0 51 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190227077816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1200] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1200/stat : 1200 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190226025464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1201] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1201/stat : 1201 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190224973128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1202] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1202/stat : 1202 (java) S 1180 1183 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113333681 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190223917864 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.08 2.04 2.00 3/216 1202
/proc/meminfo: memFree=29768244/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 11729 0 1 0 414 5 0 0 20 0 19 0 113333596 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2406260 45183 2278 9 0 2396937 0
[pid=1183/tid=1184] ppid=1180 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2475 0 1 0 303 2 0 0 20 0 19 0 113333596 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190409103792 140190233029373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1186] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (java) S 1180 1183 32446 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190370597032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1187] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (java) S 1180 1183 32446 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190369544488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1188] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190368491944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1189] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1189/stat : 1189 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190367439400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1190] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1190/stat : 1190 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190366386856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1191] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1191/stat : 1191 (java) S 1180 1183 32446 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190365334312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1192] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1192/stat : 1192 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190364281768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1193] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1193/stat : 1193 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190363229224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1194] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1194/stat : 1194 (java) S 1180 1183 32446 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190232340584 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1195] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1195/stat : 1195 (java) S 1180 1183 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190231286904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1196] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1196/stat : 1196 (java) S 1180 1183 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190230234248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1197] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1197/stat : 1197 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190229182992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1198] ppid=1180 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/1183/task/1198/stat : 1198 (java) S 1180 1183 32446 0 -1 4202560 2970 0 0 0 49 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190228130360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1199] ppid=1180 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/1183/task/1199/stat : 1199 (java) S 1180 1183 32446 0 -1 4202560 4883 0 0 0 54 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190227077816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1200] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1200/stat : 1200 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190226025464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1201] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1201/stat : 1201 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190224973128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1202] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1202/stat : 1202 (java) S 1180 1183 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113333681 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190223917864 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.08 2.04 2.00 3/216 1202
/proc/meminfo: memFree=29768128/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9625040 CPUtime=7.4 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 11730 0 1 0 735 5 0 0 20 0 19 0 113333596 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2406260 45183 2278 9 0 2396937 0
[pid=1183/tid=1184] ppid=1180 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2476 0 1 0 622 2 0 0 20 0 19 0 113333596 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190409105640 140190233197052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1186] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (java) S 1180 1183 32446 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190370597032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1187] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (java) S 1180 1183 32446 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190369544488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1188] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190368491944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1189] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1189/stat : 1189 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190367439400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1190] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1190/stat : 1190 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190366386856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1191] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1191/stat : 1191 (java) S 1180 1183 32446 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190365334312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1192] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1192/stat : 1192 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190364281768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1193] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1193/stat : 1193 (java) S 1180 1183 32446 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 113333597 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190363229224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1194] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1194/stat : 1194 (java) S 1180 1183 32446 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190232340584 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1195] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1195/stat : 1195 (java) S 1180 1183 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190231286904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1196] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1196/stat : 1196 (java) S 1180 1183 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190230234248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1197] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1197/stat : 1197 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190229182992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1198] ppid=1180 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/1183/task/1198/stat : 1198 (java) S 1180 1183 32446 0 -1 4202560 2970 0 0 0 50 0 0 0 20 0 19 0 113333600 9856040960 45183 33554432000 1073741824 1073778376 140735287132496 140190228130360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1199] ppid=1180 vsize=9625040 CPUtime=0.54 cores=0,2,4,6

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

/proc/1183/task/1202/stat : 1202 (java) S 1180 1183 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113333681 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190223917864 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1664.88
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.08 2.06 3/214 1333
/proc/meminfo: memFree=27877016/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9625040 CPUtime=1724.88 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 21178 0 1 0 172410 78 0 0 20 0 19 0 113333596 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2406260 246233 2292 9 0 2396937 0
[pid=1183/tid=1184] ppid=1180 vsize=9625040 CPUtime=1717.31 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2650 0 1 0 171698 33 0 0 20 0 19 0 113333596 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190409096896 140190233127567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1186] ppid=1180 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (java) S 1180 1183 32446 0 -1 4202560 281 0 0 0 8 8 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190370597032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1187] ppid=1180 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (java) S 1180 1183 32446 0 -1 4202560 281 0 0 0 9 8 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190369544488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1188] ppid=1180 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (java) S 1180 1183 32446 0 -1 4202560 275 0 0 0 10 9 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190368491944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1189] ppid=1180 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/1183/task/1189/stat : 1189 (java) S 1180 1183 32446 0 -1 4202560 262 0 0 0 6 5 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190367439400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1190] ppid=1180 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/1183/task/1190/stat : 1190 (java) S 1180 1183 32446 0 -1 4202560 82 0 0 0 4 5 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190366386856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1191] ppid=1180 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/1183/task/1191/stat : 1191 (java) S 1180 1183 32446 0 -1 4202560 120 0 0 0 8 6 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190365334312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1192] ppid=1180 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/1183/task/1192/stat : 1192 (java) S 1180 1183 32446 0 -1 4202560 214 0 0 0 9 6 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190364281768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1193] ppid=1180 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/1183/task/1193/stat : 1193 (java) S 1180 1183 32446 0 -1 4202560 143 0 0 0 7 6 0 0 20 0 19 0 113333597 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190363229224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1194] ppid=1180 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/1183/task/1194/stat : 1194 (java) S 1180 1183 32446 0 -1 4202560 675 0 0 0 14 0 0 0 20 0 19 0 113333598 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190232340584 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1195] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1195/stat : 1195 (java) S 1180 1183 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190231286904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1196] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1196/stat : 1196 (java) S 1180 1183 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190230234248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1197] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1197/stat : 1197 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190229182992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1198] ppid=1180 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/1183/task/1198/stat : 1198 (java) S 1180 1183 32446 0 -1 4202560 9950 0 0 0 94 2 0 0 20 0 19 0 113333600 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190228130360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1199] ppid=1180 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/1183/task/1199/stat : 1199 (java) S 1180 1183 32446 0 -1 4202560 4887 0 0 0 59 0 0 0 20 0 19 0 113333600 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190227077816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1200] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1200/stat : 1200 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190226025464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1201] ppid=1180 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1183/task/1201/stat : 1201 (java) S 1180 1183 32446 0 -1 4202560 99 0 0 0 22 16 0 0 20 0 19 0 113333600 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190224973128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1202] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1202/stat : 1202 (java) S 1180 1183 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113333681 9856040960 246233 33554432000 1073741824 1073778376 140735287132496 140190223917864 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/215 1335
/proc/meminfo: memFree=27876480/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9625040 CPUtime=1784.9 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 21377 0 1 0 178412 78 0 0 20 0 19 0 113333596 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2406260 246234 2293 9 0 2396937 0
[pid=1183/tid=1184] ppid=1180 vsize=9625040 CPUtime=1777.16 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2650 0 1 0 177682 34 0 0 20 0 19 0 113333596 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190409096896 140190233127307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1186] ppid=1180 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (java) S 1180 1183 32446 0 -1 4202560 281 0 0 0 8 8 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190370597032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1187] ppid=1180 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (java) S 1180 1183 32446 0 -1 4202560 281 0 0 0 9 8 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190369544488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1188] ppid=1180 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (java) S 1180 1183 32446 0 -1 4202560 275 0 0 0 10 9 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190368491944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1189] ppid=1180 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/1183/task/1189/stat : 1189 (java) S 1180 1183 32446 0 -1 4202560 262 0 0 0 6 5 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190367439400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1190] ppid=1180 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/1183/task/1190/stat : 1190 (java) S 1180 1183 32446 0 -1 4202560 82 0 0 0 4 5 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190366386856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1191] ppid=1180 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/1183/task/1191/stat : 1191 (java) S 1180 1183 32446 0 -1 4202560 120 0 0 0 8 6 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190365334312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1192] ppid=1180 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/1183/task/1192/stat : 1192 (java) S 1180 1183 32446 0 -1 4202560 214 0 0 0 9 6 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190364281768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1193] ppid=1180 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/1183/task/1193/stat : 1193 (java) S 1180 1183 32446 0 -1 4202560 143 0 0 0 7 6 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190363229224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1194] ppid=1180 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/1183/task/1194/stat : 1194 (java) S 1180 1183 32446 0 -1 4202560 675 0 0 0 14 1 0 0 20 0 19 0 113333598 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190232340584 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1195] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1195/stat : 1195 (java) S 1180 1183 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190231286904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1196] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1196/stat : 1196 (java) S 1180 1183 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190230234248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1197] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1197/stat : 1197 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190229182992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1198] ppid=1180 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/1183/task/1198/stat : 1198 (java) S 1180 1183 32446 0 -1 4202560 9950 0 0 0 94 2 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190228130360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1199] ppid=1180 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/1183/task/1199/stat : 1199 (java) S 1180 1183 32446 0 -1 4202560 5082 0 0 0 59 2 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190227077816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1200] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1200/stat : 1200 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190226025464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1201] ppid=1180 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/1183/task/1201/stat : 1201 (java) S 1180 1183 32446 0 -1 4202560 103 0 0 0 24 16 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190224973128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1202] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1202/stat : 1202 (java) S 1180 1183 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113333681 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190223917864 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.01 2.06 2.05 3/216 1338
/proc/meminfo: memFree=27876536/32872528 swapFree=8144/8144
[pid=1183] ppid=1180 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/1183/stat : 1183 (java) S 1180 1183 32446 0 -1 4202496 21379 0 1 0 179922 79 0 0 20 0 19 0 113333596 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140735287123632 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1183/statm: 2406260 246234 2293 9 0 2396937 0
[pid=1183/tid=1184] ppid=1180 vsize=9625040 CPUtime=1792.22 cores=0,2,4,6
/proc/1183/task/1184/stat : 1184 (java) R 1180 1183 32446 0 -1 4202560 2650 0 1 0 179188 34 0 0 20 0 19 0 113333596 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190409096896 140190233185287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1183/tid=1186] ppid=1180 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/1183/task/1186/stat : 1186 (java) S 1180 1183 32446 0 -1 4202560 281 0 0 0 8 8 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190370597032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1187] ppid=1180 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/1183/task/1187/stat : 1187 (java) S 1180 1183 32446 0 -1 4202560 281 0 0 0 9 8 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190369544488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1188] ppid=1180 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1183/task/1188/stat : 1188 (java) S 1180 1183 32446 0 -1 4202560 275 0 0 0 10 9 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190368491944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1189] ppid=1180 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/1183/task/1189/stat : 1189 (java) S 1180 1183 32446 0 -1 4202560 262 0 0 0 6 5 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190367439400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1190] ppid=1180 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/1183/task/1190/stat : 1190 (java) S 1180 1183 32446 0 -1 4202560 82 0 0 0 4 5 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190366386856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1191] ppid=1180 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/1183/task/1191/stat : 1191 (java) S 1180 1183 32446 0 -1 4202560 120 0 0 0 8 6 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190365334312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1192] ppid=1180 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/1183/task/1192/stat : 1192 (java) S 1180 1183 32446 0 -1 4202560 214 0 0 0 9 6 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190364281768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1193] ppid=1180 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/1183/task/1193/stat : 1193 (java) S 1180 1183 32446 0 -1 4202560 143 0 0 0 7 6 0 0 20 0 19 0 113333597 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190363229224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1194] ppid=1180 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/1183/task/1194/stat : 1194 (java) S 1180 1183 32446 0 -1 4202560 675 0 0 0 14 1 0 0 20 0 19 0 113333598 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190232340584 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1195] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1195/stat : 1195 (java) S 1180 1183 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190231286904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1196] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1196/stat : 1196 (java) S 1180 1183 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113333598 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190230234248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1197] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1197/stat : 1197 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190229182992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1198] ppid=1180 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/1183/task/1198/stat : 1198 (java) S 1180 1183 32446 0 -1 4202560 9950 0 0 0 94 2 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190228130360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1183/tid=1199] ppid=1180 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/1183/task/1199/stat : 1199 (java) S 1180 1183 32446 0 -1 4202560 5082 0 0 0 59 2 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190227077816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1200] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1200/stat : 1200 (java) S 1180 1183 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190226025464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1183/tid=1201] ppid=1180 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/1183/task/1201/stat : 1201 (java) S 1180 1183 32446 0 -1 4202560 105 0 0 0 24 16 0 0 20 0 19 0 113333600 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190224973128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1183/tid=1202] ppid=1180 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1183/task/1202/stat : 1202 (java) S 1180 1183 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113333681 9856040960 246234 33554432000 1073741824 1073778376 140735287132496 140190223917864 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 1183 sig 9
??? kill -1183 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1183 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=589180
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=222814
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.46
CPU time (s): 1800.01
CPU user time (s): 1799.22
CPU system time (s): 0.79
CPU usage (%): 100.142
Max. virtual memory (cumulated for all children) (KiB): 9625308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.22281
maximum resident set size= 985708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38181
involuntary context switches= 2330

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93049 second user time and 13.055 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 17:40:15
IDJOB=4084945
IDBENCH=91942
IDSOLVER=2546
FILE ID=node133/4084945-1465314015
RUNJOBID= node133-1465303265-32462
PBS_JOBID= 19848088
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084945-1465314015/watcher-4084945-1465314015 -o /tmp/evaluation-result-4084945-1465314015/solver-4084945-1465314015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32462 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084945-1465314015.opb

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

MD5SUM BENCH= b63a917d588fe2910953571155dfae07
RANDOM SEED=1294444069

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        29941700 kB
Buffers:          119668 kB
Cached:           739916 kB
SwapCached:         2080 kB
Active:          1404704 kB
Inactive:         781392 kB
Active(anon):    1327584 kB
Inactive(anon):     1448 kB
Active(file):      77120 kB
Inactive(file):   779944 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098272 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:       1334032 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             603152 kB
SReclaimable:      46384 kB
SUnreclaim:       556768 kB
KernelStack:        1616 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3190696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1288192 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= 71712 MiB
End job on node133 at 2016-06-07 18:10:13