Trace number 4080627

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.95 895.46

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080627-1465259411.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.22/0.26	c ... done. Wall clock time 0.142s.
0.22/0.26	c declared #vars     100
0.22/0.26	c internal #vars     718
0.22/0.26	c #constraints  1389
0.22/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.26	c constraints type 
0.22/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 618
0.22/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.22/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.22/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
0.22/0.26	c 1389 constraints processed.
0.22/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.26	c constraints type 
0.22/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.22/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 618
0.22/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.22/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 618
0.22/0.26	c 1389 constraints processed.
2.86/0.94	c cleaning 2498 clauses out of 5003 with flag 12881/5003
4.08/1.25	c cleaning 4249 clauses out of 8503 with flag 28102/11001
5.44/1.63	c cleaning 5621 clauses out of 11253 with flag 45839/18000
6.25/2.06	c cleaning 6810 clauses out of 13632 with flag 65814/26000
7.31/2.56	c cleaning 7911 clauses out of 15825 with flag 87992/35003
8.79/3.22	c cleaning 8949 clauses out of 17912 with flag 113610/45001
10.19/3.92	c cleaning 9977 clauses out of 19964 with flag 141662/56002
12.05/4.82	c cleaning 10986 clauses out of 21986 with flag 171721/68001
14.09/5.88	c cleaning 11990 clauses out of 24000 with flag 204240/81001
16.49/7.04	c cleaning 12999 clauses out of 26010 with flag 238891/95001
19.58/8.52	c cleaning 14002 clauses out of 28010 with flag 279459/110000
22.18/9.85	c cleaning 14995 clauses out of 30008 with flag 336614/126000
25.24/11.38	c cleaning 16002 clauses out of 32013 with flag 401308/143000
28.64/13.03	c cleaning 17006 clauses out of 34011 with flag 477500/161000
32.44/14.97	c cleaning 17993 clauses out of 36005 with flag 557341/180000
36.88/17.15	c cleaning 19001 clauses out of 38013 with flag 648759/200001
41.48/19.45	c cleaning 20007 clauses out of 40014 with flag 732884/221003
46.55/21.91	c cleaning 21002 clauses out of 42005 with flag 811225/243001
51.55/24.45	c cleaning 21996 clauses out of 44002 with flag 899393/266000
57.54/27.40	c cleaning 22992 clauses out of 46006 with flag 1006370/290000
64.01/30.63	c cleaning 23996 clauses out of 48014 with flag 1118228/315000
70.81/34.07	c cleaning 25001 clauses out of 50018 with flag 1232063/341000
78.28/37.74	c cleaning 26007 clauses out of 52018 with flag 1342672/368001
78.51/37.80	c cleaning 0 clauses out of 5000 with flag 0/5000
86.24/41.59	c cleaning 26998 clauses out of 54010 with flag 1452605/396000
94.99/45.83	c cleaning 28000 clauses out of 56014 with flag 1577087/425002
103.79/50.26	c cleaning 28996 clauses out of 58012 with flag 1705422/455000
112.98/54.89	c cleaning 29997 clauses out of 60017 with flag 1838180/486001
123.25/59.97	c cleaning 31006 clauses out of 62020 with flag 1977697/518001
134.13/65.34	c cleaning 32000 clauses out of 64014 with flag 2103450/551001
144.93/70.79	c cleaning 33002 clauses out of 66013 with flag 2238086/585000
157.37/76.97	c cleaning 34001 clauses out of 68011 with flag 2381629/620000
172.02/84.27	c cleaning 35004 clauses out of 70011 with flag 2549330/656001
186.23/91.33	c cleaning 35997 clauses out of 72008 with flag 2717674/693002
200.88/98.66	c cleaning 37004 clauses out of 74009 with flag 2882995/731000
216.74/106.57	c cleaning 37999 clauses out of 76005 with flag 3056933/770000
234.19/115.20	c cleaning 39000 clauses out of 78006 with flag 3205518/810000
254.68/125.42	c cleaning 39999 clauses out of 80007 with flag 3368888/851001
274.31/135.29	c cleaning 40996 clauses out of 82007 with flag 3522755/893000
293.79/144.97	c cleaning 42002 clauses out of 84011 with flag 3674102/936000
317.22/156.61	c cleaning 43004 clauses out of 86010 with flag 3848144/980001
339.28/167.69	c cleaning 43991 clauses out of 88005 with flag 4023339/1025000
362.02/178.94	c cleaning 45005 clauses out of 90016 with flag 4218007/1071002
387.68/191.74	c cleaning 46002 clauses out of 92010 with flag 4422631/1118001
412.99/204.31	c cleaning 47003 clauses out of 94007 with flag 4644563/1166000
442.92/219.30	c cleaning 47993 clauses out of 96006 with flag 4880729/1215002
473.24/234.32	c cleaning 48998 clauses out of 98012 with flag 5110601/1265001
502.56/248.93	c cleaning 50002 clauses out of 100014 with flag 5334411/1316001
506.59/250.99	c cleaning 0 clauses out of 11000 with flag 0/11000
534.13/264.63	c cleaning 51005 clauses out of 102011 with flag 5531898/1368000
560.33/277.70	c cleaning 52000 clauses out of 104006 with flag 5738119/1421000
586.61/290.95	c cleaning 53005 clauses out of 106009 with flag 5955624/1475003
614.50/304.81	c cleaning 53997 clauses out of 108002 with flag 6197907/1530001
646.63/320.87	c cleaning 54999 clauses out of 110004 with flag 6454742/1586000
681.76/338.38	c cleaning 55996 clauses out of 112005 with flag 6694731/1643000
722.57/358.64	c cleaning 56994 clauses out of 114012 with flag 6950482/1701003
761.51/378.02	c cleaning 57992 clauses out of 116015 with flag 7210019/1760000
805.73/400.09	c cleaning 59005 clauses out of 118023 with flag 7499333/1820000
857.20/425.61	c cleaning 59998 clauses out of 120018 with flag 7794015/1881000
905.63/449.78	c cleaning 60999 clauses out of 122022 with flag 8079275/1943002
955.88/474.77	c cleaning 62004 clauses out of 124021 with flag 8379214/2006000
1007.26/500.65	c cleaning 63008 clauses out of 126018 with flag 8684720/2070001
1049.38/521.66	c cleaning 64000 clauses out of 128010 with flag 8955613/2135001
1091.77/542.75	c cleaning 64997 clauses out of 130010 with flag 9243868/2201001
1134.57/564.05	c cleaning 65998 clauses out of 132012 with flag 9513184/2268000
1178.79/586.01	c cleaning 67003 clauses out of 134017 with flag 9783509/2336003
1225.79/609.41	c cleaning 67995 clauses out of 136012 with flag 10066791/2405001
1274.63/633.78	c cleaning 68997 clauses out of 138016 with flag 10312853/2475000
1323.27/657.91	c cleaning 70002 clauses out of 140019 with flag 10572943/2546000
1378.36/685.33	c cleaning 71005 clauses out of 142017 with flag 10820196/2618000
1431.02/711.56	c cleaning 72002 clauses out of 144012 with flag 11093656/2691000
1486.68/739.28	c cleaning 73004 clauses out of 146013 with flag 11382708/2765003
1543.54/767.50	c cleaning 73994 clauses out of 148006 with flag 11652128/2840000
1578.35/784.80	c cleaning 0 clauses out of 18001 with flag 0/18001
1600.85/796.08	c cleaning 74995 clauses out of 150012 with flag 11943314/2916000
1660.36/825.64	c cleaning 76003 clauses out of 152017 with flag 12242317/2993000
1721.08/856.18	c cleaning 76996 clauses out of 154014 with flag 12536834/3071000
1784.01/887.43	c cleaning 78001 clauses out of 156018 with flag 12812791/3150000
1800.13/895.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.41	c starts		: 178
1800.13/895.41	c conflicts		: 3180306
1800.13/895.41	c decisions		: 4728763
1800.13/895.41	c propagations		: 44930945
1800.13/895.41	c inspects		: 12546211855
1800.13/895.41	c shortcuts		: 0
1800.13/895.41	c learnt literals	: 0
1800.13/895.41	c learnt binary clauses	: 0
1800.13/895.41	c learnt ternary clauses	: 2242
1800.13/895.41	c learnt constraints	: 3180306
1800.13/895.41	c ignored constraints	: 0
1800.13/895.41	c root simplifications	: 0
1800.13/895.41	c removed literals (reason simplification)	: 95119436
1800.13/895.41	c reason swapping (by a shorter reason)	: 0
1800.13/895.41	c Calls to reduceDB	: 75
1800.13/895.41	c Number of update (reduction) of LBD	: 949280
1800.13/895.41	c Imported unit clauses	: 0
1800.13/895.41	c number of reductions to clauses (during analyze)	: 0
1800.13/895.41	c number of learned constraints concerned by reduction	: 0
1800.13/895.41	c number of learning phase by resolution	: 0
1800.13/895.41	c number of learning phase by cutting planes	: 0
1800.13/895.41	c speed (assignments/second)	: 50194.20941035054
1800.13/895.41	c non guided choices	656
1800.13/895.44	c learnt constraints type 
1800.13/895.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108323
1800.13/895.44	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.44	c starts		: 45
1800.13/895.44	c conflicts		: 19042
1800.13/895.44	c decisions		: 29018
1800.13/895.44	c propagations		: 1074679
1800.13/895.44	c inspects		: 916287111
1800.13/895.44	c shortcuts		: 0
1800.13/895.44	c learnt literals	: 0
1800.13/895.44	c learnt binary clauses	: 0
1800.13/895.44	c learnt ternary clauses	: 0
1800.13/895.44	c learnt constraints	: 19042
1800.13/895.44	c ignored constraints	: 0
1800.13/895.44	c root simplifications	: 0
1800.13/895.44	c removed literals (reason simplification)	: 0
1800.13/895.44	c reason swapping (by a shorter reason)	: 0
1800.13/895.44	c Calls to reduceDB	: 3
1800.13/895.44	c Number of update (reduction) of LBD	: 0
1800.13/895.44	c Imported unit clauses	: 0
1800.13/895.44	c number of reductions to clauses (during analyze)	: 0
1800.13/895.44	c number of learned constraints concerned by reduction	: 0
1800.13/895.44	c number of learning phase by resolution	: 0
1800.13/895.44	c number of learning phase by cutting planes	: 0
1800.13/895.44	c speed (assignments/second)	: 1200.5333077143061
1800.13/895.44	c non guided choices	656
1800.13/895.44	c learnt constraints type 
1800.13/895.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/895.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19041
1800.13/895.44	s UNKNOWN
1800.13/895.44	c Total wall clock time (in seconds): 895.326

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-4080627-1465259411/watcher-4080627-1465259411 -o /tmp/evaluation-result-4080627-1465259411/solver-4080627-1465259411 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20226 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080627-1465259411.opb 

pid=24506
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.16 4.05 4.01 4/198 24509
/proc/meminfo: memFree=28613804/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24509/stat : 24509 (java) R 24506 24509 20210 0 -1 4202496 494 0 0 0 0 0 0 0 20 0 1 0 107874387 9515008 147 33554432000 1073741824 1073778376 140734821112880 140734821110008 139847085563143 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2323 155 115 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.16 4.05 4.01 4/198 24509
/proc/meminfo: memFree=28613804/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 107874387 9787879424 6033 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.16 4.05 4.01 4/198 24509
/proc/meminfo: memFree=28613804/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 4585 0 1 0 21 1 0 0 20 0 18 0 107874387 9787879424 7210 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2389619 7210 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 4.16 4.05 4.01 4/198 24509
/proc/meminfo: memFree=28613804/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 6300 0 1 0 45 1 0 0 20 0 22 0 107874387 10060525568 9890 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 9890 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824732

[startup+0.700195 s]
/proc/loadavg: 4.16 4.05 4.01 4/198 24509
/proc/meminfo: memFree=28613804/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 15440 0 1 0 203 3 0 0 20 0 22 0 107874387 10060525568 18366 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 18366 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.16 4.05 4.01 7/220 24531
/proc/meminfo: memFree=28437324/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=5.22 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 29948 0 1 0 514 8 0 0 20 0 22 0 107874387 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 51040 2284 9 0 2446860 0
[pid=24509/tid=24511] ppid=24506 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/24509/task/24511/stat : 24511 (java) S 24506 24509 20210 0 -1 4202560 2422 0 1 0 23 0 0 0 20 0 22 0 107874388 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847073948536 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24512] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24512/stat : 24512 (java) S 24506 24509 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847035439528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24513] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24513/stat : 24513 (java) S 24506 24509 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847034386984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24514] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24514/stat : 24514 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847033333928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24515] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24515/stat : 24515 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847032281384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24516] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24516/stat : 24516 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847031229352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24517] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24517/stat : 24517 (java) S 24506 24509 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847030176808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24518] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24518/stat : 24518 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847029123752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24519] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24519/stat : 24519 (java) S 24506 24509 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107874390 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139847028071208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24520] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24520/stat : 24520 (java) S 24506 24509 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846898129256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24521] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24521/stat : 24521 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846897075576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24522] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24522/stat : 24522 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846896022408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24523] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24523/stat : 24523 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874393 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846894971152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24524] ppid=24506 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/24509/task/24524/stat : 24524 (java) S 24506 24509 20210 0 -1 4202560 9649 0 0 0 124 2 0 0 20 0 22 0 107874393 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846893919032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24525] ppid=24506 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/24509/task/24525/stat : 24525 (java) S 24506 24509 20210 0 -1 4202560 16448 0 0 0 121 3 0 0 20 0 22 0 107874393 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846892866488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24526] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24526/stat : 24526 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846891813624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24527] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24527/stat : 24527 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846890761288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24528] ppid=24506 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/24509/task/24528/stat : 24528 (java) R 24506 24509 20210 0 -1 4202560 20 0 0 0 119 0 0 0 20 0 22 0 107874414 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846889697168 139846903969425 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24529] ppid=24506 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24509/task/24529/stat : 24529 (java) R 24506 24509 20210 0 -1 4202560 86 0 0 0 118 2 0 0 20 0 22 0 107874414 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139846888651912 139846904099177 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24530] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24530/stat : 24530 (java) S 24506 24509 20210 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139845745763112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24531] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24531/stat : 24531 (java) S 24506 24509 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 51040 33554432000 1073741824 1073778376 140734821112880 139845744710568 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.14 4.05 4.01 5/220 24531
/proc/meminfo: memFree=28385700/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=8.54 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 30265 0 1 0 839 15 0 0 20 0 22 0 107874387 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 88601 2284 9 0 2446860 0
[pid=24509/tid=24511] ppid=24506 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/24509/task/24511/stat : 24511 (java) S 24506 24509 20210 0 -1 4202560 2423 0 1 0 23 0 0 0 20 0 22 0 107874388 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847073948536 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24512] ppid=24506 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24509/task/24512/stat : 24512 (java) S 24506 24509 20210 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847035439528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24513] ppid=24506 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24509/task/24513/stat : 24513 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847034386984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24514] ppid=24506 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24509/task/24514/stat : 24514 (java) S 24506 24509 20210 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847033333928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24515] ppid=24506 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24509/task/24515/stat : 24515 (java) S 24506 24509 20210 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847032281384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24516] ppid=24506 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24509/task/24516/stat : 24516 (java) S 24506 24509 20210 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847031229352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24517] ppid=24506 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24509/task/24517/stat : 24517 (java) S 24506 24509 20210 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847030176808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24518] ppid=24506 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24509/task/24518/stat : 24518 (java) S 24506 24509 20210 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847029123752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24519] ppid=24506 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24509/task/24519/stat : 24519 (java) S 24506 24509 20210 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107874390 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139847028071208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24520] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24520/stat : 24520 (java) S 24506 24509 20210 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846898129256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24521] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24521/stat : 24521 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846897075576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24522] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24522/stat : 24522 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846896022408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24523] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24523/stat : 24523 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874393 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846894971152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24524] ppid=24506 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/24509/task/24524/stat : 24524 (java) S 24506 24509 20210 0 -1 4202560 9649 0 0 0 128 2 0 0 20 0 22 0 107874393 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846893919032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24525] ppid=24506 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/24509/task/24525/stat : 24525 (java) S 24506 24509 20210 0 -1 4202560 16448 0 0 0 122 3 0 0 20 0 22 0 107874393 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846892866488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24526] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24526/stat : 24526 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846891813624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24527] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24527/stat : 24527 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846890761288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24528] ppid=24506 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/24509/task/24528/stat : 24528 (java) R 24506 24509 20210 0 -1 4202560 22 0 0 0 270 0 0 0 20 0 22 0 107874414 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846889703968 139846904708272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24529] ppid=24506 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/24509/task/24529/stat : 24529 (java) R 24506 24509 20210 0 -1 4202560 138 0 0 0 269 4 0 0 20 0 22 0 107874414 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139846888652144 139846904809971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24530] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24530/stat : 24530 (java) S 24506 24509 20210 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139845745763112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24531] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24531/stat : 24531 (java) S 24506 24509 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 88601 33554432000 1073741824 1073778376 140734821112880 139845744710568 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.14 4.05 4.01 5/220 24531
/proc/meminfo: memFree=27996532/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=15.09 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 31006 0 1 0 1483 26 0 0 20 0 22 0 107874387 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 161486 2284 9 0 2446860 0
[pid=24509/tid=24511] ppid=24506 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/24509/task/24511/stat : 24511 (java) S 24506 24509 20210 0 -1 4202560 2423 0 1 0 23 0 0 0 20 0 22 0 107874388 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847073948536 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24512] ppid=24506 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24509/task/24512/stat : 24512 (java) S 24506 24509 20210 0 -1 4202560 116 0 0 0 4 1 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847035439528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24513] ppid=24506 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24509/task/24513/stat : 24513 (java) S 24506 24509 20210 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847034386984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24514] ppid=24506 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24509/task/24514/stat : 24514 (java) S 24506 24509 20210 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847033333928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24515] ppid=24506 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24509/task/24515/stat : 24515 (java) S 24506 24509 20210 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847032281384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24516] ppid=24506 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24509/task/24516/stat : 24516 (java) S 24506 24509 20210 0 -1 4202560 76 0 0 0 6 1 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847031229352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24517] ppid=24506 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24509/task/24517/stat : 24517 (java) S 24506 24509 20210 0 -1 4202560 80 0 0 0 4 2 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847030176808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24518] ppid=24506 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24509/task/24518/stat : 24518 (java) S 24506 24509 20210 0 -1 4202560 89 0 0 0 5 0 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847029123752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24519] ppid=24506 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24509/task/24519/stat : 24519 (java) S 24506 24509 20210 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 107874390 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139847028071208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24520] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24520/stat : 24520 (java) S 24506 24509 20210 0 -1 4202560 444 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139846898129256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24521] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24521/stat : 24521 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139846897075576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24522] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24522/stat : 24522 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139846896022408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24523] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24523/stat : 24523 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874393 10060525568 161486 33554432000 1073741824 1073778376 140734821112880 139846894971152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24524] ppid=24506 vsize=9824732 CPUtime=1.3 cores=0,2,4,6

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

[startup+822.301 s]
/proc/loadavg: 4.00 4.04 4.00 5/219 24685
/proc/meminfo: memFree=26323368/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=1653.74 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 38434 0 1 0 165229 145 0 0 20 0 22 0 107874387 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 608538 2293 9 0 2446860 0
[pid=24509/tid=24511] ppid=24506 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/24509/task/24511/stat : 24511 (java) S 24506 24509 20210 0 -1 4202560 2436 0 1 0 24 3 0 0 20 0 22 0 107874388 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847073948536 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24512] ppid=24506 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/24509/task/24512/stat : 24512 (java) S 24506 24509 20210 0 -1 4202560 448 0 0 0 238 8 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847035439528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24513] ppid=24506 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/24509/task/24513/stat : 24513 (java) S 24506 24509 20210 0 -1 4202560 364 0 0 0 220 8 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847034386984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24514] ppid=24506 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/24509/task/24514/stat : 24514 (java) S 24506 24509 20210 0 -1 4202560 375 0 0 0 232 8 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847033333928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24515] ppid=24506 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/24509/task/24515/stat : 24515 (java) S 24506 24509 20210 0 -1 4202560 404 0 0 0 249 8 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847032281384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24516] ppid=24506 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/24509/task/24516/stat : 24516 (java) S 24506 24509 20210 0 -1 4202560 431 0 0 0 240 8 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847031229352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24517] ppid=24506 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/24509/task/24517/stat : 24517 (java) S 24506 24509 20210 0 -1 4202560 424 0 0 0 225 8 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847030176808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24518] ppid=24506 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/24509/task/24518/stat : 24518 (java) S 24506 24509 20210 0 -1 4202560 430 0 0 0 236 9 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847029123752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24519] ppid=24506 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/24509/task/24519/stat : 24519 (java) S 24506 24509 20210 0 -1 4202560 360 0 0 0 222 7 0 0 20 0 22 0 107874390 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139847028071208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24520] ppid=24506 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24509/task/24520/stat : 24520 (java) S 24506 24509 20210 0 -1 4202560 1887 0 0 0 119 24 0 0 20 0 22 0 107874391 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846898129256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24521] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24521/stat : 24521 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846897075576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24522] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24522/stat : 24522 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846896022408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24523] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24523/stat : 24523 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874393 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846894971152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24524] ppid=24506 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/24509/task/24524/stat : 24524 (java) S 24506 24509 20210 0 -1 4202560 11289 0 0 0 179 2 0 0 20 0 22 0 107874393 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846893919032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24525] ppid=24506 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/24509/task/24525/stat : 24525 (java) S 24506 24509 20210 0 -1 4202560 16455 0 0 0 130 3 0 0 20 0 22 0 107874393 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846892866488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24526] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24526/stat : 24526 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846891813624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24527] ppid=24506 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/24509/task/24527/stat : 24527 (java) S 24506 24509 20210 0 -1 4202560 45 0 0 0 11 18 0 0 20 0 22 0 107874394 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846890761288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24528] ppid=24506 vsize=9824732 CPUtime=814.81 cores=0,2,4,6
/proc/24509/task/24528/stat : 24528 (java) R 24506 24509 20210 0 -1 4202560 168 0 0 0 81466 15 0 0 20 0 22 0 107874414 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846889704848 139846903942435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24529] ppid=24506 vsize=9824732 CPUtime=814.9 cores=0,2,4,6
/proc/24509/task/24529/stat : 24529 (java) R 24506 24509 20210 0 -1 4202560 1646 0 0 0 81440 50 0 0 20 0 22 0 107874414 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139846888651248 139846904097951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24530] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24530/stat : 24530 (java) S 24506 24509 20210 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139845745763112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24531] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24531/stat : 24531 (java) S 24506 24509 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 608538 33554432000 1073741824 1073778376 140734821112880 139845744710568 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1653.74
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.16 4.07 4.01 5/219 24686
/proc/meminfo: memFree=26252632/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=1773.77 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 38591 0 1 0 177227 150 0 0 20 0 22 0 107874387 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 599138 2293 9 0 2446860 0
[pid=24509/tid=24511] ppid=24506 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/24509/task/24511/stat : 24511 (java) S 24506 24509 20210 0 -1 4202560 2437 0 1 0 24 3 0 0 20 0 22 0 107874388 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847073948536 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24512] ppid=24506 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/24509/task/24512/stat : 24512 (java) S 24506 24509 20210 0 -1 4202560 474 0 0 0 263 8 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847035439528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24513] ppid=24506 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/24509/task/24513/stat : 24513 (java) S 24506 24509 20210 0 -1 4202560 375 0 0 0 239 8 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847034386984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24514] ppid=24506 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/24509/task/24514/stat : 24514 (java) S 24506 24509 20210 0 -1 4202560 375 0 0 0 251 8 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847033333928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24515] ppid=24506 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/24509/task/24515/stat : 24515 (java) S 24506 24509 20210 0 -1 4202560 413 0 0 0 269 8 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847032281384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24516] ppid=24506 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/24509/task/24516/stat : 24516 (java) S 24506 24509 20210 0 -1 4202560 436 0 0 0 262 8 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847031229352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24517] ppid=24506 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/24509/task/24517/stat : 24517 (java) S 24506 24509 20210 0 -1 4202560 424 0 0 0 247 8 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847030176808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24518] ppid=24506 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/24509/task/24518/stat : 24518 (java) S 24506 24509 20210 0 -1 4202560 455 0 0 0 255 9 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847029123752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24519] ppid=24506 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/24509/task/24519/stat : 24519 (java) S 24506 24509 20210 0 -1 4202560 363 0 0 0 241 7 0 0 20 0 22 0 107874390 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139847028071208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24520] ppid=24506 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/24509/task/24520/stat : 24520 (java) S 24506 24509 20210 0 -1 4202560 1939 0 0 0 186 27 0 0 20 0 22 0 107874391 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846898129256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24521] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24521/stat : 24521 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846897075576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24522] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24522/stat : 24522 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846896022408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24523] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24523/stat : 24523 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874393 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846894971152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24524] ppid=24506 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/24509/task/24524/stat : 24524 (java) S 24506 24509 20210 0 -1 4202560 11289 0 0 0 179 2 0 0 20 0 22 0 107874393 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846893919032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24525] ppid=24506 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/24509/task/24525/stat : 24525 (java) S 24506 24509 20210 0 -1 4202560 16455 0 0 0 130 3 0 0 20 0 22 0 107874393 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846892866488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24526] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24526/stat : 24526 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846891813624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24527] ppid=24506 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24509/task/24527/stat : 24527 (java) S 24506 24509 20210 0 -1 4202560 49 0 0 0 12 19 0 0 20 0 22 0 107874394 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846890761288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24528] ppid=24506 vsize=9824732 CPUtime=873.66 cores=0,2,4,6
/proc/24509/task/24528/stat : 24528 (java) R 24506 24509 20210 0 -1 4202560 176 0 0 0 87350 16 0 0 20 0 22 0 107874414 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846889704064 139846903942435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24529] ppid=24506 vsize=9824732 CPUtime=873.76 cores=0,2,4,6
/proc/24509/task/24529/stat : 24529 (java) R 24506 24509 20210 0 -1 4202560 1659 0 0 0 87325 51 0 0 20 0 22 0 107874414 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139846888652064 139846904097951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24530] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24530/stat : 24530 (java) S 24506 24509 20210 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139845745763112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24531] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24531/stat : 24531 (java) S 24506 24509 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 599138 33554432000 1073741824 1073778376 140734821112880 139845744710568 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.22 4.08 4.02 5/219 24687
/proc/meminfo: memFree=26204588/32872528 swapFree=11320/319964
[pid=24509] ppid=24506 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/24509/stat : 24509 (java) S 24506 24509 20210 0 -1 4202496 38606 0 1 0 179862 151 0 0 20 0 22 0 107874387 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 140734821104016 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24509/statm: 2456183 596711 2293 9 0 2446860 0
[pid=24509/tid=24511] ppid=24506 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/24509/task/24511/stat : 24511 (java) S 24506 24509 20210 0 -1 4202560 2437 0 1 0 24 3 0 0 20 0 22 0 107874388 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847073948536 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24512] ppid=24506 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/24509/task/24512/stat : 24512 (java) S 24506 24509 20210 0 -1 4202560 474 0 0 0 264 8 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847035439528 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24513] ppid=24506 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/24509/task/24513/stat : 24513 (java) S 24506 24509 20210 0 -1 4202560 380 0 0 0 243 8 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847034386984 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24514] ppid=24506 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/24509/task/24514/stat : 24514 (java) S 24506 24509 20210 0 -1 4202560 375 0 0 0 256 8 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847033333928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24509/tid=24515] ppid=24506 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/24509/task/24515/stat : 24515 (java) S 24506 24509 20210 0 -1 4202560 413 0 0 0 273 8 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847032281384 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24516] ppid=24506 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/24509/task/24516/stat : 24516 (java) S 24506 24509 20210 0 -1 4202560 436 0 0 0 267 8 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847031229352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24517] ppid=24506 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/24509/task/24517/stat : 24517 (java) S 24506 24509 20210 0 -1 4202560 424 0 0 0 253 8 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847030176808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24518] ppid=24506 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/24509/task/24518/stat : 24518 (java) S 24506 24509 20210 0 -1 4202560 460 0 0 0 260 9 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847029123752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24519] ppid=24506 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/24509/task/24519/stat : 24519 (java) S 24506 24509 20210 0 -1 4202560 363 0 0 0 248 7 0 0 20 0 22 0 107874390 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139847028071208 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24520] ppid=24506 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/24509/task/24520/stat : 24520 (java) S 24506 24509 20210 0 -1 4202560 1939 0 0 0 186 28 0 0 20 0 22 0 107874391 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846898129256 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24521] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24521/stat : 24521 (java) S 24506 24509 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846897075576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24522] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24522/stat : 24522 (java) S 24506 24509 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107874391 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846896022408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24523] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24523/stat : 24523 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874393 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846894971152 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24524] ppid=24506 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/24509/task/24524/stat : 24524 (java) S 24506 24509 20210 0 -1 4202560 11289 0 0 0 179 2 0 0 20 0 22 0 107874393 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846893919032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24525] ppid=24506 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/24509/task/24525/stat : 24525 (java) S 24506 24509 20210 0 -1 4202560 16455 0 0 0 130 3 0 0 20 0 22 0 107874393 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846892866488 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24526] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24526/stat : 24526 (java) S 24506 24509 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107874394 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846891813624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24527] ppid=24506 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/24509/task/24527/stat : 24527 (java) S 24506 24509 20210 0 -1 4202560 49 0 0 0 12 20 0 0 20 0 22 0 107874394 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846890761288 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24528] ppid=24506 vsize=9824732 CPUtime=886.65 cores=0,2,4,6
/proc/24509/task/24528/stat : 24528 (java) R 24506 24509 20210 0 -1 4202560 177 0 0 0 88649 16 0 0 20 0 22 0 107874414 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846889704064 139846903967904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24509/tid=24529] ppid=24506 vsize=9824732 CPUtime=886.74 cores=0,2,4,6
/proc/24509/task/24529/stat : 24529 (java) R 24506 24509 20210 0 -1 4202560 1663 0 0 0 88623 51 0 0 20 0 22 0 107874414 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139846888652144 139846904099144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24509/tid=24530] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24530/stat : 24530 (java) S 24506 24509 20210 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139845745763112 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24509/tid=24531] ppid=24506 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24509/task/24531/stat : 24531 (java) S 24506 24509 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107874415 10060525568 596711 33554432000 1073741824 1073778376 140734821112880 139845744710568 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 24509 sig 9
??? kill -24509 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.46
CPU time (s): 1800.95
CPU user time (s): 1798.9
CPU system time (s): 2.05169
CPU usage (%): 201.12
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 2.05169
maximum resident set size= 2936860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38648
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30490
involuntary context switches= 46275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77512 second user time and 7.31289 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 02:30:11
IDJOB=4080627
IDBENCH=48377
IDSOLVER=2543
FILE ID=node128/4080627-1465259411
RUNJOBID= node128-1465247049-20226
PBS_JOBID= 19843253
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080627-1465259411/watcher-4080627-1465259411 -o /tmp/evaluation-result-4080627-1465259411/solver-4080627-1465259411 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20226 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080627-1465259411.opb

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=1011864178

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28614400 kB
Buffers:           58428 kB
Cached:           111248 kB
SwapCached:         1656 kB
Active:          3127160 kB
Inactive:         103636 kB
Active(anon):    3063248 kB
Inactive(anon):      528 kB
Active(file):      63912 kB
Inactive(file):   103108 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       3380904 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             570724 kB
SReclaimable:      14036 kB
SUnreclaim:       556688 kB
KernelStack:        1648 kB
PageTables:        10768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3678292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3317760 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= 71748 MiB
End job on node128 at 2016-06-07 02:45:07