Trace number 4107951

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.02 893.309

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12058_4-sat.opb
MD5SUMda4c22aa3836e09c7cdc382a7b6da5de
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 variables35332
Total number of constraints122962
Number of constraints which are clauses122382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints580
Minimum length of a constraint1
Maximum length of a constraint120
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4107951-1466285332.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
4.83/1.91	c ... done. Wall clock time 1.808s.
4.83/1.91	c declared #vars     35332
4.83/1.91	c #constraints  122962
4.83/1.92	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.83/1.92	c constraints type 
4.83/1.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
4.83/1.92	c org.sat4j.specs.Constr$1 => 15704
4.83/1.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
4.83/1.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 6557
4.83/1.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 580
4.83/1.92	c 122962 constraints processed.
4.83/1.92	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.83/1.92	c constraints type 
4.83/1.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87354
4.83/1.92	c org.sat4j.specs.Constr$1 => 15704
4.83/1.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12767
4.83/1.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
4.83/1.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 6557
4.83/1.92	c 122962 constraints processed.
9.59/3.66	c cleaning 2486 clauses out of 5000 with flag 21525/5000
12.85/5.17	c cleaning 4250 clauses out of 8515 with flag 52294/11001
16.96/7.18	c cleaning 5629 clauses out of 11265 with flag 99885/18001
22.27/9.52	c cleaning 6808 clauses out of 13635 with flag 146503/26000
27.60/11.96	c cleaning 7911 clauses out of 15828 with flag 203713/35001
33.34/14.75	c cleaning 8953 clauses out of 17916 with flag 269124/45000
38.76/17.49	c cleaning 9972 clauses out of 19963 with flag 343818/56000
46.14/21.03	c cleaning 10983 clauses out of 21991 with flag 437398/68000
53.92/24.93	c cleaning 11993 clauses out of 24007 with flag 546808/81000
62.49/29.15	c cleaning 12999 clauses out of 26016 with flag 642054/95002
71.65/33.67	c cleaning 14001 clauses out of 28017 with flag 754828/110002
76.87/36.30	c cleaning 0 clauses out of 5000 with flag 0/5000
80.90/38.29	c cleaning 14999 clauses out of 30015 with flag 881655/126001
90.73/43.09	c cleaning 16006 clauses out of 32015 with flag 1007083/143000
102.21/48.70	c cleaning 16994 clauses out of 34009 with flag 1146084/161000
114.21/54.80	c cleaning 18001 clauses out of 36015 with flag 1324677/180000
126.16/60.70	c cleaning 18998 clauses out of 38014 with flag 1484532/200000
139.48/67.24	c cleaning 19995 clauses out of 40017 with flag 1656265/221001
153.87/74.42	c cleaning 20997 clauses out of 42023 with flag 1844542/243002
169.98/82.48	c cleaning 22001 clauses out of 44024 with flag 2038726/266000
186.65/91.10	c cleaning 22992 clauses out of 46025 with flag 2237278/290002
205.49/100.50	c cleaning 24003 clauses out of 48032 with flag 2480777/315001
223.34/109.44	c cleaning 25003 clauses out of 50028 with flag 2714356/341000
242.78/119.09	c cleaning 26010 clauses out of 52025 with flag 2960012/368000
261.94/128.51	c cleaning 26995 clauses out of 54015 with flag 3191983/396000
282.85/138.94	c cleaning 28001 clauses out of 56021 with flag 3447558/425001
291.65/143.34	c cleaning 0 clauses out of 11002 with flag 0/11002
303.39/149.18	c cleaning 28995 clauses out of 58019 with flag 3704692/455000
325.99/160.40	c cleaning 30004 clauses out of 60024 with flag 3993828/486000
350.32/172.31	c cleaning 30996 clauses out of 62021 with flag 4312852/518002
375.09/184.68	c cleaning 31998 clauses out of 64023 with flag 4634849/551000
399.27/196.68	c cleaning 32992 clauses out of 66026 with flag 4931334/585001
425.42/209.51	c cleaning 34004 clauses out of 68036 with flag 5260189/620003
452.56/223.04	c cleaning 35010 clauses out of 70029 with flag 5613283/656000
480.43/236.86	c cleaning 36003 clauses out of 72020 with flag 5983427/693001
512.36/253.38	c cleaning 37002 clauses out of 74018 with flag 6363421/731002
542.21/268.26	c cleaning 37997 clauses out of 76014 with flag 6729722/770000
573.54/283.88	c cleaning 38986 clauses out of 78018 with flag 7111078/810001
606.12/300.09	c cleaning 39992 clauses out of 80032 with flag 7495673/851001
639.63/316.68	c cleaning 41012 clauses out of 82039 with flag 7901372/893000
673.77/333.64	c cleaning 42010 clauses out of 84027 with flag 8328334/936000
708.53/350.88	c cleaning 42985 clauses out of 86017 with flag 8769962/980000
746.91/369.84	c cleaning 43994 clauses out of 88035 with flag 9207610/1025003
768.55/380.60	c cleaning 0 clauses out of 18000 with flag 0/18000
784.19/388.23	c cleaning 45007 clauses out of 90039 with flag 9626402/1071001
823.64/407.60	c cleaning 46009 clauses out of 92032 with flag 10050210/1118001
863.82/427.53	c cleaning 46991 clauses out of 94025 with flag 10530475/1166003
905.29/448.18	c cleaning 48006 clauses out of 96033 with flag 11026210/1215002
951.04/470.89	c cleaning 48987 clauses out of 98025 with flag 11563716/1265000
996.18/493.33	c cleaning 50008 clauses out of 100038 with flag 12060198/1316000
1040.77/515.43	c cleaning 50999 clauses out of 102032 with flag 12528204/1368002
1087.04/538.43	c cleaning 52007 clauses out of 104033 with flag 13032191/1421002
1135.46/562.31	c cleaning 53000 clauses out of 106024 with flag 13529757/1475000
1185.91/587.32	c cleaning 53996 clauses out of 108024 with flag 14079201/1530000
1238.20/614.32	c cleaning 55010 clauses out of 110028 with flag 14635116/1586000
1287.68/638.98	c cleaning 55994 clauses out of 112019 with flag 15148109/1643001
1340.03/664.94	c cleaning 56989 clauses out of 114025 with flag 15692576/1701001
1390.77/690.10	c cleaning 57999 clauses out of 116035 with flag 16237023/1760000
1447.24/718.14	c cleaning 59002 clauses out of 118037 with flag 16857321/1820001
1502.79/745.69	c cleaning 60005 clauses out of 120034 with flag 17417155/1881000
1561.14/774.69	c cleaning 60997 clauses out of 122029 with flag 18020330/1943000
1605.58/796.65	c cleaning 0 clauses out of 26001 with flag 0/26001
1620.80/804.23	c cleaning 62008 clauses out of 124032 with flag 18622898/2006000
1676.81/832.02	c cleaning 62994 clauses out of 126025 with flag 19138213/2070001
1735.94/861.41	c cleaning 64005 clauses out of 128030 with flag 19715870/2135000
1800.02/893.24	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/893.24	c starts		: 7012
1800.02/893.24	c conflicts		: 2201000
1800.02/893.24	c decisions		: 3521788
1800.02/893.24	c propagations		: 1060838793
1800.02/893.24	c inspects		: 6680966634
1800.02/893.24	c shortcuts		: 0
1800.02/893.24	c learnt literals	: 2
1800.02/893.24	c learnt binary clauses	: 7
1800.02/893.24	c learnt ternary clauses	: 1382
1800.02/893.24	c learnt constraints	: 2200998
1800.02/893.24	c ignored constraints	: 0
1800.02/893.24	c root simplifications	: 0
1800.02/893.24	c removed literals (reason simplification)	: 32802000
1800.02/893.24	c reason swapping (by a shorter reason)	: 0
1800.02/893.24	c Calls to reduceDB	: 62
1800.02/893.24	c Number of update (reduction) of LBD	: 915287
1800.02/893.24	c Imported unit clauses	: 0
1800.02/893.24	c number of reductions to clauses (during analyze)	: 0
1800.02/893.24	c number of learned constraints concerned by reduction	: 0
1800.02/893.24	c number of learning phase by resolution	: 0
1800.02/893.24	c number of learning phase by cutting planes	: 0
1800.02/893.24	c speed (assignments/second)	: 1190272.6071155684
1800.02/893.24	c non guided choices	9201
1800.02/893.27	c learnt constraints type 
1800.02/893.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.02/893.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130020
1800.02/893.27	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/893.27	c starts		: 54
1800.02/893.27	c conflicts		: 27623
1800.02/893.27	c decisions		: 92518
1800.02/893.27	c propagations		: 17949217
1800.02/893.27	c inspects		: 968593431
1800.02/893.27	c shortcuts		: 0
1800.02/893.27	c learnt literals	: 0
1800.02/893.27	c learnt binary clauses	: 0
1800.02/893.27	c learnt ternary clauses	: 31
1800.02/893.27	c learnt constraints	: 27622
1800.02/893.27	c ignored constraints	: 0
1800.02/893.27	c root simplifications	: 0
1800.02/893.27	c removed literals (reason simplification)	: 0
1800.02/893.27	c reason swapping (by a shorter reason)	: 0
1800.02/893.27	c Calls to reduceDB	: 4
1800.02/893.27	c Number of update (reduction) of LBD	: 0
1800.02/893.27	c Imported unit clauses	: 0
1800.02/893.27	c number of reductions to clauses (during analyze)	: 0
1800.02/893.27	c number of learned constraints concerned by reduction	: 0
1800.02/893.27	c number of learning phase by resolution	: 0
1800.02/893.27	c number of learning phase by cutting planes	: 0
1800.02/893.27	c speed (assignments/second)	: 20138.673437445654
1800.02/893.27	c non guided choices	48
1800.02/893.28	c learnt constraints type 
1800.02/893.28	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 32
1800.02/893.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27590
1800.02/893.28	s UNKNOWN
1800.02/893.28	c Total wall clock time (in seconds): 893.172

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-4107951-1466285332/watcher-4107951-1466285332 -o /tmp/evaluation-result-4107951-1466285332/solver-4107951-1466285332 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107951-1466285332.opb 

pid=12827
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.47 4.35 4.11 4/197 12830
/proc/meminfo: memFree=27453120/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 30579744 98570240 977 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 24065 977 743 9 0 16771 0
[pid=12830/tid=12831] ppid=12827 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) R 12827 12830 8258 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30579745 98570240 978 33554432000 1073741824 1073778376 140734915340832 139698188279336 252263089536 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.47 4.35 4.11 4/197 12830
/proc/meminfo: memFree=27453120/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 30579744 9787879424 6129 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2389619 6129 2156 9 0 2380296 0
[pid=12830/tid=12831] ppid=12827 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) R 12827 12830 8258 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 30579745 9787879424 6129 33554432000 1073741824 1073778376 140734915340832 139698188283256 252266472717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 4.47 4.35 4.11 4/197 12830
/proc/meminfo: memFree=27453120/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 4702 0 1 0 24 1 0 0 20 0 18 0 30579744 9787879424 7301 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2389619 7301 2214 9 0 2380296 0
[pid=12830/tid=12831] ppid=12827 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) R 12827 12830 8258 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 30579745 9787879424 7301 33554432000 1073741824 1073778376 140734915340832 139698188283256 139698056014904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 4.47 4.35 4.11 4/197 12830
/proc/meminfo: memFree=27453120/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 6079 0 1 0 48 2 0 0 20 0 18 0 30579744 9787879424 9266 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2389619 9266 2233 9 0 2380296 0
[pid=12830/tid=12831] ppid=12827 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) R 12827 12830 8258 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 30579745 9787879424 9266 33554432000 1073741824 1073778376 140734915340832 139698188283560 139698056045761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700227 s]
/proc/loadavg: 4.47 4.35 4.11 4/197 12830
/proc/meminfo: memFree=27453120/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9559080 CPUtime=1.67 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 23335 0 1 0 161 6 0 0 20 0 18 0 30579744 9788497920 32544 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2389770 32544 2250 9 0 2380447 0
[pid=12830/tid=12831] ppid=12827 vsize=9559080 CPUtime=0.67 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) R 12827 12830 8258 0 -1 4202560 2434 0 1 0 66 1 0 0 20 0 18 0 30579745 9788497920 32544 33554432000 1073741824 1073778376 140734915340832 139698188275568 252266472717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9559080

[startup+1.50075 s]
/proc/loadavg: 4.47 4.35 4.11 6/215 12848
/proc/meminfo: memFree=27252964/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9558476 CPUtime=3.73 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 33172 0 1 0 360 13 0 0 20 0 18 0 30579744 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2389619 58878 2269 9 0 2380296 0
[pid=12830/tid=12831] ppid=12827 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) R 12827 12830 8258 0 -1 4202560 2475 0 1 0 137 3 0 0 20 0 18 0 30579745 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698188282736 139698191569815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12833] ppid=12827 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12830/task/12833/stat : 12833 (java) S 12827 12830 8258 0 -1 4202560 116 0 0 0 1 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698177345832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12834] ppid=12827 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12830/task/12834/stat : 12834 (java) S 12827 12830 8258 0 -1 4202560 119 0 0 0 1 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698176293032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12835] ppid=12827 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12830/task/12835/stat : 12835 (java) S 12827 12830 8258 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698175240744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12836] ppid=12827 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/12830/task/12836/stat : 12836 (java) S 12827 12830 8258 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698028362152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12837] ppid=12827 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12830/task/12837/stat : 12837 (java) S 12827 12830 8258 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698027309864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12838] ppid=12827 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12830/task/12838/stat : 12838 (java) S 12827 12830 8258 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698026257064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12839] ppid=12827 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/12830/task/12839/stat : 12839 (java) S 12827 12830 8258 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698025204776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12840] ppid=12827 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12830/task/12840/stat : 12840 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 30579746 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698024151976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12841] ppid=12827 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12841/stat : 12841 (java) S 12827 12830 8258 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30579747 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698011953384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12842] ppid=12827 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12842/stat : 12842 (java) S 12827 12830 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30579747 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698010899448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12843] ppid=12827 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12843/stat : 12843 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30579747 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698009847048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12844] ppid=12827 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12844/stat : 12844 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30579749 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698008795536 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12845] ppid=12827 vsize=9558476 CPUtime=1.05 cores=1,3,5,7
/proc/12830/task/12845/stat : 12845 (java) R 12827 12830 8258 0 -1 4202560 13077 0 0 0 103 2 0 0 20 0 18 0 30579749 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698007729256 139698194311353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12846] ppid=12827 vsize=9558476 CPUtime=1.01 cores=1,3,5,7
/proc/12830/task/12846/stat : 12846 (java) R 12827 12830 8258 0 -1 4202560 15878 0 0 0 97 4 0 0 20 0 18 0 30579749 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698006667608 252262759794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12847] ppid=12827 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12847/stat : 12847 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30579749 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698005638264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12848] ppid=12827 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12848/stat : 12848 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30579749 9787879424 58878 33554432000 1073741824 1073778376 140734915340832 139698004585672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9558476

[startup+3.10096 s]
/proc/loadavg: 4.47 4.35 4.11 7/219 12852
/proc/meminfo: memFree=27220948/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9824732 CPUtime=8.38 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 38390 0 1 0 818 20 0 0 20 0 22 0 30579744 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2456183 98791 2285 9 0 2446860 0
[pid=12830/tid=12831] ppid=12827 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) S 12827 12830 8258 0 -1 4202560 2480 0 1 0 180 3 0 0 20 0 22 0 30579745 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698188284792 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12833] ppid=12827 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12830/task/12833/stat : 12833 (java) S 12827 12830 8258 0 -1 4202560 128 0 0 0 2 0 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698177345832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12834] ppid=12827 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12830/task/12834/stat : 12834 (java) S 12827 12830 8258 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698176293032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12835] ppid=12827 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12830/task/12835/stat : 12835 (java) S 12827 12830 8258 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698175240744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12836] ppid=12827 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12830/task/12836/stat : 12836 (java) S 12827 12830 8258 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698028362152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12837] ppid=12827 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12830/task/12837/stat : 12837 (java) S 12827 12830 8258 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698027309864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12838] ppid=12827 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12830/task/12838/stat : 12838 (java) S 12827 12830 8258 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698026257064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12839] ppid=12827 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12830/task/12839/stat : 12839 (java) S 12827 12830 8258 0 -1 4202560 131 0 0 0 3 0 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698025204776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12840] ppid=12827 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12830/task/12840/stat : 12840 (java) S 12827 12830 8258 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 30579746 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698024151976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12841] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12841/stat : 12841 (java) S 12827 12830 8258 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698011953384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12842] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12842/stat : 12842 (java) S 12827 12830 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698010899448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12843] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12843/stat : 12843 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698009847048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12844] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12844/stat : 12844 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698008795536 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12845] ppid=12827 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/12830/task/12845/stat : 12845 (java) S 12827 12830 8258 0 -1 4202560 14066 0 0 0 196 3 0 0 20 0 22 0 30579749 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698007743160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12846] ppid=12827 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/12830/task/12846/stat : 12846 (java) S 12827 12830 8258 0 -1 4202560 19732 0 0 0 183 4 0 0 20 0 22 0 30579749 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698006690360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12847] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12847/stat : 12847 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698005638264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12848] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12848/stat : 12848 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698004585672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12849] ppid=12827 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/12830/task/12849/stat : 12849 (java) R 12827 12830 8258 0 -1 4202560 19 0 0 0 111 0 0 0 20 0 22 0 30579937 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698003530192 139698057691334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12850] ppid=12827 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12830/task/12850/stat : 12850 (java) R 12827 12830 8258 0 -1 4202560 85 0 0 0 107 2 0 0 20 0 22 0 30579937 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698002475880 139698057747420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12851] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12851/stat : 12851 (java) S 12827 12830 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698001425576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12852] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12852/stat : 12852 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 98791 33554432000 1073741824 1073778376 140734915340832 139698000372776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 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.51 4.36 4.11 5/219 12852
/proc/meminfo: memFree=26851476/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9824732 CPUtime=15.36 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 39213 0 1 0 1504 32 0 0 20 0 22 0 30579744 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2456183 168466 2291 9 0 2446860 0
[pid=12830/tid=12831] ppid=12827 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) S 12827 12830 8258 0 -1 4202560 2480 0 1 0 180 3 0 0 20 0 22 0 30579745 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698188284792 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12833] ppid=12827 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12830/task/12833/stat : 12833 (java) S 12827 12830 8258 0 -1 4202560 159 0 0 0 4 1 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698177345832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12834] ppid=12827 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12830/task/12834/stat : 12834 (java) S 12827 12830 8258 0 -1 4202560 147 0 0 0 3 2 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698176293032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12835] ppid=12827 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/12830/task/12835/stat : 12835 (java) S 12827 12830 8258 0 -1 4202560 59 0 0 0 9 3 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698175240744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12836] ppid=12827 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/12830/task/12836/stat : 12836 (java) S 12827 12830 8258 0 -1 4202560 76 0 0 0 7 2 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698028362152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12837] ppid=12827 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12830/task/12837/stat : 12837 (java) S 12827 12830 8258 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698027309864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12838] ppid=12827 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/12830/task/12838/stat : 12838 (java) S 12827 12830 8258 0 -1 4202560 71 0 0 0 6 3 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698026257064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12839] ppid=12827 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12830/task/12839/stat : 12839 (java) S 12827 12830 8258 0 -1 4202560 156 0 0 0 6 2 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698025204776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12840] ppid=12827 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/12830/task/12840/stat : 12840 (java) S 12827 12830 8258 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 30579746 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698024151976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12841] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12841/stat : 12841 (java) S 12827 12830 8258 0 -1 4202560 473 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698011953384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12842] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12842/stat : 12842 (java) S 12827 12830 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698010899448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12843] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12843/stat : 12843 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 168466 33554432000 1073741824 1073778376 140734915340832 139698009847048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12844] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=12830/tid=12836] ppid=12827 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/12830/task/12836/stat : 12836 (java) S 12827 12830 8258 0 -1 4202560 588 0 0 0 335 16 0 0 20 0 22 0 30579746 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698028362152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12837] ppid=12827 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/12830/task/12837/stat : 12837 (java) S 12827 12830 8258 0 -1 4202560 531 0 0 0 293 14 0 0 20 0 22 0 30579746 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698027309864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12838] ppid=12827 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/12830/task/12838/stat : 12838 (java) S 12827 12830 8258 0 -1 4202560 643 0 0 0 381 18 0 0 20 0 22 0 30579746 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698026257064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12839] ppid=12827 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/12830/task/12839/stat : 12839 (java) S 12827 12830 8258 0 -1 4202560 694 0 0 0 338 12 0 0 20 0 22 0 30579746 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698025204776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12840] ppid=12827 vsize=9824732 CPUtime=3.6 cores=1,3,5,7
/proc/12830/task/12840/stat : 12840 (java) S 12827 12830 8258 0 -1 4202560 572 0 0 0 343 17 0 0 20 0 22 0 30579746 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698024151976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12841] ppid=12827 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/12830/task/12841/stat : 12841 (java) S 12827 12830 8258 0 -1 4202560 2271 0 0 0 421 6 0 0 20 0 22 0 30579747 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698011953384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12842] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12842/stat : 12842 (java) S 12827 12830 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698010899448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12843] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12843/stat : 12843 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698009847048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12844] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12844/stat : 12844 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698008795536 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12845] ppid=12827 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/12830/task/12845/stat : 12845 (java) S 12827 12830 8258 0 -1 4202560 14118 0 0 0 297 3 0 0 20 0 22 0 30579749 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698007743160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12846] ppid=12827 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12830/task/12846/stat : 12846 (java) S 12827 12830 8258 0 -1 4202560 19776 0 0 0 257 5 0 0 20 0 22 0 30579749 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698006690360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12847] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12847/stat : 12847 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698005638264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12848] ppid=12827 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12830/task/12848/stat : 12848 (java) S 12827 12830 8258 0 -1 4202560 47 0 0 0 13 22 0 0 20 0 22 0 30579749 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698004585672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12849] ppid=12827 vsize=9824732 CPUtime=806.39 cores=1,3,5,7
/proc/12830/task/12849/stat : 12849 (java) R 12827 12830 8258 0 -1 4202560 97 0 0 0 80625 14 0 0 20 0 22 0 30579937 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698003528992 139698057754281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12850] ppid=12827 vsize=9824732 CPUtime=806.4 cores=1,3,5,7
/proc/12830/task/12850/stat : 12850 (java) R 12827 12830 8258 0 -1 4202560 1775 0 0 0 80594 46 0 0 20 0 22 0 30579937 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698002477456 139698057790275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12851] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12851/stat : 12851 (java) S 12827 12830 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698001425576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12852] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12852/stat : 12852 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 939563 33554432000 1073741824 1073778376 140734915340832 139698000372776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1657.26
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.14 4.20 4.17 5/219 13044
/proc/meminfo: memFree=24142832/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9824732 CPUtime=1777.97 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 47003 0 1 0 177602 195 0 0 20 0 22 0 30579744 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2456183 948262 2300 9 0 2446860 0
[pid=12830/tid=12831] ppid=12827 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) S 12827 12830 8258 0 -1 4202560 2490 0 1 0 182 5 0 0 20 0 22 0 30579745 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698188284792 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12833] ppid=12827 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/12830/task/12833/stat : 12833 (java) S 12827 12830 8258 0 -1 4202560 849 0 0 0 358 16 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698177345832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12834] ppid=12827 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/12830/task/12834/stat : 12834 (java) S 12827 12830 8258 0 -1 4202560 609 0 0 0 364 12 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698176293032 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12835] ppid=12827 vsize=9824732 CPUtime=3.69 cores=1,3,5,7
/proc/12830/task/12835/stat : 12835 (java) S 12827 12830 8258 0 -1 4202560 624 0 0 0 353 16 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698175240744 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12836] ppid=12827 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/12830/task/12836/stat : 12836 (java) S 12827 12830 8258 0 -1 4202560 598 0 0 0 361 17 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698028362152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12837] ppid=12827 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/12830/task/12837/stat : 12837 (java) S 12827 12830 8258 0 -1 4202560 532 0 0 0 303 14 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698027309864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12838] ppid=12827 vsize=9824732 CPUtime=4.16 cores=1,3,5,7
/proc/12830/task/12838/stat : 12838 (java) S 12827 12830 8258 0 -1 4202560 648 0 0 0 398 18 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698026257064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12839] ppid=12827 vsize=9824732 CPUtime=3.7 cores=1,3,5,7
/proc/12830/task/12839/stat : 12839 (java) S 12827 12830 8258 0 -1 4202560 702 0 0 0 358 12 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698025204776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12840] ppid=12827 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/12830/task/12840/stat : 12840 (java) S 12827 12830 8258 0 -1 4202560 580 0 0 0 366 17 0 0 20 0 22 0 30579746 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698024151976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12841] ppid=12827 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/12830/task/12841/stat : 12841 (java) S 12827 12830 8258 0 -1 4202560 2280 0 0 0 421 7 0 0 20 0 22 0 30579747 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698011953384 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12842] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12842/stat : 12842 (java) S 12827 12830 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698010899448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12843] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12843/stat : 12843 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698009847048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12844] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12844/stat : 12844 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698008795536 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12845] ppid=12827 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/12830/task/12845/stat : 12845 (java) S 12827 12830 8258 0 -1 4202560 14118 0 0 0 297 3 0 0 20 0 22 0 30579749 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698007743160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12846] ppid=12827 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12830/task/12846/stat : 12846 (java) S 12827 12830 8258 0 -1 4202560 19776 0 0 0 257 5 0 0 20 0 22 0 30579749 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698006690360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12847] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12847/stat : 12847 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698005638264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12848] ppid=12827 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/12830/task/12848/stat : 12848 (java) S 12827 12830 8258 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 30579749 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698004585672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12849] ppid=12827 vsize=9824732 CPUtime=865.8 cores=1,3,5,7
/proc/12830/task/12849/stat : 12849 (java) R 12827 12830 8258 0 -1 4202560 98 0 0 0 86565 15 0 0 20 0 22 0 30579937 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698003528160 139698056467212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12850] ppid=12827 vsize=9824732 CPUtime=865.81 cores=1,3,5,7
/proc/12830/task/12850/stat : 12850 (java) R 12827 12830 8258 0 -1 4202560 1781 0 0 0 86534 47 0 0 20 0 22 0 30579937 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698002476320 139698057692379 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12851] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12851/stat : 12851 (java) S 12827 12830 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698001425576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12852] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12852/stat : 12852 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 948262 33554432000 1073741824 1073778376 140734915340832 139698000372776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1777.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.224 s]
/proc/loadavg: 4.19 4.21 4.17 11/218 13047
/proc/meminfo: memFree=23635624/32872528 swapFree=1200228/1314692
[pid=12830] ppid=12827 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/12830/stat : 12830 (java) S 12827 12830 8258 0 -1 4202496 47024 0 1 0 179806 196 0 0 20 0 22 0 30579744 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 140734915331968 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12830/statm: 2456183 952360 2300 9 0 2446860 0
[pid=12830/tid=12831] ppid=12827 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/12830/task/12831/stat : 12831 (java) S 12827 12830 8258 0 -1 4202560 2490 0 1 0 182 5 0 0 20 0 22 0 30579745 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698188284792 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12833] ppid=12827 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/12830/task/12833/stat : 12833 (java) R 12827 12830 8258 0 -1 4202560 851 0 0 0 366 17 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698177345832 252263042183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12834] ppid=12827 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/12830/task/12834/stat : 12834 (java) R 12827 12830 8258 0 -1 4202560 611 0 0 0 369 12 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698176293160 252263042183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12835] ppid=12827 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/12830/task/12835/stat : 12835 (java) R 12827 12830 8258 0 -1 4202560 626 0 0 0 357 16 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698175240920 139698194792883 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12836] ppid=12827 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/12830/task/12836/stat : 12836 (java) R 12827 12830 8258 0 -1 4202560 602 0 0 0 367 17 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698028362328 139698192459951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12837] ppid=12827 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/12830/task/12837/stat : 12837 (java) R 12827 12830 8258 0 -1 4202560 535 0 0 0 313 14 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698027310040 139698192459951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12838] ppid=12827 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/12830/task/12838/stat : 12838 (java) R 12827 12830 8258 0 -1 4202560 649 0 0 0 403 18 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698026257192 252263042183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12839] ppid=12827 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/12830/task/12839/stat : 12839 (java) R 12827 12830 8258 0 -1 4202560 703 0 0 0 363 12 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698025204904 252263042183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12840] ppid=12827 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/12830/task/12840/stat : 12840 (java) R 12827 12830 8258 0 -1 4202560 583 0 0 0 372 18 0 0 20 0 22 0 30579746 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698024152152 139698196329634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12841] ppid=12827 vsize=9824732 CPUtime=4.28 cores=1,3,5,7
/proc/12830/task/12841/stat : 12841 (java) S 12827 12830 8258 0 -1 4202560 2282 0 0 0 421 7 0 0 20 0 22 0 30579747 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698011952264 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12842] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12842/stat : 12842 (java) S 12827 12830 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698010899448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12843] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12843/stat : 12843 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579747 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698009847048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12844] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12844/stat : 12844 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698008795536 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12845] ppid=12827 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/12830/task/12845/stat : 12845 (java) S 12827 12830 8258 0 -1 4202560 14118 0 0 0 297 3 0 0 20 0 22 0 30579749 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698007743160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12846] ppid=12827 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12830/task/12846/stat : 12846 (java) S 12827 12830 8258 0 -1 4202560 19776 0 0 0 257 5 0 0 20 0 22 0 30579749 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698006690360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12847] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12847/stat : 12847 (java) S 12827 12830 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30579749 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698005638264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12848] ppid=12827 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/12830/task/12848/stat : 12848 (java) S 12827 12830 8258 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 30579749 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698004585672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12830/tid=12849] ppid=12827 vsize=9824732 CPUtime=876.55 cores=1,3,5,7
/proc/12830/task/12849/stat : 12849 (java) S 12827 12830 8258 0 -1 4202560 99 0 0 0 87640 15 0 0 20 0 22 0 30579937 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698003527864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12830/tid=12850] ppid=12827 vsize=9824732 CPUtime=876.56 cores=1,3,5,7
/proc/12830/task/12850/stat : 12850 (java) S 12827 12830 8258 0 -1 4202560 1781 0 0 0 87609 47 0 0 20 0 22 0 30579937 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698002476200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12830/tid=12851] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12851/stat : 12851 (java) S 12827 12830 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698001425576 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12830/tid=12852] ppid=12827 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12830/task/12852/stat : 12852 (java) S 12827 12830 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30579943 10060525568 952360 33554432000 1073741824 1073778376 140734915340832 139698000372776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 12830 sig 9
??? kill -12830 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 12830 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=588333
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=461625
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.309
CPU time (s): 1800.02
CPU user time (s): 1798.06
CPU system time (s): 1.96
CPU usage (%): 201.5
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.59
system time used= 2.46162
maximum resident set size= 3809540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47059
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24029
involuntary context switches= 26905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05208 second user time and 7.2139 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 23:28:52
IDJOB=4107951
IDBENCH=74310
IDSOLVER=2543
FILE ID=node131/4107951-1466285332
RUNJOBID= node131-1466276277-8275
PBS_JOBID= 19918257
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12058_4-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107951-1466285332/watcher-4107951-1466285332 -o /tmp/evaluation-result-4107951-1466285332/solver-4107951-1466285332 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107951-1466285332.opb

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

MD5SUM BENCH= da4c22aa3836e09c7cdc382a7b6da5de
RANDOM SEED=1491271860

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.752
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.752
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.56
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.752
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.57
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.752
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:        27453284 kB
Buffers:          165168 kB
Cached:           235556 kB
SwapCached:         1460 kB
Active:          3073512 kB
Inactive:         282376 kB
Active(anon):    2954472 kB
Inactive(anon):     2920 kB
Active(file):     119040 kB
Inactive(file):   279456 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              4716 kB
Writeback:             0 kB
AnonPages:       4365464 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             605772 kB
SReclaimable:      49520 kB
SUnreclaim:       556252 kB
KernelStack:        1808 kB
PageTables:        13012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4581688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3096576 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= 71692 MiB
End job on node131 at 2016-06-18 23:43:46