Trace number 4107888

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.02 892.675

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12037_7-sat.opb
MD5SUMc76ba3fc1d0a0f3a1a96791ffe6c4cf4
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 variables39204
Total number of constraints130975
Number of constraints which are clauses130331
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints644
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 714
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4107888-1466285096.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
5.01/2.00	c ... done. Wall clock time 1.894s.
5.01/2.00	c declared #vars     39204
5.01/2.00	c #constraints  130975
5.01/2.01	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.01/2.01	c constraints type 
5.01/2.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15845
5.01/2.01	c org.sat4j.specs.Constr$1 => 11673
5.01/2.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98486
5.01/2.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 4327
5.01/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
5.01/2.01	c 130975 constraints processed.
5.01/2.01	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.01/2.01	c constraints type 
5.01/2.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 98486
5.01/2.01	c org.sat4j.specs.Constr$1 => 11673
5.01/2.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15845
5.01/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
5.01/2.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 4327
5.01/2.01	c 130975 constraints processed.
10.84/4.15	c cleaning 2491 clauses out of 5001 with flag 21373/5001
14.89/6.06	c cleaning 4245 clauses out of 8510 with flag 47187/11001
19.20/8.16	c cleaning 5625 clauses out of 11264 with flag 84757/18000
24.72/10.80	c cleaning 6808 clauses out of 13640 with flag 120272/26001
30.64/13.73	c cleaning 7903 clauses out of 15832 with flag 173503/35001
37.00/16.88	c cleaning 8940 clauses out of 17930 with flag 223432/45002
44.00/20.33	c cleaning 9984 clauses out of 19988 with flag 280470/56000
51.84/24.17	c cleaning 10981 clauses out of 22004 with flag 339607/68000
61.24/28.70	c cleaning 11997 clauses out of 24023 with flag 402530/81000
71.03/33.62	c cleaning 12995 clauses out of 26026 with flag 477643/95000
75.31/35.71	c cleaning 0 clauses out of 5002 with flag 0/5002
81.77/38.71	c cleaning 13989 clauses out of 28032 with flag 556316/110001
92.94/44.24	c cleaning 15017 clauses out of 30043 with flag 643453/126001
105.22/50.31	c cleaning 15996 clauses out of 32025 with flag 732414/143000
117.15/56.26	c cleaning 17003 clauses out of 34028 with flag 832800/161000
131.65/63.45	c cleaning 17996 clauses out of 36026 with flag 937938/180001
146.06/70.65	c cleaning 19001 clauses out of 38029 with flag 1054577/200000
160.14/77.62	c cleaning 19977 clauses out of 40028 with flag 1172716/221000
176.31/86.16	c cleaning 21017 clauses out of 42052 with flag 1294028/243001
191.77/93.84	c cleaning 22001 clauses out of 44034 with flag 1417593/266000
208.69/102.27	c cleaning 23014 clauses out of 46033 with flag 1552043/290000
226.27/110.95	c cleaning 24003 clauses out of 48020 with flag 1691354/315001
245.24/120.32	c cleaning 24993 clauses out of 50019 with flag 1834945/341003
258.61/126.96	c cleaning 0 clauses out of 11003 with flag 0/11003
265.01/130.15	c cleaning 26004 clauses out of 52025 with flag 1984437/368002
285.34/140.29	c cleaning 26999 clauses out of 54019 with flag 2133834/396001
308.30/151.61	c cleaning 27994 clauses out of 56019 with flag 2298119/425000
330.70/162.68	c cleaning 28998 clauses out of 58026 with flag 2506236/455001
353.68/174.01	c cleaning 30013 clauses out of 60028 with flag 2701430/486001
376.84/185.56	c cleaning 30990 clauses out of 62016 with flag 2905145/518002
402.56/198.28	c cleaning 32000 clauses out of 64024 with flag 3077807/551000
428.14/210.98	c cleaning 33010 clauses out of 66028 with flag 3297018/585004
455.24/224.31	c cleaning 34001 clauses out of 68015 with flag 3525917/620001
485.39/239.37	c cleaning 34978 clauses out of 70013 with flag 3760501/656000
516.38/254.69	c cleaning 35999 clauses out of 72037 with flag 4027261/693002
546.86/269.68	c cleaning 37008 clauses out of 74037 with flag 4255904/731001
581.01/287.28	c cleaning 37985 clauses out of 76029 with flag 4480059/770001
611.77/302.54	c cleaning 39012 clauses out of 78044 with flag 4730961/810001
613.35/303.35	c cleaning 0 clauses out of 18003 with flag 0/18003
643.81/318.40	c cleaning 40002 clauses out of 80031 with flag 4999299/851000
678.10/335.34	c cleaning 41006 clauses out of 82030 with flag 5241473/893001
712.94/352.64	c cleaning 41998 clauses out of 84025 with flag 5503117/936002
749.91/371.07	c cleaning 43006 clauses out of 86025 with flag 5749969/980000
787.14/389.59	c cleaning 44008 clauses out of 88019 with flag 6000564/1025000
825.51/408.67	c cleaning 44997 clauses out of 90013 with flag 6294215/1071002
862.39/426.92	c cleaning 45996 clauses out of 92014 with flag 6566006/1118000
900.70/445.96	c cleaning 46995 clauses out of 94019 with flag 6849696/1166001
943.28/466.93	c cleaning 48002 clauses out of 96023 with flag 7123679/1215000
986.74/488.47	c cleaning 48988 clauses out of 98022 with flag 7481497/1265001
1029.81/509.75	c cleaning 50012 clauses out of 100034 with flag 7770890/1316001
1076.12/532.63	c cleaning 50997 clauses out of 102021 with flag 8091524/1368000
1123.45/557.03	c cleaning 52011 clauses out of 104026 with flag 8377949/1421002
1172.90/581.63	c cleaning 52985 clauses out of 106013 with flag 8664037/1475000
1222.65/606.33	c cleaning 53986 clauses out of 108028 with flag 8961345/1530000
1275.89/632.75	c cleaning 54999 clauses out of 110042 with flag 9271758/1586000
1299.90/644.63	c cleaning 0 clauses out of 26000 with flag 0/26000
1328.74/658.85	c cleaning 56007 clauses out of 112044 with flag 9612501/1643001
1385.59/687.03	c cleaning 57013 clauses out of 114036 with flag 9942897/1701000
1441.42/714.60	c cleaning 57995 clauses out of 116024 with flag 10274150/1760001
1495.84/741.63	c cleaning 58997 clauses out of 118028 with flag 10618689/1820000
1554.04/770.51	c cleaning 60007 clauses out of 120031 with flag 10951501/1881000
1619.97/803.38	c cleaning 60996 clauses out of 122025 with flag 11364485/1943001
1675.60/830.99	c cleaning 61993 clauses out of 124031 with flag 11694415/2006003
1735.28/860.55	c cleaning 63006 clauses out of 126035 with flag 12052178/2070000
1800.02/892.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/892.60	c starts		: 8507
1800.02/892.60	c conflicts		: 2133547
1800.02/892.60	c decisions		: 3639488
1800.02/892.60	c propagations		: 1310878326
1800.02/892.60	c inspects		: 6134271832
1800.02/892.60	c shortcuts		: 0
1800.02/892.60	c learnt literals	: 2
1800.02/892.60	c learnt binary clauses	: 27
1800.02/892.60	c learnt ternary clauses	: 2284
1800.02/892.60	c learnt constraints	: 2133545
1800.02/892.60	c ignored constraints	: 0
1800.02/892.60	c root simplifications	: 0
1800.02/892.60	c removed literals (reason simplification)	: 21791304
1800.02/892.60	c reason swapping (by a shorter reason)	: 0
1800.02/892.60	c Calls to reduceDB	: 60
1800.02/892.60	c Number of update (reduction) of LBD	: 799432
1800.02/892.60	c Imported unit clauses	: 0
1800.02/892.60	c number of reductions to clauses (during analyze)	: 0
1800.02/892.60	c number of learned constraints concerned by reduction	: 0
1800.02/892.60	c number of learning phase by resolution	: 0
1800.02/892.60	c number of learning phase by cutting planes	: 0
1800.02/892.60	c speed (assignments/second)	: 1472023.70503791
1800.02/892.60	c non guided choices	13730
1800.02/892.63	c learnt constraints type 
1800.02/892.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.02/892.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126549
1800.02/892.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/892.63	c starts		: 55
1800.02/892.63	c conflicts		: 31277
1800.02/892.63	c decisions		: 134746
1800.02/892.63	c propagations		: 23512562
1800.02/892.63	c inspects		: 916868670
1800.02/892.63	c shortcuts		: 0
1800.02/892.63	c learnt literals	: 0
1800.02/892.63	c learnt binary clauses	: 0
1800.02/892.63	c learnt ternary clauses	: 78
1800.02/892.63	c learnt constraints	: 31276
1800.02/892.63	c ignored constraints	: 0
1800.02/892.63	c root simplifications	: 0
1800.02/892.63	c removed literals (reason simplification)	: 0
1800.02/892.63	c reason swapping (by a shorter reason)	: 0
1800.02/892.63	c Calls to reduceDB	: 4
1800.02/892.63	c Number of update (reduction) of LBD	: 0
1800.02/892.63	c Imported unit clauses	: 0
1800.02/892.63	c number of reductions to clauses (during analyze)	: 0
1800.02/892.63	c number of learned constraints concerned by reduction	: 0
1800.02/892.63	c number of learning phase by resolution	: 0
1800.02/892.63	c number of learning phase by cutting planes	: 0
1800.02/892.63	c speed (assignments/second)	: 26402.08543641788
1800.02/892.63	c non guided choices	757
1800.02/892.64	c learnt constraints type 
1800.02/892.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 79
1800.02/892.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 31197
1800.02/892.64	s UNKNOWN
1800.02/892.64	c Total wall clock time (in seconds): 892.536

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-4107888-1466285096/watcher-4107888-1466285096 -o /tmp/evaluation-result-4107888-1466285096/solver-4107888-1466285096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17659 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4107888-1466285096.opb 

pid=23505
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 4.15 3.99 5/195 23508
/proc/meminfo: memFree=26672512/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 30556530 95129600 927 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 23528 927 703 9 0 16769 0
[pid=23508/tid=23509] ppid=23505 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) R 23505 23508 17643 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 2 0 30556530 98635776 949 33554432000 1073741824 1073778376 140733367862352 140049225461288 227503337351 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 3.97 4.15 3.99 5/195 23508
/proc/meminfo: memFree=26672512/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 4487 0 1 0 9 1 0 0 20 0 18 0 30556530 9787879424 6114 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2389619 6114 2156 9 0 2380296 0
[pid=23508/tid=23509] ppid=23505 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) R 23505 23508 17643 0 -1 4202560 2415 0 1 0 6 1 0 0 20 0 18 0 30556530 9787879424 6114 33554432000 1073741824 1073778376 140733367862352 140049225464736 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 3.97 4.15 3.99 5/195 23508
/proc/meminfo: memFree=26672512/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 4744 0 1 0 24 2 0 0 20 0 18 0 30556530 9787879424 7343 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2389619 7343 2214 9 0 2380296 0
[pid=23508/tid=23509] ppid=23505 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) R 23505 23508 17643 0 -1 4202560 2432 0 1 0 16 1 0 0 20 0 18 0 30556530 9787879424 7343 33554432000 1073741824 1073778376 140733367862352 140049225464736 227515874360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 3.97 4.15 3.99 5/195 23508
/proc/meminfo: memFree=26672512/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 6173 0 1 0 49 2 0 0 20 0 18 0 30556530 9787879424 9330 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2389619 9330 2233 9 0 2380296 0
[pid=23508/tid=23509] ppid=23505 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) R 23505 23508 17643 0 -1 4202560 2434 0 1 0 26 1 0 0 20 0 18 0 30556530 9787879424 9330 33554432000 1073741824 1073778376 140733367862352 140049225464736 140049098197328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 3.97 4.15 3.99 5/195 23508
/proc/meminfo: memFree=26672512/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9559080 CPUtime=1.67 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 23413 0 1 0 162 5 0 0 20 0 18 0 30556530 9788497920 32574 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2389770 32574 2250 9 0 2380447 0
[pid=23508/tid=23509] ppid=23505 vsize=9559080 CPUtime=0.67 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) R 23505 23508 17643 0 -1 4202560 2467 0 1 0 65 2 0 0 20 0 18 0 30556530 9788497920 32574 33554432000 1073741824 1073778376 140733367862352 140049225457648 140049098136230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9559080

[startup+1.5007 s]
/proc/loadavg: 4.13 4.18 4.00 6/213 23526
/proc/meminfo: memFree=26470344/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9558476 CPUtime=3.7 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 31487 0 1 0 361 9 0 0 20 0 18 0 30556530 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2389619 61423 2268 9 0 2380296 0
[pid=23508/tid=23509] ppid=23505 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) R 23505 23508 17643 0 -1 4202560 2509 0 1 0 134 4 0 0 20 0 18 0 30556530 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049225457600 140049098581513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23511] ppid=23505 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23508/task/23511/stat : 23511 (java) S 23505 23508 17643 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049069582888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23512] ppid=23505 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23508/task/23512/stat : 23512 (java) S 23505 23508 17643 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049068530088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23513] ppid=23505 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23508/task/23513/stat : 23513 (java) S 23505 23508 17643 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049067477288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23514] ppid=23505 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/23508/task/23514/stat : 23514 (java) S 23505 23508 17643 0 -1 4202560 137 0 0 0 2 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049066424488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23515] ppid=23505 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23508/task/23515/stat : 23515 (java) S 23505 23508 17643 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049065372712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23516] ppid=23505 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23508/task/23516/stat : 23516 (java) S 23505 23508 17643 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049064319912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23517] ppid=23505 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23508/task/23517/stat : 23517 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049063267112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23518] ppid=23505 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23508/task/23518/stat : 23518 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 30556531 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049062214312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23519] ppid=23505 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23519/stat : 23519 (java) S 23505 23508 17643 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30556532 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049049803240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23520] ppid=23505 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23520/stat : 23520 (java) S 23505 23508 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30556532 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049048749304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23521] ppid=23505 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23521/stat : 23521 (java) S 23505 23508 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30556532 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049047696392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23522] ppid=23505 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23522/stat : 23522 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30556535 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049046644880 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23523] ppid=23505 vsize=9558476 CPUtime=0.97 cores=0,2,4,6
/proc/23508/task/23523/stat : 23523 (java) R 23505 23508 17643 0 -1 4202560 14682 0 0 0 95 2 0 0 20 0 18 0 30556535 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049045571128 140049229583712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23524] ppid=23505 vsize=9558476 CPUtime=1.06 cores=0,2,4,6
/proc/23508/task/23524/stat : 23524 (java) R 23505 23508 17643 0 -1 4202560 12562 0 0 0 104 2 0 0 20 0 18 0 30556535 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049044517464 140049233183425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23525] ppid=23505 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23525/stat : 23525 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30556535 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049043487608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23526] ppid=23505 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23526/stat : 23526 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30556535 9787879424 61423 33554432000 1073741824 1073778376 140733367862352 140049042435016 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 4.13 4.18 4.00 7/217 23530
/proc/meminfo: memFree=26440372/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9824732 CPUtime=8.43 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 38622 0 1 0 826 17 0 0 20 0 22 0 30556530 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2456183 98847 2285 9 0 2446860 0
[pid=23508/tid=23509] ppid=23505 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) S 23505 23508 17643 0 -1 4202560 2514 0 1 0 185 4 0 0 20 0 22 0 30556530 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049225466744 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23511] ppid=23505 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23508/task/23511/stat : 23511 (java) S 23505 23508 17643 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049069582888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23512] ppid=23505 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23508/task/23512/stat : 23512 (java) S 23505 23508 17643 0 -1 4202560 44 0 0 0 6 1 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049068530088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23513] ppid=23505 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23508/task/23513/stat : 23513 (java) S 23505 23508 17643 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049067477288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23514] ppid=23505 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23508/task/23514/stat : 23514 (java) S 23505 23508 17643 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049066424488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23515] ppid=23505 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23508/task/23515/stat : 23515 (java) S 23505 23508 17643 0 -1 4202560 139 0 0 0 6 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049065372712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23516] ppid=23505 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23508/task/23516/stat : 23516 (java) S 23505 23508 17643 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049064319912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23517] ppid=23505 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23508/task/23517/stat : 23517 (java) S 23505 23508 17643 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049063267112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23518] ppid=23505 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23508/task/23518/stat : 23518 (java) S 23505 23508 17643 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 30556531 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049062214312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23519] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23519/stat : 23519 (java) S 23505 23508 17643 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049049803240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23520] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23520/stat : 23520 (java) S 23505 23508 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049048749304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23521] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23521/stat : 23521 (java) S 23505 23508 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049047696392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23522] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23522/stat : 23522 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049046644880 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23523] ppid=23505 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/23508/task/23523/stat : 23523 (java) S 23505 23508 17643 0 -1 4202560 18038 0 0 0 187 3 0 0 20 0 22 0 30556535 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049045593016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23524] ppid=23505 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/23508/task/23524/stat : 23524 (java) S 23505 23508 17643 0 -1 4202560 15955 0 0 0 208 2 0 0 20 0 22 0 30556535 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049044540216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23525] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23525/stat : 23525 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049043487608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23526] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23526/stat : 23526 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049042435016 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23527] ppid=23505 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/23508/task/23527/stat : 23527 (java) R 23505 23508 17643 0 -1 4202560 24 0 0 0 98 0 0 0 20 0 22 0 30556731 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049041281656 140049099959662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23528] ppid=23505 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/23508/task/23528/stat : 23528 (java) R 23505 23508 17643 0 -1 4202560 80 0 0 0 98 2 0 0 20 0 22 0 30556731 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049040227008 140049099874070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23529] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23529/stat : 23529 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049039176616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23530] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23530/stat : 23530 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 98847 33554432000 1073741824 1073778376 140733367862352 140049038123816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 4.13 4.18 4.00 5/217 23530
/proc/meminfo: memFree=26163544/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9824732 CPUtime=15.52 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 39808 0 1 0 1524 28 0 0 20 0 22 0 30556530 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2456183 167979 2291 9 0 2446860 0
[pid=23508/tid=23509] ppid=23505 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) S 23505 23508 17643 0 -1 4202560 2515 0 1 0 185 4 0 0 20 0 22 0 30556530 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049225466744 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23511] ppid=23505 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23508/task/23511/stat : 23511 (java) S 23505 23508 17643 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049069582888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23512] ppid=23505 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/23508/task/23512/stat : 23512 (java) S 23505 23508 17643 0 -1 4202560 87 0 0 0 12 2 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049068530088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23513] ppid=23505 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23508/task/23513/stat : 23513 (java) S 23505 23508 17643 0 -1 4202560 161 0 0 0 8 2 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049067477288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23514] ppid=23505 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23508/task/23514/stat : 23514 (java) S 23505 23508 17643 0 -1 4202560 178 0 0 0 8 2 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049066424488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23515] ppid=23505 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23508/task/23515/stat : 23515 (java) S 23505 23508 17643 0 -1 4202560 160 0 0 0 8 2 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049065372712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23516] ppid=23505 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23508/task/23516/stat : 23516 (java) S 23505 23508 17643 0 -1 4202560 50 0 0 0 6 1 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049064319912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23517] ppid=23505 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23508/task/23517/stat : 23517 (java) S 23505 23508 17643 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049063267112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23518] ppid=23505 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23508/task/23518/stat : 23518 (java) S 23505 23508 17643 0 -1 4202560 47 0 0 0 5 1 0 0 20 0 22 0 30556531 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049062214312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23519] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23519/stat : 23519 (java) S 23505 23508 17643 0 -1 4202560 473 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049049803240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23520] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23520/stat : 23520 (java) S 23505 23508 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049048749304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23521] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23521/stat : 23521 (java) S 23505 23508 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 167979 33554432000 1073741824 1073778376 140733367862352 140049047696392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23522] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/23508/task/23513/stat : 23513 (java) S 23505 23508 17643 0 -1 4202560 881 0 0 0 399 17 0 0 20 0 22 0 30556531 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049067477288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23514] ppid=23505 vsize=9824732 CPUtime=4.01 cores=0,2,4,6
/proc/23508/task/23514/stat : 23514 (java) S 23505 23508 17643 0 -1 4202560 732 0 0 0 382 19 0 0 20 0 22 0 30556531 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049066424488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23515] ppid=23505 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/23508/task/23515/stat : 23515 (java) S 23505 23508 17643 0 -1 4202560 666 0 0 0 382 16 0 0 20 0 22 0 30556531 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049065372712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23516] ppid=23505 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/23508/task/23516/stat : 23516 (java) S 23505 23508 17643 0 -1 4202560 539 0 0 0 374 14 0 0 20 0 22 0 30556531 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049064319912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23517] ppid=23505 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/23508/task/23517/stat : 23517 (java) S 23505 23508 17643 0 -1 4202560 473 0 0 0 365 12 0 0 20 0 22 0 30556531 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049063267112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23518] ppid=23505 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/23508/task/23518/stat : 23518 (java) S 23505 23508 17643 0 -1 4202560 537 0 0 0 348 14 0 0 20 0 22 0 30556531 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049062214312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23519] ppid=23505 vsize=9824732 CPUtime=4.6 cores=0,2,4,6
/proc/23508/task/23519/stat : 23519 (java) S 23505 23508 17643 0 -1 4202560 2455 0 0 0 453 7 0 0 20 0 22 0 30556532 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049049803240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23520] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23520/stat : 23520 (java) S 23505 23508 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049048749304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23521] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23521/stat : 23521 (java) S 23505 23508 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049047696392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23522] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23522/stat : 23522 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049046644880 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23523] ppid=23505 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23508/task/23523/stat : 23523 (java) S 23505 23508 17643 0 -1 4202560 19009 0 0 0 271 3 0 0 20 0 22 0 30556535 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049045593016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23524] ppid=23505 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/23508/task/23524/stat : 23524 (java) S 23505 23508 17643 0 -1 4202560 15974 0 0 0 258 2 0 0 20 0 22 0 30556535 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049044540216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23525] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23525/stat : 23525 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049043487608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23526] ppid=23505 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/23508/task/23526/stat : 23526 (java) S 23505 23508 17643 0 -1 4202560 47 0 0 0 13 13 0 0 20 0 22 0 30556535 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049042435016 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23527] ppid=23505 vsize=9824732 CPUtime=805.24 cores=0,2,4,6
/proc/23508/task/23527/stat : 23527 (java) R 23505 23508 17643 0 -1 4202560 334 0 0 0 80509 15 0 0 20 0 22 0 30556731 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049041280448 140049098381238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23528] ppid=23505 vsize=9824732 CPUtime=805.19 cores=0,2,4,6
/proc/23508/task/23528/stat : 23528 (java) R 23505 23508 17643 0 -1 4202560 1515 0 0 0 80475 44 0 0 20 0 22 0 30556731 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049040226976 140049099913984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23529] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23529/stat : 23529 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049039176616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23530] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23530/stat : 23530 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 964801 33554432000 1073741824 1073778376 140733367862352 140049038123816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1658.22
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.34 4.26 4.14 6/217 23619
/proc/meminfo: memFree=23525448/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9824732 CPUtime=1779.22 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 48605 0 1 0 177729 193 0 0 20 0 22 0 30556530 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2456183 968753 2300 9 0 2446860 0
[pid=23508/tid=23509] ppid=23505 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) S 23505 23508 17643 0 -1 4202560 2527 0 1 0 188 4 0 0 20 0 22 0 30556530 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049225466744 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23511] ppid=23505 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/23508/task/23511/stat : 23511 (java) S 23505 23508 17643 0 -1 4202560 731 0 0 0 420 16 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049069582888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23512] ppid=23505 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/23508/task/23512/stat : 23512 (java) S 23505 23508 17643 0 -1 4202560 788 0 0 0 414 16 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049068530088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23513] ppid=23505 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/23508/task/23513/stat : 23513 (java) S 23505 23508 17643 0 -1 4202560 930 0 0 0 426 17 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049067477288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23514] ppid=23505 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/23508/task/23514/stat : 23514 (java) S 23505 23508 17643 0 -1 4202560 734 0 0 0 412 19 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049066424488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23515] ppid=23505 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/23508/task/23515/stat : 23515 (java) S 23505 23508 17643 0 -1 4202560 669 0 0 0 412 16 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049065372712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23516] ppid=23505 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/23508/task/23516/stat : 23516 (java) S 23505 23508 17643 0 -1 4202560 539 0 0 0 392 15 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049064319912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23517] ppid=23505 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/23508/task/23517/stat : 23517 (java) S 23505 23508 17643 0 -1 4202560 532 0 0 0 384 12 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049063267112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23518] ppid=23505 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/23508/task/23518/stat : 23518 (java) S 23505 23508 17643 0 -1 4202560 541 0 0 0 385 14 0 0 20 0 22 0 30556531 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049062214312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23519] ppid=23505 vsize=9824732 CPUtime=4.6 cores=0,2,4,6
/proc/23508/task/23519/stat : 23519 (java) S 23505 23508 17643 0 -1 4202560 2459 0 0 0 453 7 0 0 20 0 22 0 30556532 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049049803240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23520] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23520/stat : 23520 (java) S 23505 23508 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049048749304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23521] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23521/stat : 23521 (java) S 23505 23508 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049047696392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23522] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23522/stat : 23522 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049046644880 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23523] ppid=23505 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23508/task/23523/stat : 23523 (java) S 23505 23508 17643 0 -1 4202560 19009 0 0 0 271 3 0 0 20 0 22 0 30556535 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049045593016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23524] ppid=23505 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/23508/task/23524/stat : 23524 (java) S 23505 23508 17643 0 -1 4202560 15974 0 0 0 258 2 0 0 20 0 22 0 30556535 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049044540216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23525] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23525/stat : 23525 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049043487608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23526] ppid=23505 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/23508/task/23526/stat : 23526 (java) S 23505 23508 17643 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 30556535 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049042435016 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23527] ppid=23505 vsize=9824732 CPUtime=864.52 cores=0,2,4,6
/proc/23508/task/23527/stat : 23527 (java) R 23505 23508 17643 0 -1 4202560 338 0 0 0 86436 16 0 0 20 0 22 0 30556731 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049041280448 140049099794113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23528] ppid=23505 vsize=9824732 CPUtime=864.47 cores=0,2,4,6
/proc/23508/task/23528/stat : 23528 (java) R 23505 23508 17643 0 -1 4202560 1518 0 0 0 86402 45 0 0 20 0 22 0 30556731 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049040226976 140049099854148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23529] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23529/stat : 23529 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049039176616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23530] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23530/stat : 23530 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 968753 33554432000 1073741824 1073778376 140733367862352 140049038123816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1779.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.601 s]
/proc/loadavg: 4.28 4.25 4.14 5/217 23619
/proc/meminfo: memFree=23519860/32872528 swapFree=1316768/1463936
[pid=23508] ppid=23505 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/23508/stat : 23508 (java) S 23505 23508 17643 0 -1 4202496 48611 0 1 0 179808 194 0 0 20 0 22 0 30556530 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140733367853488 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23508/statm: 2456183 970289 2300 9 0 2446860 0
[pid=23508/tid=23509] ppid=23505 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23508/task/23509/stat : 23509 (java) S 23505 23508 17643 0 -1 4202560 2527 0 1 0 188 4 0 0 20 0 22 0 30556530 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049225466744 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23511] ppid=23505 vsize=9824732 CPUtime=4.42 cores=0,2,4,6
/proc/23508/task/23511/stat : 23511 (java) S 23505 23508 17643 0 -1 4202560 731 0 0 0 426 16 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049069582888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23512] ppid=23505 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/23508/task/23512/stat : 23512 (java) S 23505 23508 17643 0 -1 4202560 790 0 0 0 419 16 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049068530088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23513] ppid=23505 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/23508/task/23513/stat : 23513 (java) S 23505 23508 17643 0 -1 4202560 931 0 0 0 438 17 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049067477288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23514] ppid=23505 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/23508/task/23514/stat : 23514 (java) S 23505 23508 17643 0 -1 4202560 735 0 0 0 415 19 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049066424488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23515] ppid=23505 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/23508/task/23515/stat : 23515 (java) S 23505 23508 17643 0 -1 4202560 670 0 0 0 419 16 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049065372712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23516] ppid=23505 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/23508/task/23516/stat : 23516 (java) S 23505 23508 17643 0 -1 4202560 539 0 0 0 394 15 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049064319912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23517] ppid=23505 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/23508/task/23517/stat : 23517 (java) S 23505 23508 17643 0 -1 4202560 532 0 0 0 386 12 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049063267112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23518] ppid=23505 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/23508/task/23518/stat : 23518 (java) S 23505 23508 17643 0 -1 4202560 541 0 0 0 391 14 0 0 20 0 22 0 30556531 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049062214312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23519] ppid=23505 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/23508/task/23519/stat : 23519 (java) S 23505 23508 17643 0 -1 4202560 2459 0 0 0 453 8 0 0 20 0 22 0 30556532 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049049803240 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23520] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23520/stat : 23520 (java) S 23505 23508 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049048749304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23521] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23521/stat : 23521 (java) S 23505 23508 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30556532 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049047696392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23522] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23522/stat : 23522 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049046644880 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23523] ppid=23505 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23508/task/23523/stat : 23523 (java) S 23505 23508 17643 0 -1 4202560 19009 0 0 0 271 3 0 0 20 0 22 0 30556535 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049045593016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23524] ppid=23505 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/23508/task/23524/stat : 23524 (java) S 23505 23508 17643 0 -1 4202560 15974 0 0 0 258 2 0 0 20 0 22 0 30556535 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049044540216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23508/tid=23525] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23525/stat : 23525 (java) S 23505 23508 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30556535 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049043487608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23526] ppid=23505 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/23508/task/23526/stat : 23526 (java) S 23505 23508 17643 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 30556535 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049042435016 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23527] ppid=23505 vsize=9824732 CPUtime=874.67 cores=0,2,4,6
/proc/23508/task/23527/stat : 23527 (java) R 23505 23508 17643 0 -1 4202560 338 0 0 0 87451 16 0 0 20 0 22 0 30556731 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049041279712 140049099820864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23508/tid=23528] ppid=23505 vsize=9824732 CPUtime=874.62 cores=0,2,4,6
/proc/23508/task/23528/stat : 23528 (java) R 23505 23508 17643 0 -1 4202560 1519 0 0 0 87417 45 0 0 20 0 22 0 30556731 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049040227392 140049099908224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23508/tid=23529] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23529/stat : 23529 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049039176616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23508/tid=23530] ppid=23505 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23508/task/23530/stat : 23530 (java) S 23505 23508 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30556738 10060525568 970289 33554432000 1073741824 1073778376 140733367862352 140049038123816 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 23508 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 23508 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=658322
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=341644
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 892.675
CPU time (s): 1800.02
CPU user time (s): 1798.08
CPU system time (s): 1.94
CPU usage (%): 201.643
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 2.34164
maximum resident set size= 3881272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48645
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= 24084
involuntary context switches= 26676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.17321 second user time and 7.13291 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-18 23:24:56
IDJOB=4107888
IDBENCH=73860
IDSOLVER=2543
FILE ID=node121/4107888-1466285096
RUNJOBID= node121-1466275489-17659
PBS_JOBID= 19918247
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12037_7-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107888-1466285096/watcher-4107888-1466285096 -o /tmp/evaluation-result-4107888-1466285096/solver-4107888-1466285096 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17659 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107888-1466285096.opb

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

MD5SUM BENCH= c76ba3fc1d0a0f3a1a96791ffe6c4cf4
RANDOM SEED=1181759859

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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.56
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.691
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:        26672412 kB
Buffers:          173616 kB
Cached:           259448 kB
SwapCached:         1900 kB
Active:          3653876 kB
Inactive:         327408 kB
Active(anon):    3548028 kB
Inactive(anon):     2792 kB
Active(file):     105848 kB
Inactive(file):   324616 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101124 kB
Dirty:              5056 kB
Writeback:             0 kB
AnonPages:       5010488 kB
Mapped:            17096 kB
Shmem:                 0 kB
Slab:             615112 kB
SReclaimable:      58624 kB
SUnreclaim:       556488 kB
KernelStack:        1664 kB
PageTables:        14228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5231456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3624960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node121 at 2016-06-18 23:39:49