Trace number 4097584

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.18 894.266

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_34.opb
MD5SUM4147d9284c46592292c925b722102498
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1782.3
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint39
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 73
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097584-1466113966.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.80/0.40	c ... done. Wall clock time 0.291s.
0.80/0.40	c declared #vars     1560
0.80/0.40	c #constraints  7458
0.80/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.80/0.40	c constraints type 
0.80/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4446
0.80/0.40	c org.sat4j.specs.Constr$1 => 4
0.80/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.80/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.80/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3002
0.80/0.40	c 7458 constraints processed.
0.80/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.80/0.40	c constraints type 
0.80/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3002
0.80/0.40	c org.sat4j.specs.Constr$1 => 4
0.80/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4446
0.80/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.80/0.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.80/0.40	c 7458 constraints processed.
4.74/1.52	c cleaning 2494 clauses out of 5001 with flag 17130/5001
6.24/2.19	c cleaning 4249 clauses out of 8506 with flag 40525/11000
7.88/2.96	c cleaning 5623 clauses out of 11258 with flag 73909/18001
10.13/4.06	c cleaning 6811 clauses out of 13634 with flag 117726/26000
12.77/5.32	c cleaning 7909 clauses out of 15825 with flag 171697/35002
15.77/6.89	c cleaning 8955 clauses out of 17915 with flag 230395/45001
19.39/8.66	c cleaning 9975 clauses out of 19961 with flag 301422/56002
23.32/10.56	c cleaning 10990 clauses out of 21984 with flag 365987/68000
27.91/12.87	c cleaning 11991 clauses out of 23996 with flag 437286/81002
33.15/15.42	c cleaning 12990 clauses out of 26003 with flag 509326/95000
38.77/18.28	c cleaning 14001 clauses out of 28013 with flag 589729/110000
45.58/21.64	c cleaning 14998 clauses out of 30012 with flag 669554/126000
50.42/24.03	c cleaning 0 clauses out of 5001 with flag 0/5001
53.38/25.31	c cleaning 16003 clauses out of 32016 with flag 769222/143002
59.84/28.56	c cleaning 17001 clauses out of 34013 with flag 859458/161002
67.07/32.16	c cleaning 17996 clauses out of 36012 with flag 958205/180002
74.68/35.97	c cleaning 19006 clauses out of 38015 with flag 1069314/200001
83.51/40.36	c cleaning 19997 clauses out of 40008 with flag 1197644/221000
92.94/45.06	c cleaning 21003 clauses out of 42013 with flag 1315149/243002
103.55/50.35	c cleaning 21999 clauses out of 44008 with flag 1444778/266000
115.77/56.44	c cleaning 22996 clauses out of 46009 with flag 1595763/290000
129.18/63.14	c cleaning 24001 clauses out of 48013 with flag 1738863/315000
143.00/70.09	c cleaning 24996 clauses out of 50012 with flag 1907848/341000
159.05/78.00	c cleaning 25999 clauses out of 52016 with flag 2087981/368000
178.87/87.96	c cleaning 26999 clauses out of 54017 with flag 2279057/396000
195.72/96.36	c cleaning 28004 clauses out of 56019 with flag 2438436/425001
215.15/106.07	c cleaning 29006 clauses out of 58015 with flag 2610148/455001
237.22/117.07	c cleaning 29994 clauses out of 60008 with flag 2798383/486000
257.45/127.19	c cleaning 31000 clauses out of 62014 with flag 2991804/518000
279.28/138.03	c cleaning 31998 clauses out of 64014 with flag 3187741/551000
289.10/142.91	c cleaning 0 clauses out of 11000 with flag 0/11000
305.78/151.29	c cleaning 32994 clauses out of 66016 with flag 3412614/585000
334.65/165.67	c cleaning 34004 clauses out of 68024 with flag 3647334/620002
365.38/180.94	c cleaning 35003 clauses out of 70018 with flag 3897422/656000
397.21/196.74	c cleaning 35998 clauses out of 72015 with flag 4153602/693000
430.20/213.10	c cleaning 37003 clauses out of 74018 with flag 4425051/731001
461.76/228.81	c cleaning 37997 clauses out of 76015 with flag 4679379/770001
495.11/245.45	c cleaning 38997 clauses out of 78018 with flag 4907844/810001
531.67/263.61	c cleaning 40002 clauses out of 80021 with flag 5162970/851001
570.12/282.72	c cleaning 41002 clauses out of 82019 with flag 5431495/893001
612.19/303.65	c cleaning 41998 clauses out of 84018 with flag 5727116/936002
653.97/324.49	c cleaning 42999 clauses out of 86019 with flag 6017276/980001
698.65/346.66	c cleaning 44002 clauses out of 88024 with flag 6290568/1025005
744.30/369.39	c cleaning 45000 clauses out of 90017 with flag 6591370/1071000
796.24/395.10	c cleaning 46000 clauses out of 92018 with flag 6900898/1118001
849.98/421.83	c cleaning 47001 clauses out of 94020 with flag 7208293/1166003
900.00/446.75	c cleaning 47995 clauses out of 96018 with flag 7495243/1215002
953.87/473.54	c cleaning 0 clauses out of 18003 with flag 0/18003
954.87/474.07	c cleaning 49003 clauses out of 98021 with flag 7816989/1265000
1014.38/503.64	c cleaning 49992 clauses out of 100018 with flag 8169357/1316000
1077.13/534.80	c cleaning 51004 clauses out of 102026 with flag 8537127/1368000
1142.48/567.36	c cleaning 52005 clauses out of 104026 with flag 8933459/1421004
1210.69/601.29	c cleaning 52997 clauses out of 106017 with flag 9332833/1475000
1286.95/639.20	c cleaning 53996 clauses out of 108020 with flag 9749651/1530000
1360.83/675.85	c cleaning 55006 clauses out of 110025 with flag 10181344/1586001
1435.70/713.02	c cleaning 56000 clauses out of 112018 with flag 10606315/1643000
1517.39/753.63	c cleaning 56997 clauses out of 114021 with flag 11062394/1701003
1603.30/796.36	c cleaning 58000 clauses out of 116021 with flag 11534391/1760000
1692.49/840.65	c cleaning 59004 clauses out of 118021 with flag 12034124/1820000
1783.49/886.00	c cleaning 60000 clauses out of 120018 with flag 12502373/1881001
1800.18/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.20	c starts		: 184
1800.18/894.20	c conflicts		: 1897809
1800.18/894.20	c decisions		: 2146635
1800.18/894.20	c propagations		: 220697795
1800.18/894.20	c inspects		: 10726371538
1800.18/894.20	c shortcuts		: 0
1800.18/894.20	c learnt literals	: 0
1800.18/894.20	c learnt binary clauses	: 0
1800.18/894.20	c learnt ternary clauses	: 4
1800.18/894.20	c learnt constraints	: 1897809
1800.18/894.20	c ignored constraints	: 0
1800.18/894.20	c root simplifications	: 0
1800.18/894.20	c removed literals (reason simplification)	: 20146591
1800.18/894.20	c reason swapping (by a shorter reason)	: 0
1800.18/894.20	c Calls to reduceDB	: 57
1800.18/894.20	c Number of update (reduction) of LBD	: 391837
1800.18/894.20	c Imported unit clauses	: 0
1800.18/894.20	c number of reductions to clauses (during analyze)	: 0
1800.18/894.20	c number of learned constraints concerned by reduction	: 0
1800.18/894.20	c number of learning phase by resolution	: 0
1800.18/894.20	c number of learning phase by cutting planes	: 0
1800.18/894.20	c speed (assignments/second)	: 246921.61083557003
1800.18/894.20	c non guided choices	153
1800.18/894.23	c learnt constraints type 
1800.18/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76826
1800.18/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.23	c starts		: 52
1800.18/894.23	c conflicts		: 23641
1800.18/894.23	c decisions		: 30026
1800.18/894.23	c propagations		: 3696208
1800.18/894.23	c inspects		: 1210678168
1800.18/894.23	c shortcuts		: 0
1800.18/894.23	c learnt literals	: 0
1800.18/894.23	c learnt binary clauses	: 0
1800.18/894.23	c learnt ternary clauses	: 1
1800.18/894.23	c learnt constraints	: 23641
1800.18/894.23	c ignored constraints	: 0
1800.18/894.23	c root simplifications	: 0
1800.18/894.23	c removed literals (reason simplification)	: 0
1800.18/894.23	c reason swapping (by a shorter reason)	: 0
1800.18/894.23	c Calls to reduceDB	: 3
1800.18/894.23	c Number of update (reduction) of LBD	: 0
1800.18/894.23	c Imported unit clauses	: 0
1800.18/894.23	c number of reductions to clauses (during analyze)	: 0
1800.18/894.23	c number of learned constraints concerned by reduction	: 0
1800.18/894.23	c number of learning phase by resolution	: 0
1800.18/894.23	c number of learning phase by cutting planes	: 0
1800.18/894.23	c speed (assignments/second)	: 4135.301442462065
1800.18/894.23	c non guided choices	153
1800.18/894.24	c learnt constraints type 
1800.18/894.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6451
1800.18/894.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.18/894.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16787
1800.18/894.24	s UNKNOWN
1800.18/894.24	c Total wall clock time (in seconds): 894.132

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-4097584-1466113966/watcher-4097584-1466113966 -o /tmp/evaluation-result-4097584-1466113966/solver-4097584-1466113966 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17180 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097584-1466113966.opb 

pid=18749
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: 3.96 4.02 3.62 4/197 18752
/proc/meminfo: memFree=30257716/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 1288 0 0 0 0 0 0 0 20 0 2 0 13447105 95129600 921 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 23225 927 703 9 0 16769 0
[pid=18752/tid=18753] ppid=18749 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) R 18749 18752 17164 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 13447106 95129600 927 33554432000 1073741824 1073778376 140735777039552 139873633046056 249640873255 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 3.96 4.02 3.62 4/197 18752
/proc/meminfo: memFree=30257716/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 4501 0 1 0 9 1 0 0 20 0 18 0 13447105 9787879424 6122 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2389619 6122 2156 9 0 2380296 0
[pid=18752/tid=18753] ppid=18749 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) R 18749 18752 17164 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 13447106 9787879424 6122 33554432000 1073741824 1073778376 140735777039552 139873633049504 249653421325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 3.96 4.02 3.62 4/197 18752
/proc/meminfo: memFree=30257716/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 4969 0 1 0 26 1 0 0 20 0 18 0 13447105 9787879424 7003 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2389619 7003 2216 9 0 2380296 0
[pid=18752/tid=18753] ppid=18749 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) R 18749 18752 17164 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 18 0 13447106 9787879424 7003 33554432000 1073741824 1073778376 140735777039552 139873633049504 139873478600499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30027 s]
/proc/loadavg: 3.96 4.02 3.62 4/197 18752
/proc/meminfo: memFree=30257716/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 6084 0 1 0 50 2 0 0 20 0 18 0 13447105 9787879424 9444 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2389619 9444 2234 9 0 2380296 0
[pid=18752/tid=18753] ppid=18749 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) R 18749 18752 17164 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 13447106 9787879424 9444 33554432000 1073741824 1073778376 140735777039552 139873633049504 249653421325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700225 s]
/proc/loadavg: 3.96 4.02 3.62 4/197 18752
/proc/meminfo: memFree=30257716/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 15913 0 1 0 195 4 0 0 20 0 22 0 13447105 10060525568 19611 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2456183 19611 2267 9 0 2446860 0
[pid=18752/tid=18753] ppid=18749 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) S 18749 18752 17164 0 -1 4202560 2430 0 1 0 36 2 0 0 20 0 22 0 13447106 10060525568 19611 33554432000 1073741824 1073778376 140735777039552 139873633051512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 4.12 4.05 3.64 7/219 18774
/proc/meminfo: memFree=30113600/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9824732 CPUtime=4.74 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 24764 0 1 0 467 7 0 0 20 0 22 0 13447105 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2456183 46395 2284 9 0 2446860 0
[pid=18752/tid=18753] ppid=18749 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) S 18749 18752 17164 0 -1 4202560 2430 0 1 0 36 2 0 0 20 0 22 0 13447106 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873633051512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18755] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18755/stat : 18755 (java) S 18749 18752 17164 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873605504040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18756] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18756/stat : 18756 (java) S 18749 18752 17164 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873604451240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18757] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18757/stat : 18757 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873603398440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18758] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18758/stat : 18758 (java) S 18749 18752 17164 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873602345640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18759] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18759/stat : 18759 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873601292840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18760] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18760/stat : 18760 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873600240040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18761] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18761/stat : 18761 (java) S 18749 18752 17164 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873599187240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18762] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18762/stat : 18762 (java) S 18749 18752 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139873598134440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18763] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18763/stat : 18763 (java) S 18749 18752 17164 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872985648104 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18764] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18764/stat : 18764 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872984594168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18765] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18765/stat : 18765 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872983541256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18766] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18766/stat : 18766 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872982489744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18767] ppid=18749 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/18752/task/18767/stat : 18767 (java) S 18749 18752 17164 0 -1 4202560 12519 0 0 0 104 2 0 0 20 0 22 0 13447110 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872981436856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18768] ppid=18749 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18752/task/18768/stat : 18768 (java) S 18749 18752 17164 0 -1 4202560 8333 0 0 0 105 2 0 0 20 0 22 0 13447110 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872980384056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18769] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18769/stat : 18769 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872979331448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18770] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18770/stat : 18770 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872978278856 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18771] ppid=18749 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18752/task/18771/stat : 18771 (java) R 18749 18752 17164 0 -1 4202560 24 0 0 0 107 0 0 0 20 0 22 0 13447146 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872977222936 139873478587088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18772] ppid=18749 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18752/task/18772/stat : 18772 (java) R 18749 18752 17164 0 -1 4202560 81 0 0 0 105 2 0 0 20 0 22 0 13447146 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872976170904 139873479362528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18773] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18773/stat : 18773 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872975119784 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18774] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18774/stat : 18774 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 46395 33554432000 1073741824 1073778376 140735777039552 139872974066984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.12 4.05 3.64 5/219 18774
/proc/meminfo: memFree=30070944/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9824732 CPUtime=8.31 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 26880 0 1 0 819 12 0 0 20 0 22 0 13447105 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2456183 82359 2292 9 0 2446860 0
[pid=18752/tid=18753] ppid=18749 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) S 18749 18752 17164 0 -1 4202560 2430 0 1 0 36 2 0 0 20 0 22 0 13447106 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873633051512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18755] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18755/stat : 18755 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873605504040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18756] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18756/stat : 18756 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873604451240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18757] ppid=18749 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18752/task/18757/stat : 18757 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873603398440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18758] ppid=18749 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18752/task/18758/stat : 18758 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873602345640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18759] ppid=18749 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18752/task/18759/stat : 18759 (java) S 18749 18752 17164 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873601292840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18760] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18760/stat : 18760 (java) S 18749 18752 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873600240040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18761] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18761/stat : 18761 (java) S 18749 18752 17164 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873599187240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18762] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18762/stat : 18762 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139873598134440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18763] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18763/stat : 18763 (java) S 18749 18752 17164 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872985648104 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18764] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18764/stat : 18764 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872984594168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18765] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18765/stat : 18765 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872983541256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18766] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18766/stat : 18766 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872982489744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18767] ppid=18749 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/18752/task/18767/stat : 18767 (java) S 18749 18752 17164 0 -1 4202560 14415 0 0 0 127 2 0 0 20 0 22 0 13447110 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872981436856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18768] ppid=18749 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18752/task/18768/stat : 18768 (java) S 18749 18752 17164 0 -1 4202560 8336 0 0 0 113 2 0 0 20 0 22 0 13447110 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872980384056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18769] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18769/stat : 18769 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872979331448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18770] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18770/stat : 18770 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872978278856 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18771] ppid=18749 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/18752/task/18771/stat : 18771 (java) R 18749 18752 17164 0 -1 4202560 26 0 0 0 261 0 0 0 20 0 22 0 13447146 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872977223032 139873479168564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18772] ppid=18749 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/18752/task/18772/stat : 18772 (java) R 18749 18752 17164 0 -1 4202560 140 0 0 0 258 2 0 0 20 0 22 0 13447146 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872976170984 139873479405193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18773] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18773/stat : 18773 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872975119784 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18774] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18774/stat : 18774 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 82359 33554432000 1073741824 1073778376 140735777039552 139872974066984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.12 4.05 3.64 5/219 18774
/proc/meminfo: memFree=29674704/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9824732 CPUtime=14.77 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 27330 0 1 0 1458 19 0 0 20 0 22 0 13447105 10060525568 166904 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2456183 167416 2292 9 0 2446860 0
[pid=18752/tid=18753] ppid=18749 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) S 18749 18752 17164 0 -1 4202560 2430 0 1 0 36 2 0 0 20 0 22 0 13447106 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873633051512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18755] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18755/stat : 18755 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873605504040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18756] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18756/stat : 18756 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873604451240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18757] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18757/stat : 18757 (java) S 18749 18752 17164 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873603398440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18758] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18758/stat : 18758 (java) S 18749 18752 17164 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873602345640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18759] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18759/stat : 18759 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873601292840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18760] ppid=18749 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18752/task/18760/stat : 18760 (java) S 18749 18752 17164 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873600240040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18761] ppid=18749 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18752/task/18761/stat : 18761 (java) S 18749 18752 17164 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 13447107 10060525568 167416 33554432000 1073741824 1073778376 140735777039552 139873599187240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18762] ppid=18749 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

/proc/18752/task/18757/stat : 18757 (java) S 18749 18752 17164 0 -1 4202560 314 0 0 0 250 5 0 0 20 0 22 0 13447107 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139873603398440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18758] ppid=18749 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/18752/task/18758/stat : 18758 (java) S 18749 18752 17164 0 -1 4202560 329 0 0 0 277 4 0 0 20 0 22 0 13447107 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139873602345640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18759] ppid=18749 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/18752/task/18759/stat : 18759 (java) S 18749 18752 17164 0 -1 4202560 286 0 0 0 268 3 0 0 20 0 22 0 13447107 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139873601292840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18760] ppid=18749 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/18752/task/18760/stat : 18760 (java) S 18749 18752 17164 0 -1 4202560 322 0 0 0 265 5 0 0 20 0 22 0 13447107 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139873600240040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18761] ppid=18749 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/18752/task/18761/stat : 18761 (java) S 18749 18752 17164 0 -1 4202560 323 0 0 0 267 5 0 0 20 0 22 0 13447107 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139873599187240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18762] ppid=18749 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/18752/task/18762/stat : 18762 (java) S 18749 18752 17164 0 -1 4202560 338 0 0 0 275 4 0 0 20 0 22 0 13447107 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139873598134440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18763] ppid=18749 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/18752/task/18763/stat : 18763 (java) S 18749 18752 17164 0 -1 4202560 1262 0 0 0 10 27 0 0 20 0 22 0 13447108 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872985648104 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18764] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18764/stat : 18764 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872984594168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18765] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18765/stat : 18765 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872983541256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18766] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18766/stat : 18766 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872982489744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18767] ppid=18749 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/18752/task/18767/stat : 18767 (java) S 18749 18752 17164 0 -1 4202560 14419 0 0 0 143 2 0 0 20 0 22 0 13447110 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872981436856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18768] ppid=18749 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/18752/task/18768/stat : 18768 (java) S 18749 18752 17164 0 -1 4202560 10887 0 0 0 163 2 0 0 20 0 22 0 13447110 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872980384056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18769] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18769/stat : 18769 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872979331448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18770] ppid=18749 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/18752/task/18770/stat : 18770 (java) S 18749 18752 17164 0 -1 4202560 47 0 0 0 12 17 0 0 20 0 22 0 13447110 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872978278856 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18771] ppid=18749 vsize=9824732 CPUtime=812.75 cores=0,2,4,6
/proc/18752/task/18771/stat : 18771 (java) R 18749 18752 17164 0 -1 4202560 356 0 0 0 81260 15 0 0 20 0 22 0 13447146 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872977223680 139873479169053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18772] ppid=18749 vsize=9824732 CPUtime=812.87 cores=0,2,4,6
/proc/18752/task/18772/stat : 18772 (java) R 18749 18752 17164 0 -1 4202560 1419 0 0 0 81241 46 0 0 20 0 22 0 13447146 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872976169984 139873479151303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18773] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18773/stat : 18773 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872975119784 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18774] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18774/stat : 18774 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 637207 33554432000 1073741824 1073778376 140735777039552 139872974066984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1655.64
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.29 4.13 3.89 5/219 19570
/proc/meminfo: memFree=26743304/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9824732 CPUtime=1776.28 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 34715 0 1 0 177505 123 0 0 20 0 22 0 13447105 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2456183 636065 2293 9 0 2446860 0
[pid=18752/tid=18753] ppid=18749 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) S 18749 18752 17164 0 -1 4202560 2437 0 1 0 39 3 0 0 20 0 22 0 13447106 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873633051512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18755] ppid=18749 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/18752/task/18755/stat : 18755 (java) S 18749 18752 17164 0 -1 4202560 332 0 0 0 293 5 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873605504040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18756] ppid=18749 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/18752/task/18756/stat : 18756 (java) S 18749 18752 17164 0 -1 4202560 318 0 0 0 296 4 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873604451240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18757] ppid=18749 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/18752/task/18757/stat : 18757 (java) S 18749 18752 17164 0 -1 4202560 316 0 0 0 268 5 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873603398440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18758] ppid=18749 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/18752/task/18758/stat : 18758 (java) S 18749 18752 17164 0 -1 4202560 330 0 0 0 296 5 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873602345640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18759] ppid=18749 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/18752/task/18759/stat : 18759 (java) S 18749 18752 17164 0 -1 4202560 307 0 0 0 289 3 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873601292840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18760] ppid=18749 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/18752/task/18760/stat : 18760 (java) S 18749 18752 17164 0 -1 4202560 325 0 0 0 284 5 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873600240040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18761] ppid=18749 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/18752/task/18761/stat : 18761 (java) S 18749 18752 17164 0 -1 4202560 325 0 0 0 285 5 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873599187240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18762] ppid=18749 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/18752/task/18762/stat : 18762 (java) S 18749 18752 17164 0 -1 4202560 338 0 0 0 293 4 0 0 20 0 22 0 13447107 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139873598134440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18763] ppid=18749 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/18752/task/18763/stat : 18763 (java) S 18749 18752 17164 0 -1 4202560 1266 0 0 0 10 29 0 0 20 0 22 0 13447108 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872985648104 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18764] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18764/stat : 18764 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872984594168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18765] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18765/stat : 18765 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872983541256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18766] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18766/stat : 18766 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872982489744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18767] ppid=18749 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/18752/task/18767/stat : 18767 (java) S 18749 18752 17164 0 -1 4202560 14419 0 0 0 143 2 0 0 20 0 22 0 13447110 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872981436856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18768] ppid=18749 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/18752/task/18768/stat : 18768 (java) S 18749 18752 17164 0 -1 4202560 10887 0 0 0 163 2 0 0 20 0 22 0 13447110 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872980384056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18769] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18769/stat : 18769 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872979331448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18770] ppid=18749 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/18752/task/18770/stat : 18770 (java) S 18749 18752 17164 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 13447110 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872978278856 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18771] ppid=18749 vsize=9824732 CPUtime=872.12 cores=0,2,4,6
/proc/18752/task/18771/stat : 18771 (java) R 18749 18752 17164 0 -1 4202560 374 0 0 0 87196 16 0 0 20 0 22 0 13447146 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872977222912 139873478776800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18772] ppid=18749 vsize=9824732 CPUtime=872.25 cores=0,2,4,6
/proc/18752/task/18772/stat : 18772 (java) R 18749 18752 17164 0 -1 4202560 1425 0 0 0 87178 47 0 0 20 0 22 0 13447146 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872976170784 139873479405805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18773] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18773/stat : 18773 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872975119784 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18774] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18774/stat : 18774 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 636065 33554432000 1073741824 1073778376 140735777039552 139872974066984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1776.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.25 4.12 3.89 5/219 19570
/proc/meminfo: memFree=26746720/32872528 swapFree=188940/188940
[pid=18752] ppid=18749 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/18752/stat : 18752 (java) S 18749 18752 17164 0 -1 4202496 34727 0 1 0 179894 124 0 0 20 0 22 0 13447105 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 140735777030688 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18752/statm: 2456183 635331 2293 9 0 2446860 0
[pid=18752/tid=18753] ppid=18749 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/18752/task/18753/stat : 18753 (java) S 18749 18752 17164 0 -1 4202560 2437 0 1 0 39 3 0 0 20 0 22 0 13447106 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873633051512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18755] ppid=18749 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/18752/task/18755/stat : 18755 (java) S 18749 18752 17164 0 -1 4202560 332 0 0 0 298 5 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873605504040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18756] ppid=18749 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/18752/task/18756/stat : 18756 (java) S 18749 18752 17164 0 -1 4202560 318 0 0 0 301 4 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873604451240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18757] ppid=18749 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/18752/task/18757/stat : 18757 (java) S 18749 18752 17164 0 -1 4202560 316 0 0 0 273 5 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873603398440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18758] ppid=18749 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/18752/task/18758/stat : 18758 (java) S 18749 18752 17164 0 -1 4202560 330 0 0 0 298 5 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873602345640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18759] ppid=18749 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/18752/task/18759/stat : 18759 (java) S 18749 18752 17164 0 -1 4202560 313 0 0 0 292 3 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873601292840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18760] ppid=18749 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/18752/task/18760/stat : 18760 (java) S 18749 18752 17164 0 -1 4202560 325 0 0 0 287 5 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873600240040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18761] ppid=18749 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/18752/task/18761/stat : 18761 (java) S 18749 18752 17164 0 -1 4202560 325 0 0 0 288 5 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873599187240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18762] ppid=18749 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/18752/task/18762/stat : 18762 (java) S 18749 18752 17164 0 -1 4202560 338 0 0 0 299 4 0 0 20 0 22 0 13447107 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139873598134440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18763] ppid=18749 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/18752/task/18763/stat : 18763 (java) S 18749 18752 17164 0 -1 4202560 1266 0 0 0 10 29 0 0 20 0 22 0 13447108 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872985648104 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18764] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18764/stat : 18764 (java) S 18749 18752 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872984594168 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18765] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18765/stat : 18765 (java) S 18749 18752 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447108 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872983541256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18766] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18766/stat : 18766 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872982489744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18767] ppid=18749 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/18752/task/18767/stat : 18767 (java) S 18749 18752 17164 0 -1 4202560 14419 0 0 0 143 2 0 0 20 0 22 0 13447110 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872981436856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18768] ppid=18749 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/18752/task/18768/stat : 18768 (java) S 18749 18752 17164 0 -1 4202560 10887 0 0 0 163 2 0 0 20 0 22 0 13447110 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872980384056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18769] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18769/stat : 18769 (java) S 18749 18752 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447110 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872979331448 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18752/tid=18770] ppid=18749 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/18752/task/18770/stat : 18770 (java) S 18749 18752 17164 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 13447110 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872978278856 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18771] ppid=18749 vsize=9824732 CPUtime=883.88 cores=0,2,4,6
/proc/18752/task/18771/stat : 18771 (java) R 18749 18752 17164 0 -1 4202560 380 0 0 0 88372 16 0 0 20 0 22 0 13447146 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872977223680 139873479169053 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18752/tid=18772] ppid=18749 vsize=9824732 CPUtime=884.02 cores=0,2,4,6
/proc/18752/task/18772/stat : 18772 (java) R 18749 18752 17164 0 -1 4202560 1425 0 0 0 88355 47 0 0 20 0 22 0 13447146 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872976170112 139873479408117 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18752/tid=18773] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18773/stat : 18773 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872975119784 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18752/tid=18774] ppid=18749 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18752/task/18774/stat : 18774 (java) S 18749 18752 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447147 10060525568 635331 33554432000 1073741824 1073778376 140735777039552 139872974066984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 18752 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18752 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=558185
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=712739
# CPU time returned by wait4() is 1796.27
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.266
CPU time (s): 1800.18
CPU user time (s): 1798.94
CPU system time (s): 1.24
CPU usage (%): 201.303
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.71274
maximum resident set size= 2724660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34761
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= 36735
involuntary context switches= 46106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.84496 second user time and 7.53385 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-16 23:52:46
IDJOB=4097584
IDBENCH=107778
IDSOLVER=2543
FILE ID=node102/4097584-1466113966
RUNJOBID= node102-1466112168-17180
PBS_JOBID= 19904127
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_34.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097584-1466113966/watcher-4097584-1466113966 -o /tmp/evaluation-result-4097584-1466113966/solver-4097584-1466113966 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17180 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097584-1466113966.opb

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

MD5SUM BENCH= 4147d9284c46592292c925b722102498
RANDOM SEED=294122223

node102.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.746
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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.746
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.746
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.56
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.746
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.746
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.746
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.746
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.746
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:        30258508 kB
Buffers:           43188 kB
Cached:           117220 kB
SwapCached:         1412 kB
Active:          1628284 kB
Inactive:          87240 kB
Active(anon):    1554800 kB
Inactive(anon):     3056 kB
Active(file):      73484 kB
Inactive(file):    84184 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              1448 kB
Writeback:             0 kB
AnonPages:       1761688 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             569028 kB
SReclaimable:      12240 kB
SUnreclaim:       556788 kB
KernelStack:        1776 kB
PageTables:         8528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1954704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1525760 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= 71728 MiB
End job on node102 at 2016-06-17 00:07:40