Trace number 4117102

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.04 896.674

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-2.opb
MD5SUMa05aa17cd2b31ae8348633c5a395e9e7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1110.7
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
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-4117102-1466955258.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.37s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  9952
0.73/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.73/0.49	c org.sat4j.specs.Constr$1 => 888
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.73/0.49	c 9952 constraints processed.
0.73/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.73/0.49	c org.sat4j.specs.Constr$1 => 888
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.73/0.49	c 9952 constraints processed.
4.05/1.31	c cleaning 2492 clauses out of 4998 with flag 16290/5000
5.50/1.90	c cleaning 4249 clauses out of 8506 with flag 39902/11000
7.01/2.59	c cleaning 5621 clauses out of 11257 with flag 67397/18000
9.08/3.46	c cleaning 6815 clauses out of 13637 with flag 99738/26001
11.16/4.47	c cleaning 7896 clauses out of 15821 with flag 139995/35000
13.14/5.49	c cleaning 8946 clauses out of 17925 with flag 187982/45000
15.82/6.75	c cleaning 9978 clauses out of 19979 with flag 240594/56000
18.62/8.17	c cleaning 10985 clauses out of 22001 with flag 298975/68000
21.70/9.69	c cleaning 11996 clauses out of 24017 with flag 366562/81001
25.31/11.41	c cleaning 12997 clauses out of 26020 with flag 441180/95000
29.73/13.43	c cleaning 13982 clauses out of 28024 with flag 521095/110001
33.74/15.46	c cleaning 14986 clauses out of 30041 with flag 607755/126000
38.34/17.77	c cleaning 16021 clauses out of 32055 with flag 701271/143000
43.48/20.25	c cleaning 16988 clauses out of 34034 with flag 801318/161000
48.27/22.64	c cleaning 17997 clauses out of 36046 with flag 912204/180000
52.71/24.80	c cleaning 0 clauses out of 5002 with flag 0/5002
53.74/25.40	c cleaning 18988 clauses out of 38050 with flag 1027651/200001
59.72/28.21	c cleaning 20004 clauses out of 40062 with flag 1149195/221001
65.52/31.10	c cleaning 21012 clauses out of 42059 with flag 1279578/243002
71.73/34.24	c cleaning 21974 clauses out of 44045 with flag 1415659/266000
78.33/37.54	c cleaning 23015 clauses out of 46071 with flag 1558247/290000
85.72/41.20	c cleaning 24016 clauses out of 48058 with flag 1706329/315002
93.71/45.18	c cleaning 24994 clauses out of 50042 with flag 1864225/341002
101.70/49.14	c cleaning 25976 clauses out of 52046 with flag 2029908/368000
110.30/53.45	c cleaning 27026 clauses out of 54070 with flag 2201278/396000
118.90/57.72	c cleaning 28014 clauses out of 56044 with flag 2381082/425000
128.30/62.46	c cleaning 28982 clauses out of 58031 with flag 2568106/455001
138.30/67.45	c cleaning 29979 clauses out of 60048 with flag 2760075/486000
149.87/73.20	c cleaning 30993 clauses out of 62070 with flag 2959141/518001
162.74/79.50	c cleaning 32007 clauses out of 64077 with flag 3161765/551001
175.59/85.99	c cleaning 33013 clauses out of 66069 with flag 3372824/585000
189.64/92.98	c cleaning 34017 clauses out of 68059 with flag 3591040/620003
204.51/100.35	c cleaning 34969 clauses out of 70041 with flag 3816149/656002
220.38/108.23	c cleaning 36001 clauses out of 72070 with flag 4045747/693000
236.95/116.44	c cleaning 37034 clauses out of 74069 with flag 4282175/731000
253.42/124.63	c cleaning 37992 clauses out of 76035 with flag 4525608/770000
270.35/133.05	c cleaning 39009 clauses out of 78043 with flag 4775084/810000
289.39/142.87	c cleaning 40013 clauses out of 80035 with flag 5034785/851001
308.63/152.48	c cleaning 40976 clauses out of 82022 with flag 5300434/893001
328.53/162.39	c cleaning 42015 clauses out of 84045 with flag 5576571/936000
348.21/172.11	c cleaning 42976 clauses out of 86030 with flag 5859937/980000
367.70/181.85	c cleaning 44005 clauses out of 88054 with flag 6149735/1025000
389.48/192.69	c cleaning 45012 clauses out of 90049 with flag 6442277/1071000
412.75/204.23	c cleaning 46006 clauses out of 92037 with flag 6740849/1118000
436.51/216.07	c cleaning 46990 clauses out of 94031 with flag 7048057/1166000
460.59/228.09	c cleaning 48018 clauses out of 96041 with flag 7361926/1215000
473.68/234.57	c cleaning 0 clauses out of 11000 with flag 0/11000
485.08/240.27	c cleaning 48975 clauses out of 98023 with flag 7683475/1265000
512.12/254.15	c cleaning 50017 clauses out of 100048 with flag 8010685/1316000
539.02/267.50	c cleaning 50984 clauses out of 102031 with flag 8344305/1368000
567.39/281.70	c cleaning 52015 clauses out of 104048 with flag 8685102/1421001
597.57/296.68	c cleaning 52983 clauses out of 106032 with flag 9028414/1475000
628.30/311.90	c cleaning 54006 clauses out of 108049 with flag 9384974/1530000
660.24/327.89	c cleaning 55011 clauses out of 110043 with flag 9738159/1586000
692.44/343.87	c cleaning 55990 clauses out of 112033 with flag 10100277/1643001
724.04/359.59	c cleaning 56996 clauses out of 114042 with flag 10471820/1701000
755.33/375.19	c cleaning 57988 clauses out of 116049 with flag 10844934/1760003
788.43/391.70	c cleaning 59004 clauses out of 118058 with flag 11230897/1820000
823.04/408.85	c cleaning 59985 clauses out of 120054 with flag 11619580/1881000
857.57/426.03	c cleaning 60970 clauses out of 122069 with flag 12010774/1943000
889.76/442.11	c cleaning 62037 clauses out of 124099 with flag 12409199/2006000
928.51/461.30	c cleaning 62999 clauses out of 126062 with flag 12811838/2070000
970.98/482.49	c cleaning 64011 clauses out of 128063 with flag 13229031/2135000
1015.27/505.05	c cleaning 65016 clauses out of 130054 with flag 13648021/2201002
1060.22/527.43	c cleaning 65995 clauses out of 132037 with flag 14072149/2268001
1105.87/550.19	c cleaning 66947 clauses out of 134041 with flag 14500935/2336000
1152.23/573.25	c cleaning 68031 clauses out of 136094 with flag 14937703/2405000
1200.91/597.44	c cleaning 69030 clauses out of 138063 with flag 15380337/2475000
1249.90/621.88	c cleaning 70008 clauses out of 140033 with flag 15825380/2546000
1301.34/647.42	c cleaning 70999 clauses out of 142025 with flag 16281805/2618000
1352.81/673.07	c cleaning 71965 clauses out of 144028 with flag 16740616/2691002
1406.03/699.59	c cleaning 73014 clauses out of 146062 with flag 17202698/2765001
1460.98/726.86	c cleaning 74004 clauses out of 148047 with flag 17675961/2840000
1517.51/754.93	c cleaning 74990 clauses out of 150043 with flag 18155588/2916000
1575.15/783.61	c cleaning 75994 clauses out of 152054 with flag 18644570/2993001
1636.88/815.48	c cleaning 76989 clauses out of 154059 with flag 19134453/3071000
1694.75/844.27	c cleaning 78008 clauses out of 156072 with flag 19630791/3150002
1743.62/868.57	c cleaning 0 clauses out of 18000 with flag 0/18000
1753.81/873.62	c cleaning 79009 clauses out of 158063 with flag 20133289/3230001
1800.04/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.61	c starts		: 27941
1800.04/896.61	c conflicts		: 3296326
1800.04/896.61	c decisions		: 32734520
1800.04/896.61	c propagations		: 450129327
1800.04/896.61	c inspects		: 9457297685
1800.04/896.61	c shortcuts		: 0
1800.04/896.61	c learnt literals	: 2
1800.04/896.61	c learnt binary clauses	: 34
1800.04/896.61	c learnt ternary clauses	: 657
1800.04/896.61	c learnt constraints	: 3296324
1800.04/896.61	c ignored constraints	: 0
1800.04/896.61	c root simplifications	: 0
1800.04/896.61	c removed literals (reason simplification)	: 2266225
1800.04/896.61	c reason swapping (by a shorter reason)	: 0
1800.04/896.61	c Calls to reduceDB	: 76
1800.04/896.61	c Number of update (reduction) of LBD	: 701295
1800.04/896.61	c Imported unit clauses	: 0
1800.04/896.61	c number of reductions to clauses (during analyze)	: 0
1800.04/896.61	c number of learned constraints concerned by reduction	: 0
1800.04/896.61	c number of learning phase by resolution	: 0
1800.04/896.61	c number of learning phase by cutting planes	: 0
1800.04/896.61	c speed (assignments/second)	: 502315.373464612
1800.04/896.61	c non guided choices	8429
1800.04/896.64	c learnt constraints type 
1800.04/896.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.04/896.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145345
1800.04/896.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.64	c starts		: 45
1800.04/896.64	c conflicts		: 18207
1800.04/896.64	c decisions		: 63770
1800.04/896.64	c propagations		: 2208382
1800.04/896.64	c inspects		: 635223992
1800.04/896.64	c shortcuts		: 0
1800.04/896.64	c learnt literals	: 0
1800.04/896.64	c learnt binary clauses	: 0
1800.04/896.64	c learnt ternary clauses	: 0
1800.04/896.64	c learnt constraints	: 18207
1800.04/896.64	c ignored constraints	: 0
1800.04/896.64	c root simplifications	: 0
1800.04/896.64	c removed literals (reason simplification)	: 0
1800.04/896.64	c reason swapping (by a shorter reason)	: 0
1800.04/896.64	c Calls to reduceDB	: 3
1800.04/896.64	c Number of update (reduction) of LBD	: 0
1800.04/896.64	c Imported unit clauses	: 0
1800.04/896.64	c number of reductions to clauses (during analyze)	: 0
1800.04/896.64	c number of learned constraints concerned by reduction	: 0
1800.04/896.64	c number of learning phase by resolution	: 0
1800.04/896.64	c number of learning phase by cutting planes	: 0
1800.04/896.64	c speed (assignments/second)	: 2464.343502199448
1800.04/896.64	c non guided choices	302
1800.04/896.64	c learnt constraints type 
1800.04/896.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.04/896.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18200
1800.04/896.64	s UNKNOWN
1800.04/896.64	c Total wall clock time (in seconds): 896.527

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-4117102-1466955258/watcher-4117102-1466955258 -o /tmp/evaluation-result-4117102-1466955258/solver-4117102-1466955258 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117102-1466955258.opb 

pid=23870
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.05 4.17 4.18 4/197 23873
/proc/meminfo: memFree=27986228/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23873/stat : 23873 (java) D 23870 23873 20053 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 28565356 9515008 185 33554432000 1073741824 1073778376 140737023826784 140737023815848 213857168679 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.05 4.17 4.18 4/197 23873
/proc/meminfo: memFree=27986228/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 28565356 9787879424 6042 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.05 4.17 4.18 4/197 23873
/proc/meminfo: memFree=27986228/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 4696 0 1 0 23 1 0 0 20 0 18 0 28565356 9787879424 6783 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2389619 6783 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.05 4.17 4.18 4/197 23873
/proc/meminfo: memFree=27986228/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 5821 0 1 0 46 1 0 0 20 0 18 0 28565356 9787879424 8968 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2389619 8968 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700219 s]
/proc/loadavg: 4.05 4.17 4.18 4/197 23873
/proc/meminfo: memFree=27986228/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 13626 0 1 0 177 4 0 0 20 0 22 0 28565356 10060525568 23464 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2456183 23431 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.05 4.17 4.18 7/219 23895
/proc/meminfo: memFree=27837168/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9824732 CPUtime=4.61 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 19084 0 1 0 453 8 0 0 20 0 22 0 28565356 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2456183 46954 2292 9 0 2446860 0
[pid=23873/tid=23875] ppid=23870 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23873/task/23875/stat : 23875 (java) S 23870 23873 20053 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28565357 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773549392760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23876] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23876/stat : 23876 (java) S 23870 23873 20053 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773538454440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23877] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23877/stat : 23877 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773391617064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23878] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23878/stat : 23878 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773390564008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23879] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23879/stat : 23879 (java) S 23870 23873 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773389511464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23880] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23880/stat : 23880 (java) S 23870 23873 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773388458408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23881] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23881/stat : 23881 (java) S 23870 23873 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773387405864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23882] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23882/stat : 23882 (java) S 23870 23873 20053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773386352808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23883] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23883/stat : 23883 (java) S 23870 23873 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28565358 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773385300264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23884] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23884/stat : 23884 (java) S 23870 23873 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773373102952 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23885] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23885/stat : 23885 (java) S 23870 23873 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773372049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23886] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23886/stat : 23886 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773370996104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23887] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23887/stat : 23887 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773369944848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23888] ppid=23870 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/23873/task/23888/stat : 23888 (java) S 23870 23873 20053 0 -1 4202560 7992 0 0 0 102 2 0 0 20 0 22 0 28565362 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773368891704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23889] ppid=23870 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/23873/task/23889/stat : 23889 (java) S 23870 23873 20053 0 -1 4202560 7193 0 0 0 104 2 0 0 20 0 22 0 28565362 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773367839160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23890] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23890/stat : 23890 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773366786296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23891] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23891/stat : 23891 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773365733960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23892] ppid=23870 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/23873/task/23892/stat : 23892 (java) R 23870 23873 20053 0 -1 4202560 18 0 0 0 97 0 0 0 20 0 22 0 28565405 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773364670880 139773419988331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23893] ppid=23870 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23873/task/23893/stat : 23893 (java) R 23870 23873 20053 0 -1 4202560 73 0 0 0 94 2 0 0 20 0 22 0 28565405 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773363626744 139773419917320 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23894] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23894/stat : 23894 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773362574632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23895] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23895/stat : 23895 (java) S 23870 23873 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 46954 33554432000 1073741824 1073778376 140737023826784 139773361522088 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.05 4.17 4.18 10/219 23895
/proc/meminfo: memFree=27648308/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9824732 CPUtime=8.36 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 22073 0 1 0 818 18 0 0 20 0 22 0 28565356 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2456183 92209 2292 9 0 2446860 0
[pid=23873/tid=23875] ppid=23870 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23873/task/23875/stat : 23875 (java) S 23870 23873 20053 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28565357 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773549392760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23876] ppid=23870 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23873/task/23876/stat : 23876 (java) S 23870 23873 20053 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773538454440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23877] ppid=23870 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23873/task/23877/stat : 23877 (java) S 23870 23873 20053 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773391617064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23878] ppid=23870 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23873/task/23878/stat : 23878 (java) S 23870 23873 20053 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773390564008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23879] ppid=23870 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23873/task/23879/stat : 23879 (java) S 23870 23873 20053 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773389511464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23880] ppid=23870 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23873/task/23880/stat : 23880 (java) S 23870 23873 20053 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773388458408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23881] ppid=23870 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23873/task/23881/stat : 23881 (java) S 23870 23873 20053 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773387405864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23882] ppid=23870 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23873/task/23882/stat : 23882 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773386352808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23883] ppid=23870 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23873/task/23883/stat : 23883 (java) S 23870 23873 20053 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 28565358 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773385300264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23884] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23884/stat : 23884 (java) S 23870 23873 20053 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773373102952 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23885] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23885/stat : 23885 (java) S 23870 23873 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773372049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23886] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23886/stat : 23886 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773370996104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23887] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23887/stat : 23887 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773369944848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23888] ppid=23870 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/23873/task/23888/stat : 23888 (java) S 23870 23873 20053 0 -1 4202560 10530 0 0 0 131 2 0 0 20 0 22 0 28565362 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773368891704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23889] ppid=23870 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/23873/task/23889/stat : 23889 (java) S 23870 23873 20053 0 -1 4202560 7293 0 0 0 117 2 0 0 20 0 22 0 28565362 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773367839160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23890] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23890/stat : 23890 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773366786296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23891] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23891/stat : 23891 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773365733960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23892] ppid=23870 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/23873/task/23892/stat : 23892 (java) R 23870 23873 20053 0 -1 4202560 19 0 0 0 248 0 0 0 20 0 22 0 28565405 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773364679704 139773420322782 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23893] ppid=23870 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/23873/task/23893/stat : 23893 (java) R 23870 23873 20053 0 -1 4202560 132 0 0 0 243 3 0 0 20 0 22 0 28565405 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773363626016 139773420177677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23894] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23894/stat : 23894 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773362574632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23895] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23895/stat : 23895 (java) S 23870 23873 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 92209 33554432000 1073741824 1073778376 140737023826784 139773361522088 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.04 4.17 4.18 5/219 23895
/proc/meminfo: memFree=27370096/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9824732 CPUtime=15.01 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 22671 0 1 0 1472 29 0 0 20 0 22 0 28565356 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2456183 164172 2292 9 0 2446860 0
[pid=23873/tid=23875] ppid=23870 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23873/task/23875/stat : 23875 (java) S 23870 23873 20053 0 -1 4202560 2437 0 1 0 44 2 0 0 20 0 22 0 28565357 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773549392760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23876] ppid=23870 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23873/task/23876/stat : 23876 (java) S 23870 23873 20053 0 -1 4202560 46 0 0 0 4 3 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773538454440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23877] ppid=23870 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23873/task/23877/stat : 23877 (java) S 23870 23873 20053 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773391617064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23878] ppid=23870 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23873/task/23878/stat : 23878 (java) S 23870 23873 20053 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773390564008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23879] ppid=23870 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23873/task/23879/stat : 23879 (java) S 23870 23873 20053 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773389511464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23880] ppid=23870 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23873/task/23880/stat : 23880 (java) S 23870 23873 20053 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773388458408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23881] ppid=23870 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23873/task/23881/stat : 23881 (java) S 23870 23873 20053 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773387405864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23882] ppid=23870 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23873/task/23882/stat : 23882 (java) S 23870 23873 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773386352808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23883] ppid=23870 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23873/task/23883/stat : 23883 (java) S 23870 23873 20053 0 -1 4202560 62 0 0 0 7 2 0 0 20 0 22 0 28565358 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773385300264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23884] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23884/stat : 23884 (java) S 23870 23873 20053 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773373102952 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23885] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23885/stat : 23885 (java) S 23870 23873 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773372049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23886] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23886/stat : 23886 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773370996104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23887] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23887/stat : 23887 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 164172 33554432000 1073741824 1073778376 140737023826784 139773369944848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23888] ppid=23870 vsize=9824732 CPUtime=1.39 cores=1,3,5,7

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

/proc/23873/task/23878/stat : 23878 (java) S 23870 23873 20053 0 -1 4202560 617 0 0 0 215 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773390564008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23879] ppid=23870 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/23873/task/23879/stat : 23879 (java) S 23870 23873 20053 0 -1 4202560 688 0 0 0 217 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773389511464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23880] ppid=23870 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/23873/task/23880/stat : 23880 (java) S 23870 23873 20053 0 -1 4202560 691 0 0 0 213 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773388458408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23881] ppid=23870 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/23873/task/23881/stat : 23881 (java) S 23870 23873 20053 0 -1 4202560 631 0 0 0 211 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773387405864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23882] ppid=23870 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/23873/task/23882/stat : 23882 (java) S 23870 23873 20053 0 -1 4202560 645 0 0 0 202 18 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773386352808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23883] ppid=23870 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/23873/task/23883/stat : 23883 (java) S 23870 23873 20053 0 -1 4202560 769 0 0 0 216 19 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773385300264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23884] ppid=23870 vsize=9824732 CPUtime=5.16 cores=1,3,5,7
/proc/23873/task/23884/stat : 23884 (java) S 23870 23873 20053 0 -1 4202560 2523 0 0 0 506 10 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773373102952 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23885] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23885/stat : 23885 (java) S 23870 23873 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773372049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23886] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23886/stat : 23886 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773370996104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23887] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23887/stat : 23887 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773369944848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23888] ppid=23870 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/23873/task/23888/stat : 23888 (java) S 23870 23873 20053 0 -1 4202560 14146 0 0 0 188 3 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773368891704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23889] ppid=23870 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/23873/task/23889/stat : 23889 (java) S 23870 23873 20053 0 -1 4202560 7375 0 0 0 143 2 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773367839160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23890] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23890/stat : 23890 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773366786296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23891] ppid=23870 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23873/task/23891/stat : 23891 (java) S 23870 23873 20053 0 -1 4202560 46 0 0 0 11 22 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773365733960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23892] ppid=23870 vsize=9824732 CPUtime=809.17 cores=1,3,5,7
/proc/23873/task/23892/stat : 23892 (java) R 23870 23873 20053 0 -1 4202560 71 0 0 0 80903 14 0 0 20 0 22 0 28565405 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773364678608 139773420056008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23893] ppid=23870 vsize=9824732 CPUtime=809.23 cores=1,3,5,7
/proc/23873/task/23893/stat : 23893 (java) R 23870 23873 20053 0 -1 4202560 2351 0 0 0 80872 51 0 0 20 0 22 0 28565405 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773363627136 139773419952194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23894] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23894/stat : 23894 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773362574632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23895] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23895/stat : 23895 (java) S 23870 23873 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773361522088 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1650.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.07 4.14 4.18 5/219 23983
/proc/meminfo: memFree=24199080/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9824732 CPUtime=1771.3 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 35579 0 1 0 176900 230 0 0 20 0 22 0 28565356 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2456183 961047 2301 9 0 2446860 0
[pid=23873/tid=23875] ppid=23870 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23873/task/23875/stat : 23875 (java) S 23870 23873 20053 0 -1 4202560 2438 0 1 0 47 4 0 0 20 0 22 0 28565357 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773549392760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23876] ppid=23870 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/23873/task/23876/stat : 23876 (java) S 23870 23873 20053 0 -1 4202560 733 0 0 0 265 25 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773538454440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23877] ppid=23870 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/23873/task/23877/stat : 23877 (java) S 23870 23873 20053 0 -1 4202560 574 0 0 0 234 17 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773391617064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23878] ppid=23870 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/23873/task/23878/stat : 23878 (java) S 23870 23873 20053 0 -1 4202560 617 0 0 0 224 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773390564008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23879] ppid=23870 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/23873/task/23879/stat : 23879 (java) S 23870 23873 20053 0 -1 4202560 688 0 0 0 236 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773389511464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23880] ppid=23870 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/23873/task/23880/stat : 23880 (java) S 23870 23873 20053 0 -1 4202560 691 0 0 0 237 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773388458408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23881] ppid=23870 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23873/task/23881/stat : 23881 (java) S 23870 23873 20053 0 -1 4202560 631 0 0 0 219 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773387405864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23882] ppid=23870 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/23873/task/23882/stat : 23882 (java) S 23870 23873 20053 0 -1 4202560 645 0 0 0 216 18 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773386352808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23883] ppid=23870 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/23873/task/23883/stat : 23883 (java) S 23870 23873 20053 0 -1 4202560 769 0 0 0 229 19 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773385300264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23884] ppid=23870 vsize=9824732 CPUtime=5.16 cores=1,3,5,7
/proc/23873/task/23884/stat : 23884 (java) S 23870 23873 20053 0 -1 4202560 2527 0 0 0 506 10 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773373102952 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23885] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23885/stat : 23885 (java) S 23870 23873 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773372049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23886] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23886/stat : 23886 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773370996104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23887] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23887/stat : 23887 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773369944848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23888] ppid=23870 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/23873/task/23888/stat : 23888 (java) S 23870 23873 20053 0 -1 4202560 14146 0 0 0 188 3 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773368891704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23889] ppid=23870 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/23873/task/23889/stat : 23889 (java) S 23870 23873 20053 0 -1 4202560 7375 0 0 0 143 2 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773367839160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23890] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23890/stat : 23890 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773366786296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23891] ppid=23870 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23873/task/23891/stat : 23891 (java) S 23870 23873 20053 0 -1 4202560 50 0 0 0 12 23 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773365733960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23892] ppid=23870 vsize=9824732 CPUtime=868.7 cores=1,3,5,7
/proc/23873/task/23892/stat : 23892 (java) R 23870 23873 20053 0 -1 4202560 74 0 0 0 86855 15 0 0 20 0 22 0 28565405 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773364678608 139773419917320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23893] ppid=23870 vsize=9824732 CPUtime=868.77 cores=1,3,5,7
/proc/23873/task/23893/stat : 23893 (java) R 23870 23873 20053 0 -1 4202560 2355 0 0 0 86825 52 0 0 20 0 22 0 28565405 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773363624832 139773419926771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23894] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23894/stat : 23894 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773362574632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23895] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23895/stat : 23895 (java) S 23870 23873 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773361522088 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.06 4.13 4.17 6/219 23984
/proc/meminfo: memFree=24160788/32872528 swapFree=681168/738400
[pid=23873] ppid=23870 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/23873/stat : 23873 (java) S 23870 23873 20053 0 -1 4202496 35585 0 1 0 179774 230 0 0 20 0 22 0 28565356 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 140737023817920 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23873/statm: 2456183 961047 2301 9 0 2446860 0
[pid=23873/tid=23875] ppid=23870 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23873/task/23875/stat : 23875 (java) S 23870 23873 20053 0 -1 4202560 2438 0 1 0 47 4 0 0 20 0 22 0 28565357 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773549392760 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23876] ppid=23870 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/23873/task/23876/stat : 23876 (java) S 23870 23873 20053 0 -1 4202560 733 0 0 0 268 25 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773538454440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23877] ppid=23870 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/23873/task/23877/stat : 23877 (java) S 23870 23873 20053 0 -1 4202560 574 0 0 0 238 17 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773391617064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23878] ppid=23870 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/23873/task/23878/stat : 23878 (java) S 23870 23873 20053 0 -1 4202560 617 0 0 0 227 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773390564008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23879] ppid=23870 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/23873/task/23879/stat : 23879 (java) S 23870 23873 20053 0 -1 4202560 688 0 0 0 239 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773389511464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23880] ppid=23870 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/23873/task/23880/stat : 23880 (java) S 23870 23873 20053 0 -1 4202560 691 0 0 0 243 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773388458408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23881] ppid=23870 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/23873/task/23881/stat : 23881 (java) S 23870 23873 20053 0 -1 4202560 631 0 0 0 224 20 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773387405864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23882] ppid=23870 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23873/task/23882/stat : 23882 (java) S 23870 23873 20053 0 -1 4202560 645 0 0 0 221 18 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773386352808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23883] ppid=23870 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/23873/task/23883/stat : 23883 (java) S 23870 23873 20053 0 -1 4202560 769 0 0 0 232 19 0 0 20 0 22 0 28565358 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773385300264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23884] ppid=23870 vsize=9824732 CPUtime=5.16 cores=1,3,5,7
/proc/23873/task/23884/stat : 23884 (java) S 23870 23873 20053 0 -1 4202560 2529 0 0 0 506 10 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773373102952 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23885] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23885/stat : 23885 (java) S 23870 23873 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773372049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23886] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23886/stat : 23886 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565359 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773370996104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23887] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23887/stat : 23887 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773369944848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23888] ppid=23870 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/23873/task/23888/stat : 23888 (java) S 23870 23873 20053 0 -1 4202560 14146 0 0 0 188 3 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773368891704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23873/tid=23889] ppid=23870 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/23873/task/23889/stat : 23889 (java) S 23870 23873 20053 0 -1 4202560 7375 0 0 0 143 2 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773367839160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23890] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23890/stat : 23890 (java) S 23870 23873 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773366786296 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23891] ppid=23870 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23873/task/23891/stat : 23891 (java) S 23870 23873 20053 0 -1 4202560 52 0 0 0 12 24 0 0 20 0 22 0 28565362 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773365733960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23892] ppid=23870 vsize=9824732 CPUtime=882.87 cores=1,3,5,7
/proc/23873/task/23892/stat : 23892 (java) R 23870 23873 20053 0 -1 4202560 74 0 0 0 88272 15 0 0 20 0 22 0 28565405 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773364678608 139773419864305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23873/tid=23893] ppid=23870 vsize=9824732 CPUtime=882.94 cores=1,3,5,7
/proc/23873/task/23893/stat : 23893 (java) R 23870 23873 20053 0 -1 4202560 2357 0 0 0 88242 52 0 0 20 0 22 0 28565405 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773363627136 139773419951499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23873/tid=23894] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23894/stat : 23894 (java) S 23870 23873 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773362574632 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23873/tid=23895] ppid=23870 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23873/task/23895/stat : 23895 (java) S 23870 23873 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28565406 10060525568 961047 33554432000 1073741824 1073778376 140737023826784 139773361522088 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 23873 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 23873 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=268381
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=862564
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.674
CPU time (s): 1800.04
CPU user time (s): 1797.74
CPU system time (s): 2.3
CPU usage (%): 200.746
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.27
system time used= 2.86256
maximum resident set size= 3844304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35621
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24850
involuntary context switches= 35833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40287 second user time and 5.9441 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 17:34:18
IDJOB=4117102
IDBENCH=109553
IDSOLVER=2543
FILE ID=node112/4117102-1466955258
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round22-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117102-1466955258/watcher-4117102-1466955258 -o /tmp/evaluation-result-4117102-1466955258/solver-4117102-1466955258 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117102-1466955258.opb

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

MD5SUM BENCH= a05aa17cd2b31ae8348633c5a395e9e7
RANDOM SEED=1301541638

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.959
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.959
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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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:        27987144 kB
Buffers:           23672 kB
Cached:           152336 kB
SwapCached:         1692 kB
Active:          3292556 kB
Inactive:         152472 kB
Active(anon):    3268708 kB
Inactive(anon):     2540 kB
Active(file):      23848 kB
Inactive(file):   149932 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       3981940 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565904 kB
SReclaimable:       9684 kB
SUnreclaim:       556220 kB
KernelStack:        1808 kB
PageTables:        11852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4459380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3237888 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= 71688 MiB
End job on node112 at 2016-06-26 17:49:15