Trace number 4080532

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 Res+CP PB16? (TO) 1800.07 895.685

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 161
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080532-1465281652.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.19/0.91	c ... done. Wall clock time 0.796s.
2.19/0.91	c declared #vars     19040
2.19/0.91	c #constraints  19362
2.19/0.92	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.19/0.92	c constraints type 
2.19/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
2.19/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
2.19/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.19/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
2.19/0.92	c 19362 constraints processed.
2.19/0.92	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.19/0.92	c constraints type 
2.19/0.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2067
2.19/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17133
2.19/0.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 160
2.19/0.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.19/0.92	c 19362 constraints processed.
9.58/3.72	c cleaning 2494 clauses out of 4993 with flag 22220/5000
16.14/6.87	c cleaning 4245 clauses out of 8495 with flag 55537/11000
23.73/10.56	c cleaning 5564 clauses out of 11247 with flag 95442/18002
32.56/14.81	c cleaning 6804 clauses out of 13680 with flag 138871/26004
42.38/19.75	c cleaning 7906 clauses out of 15867 with flag 186998/35001
53.90/25.41	c cleaning 8708 clauses out of 17962 with flag 236203/45002
66.61/31.76	c cleaning 9025 clauses out of 20252 with flag 292234/56000
79.58/38.19	c cleaning 9859 clauses out of 23226 with flag 349478/68001
94.89/45.72	c cleaning 10573 clauses out of 26364 with flag 411334/81000
111.02/53.74	c cleaning 11392 clauses out of 29788 with flag 481217/95001
129.51/62.94	c cleaning 12372 clauses out of 33392 with flag 558999/110001
148.57/72.42	c cleaning 13171 clauses out of 37018 with flag 642368/126000
169.07/82.64	c cleaning 13908 clauses out of 40844 with flag 726972/143000
189.74/92.93	c cleaning 14841 clauses out of 44937 with flag 820763/161001
210.96/103.57	c cleaning 15240 clauses out of 49087 with flag 918604/180000
236.80/116.78	c cleaning 16256 clauses out of 53841 with flag 1022552/200000
261.50/129.08	c cleaning 17303 clauses out of 58583 with flag 1127735/221001
288.78/142.64	c cleaning 17744 clauses out of 63277 with flag 1240470/243002
316.46/156.40	c cleaning 18906 clauses out of 68530 with flag 1361808/266000
329.67/162.92	c cleaning 0 clauses out of 5000 with flag 0/5000
345.53/170.71	c cleaning 19777 clauses out of 73621 with flag 1487120/290001
375.95/185.83	c cleaning 20495 clauses out of 78849 with flag 1622635/315009
406.53/201.04	c cleaning 21165 clauses out of 84337 with flag 1757210/341000
443.48/219.36	c cleaning 22194 clauses out of 90170 with flag 1898246/368001
483.44/239.80	c cleaning 23259 clauses out of 95971 with flag 2047830/396000
520.86/258.39	c cleaning 23785 clauses out of 101711 with flag 2203473/425002
560.37/277.94	c cleaning 24784 clauses out of 107922 with flag 2367003/455000
604.50/299.75	c cleaning 25706 clauses out of 114135 with flag 2539969/486000
652.18/323.43	c cleaning 26644 clauses out of 120426 with flag 2717045/518000
697.49/346.05	c cleaning 27218 clauses out of 126780 with flag 2907101/551000
745.82/370.14	c cleaning 28608 clauses out of 133561 with flag 3097368/585001
795.45/395.55	c cleaning 28957 clauses out of 139951 with flag 3296233/620000
846.34/420.86	c cleaning 29923 clauses out of 146993 with flag 3508291/656000
898.81/446.99	c cleaning 31042 clauses out of 154068 with flag 3726371/693000
953.52/474.01	c cleaning 31356 clauses out of 161023 with flag 3956405/731000
1011.68/502.76	c cleaning 32572 clauses out of 168666 with flag 4186702/770000
1066.92/530.21	c cleaning 33262 clauses out of 176094 with flag 4420765/810002
1131.57/562.20	c cleaning 34110 clauses out of 183829 with flag 4664732/851001
1194.20/593.36	c cleaning 35077 clauses out of 191716 with flag 4919972/893000
1260.65/626.40	c cleaning 35992 clauses out of 199639 with flag 5185070/936000
1327.99/659.86	c cleaning 36863 clauses out of 207645 with flag 5447171/980000
1401.41/696.30	c cleaning 37626 clauses out of 215780 with flag 5727823/1025000
1476.26/733.47	c cleaning 38828 clauses out of 224153 with flag 6019407/1071000
1554.27/772.04	c cleaning 39718 clauses out of 232326 with flag 6315383/1118001
1636.38/814.14	c cleaning 40896 clauses out of 240608 with flag 6609051/1166004
1717.22/854.36	c cleaning 41278 clauses out of 248708 with flag 6913340/1215001
1794.27/892.70	c cleaning 42197 clauses out of 257428 with flag 7230859/1265001
1800.07/895.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.61	c starts		: 7295
1800.07/895.61	c conflicts		: 1268806
1800.07/895.61	c decisions		: 39879657
1800.07/895.61	c propagations		: 1155506944
1800.07/895.61	c inspects		: 2969896026
1800.07/895.61	c shortcuts		: 0
1800.07/895.61	c learnt literals	: 127
1800.07/895.61	c learnt binary clauses	: 96230
1800.07/895.61	c learnt ternary clauses	: 83415
1800.07/895.61	c learnt constraints	: 1268678
1800.07/895.61	c ignored constraints	: 0
1800.07/895.61	c root simplifications	: 0
1800.07/895.61	c removed literals (reason simplification)	: 9327456
1800.07/895.61	c reason swapping (by a shorter reason)	: 0
1800.07/895.61	c Calls to reduceDB	: 46
1800.07/895.61	c Number of update (reduction) of LBD	: 860896
1800.07/895.61	c Imported unit clauses	: 0
1800.07/895.61	c number of reductions to clauses (during analyze)	: 0
1800.07/895.61	c number of learned constraints concerned by reduction	: 0
1800.07/895.61	c number of learning phase by resolution	: 0
1800.07/895.61	c number of learning phase by cutting planes	: 0
1800.07/895.61	c speed (assignments/second)	: 1291542.5362590982
1800.07/895.61	c non guided choices	29903
1800.07/895.66	c learnt constraints type 
1800.07/895.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96230
1800.07/895.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122806
1800.07/895.66	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.66	c starts		: 34
1800.07/895.66	c conflicts		: 9861
1800.07/895.66	c decisions		: 219450
1800.07/895.66	c propagations		: 11964382
1800.07/895.66	c inspects		: 773014542
1800.07/895.66	c shortcuts		: 0
1800.07/895.66	c learnt literals	: 0
1800.07/895.66	c learnt binary clauses	: 0
1800.07/895.66	c learnt ternary clauses	: 44
1800.07/895.66	c learnt constraints	: 9860
1800.07/895.66	c ignored constraints	: 0
1800.07/895.66	c root simplifications	: 0
1800.07/895.66	c removed literals (reason simplification)	: 0
1800.07/895.66	c reason swapping (by a shorter reason)	: 0
1800.07/895.66	c Calls to reduceDB	: 1
1800.07/895.66	c Number of update (reduction) of LBD	: 0
1800.07/895.66	c Imported unit clauses	: 0
1800.07/895.66	c number of reductions to clauses (during analyze)	: 0
1800.07/895.66	c number of learned constraints concerned by reduction	: 0
1800.07/895.66	c number of learning phase by resolution	: 0
1800.07/895.66	c number of learning phase by cutting planes	: 0
1800.07/895.66	c speed (assignments/second)	: 13372.237956540497
1800.07/895.66	c non guided choices	2468
1800.07/895.66	c learnt constraints type 
1800.07/895.66	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 513
1800.07/895.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1923
1800.07/895.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7424
1800.07/895.66	s UNKNOWN
1800.07/895.66	c Total wall clock time (in seconds): 895.547

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-4080532-1465281652/watcher-4080532-1465281652 -o /tmp/evaluation-result-4080532-1465281652/solver-4080532-1465281652 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080532-1465281652.opb 

pid=28689
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: 4.41 4.29 4.23 5/198 28692
/proc/meminfo: memFree=28927464/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/28692/stat : 28692 (java) R 28689 28692 27578 0 -1 4202496 1056 0 0 0 0 0 0 0 20 0 1 0 110097597 23793664 706 33554432000 1073741824 1073778376 140736986973984 140736986963048 213410428264 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 5809 706 521 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 4.41 4.29 4.23 5/198 28692
/proc/meminfo: memFree=28927464/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 4420 0 1 0 9 0 0 0 20 0 18 0 110097597 9787879424 6046 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.41 4.29 4.23 5/198 28692
/proc/meminfo: memFree=28927464/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 6392 0 1 0 28 1 0 0 20 0 18 0 110097597 9787879424 8427 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2389619 8427 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 4.41 4.29 4.23 5/198 28692
/proc/meminfo: memFree=28927464/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 7161 0 1 0 56 1 0 0 20 0 18 0 110097597 9787879424 10889 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2389619 10889 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 4.41 4.29 4.23 5/198 28692
/proc/meminfo: memFree=28927464/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9558476 CPUtime=1.59 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 21479 0 1 0 153 6 0 0 20 0 18 0 110097597 9787879424 39450 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2389619 39450 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.41 4.29 4.23 8/220 28714
/proc/meminfo: memFree=28728164/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9824732 CPUtime=4.54 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 26448 0 1 0 447 7 0 0 20 0 22 0 110097597 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2456183 52666 2283 9 0 2446860 0
[pid=28692/tid=28694] ppid=28689 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/28692/task/28694/stat : 28694 (java) S 28689 28692 27578 0 -1 4202560 2478 0 1 0 84 3 0 0 20 0 22 0 110097598 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748420719480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28695] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28695/stat : 28695 (java) S 28689 28692 27578 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748382210600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28696] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28696/stat : 28696 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748381157800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28697] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28697/stat : 28697 (java) S 28689 28692 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748380105000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28698] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28698/stat : 28698 (java) S 28689 28692 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748379052200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28699] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28699/stat : 28699 (java) S 28689 28692 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748378000424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28700] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28700/stat : 28700 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748376947624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28701] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28701/stat : 28701 (java) S 28689 28692 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748375894824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28702] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28702/stat : 28702 (java) S 28689 28692 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748374842024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28703] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28703/stat : 28703 (java) S 28689 28692 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748244941288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28704] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28704/stat : 28704 (java) S 28689 28692 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748243887352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28705] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28705/stat : 28705 (java) S 28689 28692 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110097601 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748242834440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28706] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28706/stat : 28706 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748241782928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28707] ppid=28689 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/28692/task/28707/stat : 28707 (java) R 28689 28692 27578 0 -1 4202560 12461 0 0 0 118 2 0 0 20 0 22 0 110097603 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748240718592 139748423320456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28708] ppid=28689 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/28692/task/28708/stat : 28708 (java) R 28689 28692 27578 0 -1 4202560 10078 0 0 0 121 2 0 0 20 0 22 0 110097603 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748239665792 139748427181801 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28709] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28709/stat : 28709 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139748238625656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28710] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28710/stat : 28710 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139747229952968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28711] ppid=28689 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/28692/task/28711/stat : 28711 (java) R 28689 28692 27578 0 -1 4202560 17 0 0 0 56 0 0 0 20 0 22 0 110097690 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139747228897784 139748424004503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28712] ppid=28689 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/28692/task/28712/stat : 28712 (java) R 28689 28692 27578 0 -1 4202560 27 0 0 0 56 0 0 0 20 0 22 0 110097690 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139747227828840 139748253467105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28713] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28713/stat : 28713 (java) S 28689 28692 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139747226792872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28714] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28714/stat : 28714 (java) S 28689 28692 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 52666 33554432000 1073741824 1073778376 140736986973984 139747225740072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.41 4.29 4.23 6/220 28714
/proc/meminfo: memFree=28656224/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9824732 CPUtime=8.34 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 28576 0 1 0 823 11 0 0 20 0 22 0 110097597 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2456183 58603 2287 9 0 2446860 0
[pid=28692/tid=28694] ppid=28689 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/28692/task/28694/stat : 28694 (java) S 28689 28692 27578 0 -1 4202560 2478 0 1 0 84 3 0 0 20 0 22 0 110097598 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748420719480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28695] ppid=28689 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28692/task/28695/stat : 28695 (java) S 28689 28692 27578 0 -1 4202560 91 0 0 0 1 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748382210600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28696] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28696/stat : 28696 (java) S 28689 28692 27578 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748381157800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28697] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28697/stat : 28697 (java) S 28689 28692 27578 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748380105000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28698] ppid=28689 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28692/task/28698/stat : 28698 (java) S 28689 28692 27578 0 -1 4202560 107 0 0 0 2 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748379052200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28699] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28699/stat : 28699 (java) S 28689 28692 27578 0 -1 4202560 92 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748378000424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28700] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28700/stat : 28700 (java) S 28689 28692 27578 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748376947624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28701] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28701/stat : 28701 (java) S 28689 28692 27578 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748375894824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28702] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28702/stat : 28702 (java) S 28689 28692 27578 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 22 0 110097599 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748374842024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28703] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28703/stat : 28703 (java) S 28689 28692 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748244941288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28704] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28704/stat : 28704 (java) S 28689 28692 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748243887352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28705] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28705/stat : 28705 (java) S 28689 28692 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110097601 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748242834440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28706] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28706/stat : 28706 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748241782928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28707] ppid=28689 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/28692/task/28707/stat : 28707 (java) S 28689 28692 27578 0 -1 4202560 14201 0 0 0 148 2 0 0 20 0 22 0 110097603 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748240731064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28708] ppid=28689 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/28692/task/28708/stat : 28708 (java) S 28689 28692 27578 0 -1 4202560 10086 0 0 0 146 2 0 0 20 0 22 0 110097603 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748239678264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28709] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28709/stat : 28709 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139748238625656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28710] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28710/stat : 28710 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139747229952968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28711] ppid=28689 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/28692/task/28711/stat : 28711 (java) R 28689 28692 27578 0 -1 4202560 19 0 0 0 213 0 0 0 20 0 22 0 110097690 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139747228898088 139748254602577 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28712] ppid=28689 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/28692/task/28712/stat : 28712 (java) R 28689 28692 27578 0 -1 4202560 27 0 0 0 213 0 0 0 20 0 22 0 110097690 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139747227843896 139748254422069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28713] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28713/stat : 28713 (java) S 28689 28692 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139747226792872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28714] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28714/stat : 28714 (java) S 28689 28692 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 58603 33554432000 1073741824 1073778376 140736986973984 139747225740072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.38 4.28 4.23 5/220 28714
/proc/meminfo: memFree=28462800/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9824732 CPUtime=15.08 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 29161 0 1 0 1487 21 0 0 20 0 22 0 110097597 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2456183 116458 2292 9 0 2446860 0
[pid=28692/tid=28694] ppid=28689 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/28692/task/28694/stat : 28694 (java) S 28689 28692 27578 0 -1 4202560 2478 0 1 0 84 3 0 0 20 0 22 0 110097598 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748420719480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28695] ppid=28689 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28692/task/28695/stat : 28695 (java) S 28689 28692 27578 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748382210600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28696] ppid=28689 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28692/task/28696/stat : 28696 (java) S 28689 28692 27578 0 -1 4202560 38 0 0 0 1 1 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748381157800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28697] ppid=28689 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28692/task/28697/stat : 28697 (java) S 28689 28692 27578 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748380105000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28698] ppid=28689 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/28692/task/28698/stat : 28698 (java) S 28689 28692 27578 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748379052200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28699] ppid=28689 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28692/task/28699/stat : 28699 (java) S 28689 28692 27578 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748378000424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28700] ppid=28689 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28692/task/28700/stat : 28700 (java) S 28689 28692 27578 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748376947624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28701] ppid=28689 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/28692/task/28701/stat : 28701 (java) S 28689 28692 27578 0 -1 4202560 51 0 0 0 3 2 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748375894824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28702] ppid=28689 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28692/task/28702/stat : 28702 (java) S 28689 28692 27578 0 -1 4202560 116 0 0 0 3 1 0 0 20 0 22 0 110097599 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748374842024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28703] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28703/stat : 28703 (java) S 28689 28692 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748244941288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28704] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28704/stat : 28704 (java) S 28689 28692 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748243887352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28705] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28705/stat : 28705 (java) S 28689 28692 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110097601 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748242834440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28706] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28706/stat : 28706 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 116458 33554432000 1073741824 1073778376 140736986973984 139748241782928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28707] ppid=28689 vsize=9824732 CPUtime=1.6 cores=0,2,4,6

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

/proc/28692/task/28697/stat : 28697 (java) S 28689 28692 27578 0 -1 4202560 1286 0 0 0 297 19 0 0 20 0 22 0 110097599 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748380105000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28698] ppid=28689 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/28692/task/28698/stat : 28698 (java) S 28689 28692 27578 0 -1 4202560 994 0 0 0 299 24 0 0 20 0 22 0 110097599 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748379052200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28699] ppid=28689 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/28692/task/28699/stat : 28699 (java) S 28689 28692 27578 0 -1 4202560 1723 0 0 0 268 17 0 0 20 0 22 0 110097599 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748378000424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28700] ppid=28689 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/28692/task/28700/stat : 28700 (java) S 28689 28692 27578 0 -1 4202560 1023 0 0 0 297 20 0 0 20 0 22 0 110097599 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748376947624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28701] ppid=28689 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28692/task/28701/stat : 28701 (java) S 28689 28692 27578 0 -1 4202560 1268 0 0 0 295 17 0 0 20 0 22 0 110097599 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748375894824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28702] ppid=28689 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/28692/task/28702/stat : 28702 (java) S 28689 28692 27578 0 -1 4202560 1232 0 0 0 259 20 0 0 20 0 22 0 110097599 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748374842024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28703] ppid=28689 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/28692/task/28703/stat : 28703 (java) S 28689 28692 27578 0 -1 4202560 2568 0 0 0 617 6 0 0 20 0 22 0 110097600 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748244941288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28704] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28704/stat : 28704 (java) S 28689 28692 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748243887352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28705] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28705/stat : 28705 (java) S 28689 28692 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110097601 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748242834440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28706] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28706/stat : 28706 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748241782928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28707] ppid=28689 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/28692/task/28707/stat : 28707 (java) S 28689 28692 27578 0 -1 4202560 14212 0 0 0 169 2 0 0 20 0 22 0 110097603 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748240731064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28708] ppid=28689 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/28692/task/28708/stat : 28708 (java) S 28689 28692 27578 0 -1 4202560 11439 0 0 0 211 3 0 0 20 0 22 0 110097603 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748239678264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28709] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28709/stat : 28709 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139748238625656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28710] ppid=28689 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/28692/task/28710/stat : 28710 (java) S 28689 28692 27578 0 -1 4202560 46 0 0 0 11 16 0 0 20 0 22 0 110097603 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139747229952968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28711] ppid=28689 vsize=9824732 CPUtime=806.48 cores=0,2,4,6
/proc/28692/task/28711/stat : 28711 (java) R 28689 28692 27578 0 -1 4202560 68 0 0 0 80635 13 0 0 20 0 22 0 110097690 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139747228896800 139748253942088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28712] ppid=28689 vsize=9824732 CPUtime=806.47 cores=0,2,4,6
/proc/28692/task/28712/stat : 28712 (java) R 28689 28692 27578 0 -1 4202560 1999 0 0 0 80599 48 0 0 20 0 22 0 110097690 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139747227843120 139748254059798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28713] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28713/stat : 28713 (java) S 28689 28692 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139747226792872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28714] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28714/stat : 28714 (java) S 28689 28692 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 981708 33554432000 1073741824 1073778376 140736986973984 139747225740072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1652.89
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.27 4.24 5/219 28804
/proc/meminfo: memFree=25836248/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9824732 CPUtime=1773.48 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 45223 0 1 0 177127 221 0 0 20 0 22 0 110097597 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2456183 981703 2301 9 0 2446860 0
[pid=28692/tid=28694] ppid=28689 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/28692/task/28694/stat : 28694 (java) S 28689 28692 27578 0 -1 4202560 2489 0 1 0 87 4 0 0 20 0 22 0 110097598 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748420719480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28695] ppid=28689 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/28692/task/28695/stat : 28695 (java) S 28689 28692 27578 0 -1 4202560 1880 0 0 0 327 21 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748382210600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28696] ppid=28689 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/28692/task/28696/stat : 28696 (java) S 28689 28692 27578 0 -1 4202560 1705 0 0 0 293 16 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748381157800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28697] ppid=28689 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/28692/task/28697/stat : 28697 (java) S 28689 28692 27578 0 -1 4202560 1286 0 0 0 317 19 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748380105000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28698] ppid=28689 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/28692/task/28698/stat : 28698 (java) S 28689 28692 27578 0 -1 4202560 994 0 0 0 313 24 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748379052200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28699] ppid=28689 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/28692/task/28699/stat : 28699 (java) S 28689 28692 27578 0 -1 4202560 1723 0 0 0 282 17 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748378000424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28700] ppid=28689 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/28692/task/28700/stat : 28700 (java) S 28689 28692 27578 0 -1 4202560 1023 0 0 0 311 20 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748376947624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28701] ppid=28689 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/28692/task/28701/stat : 28701 (java) S 28689 28692 27578 0 -1 4202560 1268 0 0 0 317 17 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748375894824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28702] ppid=28689 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/28692/task/28702/stat : 28702 (java) S 28689 28692 27578 0 -1 4202560 1232 0 0 0 275 20 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748374842024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28703] ppid=28689 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/28692/task/28703/stat : 28703 (java) S 28689 28692 27578 0 -1 4202560 2579 0 0 0 617 6 0 0 20 0 22 0 110097600 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748244941288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28704] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28704/stat : 28704 (java) S 28689 28692 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748243887352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28705] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28705/stat : 28705 (java) S 28689 28692 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110097601 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748242834440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28706] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28706/stat : 28706 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748241782928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28707] ppid=28689 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/28692/task/28707/stat : 28707 (java) S 28689 28692 27578 0 -1 4202560 14212 0 0 0 169 2 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748240731064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28708] ppid=28689 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/28692/task/28708/stat : 28708 (java) S 28689 28692 27578 0 -1 4202560 11439 0 0 0 211 3 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748239678264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28709] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28709/stat : 28709 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748238625656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28710] ppid=28689 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/28692/task/28710/stat : 28710 (java) S 28689 28692 27578 0 -1 4202560 50 0 0 0 12 17 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747229952968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28711] ppid=28689 vsize=9824732 CPUtime=865.97 cores=0,2,4,6
/proc/28692/task/28711/stat : 28711 (java) R 28689 28692 27578 0 -1 4202560 70 0 0 0 86583 14 0 0 20 0 22 0 110097690 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747228896800 139748253941972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28712] ppid=28689 vsize=9824732 CPUtime=865.96 cores=0,2,4,6
/proc/28692/task/28712/stat : 28712 (java) R 28689 28692 27578 0 -1 4202560 2003 0 0 0 86547 49 0 0 20 0 22 0 110097690 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747227842960 139748254295547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28713] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28713/stat : 28713 (java) S 28689 28692 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747226792872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28714] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28714/stat : 28714 (java) S 28689 28692 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747225740072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773.48
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.11 4.25 4.24 6/219 28804
/proc/meminfo: memFree=24998888/32872528 swapFree=16636/1570076
[pid=28692] ppid=28689 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/28692/stat : 28692 (java) S 28689 28692 27578 0 -1 4202496 45223 0 1 0 179786 221 0 0 20 0 22 0 110097597 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 140736986965120 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28692/statm: 2456183 981703 2301 9 0 2446860 0
[pid=28692/tid=28694] ppid=28689 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/28692/task/28694/stat : 28694 (java) S 28689 28692 27578 0 -1 4202560 2489 0 1 0 87 4 0 0 20 0 22 0 110097598 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748420719480 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28695] ppid=28689 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/28692/task/28695/stat : 28695 (java) S 28689 28692 27578 0 -1 4202560 1880 0 0 0 327 21 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748382210600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28696] ppid=28689 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/28692/task/28696/stat : 28696 (java) S 28689 28692 27578 0 -1 4202560 1705 0 0 0 293 16 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748381157800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28697] ppid=28689 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/28692/task/28697/stat : 28697 (java) S 28689 28692 27578 0 -1 4202560 1286 0 0 0 317 19 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748380105000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28698] ppid=28689 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/28692/task/28698/stat : 28698 (java) S 28689 28692 27578 0 -1 4202560 994 0 0 0 313 24 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748379052200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28699] ppid=28689 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/28692/task/28699/stat : 28699 (java) S 28689 28692 27578 0 -1 4202560 1723 0 0 0 282 17 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748378000424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28700] ppid=28689 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/28692/task/28700/stat : 28700 (java) S 28689 28692 27578 0 -1 4202560 1023 0 0 0 311 20 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748376947624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28701] ppid=28689 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/28692/task/28701/stat : 28701 (java) S 28689 28692 27578 0 -1 4202560 1268 0 0 0 317 17 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748375894824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28702] ppid=28689 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/28692/task/28702/stat : 28702 (java) S 28689 28692 27578 0 -1 4202560 1232 0 0 0 275 20 0 0 20 0 22 0 110097599 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748374842024 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28703] ppid=28689 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/28692/task/28703/stat : 28703 (java) S 28689 28692 27578 0 -1 4202560 2579 0 0 0 617 6 0 0 20 0 22 0 110097600 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748244941288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28704] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28704/stat : 28704 (java) S 28689 28692 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110097600 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748243887352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28705] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28705/stat : 28705 (java) S 28689 28692 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110097601 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748242834440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28706] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28706/stat : 28706 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748241782928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28707] ppid=28689 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/28692/task/28707/stat : 28707 (java) S 28689 28692 27578 0 -1 4202560 14212 0 0 0 169 2 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748240731064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28708] ppid=28689 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/28692/task/28708/stat : 28708 (java) S 28689 28692 27578 0 -1 4202560 11439 0 0 0 211 3 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748239678264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28709] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28709/stat : 28709 (java) S 28689 28692 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139748238625656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28692/tid=28710] ppid=28689 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28692/task/28710/stat : 28710 (java) S 28689 28692 27578 0 -1 4202560 50 0 0 0 12 18 0 0 20 0 22 0 110097603 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747229952968 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28692/tid=28711] ppid=28689 vsize=9824732 CPUtime=879.23 cores=0,2,4,6
/proc/28692/task/28711/stat : 28711 (java) R 28689 28692 27578 0 -1 4202560 70 0 0 0 87909 14 0 0 20 0 22 0 110097690 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747228889088 139748254502961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28712] ppid=28689 vsize=9824732 CPUtime=879.22 cores=0,2,4,6
/proc/28692/task/28712/stat : 28712 (java) R 28689 28692 27578 0 -1 4202560 2003 0 0 0 87873 49 0 0 20 0 22 0 110097690 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747227842960 139748254355991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28692/tid=28713] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28713/stat : 28713 (java) S 28689 28692 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747226792872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28692/tid=28714] ppid=28689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28692/task/28714/stat : 28714 (java) S 28689 28692 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110097692 10060525568 981703 33554432000 1073741824 1073778376 140736986973984 139747225740072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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 28692 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 28692 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=429357
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=678592
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.685
CPU time (s): 1800.07
CPU user time (s): 1797.86
CPU system time (s): 2.21
CPU usage (%): 200.971
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.43
system time used= 2.67859
maximum resident set size= 3926928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45256
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23862
involuntary context switches= 27311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65414 second user time and 7.48386 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 08:40:52
IDJOB=4080532
IDBENCH=90187
IDSOLVER=2543
FILE ID=node140/4080532-1465281652
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K160.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080532-1465281652/watcher-4080532-1465281652 -o /tmp/evaluation-result-4080532-1465281652/solver-4080532-1465281652 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080532-1465281652.opb

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=147550653

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28927752 kB
Buffers:          126456 kB
Cached:           308148 kB
SwapCached:         1688 kB
Active:          1261348 kB
Inactive:         356088 kB
Active(anon):    1182512 kB
Inactive(anon):     2692 kB
Active(file):      78836 kB
Inactive(file):   353396 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              4384 kB
Writeback:             0 kB
AnonPages:       2773032 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             603716 kB
SReclaimable:      47580 kB
SUnreclaim:       556136 kB
KernelStack:        1792 kB
PageTables:        10240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4235472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2697216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node140 at 2016-06-07 08:55:48