Trace number 4081639

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.15 893.659

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894788.opb
MD5SUMca3efe2da0610ce6a80a42a3887418e6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small 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 variables3463
Total number of constraints2279
Number of constraints which are clauses678
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1456
Minimum length of a constraint1
Maximum length of a constraint97
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081639-1465268978.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
0.48/0.38	c ... done. Wall clock time 0.253s.
0.48/0.38	c declared #vars     3463
0.48/0.38	c #constraints  3096
0.48/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.48/0.38	c org.sat4j.minisat.constraints.cnf.UnitClauses => 179
0.48/0.38	c org.sat4j.specs.Constr$1 => 506
0.48/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 1207
0.48/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 486
0.48/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 151
0.48/0.38	c 3096 constraints processed.
0.48/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.38	c constraints type 
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 486
0.48/0.38	c org.sat4j.specs.Constr$1 => 506
0.48/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.48/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1207
0.48/0.38	c org.sat4j.pb.constraints.pb.UnitClausesPB => 179
0.48/0.38	c org.sat4j.pb.constraints.pb.UnitClausePB => 151
0.48/0.38	c 3096 constraints processed.
0.48/0.38	c objective function length is 7 literals
3.40/1.15	c cleaning 2497 clauses out of 5000 with flag 37649/5000
5.35/1.78	c cleaning 4251 clauses out of 8504 with flag 111029/11001
7.09/2.59	c cleaning 5614 clauses out of 11252 with flag 206427/18000
9.43/3.69	c cleaning 6799 clauses out of 13638 with flag 314319/26000
11.83/4.78	c cleaning 7913 clauses out of 15840 with flag 441852/35001
15.10/6.35	c cleaning 8954 clauses out of 17926 with flag 594282/45001
18.38/7.94	c cleaning 9962 clauses out of 19973 with flag 748256/56003
21.58/9.51	c cleaning 10998 clauses out of 22007 with flag 916984/68000
25.69/11.51	c cleaning 11994 clauses out of 24009 with flag 1098441/81001
30.28/13.78	c cleaning 12992 clauses out of 26014 with flag 1307247/95000
35.08/16.16	c cleaning 13993 clauses out of 28022 with flag 1526867/110000
40.65/18.80	c cleaning 15004 clauses out of 30029 with flag 1771255/126000
46.04/21.54	c cleaning 16000 clauses out of 32025 with flag 2051797/143000
52.80/24.83	c cleaning 17004 clauses out of 34024 with flag 2314850/161000
59.80/28.30	c cleaning 18003 clauses out of 36020 with flag 2582267/180001
67.38/32.02	c cleaning 18991 clauses out of 38015 with flag 2868432/200000
75.17/35.91	c cleaning 20007 clauses out of 40024 with flag 3172005/221000
83.69/40.13	c cleaning 20999 clauses out of 42017 with flag 3479851/243000
92.89/44.72	c cleaning 21999 clauses out of 44021 with flag 3804291/266003
103.60/50.00	c cleaning 22957 clauses out of 46019 with flag 4184666/290000
113.81/55.11	c cleaning 24011 clauses out of 48062 with flag 4562201/315000
125.35/60.81	c cleaning 25012 clauses out of 50051 with flag 4938484/341001
138.16/67.23	c cleaning 26003 clauses out of 52040 with flag 5339202/368002
151.90/74.09	c cleaning 27003 clauses out of 54035 with flag 5759208/396000
165.09/80.67	c cleaning 28012 clauses out of 56033 with flag 6159566/425001
180.40/88.64	c cleaning 28968 clauses out of 58021 with flag 6600226/455001
195.68/96.21	c cleaning 30020 clauses out of 60053 with flag 7048261/486001
211.08/103.91	c cleaning 31010 clauses out of 62033 with flag 7550044/518001
226.39/111.54	c cleaning 31996 clauses out of 64022 with flag 8026719/551000
231.82/114.23	c cleaning 0 clauses out of 5000 with flag 0/5000
244.57/120.44	c cleaning 33005 clauses out of 66026 with flag 8556526/585000
262.89/129.43	c cleaning 34012 clauses out of 68023 with flag 9060129/620002
283.97/139.95	c cleaning 34996 clauses out of 70010 with flag 9666413/656001
303.89/149.82	c cleaning 35994 clauses out of 72013 with flag 10274260/693000
325.46/160.50	c cleaning 36996 clauses out of 74020 with flag 10919091/731001
347.64/171.50	c cleaning 38004 clauses out of 76024 with flag 11531127/770001
369.37/182.34	c cleaning 38998 clauses out of 78019 with flag 12130133/810000
393.66/194.37	c cleaning 39981 clauses out of 80021 with flag 12754533/851000
418.26/206.51	c cleaning 41002 clauses out of 82041 with flag 13361637/893003
443.28/218.98	c cleaning 42016 clauses out of 84036 with flag 14061860/936000
469.90/232.20	c cleaning 43010 clauses out of 86020 with flag 14747699/980000
498.60/247.17	c cleaning 43986 clauses out of 88010 with flag 15437339/1025000
531.08/263.16	c cleaning 44995 clauses out of 90022 with flag 16154617/1071000
559.79/277.43	c cleaning 46002 clauses out of 92029 with flag 16881322/1118002
590.74/292.88	c cleaning 47003 clauses out of 94025 with flag 17655191/1166000
622.28/308.47	c cleaning 48004 clauses out of 96022 with flag 18415752/1215000
652.11/323.24	c cleaning 48994 clauses out of 98018 with flag 19197239/1265000
686.86/340.35	c cleaning 50011 clauses out of 100024 with flag 20047879/1316001
719.93/356.78	c cleaning 50997 clauses out of 102014 with flag 20812664/1368002
755.86/374.42	c cleaning 52003 clauses out of 104015 with flag 21610900/1421001
794.47/393.50	c cleaning 52992 clauses out of 106013 with flag 22468621/1475002
832.95/412.67	c cleaning 53953 clauses out of 108019 with flag 23360075/1530000
872.35/432.26	c cleaning 55025 clauses out of 110068 with flag 24238909/1586002
914.70/453.33	c cleaning 56018 clauses out of 112041 with flag 25155701/1643000
957.79/474.80	c cleaning 56997 clauses out of 114023 with flag 26077698/1701000
1003.91/497.53	c cleaning 58011 clauses out of 116027 with flag 27001036/1760001
1049.67/520.22	c cleaning 58990 clauses out of 118016 with flag 27941618/1820001
1097.95/544.24	c cleaning 60007 clauses out of 120026 with flag 28920707/1881001
1146.97/569.54	c cleaning 60995 clauses out of 122018 with flag 29892901/1943000
1195.62/593.74	c cleaning 62004 clauses out of 124024 with flag 30891057/2006001
1250.32/620.89	c cleaning 63002 clauses out of 126019 with flag 31880569/2070000
1283.45/637.34	c cleaning 0 clauses out of 11000 with flag 0/11000
1304.20/647.60	c cleaning 63984 clauses out of 128018 with flag 32929185/2135001
1358.57/674.66	c cleaning 64989 clauses out of 130033 with flag 33988643/2201000
1417.04/703.70	c cleaning 66019 clauses out of 132046 with flag 35067623/2268002
1480.90/735.45	c cleaning 67013 clauses out of 134026 with flag 36253381/2336001
1542.62/766.08	c cleaning 67994 clauses out of 136012 with flag 37295929/2405000
1605.68/797.24	c cleaning 68999 clauses out of 138019 with flag 38356916/2475001
1670.70/829.41	c cleaning 70003 clauses out of 140020 with flag 39481603/2546001
1738.45/863.05	c cleaning 70992 clauses out of 142019 with flag 40686802/2618003
1800.15/893.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/893.60	c starts		: 11484
1800.15/893.60	c conflicts		: 2687967
1800.15/893.60	c decisions		: 5246049
1800.15/893.60	c propagations		: 527831350
1800.15/893.60	c inspects		: 9540718818
1800.15/893.60	c shortcuts		: 0
1800.15/893.60	c learnt literals	: 14
1800.15/893.60	c learnt binary clauses	: 1032
1800.15/893.60	c learnt ternary clauses	: 4871
1800.15/893.60	c learnt constraints	: 2687953
1800.15/893.60	c ignored constraints	: 0
1800.15/893.60	c root simplifications	: 0
1800.15/893.60	c removed literals (reason simplification)	: 82227804
1800.15/893.60	c reason swapping (by a shorter reason)	: 0
1800.15/893.60	c Calls to reduceDB	: 68
1800.15/893.60	c Number of update (reduction) of LBD	: 1565940
1800.15/893.60	c Imported unit clauses	: 0
1800.15/893.60	c number of reductions to clauses (during analyze)	: 0
1800.15/893.60	c number of learned constraints concerned by reduction	: 0
1800.15/893.60	c number of learning phase by resolution	: 0
1800.15/893.60	c number of learning phase by cutting planes	: 0
1800.15/893.60	c speed (assignments/second)	: 590936.2502966821
1800.15/893.60	c non guided choices	8
1800.15/893.63	c learnt constraints type 
1800.15/893.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1032
1800.15/893.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139959
1800.15/893.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/893.63	c starts		: 36
1800.15/893.63	c conflicts		: 12744
1800.15/893.63	c decisions		: 114895
1800.15/893.63	c propagations		: 2579585
1800.15/893.63	c inspects		: 756881872
1800.15/893.63	c shortcuts		: 0
1800.15/893.63	c learnt literals	: 0
1800.15/893.63	c learnt binary clauses	: 0
1800.15/893.63	c learnt ternary clauses	: 0
1800.15/893.63	c learnt constraints	: 12744
1800.15/893.63	c ignored constraints	: 0
1800.15/893.63	c root simplifications	: 0
1800.15/893.63	c removed literals (reason simplification)	: 0
1800.15/893.63	c reason swapping (by a shorter reason)	: 0
1800.15/893.63	c Calls to reduceDB	: 2
1800.15/893.63	c Number of update (reduction) of LBD	: 0
1800.15/893.63	c Imported unit clauses	: 0
1800.15/893.63	c number of reductions to clauses (during analyze)	: 0
1800.15/893.63	c number of learned constraints concerned by reduction	: 0
1800.15/893.63	c number of learning phase by resolution	: 0
1800.15/893.63	c number of learning phase by cutting planes	: 0
1800.15/893.63	c speed (assignments/second)	: 2887.89686982222
1800.15/893.63	c non guided choices	7
1800.15/893.64	c learnt constraints type 
1800.15/893.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 144
1800.15/893.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12600
1800.15/893.64	s UNKNOWN
1800.15/893.64	c Total wall clock time (in seconds): 893.511

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-4081639-1465268978/watcher-4081639-1465268978 -o /tmp/evaluation-result-4081639-1465268978/solver-4081639-1465268978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17742 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081639-1465268978.opb 

pid=26514
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.17 4.24 4.22 4/197 26517
/proc/meminfo: memFree=27874604/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26517/stat : 26517 (java) R 26514 26517 17726 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 108830164 9515008 185 33554432000 1073741824 1073778376 140737268167168 140737268156232 213410475303 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2323 185 143 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.17 4.24 4.22 4/197 26517
/proc/meminfo: memFree=27874604/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 108830164 9787879424 6037 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 4.17 4.24 4.22 4/197 26517
/proc/meminfo: memFree=27874604/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 4653 0 1 0 20 2 0 0 20 0 18 0 108830164 9787879424 8809 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2389619 8809 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 4.17 4.24 4.22 4/197 26517
/proc/meminfo: memFree=27874604/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 6003 0 1 0 46 2 0 0 20 0 18 0 108830164 9787879424 17305 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2389619 17305 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 4.17 4.24 4.22 4/197 26517
/proc/meminfo: memFree=27874604/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 15589 0 1 0 183 5 0 0 20 0 22 0 108830164 10060525568 35101 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2456183 35101 2263 9 0 2446860 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.31 4.27 4.23 7/219 26539
/proc/meminfo: memFree=27707572/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 28326 0 1 0 477 8 0 0 20 0 22 0 108830164 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2456183 49310 2291 9 0 2446860 0
[pid=26517/tid=26519] ppid=26514 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26514 26517 17726 0 -1 4202560 2460 0 1 0 32 3 0 0 20 0 22 0 108830165 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865127232376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26520] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865088723368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26521] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865087670824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26522] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865086617768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26523] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26514 26517 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865085565224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865084513192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26525] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26514 26517 17726 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865083460648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26526] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865082407592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26527] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26514 26517 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139865081355048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26528] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26514 26517 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108830167 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864951466344 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864950412664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864949359496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864948308240 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26514 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26514 26517 17726 0 -1 4202560 9638 0 0 0 112 2 0 0 20 0 22 0 108830170 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864947256120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26514 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) R 26514 26517 17726 0 -1 4202560 14851 0 0 0 114 2 0 0 20 0 22 0 108830170 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864946190856 139865131318689 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26534] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864945150712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864944098376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26536] ppid=26514 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26514 26517 17726 0 -1 4202560 18 0 0 0 108 0 0 0 20 0 22 0 108830203 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864942994208 139864956331296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26537] ppid=26514 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26514 26517 17726 0 -1 4202560 53 0 0 0 102 0 0 0 20 0 22 0 108830203 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864941939816 139864956430943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26538] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139864940888872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26539] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 49310 33554432000 1073741824 1073778376 140737268167168 139863663829928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.31 4.27 4.23 5/219 26539
/proc/meminfo: memFree=27673936/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9824732 CPUtime=8.36 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 28452 0 1 0 823 13 0 0 20 0 22 0 108830164 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2456183 55763 2291 9 0 2446860 0
[pid=26517/tid=26519] ppid=26514 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26514 26517 17726 0 -1 4202560 2460 0 1 0 32 3 0 0 20 0 22 0 108830165 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865127232376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26520] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26514 26517 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865088723368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26521] ppid=26514 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865087670824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26522] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26514 26517 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865086617768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26523] ppid=26514 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865085565224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26514 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26514 26517 17726 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865084513192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26525] ppid=26514 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26514 26517 17726 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865083460648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26526] ppid=26514 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26514 26517 17726 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865082407592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26514 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26514 26517 17726 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 108830166 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139865081355048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26528] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26514 26517 17726 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 108830167 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864951466344 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864950412664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864949359496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864948308240 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26514 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26514 26517 17726 0 -1 4202560 9638 0 0 0 121 2 0 0 20 0 22 0 108830170 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864947256120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26514 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26514 26517 17726 0 -1 4202560 14851 0 0 0 127 3 0 0 20 0 22 0 108830170 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864946203576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26534] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864945150712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864944098376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26536] ppid=26514 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26514 26517 17726 0 -1 4202560 18 0 0 0 262 0 0 0 20 0 22 0 108830203 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864942991920 139864956312630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26537] ppid=26514 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26514 26517 17726 0 -1 4202560 56 0 0 0 256 0 0 0 20 0 22 0 108830203 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864941940208 139864956433588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26538] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139864940888872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26539] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 55763 33554432000 1073741824 1073778376 140737268167168 139863663829928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.31 4.27 4.23 11/219 26539
/proc/meminfo: memFree=27497700/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9824732 CPUtime=15.1 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 29101 0 1 0 1488 22 0 0 20 0 22 0 108830164 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2456183 93481 2291 9 0 2446860 0
[pid=26517/tid=26519] ppid=26514 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26514 26517 17726 0 -1 4202560 2460 0 1 0 32 3 0 0 20 0 22 0 108830165 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865127232376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26520] ppid=26514 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26514 26517 17726 0 -1 4202560 134 0 0 0 4 2 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865088723368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26521] ppid=26514 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26514 26517 17726 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865087670824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26522] ppid=26514 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26514 26517 17726 0 -1 4202560 105 0 0 0 4 2 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865086617768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26523] ppid=26514 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26514 26517 17726 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865085565224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26524] ppid=26514 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26514 26517 17726 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865084513192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26525] ppid=26514 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26514 26517 17726 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865083460648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26526] ppid=26514 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26514 26517 17726 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865082407592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26527] ppid=26514 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26514 26517 17726 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 108830166 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139865081355048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26528] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26514 26517 17726 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 22 0 108830167 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139864951466344 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139864950412664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139864949359496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 93481 33554432000 1073741824 1073778376 140737268167168 139864948308240 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26514 vsize=9824732 CPUtime=1.37 cores=0,2,4,6

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

/proc/26517/task/26522/stat : 26522 (java) S 26514 26517 17726 0 -1 4202560 857 0 0 0 337 17 0 0 20 0 22 0 108830166 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139865086617768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26523] ppid=26514 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26514 26517 17726 0 -1 4202560 762 0 0 0 322 13 0 0 20 0 22 0 108830166 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139865085565224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26514 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26514 26517 17726 0 -1 4202560 578 0 0 0 387 17 0 0 20 0 22 0 108830166 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139865084513192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26525] ppid=26514 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26514 26517 17726 0 -1 4202560 607 0 0 0 369 16 0 0 20 0 22 0 108830166 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139865083460648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26526] ppid=26514 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26514 26517 17726 0 -1 4202560 575 0 0 0 350 17 0 0 20 0 22 0 108830166 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139865082407592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26514 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26514 26517 17726 0 -1 4202560 1100 0 0 0 335 20 0 0 20 0 22 0 108830166 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139865081355048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26528] ppid=26514 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26514 26517 17726 0 -1 4202560 2960 0 0 0 461 7 0 0 20 0 22 0 108830167 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864951466344 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26529] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864950412664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864949359496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864948308240 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26514 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26514 26517 17726 0 -1 4202560 9909 0 0 0 194 2 0 0 20 0 22 0 108830170 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864947256120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26514 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26514 26517 17726 0 -1 4202560 14851 0 0 0 139 3 0 0 20 0 22 0 108830170 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864946203576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26534] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864945150712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26514 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26514 26517 17726 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 108830170 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864944098376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26536] ppid=26514 vsize=9824732 CPUtime=807.23 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26514 26517 17726 0 -1 4202560 72 0 0 0 80709 14 0 0 20 0 22 0 108830203 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864942992048 139864956325699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26537] ppid=26514 vsize=9824732 CPUtime=807.24 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26514 26517 17726 0 -1 4202560 1281 0 0 0 80680 44 0 0 20 0 22 0 108830203 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864941940128 139864956485889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26538] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139864940888872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26539] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 958343 33554432000 1073741824 1073778376 140737268167168 139863663829928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1656.28
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.37 4.12 4.14 11/215 26627
/proc/meminfo: memFree=21055064/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9824732 CPUtime=1777.38 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 39272 0 1 0 177532 206 0 0 20 0 22 0 108830164 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2456183 979366 2300 9 0 2446860 0
[pid=26517/tid=26519] ppid=26514 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26514 26517 17726 0 -1 4202560 2474 0 1 0 34 5 0 0 20 0 22 0 108830165 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865127232376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26514 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26514 26517 17726 0 -1 4202560 881 0 0 0 366 18 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865088723368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26521] ppid=26514 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26514 26517 17726 0 -1 4202560 939 0 0 0 380 18 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865087670824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26522] ppid=26514 vsize=9824732 CPUtime=3.9 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26514 26517 17726 0 -1 4202560 874 0 0 0 371 19 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865086617768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26523] ppid=26514 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26514 26517 17726 0 -1 4202560 769 0 0 0 338 13 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865085565224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26524] ppid=26514 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26514 26517 17726 0 -1 4202560 603 0 0 0 413 18 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865084513192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26525] ppid=26514 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26514 26517 17726 0 -1 4202560 616 0 0 0 402 17 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865083460648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26526] ppid=26514 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26514 26517 17726 0 -1 4202560 583 0 0 0 371 18 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865082407592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26514 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26514 26517 17726 0 -1 4202560 1126 0 0 0 361 20 0 0 20 0 22 0 108830166 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139865081355048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26528] ppid=26514 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26514 26517 17726 0 -1 4202560 2972 0 0 0 461 7 0 0 20 0 22 0 108830167 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864951466344 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26529] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864950412664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864949359496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864948308240 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26514 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26514 26517 17726 0 -1 4202560 9909 0 0 0 194 2 0 0 20 0 22 0 108830170 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864947256120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26514 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26514 26517 17726 0 -1 4202560 14851 0 0 0 139 3 0 0 20 0 22 0 108830170 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864946203576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26534] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864945150712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26514 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26514 26517 17726 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 108830170 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864944098376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26536] ppid=26514 vsize=9824732 CPUtime=866.46 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26514 26517 17726 0 -1 4202560 74 0 0 0 86631 15 0 0 20 0 22 0 108830203 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864942992800 139864956176589 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26537] ppid=26514 vsize=9824732 CPUtime=866.46 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26514 26517 17726 0 -1 4202560 1284 0 0 0 86601 45 0 0 20 0 22 0 108830203 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864941939392 139864956354939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26538] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139864940888872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26539] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 979366 33554432000 1073741824 1073778376 140737268167168 139863663829928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1777.38
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 4.31 4.12 4.14 4/215 26627
/proc/meminfo: memFree=21048240/32872528 swapFree=16636/1570076
[pid=26517] ppid=26514 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/26517/stat : 26517 (java) S 26514 26517 17726 0 -1 4202496 39279 0 1 0 179808 207 0 0 20 0 22 0 108830164 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 140737268158304 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26517/statm: 2456183 980390 2300 9 0 2446860 0
[pid=26517/tid=26519] ppid=26514 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/26517/task/26519/stat : 26519 (java) S 26514 26517 17726 0 -1 4202560 2474 0 1 0 34 5 0 0 20 0 22 0 108830165 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865127232376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26520] ppid=26514 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/26517/task/26520/stat : 26520 (java) S 26514 26517 17726 0 -1 4202560 882 0 0 0 370 18 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865088723368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26521] ppid=26514 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/26517/task/26521/stat : 26521 (java) S 26514 26517 17726 0 -1 4202560 939 0 0 0 382 18 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865087670824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26522] ppid=26514 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/26517/task/26522/stat : 26522 (java) S 26514 26517 17726 0 -1 4202560 875 0 0 0 375 19 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865086617768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26523] ppid=26514 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/26517/task/26523/stat : 26523 (java) S 26514 26517 17726 0 -1 4202560 769 0 0 0 340 13 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865085565224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26524] ppid=26514 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/26517/task/26524/stat : 26524 (java) S 26514 26517 17726 0 -1 4202560 603 0 0 0 416 18 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865084513192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26525] ppid=26514 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/26517/task/26525/stat : 26525 (java) S 26514 26517 17726 0 -1 4202560 616 0 0 0 411 17 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865083460648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26526] ppid=26514 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/26517/task/26526/stat : 26526 (java) S 26514 26517 17726 0 -1 4202560 584 0 0 0 373 18 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865082407592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26527] ppid=26514 vsize=9824732 CPUtime=3.9 cores=0,2,4,6
/proc/26517/task/26527/stat : 26527 (java) S 26514 26517 17726 0 -1 4202560 1127 0 0 0 370 20 0 0 20 0 22 0 108830166 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139865081355048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26528] ppid=26514 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/26517/task/26528/stat : 26528 (java) S 26514 26517 17726 0 -1 4202560 2972 0 0 0 461 7 0 0 20 0 22 0 108830167 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864951466344 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26529] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26529/stat : 26529 (java) S 26514 26517 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864950412664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26530] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26530/stat : 26530 (java) S 26514 26517 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108830168 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864949359496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26531] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26531/stat : 26531 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864948308240 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26532] ppid=26514 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26517/task/26532/stat : 26532 (java) S 26514 26517 17726 0 -1 4202560 9909 0 0 0 194 2 0 0 20 0 22 0 108830170 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864947256120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26533] ppid=26514 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/26517/task/26533/stat : 26533 (java) S 26514 26517 17726 0 -1 4202560 14851 0 0 0 139 3 0 0 20 0 22 0 108830170 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864946203576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26517/tid=26534] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26534/stat : 26534 (java) S 26514 26517 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108830170 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864945150712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26535] ppid=26514 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/26517/task/26535/stat : 26535 (java) S 26514 26517 17726 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 108830170 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864944098376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26536] ppid=26514 vsize=9824732 CPUtime=877.63 cores=0,2,4,6
/proc/26517/task/26536/stat : 26536 (java) R 26514 26517 17726 0 -1 4202560 75 0 0 0 87748 15 0 0 20 0 22 0 108830203 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864942992816 139864956325760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26517/tid=26537] ppid=26514 vsize=9824732 CPUtime=877.63 cores=0,2,4,6
/proc/26517/task/26537/stat : 26537 (java) R 26514 26517 17726 0 -1 4202560 1286 0 0 0 87718 45 0 0 20 0 22 0 108830203 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864941939392 139864956466872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26517/tid=26538] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26538/stat : 26538 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139864940888872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26517/tid=26539] ppid=26514 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26517/task/26539/stat : 26539 (java) S 26514 26517 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108830204 10060525568 980390 33554432000 1073741824 1073778376 140737268167168 139863663829928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 26517 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 26517 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=719313
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=521616
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.659
CPU time (s): 1800.15
CPU user time (s): 1798.08
CPU system time (s): 2.07
CPU usage (%): 201.436
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.72
system time used= 2.52162
maximum resident set size= 3921676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39313
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23652
involuntary context switches= 23020

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9341 second user time and 7.51286 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 05:09:38
IDJOB=4081639
IDBENCH=89875
IDSOLVER=2543
FILE ID=node140/4081639-1465268978
RUNJOBID= node140-1465252001-17742
PBS_JOBID= 19843256
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns894788.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081639-1465268978/watcher-4081639-1465268978 -o /tmp/evaluation-result-4081639-1465268978/solver-4081639-1465268978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17742 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081639-1465268978.opb

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

MD5SUM BENCH= ca3efe2da0610ce6a80a42a3887418e6
RANDOM SEED=455247830

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27874876 kB
Buffers:          123592 kB
Cached:           132800 kB
SwapCached:         1712 kB
Active:          2494424 kB
Inactive:         191236 kB
Active(anon):    2428848 kB
Inactive(anon):     2656 kB
Active(file):      65576 kB
Inactive(file):   188580 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       4060396 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             600148 kB
SReclaimable:      44068 kB
SUnreclaim:       556080 kB
KernelStack:        1808 kB
PageTables:        12740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4248128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3993600 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= 70980 MiB
End job on node140 at 2016-06-07 05:24:32