Trace number 4116886

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 895.267

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-8.opb
MD5SUM59f74a485c7c9f940df8dc38ab79a87e
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 variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.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-4116886-1466979101.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.00/0.51	c ... done. Wall clock time 0.389s.
1.00/0.51	c declared #vars     4288
1.00/0.51	c #constraints  10848
1.00/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.51	c constraints type 
1.00/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.00/0.51	c org.sat4j.specs.Constr$1 => 920
1.00/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.00/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
1.00/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.00/0.51	c 10848 constraints processed.
1.00/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.51	c constraints type 
1.00/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.00/0.51	c org.sat4j.specs.Constr$1 => 920
1.00/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.00/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.00/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.00/0.51	c 10848 constraints processed.
4.32/1.46	c cleaning 2493 clauses out of 4998 with flag 16132/5000
6.12/2.08	c cleaning 4239 clauses out of 8505 with flag 40145/11000
7.78/2.87	c cleaning 5604 clauses out of 11266 with flag 69396/18000
9.64/3.76	c cleaning 6805 clauses out of 13662 with flag 105119/26000
11.92/4.81	c cleaning 7914 clauses out of 15857 with flag 145603/35000
14.20/5.98	c cleaning 8953 clauses out of 17943 with flag 193527/45000
16.82/7.27	c cleaning 9965 clauses out of 19990 with flag 245788/56000
19.88/8.79	c cleaning 10975 clauses out of 22025 with flag 305388/68000
23.08/10.36	c cleaning 12014 clauses out of 24050 with flag 372483/81000
26.80/12.16	c cleaning 13010 clauses out of 26036 with flag 447214/95000
30.59/14.08	c cleaning 13990 clauses out of 28026 with flag 528042/110000
34.98/16.23	c cleaning 15003 clauses out of 30036 with flag 615771/126000
39.72/18.59	c cleaning 16015 clauses out of 32033 with flag 711770/143000
40.34/18.87	c cleaning 0 clauses out of 5000 with flag 0/5000
44.77/21.09	c cleaning 16999 clauses out of 34018 with flag 811148/161000
50.59/23.82	c cleaning 17973 clauses out of 36020 with flag 917121/180001
56.51/26.70	c cleaning 19002 clauses out of 38046 with flag 1032541/200000
62.74/29.83	c cleaning 19997 clauses out of 40044 with flag 1151269/221000
69.45/33.15	c cleaning 20980 clauses out of 42048 with flag 1276756/243001
76.63/36.72	c cleaning 22014 clauses out of 44067 with flag 1407649/266000
84.13/40.49	c cleaning 23003 clauses out of 46053 with flag 1546825/290000
92.33/44.57	c cleaning 24016 clauses out of 48051 with flag 1688424/315001
101.00/48.87	c cleaning 25003 clauses out of 50035 with flag 1839605/341001
110.00/53.34	c cleaning 25991 clauses out of 52033 with flag 1997501/368002
119.69/58.14	c cleaning 26979 clauses out of 54040 with flag 2165212/396000
129.69/63.14	c cleaning 28006 clauses out of 56061 with flag 2339389/425000
140.21/68.35	c cleaning 28957 clauses out of 58055 with flag 2519559/455000
151.49/73.93	c cleaning 30039 clauses out of 60098 with flag 2700482/486000
163.09/79.75	c cleaning 31017 clauses out of 62061 with flag 2891034/518002
175.60/85.92	c cleaning 31975 clauses out of 64044 with flag 3088518/551002
188.69/92.42	c cleaning 33034 clauses out of 66068 with flag 3293203/585001
198.11/97.05	c cleaning 0 clauses out of 11001 with flag 0/11001
202.84/99.38	c cleaning 34003 clauses out of 68033 with flag 3503189/620000
217.12/106.41	c cleaning 35006 clauses out of 70032 with flag 3716833/656002
232.48/114.45	c cleaning 36012 clauses out of 72024 with flag 3937751/693000
247.71/122.04	c cleaning 36957 clauses out of 74012 with flag 4162878/731000
263.96/130.13	c cleaning 38006 clauses out of 76056 with flag 4398420/770001
281.06/138.69	c cleaning 38986 clauses out of 78051 with flag 4637474/810002
298.76/147.48	c cleaning 39984 clauses out of 80064 with flag 4888366/851001
317.53/156.71	c cleaning 41001 clauses out of 82079 with flag 5141035/893000
336.47/166.17	c cleaning 42029 clauses out of 84081 with flag 5398232/936003
356.40/176.04	c cleaning 42996 clauses out of 86051 with flag 5662329/980002
377.89/186.75	c cleaning 43998 clauses out of 88053 with flag 5933883/1025000
399.55/197.54	c cleaning 45008 clauses out of 90055 with flag 6208621/1071000
421.82/208.60	c cleaning 46011 clauses out of 92048 with flag 6487828/1118001
445.24/220.23	c cleaning 47009 clauses out of 94036 with flag 6772869/1166000
468.96/232.04	c cleaning 47988 clauses out of 96028 with flag 7071044/1215001
493.71/244.38	c cleaning 48980 clauses out of 98041 with flag 7372158/1265002
519.57/257.19	c cleaning 50016 clauses out of 100059 with flag 7678357/1316000
545.71/270.19	c cleaning 51003 clauses out of 102044 with flag 7996353/1368001
573.45/283.92	c cleaning 51980 clauses out of 104041 with flag 8311520/1421001
602.28/298.82	c cleaning 52986 clauses out of 106061 with flag 8634587/1475001
631.13/313.26	c cleaning 54024 clauses out of 108074 with flag 8965925/1530000
661.28/328.25	c cleaning 55004 clauses out of 110050 with flag 9299952/1586000
692.53/343.79	c cleaning 55989 clauses out of 112046 with flag 9643668/1643000
700.93/347.99	c cleaning 0 clauses out of 18000 with flag 0/18000
724.69/359.78	c cleaning 56997 clauses out of 114058 with flag 9994404/1701001
757.96/376.28	c cleaning 58000 clauses out of 116060 with flag 10343450/1760000
792.45/393.38	c cleaning 59006 clauses out of 118060 with flag 10702131/1820000
827.42/410.74	c cleaning 60018 clauses out of 120054 with flag 11064516/1881000
863.78/428.89	c cleaning 60982 clauses out of 122037 with flag 11432332/1943001
901.53/447.65	c cleaning 62007 clauses out of 124055 with flag 11804299/2006001
940.08/466.82	c cleaning 62950 clauses out of 126047 with flag 12185518/2070000
979.33/486.34	c cleaning 64041 clauses out of 128097 with flag 12574751/2135000
1019.39/506.29	c cleaning 64974 clauses out of 130056 with flag 12966538/2201000
1061.54/527.19	c cleaning 65966 clauses out of 132085 with flag 13363488/2268003
1104.44/548.42	c cleaning 67045 clauses out of 134116 with flag 13767130/2336000
1148.67/570.44	c cleaning 68022 clauses out of 136071 with flag 14173388/2405000
1196.18/594.87	c cleaning 68982 clauses out of 138049 with flag 14583584/2475000
1242.11/617.76	c cleaning 70025 clauses out of 140068 with flag 15003564/2546001
1289.24/641.29	c cleaning 70978 clauses out of 142042 with flag 15431857/2618000
1338.72/665.81	c cleaning 71993 clauses out of 144064 with flag 15860854/2691000
1387.56/690.15	c cleaning 73006 clauses out of 146073 with flag 16296251/2765002
1438.36/715.36	c cleaning 74025 clauses out of 148065 with flag 16738449/2840000
1491.25/741.63	c cleaning 75018 clauses out of 150040 with flag 17189281/2916000
1544.62/768.13	c cleaning 75998 clauses out of 152022 with flag 17637804/2993000
1599.52/795.42	c cleaning 76975 clauses out of 154024 with flag 18097266/3071000
1656.39/823.76	c cleaning 77999 clauses out of 156049 with flag 18557739/3150000
1714.45/852.66	c cleaning 79003 clauses out of 158050 with flag 19024674/3230000
1774.10/882.40	c cleaning 79999 clauses out of 160050 with flag 19493812/3311003
1800.00/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.20	c starts		: 25338
1800.00/895.20	c conflicts		: 3351182
1800.00/895.20	c decisions		: 27689658
1800.00/895.20	c propagations		: 431344226
1800.00/895.20	c inspects		: 9098069021
1800.00/895.20	c shortcuts		: 0
1800.00/895.20	c learnt literals	: 2
1800.00/895.20	c learnt binary clauses	: 76
1800.00/895.20	c learnt ternary clauses	: 799
1800.00/895.20	c learnt constraints	: 3351180
1800.00/895.20	c ignored constraints	: 0
1800.00/895.20	c root simplifications	: 0
1800.00/895.20	c removed literals (reason simplification)	: 2952220
1800.00/895.20	c reason swapping (by a shorter reason)	: 0
1800.00/895.20	c Calls to reduceDB	: 77
1800.00/895.20	c Number of update (reduction) of LBD	: 741999
1800.00/895.20	c Imported unit clauses	: 0
1800.00/895.20	c number of reductions to clauses (during analyze)	: 0
1800.00/895.20	c number of learned constraints concerned by reduction	: 0
1800.00/895.20	c number of learning phase by resolution	: 0
1800.00/895.20	c number of learning phase by cutting planes	: 0
1800.00/895.20	c speed (assignments/second)	: 482119.6177864115
1800.00/895.20	c non guided choices	16308
1800.00/895.23	c learnt constraints type 
1800.00/895.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 76
1800.00/895.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120154
1800.00/895.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.23	c starts		: 53
1800.00/895.23	c conflicts		: 24660
1800.00/895.23	c decisions		: 77839
1800.00/895.23	c propagations		: 2801166
1800.00/895.23	c inspects		: 924012144
1800.00/895.23	c shortcuts		: 0
1800.00/895.23	c learnt literals	: 0
1800.00/895.23	c learnt binary clauses	: 0
1800.00/895.23	c learnt ternary clauses	: 0
1800.00/895.23	c learnt constraints	: 24659
1800.00/895.23	c ignored constraints	: 0
1800.00/895.23	c root simplifications	: 0
1800.00/895.23	c removed literals (reason simplification)	: 0
1800.00/895.23	c reason swapping (by a shorter reason)	: 0
1800.00/895.23	c Calls to reduceDB	: 3
1800.00/895.23	c Number of update (reduction) of LBD	: 0
1800.00/895.23	c Imported unit clauses	: 0
1800.00/895.23	c number of reductions to clauses (during analyze)	: 0
1800.00/895.23	c number of learned constraints concerned by reduction	: 0
1800.00/895.23	c number of learning phase by resolution	: 0
1800.00/895.23	c number of learning phase by cutting planes	: 0
1800.00/895.23	c speed (assignments/second)	: 3130.822862482201
1800.00/895.23	c non guided choices	559
1800.00/895.24	c learnt constraints type 
1800.00/895.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 59
1800.00/895.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24600
1800.00/895.24	s UNKNOWN
1800.00/895.24	c Total wall clock time (in seconds): 895.12

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-4116886-1466979101/watcher-4116886-1466979101 -o /tmp/evaluation-result-4116886-1466979101/solver-4116886-1466979101 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24215 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116886-1466979101.opb 

pid=24379
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.03 3.92 3.04 4/196 24382
/proc/meminfo: memFree=27621356/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24382/stat : 24382 (java) R 24379 24382 24198 0 -1 4202496 503 0 0 0 0 0 0 0 20 0 1 0 30950340 9515008 156 33554432000 1073741824 1073778376 140736102557216 140736102554344 270118246151 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2323 168 126 9 0 71 0

[startup+0.10014 s]
/proc/loadavg: 4.03 3.92 3.04 4/196 24382
/proc/meminfo: memFree=27621356/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 30950340 9787879424 6035 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2389619 6035 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.03 3.92 3.04 4/196 24382
/proc/meminfo: memFree=27621356/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 4701 0 1 0 23 1 0 0 20 0 18 0 30950340 9787879424 6795 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2389619 6795 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.03 3.92 3.04 4/196 24382
/proc/meminfo: memFree=27621356/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 5735 0 1 0 46 2 0 0 20 0 18 0 30950340 9787879424 9029 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2389619 9029 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 4.03 3.92 3.04 4/196 24382
/proc/meminfo: memFree=27621356/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 14012 0 1 0 169 4 0 0 20 0 22 0 30950340 10060525568 24673 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2456183 24673 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.03 3.92 3.04 9/219 24471
/proc/meminfo: memFree=31197276/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9826368 CPUtime=4.66 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 21295 0 1 0 458 8 0 0 20 0 22 0 30950340 10062200832 48097 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2456592 48097 2292 9 0 2447269 0
[pid=24382/tid=24384] ppid=24379 vsize=9826368 CPUtime=0.48 cores=1,3,5,7
/proc/24382/task/24384/stat : 24384 (java) S 24379 24382 24198 0 -1 4202560 2447 0 1 0 46 2 0 0 20 0 22 0 30950341 10062200832 48097 33554432000 1073741824 1073778376 140736102557216 140542582870904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24385] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24385/stat : 24385 (java) S 24379 24382 24198 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48097 33554432000 1073741824 1073778376 140736102557216 140542544361768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24386] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24386/stat : 24386 (java) S 24379 24382 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48097 33554432000 1073741824 1073778376 140736102557216 140542543308968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24387] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24387/stat : 24387 (java) S 24379 24382 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48097 33554432000 1073741824 1073778376 140736102557216 140542542256680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24388] ppid=24379 vsize=9826368 CPUtime=0.01 cores=1,3,5,7
/proc/24382/task/24388/stat : 24388 (java) S 24379 24382 24198 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 30950342 10062200832 48100 33554432000 1073741824 1073778376 140736102557216 140542541203880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24389] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24389/stat : 24389 (java) S 24379 24382 24198 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48116 33554432000 1073741824 1073778376 140736102557216 140542540151592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24390] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24390/stat : 24390 (java) S 24379 24382 24198 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48121 33554432000 1073741824 1073778376 140736102557216 140542539098792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24391] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24391/stat : 24391 (java) S 24379 24382 24198 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48134 33554432000 1073741824 1073778376 140736102557216 140542419659816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24392] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24392/stat : 24392 (java) S 24379 24382 24198 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30950342 10062200832 48137 33554432000 1073741824 1073778376 140736102557216 140542418607016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24393] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24393/stat : 24393 (java) S 24379 24382 24198 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30950344 10062200832 48140 33554432000 1073741824 1073778376 140736102557216 140542406408424 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24394] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24394/stat : 24394 (java) S 24379 24382 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950344 10062200832 48142 33554432000 1073741824 1073778376 140736102557216 140542405354488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24395] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24395/stat : 24395 (java) S 24379 24382 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950344 10062200832 48143 33554432000 1073741824 1073778376 140736102557216 140542404302088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24396] ppid=24379 vsize=9826368 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24396/stat : 24396 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10062200832 47981 33554432000 1073741824 1073778376 140736102557216 140541664684432 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24397] ppid=24379 vsize=9826368 CPUtime=1.15 cores=1,3,5,7
/proc/24382/task/24397/stat : 24397 (java) R 24379 24382 24198 0 -1 4202560 9254 0 0 0 113 2 0 0 20 0 22 0 30950346 10062200832 47734 33554432000 1073741824 1073778376 140736102557216 140541663632056 270118282167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24398] ppid=24379 vsize=9826368 CPUtime=1.12 cores=1,3,5,7
/proc/24382/task/24398/stat : 24398 (java) S 24379 24382 24198 0 -1 4202560 8164 0 0 0 110 2 0 0 20 0 22 0 30950346 10062200832 47734 33554432000 1073741824 1073778376 140736102557216 140541662579256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24399] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24399/stat : 24399 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 47734 33554432000 1073741824 1073778376 140736102557216 140541661527160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24400] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24400/stat : 24400 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 47734 33554432000 1073741824 1073778376 140736102557216 140541660474568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24464] ppid=24379 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/24382/task/24464/stat : 24464 (java) R 24379 24382 24198 0 -1 4202560 18 0 0 0 90 0 0 0 20 0 22 0 30950392 10060525568 47734 33554432000 1073741824 1073778376 140736102557216 140541659410208 140542420410102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24465] ppid=24379 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/24382/task/24465/stat : 24465 (java) R 24379 24382 24198 0 -1 4202560 75 0 0 0 83 2 0 0 20 0 22 0 30950392 10060525568 47734 33554432000 1073741824 1073778376 140736102557216 140541658364304 140542420452245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24466] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24466/stat : 24466 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 47734 33554432000 1073741824 1073778376 140736102557216 140541657314472 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24467] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24467/stat : 24467 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 47734 33554432000 1073741824 1073778376 140736102557216 140541656261672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9826368

[startup+3.10101 s]
/proc/loadavg: 4.03 3.92 3.04 6/219 24471
/proc/meminfo: memFree=30971484/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9824732 CPUtime=8.44 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 24254 0 1 0 828 16 0 0 20 0 22 0 30950340 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2456183 92169 2292 9 0 2446860 0
[pid=24382/tid=24384] ppid=24379 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/24382/task/24384/stat : 24384 (java) S 24379 24382 24198 0 -1 4202560 2447 0 1 0 46 2 0 0 20 0 22 0 30950341 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542582870904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24385] ppid=24379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24382/task/24385/stat : 24385 (java) S 24379 24382 24198 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542544361768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24386] ppid=24379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24382/task/24386/stat : 24386 (java) S 24379 24382 24198 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542543308968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24387] ppid=24379 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24382/task/24387/stat : 24387 (java) S 24379 24382 24198 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542542256680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24388] ppid=24379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24382/task/24388/stat : 24388 (java) S 24379 24382 24198 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542541203880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24389] ppid=24379 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24382/task/24389/stat : 24389 (java) S 24379 24382 24198 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542540151592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24390] ppid=24379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24382/task/24390/stat : 24390 (java) S 24379 24382 24198 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542539098792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24391] ppid=24379 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24382/task/24391/stat : 24391 (java) S 24379 24382 24198 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542419659816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24392] ppid=24379 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24382/task/24392/stat : 24392 (java) S 24379 24382 24198 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 30950342 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542418607016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24393] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24393/stat : 24393 (java) S 24379 24382 24198 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542406408424 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24394] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24394/stat : 24394 (java) S 24379 24382 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542405354488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24395] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24395/stat : 24395 (java) S 24379 24382 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140542404302088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24396] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24396/stat : 24396 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541664684432 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24397] ppid=24379 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/24382/task/24397/stat : 24397 (java) S 24379 24382 24198 0 -1 4202560 11887 0 0 0 151 2 0 0 20 0 22 0 30950346 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541663632056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24398] ppid=24379 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/24382/task/24398/stat : 24398 (java) S 24379 24382 24198 0 -1 4202560 8164 0 0 0 118 2 0 0 20 0 22 0 30950346 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541662579256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24399] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24399/stat : 24399 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541661527160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24400] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24400/stat : 24400 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541660474568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24464] ppid=24379 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/24382/task/24464/stat : 24464 (java) R 24379 24382 24198 0 -1 4202560 21 0 0 0 240 0 0 0 20 0 22 0 30950392 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541659419224 140542420441921 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24465] ppid=24379 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/24382/task/24465/stat : 24465 (java) R 24379 24382 24198 0 -1 4202560 133 0 0 0 233 3 0 0 20 0 22 0 30950392 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541658365224 140542420512010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24466] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24466/stat : 24466 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541657314472 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24467] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24467/stat : 24467 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 92169 33554432000 1073741824 1073778376 140736102557216 140541656261672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.03 3.92 3.05 5/219 24471
/proc/meminfo: memFree=30191240/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9824732 CPUtime=15.01 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 24949 0 1 0 1474 27 0 0 20 0 22 0 30950340 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2456183 163199 2292 9 0 2446860 0
[pid=24382/tid=24384] ppid=24379 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/24382/task/24384/stat : 24384 (java) S 24379 24382 24198 0 -1 4202560 2447 0 1 0 46 2 0 0 20 0 22 0 30950341 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542582870904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24385] ppid=24379 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24382/task/24385/stat : 24385 (java) S 24379 24382 24198 0 -1 4202560 55 0 0 0 6 3 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542544361768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24386] ppid=24379 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24382/task/24386/stat : 24386 (java) S 24379 24382 24198 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542543308968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24387] ppid=24379 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24382/task/24387/stat : 24387 (java) S 24379 24382 24198 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542542256680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24388] ppid=24379 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/24382/task/24388/stat : 24388 (java) S 24379 24382 24198 0 -1 4202560 113 0 0 0 9 3 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542541203880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24389] ppid=24379 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24382/task/24389/stat : 24389 (java) S 24379 24382 24198 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542540151592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24390] ppid=24379 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24382/task/24390/stat : 24390 (java) S 24379 24382 24198 0 -1 4202560 87 0 0 0 6 3 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542539098792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24391] ppid=24379 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24382/task/24391/stat : 24391 (java) S 24379 24382 24198 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542419659816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24392] ppid=24379 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24382/task/24392/stat : 24392 (java) S 24379 24382 24198 0 -1 4202560 92 0 0 0 6 3 0 0 20 0 22 0 30950342 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542418607016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24393] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24393/stat : 24393 (java) S 24379 24382 24198 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542406408424 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24394] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24394/stat : 24394 (java) S 24379 24382 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542405354488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24395] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24395/stat : 24395 (java) S 24379 24382 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140542404302088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24396] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24396/stat : 24396 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 163199 33554432000 1073741824 1073778376 140736102557216 140541664684432 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24397] ppid=24379 vsize=9824732 CPUtime=1.57 cores=1,3,5,7

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

/proc/24382/task/24387/stat : 24387 (java) S 24379 24382 24198 0 -1 4202560 555 0 0 0 265 13 0 0 20 0 22 0 30950342 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542542256680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24388] ppid=24379 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/24382/task/24388/stat : 24388 (java) S 24379 24382 24198 0 -1 4202560 620 0 0 0 255 17 0 0 20 0 22 0 30950342 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542541203880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24389] ppid=24379 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/24382/task/24389/stat : 24389 (java) S 24379 24382 24198 0 -1 4202560 645 0 0 0 216 13 0 0 20 0 22 0 30950342 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542540151592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24390] ppid=24379 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24382/task/24390/stat : 24390 (java) S 24379 24382 24198 0 -1 4202560 750 0 0 0 250 19 0 0 20 0 22 0 30950342 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542539098792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24391] ppid=24379 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/24382/task/24391/stat : 24391 (java) S 24379 24382 24198 0 -1 4202560 561 0 0 0 251 13 0 0 20 0 22 0 30950342 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542419659816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24392] ppid=24379 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/24382/task/24392/stat : 24392 (java) S 24379 24382 24198 0 -1 4202560 570 0 0 0 252 16 0 0 20 0 22 0 30950342 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542418607016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24393] ppid=24379 vsize=9824732 CPUtime=3.55 cores=1,3,5,7
/proc/24382/task/24393/stat : 24393 (java) S 24379 24382 24198 0 -1 4202560 2233 0 0 0 348 7 0 0 20 0 22 0 30950344 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542406408424 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24394] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24394/stat : 24394 (java) S 24379 24382 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542405354488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24395] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24395/stat : 24395 (java) S 24379 24382 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140542404302088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24396] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24396/stat : 24396 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541664684432 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24397] ppid=24379 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/24382/task/24397/stat : 24397 (java) S 24379 24382 24198 0 -1 4202560 11893 0 0 0 157 3 0 0 20 0 22 0 30950346 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541663632056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24398] ppid=24379 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/24382/task/24398/stat : 24398 (java) S 24379 24382 24198 0 -1 4202560 11091 0 0 0 190 2 0 0 20 0 22 0 30950346 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541662579256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24399] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24399/stat : 24399 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541661527160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24400] ppid=24379 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/24382/task/24400/stat : 24400 (java) S 24379 24382 24198 0 -1 4202560 46 0 0 0 12 21 0 0 20 0 22 0 30950346 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541660474568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24464] ppid=24379 vsize=9824732 CPUtime=810.26 cores=1,3,5,7
/proc/24382/task/24464/stat : 24464 (java) R 24379 24382 24198 0 -1 4202560 68 0 0 0 81013 13 0 0 20 0 22 0 30950392 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541659417136 140542420410045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24465] ppid=24379 vsize=9824732 CPUtime=810.18 cores=1,3,5,7
/proc/24382/task/24465/stat : 24465 (java) R 24379 24382 24198 0 -1 4202560 2181 0 0 0 80968 50 0 0 20 0 22 0 30950392 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541658365104 140542420215976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24466] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24466/stat : 24466 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541657314472 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24467] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24467/stat : 24467 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 909693 33554432000 1073741824 1073778376 140736102557216 140541656261672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1653.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.20 3.76 5/219 24491
/proc/meminfo: memFree=23999840/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9824732 CPUtime=1774.1 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 36230 0 1 0 177212 198 0 0 20 0 22 0 30950340 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2456183 916350 2301 9 0 2446860 0
[pid=24382/tid=24384] ppid=24379 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/24382/task/24384/stat : 24384 (java) S 24379 24382 24198 0 -1 4202560 2450 0 1 0 50 3 0 0 20 0 22 0 30950341 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542582870904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24385] ppid=24379 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/24382/task/24385/stat : 24385 (java) S 24379 24382 24198 0 -1 4202560 676 0 0 0 272 17 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542544361768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24386] ppid=24379 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/24382/task/24386/stat : 24386 (java) S 24379 24382 24198 0 -1 4202560 571 0 0 0 254 14 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542543308968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24387] ppid=24379 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/24382/task/24387/stat : 24387 (java) S 24379 24382 24198 0 -1 4202560 557 0 0 0 274 14 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542542256680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24388] ppid=24379 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/24382/task/24388/stat : 24388 (java) S 24379 24382 24198 0 -1 4202560 625 0 0 0 278 18 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542541203880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24389] ppid=24379 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/24382/task/24389/stat : 24389 (java) S 24379 24382 24198 0 -1 4202560 654 0 0 0 230 14 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542540151592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24390] ppid=24379 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/24382/task/24390/stat : 24390 (java) S 24379 24382 24198 0 -1 4202560 754 0 0 0 261 19 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542539098792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24391] ppid=24379 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/24382/task/24391/stat : 24391 (java) S 24379 24382 24198 0 -1 4202560 565 0 0 0 268 13 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542419659816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24392] ppid=24379 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24382/task/24392/stat : 24392 (java) S 24379 24382 24198 0 -1 4202560 576 0 0 0 273 17 0 0 20 0 22 0 30950342 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542418607016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24393] ppid=24379 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/24382/task/24393/stat : 24393 (java) S 24379 24382 24198 0 -1 4202560 2246 0 0 0 348 8 0 0 20 0 22 0 30950344 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542406408424 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24394] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24394/stat : 24394 (java) S 24379 24382 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542405354488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24395] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24395/stat : 24395 (java) S 24379 24382 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140542404302088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24396] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24396/stat : 24396 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541664684432 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24397] ppid=24379 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/24382/task/24397/stat : 24397 (java) S 24379 24382 24198 0 -1 4202560 11893 0 0 0 157 3 0 0 20 0 22 0 30950346 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541663632056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24398] ppid=24379 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/24382/task/24398/stat : 24398 (java) S 24379 24382 24198 0 -1 4202560 11091 0 0 0 190 2 0 0 20 0 22 0 30950346 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541662579256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24399] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24399/stat : 24399 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541661527160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24400] ppid=24379 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24382/task/24400/stat : 24400 (java) S 24379 24382 24198 0 -1 4202560 50 0 0 0 12 24 0 0 20 0 22 0 30950346 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541660474568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24464] ppid=24379 vsize=9824732 CPUtime=869.74 cores=1,3,5,7
/proc/24382/task/24464/stat : 24464 (java) R 24379 24382 24198 0 -1 4202560 70 0 0 0 86960 14 0 0 20 0 22 0 30950392 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541659417920 140542421216550 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24465] ppid=24379 vsize=9824732 CPUtime=869.67 cores=1,3,5,7
/proc/24382/task/24465/stat : 24465 (java) R 24379 24382 24198 0 -1 4202560 2186 0 0 0 86916 51 0 0 20 0 22 0 30950392 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541658366224 140542420608322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24466] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24466/stat : 24466 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541657314472 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24467] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24467/stat : 24467 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 916350 33554432000 1073741824 1073778376 140736102557216 140541656261672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.1
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.17 4.19 3.76 5/219 24491
/proc/meminfo: memFree=23993700/32872528 swapFree=518888/559768
[pid=24382] ppid=24379 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/24382/stat : 24382 (java) S 24379 24382 24198 0 -1 4202496 36238 0 1 0 179801 199 0 0 20 0 22 0 30950340 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140736102548352 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24382/statm: 2456183 917883 2301 9 0 2446860 0
[pid=24382/tid=24384] ppid=24379 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/24382/task/24384/stat : 24384 (java) S 24379 24382 24198 0 -1 4202560 2450 0 1 0 50 3 0 0 20 0 22 0 30950341 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542582870904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24385] ppid=24379 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24382/task/24385/stat : 24385 (java) S 24379 24382 24198 0 -1 4202560 676 0 0 0 273 17 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542544361768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24386] ppid=24379 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/24382/task/24386/stat : 24386 (java) S 24379 24382 24198 0 -1 4202560 572 0 0 0 257 14 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542543308968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24387] ppid=24379 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/24382/task/24387/stat : 24387 (java) S 24379 24382 24198 0 -1 4202560 558 0 0 0 275 14 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542542256680 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24388] ppid=24379 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/24382/task/24388/stat : 24388 (java) S 24379 24382 24198 0 -1 4202560 625 0 0 0 280 18 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542541203880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24389] ppid=24379 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/24382/task/24389/stat : 24389 (java) S 24379 24382 24198 0 -1 4202560 654 0 0 0 232 14 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542540151592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24390] ppid=24379 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/24382/task/24390/stat : 24390 (java) S 24379 24382 24198 0 -1 4202560 755 0 0 0 267 19 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542539098792 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24391] ppid=24379 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/24382/task/24391/stat : 24391 (java) S 24379 24382 24198 0 -1 4202560 568 0 0 0 274 13 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542419659816 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24392] ppid=24379 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/24382/task/24392/stat : 24392 (java) S 24379 24382 24198 0 -1 4202560 577 0 0 0 276 17 0 0 20 0 22 0 30950342 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542418607016 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24382/tid=24393] ppid=24379 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/24382/task/24393/stat : 24393 (java) S 24379 24382 24198 0 -1 4202560 2246 0 0 0 348 8 0 0 20 0 22 0 30950344 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542406408424 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24394] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24394/stat : 24394 (java) S 24379 24382 24198 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542405354488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24395] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24395/stat : 24395 (java) S 24379 24382 24198 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30950344 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140542404302088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24396] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24396/stat : 24396 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541664684432 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24397] ppid=24379 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/24382/task/24397/stat : 24397 (java) S 24379 24382 24198 0 -1 4202560 11893 0 0 0 157 3 0 0 20 0 22 0 30950346 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541663632056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24398] ppid=24379 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/24382/task/24398/stat : 24398 (java) S 24379 24382 24198 0 -1 4202560 11091 0 0 0 190 2 0 0 20 0 22 0 30950346 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541662579256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24399] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24399/stat : 24399 (java) S 24379 24382 24198 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30950346 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541661527160 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24400] ppid=24379 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24382/task/24400/stat : 24400 (java) S 24379 24382 24198 0 -1 4202560 50 0 0 0 12 24 0 0 20 0 22 0 30950346 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541660474568 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24464] ppid=24379 vsize=9824732 CPUtime=882.53 cores=1,3,5,7
/proc/24382/task/24464/stat : 24464 (java) R 24379 24382 24198 0 -1 4202560 70 0 0 0 88239 14 0 0 20 0 22 0 30950392 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541659417920 140542420410045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24382/tid=24465] ppid=24379 vsize=9824732 CPUtime=882.46 cores=1,3,5,7
/proc/24382/task/24465/stat : 24465 (java) R 24379 24382 24198 0 -1 4202560 2187 0 0 0 88195 51 0 0 20 0 22 0 30950392 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541658366224 140542420646473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24382/tid=24466] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24466/stat : 24466 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541657314472 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24382/tid=24467] ppid=24379 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24382/task/24467/stat : 24467 (java) S 24379 24382 24198 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30950393 10060525568 917883 33554432000 1073741824 1073778376 140736102557216 140541656261672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 24382 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 24382 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=500346
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=480622
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.267
CPU time (s): 1800
CPU user time (s): 1798.01
CPU system time (s): 1.99
CPU usage (%): 201.057
Max. virtual memory (cumulated for all children) (KiB): 9826368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 2.48062
maximum resident set size= 3671648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36271
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24109
involuntary context switches= 28699

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.16076 second user time and 5.12622 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-27 00:11:41
IDJOB=4116886
IDBENCH=109526
IDSOLVER=2543
FILE ID=node106/4116886-1466979101
RUNJOBID= node106-1466978205-24215
PBS_JOBID= 19976395
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116886-1466979101/watcher-4116886-1466979101 -o /tmp/evaluation-result-4116886-1466979101/solver-4116886-1466979101 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466978205-24215 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116886-1466979101.opb

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

MD5SUM BENCH= 59f74a485c7c9f940df8dc38ab79a87e
RANDOM SEED=1139383473

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27621512 kB
Buffers:           21468 kB
Cached:           168824 kB
SwapCached:         4304 kB
Active:          3811548 kB
Inactive:         171504 kB
Active(anon):    3788048 kB
Inactive(anon):     6724 kB
Active(file):      23500 kB
Inactive(file):   164780 kB
Unevictable:      559768 kB
Mlocked:          518888 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       4472204 kB
Mapped:            16556 kB
Shmem:                 0 kB
Slab:             568064 kB
SReclaimable:      12244 kB
SUnreclaim:       555820 kB
KernelStack:        1808 kB
PageTables:        12756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4652360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3891200 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= 71680 MiB
End job on node106 at 2016-06-27 00:26:37