Trace number 4107846

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.05 894.072

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_8-unsat.opb
MD5SUMa4c61139e0eb75a13e9da4d40232e606
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29040
Total number of constraints96434
Number of constraints which are clauses95958
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
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.00/0.09	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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4107846-1466284438.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
5.34/2.04	c ... done. Wall clock time 1.918s.
5.34/2.04	c declared #vars     29040
5.34/2.04	c #constraints  96434
5.34/2.04	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.34/2.04	c constraints type 
5.34/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10386
5.34/2.08	c org.sat4j.specs.Constr$1 => 12972
5.34/2.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67615
5.34/2.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 4985
5.34/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
5.34/2.08	c 96434 constraints processed.
5.34/2.08	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.34/2.08	c constraints type 
5.34/2.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67615
5.34/2.08	c org.sat4j.specs.Constr$1 => 12972
5.34/2.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10386
5.34/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 476
5.34/2.08	c org.sat4j.pb.constraints.pb.UnitClausePB => 4985
5.34/2.08	c 96434 constraints processed.
10.00/3.66	c cleaning 2492 clauses out of 5000 with flag 21967/5000
12.69/4.89	c cleaning 4249 clauses out of 8508 with flag 52898/11000
15.78/6.32	c cleaning 5616 clauses out of 11261 with flag 93829/18002
19.48/8.19	c cleaning 6812 clauses out of 13643 with flag 149749/26000
23.70/10.28	c cleaning 7905 clauses out of 15832 with flag 199559/35001
28.81/12.72	c cleaning 8942 clauses out of 17926 with flag 259037/45000
34.14/15.40	c cleaning 9984 clauses out of 19985 with flag 321164/56001
39.74/18.15	c cleaning 10985 clauses out of 22000 with flag 389495/68000
46.89/21.61	c cleaning 11983 clauses out of 24015 with flag 473825/81000
54.32/25.33	c cleaning 13003 clauses out of 26034 with flag 582949/95002
62.06/29.14	c cleaning 14004 clauses out of 28029 with flag 670319/110000
71.39/33.64	c cleaning 15004 clauses out of 30025 with flag 763592/126000
80.99/38.38	c cleaning 15995 clauses out of 32022 with flag 865786/143001
90.79/43.26	c cleaning 0 clauses out of 5000 with flag 0/5000
91.92/43.61	c cleaning 17013 clauses out of 34027 with flag 1000044/161001
102.91/49.07	c cleaning 17992 clauses out of 36013 with flag 1124299/180000
114.20/54.67	c cleaning 19002 clauses out of 38025 with flag 1253146/200004
126.39/60.78	c cleaning 19999 clauses out of 40019 with flag 1396640/221000
139.69/67.36	c cleaning 21002 clauses out of 42024 with flag 1545747/243004
153.00/74.00	c cleaning 21998 clauses out of 44018 with flag 1697504/266000
167.30/81.08	c cleaning 23004 clauses out of 46023 with flag 1883442/290003
182.57/88.63	c cleaning 24001 clauses out of 48016 with flag 2066736/315000
199.19/97.30	c cleaning 24992 clauses out of 50016 with flag 2227257/341001
215.27/105.38	c cleaning 26002 clauses out of 52023 with flag 2422008/368000
234.30/114.85	c cleaning 26982 clauses out of 54022 with flag 2643653/396001
252.40/123.83	c cleaning 28015 clauses out of 56040 with flag 2896635/425001
271.92/133.57	c cleaning 28996 clauses out of 58026 with flag 3113337/455002
293.46/144.26	c cleaning 29994 clauses out of 60030 with flag 3334887/486002
315.33/155.12	c cleaning 31013 clauses out of 62034 with flag 3570099/518000
337.64/166.21	c cleaning 31999 clauses out of 64023 with flag 3834323/551002
343.36/169.02	c cleaning 0 clauses out of 11000 with flag 0/11000
360.90/177.72	c cleaning 32999 clauses out of 66022 with flag 4077135/585000
385.10/189.79	c cleaning 33999 clauses out of 68023 with flag 4339645/620000
411.42/202.78	c cleaning 34996 clauses out of 70024 with flag 4637873/656000
436.37/215.19	c cleaning 35998 clauses out of 72029 with flag 4934747/693001
463.52/228.67	c cleaning 37002 clauses out of 74030 with flag 5237822/731000
491.61/242.55	c cleaning 37996 clauses out of 76029 with flag 5543832/770001
520.16/256.63	c cleaning 39013 clauses out of 78034 with flag 5850881/810002
550.13/271.52	c cleaning 39996 clauses out of 80020 with flag 6167996/851001
583.38/288.01	c cleaning 41000 clauses out of 82025 with flag 6535321/893002
618.75/306.35	c cleaning 42005 clauses out of 84024 with flag 6906808/936001
652.13/322.92	c cleaning 42995 clauses out of 86018 with flag 7270025/980000
686.61/340.16	c cleaning 44004 clauses out of 88024 with flag 7641013/1025001
722.05/357.70	c cleaning 44992 clauses out of 90019 with flag 8032661/1071000
758.95/376.07	c cleaning 46000 clauses out of 92028 with flag 8452035/1118001
796.67/394.71	c cleaning 46990 clauses out of 94027 with flag 8850869/1166000
835.18/413.81	c cleaning 48016 clauses out of 96037 with flag 9229862/1215000
857.93/425.10	c cleaning 0 clauses out of 18000 with flag 0/18000
876.69/434.48	c cleaning 48990 clauses out of 98022 with flag 9652508/1265001
918.61/455.20	c cleaning 49997 clauses out of 100034 with flag 10071690/1316003
959.17/475.32	c cleaning 51006 clauses out of 102037 with flag 10494829/1368003
1001.50/496.34	c cleaning 51998 clauses out of 104028 with flag 10941799/1421000
1046.81/518.71	c cleaning 53002 clauses out of 106030 with flag 11375783/1475000
1093.85/542.18	c cleaning 53995 clauses out of 108028 with flag 11838050/1530000
1141.67/565.92	c cleaning 55009 clauses out of 110033 with flag 12295377/1586000
1191.97/590.93	c cleaning 56002 clauses out of 112026 with flag 12792858/1643002
1242.21/615.98	c cleaning 56998 clauses out of 114022 with flag 13306233/1701000
1297.80/643.58	c cleaning 58007 clauses out of 116026 with flag 13852772/1760002
1352.32/670.53	c cleaning 58995 clauses out of 118017 with flag 14359068/1820000
1408.40/699.41	c cleaning 60000 clauses out of 120022 with flag 14866982/1881000
1463.62/726.98	c cleaning 61001 clauses out of 122022 with flag 15402344/1943000
1517.54/753.73	c cleaning 62000 clauses out of 124022 with flag 15914860/2006001
1575.24/782.35	c cleaning 62991 clauses out of 126022 with flag 16452319/2070001
1634.63/811.83	c cleaning 64010 clauses out of 128030 with flag 17004806/2135000
1696.99/842.88	c cleaning 64998 clauses out of 130021 with flag 17596857/2201001
1745.98/867.19	c cleaning 0 clauses out of 26000 with flag 0/26000
1760.80/874.54	c cleaning 66001 clauses out of 132025 with flag 18140055/2268003
1800.05/894.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/894.00	c starts		: 6561
1800.05/894.00	c conflicts		: 2311427
1800.05/894.00	c decisions		: 3419789
1800.05/894.00	c propagations		: 1067054425
1800.05/894.00	c inspects		: 7494429497
1800.05/894.00	c shortcuts		: 0
1800.05/894.00	c learnt literals	: 0
1800.05/894.00	c learnt binary clauses	: 1
1800.05/894.00	c learnt ternary clauses	: 1197
1800.05/894.00	c learnt constraints	: 2311427
1800.05/894.00	c ignored constraints	: 0
1800.05/894.00	c root simplifications	: 0
1800.05/894.00	c removed literals (reason simplification)	: 22021339
1800.05/894.00	c reason swapping (by a shorter reason)	: 0
1800.05/894.00	c Calls to reduceDB	: 63
1800.05/894.00	c Number of update (reduction) of LBD	: 896366
1800.05/894.00	c Imported unit clauses	: 0
1800.05/894.00	c number of reductions to clauses (during analyze)	: 0
1800.05/894.00	c number of learned constraints concerned by reduction	: 0
1800.05/894.00	c number of learning phase by resolution	: 0
1800.05/894.00	c number of learning phase by cutting planes	: 0
1800.05/894.00	c speed (assignments/second)	: 1196449.2106865384
1800.05/894.00	c non guided choices	976
1800.05/894.03	c learnt constraints type 
1800.05/894.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/894.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109447
1800.05/894.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/894.03	c starts		: 54
1800.05/894.03	c conflicts		: 26422
1800.05/894.03	c decisions		: 161662
1800.05/894.03	c propagations		: 14254892
1800.05/894.03	c inspects		: 923606085
1800.05/894.03	c shortcuts		: 0
1800.05/894.03	c learnt literals	: 0
1800.05/894.03	c learnt binary clauses	: 0
1800.05/894.03	c learnt ternary clauses	: 47
1800.05/894.03	c learnt constraints	: 26421
1800.05/894.03	c ignored constraints	: 0
1800.05/894.03	c root simplifications	: 0
1800.05/894.03	c removed literals (reason simplification)	: 0
1800.05/894.03	c reason swapping (by a shorter reason)	: 0
1800.05/894.03	c Calls to reduceDB	: 4
1800.05/894.03	c Number of update (reduction) of LBD	: 0
1800.05/894.03	c Imported unit clauses	: 0
1800.05/894.03	c number of reductions to clauses (during analyze)	: 0
1800.05/894.03	c number of learned constraints concerned by reduction	: 0
1800.05/894.03	c number of learning phase by resolution	: 0
1800.05/894.03	c number of learning phase by cutting planes	: 0
1800.05/894.03	c speed (assignments/second)	: 15983.042485726715
1800.05/894.03	c non guided choices	64
1800.05/894.04	c learnt constraints type 
1800.05/894.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 47
1800.05/894.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26374
1800.05/894.04	s UNKNOWN
1800.05/894.04	c Total wall clock time (in seconds): 893.92

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-4107846-1466284438/watcher-4107846-1466284438 -o /tmp/evaluation-result-4107846-1466284438/solver-4107846-1466284438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107846-1466284438.opb 

pid=12600
running on 4 cores: 1,3,5,7

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.39 4.18 3.85 4/197 12603
/proc/meminfo: memFree=27456920/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12603/stat : 12603 (java) D 12600 12603 8258 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 30490302 9515008 186 33554432000 1073741824 1073778376 140736590757984 140736590747048 252253924647 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2323 186 143 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.39 4.18 3.85 4/197 12603
/proc/meminfo: memFree=27456920/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 4481 0 1 0 8 1 0 0 20 0 18 0 30490302 9787879424 5587 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2389619 5587 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 4.39 4.18 3.85 4/197 12603
/proc/meminfo: memFree=27456920/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 4727 0 1 0 22 1 0 0 20 0 18 0 30490302 9787879424 6815 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2389619 6815 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300306 s]
/proc/loadavg: 4.39 4.18 3.85 4/197 12603
/proc/meminfo: memFree=27456920/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 5599 0 1 0 45 1 0 0 20 0 18 0 30490302 9787879424 8579 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2389619 8569 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700214 s]
/proc/loadavg: 4.39 4.18 3.85 4/197 12603
/proc/meminfo: memFree=27456920/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9559080 CPUtime=1.62 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 23485 0 1 0 156 6 0 0 20 0 18 0 30490302 9788497920 32184 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2389770 32184 2250 9 0 2380447 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9559080

[startup+1.5008 s]
/proc/loadavg: 4.39 4.18 3.85 6/215 12621
/proc/meminfo: memFree=27251388/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9558476 CPUtime=3.83 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 44399 0 1 0 370 13 0 0 20 0 18 0 30490302 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2389619 59465 2270 9 0 2380296 0
[pid=12603/tid=12605] ppid=12600 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/12603/task/12605/stat : 12605 (java) R 12600 12603 8258 0 -1 4202560 2533 0 1 0 139 4 0 0 20 0 18 0 30490303 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949223497648 139949163288282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12606] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12606/stat : 12606 (java) S 12600 12603 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949162236584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12607] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12607/stat : 12607 (java) S 12600 12603 8258 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949065845544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12608] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12608/stat : 12608 (java) S 12600 12603 8258 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949064793000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12609] ppid=12600 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/12603/task/12609/stat : 12609 (java) S 12600 12603 8258 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949063740456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12610] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12610/stat : 12610 (java) S 12600 12603 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949062686888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12611] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12611/stat : 12611 (java) S 12600 12603 8258 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949061634344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12612] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12612/stat : 12612 (java) S 12600 12603 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949060581800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12613] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12613/stat : 12613 (java) S 12600 12603 8258 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 30490304 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949059529256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12614] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12614/stat : 12614 (java) S 12600 12603 8258 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30490305 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949047331432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12615] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12615/stat : 12615 (java) S 12600 12603 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30490306 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949046277752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12616] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12616/stat : 12616 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30490306 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949045225096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12617] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12617/stat : 12617 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30490308 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949044173840 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12618] ppid=12600 vsize=9558476 CPUtime=1.09 cores=1,3,5,7
/proc/12603/task/12618/stat : 12618 (java) R 12600 12603 8258 0 -1 4202560 17491 0 0 0 107 2 0 0 20 0 18 0 30490308 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949043097432 139949227623890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12619] ppid=12600 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/12603/task/12619/stat : 12619 (java) R 12600 12603 8258 0 -1 4202560 23002 0 0 0 109 5 0 0 20 0 18 0 30490308 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949042053400 139949230481643 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12620] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12620/stat : 12620 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30490308 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949041015288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12621] ppid=12600 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12621/stat : 12621 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30490308 9787879424 59465 33554432000 1073741824 1073778376 140736590757984 139949039962952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 4.39 4.18 3.85 7/219 12625
/proc/meminfo: memFree=27209760/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9824732 CPUtime=8.72 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 49152 0 1 0 855 17 0 0 20 0 22 0 30490302 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2456183 75351 2287 9 0 2446860 0
[pid=12603/tid=12605] ppid=12600 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/12603/task/12605/stat : 12605 (java) S 12600 12603 8258 0 -1 4202560 2539 0 1 0 190 4 0 0 20 0 22 0 30490303 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949223506808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12606] ppid=12600 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12603/task/12606/stat : 12606 (java) S 12600 12603 8258 0 -1 4202560 100 0 0 0 1 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949162236584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12607] ppid=12600 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12603/task/12607/stat : 12607 (java) S 12600 12603 8258 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949065845544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12608] ppid=12600 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12603/task/12608/stat : 12608 (java) S 12600 12603 8258 0 -1 4202560 97 0 0 0 3 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949064793000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12609] ppid=12600 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12603/task/12609/stat : 12609 (java) S 12600 12603 8258 0 -1 4202560 116 0 0 0 4 1 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949063740456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12610] ppid=12600 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12603/task/12610/stat : 12610 (java) S 12600 12603 8258 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949062686888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12611] ppid=12600 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12603/task/12611/stat : 12611 (java) S 12600 12603 8258 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949061634344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12612] ppid=12600 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12603/task/12612/stat : 12612 (java) S 12600 12603 8258 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949060581800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12613] ppid=12600 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12603/task/12613/stat : 12613 (java) S 12600 12603 8258 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 30490304 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949059529256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12614] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12614/stat : 12614 (java) S 12600 12603 8258 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 30490305 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949047331432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12615] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12615/stat : 12615 (java) S 12600 12603 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949046277752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12616] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12616/stat : 12616 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949045225096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12617] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12617/stat : 12617 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949044173840 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12618] ppid=12600 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/12603/task/12618/stat : 12618 (java) S 12600 12603 8258 0 -1 4202560 21453 0 0 0 217 3 0 0 20 0 22 0 30490308 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949043120184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12619] ppid=12600 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/12603/task/12619/stat : 12619 (java) S 12600 12603 8258 0 -1 4202560 23318 0 0 0 217 5 0 0 20 0 22 0 30490308 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949042067640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12620] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12620/stat : 12620 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949041015288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12621] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12621/stat : 12621 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949039962952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12622] ppid=12600 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/12603/task/12622/stat : 12622 (java) R 12600 12603 8258 0 -1 4202560 24 0 0 0 102 0 0 0 20 0 22 0 30490507 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949038908008 139949163464611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12623] ppid=12600 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/12603/task/12623/stat : 12623 (java) R 12600 12603 8258 0 -1 4202560 43 0 0 0 99 0 0 0 20 0 22 0 30490507 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949037855256 139949165120490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12624] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12624/stat : 12624 (java) S 12600 12603 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949036803624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12625] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12625/stat : 12625 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 75351 33554432000 1073741824 1073778376 140736590757984 139949035751080 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.52 4.21 3.86 5/219 12625
/proc/meminfo: memFree=26919900/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9824732 CPUtime=15.78 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 50183 0 1 0 1546 32 0 0 20 0 22 0 30490302 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2456183 170424 2292 9 0 2446860 0
[pid=12603/tid=12605] ppid=12600 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/12603/task/12605/stat : 12605 (java) S 12600 12603 8258 0 -1 4202560 2539 0 1 0 190 4 0 0 20 0 22 0 30490303 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949223506808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12606] ppid=12600 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12603/task/12606/stat : 12606 (java) S 12600 12603 8258 0 -1 4202560 146 0 0 0 5 1 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949162236584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12607] ppid=12600 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/12603/task/12607/stat : 12607 (java) S 12600 12603 8258 0 -1 4202560 128 0 0 0 9 2 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949065845544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12608] ppid=12600 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12603/task/12608/stat : 12608 (java) S 12600 12603 8258 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949064793000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12609] ppid=12600 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/12603/task/12609/stat : 12609 (java) S 12600 12603 8258 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949063740456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12610] ppid=12600 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/12603/task/12610/stat : 12610 (java) S 12600 12603 8258 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949062686888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12611] ppid=12600 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/12603/task/12611/stat : 12611 (java) S 12600 12603 8258 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949061634344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12612] ppid=12600 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/12603/task/12612/stat : 12612 (java) S 12600 12603 8258 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949060581800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12613] ppid=12600 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12603/task/12613/stat : 12613 (java) S 12600 12603 8258 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 22 0 30490304 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949059529256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12614] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12614/stat : 12614 (java) S 12600 12603 8258 0 -1 4202560 472 0 0 0 0 0 0 0 20 0 22 0 30490305 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949047331432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12615] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12615/stat : 12615 (java) S 12600 12603 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949046277752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12616] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12616/stat : 12616 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949045225096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12617] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12617/stat : 12617 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949044173840 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12618] ppid=12600 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/12603/task/12618/stat : 12618 (java) S 12600 12603 8258 0 -1 4202560 21457 0 0 0 232 4 0 0 20 0 22 0 30490308 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949043120184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12619] ppid=12600 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/12603/task/12619/stat : 12619 (java) S 12600 12603 8258 0 -1 4202560 23323 0 0 0 245 5 0 0 20 0 22 0 30490308 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949042067640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12620] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12620/stat : 12620 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949041015288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12621] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12621/stat : 12621 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 170424 33554432000 1073741824 1073778376 140736590757984 139949039962952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12622] ppid=12600 vsize=9824732 CPUtime=4.07 cores=1,3,5,7

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

/proc/12603/task/12608/stat : 12608 (java) S 12600 12603 8258 0 -1 4202560 664 0 0 0 295 15 0 0 20 0 22 0 30490304 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949064793000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12609] ppid=12600 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/12603/task/12609/stat : 12609 (java) S 12600 12603 8258 0 -1 4202560 617 0 0 0 286 15 0 0 20 0 22 0 30490304 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949063740456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12610] ppid=12600 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/12603/task/12610/stat : 12610 (java) S 12600 12603 8258 0 -1 4202560 495 0 0 0 299 13 0 0 20 0 22 0 30490304 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949062686888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12611] ppid=12600 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/12603/task/12611/stat : 12611 (java) S 12600 12603 8258 0 -1 4202560 669 0 0 0 298 16 0 0 20 0 22 0 30490304 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949061634344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12612] ppid=12600 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/12603/task/12612/stat : 12612 (java) S 12600 12603 8258 0 -1 4202560 601 0 0 0 332 13 0 0 20 0 22 0 30490304 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949060581800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12613] ppid=12600 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/12603/task/12613/stat : 12613 (java) S 12600 12603 8258 0 -1 4202560 534 0 0 0 312 14 0 0 20 0 22 0 30490304 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949059529256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12614] ppid=12600 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/12603/task/12614/stat : 12614 (java) S 12600 12603 8258 0 -1 4202560 2308 0 0 0 434 12 0 0 20 0 22 0 30490305 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949047331432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12615] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12615/stat : 12615 (java) S 12600 12603 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949046277752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12616] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12616/stat : 12616 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949045225096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12617] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12617/stat : 12617 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949044173840 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12618] ppid=12600 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/12603/task/12618/stat : 12618 (java) S 12600 12603 8258 0 -1 4202560 22418 0 0 0 318 4 0 0 20 0 22 0 30490308 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949043120184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12619] ppid=12600 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12603/task/12619/stat : 12619 (java) S 12600 12603 8258 0 -1 4202560 23335 0 0 0 257 5 0 0 20 0 22 0 30490308 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949042067640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12620] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12620/stat : 12620 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949041015288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12621] ppid=12600 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/12603/task/12621/stat : 12621 (java) S 12600 12603 8258 0 -1 4202560 47 0 0 0 19 18 0 0 20 0 22 0 30490308 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949039962952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12622] ppid=12600 vsize=9824732 CPUtime=806.67 cores=1,3,5,7
/proc/12603/task/12622/stat : 12622 (java) R 12600 12603 8258 0 -1 4202560 305 0 0 0 80652 15 0 0 20 0 22 0 30490507 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949038907056 139949165017090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12623] ppid=12600 vsize=9824732 CPUtime=806.53 cores=1,3,5,7
/proc/12603/task/12623/stat : 12623 (java) R 12600 12603 8258 0 -1 4202560 1772 0 0 0 80607 46 0 0 20 0 22 0 30490507 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949037853616 139949165043986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12624] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12624/stat : 12624 (java) S 12600 12603 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949036803624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12625] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12625/stat : 12625 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 925900 33554432000 1073741824 1073778376 140736590757984 139949035751080 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1655.76
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.51 4.35 4.11 5/219 12783
/proc/meminfo: memFree=24225940/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9824732 CPUtime=1776.55 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 59202 0 1 0 177449 206 0 0 20 0 22 0 30490302 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2456183 941770 2301 9 0 2446860 0
[pid=12603/tid=12605] ppid=12600 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/12603/task/12605/stat : 12605 (java) S 12600 12603 8258 0 -1 4202560 2544 0 1 0 192 6 0 0 20 0 22 0 30490303 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949223506808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12606] ppid=12600 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/12603/task/12606/stat : 12606 (java) S 12600 12603 8258 0 -1 4202560 790 0 0 0 333 18 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949162236584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12607] ppid=12600 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/12603/task/12607/stat : 12607 (java) S 12600 12603 8258 0 -1 4202560 760 0 0 0 350 18 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949065845544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12608] ppid=12600 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/12603/task/12608/stat : 12608 (java) S 12600 12603 8258 0 -1 4202560 676 0 0 0 314 15 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949064793000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12609] ppid=12600 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/12603/task/12609/stat : 12609 (java) S 12600 12603 8258 0 -1 4202560 626 0 0 0 307 15 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949063740456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12610] ppid=12600 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/12603/task/12610/stat : 12610 (java) S 12600 12603 8258 0 -1 4202560 501 0 0 0 314 13 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949062686888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12611] ppid=12600 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/12603/task/12611/stat : 12611 (java) S 12600 12603 8258 0 -1 4202560 683 0 0 0 319 17 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949061634344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12612] ppid=12600 vsize=9824732 CPUtime=3.72 cores=1,3,5,7
/proc/12603/task/12612/stat : 12612 (java) S 12600 12603 8258 0 -1 4202560 610 0 0 0 359 13 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949060581800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12613] ppid=12600 vsize=9824732 CPUtime=3.43 cores=1,3,5,7
/proc/12603/task/12613/stat : 12613 (java) S 12600 12603 8258 0 -1 4202560 544 0 0 0 329 14 0 0 20 0 22 0 30490304 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949059529256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12614] ppid=12600 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/12603/task/12614/stat : 12614 (java) S 12600 12603 8258 0 -1 4202560 2314 0 0 0 434 12 0 0 20 0 22 0 30490305 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949047331432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12615] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12615/stat : 12615 (java) S 12600 12603 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949046277752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12616] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12616/stat : 12616 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949045225096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12617] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12617/stat : 12617 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949044173840 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12618] ppid=12600 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/12603/task/12618/stat : 12618 (java) S 12600 12603 8258 0 -1 4202560 22420 0 0 0 319 4 0 0 20 0 22 0 30490308 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949043120184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12619] ppid=12600 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12603/task/12619/stat : 12619 (java) S 12600 12603 8258 0 -1 4202560 23335 0 0 0 257 5 0 0 20 0 22 0 30490308 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949042067640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12620] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12620/stat : 12620 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949041015288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12621] ppid=12600 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12603/task/12621/stat : 12621 (java) S 12600 12603 8258 0 -1 4202560 51 0 0 0 20 19 0 0 20 0 22 0 30490308 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949039962952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12622] ppid=12600 vsize=9824732 CPUtime=866.1 cores=1,3,5,7
/proc/12603/task/12622/stat : 12622 (java) R 12600 12603 8258 0 -1 4202560 308 0 0 0 86594 16 0 0 20 0 22 0 30490507 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949038907056 139949165071367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12623] ppid=12600 vsize=9824732 CPUtime=865.93 cores=1,3,5,7
/proc/12603/task/12623/stat : 12623 (java) R 12600 12603 8258 0 -1 4202560 1774 0 0 0 86546 47 0 0 20 0 22 0 30490507 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949037853744 139949165043016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12624] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12624/stat : 12624 (java) S 12600 12603 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949036803624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12625] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12625/stat : 12625 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 941770 33554432000 1073741824 1073778376 140736590757984 139949035751080 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1776.55
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.001 s]
/proc/loadavg: 4.47 4.35 4.11 5/219 12783
/proc/meminfo: memFree=23710528/32872528 swapFree=1200228/1314692
[pid=12603] ppid=12600 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/12603/stat : 12603 (java) S 12600 12603 8258 0 -1 4202496 59211 0 1 0 179798 207 0 0 20 0 22 0 30490302 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 140736590749120 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12603/statm: 2456183 943305 2301 9 0 2446860 0
[pid=12603/tid=12605] ppid=12600 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/12603/task/12605/stat : 12605 (java) S 12600 12603 8258 0 -1 4202560 2544 0 1 0 192 6 0 0 20 0 22 0 30490303 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949223506808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12606] ppid=12600 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/12603/task/12606/stat : 12606 (java) S 12600 12603 8258 0 -1 4202560 791 0 0 0 340 18 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949162236584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12607] ppid=12600 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/12603/task/12607/stat : 12607 (java) S 12600 12603 8258 0 -1 4202560 762 0 0 0 356 19 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949065845544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12608] ppid=12600 vsize=9824732 CPUtime=3.32 cores=1,3,5,7
/proc/12603/task/12608/stat : 12608 (java) S 12600 12603 8258 0 -1 4202560 677 0 0 0 317 15 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949064793000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12609] ppid=12600 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/12603/task/12609/stat : 12609 (java) S 12600 12603 8258 0 -1 4202560 627 0 0 0 310 15 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949063740456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12610] ppid=12600 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/12603/task/12610/stat : 12610 (java) S 12600 12603 8258 0 -1 4202560 501 0 0 0 316 13 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949062686888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12611] ppid=12600 vsize=9824732 CPUtime=3.37 cores=1,3,5,7
/proc/12603/task/12611/stat : 12611 (java) S 12600 12603 8258 0 -1 4202560 685 0 0 0 320 17 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949061634344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12612] ppid=12600 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/12603/task/12612/stat : 12612 (java) S 12600 12603 8258 0 -1 4202560 610 0 0 0 361 13 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949060581800 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12613] ppid=12600 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/12603/task/12613/stat : 12613 (java) S 12600 12603 8258 0 -1 4202560 545 0 0 0 331 14 0 0 20 0 22 0 30490304 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949059529256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12614] ppid=12600 vsize=9824732 CPUtime=4.46 cores=1,3,5,7
/proc/12603/task/12614/stat : 12614 (java) S 12600 12603 8258 0 -1 4202560 2314 0 0 0 434 12 0 0 20 0 22 0 30490305 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949047331432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12615] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12615/stat : 12615 (java) S 12600 12603 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949046277752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12616] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12616/stat : 12616 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490306 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949045225096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12617] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12617/stat : 12617 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949044173840 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12618] ppid=12600 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/12603/task/12618/stat : 12618 (java) S 12600 12603 8258 0 -1 4202560 22420 0 0 0 319 4 0 0 20 0 22 0 30490308 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949043120184 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12619] ppid=12600 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12603/task/12619/stat : 12619 (java) S 12600 12603 8258 0 -1 4202560 23335 0 0 0 257 5 0 0 20 0 22 0 30490308 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949042067640 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12603/tid=12620] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12620/stat : 12620 (java) S 12600 12603 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30490308 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949041015288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12621] ppid=12600 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/12603/task/12621/stat : 12621 (java) S 12600 12603 8258 0 -1 4202560 51 0 0 0 20 20 0 0 20 0 22 0 30490308 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949039962952 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12603/tid=12622] ppid=12600 vsize=9824732 CPUtime=877.68 cores=1,3,5,7
/proc/12603/task/12622/stat : 12622 (java) R 12600 12603 8258 0 -1 4202560 308 0 0 0 87752 16 0 0 20 0 22 0 30490507 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949038906208 139949165116000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12623] ppid=12600 vsize=9824732 CPUtime=877.52 cores=1,3,5,7
/proc/12603/task/12623/stat : 12623 (java) R 12600 12603 8258 0 -1 4202560 1775 0 0 0 87705 47 0 0 20 0 22 0 30490507 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949037854480 139949165071446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12603/tid=12624] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12624/stat : 12624 (java) S 12600 12603 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949036803624 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12603/tid=12625] ppid=12600 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12603/task/12625/stat : 12625 (java) S 12600 12603 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30490518 10060525568 943305 33554432000 1073741824 1073778376 140736590757984 139949035751080 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 12603 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 12603 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=581334
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=510618
# CPU time returned by wait4() is 1796.09
# 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): 894.072
CPU time (s): 1800.05
CPU user time (s): 1797.98
CPU system time (s): 2.07
CPU usage (%): 201.332
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 2.51062
maximum resident set size= 3773336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24022
involuntary context switches= 26790

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60315 second user time and 7.59485 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 23:13:58
IDJOB=4107846
IDBENCH=73572
IDSOLVER=2543
FILE ID=node131/4107846-1466284438
RUNJOBID= node131-1466276277-8275
PBS_JOBID= 19918257
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_8-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107846-1466284438/watcher-4107846-1466284438 -o /tmp/evaluation-result-4107846-1466284438/solver-4107846-1466284438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107846-1466284438.opb

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

MD5SUM BENCH= a4c61139e0eb75a13e9da4d40232e606
RANDOM SEED=1654204183

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.752
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.752
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.56
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.752
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.57
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.752
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:        27457456 kB
Buffers:          164420 kB
Cached:           232780 kB
SwapCached:         1460 kB
Active:          3072052 kB
Inactive:         280056 kB
Active(anon):    2954476 kB
Inactive(anon):     2920 kB
Active(file):     117576 kB
Inactive(file):   277136 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              3776 kB
Writeback:             0 kB
AnonPages:       4275032 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             606148 kB
SReclaimable:      49588 kB
SUnreclaim:       556560 kB
KernelStack:        1608 kB
PageTables:        12700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4582572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3004416 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= 71696 MiB
End job on node131 at 2016-06-18 23:28:52