Trace number 4080957

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.05 895.854

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_4_ic.opb
MD5SUMe305c1d0330d93c0634ea10582f6edce
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 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11026350169
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11026350169
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080957-1465371464.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
1.18/0.66	c ... done. Wall clock time 0.548s.
1.18/0.66	c declared #vars     15725
1.18/0.66	c #constraints  33139
1.18/0.66	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.18/0.66	c constraints type 
1.18/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.18/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.18/0.66	c org.sat4j.specs.Constr$1 => 3
1.18/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.18/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.18/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.18/0.67	c 33139 constraints processed.
1.18/0.67	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.18/0.67	c constraints type 
1.18/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.18/0.67	c org.sat4j.specs.Constr$1 => 3
1.18/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.18/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.18/0.67	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.18/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.18/0.67	c 33139 constraints processed.
1.18/0.67	c objective function length is 1825 literals
9.96/3.93	c cleaning 2490 clauses out of 5000 with flag 22976/5000
16.21/6.96	c cleaning 4248 clauses out of 8512 with flag 56817/11002
24.27/10.95	c cleaning 5629 clauses out of 11263 with flag 94493/18001
34.36/15.91	c cleaning 6809 clauses out of 13636 with flag 130053/26003
45.50/21.46	c cleaning 7905 clauses out of 15824 with flag 177333/35000
57.82/27.58	c cleaning 8952 clauses out of 17919 with flag 231005/45000
72.71/34.90	c cleaning 9981 clauses out of 19968 with flag 298144/56001
86.31/41.73	c cleaning 10989 clauses out of 21988 with flag 362876/68002
99.58/48.38	c cleaning 11996 clauses out of 23999 with flag 439911/81002
118.86/57.95	c cleaning 12992 clauses out of 26002 with flag 529949/95001
139.23/68.09	c cleaning 13996 clauses out of 28010 with flag 625760/110001
161.51/79.17	c cleaning 15001 clauses out of 30014 with flag 746880/126001
185.46/91.02	c cleaning 15993 clauses out of 32013 with flag 873825/143001
214.18/105.36	c cleaning 16993 clauses out of 34019 with flag 975509/161000
242.05/119.27	c cleaning 18008 clauses out of 36027 with flag 1087368/180001
256.92/126.67	c cleaning 0 clauses out of 5011 with flag 0/5011
274.35/135.12	c cleaning 19004 clauses out of 38019 with flag 1229358/200001
305.08/150.38	c cleaning 20000 clauses out of 40017 with flag 1381280/221003
338.18/167.10	c cleaning 21004 clauses out of 42015 with flag 1534406/243001
370.91/183.44	c cleaning 22003 clauses out of 44014 with flag 1716388/266004
408.70/202.28	c cleaning 22995 clauses out of 46007 with flag 1920839/290000
449.43/222.59	c cleaning 24002 clauses out of 48012 with flag 2109407/315000
492.78/244.13	c cleaning 24998 clauses out of 50011 with flag 2319492/341001
542.43/268.89	c cleaning 25998 clauses out of 52012 with flag 2547252/368000
589.99/292.52	c cleaning 26997 clauses out of 54014 with flag 2755159/396000
640.25/317.58	c cleaning 28003 clauses out of 56018 with flag 2937261/425001
687.60/341.57	c cleaning 29000 clauses out of 58015 with flag 3138170/455001
734.59/364.93	c cleaning 30004 clauses out of 60014 with flag 3311861/486000
784.61/389.89	c cleaning 30995 clauses out of 62011 with flag 3481423/518001
838.77/416.89	c cleaning 32006 clauses out of 64015 with flag 3679562/551000
892.04/443.31	c cleaning 33000 clauses out of 66010 with flag 3860907/585001
943.07/468.72	c cleaning 33996 clauses out of 68009 with flag 4099930/620000
996.33/495.28	c cleaning 35002 clauses out of 70014 with flag 4348874/656001
1056.52/525.26	c cleaning 35997 clauses out of 72013 with flag 4612900/693002
1119.64/556.69	c cleaning 36997 clauses out of 74015 with flag 4884112/731001
1186.58/590.47	c cleaning 38001 clauses out of 76017 with flag 5164340/770000
1252.48/623.30	c cleaning 38996 clauses out of 78016 with flag 5441308/810000
1324.32/659.02	c cleaning 40000 clauses out of 80021 with flag 5702243/851001
1343.02/668.38	c cleaning 0 clauses out of 11011 with flag 0/11011
1401.00/697.24	c cleaning 41006 clauses out of 82023 with flag 6023257/893003
1482.17/737.67	c cleaning 42001 clauses out of 84017 with flag 6351938/936003
1567.80/780.26	c cleaning 42997 clauses out of 86014 with flag 6657256/980001
1647.33/819.82	c cleaning 44001 clauses out of 88017 with flag 6957677/1025001
1730.55/861.24	c cleaning 45000 clauses out of 90015 with flag 7283511/1071000
1800.05/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.80	c starts		: 1323
1800.05/895.80	c conflicts		: 1105549
1800.05/895.80	c decisions		: 1469593
1800.05/895.80	c propagations		: 655631332
1800.05/895.80	c inspects		: 7197328647
1800.05/895.80	c shortcuts		: 0
1800.05/895.80	c learnt literals	: 0
1800.05/895.80	c learnt binary clauses	: 0
1800.05/895.80	c learnt ternary clauses	: 2
1800.05/895.80	c learnt constraints	: 1105549
1800.05/895.80	c ignored constraints	: 0
1800.05/895.80	c root simplifications	: 0
1800.05/895.80	c removed literals (reason simplification)	: 50032516
1800.05/895.80	c reason swapping (by a shorter reason)	: 0
1800.05/895.80	c Calls to reduceDB	: 42
1800.05/895.80	c Number of update (reduction) of LBD	: 368561
1800.05/895.80	c Imported unit clauses	: 0
1800.05/895.80	c number of reductions to clauses (during analyze)	: 0
1800.05/895.80	c number of learned constraints concerned by reduction	: 0
1800.05/895.80	c number of learning phase by resolution	: 0
1800.05/895.80	c number of learning phase by cutting planes	: 0
1800.05/895.80	c speed (assignments/second)	: 732483.6629128122
1800.05/895.80	c non guided choices	3
1800.05/895.83	c learnt constraints type 
1800.05/895.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79564
1800.05/895.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.83	c starts		: 36
1800.05/895.83	c conflicts		: 12658
1800.05/895.83	c decisions		: 45211
1800.05/895.83	c propagations		: 10502320
1800.05/895.83	c inspects		: 1010391743
1800.05/895.83	c shortcuts		: 0
1800.05/895.83	c learnt literals	: 0
1800.05/895.83	c learnt binary clauses	: 0
1800.05/895.83	c learnt ternary clauses	: 0
1800.05/895.83	c learnt constraints	: 12658
1800.05/895.83	c ignored constraints	: 0
1800.05/895.83	c root simplifications	: 0
1800.05/895.83	c removed literals (reason simplification)	: 0
1800.05/895.83	c reason swapping (by a shorter reason)	: 0
1800.05/895.83	c Calls to reduceDB	: 2
1800.05/895.83	c Number of update (reduction) of LBD	: 0
1800.05/895.83	c Imported unit clauses	: 0
1800.05/895.83	c number of reductions to clauses (during analyze)	: 0
1800.05/895.83	c number of learned constraints concerned by reduction	: 0
1800.05/895.83	c number of learning phase by resolution	: 0
1800.05/895.83	c number of learning phase by cutting planes	: 0
1800.05/895.83	c speed (assignments/second)	: 11733.033034039507
1800.05/895.83	c non guided choices	0
1800.05/895.84	c learnt constraints type 
1800.05/895.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 77
1800.05/895.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 17
1800.05/895.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12564
1800.05/895.84	s UNKNOWN
1800.05/895.84	c Total wall clock time (in seconds): 895.723

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-4080957-1465371464/watcher-4080957-1465371464 -o /tmp/evaluation-result-4080957-1465371464/solver-4080957-1465371464 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465368757-26008 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080957-1465371464.opb 

pid=26675
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.13 3.79 3.49 4/197 26678
/proc/meminfo: memFree=27295612/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 119079841 95129600 927 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 23225 927 703 9 0 16769 0
[pid=26678/tid=26679] ppid=26675 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) R 26675 26678 20967 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 119079842 96370688 928 33554432000 1073741824 1073778376 140734501428016 140404949528104 259103227464 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.13 3.79 3.49 4/197 26678
/proc/meminfo: memFree=27295612/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 119079841 9787879424 6051 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2389619 6051 2132 9 0 2380296 0
[pid=26678/tid=26679] ppid=26675 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) R 26675 26678 20967 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 119079842 9787879424 6051 33554432000 1073741824 1073778376 140734501428016 140404949531552 259115771149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 4.13 3.79 3.49 4/197 26678
/proc/meminfo: memFree=27295612/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 5136 0 1 0 28 1 0 0 20 0 18 0 119079841 9787879424 8115 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2389619 8115 2220 9 0 2380296 0
[pid=26678/tid=26679] ppid=26675 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) R 26675 26678 20967 0 -1 4202560 2414 0 1 0 17 0 0 0 20 0 18 0 119079842 9787879424 8115 33554432000 1073741824 1073778376 140734501428016 140404949518024 140404779835839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 4.13 3.79 3.49 4/197 26678
/proc/meminfo: memFree=27295612/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 5552 0 1 0 51 1 0 0 20 0 18 0 119079841 9787879424 9342 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2389619 9342 2232 9 0 2380296 0
[pid=26678/tid=26679] ppid=26675 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) R 26675 26678 20967 0 -1 4202560 2416 0 1 0 27 0 0 0 20 0 18 0 119079842 9787879424 9342 33554432000 1073741824 1073778376 140734501428016 140404949524368 140404779473738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700209 s]
/proc/loadavg: 4.13 3.79 3.49 4/197 26678
/proc/meminfo: memFree=27295612/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9691604 CPUtime=1.38 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 8151 0 1 0 131 7 0 0 20 0 20 0 119079841 9924202496 44930 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2422901 44930 2266 9 0 2413578 0
[pid=26678/tid=26679] ppid=26675 vsize=9691604 CPUtime=0.64 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) S 26675 26678 20967 0 -1 4202560 2485 0 1 0 61 3 0 0 20 0 20 0 119079842 9924202496 44930 33554432000 1073741824 1073778376 140734501428016 140404949533560 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9691604

[startup+1.50085 s]
/proc/loadavg: 4.13 3.79 3.49 7/219 26700
/proc/meminfo: memFree=27109392/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 19753 0 1 0 429 9 0 0 20 0 22 0 119079841 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2456183 50537 2286 9 0 2446860 0
[pid=26678/tid=26679] ppid=26675 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) S 26675 26678 20967 0 -1 4202560 2485 0 1 0 61 3 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404949533560 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26681] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26681/stat : 26681 (java) S 26675 26678 20967 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404911024424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26682] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26682/stat : 26682 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404909971624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26683] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26683/stat : 26683 (java) S 26675 26678 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404908919336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26684] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26684/stat : 26684 (java) S 26675 26678 20967 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404907866536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26685] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26685/stat : 26685 (java) S 26675 26678 20967 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404906814248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26686] ppid=26675 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26678/task/26686/stat : 26686 (java) S 26675 26678 20967 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404905761448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26687] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26687/stat : 26687 (java) S 26675 26678 20967 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404904709160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26688] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26688/stat : 26688 (java) S 26675 26678 20967 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 119079842 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404903656360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26689] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26689/stat : 26689 (java) S 26675 26678 20967 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 119079843 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404773062888 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26690] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26690/stat : 26690 (java) S 26675 26678 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404772008952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26691] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26691/stat : 26691 (java) S 26675 26678 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404770956552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26692] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26692/stat : 26692 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404769905040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26693] ppid=26675 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/26678/task/26693/stat : 26693 (java) R 26675 26678 20967 0 -1 4202560 8545 0 0 0 100 1 0 0 20 0 22 0 119079846 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404768852664 259115770293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26694] ppid=26675 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/26678/task/26694/stat : 26694 (java) R 26675 26678 20967 0 -1 4202560 7259 0 0 0 95 1 0 0 20 0 22 0 119079846 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404767799744 140404952140818 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26695] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26695/stat : 26695 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404766747768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26696] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26696/stat : 26696 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404765695176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26697] ppid=26675 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/26678/task/26697/stat : 26697 (java) R 26675 26678 20967 0 -1 4202560 19 0 0 0 78 0 0 0 20 0 22 0 119079908 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140404764631136 140404780173767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26698] ppid=26675 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/26678/task/26698/stat : 26698 (java) R 26675 26678 20967 0 -1 4202560 36 0 0 0 78 0 0 0 20 0 22 0 119079908 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140403621746464 140404779476771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26699] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26699/stat : 26699 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140403620697256 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26700] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26700/stat : 26700 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 50537 33554432000 1073741824 1073778376 140734501428016 140403619644456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.13 3.79 3.49 5/219 26700
/proc/meminfo: memFree=27042360/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9824732 CPUtime=8.12 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 20388 0 1 0 795 17 0 0 20 0 22 0 119079841 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2456183 90957 2286 9 0 2446860 0
[pid=26678/tid=26679] ppid=26675 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) S 26675 26678 20967 0 -1 4202560 2485 0 1 0 61 3 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404949533560 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26681] ppid=26675 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26678/task/26681/stat : 26681 (java) S 26675 26678 20967 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404911024424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26682] ppid=26675 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26678/task/26682/stat : 26682 (java) S 26675 26678 20967 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404909971624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26683] ppid=26675 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26678/task/26683/stat : 26683 (java) S 26675 26678 20967 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404908919336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26684] ppid=26675 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26678/task/26684/stat : 26684 (java) S 26675 26678 20967 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404907866536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26685] ppid=26675 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26678/task/26685/stat : 26685 (java) S 26675 26678 20967 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404906814248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26686] ppid=26675 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26678/task/26686/stat : 26686 (java) S 26675 26678 20967 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404905761448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26687] ppid=26675 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26678/task/26687/stat : 26687 (java) S 26675 26678 20967 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404904709160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26688] ppid=26675 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26678/task/26688/stat : 26688 (java) S 26675 26678 20967 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 119079842 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404903656360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26689] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26689/stat : 26689 (java) S 26675 26678 20967 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 119079843 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404773062888 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26690] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26690/stat : 26690 (java) S 26675 26678 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404772008952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26691] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26691/stat : 26691 (java) S 26675 26678 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404770956552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26692] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26692/stat : 26692 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404769905040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26693] ppid=26675 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/26678/task/26693/stat : 26693 (java) S 26675 26678 20967 0 -1 4202560 8545 0 0 0 128 2 0 0 20 0 22 0 119079846 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404768852664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26694] ppid=26675 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/26678/task/26694/stat : 26694 (java) S 26675 26678 20967 0 -1 4202560 7262 0 0 0 107 2 0 0 20 0 22 0 119079846 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404767799864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26695] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26695/stat : 26695 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404766747768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26696] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26696/stat : 26696 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404765695176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26697] ppid=26675 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/26678/task/26697/stat : 26697 (java) R 26675 26678 20967 0 -1 4202560 20 0 0 0 231 0 0 0 20 0 22 0 119079908 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140404764638120 140404780166636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26698] ppid=26675 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/26678/task/26698/stat : 26698 (java) R 26675 26678 20967 0 -1 4202560 90 0 0 0 228 2 0 0 20 0 22 0 119079908 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140403621747896 140404780712669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26699] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26699/stat : 26699 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140403620697256 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26700] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26700/stat : 26700 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 90957 33554432000 1073741824 1073778376 140734501428016 140403619644456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.12 3.80 3.50 5/219 26700
/proc/meminfo: memFree=26671180/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9824732 CPUtime=14.92 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 21118 0 1 0 1465 27 0 0 20 0 22 0 119079841 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2456183 157473 2292 9 0 2446860 0
[pid=26678/tid=26679] ppid=26675 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) S 26675 26678 20967 0 -1 4202560 2485 0 1 0 61 3 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404949533560 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26681] ppid=26675 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/26678/task/26681/stat : 26681 (java) S 26675 26678 20967 0 -1 4202560 135 0 0 0 5 2 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404911024424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26682] ppid=26675 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26678/task/26682/stat : 26682 (java) S 26675 26678 20967 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404909971624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26683] ppid=26675 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26678/task/26683/stat : 26683 (java) S 26675 26678 20967 0 -1 4202560 132 0 0 0 4 1 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404908919336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26684] ppid=26675 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/26678/task/26684/stat : 26684 (java) S 26675 26678 20967 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404907866536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26685] ppid=26675 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/26678/task/26685/stat : 26685 (java) S 26675 26678 20967 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404906814248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26686] ppid=26675 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/26678/task/26686/stat : 26686 (java) S 26675 26678 20967 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404905761448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26687] ppid=26675 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/26678/task/26687/stat : 26687 (java) S 26675 26678 20967 0 -1 4202560 130 0 0 0 4 1 0 0 20 0 22 0 119079842 10060525568 157473 33554432000 1073741824 1073778376 140734501428016 140404904709160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26688] ppid=26675 vsize=9824732 CPUtime=0.07 cores=0,2,4,6

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

/proc/26678/task/26683/stat : 26683 (java) S 26675 26678 20967 0 -1 4202560 672 0 0 0 213 14 0 0 20 0 22 0 119079842 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404908919336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26684] ppid=26675 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/26678/task/26684/stat : 26684 (java) S 26675 26678 20967 0 -1 4202560 624 0 0 0 215 11 0 0 20 0 22 0 119079842 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404907866536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26685] ppid=26675 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/26678/task/26685/stat : 26685 (java) S 26675 26678 20967 0 -1 4202560 552 0 0 0 197 11 0 0 20 0 22 0 119079842 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404906814248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26686] ppid=26675 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/26678/task/26686/stat : 26686 (java) S 26675 26678 20967 0 -1 4202560 531 0 0 0 213 11 0 0 20 0 22 0 119079842 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404905761448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26687] ppid=26675 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/26678/task/26687/stat : 26687 (java) S 26675 26678 20967 0 -1 4202560 533 0 0 0 177 9 0 0 20 0 22 0 119079842 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404904709160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26688] ppid=26675 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/26678/task/26688/stat : 26688 (java) S 26675 26678 20967 0 -1 4202560 568 0 0 0 211 11 0 0 20 0 22 0 119079842 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404903656360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26689] ppid=26675 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/26678/task/26689/stat : 26689 (java) S 26675 26678 20967 0 -1 4202560 1814 0 0 0 249 12 0 0 20 0 22 0 119079843 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404773062888 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26690] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26690/stat : 26690 (java) S 26675 26678 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404772008952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26691] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26691/stat : 26691 (java) S 26675 26678 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404770956552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26692] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26692/stat : 26692 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404769905040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26693] ppid=26675 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26678/task/26693/stat : 26693 (java) S 26675 26678 20967 0 -1 4202560 11453 0 0 0 205 2 0 0 20 0 22 0 119079846 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404768852664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26694] ppid=26675 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/26678/task/26694/stat : 26694 (java) S 26675 26678 20967 0 -1 4202560 7268 0 0 0 119 2 0 0 20 0 22 0 119079846 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404767799864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26695] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26695/stat : 26695 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404766747768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26696] ppid=26675 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26678/task/26696/stat : 26696 (java) S 26675 26678 20967 0 -1 4202560 47 0 0 0 11 19 0 0 20 0 22 0 119079846 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404765695176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26697] ppid=26675 vsize=9824732 CPUtime=812.01 cores=0,2,4,6
/proc/26678/task/26697/stat : 26697 (java) R 26675 26678 20967 0 -1 4202560 63 0 0 0 81188 13 0 0 20 0 22 0 119079908 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140404764638496 140404780166486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26698] ppid=26675 vsize=9824732 CPUtime=812.12 cores=0,2,4,6
/proc/26678/task/26698/stat : 26698 (java) R 26675 26678 20967 0 -1 4202560 3113 0 0 0 81160 52 0 0 20 0 22 0 119079908 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140403621749024 140404780714792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26699] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26699/stat : 26699 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140403620697256 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26700] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26700/stat : 26700 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 633930 33554432000 1073741824 1073778376 140734501428016 140403619644456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.38
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.28 4.32 4.01 5/219 26795
/proc/meminfo: memFree=24719408/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9824732 CPUtime=1772.95 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 32276 0 1 0 177123 172 0 0 20 0 22 0 119079841 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2456183 637935 2301 9 0 2446860 0
[pid=26678/tid=26679] ppid=26675 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) S 26675 26678 20967 0 -1 4202560 2489 0 1 0 64 4 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404949533560 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26681] ppid=26675 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/26678/task/26681/stat : 26681 (java) S 26675 26678 20967 0 -1 4202560 564 0 0 0 218 11 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404911024424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26682] ppid=26675 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/26678/task/26682/stat : 26682 (java) S 26675 26678 20967 0 -1 4202560 609 0 0 0 224 14 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404909971624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26683] ppid=26675 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/26678/task/26683/stat : 26683 (java) S 26675 26678 20967 0 -1 4202560 692 0 0 0 226 14 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404908919336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26684] ppid=26675 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/26678/task/26684/stat : 26684 (java) S 26675 26678 20967 0 -1 4202560 641 0 0 0 231 12 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404907866536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26685] ppid=26675 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/26678/task/26685/stat : 26685 (java) S 26675 26678 20967 0 -1 4202560 552 0 0 0 206 11 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404906814248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26686] ppid=26675 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/26678/task/26686/stat : 26686 (java) S 26675 26678 20967 0 -1 4202560 550 0 0 0 231 11 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404905761448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26687] ppid=26675 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/26678/task/26687/stat : 26687 (java) S 26675 26678 20967 0 -1 4202560 542 0 0 0 194 9 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404904709160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26688] ppid=26675 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/26678/task/26688/stat : 26688 (java) S 26675 26678 20967 0 -1 4202560 597 0 0 0 233 11 0 0 20 0 22 0 119079842 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404903656360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26689] ppid=26675 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/26678/task/26689/stat : 26689 (java) S 26675 26678 20967 0 -1 4202560 1818 0 0 0 249 12 0 0 20 0 22 0 119079843 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404773062888 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26690] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26690/stat : 26690 (java) S 26675 26678 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404772008952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26691] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26691/stat : 26691 (java) S 26675 26678 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404770956552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26692] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26692/stat : 26692 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404769905040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26693] ppid=26675 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26678/task/26693/stat : 26693 (java) S 26675 26678 20967 0 -1 4202560 11453 0 0 0 205 2 0 0 20 0 22 0 119079846 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404768852664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26694] ppid=26675 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/26678/task/26694/stat : 26694 (java) S 26675 26678 20967 0 -1 4202560 7268 0 0 0 119 2 0 0 20 0 22 0 119079846 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404767799864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26695] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26695/stat : 26695 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404766747768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26696] ppid=26675 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/26678/task/26696/stat : 26696 (java) S 26675 26678 20967 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 119079846 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404765695176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26697] ppid=26675 vsize=9824732 CPUtime=871.52 cores=0,2,4,6
/proc/26678/task/26697/stat : 26697 (java) R 26675 26678 20967 0 -1 4202560 64 0 0 0 87138 14 0 0 20 0 22 0 119079908 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140404764638496 140404780165845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26698] ppid=26675 vsize=9824732 CPUtime=871.63 cores=0,2,4,6
/proc/26678/task/26698/stat : 26698 (java) R 26675 26678 20967 0 -1 4202560 3121 0 0 0 87109 54 0 0 20 0 22 0 119079908 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140403621749024 140404780237391 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26699] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26699/stat : 26699 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140403620697256 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26700] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26700/stat : 26700 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 637935 33554432000 1073741824 1073778376 140734501428016 140403619644456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.95
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.28 4.32 4.01 6/219 26795
/proc/meminfo: memFree=24718228/32872528 swapFree=16700/1645768
[pid=26678] ppid=26675 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/26678/stat : 26678 (java) S 26675 26678 20967 0 -1 4202496 32312 0 1 0 179832 173 0 0 20 0 22 0 119079841 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140734501419152 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26678/statm: 2456183 638257 2301 9 0 2446860 0
[pid=26678/tid=26679] ppid=26675 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/26678/task/26679/stat : 26679 (java) S 26675 26678 20967 0 -1 4202560 2489 0 1 0 64 4 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404949533560 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26681] ppid=26675 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/26678/task/26681/stat : 26681 (java) S 26675 26678 20967 0 -1 4202560 564 0 0 0 219 11 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404911024424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26682] ppid=26675 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/26678/task/26682/stat : 26682 (java) S 26675 26678 20967 0 -1 4202560 617 0 0 0 228 14 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404909971624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26683] ppid=26675 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/26678/task/26683/stat : 26683 (java) S 26675 26678 20967 0 -1 4202560 693 0 0 0 229 14 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404908919336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26684] ppid=26675 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/26678/task/26684/stat : 26684 (java) S 26675 26678 20967 0 -1 4202560 645 0 0 0 235 12 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404907866536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26685] ppid=26675 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26678/task/26685/stat : 26685 (java) S 26675 26678 20967 0 -1 4202560 560 0 0 0 209 11 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404906814248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26686] ppid=26675 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/26678/task/26686/stat : 26686 (java) S 26675 26678 20967 0 -1 4202560 552 0 0 0 233 11 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404905761448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26687] ppid=26675 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26678/task/26687/stat : 26687 (java) S 26675 26678 20967 0 -1 4202560 550 0 0 0 198 9 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404904709160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26688] ppid=26675 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/26678/task/26688/stat : 26688 (java) S 26675 26678 20967 0 -1 4202560 600 0 0 0 238 12 0 0 20 0 22 0 119079842 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404903656360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26689] ppid=26675 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/26678/task/26689/stat : 26689 (java) S 26675 26678 20967 0 -1 4202560 1818 0 0 0 249 13 0 0 20 0 22 0 119079843 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404773062888 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26690] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26690/stat : 26690 (java) S 26675 26678 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404772008952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26691] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26691/stat : 26691 (java) S 26675 26678 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119079844 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404770956552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26692] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26692/stat : 26692 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404769905040 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26693] ppid=26675 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26678/task/26693/stat : 26693 (java) S 26675 26678 20967 0 -1 4202560 11453 0 0 0 205 2 0 0 20 0 22 0 119079846 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404768852664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26694] ppid=26675 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/26678/task/26694/stat : 26694 (java) S 26675 26678 20967 0 -1 4202560 7268 0 0 0 119 2 0 0 20 0 22 0 119079846 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404767799864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26678/tid=26695] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26695/stat : 26695 (java) S 26675 26678 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119079846 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404766747768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26696] ppid=26675 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/26678/task/26696/stat : 26696 (java) S 26675 26678 20967 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 119079846 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404765695176 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26678/tid=26697] ppid=26675 vsize=9824732 CPUtime=884.91 cores=0,2,4,6
/proc/26678/task/26697/stat : 26697 (java) R 26675 26678 20967 0 -1 4202560 64 0 0 0 88477 14 0 0 20 0 22 0 119079908 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140404764638496 140404780173627 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26698] ppid=26675 vsize=9824732 CPUtime=885.02 cores=0,2,4,6
/proc/26678/task/26698/stat : 26698 (java) R 26675 26678 20967 0 -1 4202560 3123 0 0 0 88448 54 0 0 20 0 22 0 119079908 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140403621749024 140404780237370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26678/tid=26699] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26699/stat : 26699 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140403620697256 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26678/tid=26700] ppid=26675 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26678/task/26700/stat : 26700 (java) S 26675 26678 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119079914 10060525568 638257 33554432000 1073741824 1073778376 140734501428016 140403619644456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 26678 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 26678 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=859291
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=201665
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.854
CPU time (s): 1800.05
CPU user time (s): 1798.32
CPU system time (s): 1.73
CPU usage (%): 200.931
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 2.20167
maximum resident set size= 2938520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32346
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26117
involuntary context switches= 39867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75312 second user time and 7.2159 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-08 09:37:44
IDJOB=4080957
IDBENCH=92767
IDSOLVER=2543
FILE ID=node124/4080957-1465371464
RUNJOBID= node124-1465368757-26008
PBS_JOBID= 19853397
Free space on /tmp= 71724 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_4_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080957-1465371464/watcher-4080957-1465371464 -o /tmp/evaluation-result-4080957-1465371464/solver-4080957-1465371464 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465368757-26008 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080957-1465371464.opb

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

MD5SUM BENCH= e305c1d0330d93c0634ea10582f6edce
RANDOM SEED=496121258

node124.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.707
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.41
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.707
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.707
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.707
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.707
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.707
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.707
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.707
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:        27296356 kB
Buffers:          140800 kB
Cached:           564828 kB
SwapCached:          752 kB
Active:          2720804 kB
Inactive:         455404 kB
Active(anon):    2471192 kB
Inactive(anon):     1884 kB
Active(file):     249612 kB
Inactive(file):   453520 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097728 kB
Dirty:              2020 kB
Writeback:             0 kB
AnonPages:       4070660 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             608068 kB
SReclaimable:      51648 kB
SUnreclaim:       556420 kB
KernelStack:        1808 kB
PageTables:        12544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4301020 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= 71712 MiB
End job on node124 at 2016-06-08 09:52:40