Trace number 4080961

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.81 896.848

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4080961-1465374579.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  objective function found
1.12/0.69	c ... done. Wall clock time 0.56s.
1.12/0.69	c declared #vars     15725
1.12/0.69	c #constraints  33139
1.24/0.70	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.24/0.70	c constraints type 
1.24/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.24/0.70	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.24/0.70	c org.sat4j.specs.Constr$1 => 3
1.24/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.24/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.24/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.24/0.70	c 33139 constraints processed.
1.24/0.70	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.24/0.70	c constraints type 
1.24/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.24/0.70	c org.sat4j.specs.Constr$1 => 3
1.24/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.24/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.24/0.70	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.24/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.24/0.70	c 33139 constraints processed.
1.24/0.70	c objective function length is 1825 literals
9.91/4.22	c cleaning 2500 clauses out of 5000 with flag 25310/5000
17.21/7.75	c cleaning 4245 clauses out of 8500 with flag 51575/11000
25.08/11.65	c cleaning 5622 clauses out of 11256 with flag 79304/18001
34.18/16.10	c cleaning 6810 clauses out of 13633 with flag 117904/26000
44.87/21.40	c cleaning 7906 clauses out of 15825 with flag 166947/35002
56.75/27.36	c cleaning 8953 clauses out of 17920 with flag 217254/45003
69.76/33.88	c cleaning 9980 clauses out of 19969 with flag 278134/56005
84.82/41.31	c cleaning 10988 clauses out of 21985 with flag 345239/68001
100.49/49.12	c cleaning 11993 clauses out of 23996 with flag 388114/81000
116.80/57.21	c cleaning 12995 clauses out of 26003 with flag 451162/95000
133.26/65.46	c cleaning 13996 clauses out of 28008 with flag 523026/110000
151.93/74.71	c cleaning 14985 clauses out of 30012 with flag 600771/126000
172.40/84.93	c cleaning 15993 clauses out of 32028 with flag 682180/143001
193.86/95.63	c cleaning 16994 clauses out of 34034 with flag 766184/161000
216.58/106.98	c cleaning 17999 clauses out of 36040 with flag 850887/180000
239.27/118.24	c cleaning 18997 clauses out of 38042 with flag 940545/200001
265.79/131.47	c cleaning 19993 clauses out of 40045 with flag 1039182/221001
267.22/132.12	c cleaning 0 clauses out of 5007 with flag 0/5007
295.43/146.07	c cleaning 21003 clauses out of 42052 with flag 1143252/243001
324.08/160.26	c cleaning 22020 clauses out of 44058 with flag 1247796/266010
363.85/180.35	c cleaning 23011 clauses out of 46032 with flag 1371627/290004
397.39/197.07	c cleaning 23997 clauses out of 48018 with flag 1481811/315001
432.93/214.71	c cleaning 25001 clauses out of 50023 with flag 1609144/341003
475.14/235.71	c cleaning 26003 clauses out of 52019 with flag 1747952/368000
521.56/258.84	c cleaning 26996 clauses out of 54018 with flag 1912254/396002
568.38/282.15	c cleaning 28005 clauses out of 56021 with flag 2147027/425001
620.05/307.84	c cleaning 28998 clauses out of 58015 with flag 2359699/455000
674.72/335.44	c cleaning 30002 clauses out of 60017 with flag 2595569/486000
728.95/362.46	c cleaning 31001 clauses out of 62016 with flag 2806749/518001
787.97/391.86	c cleaning 31998 clauses out of 64014 with flag 3016446/551000
856.05/425.80	c cleaning 33001 clauses out of 66016 with flag 3257504/585000
922.16/458.68	c cleaning 34003 clauses out of 68015 with flag 3527469/620000
990.76/492.88	c cleaning 35000 clauses out of 70012 with flag 3741676/656000
1049.48/522.06	c cleaning 36002 clauses out of 72014 with flag 3939474/693002
1102.65/548.53	c cleaning 37001 clauses out of 74012 with flag 4142572/731002
1163.39/579.25	c cleaning 37995 clauses out of 76009 with flag 4367928/770000
1225.30/610.05	c cleaning 38991 clauses out of 78014 with flag 4582540/810000
1291.76/643.15	c cleaning 40004 clauses out of 80023 with flag 4823630/851000
1338.19/666.24	c cleaning 0 clauses out of 11005 with flag 0/11005
1356.50/675.33	c cleaning 41005 clauses out of 82021 with flag 5072061/893002
1427.52/710.64	c cleaning 42001 clauses out of 84017 with flag 5331832/936003
1489.12/741.32	c cleaning 43000 clauses out of 86015 with flag 5574182/980002
1554.04/773.63	c cleaning 44001 clauses out of 88014 with flag 5870618/1025001
1631.61/812.29	c cleaning 45002 clauses out of 90014 with flag 6254544/1071002
1706.31/850.10	c cleaning 46004 clauses out of 92013 with flag 6637060/1118003
1796.35/894.95	c cleaning 46997 clauses out of 94007 with flag 7041297/1166001
1800.15/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.80	c starts		: 1241
1800.15/896.80	c conflicts		: 1169654
1800.15/896.80	c decisions		: 1530969
1800.15/896.80	c propagations		: 693389774
1800.15/896.80	c inspects		: 7960510051
1800.15/896.80	c shortcuts		: 0
1800.15/896.80	c learnt literals	: 0
1800.15/896.80	c learnt binary clauses	: 2
1800.15/896.80	c learnt ternary clauses	: 4
1800.15/896.80	c learnt constraints	: 1169654
1800.15/896.80	c ignored constraints	: 0
1800.15/896.80	c root simplifications	: 0
1800.15/896.80	c removed literals (reason simplification)	: 42525620
1800.15/896.80	c reason swapping (by a shorter reason)	: 0
1800.15/896.80	c Calls to reduceDB	: 44
1800.15/896.80	c Number of update (reduction) of LBD	: 356273
1800.15/896.80	c Imported unit clauses	: 0
1800.15/896.80	c number of reductions to clauses (during analyze)	: 0
1800.15/896.80	c number of learned constraints concerned by reduction	: 0
1800.15/896.80	c number of learning phase by resolution	: 0
1800.15/896.80	c number of learning phase by cutting planes	: 0
1800.15/896.80	c speed (assignments/second)	: 773827.6059871526
1800.15/896.80	c non guided choices	0
1800.15/896.83	c learnt constraints type 
1800.15/896.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.15/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50662
1800.15/896.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/896.83	c starts		: 36
1800.15/896.83	c conflicts		: 12889
1800.15/896.83	c decisions		: 46217
1800.15/896.83	c propagations		: 10290394
1800.15/896.83	c inspects		: 994403926
1800.15/896.83	c shortcuts		: 0
1800.15/896.83	c learnt literals	: 0
1800.15/896.83	c learnt binary clauses	: 0
1800.15/896.83	c learnt ternary clauses	: 0
1800.15/896.83	c learnt constraints	: 12888
1800.15/896.83	c ignored constraints	: 0
1800.15/896.83	c root simplifications	: 0
1800.15/896.83	c removed literals (reason simplification)	: 0
1800.15/896.83	c reason swapping (by a shorter reason)	: 0
1800.15/896.83	c Calls to reduceDB	: 2
1800.15/896.83	c Number of update (reduction) of LBD	: 0
1800.15/896.83	c Imported unit clauses	: 0
1800.15/896.83	c number of reductions to clauses (during analyze)	: 0
1800.15/896.83	c number of learned constraints concerned by reduction	: 0
1800.15/896.83	c number of learning phase by resolution	: 0
1800.15/896.83	c number of learning phase by cutting planes	: 0
1800.15/896.83	c speed (assignments/second)	: 11483.827840687798
1800.15/896.83	c non guided choices	0
1800.15/896.83	c learnt constraints type 
1800.15/896.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 38
1800.15/896.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
1800.15/896.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12823
1800.15/896.83	s UNKNOWN
1800.15/896.83	c Total wall clock time (in seconds): 896.698

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-4080961-1465374579/watcher-4080961-1465374579 -o /tmp/evaluation-result-4080961-1465374579/solver-4080961-1465374579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465366470-16124 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080961-1465374579.opb 

pid=18089
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.09 4.15 4.16 4/197 18092
/proc/meminfo: memFree=27334720/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18092/stat : 18092 (java) D 18089 18092 16108 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 119391521 9515008 176 33554432000 1073741824 1073778376 140735192252208 140735192234936 226084340624 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/18092/statm: 2323 176 133 9 0 71 0

[startup+0.100119 s]
/proc/loadavg: 4.09 4.15 4.16 4/197 18092
/proc/meminfo: memFree=27334720/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 3807 0 1 0 6 1 0 0 20 0 18 0 119391521 9787879424 4939 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2389619 4939 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.2003 s]
/proc/loadavg: 4.09 4.15 4.16 4/197 18092
/proc/meminfo: memFree=27334720/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 5138 0 1 0 25 1 0 0 20 0 18 0 119391521 9787879424 7069 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2389619 7069 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 4.09 4.15 4.16 4/197 18092
/proc/meminfo: memFree=27334720/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 5576 0 1 0 45 1 0 0 20 0 18 0 119391521 9787879424 9370 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2389619 9370 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 4.09 4.15 4.16 4/197 18092
/proc/meminfo: memFree=27334720/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 7777 0 1 0 120 4 0 0 20 0 18 0 119391521 9787879424 38561 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2389619 38561 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558476

[startup+1.50546 s]
/proc/loadavg: 4.09 4.15 4.16 7/219 18114
/proc/meminfo: memFree=27159752/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 14086 0 1 0 385 9 0 0 20 0 22 0 119391521 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2456183 53604 2285 9 0 2446860 0
[pid=18092/tid=18094] ppid=18089 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/18092/task/18094/stat : 18094 (java) S 18089 18092 16108 0 -1 4202560 2484 0 1 0 63 3 0 0 20 0 22 0 119391523 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199177692024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18095] ppid=18089 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18092/task/18095/stat : 18095 (java) S 18089 18092 16108 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199150144040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18096] ppid=18089 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18092/task/18096/stat : 18096 (java) S 18089 18092 16108 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199149091240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18097] ppid=18089 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18092/task/18097/stat : 18097 (java) S 18089 18092 16108 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199148038440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18098] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18098/stat : 18098 (java) S 18089 18092 16108 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199146985640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18099] ppid=18089 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18092/task/18099/stat : 18099 (java) S 18089 18092 16108 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199145933864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18100] ppid=18089 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18092/task/18100/stat : 18100 (java) S 18089 18092 16108 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199144881064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18101] ppid=18089 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18092/task/18101/stat : 18101 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199143828264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18102] ppid=18089 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18092/task/18102/stat : 18102 (java) S 18089 18092 16108 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 119391524 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140199142775464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18103] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18103/stat : 18103 (java) S 18089 18092 16108 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 119391525 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198530746856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18104] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18104/stat : 18104 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198529692920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18105] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18105/stat : 18105 (java) S 18089 18092 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198528640008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18106] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18106/stat : 18106 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198527588496 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18107] ppid=18089 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/18092/task/18107/stat : 18107 (java) S 18089 18092 16108 0 -1 4202560 6429 0 0 0 78 2 0 0 20 0 22 0 119391528 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198526536632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18108] ppid=18089 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/18092/task/18108/stat : 18108 (java) S 18089 18092 16108 0 -1 4202560 3335 0 0 0 77 0 0 0 20 0 22 0 119391528 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198525483832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18109] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18109/stat : 18109 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198524431224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18110] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18110/stat : 18110 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198523378632 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18111] ppid=18089 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/18092/task/18111/stat : 18111 (java) R 18089 18092 16108 0 -1 4202560 17 0 0 0 72 0 0 0 20 0 22 0 119391591 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198522321520 140199024406726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18112] ppid=18089 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/18092/task/18112/stat : 18112 (java) R 18089 18092 16108 0 -1 4202560 36 0 0 0 71 0 0 0 20 0 22 0 119391591 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198521269592 140199024377581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18113] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18113/stat : 18113 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198520218536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18114] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18114/stat : 18114 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 53604 33554432000 1073741824 1073778376 140737098664032 140198519165736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.09 4.15 4.16 5/219 18114
/proc/meminfo: memFree=27094584/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9824732 CPUtime=7.63 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 14680 0 1 0 748 15 0 0 20 0 22 0 119391521 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2456183 88637 2288 9 0 2446860 0
[pid=18092/tid=18094] ppid=18089 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/18092/task/18094/stat : 18094 (java) S 18089 18092 16108 0 -1 4202560 2484 0 1 0 63 3 0 0 20 0 22 0 119391523 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199177692024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18095] ppid=18089 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18092/task/18095/stat : 18095 (java) S 18089 18092 16108 0 -1 4202560 124 0 0 0 2 2 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199150144040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18096] ppid=18089 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18092/task/18096/stat : 18096 (java) S 18089 18092 16108 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199149091240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18097] ppid=18089 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18092/task/18097/stat : 18097 (java) S 18089 18092 16108 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199148038440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18098] ppid=18089 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18092/task/18098/stat : 18098 (java) S 18089 18092 16108 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199146985640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18099] ppid=18089 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18092/task/18099/stat : 18099 (java) S 18089 18092 16108 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199145933864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18100] ppid=18089 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18092/task/18100/stat : 18100 (java) S 18089 18092 16108 0 -1 4202560 95 0 0 0 3 2 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199144881064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18101] ppid=18089 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18092/task/18101/stat : 18101 (java) S 18089 18092 16108 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199143828264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18102] ppid=18089 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18092/task/18102/stat : 18102 (java) S 18089 18092 16108 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 119391524 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140199142775464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18103] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18103/stat : 18103 (java) S 18089 18092 16108 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 119391525 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198530746856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18104] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18104/stat : 18104 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198529692920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18105] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18105/stat : 18105 (java) S 18089 18092 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198528640008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18106] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18106/stat : 18106 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198527588496 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18107] ppid=18089 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/18092/task/18107/stat : 18107 (java) S 18089 18092 16108 0 -1 4202560 6692 0 0 0 111 2 0 0 20 0 22 0 119391528 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198526536632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18108] ppid=18089 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/18092/task/18108/stat : 18108 (java) S 18089 18092 16108 0 -1 4202560 3405 0 0 0 87 0 0 0 20 0 22 0 119391528 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198525483832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18109] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18109/stat : 18109 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198524431224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18110] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18110/stat : 18110 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198523378632 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18111] ppid=18089 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/18092/task/18111/stat : 18111 (java) R 18089 18092 16108 0 -1 4202560 18 0 0 0 226 0 0 0 20 0 22 0 119391591 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198522323752 140199024322632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18112] ppid=18089 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/18092/task/18112/stat : 18112 (java) R 18089 18092 16108 0 -1 4202560 89 0 0 0 226 0 0 0 20 0 22 0 119391591 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198521270584 140199024458948 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18113] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18113/stat : 18113 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198520218536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18114] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18114/stat : 18114 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 88637 33554432000 1073741824 1073778376 140737098664032 140198519165736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.08 4.14 4.16 5/219 18114
/proc/meminfo: memFree=26718788/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9824732 CPUtime=14.28 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 15918 0 1 0 1402 26 0 0 20 0 22 0 119391521 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2456183 156742 2292 9 0 2446860 0
[pid=18092/tid=18094] ppid=18089 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/18092/task/18094/stat : 18094 (java) S 18089 18092 16108 0 -1 4202560 2484 0 1 0 63 3 0 0 20 0 22 0 119391523 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199177692024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18095] ppid=18089 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18092/task/18095/stat : 18095 (java) S 18089 18092 16108 0 -1 4202560 135 0 0 0 5 3 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199150144040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18096] ppid=18089 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18092/task/18096/stat : 18096 (java) S 18089 18092 16108 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199149091240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18097] ppid=18089 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18092/task/18097/stat : 18097 (java) S 18089 18092 16108 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199148038440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18098] ppid=18089 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18092/task/18098/stat : 18098 (java) S 18089 18092 16108 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199146985640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18099] ppid=18089 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18092/task/18099/stat : 18099 (java) S 18089 18092 16108 0 -1 4202560 137 0 0 0 3 2 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199145933864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18100] ppid=18089 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/18092/task/18100/stat : 18100 (java) S 18089 18092 16108 0 -1 4202560 116 0 0 0 8 3 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199144881064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18101] ppid=18089 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18092/task/18101/stat : 18101 (java) S 18089 18092 16108 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199143828264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18102] ppid=18089 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18092/task/18102/stat : 18102 (java) S 18089 18092 16108 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 119391524 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140199142775464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18103] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18103/stat : 18103 (java) S 18089 18092 16108 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 119391525 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140198530746856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18104] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18104/stat : 18104 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140198529692920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18105] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18105/stat : 18105 (java) S 18089 18092 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140198528640008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18106] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18106/stat : 18106 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 156742 33554432000 1073741824 1073778376 140737098664032 140198527588496 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18107] ppid=18089 vsize=9824732 CPUtime=1.16 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.09 4.19 4.17 5/219 18224
/proc/meminfo: memFree=23695672/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9824732 CPUtime=1651.87 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 26693 0 1 0 165014 173 0 0 20 0 22 0 119391521 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2456183 629347 2301 9 0 2446860 0
[pid=18092/tid=18094] ppid=18089 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/18092/task/18094/stat : 18094 (java) S 18089 18092 16108 0 -1 4202560 2490 0 1 0 65 5 0 0 20 0 22 0 119391523 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199177692024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18095] ppid=18089 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/18092/task/18095/stat : 18095 (java) S 18089 18092 16108 0 -1 4202560 518 0 0 0 204 12 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199150144040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18096] ppid=18089 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/18092/task/18096/stat : 18096 (java) S 18089 18092 16108 0 -1 4202560 425 0 0 0 210 11 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199149091240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18097] ppid=18089 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/18092/task/18097/stat : 18097 (java) S 18089 18092 16108 0 -1 4202560 510 0 0 0 215 14 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199148038440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18098] ppid=18089 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/18092/task/18098/stat : 18098 (java) S 18089 18092 16108 0 -1 4202560 350 0 0 0 193 9 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199146985640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18099] ppid=18089 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/18092/task/18099/stat : 18099 (java) S 18089 18092 16108 0 -1 4202560 485 0 0 0 203 12 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199145933864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18100] ppid=18089 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/18092/task/18100/stat : 18100 (java) S 18089 18092 16108 0 -1 4202560 488 0 0 0 213 12 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199144881064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18101] ppid=18089 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/18092/task/18101/stat : 18101 (java) S 18089 18092 16108 0 -1 4202560 433 0 0 0 218 14 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199143828264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18102] ppid=18089 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/18092/task/18102/stat : 18102 (java) S 18089 18092 16108 0 -1 4202560 430 0 0 0 209 14 0 0 20 0 22 0 119391524 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140199142775464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18103] ppid=18089 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/18092/task/18103/stat : 18103 (java) S 18089 18092 16108 0 -1 4202560 1873 0 0 0 239 12 0 0 20 0 22 0 119391525 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198530746856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18104] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18104/stat : 18104 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198529692920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18105] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18105/stat : 18105 (java) S 18089 18092 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198528640008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18106] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18106/stat : 18106 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198527588496 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18107] ppid=18089 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/18092/task/18107/stat : 18107 (java) S 18089 18092 16108 0 -1 4202560 11157 0 0 0 158 3 0 0 20 0 22 0 119391528 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198526536632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18108] ppid=18089 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/18092/task/18108/stat : 18108 (java) S 18089 18092 16108 0 -1 4202560 3960 0 0 0 109 0 0 0 20 0 22 0 119391528 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198525483832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18109] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18109/stat : 18109 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198524431224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18110] ppid=18089 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/18092/task/18110/stat : 18110 (java) S 18089 18092 16108 0 -1 4202560 47 0 0 0 13 14 0 0 20 0 22 0 119391528 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198523378632 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18111] ppid=18089 vsize=9824732 CPUtime=814.11 cores=0,2,4,6
/proc/18092/task/18111/stat : 18111 (java) R 18089 18092 16108 0 -1 4202560 55 0 0 0 81396 15 0 0 20 0 22 0 119391591 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198522322464 140199024387581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18112] ppid=18089 vsize=9824732 CPUtime=814.18 cores=0,2,4,6
/proc/18092/task/18112/stat : 18112 (java) R 18089 18092 16108 0 -1 4202560 2207 0 0 0 81368 50 0 0 20 0 22 0 119391591 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198521270800 140199024688257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18113] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18113/stat : 18113 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198520218536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18114] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18114/stat : 18114 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 629347 33554432000 1073741824 1073778376 140737098664032 140198519165736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1651.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.20 4.18 5/219 18225
/proc/meminfo: memFree=23647024/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9824732 CPUtime=1771.04 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 26995 0 1 0 176923 181 0 0 20 0 22 0 119391521 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2456183 632802 2301 9 0 2446860 0
[pid=18092/tid=18094] ppid=18089 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/18092/task/18094/stat : 18094 (java) S 18089 18092 16108 0 -1 4202560 2490 0 1 0 65 5 0 0 20 0 22 0 119391523 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199177692024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18095] ppid=18089 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/18092/task/18095/stat : 18095 (java) S 18089 18092 16108 0 -1 4202560 537 0 0 0 219 13 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199150144040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18096] ppid=18089 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/18092/task/18096/stat : 18096 (java) S 18089 18092 16108 0 -1 4202560 439 0 0 0 224 12 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199149091240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18097] ppid=18089 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/18092/task/18097/stat : 18097 (java) S 18089 18092 16108 0 -1 4202560 547 0 0 0 227 15 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199148038440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18098] ppid=18089 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/18092/task/18098/stat : 18098 (java) S 18089 18092 16108 0 -1 4202560 387 0 0 0 204 9 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199146985640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18099] ppid=18089 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/18092/task/18099/stat : 18099 (java) S 18089 18092 16108 0 -1 4202560 509 0 0 0 216 13 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199145933864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18100] ppid=18089 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/18092/task/18100/stat : 18100 (java) S 18089 18092 16108 0 -1 4202560 532 0 0 0 232 13 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199144881064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18101] ppid=18089 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/18092/task/18101/stat : 18101 (java) S 18089 18092 16108 0 -1 4202560 471 0 0 0 228 15 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199143828264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18102] ppid=18089 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/18092/task/18102/stat : 18102 (java) S 18089 18092 16108 0 -1 4202560 470 0 0 0 224 14 0 0 20 0 22 0 119391524 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140199142775464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18103] ppid=18089 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/18092/task/18103/stat : 18103 (java) S 18089 18092 16108 0 -1 4202560 1909 0 0 0 376 13 0 0 20 0 22 0 119391525 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198530746856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18104] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18104/stat : 18104 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198529692920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18105] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18105/stat : 18105 (java) S 18089 18092 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198528640008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18106] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18106/stat : 18106 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198527588496 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18107] ppid=18089 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/18092/task/18107/stat : 18107 (java) S 18089 18092 16108 0 -1 4202560 11157 0 0 0 158 3 0 0 20 0 22 0 119391528 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198526536632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18108] ppid=18089 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/18092/task/18108/stat : 18108 (java) S 18089 18092 16108 0 -1 4202560 3960 0 0 0 109 0 0 0 20 0 22 0 119391528 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198525483832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18109] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18109/stat : 18109 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198524431224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18110] ppid=18089 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/18092/task/18110/stat : 18110 (java) S 18089 18092 16108 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 119391528 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198523378632 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18111] ppid=18089 vsize=9824732 CPUtime=872.43 cores=0,2,4,6
/proc/18092/task/18111/stat : 18111 (java) R 18089 18092 16108 0 -1 4202560 55 0 0 0 87227 16 0 0 20 0 22 0 119391591 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198522322464 140199024397755 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18112] ppid=18089 vsize=9824732 CPUtime=872.51 cores=0,2,4,6
/proc/18092/task/18112/stat : 18112 (java) R 18089 18092 16108 0 -1 4202560 2216 0 0 0 87200 51 0 0 20 0 22 0 119391591 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198521270800 140199024689152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18113] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18113/stat : 18113 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198520218536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18114] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18114/stat : 18114 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 632802 33554432000 1073741824 1073778376 140737098664032 140198519165736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1771.04
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.06 4.17 4.17 5/219 18225
/proc/meminfo: memFree=23584216/32872528 swapFree=15644/1722384
[pid=18092] ppid=18089 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/18092/stat : 18092 (java) S 18089 18092 16108 0 -1 4202496 27027 0 1 0 179833 182 0 0 20 0 22 0 119391521 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140737098655168 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18092/statm: 2456183 632929 2301 9 0 2446860 0
[pid=18092/tid=18094] ppid=18089 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/18092/task/18094/stat : 18094 (java) S 18089 18092 16108 0 -1 4202560 2490 0 1 0 65 5 0 0 20 0 22 0 119391523 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199177692024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18095] ppid=18089 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/18092/task/18095/stat : 18095 (java) S 18089 18092 16108 0 -1 4202560 538 0 0 0 222 13 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199150144040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18096] ppid=18089 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/18092/task/18096/stat : 18096 (java) S 18089 18092 16108 0 -1 4202560 439 0 0 0 226 12 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199149091240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18097] ppid=18089 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/18092/task/18097/stat : 18097 (java) S 18089 18092 16108 0 -1 4202560 550 0 0 0 230 15 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199148038440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18098] ppid=18089 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/18092/task/18098/stat : 18098 (java) S 18089 18092 16108 0 -1 4202560 390 0 0 0 206 10 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199146985640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18099] ppid=18089 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/18092/task/18099/stat : 18099 (java) S 18089 18092 16108 0 -1 4202560 515 0 0 0 223 13 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199145933864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18100] ppid=18089 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/18092/task/18100/stat : 18100 (java) S 18089 18092 16108 0 -1 4202560 538 0 0 0 236 13 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199144881064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18101] ppid=18089 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/18092/task/18101/stat : 18101 (java) S 18089 18092 16108 0 -1 4202560 473 0 0 0 230 15 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199143828264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18102] ppid=18089 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/18092/task/18102/stat : 18102 (java) S 18089 18092 16108 0 -1 4202560 477 0 0 0 228 15 0 0 20 0 22 0 119391524 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140199142775464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18103] ppid=18089 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/18092/task/18103/stat : 18103 (java) S 18089 18092 16108 0 -1 4202560 1909 0 0 0 376 13 0 0 20 0 22 0 119391525 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198530746856 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18104] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18104/stat : 18104 (java) S 18089 18092 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198529692920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18105] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18105/stat : 18105 (java) S 18089 18092 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119391526 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198528640008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18106] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18106/stat : 18106 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198527588496 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18107] ppid=18089 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/18092/task/18107/stat : 18107 (java) S 18089 18092 16108 0 -1 4202560 11157 0 0 0 158 3 0 0 20 0 22 0 119391528 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198526536632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18108] ppid=18089 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/18092/task/18108/stat : 18108 (java) S 18089 18092 16108 0 -1 4202560 3960 0 0 0 109 0 0 0 20 0 22 0 119391528 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198525483832 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18092/tid=18109] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18109/stat : 18109 (java) S 18089 18092 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119391528 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198524431224 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18110] ppid=18089 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/18092/task/18110/stat : 18110 (java) S 18089 18092 16108 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 119391528 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198523378632 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18092/tid=18111] ppid=18089 vsize=9824732 CPUtime=886.85 cores=0,2,4,6
/proc/18092/task/18111/stat : 18111 (java) R 18089 18092 16108 0 -1 4202560 56 0 0 0 88669 16 0 0 20 0 22 0 119391591 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198522314752 140199024322186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18092/tid=18112] ppid=18089 vsize=9824732 CPUtime=886.93 cores=0,2,4,6
/proc/18092/task/18112/stat : 18112 (java) R 18089 18092 16108 0 -1 4202560 2217 0 0 0 88642 51 0 0 20 0 22 0 119391591 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198521268176 140199024689165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18113] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18113/stat : 18113 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198520218536 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18092/tid=18114] ppid=18089 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18092/task/18114/stat : 18114 (java) S 18089 18092 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119391597 10060525568 632929 33554432000 1073741824 1073778376 140737098664032 140198519165736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 18092 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.848
CPU time (s): 1800.81
CPU user time (s): 1798.54
CPU system time (s): 2.27065
CPU usage (%): 200.793
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 2.27065
maximum resident set size= 2925836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27063
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25845
involuntary context switches= 40983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9131 second user time and 7.29489 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-08 10:29:39
IDJOB=4080961
IDBENCH=92785
IDSOLVER=2543
FILE ID=node120/4080961-1465374579
RUNJOBID= node120-1465366470-16124
PBS_JOBID= 19853425
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080961-1465374579/watcher-4080961-1465374579 -o /tmp/evaluation-result-4080961-1465374579/solver-4080961-1465374579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465366470-16124 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080961-1465374579.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=1719447171

node120.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.425
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.85
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.425
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.425
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.425
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.425
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.425
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.425
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.425
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:        27335248 kB
Buffers:          121456 kB
Cached:           568212 kB
SwapCached:         1084 kB
Active:          2512104 kB
Inactive:         544412 kB
Active(anon):    2365936 kB
Inactive(anon):     3328 kB
Active(file):     146168 kB
Inactive(file):   541084 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099696 kB
Dirty:              1904 kB
Writeback:             0 kB
AnonPages:       4090804 kB
Mapped:            16428 kB
Shmem:                 0 kB
Slab:             615312 kB
SReclaimable:      59124 kB
SUnreclaim:       556188 kB
KernelStack:        1600 kB
PageTables:        12240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4310680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4012032 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= 71724 MiB
End job on node120 at 2016-06-08 10:44:36