Trace number 4099456

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.04 1778.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
MD5SUMf8c14dd136fe3d96d6bf396134dc65fd
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.020996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3150
Total number of constraints160
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.34	c See www.sat4j.org for details.
0.05/0.34	c version PB16.v20160501
0.05/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.34	c java.vm.version	19.1-b02
0.05/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.34	c sun.arch.data.model	64
0.05/0.34	c java.version		1.6.0_24
0.05/0.34	c os.name		Linux
0.05/0.34	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.34	c os.arch		amd64
0.05/0.34	c Free memory 		501472288
0.05/0.34	c Max memory 		7480803328
0.05/0.34	c Total memory 		504102912
0.05/0.34	c Number of processors 	8
0.05/0.37	c Pseudo Boolean Optimization by upper bound
0.05/0.37	c --- Begin Solver configuration ---
0.05/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.37	c Learn all clauses as in MiniSAT
0.05/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.37	c No reason simplification
0.05/0.37	c Glucose 2.1 dynamic restart strategy
0.05/0.37	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.05/0.37	c timeout=2147483s
0.05/0.37	c DB Simplification allowed=false
0.05/0.37	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.37	c --- End Solver configuration ---
0.05/0.37	c solving HOME/instance-4099456-1466206114.opb
0.05/0.37	c reading problem ... 
0.05/0.38	c  no objective function found
0.16/0.49	c ... done. Wall clock time 0.123s.
0.16/0.49	c declared #vars     3150
0.16/0.50	c #constraints  160
0.16/0.50	c constraints type 
0.16/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 90
0.16/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.16/0.50	c 160 constraints processed.
1.12/0.90	c cleaning 2484 clauses out of 5002 with flag 31921/5002
2.07/1.89	c cleaning 4168 clauses out of 8517 with flag 100171/11001
3.58/3.40	c cleaning 5670 clauses out of 11350 with flag 189638/18002
5.78/5.53	c cleaning 6839 clauses out of 13678 with flag 289645/26000
8.11/7.89	c cleaning 7919 clauses out of 15839 with flag 384588/35000
11.17/10.87	c cleaning 8952 clauses out of 17920 with flag 480167/45000
14.57/14.26	c cleaning 9982 clauses out of 19969 with flag 584227/56001
17.99/17.57	c cleaning 10993 clauses out of 21988 with flag 685981/68002
21.89/21.49	c cleaning 11995 clauses out of 23995 with flag 782803/81002
26.69/26.21	c cleaning 12993 clauses out of 25998 with flag 894311/95000
32.16/31.58	c cleaning 14003 clauses out of 28006 with flag 1015198/110001
37.36/36.76	c cleaning 14997 clauses out of 30004 with flag 1152165/126002
43.44/42.66	c cleaning 15999 clauses out of 32006 with flag 1348256/143001
48.64/47.80	c cleaning 16998 clauses out of 34006 with flag 1492686/161000
54.83/53.97	c cleaning 17998 clauses out of 36008 with flag 1657223/180000
62.17/61.09	c cleaning 19006 clauses out of 38016 with flag 1795405/200006
70.71/69.38	c cleaning 19998 clauses out of 40005 with flag 1963976/221001
79.51/78.15	c cleaning 20997 clauses out of 42008 with flag 2140182/243002
89.19/87.33	c cleaning 21998 clauses out of 44010 with flag 2317476/266001
100.21/98.22	c cleaning 23004 clauses out of 46012 with flag 2516330/290001
112.53/110.35	c cleaning 23999 clauses out of 48009 with flag 2727654/315002
124.79/122.47	c cleaning 24999 clauses out of 50008 with flag 2951063/341000
140.97/138.48	c cleaning 25999 clauses out of 52010 with flag 3306951/368001
157.13/154.42	c cleaning 26996 clauses out of 54010 with flag 3632369/396000
174.23/171.45	c cleaning 28003 clauses out of 56016 with flag 3968629/425002
192.09/189.16	c cleaning 29001 clauses out of 58014 with flag 4295187/455003
209.78/206.61	c cleaning 30001 clauses out of 60010 with flag 4623100/486000
228.50/225.10	c cleaning 31000 clauses out of 62009 with flag 4864604/518000
248.18/244.66	c cleaning 32003 clauses out of 64013 with flag 5112124/551004
262.87/259.15	c cleaning 32998 clauses out of 66007 with flag 5441514/585001
281.65/277.71	c cleaning 33997 clauses out of 68009 with flag 5787440/620001
299.96/295.86	c cleaning 34997 clauses out of 70012 with flag 6188712/656001
320.62/316.22	c cleaning 35999 clauses out of 72014 with flag 6577783/693000
342.65/338.04	c cleaning 37000 clauses out of 74017 with flag 6977091/731002
359.94/355.18	c cleaning 37999 clauses out of 76015 with flag 7389248/770000
382.56/377.53	c cleaning 39001 clauses out of 78019 with flag 7836325/810003
405.20/399.96	c cleaning 40005 clauses out of 80018 with flag 8299996/851003
430.91/425.36	c cleaning 40993 clauses out of 82010 with flag 8763498/893000
458.52/452.67	c cleaning 42000 clauses out of 84017 with flag 9223662/936000
485.21/479.02	c cleaning 43000 clauses out of 86018 with flag 9750920/980001
511.55/505.09	c cleaning 44001 clauses out of 88017 with flag 10271707/1025000
545.11/538.02	c cleaning 45001 clauses out of 90017 with flag 10854840/1071001
575.59/568.22	c cleaning 46003 clauses out of 92018 with flag 11381800/1118003
601.33/593.61	c cleaning 47001 clauses out of 94015 with flag 11902730/1166003
638.59/630.48	c cleaning 48001 clauses out of 96011 with flag 12435241/1215000
681.50/673.01	c cleaning 48993 clauses out of 98011 with flag 13043659/1265001
725.03/715.85	c cleaning 50001 clauses out of 100020 with flag 13670613/1316003
769.75/760.06	c cleaning 50999 clauses out of 102018 with flag 14312462/1368002
814.22/804.00	c cleaning 52001 clauses out of 104019 with flag 14987948/1421002
863.05/852.32	c cleaning 52998 clauses out of 106016 with flag 15686602/1475000
909.62/898.32	c cleaning 54001 clauses out of 108019 with flag 16337752/1530001
955.02/943.22	c cleaning 55001 clauses out of 110019 with flag 16893040/1586002
1008.98/996.68	c cleaning 56001 clauses out of 112017 with flag 17586957/1643001
1063.86/1050.86	c cleaning 56998 clauses out of 114017 with flag 18293208/1701002
1119.77/1106.17	c cleaning 57998 clauses out of 116017 with flag 19006180/1760000
1178.26/1164.05	c cleaning 59003 clauses out of 118019 with flag 19798329/1820000
1235.31/1220.38	c cleaning 59998 clauses out of 120016 with flag 20608639/1881000
1298.59/1282.80	c cleaning 61002 clauses out of 122018 with flag 21434557/1943000
1353.97/1337.46	c cleaning 62004 clauses out of 124019 with flag 22315332/2006003
1408.64/1391.40	c cleaning 62998 clauses out of 126013 with flag 23275498/2070001
1460.32/1442.46	c cleaning 64006 clauses out of 128020 with flag 24016160/2135006
1532.50/1514.05	c cleaning 64996 clauses out of 130008 with flag 24946461/2201000
1602.44/1583.04	c cleaning 65998 clauses out of 132012 with flag 25924669/2268000
1669.08/1648.80	c cleaning 67000 clauses out of 134015 with flag 26808873/2336001
1742.38/1721.20	c cleaning 68004 clauses out of 136019 with flag 27802152/2405005
1800.04/1778.20	c starts		: 497
1800.04/1778.20	c conflicts		: 2462716
1800.04/1778.20	c decisions		: 3259273
1800.04/1778.20	c propagations		: 64983359
1800.04/1778.20	c inspects		: 21046471673
1800.04/1778.20	c shortcuts		: 0
1800.04/1778.20	c learnt literals	: 0
1800.04/1778.20	c learnt binary clauses	: 0
1800.04/1778.20	c learnt ternary clauses	: 0
1800.04/1778.20	c learnt constraints	: 2462716
1800.04/1778.20	c ignored constraints	: 0
1800.04/1778.20	c root simplifications	: 0
1800.04/1778.20	c removed literals (reason simplification)	: 0
1800.04/1778.20	c reason swapping (by a shorter reason)	: 0
1800.04/1778.20	c Calls to reduceDB	: 65
1800.04/1778.20	c Number of update (reduction) of LBD	: 1456054
1800.04/1778.20	c Imported unit clauses	: 0
1800.04/1778.20	c number of reductions to clauses (during analyze)	: 0
1800.04/1778.20	c number of learned constraints concerned by reduction	: 0
1800.04/1778.20	c number of learning phase by resolution	: 0
1800.04/1778.20	c number of learning phase by cutting planes	: 0
1800.04/1778.21	c speed (assignments/second)	: 36554.63814299898
1800.04/1778.21	c non guided choices	3978
1800.04/1778.21	c timeout
1800.04/1778.23	c learnt constraints type 
1800.04/1778.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125727
1800.04/1778.23	s UNKNOWN
1800.04/1778.23	c Total wall clock time (in seconds): 1777.86

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-4099456-1466206114/watcher-4099456-1466206114 -o /tmp/evaluation-result-4099456-1466206114/solver-4099456-1466206114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099456-1466206114.opb 

pid=2955
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: 0.00 0.00 0.00 3/172 2958
/proc/meminfo: memFree=31901072/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (java) D 2955 2958 2916 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 22661916 278528 33 33554432000 1073741824 1073778376 140735415048880 140735415046056 249640873255 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/2958/statm: 68 33 25 9 0 25 0

[startup+0.100066 s]
/proc/loadavg: 0.00 0.00 0.00 3/172 2958
/proc/meminfo: memFree=31901072/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2958/stat : 2958 (java) D 2955 2958 2916 0 -1 4202496 1138 0 17 0 0 0 0 0 20 0 1 0 22661916 23793664 805 33554432000 1073741824 1073778376 140733286192336 140733286182328 140154969801488 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 6 0 0
/proc/2958/statm: 5809 805 599 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200262 s]
/proc/loadavg: 0.00 0.00 0.00 3/172 2958
/proc/meminfo: memFree=31901072/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 2415 0 28 0 0 1 0 0 20 0 10 0 22661916 9233014784 3064 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2254154 3064 1191 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.300367 s]
/proc/loadavg: 0.00 0.00 0.00 3/172 2958
/proc/meminfo: memFree=31901072/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9558428 CPUtime=0.05 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 3245 0 28 0 4 1 0 0 20 0 18 0 22661916 9787830272 4403 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2389607 4403 1761 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558428

[startup+0.700172 s]
/proc/loadavg: 0.00 0.00 0.00 3/172 2958
/proc/meminfo: memFree=31901072/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 7469 0 30 0 77 2 0 0 20 0 19 0 22661916 9856040960 9868 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 9868 2247 9 0 2396937 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 0.00 0.00 0.00 3/213 2999
/proc/meminfo: memFree=31814512/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 8362 0 30 0 171 2 0 0 20 0 19 0 22661916 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 13138 2258 9 0 2396937 0
[pid=2958/tid=2964] ppid=2955 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/2958/task/2964/stat : 2964 (java) R 2955 2958 2916 0 -1 4202560 2405 0 7 0 120 2 0 0 20 0 19 0 22661927 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154964154856 140154799421575 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=2958/tid=2967] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2967/stat : 2967 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154925648168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2969] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2969/stat : 2969 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154924595368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2971] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2971/stat : 2971 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154923543080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2973] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2973/stat : 2973 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154922490280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2975] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2975/stat : 2975 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154921437992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2976] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2976/stat : 2976 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154920385192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2978] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2978/stat : 2978 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154919332904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2980] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2980/stat : 2980 (java) S 2955 2958 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154918280104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2983] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2983/stat : 2983 (java) S 2955 2958 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661938 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154787715304 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2985] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2985/stat : 2985 (java) S 2955 2958 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154786661368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2987] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2987/stat : 2987 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154785608968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2988] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2988/stat : 2988 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154784557456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2990] ppid=2955 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/2958/task/2990/stat : 2990 (java) S 2955 2958 2916 0 -1 4202560 3001 0 1 0 28 0 0 0 20 0 19 0 22661945 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140154783505080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2993] ppid=2955 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2958/task/2993/stat : 2993 (java) S 2955 2958 2916 0 -1 4202560 1705 0 1 0 21 0 0 0 20 0 19 0 22661945 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140153909668408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2995] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2995/stat : 2995 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140153908616312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2997] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2997/stat : 2997 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140153907563720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 13138 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 0.16 0.03 0.01 3/213 2999
/proc/meminfo: memFree=31779760/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=3.38 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 8378 0 30 0 335 3 0 0 20 0 19 0 22661916 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 20818 2258 9 0 2396937 0
[pid=2958/tid=2964] ppid=2955 vsize=9625040 CPUtime=2.81 cores=0,2,4,6
/proc/2958/task/2964/stat : 2964 (java) R 2955 2958 2916 0 -1 4202560 2421 0 7 0 279 2 0 0 20 0 19 0 22661927 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154964156816 140154799378577 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=2958/tid=2967] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2967/stat : 2967 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154925648168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2969] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2969/stat : 2969 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154924595368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2971] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2971/stat : 2971 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154923543080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2973] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2973/stat : 2973 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154922490280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2975] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2975/stat : 2975 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154921437992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2976] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2976/stat : 2976 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154920385192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2978] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2978/stat : 2978 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154919332904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2980] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2980/stat : 2980 (java) S 2955 2958 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154918280104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2983] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2983/stat : 2983 (java) S 2955 2958 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661938 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154787715304 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2985] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2985/stat : 2985 (java) S 2955 2958 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154786661368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2987] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2987/stat : 2987 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154785608968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2988] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2988/stat : 2988 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154784557456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2990] ppid=2955 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/2958/task/2990/stat : 2990 (java) S 2955 2958 2916 0 -1 4202560 3001 0 1 0 30 0 0 0 20 0 19 0 22661945 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140154783505080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2993] ppid=2955 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/2958/task/2993/stat : 2993 (java) S 2955 2958 2916 0 -1 4202560 1705 0 1 0 22 0 0 0 20 0 19 0 22661945 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140153909668408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2995] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2995/stat : 2995 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140153908616312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2997] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2997/stat : 2997 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140153907563720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 20818 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 0.16 0.03 0.01 3/213 2999
/proc/meminfo: memFree=31672712/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=6.6 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 8406 0 30 0 656 4 0 0 20 0 19 0 22661916 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 33526 2259 9 0 2396937 0
[pid=2958/tid=2964] ppid=2955 vsize=9625040 CPUtime=6 cores=0,2,4,6
/proc/2958/task/2964/stat : 2964 (java) R 2955 2958 2916 0 -1 4202560 2447 0 7 0 598 2 0 0 20 0 19 0 22661927 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154964156696 140154799389683 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=2958/tid=2967] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2967/stat : 2967 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154925648168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2969] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2969/stat : 2969 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154924595368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2971] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2971/stat : 2971 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154923543080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2973] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2973/stat : 2973 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154922490280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2975] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2975/stat : 2975 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154921437992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2976] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2976/stat : 2976 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154920385192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2978] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2978/stat : 2978 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154919332904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2980] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2980/stat : 2980 (java) S 2955 2958 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22661935 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154918280104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2983] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2983/stat : 2983 (java) S 2955 2958 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22661938 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154787715304 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2985] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2985/stat : 2985 (java) S 2955 2958 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154786661368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2987] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2987/stat : 2987 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154785608968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2988] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2988/stat : 2988 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154784557456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2990] ppid=2955 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2958/task/2990/stat : 2990 (java) S 2955 2958 2916 0 -1 4202560 3002 0 1 0 32 0 0 0 20 0 19 0 22661945 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140154783505080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2993] ppid=2955 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/2958/task/2993/stat : 2993 (java) S 2955 2958 2916 0 -1 4202560 1705 0 1 0 23 0 0 0 20 0 19 0 22661945 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140153909668408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2995] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2995/stat : 2995 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140153908616312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2997] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2997/stat : 2997 (java) S 2955 2958 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140153907563720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 33526 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 9625040


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

[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 120740 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1622.05
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.01 1.99 1.64 3/212 3040
/proc/meminfo: memFree=31042596/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=1682.76 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 33143 0 30 0 167936 340 0 0 20 0 19 0 22661916 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 143173 2280 9 0 2396937 0
[pid=2958/tid=2964] ppid=2955 vsize=9625040 CPUtime=1643.63 cores=0,2,4,6
/proc/2958/task/2964/stat : 2964 (java) R 2955 2958 2916 0 -1 4202560 2940 0 7 0 164332 31 0 0 20 0 19 0 22661927 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154964155616 140154799455327 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0
[pid=2958/tid=2967] ppid=2955 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/2958/task/2967/stat : 2967 (java) S 2955 2958 2916 0 -1 4202560 3153 0 0 0 316 34 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154925648168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2969] ppid=2955 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/2958/task/2969/stat : 2969 (java) S 2955 2958 2916 0 -1 4202560 3244 0 0 0 322 38 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154924595368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2971] ppid=2955 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/2958/task/2971/stat : 2971 (java) S 2955 2958 2916 0 -1 4202560 2326 0 0 0 303 34 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154923543080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2973] ppid=2955 vsize=9625040 CPUtime=3.69 cores=0,2,4,6
/proc/2958/task/2973/stat : 2973 (java) S 2955 2958 2916 0 -1 4202560 2507 0 0 0 327 42 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154922490280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2975] ppid=2955 vsize=9625040 CPUtime=3.59 cores=0,2,4,6
/proc/2958/task/2975/stat : 2975 (java) S 2955 2958 2916 0 -1 4202560 2504 0 0 0 321 38 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154921437992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2976] ppid=2955 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/2958/task/2976/stat : 2976 (java) S 2955 2958 2916 0 -1 4202560 3310 0 0 0 327 39 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154920385192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2978] ppid=2955 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/2958/task/2978/stat : 2978 (java) S 2955 2958 2916 0 -1 4202560 2154 0 0 0 318 40 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154919332904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2980] ppid=2955 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/2958/task/2980/stat : 2980 (java) S 2955 2958 2916 0 -1 4202560 1992 0 0 0 310 34 0 0 20 0 19 0 22661935 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154918280104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2983] ppid=2955 vsize=9625040 CPUtime=5.69 cores=0,2,4,6
/proc/2958/task/2983/stat : 2983 (java) S 2955 2958 2916 0 -1 4202560 2973 0 0 0 561 8 0 0 20 0 19 0 22661938 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154787715304 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2985] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2985/stat : 2985 (java) S 2955 2958 2916 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154786661368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2987] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2987/stat : 2987 (java) S 2955 2958 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154785608968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2988] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2988/stat : 2988 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154784557456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2990] ppid=2955 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2958/task/2990/stat : 2990 (java) S 2955 2958 2916 0 -1 4202560 3002 0 1 0 32 0 0 0 20 0 19 0 22661945 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140154783505080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2993] ppid=2955 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/2958/task/2993/stat : 2993 (java) S 2955 2958 2916 0 -1 4202560 1705 0 1 0 23 0 0 0 20 0 19 0 22661945 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140153909668408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2995] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2995/stat : 2995 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140153908616312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2997] ppid=2955 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/2958/task/2997/stat : 2997 (java) S 2955 2958 2916 0 -1 4202560 95 0 0 0 26 31 0 0 20 0 19 0 22661945 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140153907563720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 143173 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1682.76
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/213 3042
/proc/meminfo: memFree=31023412/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=1743.5 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 34382 0 30 0 173998 352 0 0 20 0 19 0 22661916 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 139682 2281 9 0 2396937 0
[pid=2958/tid=2964] ppid=2955 vsize=9625040 CPUtime=1702.95 cores=0,2,4,6
/proc/2958/task/2964/stat : 2964 (java) R 2955 2958 2916 0 -1 4202560 2959 0 7 0 170262 33 0 0 20 0 19 0 22661927 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154964155600 140154799401908 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=2958/tid=2967] ppid=2955 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/2958/task/2967/stat : 2967 (java) S 2955 2958 2916 0 -1 4202560 3403 0 0 0 326 36 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154925648168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2969] ppid=2955 vsize=9625040 CPUtime=3.74 cores=0,2,4,6
/proc/2958/task/2969/stat : 2969 (java) S 2955 2958 2916 0 -1 4202560 3453 0 0 0 335 39 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154924595368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2971] ppid=2955 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/2958/task/2971/stat : 2971 (java) S 2955 2958 2916 0 -1 4202560 2346 0 0 0 316 35 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154923543080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2973] ppid=2955 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/2958/task/2973/stat : 2973 (java) S 2955 2958 2916 0 -1 4202560 2549 0 0 0 339 43 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154922490280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2975] ppid=2955 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/2958/task/2975/stat : 2975 (java) S 2955 2958 2916 0 -1 4202560 2629 0 0 0 333 39 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154921437992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2976] ppid=2955 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/2958/task/2976/stat : 2976 (java) S 2955 2958 2916 0 -1 4202560 3437 0 0 0 338 40 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154920385192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2978] ppid=2955 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/2958/task/2978/stat : 2978 (java) S 2955 2958 2916 0 -1 4202560 2165 0 0 0 331 41 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154919332904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2980] ppid=2955 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/2958/task/2980/stat : 2980 (java) S 2955 2958 2916 0 -1 4202560 2326 0 0 0 321 35 0 0 20 0 19 0 22661935 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154918280104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2983] ppid=2955 vsize=9625040 CPUtime=5.9 cores=0,2,4,6
/proc/2958/task/2983/stat : 2983 (java) S 2955 2958 2916 0 -1 4202560 3069 0 0 0 582 8 0 0 20 0 19 0 22661938 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154787715304 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2985] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2985/stat : 2985 (java) S 2955 2958 2916 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154786661368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2987] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2987/stat : 2987 (java) S 2955 2958 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154785608968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2988] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2988/stat : 2988 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154784557456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2990] ppid=2955 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2958/task/2990/stat : 2990 (java) S 2955 2958 2916 0 -1 4202560 3002 0 1 0 32 0 0 0 20 0 19 0 22661945 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140154783505080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2993] ppid=2955 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2958/task/2993/stat : 2993 (java) S 2955 2958 2916 0 -1 4202560 1707 0 1 0 24 0 0 0 20 0 19 0 22661945 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140153909668408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2995] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2995/stat : 2995 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140153908616312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2997] ppid=2955 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/2958/task/2997/stat : 2997 (java) S 2955 2958 2916 0 -1 4202560 99 0 0 0 27 32 0 0 20 0 19 0 22661945 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140153907563720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 139682 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1743.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.2 s]
/proc/loadavg: 2.03 2.00 1.68 3/213 3043
/proc/meminfo: memFree=31064824/32872528 swapFree=190484/190484
[pid=2958] ppid=2955 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/2958/stat : 2958 (java) S 2955 2958 2916 0 -1 4202496 34934 0 30 0 179645 359 0 0 20 0 19 0 22661916 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140733286183472 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 8 0 0
/proc/2958/statm: 2406260 123926 2281 9 0 2396937 0
[pid=2958/tid=2964] ppid=2955 vsize=9625040 CPUtime=1758.21 cores=0,2,4,6
/proc/2958/task/2964/stat : 2964 (java) R 2955 2958 2916 0 -1 4202560 2978 0 7 0 175787 34 0 0 20 0 19 0 22661927 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154964155616 140154799369665 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=2958/tid=2967] ppid=2955 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/2958/task/2967/stat : 2967 (java) S 2955 2958 2916 0 -1 4202560 3496 0 0 0 339 36 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154925648168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2969] ppid=2955 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/2958/task/2969/stat : 2969 (java) S 2955 2958 2916 0 -1 4202560 3464 0 0 0 347 39 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154924595368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2971] ppid=2955 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/2958/task/2971/stat : 2971 (java) S 2955 2958 2916 0 -1 4202560 2356 0 0 0 326 35 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154923543080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2973] ppid=2955 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/2958/task/2973/stat : 2973 (java) S 2955 2958 2916 0 -1 4202560 2562 0 0 0 347 44 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154922490280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2975] ppid=2955 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/2958/task/2975/stat : 2975 (java) S 2955 2958 2916 0 -1 4202560 2737 0 0 0 344 40 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154921437992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2976] ppid=2955 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/2958/task/2976/stat : 2976 (java) S 2955 2958 2916 0 -1 4202560 3604 0 0 0 349 40 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154920385192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2978] ppid=2955 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/2958/task/2978/stat : 2978 (java) S 2955 2958 2916 0 -1 4202560 2222 0 0 0 343 41 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154919332904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2980] ppid=2955 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/2958/task/2980/stat : 2980 (java) S 2955 2958 2916 0 -1 4202560 2333 0 0 0 329 36 0 0 20 0 19 0 22661935 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154918280104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2958/tid=2983] ppid=2955 vsize=9625040 CPUtime=6.14 cores=0,2,4,6
/proc/2958/task/2983/stat : 2983 (java) S 2955 2958 2916 0 -1 4202560 3132 0 0 0 605 9 0 0 20 0 19 0 22661938 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154787715304 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2985] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2985/stat : 2985 (java) S 2955 2958 2916 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154786661368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2987] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2987/stat : 2987 (java) S 2955 2958 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661939 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154785608968 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2988] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2988/stat : 2988 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154784557456 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2990] ppid=2955 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2958/task/2990/stat : 2990 (java) S 2955 2958 2916 0 -1 4202560 3002 0 1 0 32 0 0 0 20 0 19 0 22661945 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140154783505080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2958/tid=2993] ppid=2955 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2958/task/2993/stat : 2993 (java) S 2955 2958 2916 0 -1 4202560 1707 0 1 0 24 0 0 0 20 0 19 0 22661945 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140153909668408 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2995] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2995/stat : 2995 (java) S 2955 2958 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661945 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140153908616312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2958/tid=2997] ppid=2955 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/2958/task/2997/stat : 2997 (java) S 2955 2958 2916 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 19 0 22661945 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140153907563720 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2958/tid=2999] ppid=2955 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2958/task/2999/stat : 2999 (java) S 2955 2958 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661967 9856040960 123926 33554432000 1073741824 1073778376 140733286192336 140153906508712 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 2958 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 2958 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=179547
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=12390
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1778.24
CPU time (s): 1800.04
CPU user time (s): 1796.45
CPU system time (s): 3.59
CPU usage (%): 101.226
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.18
system time used= 4.01239
maximum resident set size= 893124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34977
page faults= 30
swaps= 0
block input operations= 18360
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54501
involuntary context switches= 60452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7324 second user time and 13.9259 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 01:28:34
IDJOB=4099456
IDBENCH=1411
IDSOLVER=2546
FILE ID=node102/4099456-1466206114
RUNJOBID= node102-1466206108-2932
PBS_JOBID= 19918170
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099456-1466206114/watcher-4099456-1466206114 -o /tmp/evaluation-result-4099456-1466206114/solver-4099456-1466206114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099456-1466206114.opb

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

MD5SUM BENCH= f8c14dd136fe3d96d6bf396134dc65fd
RANDOM SEED=892294902

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31902832 kB
Buffers:           33352 kB
Cached:            45752 kB
SwapCached:         1856 kB
Active:            31292 kB
Inactive:          50328 kB
Active(anon):       3552 kB
Inactive(anon):     1460 kB
Active(file):      27740 kB
Inactive(file):    48868 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:        192608 kB
Mapped:             6872 kB
Shmem:                 0 kB
Slab:             566792 kB
SReclaimable:      11180 kB
SUnreclaim:       555612 kB
KernelStack:        1376 kB
PageTables:         4204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     287360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71728 MiB
End job on node102 at 2016-06-18 01:58:12