Trace number 4089884

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 895.653

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v101-n1.opb
MD5SUM33c939f6e57bf0661e4ab1b4ab6b7cea
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark4.42633
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089884-1466020498.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.04s.
0.10/0.15	c declared #vars     303
0.10/0.15	c #constraints  202
0.10/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
0.10/0.15	c 202 constraints processed.
0.10/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 101
0.10/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
0.10/0.15	c 202 constraints processed.
2.69/0.86	c cleaning 2494 clauses out of 5001 with flag 39823/5001
4.98/1.51	c cleaning 4248 clauses out of 8507 with flag 96840/11001
6.26/2.12	c cleaning 5619 clauses out of 11260 with flag 165251/18002
7.92/2.99	c cleaning 6802 clauses out of 13640 with flag 244854/26001
10.17/4.05	c cleaning 7892 clauses out of 15839 with flag 337430/35002
13.04/5.50	c cleaning 8948 clauses out of 17946 with flag 439386/45001
16.68/7.24	c cleaning 9970 clauses out of 19997 with flag 550680/56000
20.87/9.20	c cleaning 11004 clauses out of 22028 with flag 673728/68001
24.69/11.11	c cleaning 12006 clauses out of 24023 with flag 810455/81000
28.35/12.97	c cleaning 13005 clauses out of 26021 with flag 982559/95004
32.37/14.92	c cleaning 13995 clauses out of 28012 with flag 1183627/110000
37.47/17.43	c cleaning 14992 clauses out of 30019 with flag 1373334/126002
43.27/20.38	c cleaning 15997 clauses out of 32025 with flag 1585881/143000
50.37/23.86	c cleaning 16997 clauses out of 34028 with flag 1813723/161000
57.78/27.58	c cleaning 17999 clauses out of 36031 with flag 2049676/180000
67.04/32.14	c cleaning 19005 clauses out of 38033 with flag 2306944/200001
76.85/37.06	c cleaning 20002 clauses out of 40027 with flag 2581765/221000
87.91/42.59	c cleaning 20995 clauses out of 42025 with flag 2852921/243000
96.14/46.61	c cleaning 0 clauses out of 5001 with flag 0/5001
101.51/49.16	c cleaning 22001 clauses out of 44031 with flag 3158162/266001
115.07/55.88	c cleaning 22998 clauses out of 46029 with flag 3463249/290000
130.95/63.72	c cleaning 23988 clauses out of 48031 with flag 3768984/315000
147.40/71.99	c cleaning 25000 clauses out of 50044 with flag 4091491/341001
165.46/80.90	c cleaning 25997 clauses out of 52043 with flag 4408560/368000
185.31/90.83	c cleaning 26997 clauses out of 54046 with flag 4757960/396000
207.76/102.03	c cleaning 27998 clauses out of 56049 with flag 5116633/425000
231.22/113.79	c cleaning 28998 clauses out of 58052 with flag 5487112/455001
256.50/126.38	c cleaning 30002 clauses out of 60053 with flag 5865985/486000
284.56/140.31	c cleaning 31005 clauses out of 62051 with flag 6233734/518000
317.25/156.66	c cleaning 32003 clauses out of 64047 with flag 6661086/551001
351.33/173.60	c cleaning 33000 clauses out of 66043 with flag 7095661/585000
387.26/191.54	c cleaning 33990 clauses out of 68043 with flag 7545400/620000
425.56/210.65	c cleaning 35003 clauses out of 70054 with flag 7994616/656001
465.68/230.69	c cleaning 36020 clauses out of 72051 with flag 8451718/693001
490.83/243.19	c cleaning 37008 clauses out of 74030 with flag 8890328/731000
517.83/256.83	c cleaning 38009 clauses out of 76023 with flag 9355112/770001
544.94/270.38	c cleaning 38965 clauses out of 78014 with flag 9786188/810001
572.28/283.92	c cleaning 40012 clauses out of 80048 with flag 10243743/851000
586.93/291.29	c cleaning 0 clauses out of 11003 with flag 0/11003
594.94/295.27	c cleaning 40994 clauses out of 82036 with flag 10716864/893000
625.82/310.61	c cleaning 42012 clauses out of 84042 with flag 11256272/936000
656.75/326.00	c cleaning 43001 clauses out of 86030 with flag 11813235/980000
691.08/343.10	c cleaning 43973 clauses out of 88029 with flag 12409532/1025000
734.62/364.87	c cleaning 44993 clauses out of 90059 with flag 13055358/1071003
781.46/388.12	c cleaning 46000 clauses out of 92063 with flag 13684790/1118000
831.68/413.44	c cleaning 46989 clauses out of 94063 with flag 14309709/1166000
884.09/439.58	c cleaning 47995 clauses out of 96075 with flag 14935266/1215001
928.31/461.52	c cleaning 49035 clauses out of 98079 with flag 15594758/1265000
969.35/481.99	c cleaning 50018 clauses out of 100046 with flag 16229723/1316002
1013.49/503.92	c cleaning 50993 clauses out of 102027 with flag 16874723/1368001
1057.08/525.62	c cleaning 52012 clauses out of 104035 with flag 17536986/1421002
1106.71/550.35	c cleaning 52998 clauses out of 106021 with flag 18230124/1475000
1160.95/577.37	c cleaning 54001 clauses out of 108024 with flag 18985892/1530001
1217.81/605.60	c cleaning 55004 clauses out of 110023 with flag 19686043/1586001
1271.51/632.30	c cleaning 55987 clauses out of 112018 with flag 20416310/1643000
1325.87/659.71	c cleaning 57013 clauses out of 114032 with flag 21135626/1701001
1393.77/693.52	c cleaning 58005 clauses out of 116019 with flag 21945391/1760001
1457.53/725.21	c cleaning 59002 clauses out of 118015 with flag 22756322/1820002
1548.09/770.33	c cleaning 59980 clauses out of 120011 with flag 23646501/1881000
1552.34/772.46	c cleaning 0 clauses out of 18000 with flag 0/18000
1658.87/825.47	c cleaning 61004 clauses out of 122031 with flag 24608312/1943000
1767.80/879.69	c cleaning 62009 clauses out of 124028 with flag 25598409/2006001
1800.00/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.60	c starts		: 2065
1800.00/895.60	c conflicts		: 2043152
1800.00/895.60	c decisions		: 2549007
1800.00/895.60	c propagations		: 60513141
1800.00/895.60	c inspects		: 13404573344
1800.00/895.60	c shortcuts		: 0
1800.00/895.60	c learnt literals	: 0
1800.00/895.60	c learnt binary clauses	: 0
1800.00/895.60	c learnt ternary clauses	: 0
1800.00/895.60	c learnt constraints	: 2043152
1800.00/895.60	c ignored constraints	: 0
1800.00/895.60	c root simplifications	: 0
1800.00/895.60	c removed literals (reason simplification)	: 33730476
1800.00/895.60	c reason swapping (by a shorter reason)	: 0
1800.00/895.60	c Calls to reduceDB	: 59
1800.00/895.60	c Number of update (reduction) of LBD	: 759979
1800.00/895.60	c Imported unit clauses	: 0
1800.00/895.60	c number of reductions to clauses (during analyze)	: 0
1800.00/895.60	c number of learned constraints concerned by reduction	: 0
1800.00/895.60	c number of learning phase by resolution	: 0
1800.00/895.60	c number of learning phase by cutting planes	: 0
1800.00/895.60	c speed (assignments/second)	: 67578.77191924471
1800.00/895.60	c non guided choices	103
1800.00/895.63	c learnt constraints type 
1800.00/895.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99170
1800.00/895.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.63	c starts		: 45
1800.00/895.63	c conflicts		: 19247
1800.00/895.63	c decisions		: 24776
1800.00/895.63	c propagations		: 339940
1800.00/895.63	c inspects		: 956588875
1800.00/895.63	c shortcuts		: 0
1800.00/895.63	c learnt literals	: 0
1800.00/895.63	c learnt binary clauses	: 0
1800.00/895.63	c learnt ternary clauses	: 0
1800.00/895.63	c learnt constraints	: 19247
1800.00/895.63	c ignored constraints	: 0
1800.00/895.63	c root simplifications	: 0
1800.00/895.63	c removed literals (reason simplification)	: 0
1800.00/895.63	c reason swapping (by a shorter reason)	: 0
1800.00/895.63	c Calls to reduceDB	: 3
1800.00/895.63	c Number of update (reduction) of LBD	: 0
1800.00/895.63	c Imported unit clauses	: 0
1800.00/895.63	c number of reductions to clauses (during analyze)	: 0
1800.00/895.63	c number of learned constraints concerned by reduction	: 0
1800.00/895.63	c number of learning phase by resolution	: 0
1800.00/895.63	c number of learning phase by cutting planes	: 0
1800.00/895.63	c speed (assignments/second)	: 379.620602742908
1800.00/895.63	c non guided choices	88
1800.00/895.64	c learnt constraints type 
1800.00/895.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.00/895.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17
1800.00/895.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19228
1800.00/895.64	s UNKNOWN
1800.00/895.64	c Total wall clock time (in seconds): 895.528

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-4089884-1466020498/watcher-4089884-1466020498 -o /tmp/evaluation-result-4089884-1466020498/solver-4089884-1466020498 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089884-1466020498.opb 

pid=14424
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.16 4.27 4.23 5/197 14427
/proc/meminfo: memFree=27695472/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4099020 98570240 977 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 24065 977 743 9 0 16771 0
[pid=14427/tid=14428] ppid=14424 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) R 14424 14427 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4099021 98570240 978 33554432000 1073741824 1073778376 140735214604528 140462172122664 219513963904 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 4.16 4.27 4.23 5/197 14427
/proc/meminfo: memFree=27695472/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 4099020 9787879424 6057 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2389619 6057 2141 9 0 2380296 0
[pid=14427/tid=14428] ppid=14424 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) R 14424 14427 5545 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 4099021 9787879424 6057 33554432000 1073741824 1073778376 140735214604528 140462172126472 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.16 4.27 4.23 5/197 14427
/proc/meminfo: memFree=27695472/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 5859 0 1 0 29 2 0 0 20 0 22 0 4099020 10060525568 8671 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 8672 2218 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 4099021 10060525568 8672 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300287 s]
/proc/loadavg: 4.16 4.27 4.23 5/197 14427
/proc/meminfo: memFree=27695472/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 8333 0 1 0 68 2 0 0 20 0 22 0 4099020 10060525568 10438 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 10438 2244 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 4099021 10060525568 10438 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700193 s]
/proc/loadavg: 4.16 4.27 4.23 5/197 14427
/proc/meminfo: memFree=27695472/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 17148 0 1 0 225 5 0 0 20 0 22 0 4099020 10060525568 22606 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 22606 2256 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 4099021 10060525568 22606 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.16 4.27 4.23 9/219 14449
/proc/meminfo: memFree=27518588/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 23529 0 1 0 489 9 0 0 20 0 22 0 4099020 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 49990 2284 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 4099021 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14430] ppid=14424 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14427/task/14430/stat : 14430 (java) S 14424 14427 5545 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462144580264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14431] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14431/stat : 14431 (java) S 14424 14427 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462143527720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14432] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14432/stat : 14432 (java) S 14424 14427 5545 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462142475176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14433] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14433/stat : 14433 (java) S 14424 14427 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462012279848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14434] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14434/stat : 14434 (java) S 14424 14427 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462011226280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14435] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14435/stat : 14435 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462010173736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14436] ppid=14424 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14427/task/14436/stat : 14436 (java) S 14424 14427 5545 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462009121192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14437] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14437/stat : 14437 (java) S 14424 14427 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4099022 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140462008068648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14438] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14438/stat : 14438 (java) S 14424 14427 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461525555816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14439] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14439/stat : 14439 (java) S 14424 14427 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461524502136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14440] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14440/stat : 14440 (java) S 14424 14427 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461523449480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14441] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14441/stat : 14441 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461522398224 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14442] ppid=14424 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/14427/task/14442/stat : 14442 (java) S 14424 14427 5545 0 -1 4202560 9546 0 0 0 93 2 0 0 20 0 22 0 4099025 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461521344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14443] ppid=14424 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/14427/task/14443/stat : 14443 (java) S 14424 14427 5545 0 -1 4202560 10050 0 0 0 115 2 0 0 20 0 22 0 4099025 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461520292024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14444] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14444/stat : 14444 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461519239672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14445] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14445/stat : 14445 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461518187336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14446] ppid=14424 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/14427/task/14446/stat : 14446 (java) R 14424 14427 5545 0 -1 4202560 27 0 0 0 128 0 0 0 20 0 22 0 4099036 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461517132592 140462023769567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14447] ppid=14424 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/14427/task/14447/stat : 14447 (java) R 14424 14427 5545 0 -1 4202560 95 0 0 0 124 2 0 0 20 0 22 0 4099036 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461516078832 140462023791733 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14448] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14448/stat : 14448 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461515028008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14449] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14449/stat : 14449 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 49990 33554432000 1073741824 1073778376 140735214604528 140461513975464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.16 4.27 4.23 8/219 14449
/proc/meminfo: memFree=27367504/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=8.38 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 23856 0 1 0 823 15 0 0 20 0 22 0 4099020 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 91652 2284 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2410 0 1 0 13 0 0 0 20 0 22 0 4099021 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14430] ppid=14424 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14427/task/14430/stat : 14430 (java) S 14424 14427 5545 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462144580264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14431] ppid=14424 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14427/task/14431/stat : 14431 (java) S 14424 14427 5545 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462143527720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14432] ppid=14424 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14427/task/14432/stat : 14432 (java) S 14424 14427 5545 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462142475176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14433] ppid=14424 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14427/task/14433/stat : 14433 (java) S 14424 14427 5545 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462012279848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14434] ppid=14424 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14427/task/14434/stat : 14434 (java) S 14424 14427 5545 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462011226280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14435] ppid=14424 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14427/task/14435/stat : 14435 (java) S 14424 14427 5545 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462010173736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14436] ppid=14424 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14427/task/14436/stat : 14436 (java) S 14424 14427 5545 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462009121192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14437] ppid=14424 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14427/task/14437/stat : 14437 (java) S 14424 14427 5545 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 4099022 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140462008068648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14438] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14438/stat : 14438 (java) S 14424 14427 5545 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461525555816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14439] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14439/stat : 14439 (java) S 14424 14427 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461524502136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14440] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14440/stat : 14440 (java) S 14424 14427 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461523449480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14441] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14441/stat : 14441 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461522398224 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14442] ppid=14424 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/14427/task/14442/stat : 14442 (java) S 14424 14427 5545 0 -1 4202560 9562 0 0 0 98 3 0 0 20 0 22 0 4099025 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461521344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14443] ppid=14424 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/14427/task/14443/stat : 14443 (java) S 14424 14427 5545 0 -1 4202560 10050 0 0 0 121 3 0 0 20 0 22 0 4099025 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461520292024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14444] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14444/stat : 14444 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461519239672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14445] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14445/stat : 14445 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461518187336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14446] ppid=14424 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/14427/task/14446/stat : 14446 (java) R 14424 14427 5545 0 -1 4202560 28 0 0 0 280 0 0 0 20 0 22 0 4099036 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461517130424 140462023691167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14447] ppid=14424 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/14427/task/14447/stat : 14447 (java) R 14424 14427 5545 0 -1 4202560 155 0 0 0 274 4 0 0 20 0 22 0 4099036 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461516078848 140462023978962 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14448] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14448/stat : 14448 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461515028008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14449] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14449/stat : 14449 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 91652 33554432000 1073741824 1073778376 140735214604528 140461513975464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.23 4.28 4.23 6/219 14449
/proc/meminfo: memFree=27085496/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=14.87 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 24362 0 1 0 1464 23 0 0 20 0 22 0 4099020 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 161884 2284 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2411 0 1 0 13 0 0 0 20 0 22 0 4099021 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14430] ppid=14424 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/14427/task/14430/stat : 14430 (java) S 14424 14427 5545 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462144580264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14431] ppid=14424 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14427/task/14431/stat : 14431 (java) S 14424 14427 5545 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462143527720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14432] ppid=14424 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14427/task/14432/stat : 14432 (java) S 14424 14427 5545 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462142475176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14433] ppid=14424 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14427/task/14433/stat : 14433 (java) S 14424 14427 5545 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462012279848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14434] ppid=14424 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14427/task/14434/stat : 14434 (java) S 14424 14427 5545 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462011226280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14435] ppid=14424 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14427/task/14435/stat : 14435 (java) S 14424 14427 5545 0 -1 4202560 47 0 0 0 6 0 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462010173736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14436] ppid=14424 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14427/task/14436/stat : 14436 (java) S 14424 14427 5545 0 -1 4202560 53 0 0 0 8 1 0 0 20 0 22 0 4099022 10060525568 161884 33554432000 1073741824 1073778376 140735214604528 140462009121192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14437] ppid=14424 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/14427/task/14432/stat : 14432 (java) S 14424 14427 5545 0 -1 4202560 341 0 0 0 210 10 0 0 20 0 22 0 4099022 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140462142475176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14433] ppid=14424 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/14427/task/14433/stat : 14433 (java) S 14424 14427 5545 0 -1 4202560 381 0 0 0 223 11 0 0 20 0 22 0 4099022 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140462012279848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14434] ppid=14424 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/14427/task/14434/stat : 14434 (java) S 14424 14427 5545 0 -1 4202560 316 0 0 0 225 9 0 0 20 0 22 0 4099022 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140462011226280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14435] ppid=14424 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/14427/task/14435/stat : 14435 (java) S 14424 14427 5545 0 -1 4202560 403 0 0 0 227 10 0 0 20 0 22 0 4099022 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140462010173736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14436] ppid=14424 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/14427/task/14436/stat : 14436 (java) S 14424 14427 5545 0 -1 4202560 327 0 0 0 214 8 0 0 20 0 22 0 4099022 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140462009121192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14437] ppid=14424 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/14427/task/14437/stat : 14437 (java) S 14424 14427 5545 0 -1 4202560 368 0 0 0 227 8 0 0 20 0 22 0 4099022 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140462008068648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14438] ppid=14424 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/14427/task/14438/stat : 14438 (java) S 14424 14427 5545 0 -1 4202560 2084 0 0 0 189 21 0 0 20 0 22 0 4099023 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461525555816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14439] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14439/stat : 14439 (java) S 14424 14427 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461524502136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14440] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14440/stat : 14440 (java) S 14424 14427 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461523449480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14441] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14441/stat : 14441 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461522398224 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14442] ppid=14424 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/14427/task/14442/stat : 14442 (java) S 14424 14427 5545 0 -1 4202560 13582 0 0 0 146 3 0 0 20 0 22 0 4099025 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461521344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14443] ppid=14424 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/14427/task/14443/stat : 14443 (java) S 14424 14427 5545 0 -1 4202560 10785 0 0 0 141 3 0 0 20 0 22 0 4099025 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461520292024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14444] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14444/stat : 14444 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461519239672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14445] ppid=14424 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/14427/task/14445/stat : 14445 (java) S 14424 14427 5545 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 4099025 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461518187336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14446] ppid=14424 vsize=9824732 CPUtime=812.49 cores=1,3,5,7
/proc/14427/task/14446/stat : 14446 (java) R 14424 14427 5545 0 -1 4202560 165 0 0 0 81234 15 0 0 20 0 22 0 4099036 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461517131392 140462023769567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14447] ppid=14424 vsize=9824732 CPUtime=812.43 cores=1,3,5,7
/proc/14427/task/14447/stat : 14447 (java) R 14424 14427 5545 0 -1 4202560 1770 0 0 0 81192 51 0 0 20 0 22 0 4099036 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461516078064 140462023961063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14448] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14448/stat : 14448 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461515028008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14449] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14449/stat : 14449 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 514521 33554432000 1073741824 1073778376 140735214604528 140461513975464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1652.62
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.17 4.17 4.18 5/219 14561
/proc/meminfo: memFree=26315992/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=1773.25 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 35039 0 1 0 177170 155 0 0 20 0 22 0 4099020 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 506572 2293 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2424 0 1 0 16 2 0 0 20 0 22 0 4099021 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14430] ppid=14424 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/14427/task/14430/stat : 14430 (java) S 14424 14427 5545 0 -1 4202560 330 0 0 0 232 9 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462144580264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14431] ppid=14424 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/14427/task/14431/stat : 14431 (java) S 14424 14427 5545 0 -1 4202560 363 0 0 0 231 7 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462143527720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14432] ppid=14424 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/14427/task/14432/stat : 14432 (java) S 14424 14427 5545 0 -1 4202560 353 0 0 0 229 10 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462142475176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14433] ppid=14424 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/14427/task/14433/stat : 14433 (java) S 14424 14427 5545 0 -1 4202560 392 0 0 0 238 11 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462012279848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14434] ppid=14424 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/14427/task/14434/stat : 14434 (java) S 14424 14427 5545 0 -1 4202560 331 0 0 0 243 9 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462011226280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14435] ppid=14424 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/14427/task/14435/stat : 14435 (java) S 14424 14427 5545 0 -1 4202560 408 0 0 0 246 10 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462010173736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14436] ppid=14424 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/14427/task/14436/stat : 14436 (java) S 14424 14427 5545 0 -1 4202560 336 0 0 0 231 8 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462009121192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14437] ppid=14424 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/14427/task/14437/stat : 14437 (java) S 14424 14427 5545 0 -1 4202560 381 0 0 0 244 8 0 0 20 0 22 0 4099022 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140462008068648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14438] ppid=14424 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/14427/task/14438/stat : 14438 (java) S 14424 14427 5545 0 -1 4202560 2088 0 0 0 189 22 0 0 20 0 22 0 4099023 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461525555816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14439] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14439/stat : 14439 (java) S 14424 14427 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461524502136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14440] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14440/stat : 14440 (java) S 14424 14427 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461523449480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14441] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14441/stat : 14441 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461522398224 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14442] ppid=14424 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/14427/task/14442/stat : 14442 (java) S 14424 14427 5545 0 -1 4202560 13582 0 0 0 146 3 0 0 20 0 22 0 4099025 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461521344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14443] ppid=14424 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/14427/task/14443/stat : 14443 (java) S 14424 14427 5545 0 -1 4202560 10785 0 0 0 141 3 0 0 20 0 22 0 4099025 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461520292024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14444] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14444/stat : 14444 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461519239672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14445] ppid=14424 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/14427/task/14445/stat : 14445 (java) S 14424 14427 5545 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 4099025 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461518187336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14446] ppid=14424 vsize=9824732 CPUtime=871.93 cores=1,3,5,7
/proc/14427/task/14446/stat : 14446 (java) R 14424 14427 5545 0 -1 4202560 174 0 0 0 87177 16 0 0 20 0 22 0 4099036 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461517131392 140462023760707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14447] ppid=14424 vsize=9824732 CPUtime=871.84 cores=1,3,5,7
/proc/14427/task/14447/stat : 14447 (java) R 14424 14427 5545 0 -1 4202560 1775 0 0 0 87132 52 0 0 20 0 22 0 4099036 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461516078016 140462023961082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14448] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14448/stat : 14448 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461515028008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14449] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14449/stat : 14449 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 506572 33554432000 1073741824 1073778376 140735214604528 140461513975464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.06 4.15 4.17 5/219 14561
/proc/meminfo: memFree=26322688/32872528 swapFree=1073728/1155488
[pid=14427] ppid=14424 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/14427/stat : 14427 (java) S 14424 14427 5545 0 -1 4202496 35083 0 1 0 179844 156 0 0 20 0 22 0 4099020 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140735214595664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14427/statm: 2456183 506693 2293 9 0 2446860 0
[pid=14427/tid=14428] ppid=14424 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/14427/task/14428/stat : 14428 (java) S 14424 14427 5545 0 -1 4202560 2424 0 1 0 16 2 0 0 20 0 22 0 4099021 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462172128120 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14430] ppid=14424 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/14427/task/14430/stat : 14430 (java) S 14424 14427 5545 0 -1 4202560 336 0 0 0 239 9 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462144580264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14431] ppid=14424 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/14427/task/14431/stat : 14431 (java) S 14424 14427 5545 0 -1 4202560 366 0 0 0 236 7 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462143527720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14432] ppid=14424 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/14427/task/14432/stat : 14432 (java) S 14424 14427 5545 0 -1 4202560 361 0 0 0 234 10 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462142475176 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14433] ppid=14424 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/14427/task/14433/stat : 14433 (java) S 14424 14427 5545 0 -1 4202560 401 0 0 0 243 11 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462012279848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14434] ppid=14424 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/14427/task/14434/stat : 14434 (java) S 14424 14427 5545 0 -1 4202560 338 0 0 0 247 10 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462011226280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14435] ppid=14424 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/14427/task/14435/stat : 14435 (java) S 14424 14427 5545 0 -1 4202560 412 0 0 0 251 10 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462010173736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14436] ppid=14424 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/14427/task/14436/stat : 14436 (java) S 14424 14427 5545 0 -1 4202560 336 0 0 0 234 8 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462009121192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14437] ppid=14424 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/14427/task/14437/stat : 14437 (java) S 14424 14427 5545 0 -1 4202560 384 0 0 0 249 8 0 0 20 0 22 0 4099022 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140462008068648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14438] ppid=14424 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/14427/task/14438/stat : 14438 (java) S 14424 14427 5545 0 -1 4202560 2088 0 0 0 189 22 0 0 20 0 22 0 4099023 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461525555816 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14439] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14439/stat : 14439 (java) S 14424 14427 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461524502136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14440] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14440/stat : 14440 (java) S 14424 14427 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4099023 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461523449480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14441] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14441/stat : 14441 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461522398224 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14442] ppid=14424 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/14427/task/14442/stat : 14442 (java) S 14424 14427 5545 0 -1 4202560 13582 0 0 0 146 3 0 0 20 0 22 0 4099025 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461521344568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14427/tid=14443] ppid=14424 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/14427/task/14443/stat : 14443 (java) S 14424 14427 5545 0 -1 4202560 10785 0 0 0 141 3 0 0 20 0 22 0 4099025 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461520292024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14444] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14444/stat : 14444 (java) S 14424 14427 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4099025 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461519239672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14445] ppid=14424 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/14427/task/14445/stat : 14445 (java) S 14424 14427 5545 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 4099025 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461518187336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14446] ppid=14424 vsize=9824732 CPUtime=885.08 cores=1,3,5,7
/proc/14427/task/14446/stat : 14446 (java) R 14424 14427 5545 0 -1 4202560 178 0 0 0 88492 16 0 0 20 0 22 0 4099036 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461517131392 140462023769567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14427/tid=14447] ppid=14424 vsize=9824732 CPUtime=884.99 cores=1,3,5,7
/proc/14427/task/14447/stat : 14447 (java) R 14424 14427 5545 0 -1 4202560 1775 0 0 0 88447 52 0 0 20 0 22 0 4099036 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461516077936 140462023978962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14427/tid=14448] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14448/stat : 14448 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461515028008 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14427/tid=14449] ppid=14424 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14427/task/14449/stat : 14449 (java) S 14424 14427 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4099036 10060525568 506693 33554432000 1073741824 1073778376 140735214604528 140461513975464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 14427 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 14427 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=19267
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=102680
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.653
CPU time (s): 1800
CPU user time (s): 1798.44
CPU system time (s): 1.56
CPU usage (%): 200.971
Max. virtual memory (cumulated for all children) (KiB): 9826124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.02
system time used= 2.10268
maximum resident set size= 2886972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35124
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28972
involuntary context switches= 48904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57415 second user time and 7.80281 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 21:54:58
IDJOB=4089884
IDBENCH=107470
IDSOLVER=2543
FILE ID=node114/4089884-1466020498
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v101-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089884-1466020498/watcher-4089884-1466020498 -o /tmp/evaluation-result-4089884-1466020498/solver-4089884-1466020498 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089884-1466020498.opb

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

MD5SUM BENCH= 33c939f6e57bf0661e4ab1b4ab6b7cea
RANDOM SEED=1901427490

node114.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.761
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27695628 kB
Buffers:           22108 kB
Cached:            45080 kB
SwapCached:        33296 kB
Active:          3213000 kB
Inactive:          73588 kB
Active(anon):    3188720 kB
Inactive(anon):    33292 kB
Active(file):      24280 kB
Inactive(file):    40296 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       4389644 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             566436 kB
SReclaimable:      10104 kB
SUnreclaim:       556332 kB
KernelStack:        1784 kB
PageTables:        12588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4579244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3268608 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 node114 at 2016-06-15 22:09:54