Trace number 4089562

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.03 896.296

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x19-hard.opb
MD5SUM1c0791853ffa83d02330778223567986
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 benchmark0.210967
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables190
Total number of constraints381
Number of constraints which are clauses380
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint190
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 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 289
Number of bits of the biggest sum of numbers9
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-4089562-1466014608.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     190
0.11/0.16	c #constraints  381
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 380
0.11/0.16	c 381 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 380
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.16	c 381 constraints processed.
2.29/0.72	c cleaning 2500 clauses out of 5000 with flag 10692/5000
3.49/1.03	c cleaning 4250 clauses out of 8500 with flag 23502/11000
4.41/1.37	c cleaning 5625 clauses out of 11250 with flag 38444/18000
5.34/1.79	c cleaning 6813 clauses out of 13626 with flag 55577/26001
6.40/2.26	c cleaning 7906 clauses out of 15812 with flag 74814/35000
7.40/2.79	c cleaning 8954 clauses out of 17908 with flag 96175/45002
8.86/3.46	c cleaning 9977 clauses out of 19953 with flag 119661/56001
10.27/4.17	c cleaning 10988 clauses out of 21976 with flag 145343/68001
12.12/5.03	c cleaning 11991 clauses out of 23988 with flag 173040/81001
14.20/6.05	c cleaning 12996 clauses out of 25996 with flag 202978/95000
16.43/7.14	c cleaning 14000 clauses out of 28000 with flag 235061/110000
18.91/8.39	c cleaning 14999 clauses out of 30002 with flag 269226/126002
21.71/9.70	c cleaning 16000 clauses out of 32002 with flag 305609/143001
24.78/11.21	c cleaning 17001 clauses out of 34002 with flag 344050/161001
27.97/12.85	c cleaning 17999 clauses out of 36000 with flag 384617/180000
31.57/14.67	c cleaning 19001 clauses out of 38001 with flag 427428/200000
35.84/16.74	c cleaning 19998 clauses out of 40002 with flag 472338/221002
40.24/18.99	c cleaning 20999 clauses out of 42004 with flag 519302/243002
45.11/21.40	c cleaning 22001 clauses out of 44003 with flag 568333/266000
50.11/23.85	c cleaning 23002 clauses out of 46004 with flag 619352/290002
55.52/26.55	c cleaning 23999 clauses out of 48001 with flag 672679/315001
56.50/27.02	c cleaning 0 clauses out of 5000 with flag 0/5000
62.01/29.59	c cleaning 25000 clauses out of 50001 with flag 728028/341000
68.26/32.61	c cleaning 26000 clauses out of 52001 with flag 785761/368000
74.85/35.92	c cleaning 26995 clauses out of 54001 with flag 845318/396000
82.33/39.61	c cleaning 28000 clauses out of 56007 with flag 907034/425001
89.91/43.41	c cleaning 29003 clauses out of 58006 with flag 970971/455000
98.19/47.54	c cleaning 29996 clauses out of 60003 with flag 1036659/486000
106.99/51.97	c cleaning 31002 clauses out of 62008 with flag 1104636/518001
116.07/56.43	c cleaning 31996 clauses out of 64005 with flag 1174854/551000
125.49/61.15	c cleaning 33003 clauses out of 66010 with flag 1247465/585001
135.13/65.96	c cleaning 34001 clauses out of 68006 with flag 1322329/620000
146.13/71.40	c cleaning 35002 clauses out of 70005 with flag 1399228/656000
156.77/76.75	c cleaning 36001 clauses out of 72003 with flag 1478223/693000
168.17/82.40	c cleaning 36995 clauses out of 74002 with flag 1559331/731000
180.42/88.52	c cleaning 37999 clauses out of 76008 with flag 1642688/770001
194.27/95.43	c cleaning 39001 clauses out of 78008 with flag 1727695/810000
207.71/102.13	c cleaning 40001 clauses out of 80007 with flag 1815215/851000
221.57/109.02	c cleaning 41002 clauses out of 82009 with flag 1904429/893003
235.61/116.07	c cleaning 42001 clauses out of 84005 with flag 1996183/936001
251.85/124.15	c cleaning 42993 clauses out of 86003 with flag 2090294/980000
268.55/132.41	c cleaning 44005 clauses out of 88010 with flag 2186318/1025000
286.98/141.65	c cleaning 45001 clauses out of 90006 with flag 2284004/1071001
302.41/149.30	c cleaning 46000 clauses out of 92005 with flag 2384401/1118001
317.88/157.02	c cleaning 46998 clauses out of 94004 with flag 2486747/1166000
339.58/167.83	c cleaning 47999 clauses out of 96007 with flag 2591381/1215001
361.58/178.96	c cleaning 49002 clauses out of 98009 with flag 2697939/1265002
383.82/190.00	c cleaning 50001 clauses out of 100005 with flag 2806714/1316000
405.11/200.64	c cleaning 51000 clauses out of 102004 with flag 2917773/1368000
427.42/211.74	c cleaning 51999 clauses out of 104004 with flag 3030901/1421000
438.88/217.45	c cleaning 0 clauses out of 11000 with flag 0/11000
451.93/223.94	c cleaning 53004 clauses out of 106007 with flag 3145233/1475002
475.88/235.84	c cleaning 54001 clauses out of 108001 with flag 3261702/1530000
500.80/248.22	c cleaning 55000 clauses out of 110003 with flag 3380365/1586003
523.49/259.77	c cleaning 55997 clauses out of 112001 with flag 3501799/1643001
549.21/272.53	c cleaning 56999 clauses out of 114005 with flag 3625736/1701002
577.35/286.59	c cleaning 58001 clauses out of 116005 with flag 3751657/1760001
604.03/299.88	c cleaning 58997 clauses out of 118005 with flag 3879550/1820002
636.16/315.84	c cleaning 59996 clauses out of 120006 with flag 4009341/1881000
667.53/331.64	c cleaning 61001 clauses out of 122010 with flag 4141596/1943000
699.88/347.73	c cleaning 62000 clauses out of 124009 with flag 4275674/2006000
733.85/364.68	c cleaning 62995 clauses out of 126009 with flag 4411294/2070000
769.79/382.55	c cleaning 64004 clauses out of 128014 with flag 4549882/2135000
804.97/400.08	c cleaning 65006 clauses out of 130012 with flag 4690529/2201002
846.14/420.50	c cleaning 65998 clauses out of 132004 with flag 4833375/2268000
890.99/443.13	c cleaning 66998 clauses out of 134006 with flag 4978252/2336000
934.75/464.99	c cleaning 68001 clauses out of 136010 with flag 5125232/2405002
977.51/486.28	c cleaning 69001 clauses out of 138007 with flag 5274238/2475000
1021.45/508.18	c cleaning 70000 clauses out of 140007 with flag 5425114/2546001
1067.05/530.87	c cleaning 71001 clauses out of 142007 with flag 5578492/2618001
1111.86/553.10	c cleaning 72002 clauses out of 144007 with flag 5734254/2691002
1160.49/577.35	c cleaning 72997 clauses out of 146003 with flag 5891633/2765000
1211.12/602.52	c cleaning 74004 clauses out of 148007 with flag 6051531/2840001
1259.33/626.78	c cleaning 74997 clauses out of 150002 with flag 6212703/2916000
1304.98/649.44	c cleaning 75995 clauses out of 152006 with flag 6375390/2993001
1357.48/675.58	c cleaning 77004 clauses out of 154012 with flag 6540434/3071002
1406.71/700.04	c cleaning 78002 clauses out of 156007 with flag 6707410/3150001
1455.89/724.56	c cleaning 79003 clauses out of 158006 with flag 6877029/3230002
1511.92/752.48	c cleaning 79999 clauses out of 160001 with flag 7048834/3311000
1564.89/779.03	c cleaning 80999 clauses out of 162005 with flag 7223474/3393003
1622.35/807.64	c cleaning 81997 clauses out of 164003 with flag 7400538/3476000
1684.44/838.53	c cleaning 83003 clauses out of 166006 with flag 7579562/3560000
1736.31/864.41	c cleaning 83997 clauses out of 168004 with flag 7760458/3645001
1787.23/889.80	c cleaning 84996 clauses out of 170007 with flag 7943175/3731001
1789.85/891.11	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.03/896.24	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.24	c starts		: 1
1800.03/896.24	c conflicts		: 3762969
1800.03/896.24	c decisions		: 3971760
1800.03/896.24	c propagations		: 19140208
1800.03/896.24	c inspects		: 12549618982
1800.03/896.24	c shortcuts		: 0
1800.03/896.24	c learnt literals	: 0
1800.03/896.24	c learnt binary clauses	: 0
1800.03/896.24	c learnt ternary clauses	: 0
1800.03/896.24	c learnt constraints	: 3762969
1800.03/896.24	c ignored constraints	: 0
1800.03/896.24	c root simplifications	: 0
1800.03/896.24	c removed literals (reason simplification)	: 76737138
1800.03/896.24	c reason swapping (by a shorter reason)	: 0
1800.03/896.24	c Calls to reduceDB	: 82
1800.03/896.24	c Number of update (reduction) of LBD	: 68067
1800.03/896.24	c Imported unit clauses	: 0
1800.03/896.24	c number of reductions to clauses (during analyze)	: 0
1800.03/896.24	c number of learned constraints concerned by reduction	: 0
1800.03/896.24	c number of learning phase by resolution	: 0
1800.03/896.24	c number of learning phase by cutting planes	: 0
1800.03/896.24	c speed (assignments/second)	: 21360.00366039972
1800.03/896.24	c non guided choices	89
1800.03/896.27	c learnt constraints type 
1800.03/896.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116979
1800.03/896.27	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.27	c starts		: 44
1800.03/896.27	c conflicts		: 18017
1800.03/896.27	c decisions		: 27772
1800.03/896.27	c propagations		: 294336
1800.03/896.27	c inspects		: 733193007
1800.03/896.27	c shortcuts		: 0
1800.03/896.27	c learnt literals	: 0
1800.03/896.27	c learnt binary clauses	: 0
1800.03/896.27	c learnt ternary clauses	: 0
1800.03/896.27	c learnt constraints	: 18016
1800.03/896.27	c ignored constraints	: 0
1800.03/896.27	c root simplifications	: 0
1800.03/896.27	c removed literals (reason simplification)	: 0
1800.03/896.27	c reason swapping (by a shorter reason)	: 0
1800.03/896.27	c Calls to reduceDB	: 3
1800.03/896.27	c Number of update (reduction) of LBD	: 0
1800.03/896.27	c Imported unit clauses	: 0
1800.03/896.27	c number of reductions to clauses (during analyze)	: 0
1800.03/896.27	c number of learned constraints concerned by reduction	: 0
1800.03/896.27	c number of learning phase by resolution	: 0
1800.03/896.27	c number of learning phase by cutting planes	: 0
1800.03/896.27	c speed (assignments/second)	: 328.461874960942
1800.03/896.27	c non guided choices	89
1800.03/896.28	c learnt constraints type 
1800.03/896.28	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.03/896.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 161
1800.03/896.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17854
1800.03/896.28	s UNKNOWN
1800.03/896.28	c Total wall clock time (in seconds): 896.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-4089562-1466014608/watcher-4089562-1466014608 -o /tmp/evaluation-result-4089562-1466014608/solver-4089562-1466014608 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089562-1466014608.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.42 4.26 4.18 4/197 12550
/proc/meminfo: memFree=29015144/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3509997 98570240 977 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 24065 977 743 9 0 16771 0
[pid=12550/tid=12551] ppid=12547 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) R 12547 12550 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3509998 98570240 978 33554432000 1073741824 1073778376 140733775752192 140048137653800 219513963904 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 4.42 4.26 4.18 4/197 12550
/proc/meminfo: memFree=29015144/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 4469 0 1 0 10 1 0 0 20 0 18 0 3509997 9787879424 6096 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2389619 6096 2156 9 0 2380296 0
[pid=12550/tid=12551] ppid=12547 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) R 12547 12550 5545 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 3509998 9787879424 6096 33554432000 1073741824 1073778376 140733775752192 140048137657720 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 4.42 4.26 4.18 4/197 12550
/proc/meminfo: memFree=29015144/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 5306 0 1 0 28 2 0 0 20 0 22 0 3509997 10060525568 8334 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 8334 2232 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 22 0 3509998 10060525568 8334 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300261 s]
/proc/loadavg: 4.42 4.26 4.18 4/197 12550
/proc/meminfo: memFree=29015144/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 7294 0 1 0 67 2 0 0 20 0 22 0 3509997 10060525568 10135 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 10135 2243 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 22 0 3509998 10060525568 10135 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700224 s]
/proc/loadavg: 4.42 4.26 4.18 4/197 12550
/proc/meminfo: memFree=29015144/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 17424 0 1 0 224 5 0 0 20 0 22 0 3509997 10060525568 21281 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 21281 2261 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 22 0 3509998 10060525568 21282 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.42 4.26 4.18 7/219 12572
/proc/meminfo: memFree=28823992/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 24892 0 1 0 475 10 0 0 20 0 22 0 3509997 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 53090 2284 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12553] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12553/stat : 12553 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048099150120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12554] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12554/stat : 12554 (java) S 12547 12550 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048098097320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12555] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12555/stat : 12555 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048097045032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12556] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12556/stat : 12556 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048095992232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12557] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12557/stat : 12557 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048094939944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12558] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12558/stat : 12558 (java) S 12547 12550 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048093887144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12559] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12559/stat : 12559 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048092834856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12560] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12560/stat : 12560 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3509998 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140048091782056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12561] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12561/stat : 12561 (java) S 12547 12550 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047961549032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12562] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12562/stat : 12562 (java) S 12547 12550 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047960495096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12563] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12563/stat : 12563 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047959442696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12564] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12564/stat : 12564 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047958391184 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12565] ppid=12547 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/12550/task/12565/stat : 12565 (java) R 12547 12550 5545 0 -1 4202560 11114 0 0 0 96 2 0 0 20 0 22 0 3510002 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047957338808 140048144458843 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12566] ppid=12547 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/12550/task/12566/stat : 12566 (java) R 12547 12550 5545 0 -1 4202560 9853 0 0 0 99 2 0 0 20 0 22 0 3510002 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047956286008 140048141754870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12567] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12567/stat : 12567 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047955233912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12568] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12568/stat : 12568 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047954181320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12569] ppid=12547 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/12550/task/12569/stat : 12569 (java) R 12547 12550 5545 0 -1 4202560 28 0 0 0 128 0 0 0 20 0 22 0 3510014 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047953116944 140047962066166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12570] ppid=12547 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/12550/task/12570/stat : 12570 (java) R 12547 12550 5545 0 -1 4202560 94 0 0 0 127 2 0 0 20 0 22 0 3510014 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047952071704 140047962256330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12571] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12571/stat : 12571 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047951021224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12572] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12572/stat : 12572 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 53090 33554432000 1073741824 1073778376 140733775752192 140047949968424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.38 4.25 4.18 5/219 12572
/proc/meminfo: memFree=28779848/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=8.24 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 25318 0 1 0 807 17 0 0 20 0 22 0 3509997 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 90755 2284 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12553] ppid=12547 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12550/task/12553/stat : 12553 (java) S 12547 12550 5545 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048099150120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12554] ppid=12547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12550/task/12554/stat : 12554 (java) S 12547 12550 5545 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048098097320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12555] ppid=12547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12550/task/12555/stat : 12555 (java) S 12547 12550 5545 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048097045032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12556] ppid=12547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12550/task/12556/stat : 12556 (java) S 12547 12550 5545 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048095992232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12557] ppid=12547 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12550/task/12557/stat : 12557 (java) S 12547 12550 5545 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048094939944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12558] ppid=12547 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12550/task/12558/stat : 12558 (java) S 12547 12550 5545 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048093887144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12559] ppid=12547 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12550/task/12559/stat : 12559 (java) S 12547 12550 5545 0 -1 4202560 51 0 0 0 1 0 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048092834856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12560] ppid=12547 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12550/task/12560/stat : 12560 (java) S 12547 12550 5545 0 -1 4202560 70 0 0 0 2 2 0 0 20 0 22 0 3509998 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140048091782056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12561] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12561/stat : 12561 (java) S 12547 12550 5545 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047961549032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12562] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12562/stat : 12562 (java) S 12547 12550 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047960495096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12563] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12563/stat : 12563 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047959442696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12564] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12564/stat : 12564 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047958391184 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12565] ppid=12547 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/12550/task/12565/stat : 12565 (java) S 12547 12550 5545 0 -1 4202560 11114 0 0 0 104 2 0 0 20 0 22 0 3510002 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047957338808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12566] ppid=12547 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/12550/task/12566/stat : 12566 (java) S 12547 12550 5545 0 -1 4202560 9853 0 0 0 102 2 0 0 20 0 22 0 3510002 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047956286008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12567] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12567/stat : 12567 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047955233912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12568] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12568/stat : 12568 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047954181320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12569] ppid=12547 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/12550/task/12569/stat : 12569 (java) R 12547 12550 5545 0 -1 4202560 30 0 0 0 281 0 0 0 20 0 22 0 3510014 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047953123960 140047962032517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12570] ppid=12547 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/12550/task/12570/stat : 12570 (java) R 12547 12550 5545 0 -1 4202560 147 0 0 0 278 4 0 0 20 0 22 0 3510014 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047952071712 140047962267702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12571] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12571/stat : 12571 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047951021224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12572] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12572/stat : 12572 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 90755 33554432000 1073741824 1073778376 140733775752192 140047949968424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.38 4.25 4.18 5/219 12572
/proc/meminfo: memFree=28399260/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=14.81 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 25973 0 1 0 1455 26 0 0 20 0 22 0 3509997 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 158365 2284 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2407 0 1 0 14 0 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12553] ppid=12547 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12550/task/12553/stat : 12553 (java) S 12547 12550 5545 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048099150120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12554] ppid=12547 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12550/task/12554/stat : 12554 (java) S 12547 12550 5545 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048098097320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12555] ppid=12547 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12550/task/12555/stat : 12555 (java) S 12547 12550 5545 0 -1 4202560 96 0 0 0 2 2 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048097045032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12556] ppid=12547 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12550/task/12556/stat : 12556 (java) S 12547 12550 5545 0 -1 4202560 64 0 0 0 3 1 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048095992232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12557] ppid=12547 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12550/task/12557/stat : 12557 (java) S 12547 12550 5545 0 -1 4202560 54 0 0 0 2 2 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048094939944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12558] ppid=12547 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12550/task/12558/stat : 12558 (java) S 12547 12550 5545 0 -1 4202560 115 0 0 0 4 3 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048093887144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12559] ppid=12547 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12550/task/12559/stat : 12559 (java) S 12547 12550 5545 0 -1 4202560 102 0 0 0 2 1 0 0 20 0 22 0 3509998 10060525568 158365 33554432000 1073741824 1073778376 140733775752192 140048092834856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12560] ppid=12547 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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

/proc/12550/task/12555/stat : 12555 (java) S 12547 12550 5545 0 -1 4202560 584 0 0 0 204 14 0 0 20 0 22 0 3509998 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140048097045032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12556] ppid=12547 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/12550/task/12556/stat : 12556 (java) S 12547 12550 5545 0 -1 4202560 796 0 0 0 195 12 0 0 20 0 22 0 3509998 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140048095992232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12557] ppid=12547 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/12550/task/12557/stat : 12557 (java) S 12547 12550 5545 0 -1 4202560 486 0 0 0 212 11 0 0 20 0 22 0 3509998 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140048094939944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12558] ppid=12547 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/12550/task/12558/stat : 12558 (java) S 12547 12550 5545 0 -1 4202560 600 0 0 0 203 12 0 0 20 0 22 0 3509998 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140048093887144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12559] ppid=12547 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/12550/task/12559/stat : 12559 (java) S 12547 12550 5545 0 -1 4202560 919 0 0 0 186 13 0 0 20 0 22 0 3509998 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140048092834856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12560] ppid=12547 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/12550/task/12560/stat : 12560 (java) S 12547 12550 5545 0 -1 4202560 638 0 0 0 209 12 0 0 20 0 22 0 3509998 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140048091782056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12561] ppid=12547 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/12550/task/12561/stat : 12561 (java) S 12547 12550 5545 0 -1 4202560 1839 0 0 0 258 20 0 0 20 0 22 0 3510000 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047961549032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12562] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12562/stat : 12562 (java) S 12547 12550 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047960495096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12563] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12563/stat : 12563 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047959442696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12564] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12564/stat : 12564 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047958391184 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12565] ppid=12547 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/12550/task/12565/stat : 12565 (java) S 12547 12550 5545 0 -1 4202560 11148 0 0 0 165 3 0 0 20 0 22 0 3510002 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047957338808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12566] ppid=12547 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/12550/task/12566/stat : 12566 (java) S 12547 12550 5545 0 -1 4202560 9854 0 0 0 108 2 0 0 20 0 22 0 3510002 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047956286008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12567] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12567/stat : 12567 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047955233912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12568] ppid=12547 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/12550/task/12568/stat : 12568 (java) S 12547 12550 5545 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 3510002 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047954181320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12569] ppid=12547 vsize=9824732 CPUtime=812.25 cores=0,2,4,6
/proc/12550/task/12569/stat : 12569 (java) R 12547 12550 5545 0 -1 4202560 173 0 0 0 81211 14 0 0 20 0 22 0 3510014 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047953123840 140047962108679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12570] ppid=12547 vsize=9824732 CPUtime=812.23 cores=0,2,4,6
/proc/12550/task/12570/stat : 12570 (java) R 12547 12550 5545 0 -1 4202560 2681 0 0 0 81172 51 0 0 20 0 22 0 3510014 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047952071712 140047962268650 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12571] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12571/stat : 12571 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047951021224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12572] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12572/stat : 12572 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 570224 33554432000 1073741824 1073778376 140733775752192 140047949968424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1651.9
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.24 4.16 4.14 5/219 13138
/proc/meminfo: memFree=25644988/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=1772.19 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 34908 0 1 0 177036 183 0 0 20 0 22 0 3509997 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 564652 2293 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2415 0 1 0 16 3 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12553] ppid=12547 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/12550/task/12553/stat : 12553 (java) S 12547 12550 5545 0 -1 4202560 569 0 0 0 221 12 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048099150120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12554] ppid=12547 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/12550/task/12554/stat : 12554 (java) S 12547 12550 5545 0 -1 4202560 803 0 0 0 223 13 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048098097320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12555] ppid=12547 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/12550/task/12555/stat : 12555 (java) S 12547 12550 5545 0 -1 4202560 587 0 0 0 212 14 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048097045032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12556] ppid=12547 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/12550/task/12556/stat : 12556 (java) S 12547 12550 5545 0 -1 4202560 796 0 0 0 203 12 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048095992232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12557] ppid=12547 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/12550/task/12557/stat : 12557 (java) S 12547 12550 5545 0 -1 4202560 486 0 0 0 220 11 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048094939944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12558] ppid=12547 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/12550/task/12558/stat : 12558 (java) S 12547 12550 5545 0 -1 4202560 600 0 0 0 215 12 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048093887144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12559] ppid=12547 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/12550/task/12559/stat : 12559 (java) S 12547 12550 5545 0 -1 4202560 920 0 0 0 192 13 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048092834856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12560] ppid=12547 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/12550/task/12560/stat : 12560 (java) S 12547 12550 5545 0 -1 4202560 638 0 0 0 217 12 0 0 20 0 22 0 3509998 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140048091782056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12561] ppid=12547 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/12550/task/12561/stat : 12561 (java) S 12547 12550 5545 0 -1 4202560 1916 0 0 0 258 20 0 0 20 0 22 0 3510000 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047961549032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12562] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12562/stat : 12562 (java) S 12547 12550 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047960495096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12563] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12563/stat : 12563 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047959442696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12564] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12564/stat : 12564 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047958391184 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12565] ppid=12547 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/12550/task/12565/stat : 12565 (java) S 12547 12550 5545 0 -1 4202560 11148 0 0 0 165 3 0 0 20 0 22 0 3510002 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047957338808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12566] ppid=12547 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/12550/task/12566/stat : 12566 (java) S 12547 12550 5545 0 -1 4202560 9854 0 0 0 108 2 0 0 20 0 22 0 3510002 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047956286008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12567] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12567/stat : 12567 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047955233912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12568] ppid=12547 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/12550/task/12568/stat : 12568 (java) S 12547 12550 5545 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 3510002 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047954181320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12569] ppid=12547 vsize=9824732 CPUtime=871.89 cores=0,2,4,6
/proc/12550/task/12569/stat : 12569 (java) R 12547 12550 5545 0 -1 4202560 177 0 0 0 87174 15 0 0 20 0 22 0 3510014 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047953124640 140047962108679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12570] ppid=12547 vsize=9824732 CPUtime=871.89 cores=0,2,4,6
/proc/12550/task/12570/stat : 12570 (java) R 12547 12550 5545 0 -1 4202560 2683 0 0 0 87137 52 0 0 20 0 22 0 3510014 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047952070576 140047962854631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12571] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12571/stat : 12571 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047951021224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12572] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12572/stat : 12572 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 564652 33554432000 1073741824 1073778376 140733775752192 140047949968424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1772.19
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.27 4.16 4.14 5/219 13138
/proc/meminfo: memFree=25634764/32872528 swapFree=1073728/1155488
[pid=12550] ppid=12547 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/12550/stat : 12550 (java) S 12547 12550 5545 0 -1 4202496 34989 0 1 0 179818 185 0 0 20 0 22 0 3509997 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140733775743328 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12550/statm: 2456183 567271 2293 9 0 2446860 0
[pid=12550/tid=12551] ppid=12547 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/12550/task/12551/stat : 12551 (java) S 12547 12550 5545 0 -1 4202560 2415 0 1 0 16 3 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048137659256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12553] ppid=12547 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/12550/task/12553/stat : 12553 (java) S 12547 12550 5545 0 -1 4202560 576 0 0 0 223 12 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048099150120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12554] ppid=12547 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/12550/task/12554/stat : 12554 (java) S 12547 12550 5545 0 -1 4202560 803 0 0 0 224 13 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048098097320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12555] ppid=12547 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/12550/task/12555/stat : 12555 (java) S 12547 12550 5545 0 -1 4202560 592 0 0 0 213 14 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048097045032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12556] ppid=12547 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/12550/task/12556/stat : 12556 (java) S 12547 12550 5545 0 -1 4202560 799 0 0 0 205 12 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048095992232 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12557] ppid=12547 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/12550/task/12557/stat : 12557 (java) S 12547 12550 5545 0 -1 4202560 486 0 0 0 222 11 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048094939944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12558] ppid=12547 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/12550/task/12558/stat : 12558 (java) S 12547 12550 5545 0 -1 4202560 646 0 0 0 216 12 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048093887144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12559] ppid=12547 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/12550/task/12559/stat : 12559 (java) S 12547 12550 5545 0 -1 4202560 931 0 0 0 194 13 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048092834856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12560] ppid=12547 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/12550/task/12560/stat : 12560 (java) S 12547 12550 5545 0 -1 4202560 643 0 0 0 219 13 0 0 20 0 22 0 3509998 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140048091782056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12550/tid=12561] ppid=12547 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/12550/task/12561/stat : 12561 (java) S 12547 12550 5545 0 -1 4202560 1916 0 0 0 258 21 0 0 20 0 22 0 3510000 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047961549032 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12562] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12562/stat : 12562 (java) S 12547 12550 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047960495096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12563] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12563/stat : 12563 (java) S 12547 12550 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3510000 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047959442696 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12564] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12564/stat : 12564 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047958391184 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12565] ppid=12547 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/12550/task/12565/stat : 12565 (java) S 12547 12550 5545 0 -1 4202560 11148 0 0 0 165 3 0 0 20 0 22 0 3510002 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047957338808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12566] ppid=12547 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/12550/task/12566/stat : 12566 (java) S 12547 12550 5545 0 -1 4202560 9854 0 0 0 108 2 0 0 20 0 22 0 3510002 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047956286008 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12567] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12567/stat : 12567 (java) S 12547 12550 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3510002 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047955233912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12550/tid=12568] ppid=12547 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/12550/task/12568/stat : 12568 (java) S 12547 12550 5545 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 3510002 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047954181320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12569] ppid=12547 vsize=9824732 CPUtime=885.7 cores=0,2,4,6
/proc/12550/task/12569/stat : 12569 (java) R 12547 12550 5545 0 -1 4202560 178 0 0 0 88555 15 0 0 20 0 22 0 3510014 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047953124040 140047962108642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12570] ppid=12547 vsize=9824732 CPUtime=885.7 cores=0,2,4,6
/proc/12550/task/12570/stat : 12570 (java) R 12547 12550 5545 0 -1 4202560 2684 0 0 0 88518 52 0 0 20 0 22 0 3510014 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047952070912 140047962334984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12550/tid=12571] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12571/stat : 12571 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047951021224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12550/tid=12572] ppid=12547 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12550/task/12572/stat : 12572 (java) S 12547 12550 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3510014 10060525568 567271 33554432000 1073741824 1073778376 140733775752192 140047949968424 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 12550 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 12550 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=908284
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=302649
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.296
CPU time (s): 1800.03
CPU user time (s): 1798.18
CPU system time (s): 1.85
CPU usage (%): 200.83
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 2.30265
maximum resident set size= 2953036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35062
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27771
involuntary context switches= 43546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20206 second user time and 6.78597 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 20:16:48
IDJOB=4089562
IDBENCH=107424
IDSOLVER=2543
FILE ID=node114/4089562-1466014608
RUNJOBID= node114-1466008022-5561
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/vertexcover-instances/normalized-vertexcover-grid10x19-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089562-1466014608/watcher-4089562-1466014608 -o /tmp/evaluation-result-4089562-1466014608/solver-4089562-1466014608 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089562-1466014608.opb

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

MD5SUM BENCH= 1c0791853ffa83d02330778223567986
RANDOM SEED=1311287981

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:        29016052 kB
Buffers:           14300 kB
Cached:            42908 kB
SwapCached:        33296 kB
Active:          1931676 kB
Inactive:          65316 kB
Active(anon):    1909104 kB
Inactive(anon):    33292 kB
Active(file):      22572 kB
Inactive(file):    32024 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       3063108 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             566368 kB
SReclaimable:       9728 kB
SUnreclaim:       556640 kB
KernelStack:        1640 kB
PageTables:        10916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3208708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1927168 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 20:31:44