Trace number 4100506

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.8 893.082

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dg012142.opb
MD5SUM99b260f11bc3e586ce78c7adccfe4295
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 1634
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 336608
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524548
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.14	c No reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	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.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-4100506-1466209827.opb
0.08/0.14	c reading problem ... 
0.08/0.14	c  objective function found
2.22/1.23	c ... done. Wall clock time 1.1s.
2.22/1.23	c declared #vars     41920
2.22/1.24	c #constraints  2777
2.22/1.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.22/1.24	c constraints type 
2.22/1.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.22/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2737
2.22/1.24	c 2777 constraints processed.
2.22/1.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.22/1.24	c constraints type 
2.22/1.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 40
2.22/1.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
2.22/1.24	c 2777 constraints processed.
2.22/1.24	c objective function length is 22720 literals
5.59/2.22	c cleaning 2496 clauses out of 5000 with flag 10495/5000
7.06/2.73	c cleaning 4250 clauses out of 8505 with flag 23226/11001
8.77/3.55	c cleaning 5615 clauses out of 11254 with flag 37630/18000
11.04/4.65	c cleaning 6801 clauses out of 13641 with flag 54315/26002
13.85/6.04	c cleaning 7887 clauses out of 15840 with flag 74281/35002
16.94/7.58	c cleaning 8957 clauses out of 17951 with flag 95454/45000
20.34/9.21	c cleaning 9974 clauses out of 19995 with flag 118980/56001
24.45/11.27	c cleaning 10991 clauses out of 22022 with flag 144483/68002
28.85/13.48	c cleaning 11995 clauses out of 24030 with flag 172264/81001
33.65/15.84	c cleaning 0 clauses out of 5000 with flag 0/5000
34.96/16.34	c cleaning 12997 clauses out of 26034 with flag 204128/95000
40.82/19.12	c cleaning 13999 clauses out of 28037 with flag 237039/110000
46.62/22.04	c cleaning 15001 clauses out of 30039 with flag 271746/126001
53.80/25.51	c cleaning 15999 clauses out of 32037 with flag 308721/143000
61.39/29.30	c cleaning 16998 clauses out of 34039 with flag 347771/161001
69.78/33.44	c cleaning 18004 clauses out of 36042 with flag 388612/180002
79.78/38.46	c cleaning 18999 clauses out of 38036 with flag 432176/200000
88.99/43.08	c cleaning 20011 clauses out of 40038 with flag 478500/221001
95.93/46.41	c cleaning 21005 clauses out of 42026 with flag 525363/243000
101.13/49.09	c cleaning 0 clauses out of 11000 with flag 0/11000
107.53/52.23	c cleaning 22008 clauses out of 44022 with flag 573562/266001
131.84/64.65	c cleaning 23001 clauses out of 46013 with flag 628514/290000
142.42/69.97	c cleaning 23998 clauses out of 48014 with flag 699262/315002
156.49/76.79	c cleaning 24998 clauses out of 50015 with flag 771204/341001
176.82/86.84	c cleaning 25999 clauses out of 52017 with flag 847617/368001
197.82/97.30	c cleaning 26996 clauses out of 54018 with flag 924626/396001
208.17/102.49	c cleaning 27989 clauses out of 56021 with flag 996812/425000
220.22/108.46	c cleaning 29013 clauses out of 58033 with flag 1074469/455001
227.02/111.83	c cleaning 0 clauses out of 18001 with flag 0/18001
233.22/114.90	c cleaning 30010 clauses out of 60024 with flag 1153782/486005
247.93/122.29	c cleaning 31001 clauses out of 62012 with flag 1235042/518003
262.92/129.72	c cleaning 31998 clauses out of 64008 with flag 1317932/551000
280.23/138.31	c cleaning 33006 clauses out of 66019 with flag 1401969/585009
297.17/146.71	c cleaning 34002 clauses out of 68007 with flag 1488138/620003
314.10/155.19	c cleaning 35000 clauses out of 70002 with flag 1575566/656000
334.81/165.43	c cleaning 35994 clauses out of 72003 with flag 1667364/693001
355.40/175.65	c cleaning 37003 clauses out of 74008 with flag 1762507/731000
377.74/186.73	c cleaning 38002 clauses out of 76005 with flag 1858272/770000
401.46/198.52	c cleaning 38995 clauses out of 78003 with flag 1959490/810000
427.24/211.38	c cleaning 39996 clauses out of 80008 with flag 2065559/851000
453.87/224.56	c cleaning 41006 clauses out of 82014 with flag 2168631/893002
479.00/237.76	c cleaning 0 clauses out of 26000 with flag 0/26000
483.42/239.98	c cleaning 42004 clauses out of 84009 with flag 2274876/936003
512.70/254.30	c cleaning 43000 clauses out of 86002 with flag 2386914/980000
548.68/272.29	c cleaning 43989 clauses out of 88002 with flag 2500452/1025000
584.75/290.19	c cleaning 45007 clauses out of 90017 with flag 2611240/1071004
614.58/304.90	c cleaning 45984 clauses out of 92006 with flag 2734048/1118000
644.97/320.09	c cleaning 47002 clauses out of 94023 with flag 2860050/1166001
674.20/334.51	c cleaning 48004 clauses out of 96020 with flag 2985010/1215000
706.02/350.14	c cleaning 49002 clauses out of 98016 with flag 3113397/1265000
740.54/367.22	c cleaning 49994 clauses out of 100014 with flag 3243812/1316000
779.68/386.40	c cleaning 51003 clauses out of 102020 with flag 3374903/1368000
835.80/414.12	c cleaning 52004 clauses out of 104017 with flag 3508018/1421000
877.72/434.92	c cleaning 52982 clauses out of 106014 with flag 3646328/1475001
918.61/455.04	c cleaning 54003 clauses out of 108032 with flag 3785726/1530001
947.90/469.41	c cleaning 0 clauses out of 35000 with flag 0/35000
969.50/481.12	c cleaning 55000 clauses out of 110028 with flag 3930027/1586000
1022.29/507.41	c cleaning 55993 clauses out of 112028 with flag 4077142/1643000
1077.44/534.86	c cleaning 57009 clauses out of 114036 with flag 4227356/1701001
1110.34/551.14	c cleaning 58014 clauses out of 116027 with flag 4379527/1760001
1168.46/580.08	c cleaning 59005 clauses out of 118012 with flag 4521587/1820000
1236.20/613.75	c cleaning 60003 clauses out of 120009 with flag 4668698/1881002
1310.39/650.45	c cleaning 60997 clauses out of 122005 with flag 4819779/1943001
1379.36/684.64	c cleaning 61994 clauses out of 124009 with flag 4964791/2006002
1458.39/723.77	c cleaning 63008 clauses out of 126017 with flag 5119626/2070004
1531.79/760.06	c cleaning 0 clauses out of 45001 with flag 0/45001
1545.87/766.90	c cleaning 64003 clauses out of 128011 with flag 5271683/2135006
1624.07/805.69	c cleaning 64996 clauses out of 130002 with flag 5432364/2201000
1715.31/850.95	c cleaning 65996 clauses out of 132006 with flag 5590670/2268000
1800.09/893.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/893.00	c starts		: 370
1800.09/893.00	c conflicts		: 2331169
1800.09/893.00	c decisions		: 5113248
1800.09/893.00	c propagations		: 69081299
1800.09/893.00	c inspects		: 11843306879
1800.09/893.00	c shortcuts		: 0
1800.09/893.00	c learnt literals	: 0
1800.09/893.00	c learnt binary clauses	: 0
1800.09/893.00	c learnt ternary clauses	: 0
1800.09/893.00	c learnt constraints	: 2331169
1800.09/893.00	c ignored constraints	: 0
1800.09/893.00	c root simplifications	: 0
1800.09/893.00	c removed literals (reason simplification)	: 2547137
1800.09/893.00	c reason swapping (by a shorter reason)	: 0
1800.09/893.00	c Calls to reduceDB	: 63
1800.09/893.00	c Number of update (reduction) of LBD	: 539129
1800.09/893.00	c Imported unit clauses	: 0
1800.09/893.00	c number of reductions to clauses (during analyze)	: 0
1800.09/893.00	c number of learned constraints concerned by reduction	: 0
1800.09/893.00	c number of learning phase by resolution	: 0
1800.09/893.00	c number of learning phase by cutting planes	: 0
1800.09/893.00	c speed (assignments/second)	: 77474.32505632708
1800.09/893.00	c non guided choices	84797
1800.09/893.03	c learnt constraints type 
1800.09/893.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129179
1800.09/893.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/893.03	c starts		: 55
1800.09/893.03	c conflicts		: 46966
1800.09/893.03	c decisions		: 253339
1800.09/893.03	c propagations		: 786012
1800.09/893.03	c inspects		: 524677397
1800.09/893.03	c shortcuts		: 0
1800.09/893.03	c learnt literals	: 0
1800.09/893.03	c learnt binary clauses	: 0
1800.09/893.03	c learnt ternary clauses	: 0
1800.09/893.03	c learnt constraints	: 46965
1800.09/893.03	c ignored constraints	: 0
1800.09/893.03	c root simplifications	: 0
1800.09/893.03	c removed literals (reason simplification)	: 0
1800.09/893.03	c reason swapping (by a shorter reason)	: 0
1800.09/893.03	c Calls to reduceDB	: 6
1800.09/893.03	c Number of update (reduction) of LBD	: 0
1800.09/893.03	c Imported unit clauses	: 0
1800.09/893.03	c number of reductions to clauses (during analyze)	: 0
1800.09/893.03	c number of learned constraints concerned by reduction	: 0
1800.09/893.03	c number of learning phase by resolution	: 0
1800.09/893.03	c number of learning phase by cutting planes	: 0
1800.09/893.03	c speed (assignments/second)	: 881.480775377231
1800.09/893.03	c non guided choices	13017
1800.09/893.05	c learnt constraints type 
1800.09/893.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 41
1800.09/893.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 46924
1800.09/893.05	s UNKNOWN
1800.09/893.05	c Total wall clock time (in seconds): 892.918

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-4100506-1466209827/watcher-4100506-1466209827 -o /tmp/evaluation-result-4100506-1466209827/solver-4100506-1466209827 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100506-1466209827.opb 

pid=16744
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.08 4.09 3.91 4/198 16747
/proc/meminfo: memFree=29037816/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16747/stat : 16747 (java) D 16744 16747 14474 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 23029448 9515008 182 33554432000 1073741824 1073778376 140733273103632 140733273094664 242167398069 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/16747/statm: 2323 182 140 9 0 71 0

[startup+0.100126 s]
/proc/loadavg: 4.08 4.09 3.91 4/198 16747
/proc/meminfo: memFree=29037816/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 4053 0 1 0 8 0 0 0 20 0 18 0 23029448 9787879424 5180 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2389619 5182 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 4.08 4.09 3.91 4/198 16747
/proc/meminfo: memFree=29037816/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 4985 0 1 0 25 1 0 0 20 0 18 0 23029448 9787879424 7506 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2389619 7506 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300302 s]
/proc/loadavg: 4.08 4.09 3.91 4/198 16747
/proc/meminfo: memFree=29037816/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 5797 0 1 0 46 1 0 0 20 0 18 0 23029448 9787879424 10357 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2389619 10359 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700264 s]
/proc/loadavg: 4.08 4.09 3.91 4/198 16747
/proc/meminfo: memFree=29037816/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 15788 0 1 0 130 4 0 0 20 0 18 0 23029448 9787879424 38072 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2389619 38072 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.08 4.09 3.91 11/216 16765
/proc/meminfo: memFree=28790032/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 17883 0 1 0 304 15 0 0 20 0 22 0 23029448 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2456183 66859 2277 9 0 2446860 0
[pid=16747/tid=16749] ppid=16744 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/16747/task/16749/stat : 16749 (java) S 16744 16747 14474 0 -1 4202560 2479 0 1 0 105 3 0 0 20 0 22 0 23029449 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767337067384 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16750] ppid=16744 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16747/task/16750/stat : 16750 (java) S 16744 16747 14474 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767298558632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16751] ppid=16744 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16747/task/16751/stat : 16751 (java) S 16744 16747 14474 0 -1 4202560 164 0 0 0 3 2 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767297506088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16752] ppid=16744 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16747/task/16752/stat : 16752 (java) S 16744 16747 14474 0 -1 4202560 89 0 0 0 3 2 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767178062760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16753] ppid=16744 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16747/task/16753/stat : 16753 (java) S 16744 16747 14474 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767177010216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16754] ppid=16744 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16747/task/16754/stat : 16754 (java) S 16744 16747 14474 0 -1 4202560 113 0 0 0 6 3 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767175956648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16755] ppid=16744 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16747/task/16755/stat : 16755 (java) S 16744 16747 14474 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767174904104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16756] ppid=16744 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16747/task/16756/stat : 16756 (java) S 16744 16747 14474 0 -1 4202560 66 0 0 0 3 2 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767173851560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16757] ppid=16744 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16747/task/16757/stat : 16757 (java) S 16744 16747 14474 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 23029450 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139767172799016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16758] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16758/stat : 16758 (java) S 16744 16747 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23029451 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766690470504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16759] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16759/stat : 16759 (java) S 16744 16747 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766689416824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16760] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16760/stat : 16760 (java) S 16744 16747 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766688364168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16761] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16761/stat : 16761 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766687312912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16762] ppid=16744 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/16747/task/16762/stat : 16762 (java) R 16744 16747 14474 0 -1 4202560 7010 0 0 0 54 2 0 0 20 0 22 0 23029455 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766686246544 139767339622432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16763] ppid=16744 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/16747/task/16763/stat : 16763 (java) R 16744 16747 14474 0 -1 4202560 6417 0 0 0 54 0 0 0 20 0 22 0 23029455 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766685206712 139767341159825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16764] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16764/stat : 16764 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766684154360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16765] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16765/stat : 16765 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 66859 33554432000 1073741824 1073778376 140734936490624 139766683102024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.24 4.12 3.92 5/220 16769
/proc/meminfo: memFree=28641668/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9824732 CPUtime=7.89 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 27338 0 1 0 762 27 0 0 20 0 22 0 23029448 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2456183 147419 2283 9 0 2446860 0
[pid=16747/tid=16749] ppid=16744 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/16747/task/16749/stat : 16749 (java) S 16744 16747 14474 0 -1 4202560 2479 0 1 0 105 3 0 0 20 0 22 0 23029449 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767337067384 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16750] ppid=16744 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16747/task/16750/stat : 16750 (java) S 16744 16747 14474 0 -1 4202560 64 0 0 0 10 2 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767298558632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16751] ppid=16744 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16747/task/16751/stat : 16751 (java) S 16744 16747 14474 0 -1 4202560 186 0 0 0 8 2 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767297506088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16752] ppid=16744 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16747/task/16752/stat : 16752 (java) S 16744 16747 14474 0 -1 4202560 139 0 0 0 4 3 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767178062760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16753] ppid=16744 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16747/task/16753/stat : 16753 (java) S 16744 16747 14474 0 -1 4202560 160 0 0 0 8 2 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767177010216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16754] ppid=16744 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16747/task/16754/stat : 16754 (java) S 16744 16747 14474 0 -1 4202560 128 0 0 0 8 3 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767175956648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16755] ppid=16744 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16747/task/16755/stat : 16755 (java) S 16744 16747 14474 0 -1 4202560 51 0 0 0 8 3 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767174904104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16756] ppid=16744 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16747/task/16756/stat : 16756 (java) S 16744 16747 14474 0 -1 4202560 81 0 0 0 5 2 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767173851560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16757] ppid=16744 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16747/task/16757/stat : 16757 (java) S 16744 16747 14474 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 23029450 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139767172799016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16758] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16758/stat : 16758 (java) S 16744 16747 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23029451 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766690470504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16759] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16759/stat : 16759 (java) S 16744 16747 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766689416824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16760] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16760/stat : 16760 (java) S 16744 16747 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766688364168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16761] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16761/stat : 16761 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766687312912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16762] ppid=16744 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/16747/task/16762/stat : 16762 (java) S 16744 16747 14474 0 -1 4202560 11223 0 0 0 122 2 0 0 20 0 22 0 23029455 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766686259256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16763] ppid=16744 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/16747/task/16763/stat : 16763 (java) S 16744 16747 14474 0 -1 4202560 10975 0 0 0 117 2 0 0 20 0 22 0 23029455 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766685206712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16764] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16764/stat : 16764 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766684154360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16765] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16765/stat : 16765 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766683102024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16766] ppid=16744 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/16747/task/16766/stat : 16766 (java) R 16744 16747 14474 0 -1 4202560 40 0 0 0 173 0 0 0 20 0 22 0 23029572 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766682038432 139767178847555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16767] ppid=16744 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/16747/task/16767/stat : 16767 (java) R 16744 16747 14474 0 -1 4202560 315 0 0 0 168 4 0 0 20 0 22 0 23029572 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766680993592 139767178862824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16768] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16768/stat : 16768 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766679942696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16769] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16769/stat : 16769 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 147419 33554432000 1073741824 1073778376 140734936490624 139766678890152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.24 4.12 3.92 5/220 16769
/proc/meminfo: memFree=28261176/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9824732 CPUtime=14.45 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 28415 0 1 0 1405 40 0 0 20 0 22 0 23029448 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2456183 258165 2283 9 0 2446860 0
[pid=16747/tid=16749] ppid=16744 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/16747/task/16749/stat : 16749 (java) S 16744 16747 14474 0 -1 4202560 2480 0 1 0 105 3 0 0 20 0 22 0 23029449 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767337067384 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16750] ppid=16744 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/16747/task/16750/stat : 16750 (java) S 16744 16747 14474 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767298558632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16751] ppid=16744 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/16747/task/16751/stat : 16751 (java) S 16744 16747 14474 0 -1 4202560 198 0 0 0 11 3 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767297506088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16752] ppid=16744 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16747/task/16752/stat : 16752 (java) S 16744 16747 14474 0 -1 4202560 147 0 0 0 7 3 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767178062760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16753] ppid=16744 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/16747/task/16753/stat : 16753 (java) S 16744 16747 14474 0 -1 4202560 172 0 0 0 11 3 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767177010216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16754] ppid=16744 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/16747/task/16754/stat : 16754 (java) S 16744 16747 14474 0 -1 4202560 141 0 0 0 11 4 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767175956648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16755] ppid=16744 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/16747/task/16755/stat : 16755 (java) S 16744 16747 14474 0 -1 4202560 70 0 0 0 14 4 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767174904104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16756] ppid=16744 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16747/task/16756/stat : 16756 (java) S 16744 16747 14474 0 -1 4202560 98 0 0 0 10 3 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767173851560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16757] ppid=16744 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16747/task/16757/stat : 16757 (java) S 16744 16747 14474 0 -1 4202560 78 0 0 0 10 3 0 0 20 0 22 0 23029450 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139767172799016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16758] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16758/stat : 16758 (java) S 16744 16747 14474 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 22 0 23029451 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766690470504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16759] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16759/stat : 16759 (java) S 16744 16747 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766689416824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16760] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16760/stat : 16760 (java) S 16744 16747 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766688364168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16761] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16761/stat : 16761 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766687312912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16762] ppid=16744 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/16747/task/16762/stat : 16762 (java) S 16744 16747 14474 0 -1 4202560 11223 0 0 0 122 2 0 0 20 0 22 0 23029455 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766686259256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16763] ppid=16744 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/16747/task/16763/stat : 16763 (java) S 16744 16747 14474 0 -1 4202560 10975 0 0 0 119 2 0 0 20 0 22 0 23029455 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766685206712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16764] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16764/stat : 16764 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766684154360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16765] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16765/stat : 16765 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 258165 33554432000 1073741824 1073778376 140734936490624 139766683102024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16766] ppid=16744 vsize=9824732 CPUtime=4.83 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.20 4.18 4.05 5/218 16871
/proc/meminfo: memFree=26835632/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9824732 CPUtime=1657.68 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 42184 0 1 0 165590 178 0 0 20 0 22 0 23029448 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2456183 952384 2292 9 0 2446860 0
[pid=16747/tid=16749] ppid=16744 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/16747/task/16749/stat : 16749 (java) S 16744 16747 14474 0 -1 4202560 2497 0 1 0 108 4 0 0 20 0 22 0 23029449 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767337067384 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16750] ppid=16744 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/16747/task/16750/stat : 16750 (java) S 16744 16747 14474 0 -1 4202560 563 0 0 0 394 12 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767298558632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16751] ppid=16744 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/16747/task/16751/stat : 16751 (java) S 16744 16747 14474 0 -1 4202560 741 0 0 0 375 16 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767297506088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16752] ppid=16744 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/16747/task/16752/stat : 16752 (java) S 16744 16747 14474 0 -1 4202560 633 0 0 0 385 15 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767178062760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16753] ppid=16744 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/16747/task/16753/stat : 16753 (java) S 16744 16747 14474 0 -1 4202560 704 0 0 0 444 17 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767177010216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16754] ppid=16744 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/16747/task/16754/stat : 16754 (java) S 16744 16747 14474 0 -1 4202560 700 0 0 0 385 14 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767175956648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16755] ppid=16744 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/16747/task/16755/stat : 16755 (java) S 16744 16747 14474 0 -1 4202560 550 0 0 0 379 14 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767174904104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16756] ppid=16744 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/16747/task/16756/stat : 16756 (java) S 16744 16747 14474 0 -1 4202560 909 0 0 0 342 15 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767173851560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16757] ppid=16744 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/16747/task/16757/stat : 16757 (java) S 16744 16747 14474 0 -1 4202560 553 0 0 0 393 13 0 0 20 0 22 0 23029450 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139767172799016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16758] ppid=16744 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/16747/task/16758/stat : 16758 (java) S 16744 16747 14474 0 -1 4202560 2759 0 0 0 439 9 0 0 20 0 22 0 23029451 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766690470504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16759] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16759/stat : 16759 (java) S 16744 16747 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766689416824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16760] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16760/stat : 16760 (java) S 16744 16747 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766688364168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16761] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16761/stat : 16761 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766687312912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16762] ppid=16744 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16747/task/16762/stat : 16762 (java) S 16744 16747 14474 0 -1 4202560 13182 0 0 0 172 2 0 0 20 0 22 0 23029455 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766686259256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16763] ppid=16744 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/16747/task/16763/stat : 16763 (java) S 16744 16747 14474 0 -1 4202560 15246 0 0 0 155 2 0 0 20 0 22 0 23029455 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766685206712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16764] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16764/stat : 16764 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766684154360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16765] ppid=16744 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16747/task/16765/stat : 16765 (java) S 16744 16747 14474 0 -1 4202560 47 0 0 0 16 17 0 0 20 0 22 0 23029455 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766683102024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16766] ppid=16744 vsize=9824732 CPUtime=808.25 cores=0,2,4,6
/proc/16747/task/16766/stat : 16766 (java) R 16744 16747 14474 0 -1 4202560 97 0 0 0 80810 15 0 0 20 0 22 0 23029572 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766682047200 139767179072076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16767] ppid=16744 vsize=9824732 CPUtime=808.26 cores=0,2,4,6
/proc/16747/task/16767/stat : 16767 (java) R 16744 16747 14474 0 -1 4202560 1738 0 0 0 80777 49 0 0 20 0 22 0 23029572 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766680993552 139767178863147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16768] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16768/stat : 16768 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766679942696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16769] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16769/stat : 16769 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 952384 33554432000 1073741824 1073778376 140734936490624 139766678890152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1657.68
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.34 4.22 4.07 5/219 16873
/proc/meminfo: memFree=26606184/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9824732 CPUtime=1778.51 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 42257 0 1 0 177669 182 0 0 20 0 22 0 23029448 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2456183 965184 2292 9 0 2446860 0
[pid=16747/tid=16749] ppid=16744 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/16747/task/16749/stat : 16749 (java) S 16744 16747 14474 0 -1 4202560 2497 0 1 0 109 4 0 0 20 0 22 0 23029449 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767337067384 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16750] ppid=16744 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/16747/task/16750/stat : 16750 (java) S 16744 16747 14474 0 -1 4202560 571 0 0 0 416 13 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767298558632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16751] ppid=16744 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/16747/task/16751/stat : 16751 (java) S 16744 16747 14474 0 -1 4202560 745 0 0 0 390 17 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767297506088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16752] ppid=16744 vsize=9824732 CPUtime=4.21 cores=0,2,4,6
/proc/16747/task/16752/stat : 16752 (java) S 16744 16747 14474 0 -1 4202560 636 0 0 0 406 15 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767178062760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16753] ppid=16744 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/16747/task/16753/stat : 16753 (java) S 16744 16747 14474 0 -1 4202560 710 0 0 0 465 17 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767177010216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16754] ppid=16744 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/16747/task/16754/stat : 16754 (java) S 16744 16747 14474 0 -1 4202560 713 0 0 0 414 15 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767175956648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16755] ppid=16744 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/16747/task/16755/stat : 16755 (java) S 16744 16747 14474 0 -1 4202560 555 0 0 0 392 15 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767174904104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16756] ppid=16744 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/16747/task/16756/stat : 16756 (java) S 16744 16747 14474 0 -1 4202560 911 0 0 0 358 15 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767173851560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16757] ppid=16744 vsize=9824732 CPUtime=4.39 cores=0,2,4,6
/proc/16747/task/16757/stat : 16757 (java) S 16744 16747 14474 0 -1 4202560 568 0 0 0 425 14 0 0 20 0 22 0 23029450 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139767172799016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16758] ppid=16744 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/16747/task/16758/stat : 16758 (java) S 16744 16747 14474 0 -1 4202560 2767 0 0 0 439 9 0 0 20 0 22 0 23029451 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766690470504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16759] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16759/stat : 16759 (java) S 16744 16747 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766689416824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16760] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16760/stat : 16760 (java) S 16744 16747 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766688364168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16761] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16761/stat : 16761 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766687312912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16762] ppid=16744 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16747/task/16762/stat : 16762 (java) S 16744 16747 14474 0 -1 4202560 13182 0 0 0 172 2 0 0 20 0 22 0 23029455 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766686259256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16763] ppid=16744 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/16747/task/16763/stat : 16763 (java) S 16744 16747 14474 0 -1 4202560 15246 0 0 0 155 2 0 0 20 0 22 0 23029455 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766685206712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16764] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16764/stat : 16764 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766684154360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16765] ppid=16744 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/16747/task/16765/stat : 16765 (java) S 16744 16747 14474 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 23029455 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766683102024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16766] ppid=16744 vsize=9824732 CPUtime=867.81 cores=0,2,4,6
/proc/16747/task/16766/stat : 16766 (java) R 16744 16747 14474 0 -1 4202560 100 0 0 0 86765 16 0 0 20 0 22 0 23029572 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766682046112 139767179316957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16767] ppid=16744 vsize=9824732 CPUtime=867.81 cores=0,2,4,6
/proc/16747/task/16767/stat : 16767 (java) R 16744 16747 14474 0 -1 4202560 1740 0 0 0 86731 50 0 0 20 0 22 0 23029572 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766680992672 139767178862646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16768] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16768/stat : 16768 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766679942696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16769] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16769/stat : 16769 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 965184 33554432000 1073741824 1073778376 140734936490624 139766678890152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1778.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.001 s]
/proc/loadavg: 4.28 4.21 4.07 5/219 16873
/proc/meminfo: memFree=26576028/32872528 swapFree=338416/354768
[pid=16747] ppid=16744 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/16747/stat : 16747 (java) S 16744 16747 14474 0 -1 4202496 42267 0 1 0 179826 183 0 0 20 0 22 0 23029448 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 140734936481760 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16747/statm: 2456183 967230 2292 9 0 2446860 0
[pid=16747/tid=16749] ppid=16744 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/16747/task/16749/stat : 16749 (java) S 16744 16747 14474 0 -1 4202560 2497 0 1 0 109 4 0 0 20 0 22 0 23029449 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767337067384 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16750] ppid=16744 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/16747/task/16750/stat : 16750 (java) S 16744 16747 14474 0 -1 4202560 575 0 0 0 425 13 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767298558632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16751] ppid=16744 vsize=9824732 CPUtime=4.12 cores=0,2,4,6
/proc/16747/task/16751/stat : 16751 (java) S 16744 16747 14474 0 -1 4202560 747 0 0 0 395 17 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767297506088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16752] ppid=16744 vsize=9824732 CPUtime=4.23 cores=0,2,4,6
/proc/16747/task/16752/stat : 16752 (java) S 16744 16747 14474 0 -1 4202560 637 0 0 0 408 15 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767178062760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16753] ppid=16744 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/16747/task/16753/stat : 16753 (java) S 16744 16747 14474 0 -1 4202560 710 0 0 0 468 17 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767177010216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16754] ppid=16744 vsize=9824732 CPUtime=4.32 cores=0,2,4,6
/proc/16747/task/16754/stat : 16754 (java) S 16744 16747 14474 0 -1 4202560 713 0 0 0 417 15 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767175956648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16755] ppid=16744 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/16747/task/16755/stat : 16755 (java) S 16744 16747 14474 0 -1 4202560 557 0 0 0 402 15 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767174904104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16756] ppid=16744 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/16747/task/16756/stat : 16756 (java) S 16744 16747 14474 0 -1 4202560 911 0 0 0 360 15 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767173851560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16757] ppid=16744 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/16747/task/16757/stat : 16757 (java) S 16744 16747 14474 0 -1 4202560 568 0 0 0 429 14 0 0 20 0 22 0 23029450 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139767172799016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16758] ppid=16744 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/16747/task/16758/stat : 16758 (java) S 16744 16747 14474 0 -1 4202560 2767 0 0 0 439 9 0 0 20 0 22 0 23029451 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766690470504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16759] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16759/stat : 16759 (java) S 16744 16747 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766689416824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16760] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16760/stat : 16760 (java) S 16744 16747 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23029452 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766688364168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16761] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16761/stat : 16761 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766687312912 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16762] ppid=16744 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16747/task/16762/stat : 16762 (java) S 16744 16747 14474 0 -1 4202560 13182 0 0 0 172 2 0 0 20 0 22 0 23029455 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766686259256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16747/tid=16763] ppid=16744 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/16747/task/16763/stat : 16763 (java) S 16744 16747 14474 0 -1 4202560 15246 0 0 0 155 2 0 0 20 0 22 0 23029455 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766685206712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16764] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16764/stat : 16764 (java) S 16744 16747 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23029455 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766684154360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16765] ppid=16744 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16747/task/16765/stat : 16765 (java) S 16744 16747 14474 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 23029455 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766683102024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16766] ppid=16744 vsize=9824732 CPUtime=878.41 cores=0,2,4,6
/proc/16747/task/16766/stat : 16766 (java) R 16744 16747 14474 0 -1 4202560 101 0 0 0 87825 16 0 0 20 0 22 0 23029572 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766682046016 139767179316747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16747/tid=16767] ppid=16744 vsize=9824732 CPUtime=878.41 cores=0,2,4,6
/proc/16747/task/16767/stat : 16767 (java) R 16744 16747 14474 0 -1 4202560 1740 0 0 0 87791 50 0 0 20 0 22 0 23029572 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766680992352 139767178862646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16747/tid=16768] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16768/stat : 16768 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766679942696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16747/tid=16769] ppid=16744 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16747/task/16769/stat : 16769 (java) S 16744 16747 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23029582 10060525568 967230 33554432000 1073741824 1073778376 140734936490624 139766678890152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 16747 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 893.082
CPU time (s): 1800.8
CPU user time (s): 1798.41
CPU system time (s): 2.39064
CPU usage (%): 201.639
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 2.39064
maximum resident set size= 3869036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42308
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= 23376
involuntary context switches= 27400

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.53216 second user time and 7.57585 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 02:30:27
IDJOB=4100506
IDBENCH=1625
IDSOLVER=2543
FILE ID=node126/4100506-1466209827
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-dg012142.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100506-1466209827/watcher-4100506-1466209827 -o /tmp/evaluation-result-4100506-1466209827/solver-4100506-1466209827 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100506-1466209827.opb

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

MD5SUM BENCH= 99b260f11bc3e586ce78c7adccfe4295
RANDOM SEED=1759281204

node126.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.121
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.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        29038460 kB
Buffers:           44144 kB
Cached:            90520 kB
SwapCached:         1060 kB
Active:          2683964 kB
Inactive:          87580 kB
Active(anon):    2637128 kB
Inactive(anon):     2620 kB
Active(file):      46836 kB
Inactive(file):    84960 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              3568 kB
Writeback:             0 kB
AnonPages:       2997708 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             571016 kB
SReclaimable:      15240 kB
SUnreclaim:       555776 kB
KernelStack:        1824 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3145796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2586624 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 node126 at 2016-06-18 02:45:20