Trace number 4116473

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 Resolution PB16? (TO) 1800.6 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-4.opb
MD5SUM684f6855c1ee33724b7a5e32b76a4f80
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 variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116473-1466964227.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.294s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  10016
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 920
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 10016 constraints processed.
1.66/1.09	c cleaning 2493 clauses out of 4998 with flag 16310/5000
2.44/1.72	c cleaning 4240 clauses out of 8505 with flag 38482/11000
3.14/2.49	c cleaning 5625 clauses out of 11265 with flag 68984/18000
4.06/3.38	c cleaning 6787 clauses out of 13640 with flag 105573/26000
5.18/4.42	c cleaning 7917 clauses out of 15853 with flag 146069/35000
6.28/5.57	c cleaning 8938 clauses out of 17937 with flag 194573/45001
7.57/6.85	c cleaning 9973 clauses out of 19998 with flag 249125/56000
9.07/8.34	c cleaning 11008 clauses out of 22026 with flag 308509/68001
10.68/9.93	c cleaning 11997 clauses out of 24018 with flag 377290/81001
12.37/11.68	c cleaning 12998 clauses out of 26020 with flag 452989/95000
14.38/13.64	c cleaning 13975 clauses out of 28022 with flag 535360/110000
16.48/15.77	c cleaning 15022 clauses out of 30047 with flag 624670/126000
18.78/18.00	c cleaning 15970 clauses out of 32025 with flag 720794/143000
21.18/20.44	c cleaning 17029 clauses out of 34058 with flag 825614/161003
23.89/23.16	c cleaning 18005 clauses out of 36026 with flag 935321/180000
26.79/26.09	c cleaning 18989 clauses out of 38021 with flag 1051961/200000
29.79/29.08	c cleaning 19983 clauses out of 40032 with flag 1175341/221000
33.19/32.46	c cleaning 21016 clauses out of 42049 with flag 1304787/243000
36.79/36.00	c cleaning 21986 clauses out of 44035 with flag 1440021/266002
40.49/39.79	c cleaning 23006 clauses out of 46048 with flag 1582122/290001
44.49/43.75	c cleaning 24013 clauses out of 48041 with flag 1730186/315000
48.80/48.08	c cleaning 24988 clauses out of 50029 with flag 1883651/341001
53.29/52.55	c cleaning 25983 clauses out of 52041 with flag 2046967/368001
58.00/57.30	c cleaning 27016 clauses out of 54057 with flag 2218324/396000
62.62/61.88	c cleaning 28002 clauses out of 56043 with flag 2393475/425002
67.32/66.52	c cleaning 28994 clauses out of 58039 with flag 2575904/455000
72.22/71.43	c cleaning 29983 clauses out of 60046 with flag 2763767/486001
77.32/76.58	c cleaning 31023 clauses out of 62062 with flag 2962344/518000
82.92/82.14	c cleaning 31994 clauses out of 64040 with flag 3167791/551001
88.62/87.89	c cleaning 33007 clauses out of 66045 with flag 3376049/585000
94.62/93.89	c cleaning 34008 clauses out of 68038 with flag 3591587/620000
100.93/100.14	c cleaning 35012 clauses out of 70030 with flag 3816276/656000
107.53/106.71	c cleaning 36007 clauses out of 72019 with flag 4048191/693001
114.42/113.61	c cleaning 36968 clauses out of 74011 with flag 4282486/731000
121.42/120.68	c cleaning 38023 clauses out of 76045 with flag 4524590/770002
128.93/128.16	c cleaning 38993 clauses out of 78020 with flag 4772678/810000
136.83/136.09	c cleaning 40000 clauses out of 80027 with flag 5028639/851000
145.13/144.39	c cleaning 41014 clauses out of 82028 with flag 5289048/893001
153.85/153.05	c cleaning 41978 clauses out of 84015 with flag 5559556/936002
162.06/161.29	c cleaning 42974 clauses out of 86036 with flag 5834863/980001
170.96/170.14	c cleaning 43972 clauses out of 88062 with flag 6117154/1025001
179.87/179.05	c cleaning 45032 clauses out of 90090 with flag 6406626/1071001
189.17/188.34	c cleaning 45988 clauses out of 92057 with flag 6704512/1118000
198.67/197.85	c cleaning 46999 clauses out of 94069 with flag 7007663/1166000
208.68/207.80	c cleaning 48006 clauses out of 96070 with flag 7314291/1215000
218.79/217.94	c cleaning 49020 clauses out of 98064 with flag 7626804/1265000
229.28/228.49	c cleaning 50012 clauses out of 100046 with flag 7944253/1316002
240.48/239.64	c cleaning 51007 clauses out of 102032 with flag 8266638/1368000
251.98/251.17	c cleaning 51977 clauses out of 104025 with flag 8596796/1421000
263.84/262.92	c cleaning 52993 clauses out of 106048 with flag 8934169/1475000
275.74/274.86	c cleaning 54025 clauses out of 108055 with flag 9272593/1530000
288.16/287.21	c cleaning 54983 clauses out of 110030 with flag 9620790/1586000
300.65/299.70	c cleaning 56023 clauses out of 112047 with flag 9973669/1643000
313.97/313.02	c cleaning 56989 clauses out of 114028 with flag 10333215/1701004
327.67/326.79	c cleaning 57993 clauses out of 116035 with flag 10697445/1760000
341.77/340.86	c cleaning 59018 clauses out of 118042 with flag 11071947/1820000
356.68/355.72	c cleaning 59975 clauses out of 120024 with flag 11449081/1881000
371.88/370.96	c cleaning 61019 clauses out of 122051 with flag 11836753/1943002
387.24/386.25	c cleaning 62011 clauses out of 124030 with flag 12227238/2006000
402.44/401.44	c cleaning 62979 clauses out of 126020 with flag 12625416/2070001
418.44/417.40	c cleaning 64001 clauses out of 128040 with flag 13028651/2135000
434.86/433.80	c cleaning 64985 clauses out of 130039 with flag 13433736/2201000
451.86/450.81	c cleaning 66002 clauses out of 132054 with flag 13850665/2268000
468.98/467.95	c cleaning 67011 clauses out of 134052 with flag 14272128/2336000
486.88/485.90	c cleaning 67968 clauses out of 136041 with flag 14696834/2405000
505.08/504.01	c cleaning 69005 clauses out of 138073 with flag 15127466/2475000
523.30/522.23	c cleaning 70029 clauses out of 140068 with flag 15563337/2546000
542.00/540.91	c cleaning 71010 clauses out of 142039 with flag 16007994/2618000
561.60/560.55	c cleaning 72001 clauses out of 144029 with flag 16458961/2691000
581.90/580.88	c cleaning 72981 clauses out of 146028 with flag 16918090/2765000
602.71/601.67	c cleaning 73993 clauses out of 148047 with flag 17383217/2840000
623.91/622.83	c cleaning 74966 clauses out of 150054 with flag 17858408/2916000
645.17/644.00	c cleaning 76019 clauses out of 152088 with flag 18333127/2993000
667.07/665.91	c cleaning 76992 clauses out of 154069 with flag 18817239/3071000
689.27/688.15	c cleaning 78021 clauses out of 156077 with flag 19305784/3150000
712.28/711.17	c cleaning 79027 clauses out of 158056 with flag 19798238/3230000
735.48/734.40	c cleaning 79973 clauses out of 160032 with flag 20298261/3311003
759.59/758.45	c cleaning 81009 clauses out of 162057 with flag 20799074/3393001
784.36/783.13	c cleaning 82016 clauses out of 164049 with flag 21311963/3476002
809.68/808.49	c cleaning 82995 clauses out of 166031 with flag 21829654/3560000
835.59/834.38	c cleaning 84004 clauses out of 168037 with flag 22357539/3645001
862.39/861.14	c cleaning 85009 clauses out of 170033 with flag 22887191/3731001
889.70/888.46	c cleaning 85974 clauses out of 172026 with flag 23423235/3818003
917.32/915.96	c cleaning 87001 clauses out of 174050 with flag 23965435/3906001
945.93/944.54	c cleaning 88010 clauses out of 176048 with flag 24512005/3995000
975.13/973.72	c cleaning 89007 clauses out of 178040 with flag 25068999/4085002
1004.94/1003.57	c cleaning 89962 clauses out of 180032 with flag 25626398/4176001
1034.93/1033.55	c cleaning 91032 clauses out of 182069 with flag 26197491/4268000
1065.39/1063.95	c cleaning 91995 clauses out of 184037 with flag 26766488/4361000
1096.70/1095.29	c cleaning 92975 clauses out of 186042 with flag 27342267/4455000
1128.80/1127.36	c cleaning 94020 clauses out of 188067 with flag 27924798/4550000
1161.51/1160.09	c cleaning 95010 clauses out of 190047 with flag 28511298/4646000
1195.32/1193.75	c cleaning 96014 clauses out of 192037 with flag 29103940/4743000
1229.34/1227.76	c cleaning 96995 clauses out of 194023 with flag 29707452/4841000
1264.25/1262.61	c cleaning 97993 clauses out of 196028 with flag 30314108/4940000
1299.85/1298.29	c cleaning 98952 clauses out of 198035 with flag 30928062/5040000
1336.21/1334.45	c cleaning 100013 clauses out of 200083 with flag 31546520/5141000
1373.52/1371.71	c cleaning 101026 clauses out of 202071 with flag 32177622/5243001
1410.82/1409.09	c cleaning 102015 clauses out of 204044 with flag 32807120/5346000
1449.18/1447.25	c cleaning 102984 clauses out of 206029 with flag 33443430/5450000
1487.99/1486.02	c cleaning 104015 clauses out of 208046 with flag 34085848/5555001
1527.61/1525.63	c cleaning 104994 clauses out of 210031 with flag 34736314/5661001
1568.51/1566.50	c cleaning 106007 clauses out of 212036 with flag 35394216/5768000
1609.80/1607.77	c cleaning 106999 clauses out of 214031 with flag 36059766/5876002
1651.52/1649.40	c cleaning 107999 clauses out of 216031 with flag 36723872/5985001
1694.04/1691.97	c cleaning 108994 clauses out of 218031 with flag 37392933/6095000
1737.70/1735.53	c cleaning 109992 clauses out of 220037 with flag 38068315/6206000
1781.41/1779.27	c cleaning 111006 clauses out of 222045 with flag 38750552/6318000
1800.01/1797.80	c starts		: 56579
1800.01/1797.80	c conflicts		: 6373988
1800.01/1797.80	c decisions		: 56390489
1800.01/1797.80	c propagations		: 842781521
1800.01/1797.80	c inspects		: 24746531833
1800.01/1797.80	c shortcuts		: 0
1800.01/1797.80	c learnt literals	: 2
1800.01/1797.80	c learnt binary clauses	: 53
1800.01/1797.80	c learnt ternary clauses	: 890
1800.01/1797.80	c learnt constraints	: 6373986
1800.01/1797.80	c ignored constraints	: 0
1800.01/1797.80	c root simplifications	: 0
1800.01/1797.80	c removed literals (reason simplification)	: 0
1800.01/1797.80	c reason swapping (by a shorter reason)	: 0
1800.01/1797.80	c Calls to reduceDB	: 108
1800.01/1797.80	c Number of update (reduction) of LBD	: 1357079
1800.01/1797.80	c Imported unit clauses	: 0
1800.01/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.80	c number of learned constraints concerned by reduction	: 0
1800.01/1797.80	c number of learning phase by resolution	: 0
1800.01/1797.80	c number of learning phase by cutting planes	: 0
1800.01/1797.80	c speed (assignments/second)	: 468892.92060803855
1800.01/1797.80	c non guided choices	12221
1800.01/1797.80	c timeout
1800.01/1797.83	c learnt constraints type 
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166975
1800.01/1797.83	s UNKNOWN
1800.01/1797.83	c Total wall clock time (in seconds): 1797.715

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-4116473-1466964227/watcher-4116473-1466964227 -o /tmp/evaluation-result-4116473-1466964227/solver-4116473-1466964227 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116473-1466964227.opb 

pid=21727
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: 2.36 2.29 2.28 3/194 21730
/proc/meminfo: memFree=30034272/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/21730/stat : 21730 (java) D 21727 21730 19053 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 29461830 2560000 46 33554432000 1073741824 1073778376 140733832392864 140733832389992 260181159207 0 0 4096 0 18446744072100556068 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 625 46 37 9 0 29 0

[startup+0.100158 s]
/proc/loadavg: 2.36 2.29 2.28 3/194 21730
/proc/meminfo: memFree=30034272/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 29461830 9787879424 6032 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.36 2.29 2.28 3/194 21730
/proc/meminfo: memFree=30034272/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 4929 0 1 0 25 1 0 0 20 0 18 0 29461830 9787879424 6987 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2389619 6988 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.36 2.29 2.28 3/194 21730
/proc/meminfo: memFree=30034272/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 5829 0 1 0 48 1 0 0 20 0 18 0 29461830 9787879424 9003 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2389619 9003 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700287 s]
/proc/loadavg: 2.36 2.29 2.28 3/194 21730
/proc/meminfo: memFree=30034272/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 8951 0 1 0 133 2 0 0 20 0 19 0 29461830 9856040960 15395 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 15395 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.33 2.29 2.27 4/213 21749
/proc/meminfo: memFree=29981040/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 9085 0 1 0 219 2 0 0 20 0 19 0 29461830 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 15914 2269 9 0 2396937 0
[pid=21730/tid=21732] ppid=21727 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21730/task/21732/stat : 21732 (java) R 21727 21730 19053 0 -1 4202560 2432 0 1 0 145 1 0 0 20 0 19 0 29461831 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308828881176 140308680140658 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21733] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21733/stat : 21733 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308801334056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21734] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21734/stat : 21734 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308800281256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21735] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21735/stat : 21735 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308799228968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21736] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21736/stat : 21736 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308798176168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21737] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21737/stat : 21737 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308668524840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21738] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21738/stat : 21738 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308667472040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21739] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21739/stat : 21739 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308666419752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21740] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21740/stat : 21740 (java) S 21727 21730 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308665366952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21741] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21741/stat : 21741 (java) S 21727 21730 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308182854376 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 38 0 0 0 20 0 19 0 29461836 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 1975 0 0 0 33 0 0 0 20 0 19 0 29461836 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461837 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 15914 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.33 2.29 2.27 3/213 21749
/proc/meminfo: memFree=29978736/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 9087 0 1 0 383 2 0 0 20 0 19 0 29461830 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 16426 2269 9 0 2396937 0
[pid=21730/tid=21732] ppid=21727 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/21730/task/21732/stat : 21732 (java) R 21727 21730 19053 0 -1 4202560 2434 0 1 0 305 1 0 0 20 0 19 0 29461831 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308828872400 140308680158731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21733] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21733/stat : 21733 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308801334056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21734] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21734/stat : 21734 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308800281256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21735] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21735/stat : 21735 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308799228968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21736] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21736/stat : 21736 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308798176168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21737] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21737/stat : 21737 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308668524840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21738] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21738/stat : 21738 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308667472040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21739] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21739/stat : 21739 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308666419752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21740] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21740/stat : 21740 (java) S 21727 21730 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308665366952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21741] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21741/stat : 21741 (java) S 21727 21730 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308182854376 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 1975 0 0 0 35 0 0 0 20 0 19 0 29461836 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461837 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 16426 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.33 2.29 2.27 4/213 21749
/proc/meminfo: memFree=29970808/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 9094 0 1 0 704 3 0 0 20 0 19 0 29461830 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 18393 2271 9 0 2396937 0
[pid=21730/tid=21732] ppid=21727 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21730/task/21732/stat : 21732 (java) R 21727 21730 19053 0 -1 4202560 2439 0 1 0 625 1 0 0 20 0 19 0 29461831 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308828872384 140308680134092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21733] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21733/stat : 21733 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308801334056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21734] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21734/stat : 21734 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308800281256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21735] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21735/stat : 21735 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308799228968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21736] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21736/stat : 21736 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461832 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308798176168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21737] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21737/stat : 21737 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308668524840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21738] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21738/stat : 21738 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308667472040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21739] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21739/stat : 21739 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308666419752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21740] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21740/stat : 21740 (java) S 21727 21730 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29461833 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308665366952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21741] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21741/stat : 21741 (java) S 21727 21730 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308182854376 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 1976 0 0 0 36 0 0 0 20 0 19 0 29461836 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29461837 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 18393 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 2234 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 96 0 0 0 32 39 0 0 20 0 19 0 29461837 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 85895 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.25 2.21 3/213 21858
/proc/meminfo: memFree=29682932/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=1724.49 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 10523 0 1 0 172390 59 0 0 20 0 19 0 29461830 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 88967 2285 9 0 2396937 0
[pid=21730/tid=21732] ppid=21727 vsize=9625040 CPUtime=1721.84 cores=1,3,5,7
/proc/21730/task/21732/stat : 21732 (java) R 21727 21730 19053 0 -1 4202560 2497 0 1 0 172154 30 0 0 20 0 19 0 29461831 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308828880160 140308680140479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21733] ppid=21727 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21730/task/21733/stat : 21733 (java) S 21727 21730 19053 0 -1 4202560 208 0 0 0 14 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308801334056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21734] ppid=21727 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21730/task/21734/stat : 21734 (java) S 21727 21730 19053 0 -1 4202560 90 0 0 0 14 2 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308800281256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21735] ppid=21727 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21730/task/21735/stat : 21735 (java) S 21727 21730 19053 0 -1 4202560 116 0 0 0 16 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308799228968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21736] ppid=21727 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21730/task/21736/stat : 21736 (java) S 21727 21730 19053 0 -1 4202560 128 0 0 0 12 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308798176168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21737] ppid=21727 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21730/task/21737/stat : 21737 (java) S 21727 21730 19053 0 -1 4202560 139 0 0 0 13 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308668524840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21738] ppid=21727 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21730/task/21738/stat : 21738 (java) S 21727 21730 19053 0 -1 4202560 52 0 0 0 17 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308667472040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21739] ppid=21727 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21730/task/21739/stat : 21739 (java) S 21727 21730 19053 0 -1 4202560 70 0 0 0 11 2 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308666419752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21740] ppid=21727 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21730/task/21740/stat : 21740 (java) S 21727 21730 19053 0 -1 4202560 169 0 0 0 15 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308665366952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21741] ppid=21727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21730/task/21741/stat : 21741 (java) S 21727 21730 19053 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308182854376 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 2234 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 100 0 0 0 33 41 0 0 20 0 19 0 29461837 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.24 2.20 3/213 21860
/proc/meminfo: memFree=29683436/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=1784.51 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 10527 0 1 0 178390 61 0 0 20 0 19 0 29461830 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 88967 2285 9 0 2396937 0
[pid=21730/tid=21732] ppid=21727 vsize=9625040 CPUtime=1781.84 cores=1,3,5,7
/proc/21730/task/21732/stat : 21732 (java) R 21727 21730 19053 0 -1 4202560 2497 0 1 0 178153 31 0 0 20 0 19 0 29461831 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308828872480 140308680077395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21733] ppid=21727 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21730/task/21733/stat : 21733 (java) S 21727 21730 19053 0 -1 4202560 208 0 0 0 14 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308801334056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21734] ppid=21727 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21730/task/21734/stat : 21734 (java) S 21727 21730 19053 0 -1 4202560 90 0 0 0 14 2 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308800281256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21735] ppid=21727 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21730/task/21735/stat : 21735 (java) S 21727 21730 19053 0 -1 4202560 116 0 0 0 16 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308799228968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21736] ppid=21727 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21730/task/21736/stat : 21736 (java) S 21727 21730 19053 0 -1 4202560 128 0 0 0 12 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308798176168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21737] ppid=21727 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21730/task/21737/stat : 21737 (java) S 21727 21730 19053 0 -1 4202560 139 0 0 0 13 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308668524840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21738] ppid=21727 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21730/task/21738/stat : 21738 (java) S 21727 21730 19053 0 -1 4202560 52 0 0 0 17 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308667472040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21739] ppid=21727 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21730/task/21739/stat : 21739 (java) S 21727 21730 19053 0 -1 4202560 70 0 0 0 11 2 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308666419752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21740] ppid=21727 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21730/task/21740/stat : 21740 (java) S 21727 21730 19053 0 -1 4202560 169 0 0 0 15 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308665366952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21741] ppid=21727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21730/task/21741/stat : 21741 (java) S 21727 21730 19053 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308182854376 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 2234 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 104 0 0 0 34 42 0 0 20 0 19 0 29461837 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.23 2.25 2.20 3/213 21860
/proc/meminfo: memFree=29681736/32872528 swapFree=1643088/1798432
[pid=21730] ppid=21727 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/21730/stat : 21730 (java) S 21727 21730 19053 0 -1 4202496 10527 0 1 0 179940 61 0 0 20 0 19 0 29461830 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140733832384000 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21730/statm: 2406260 88967 2285 9 0 2396937 0
[pid=21730/tid=21732] ppid=21727 vsize=9625040 CPUtime=1797.34 cores=1,3,5,7
/proc/21730/task/21732/stat : 21732 (java) R 21727 21730 19053 0 -1 4202560 2497 0 1 0 179703 31 0 0 20 0 19 0 29461831 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308828872480 140308680249280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21733] ppid=21727 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21730/task/21733/stat : 21733 (java) S 21727 21730 19053 0 -1 4202560 208 0 0 0 14 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308801334056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21734] ppid=21727 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21730/task/21734/stat : 21734 (java) S 21727 21730 19053 0 -1 4202560 90 0 0 0 14 2 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308800281256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21735] ppid=21727 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21730/task/21735/stat : 21735 (java) S 21727 21730 19053 0 -1 4202560 116 0 0 0 16 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308799228968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21736] ppid=21727 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21730/task/21736/stat : 21736 (java) S 21727 21730 19053 0 -1 4202560 128 0 0 0 12 3 0 0 20 0 19 0 29461832 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308798176168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21730/tid=21737] ppid=21727 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21730/task/21737/stat : 21737 (java) S 21727 21730 19053 0 -1 4202560 139 0 0 0 13 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308668524840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21738] ppid=21727 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21730/task/21738/stat : 21738 (java) S 21727 21730 19053 0 -1 4202560 52 0 0 0 17 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308667472040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21739] ppid=21727 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/21730/task/21739/stat : 21739 (java) S 21727 21730 19053 0 -1 4202560 70 0 0 0 11 2 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308666419752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21740] ppid=21727 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21730/task/21740/stat : 21740 (java) S 21727 21730 19053 0 -1 4202560 169 0 0 0 15 3 0 0 20 0 19 0 29461833 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308665366952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21730/tid=21741] ppid=21727 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21730/task/21741/stat : 21741 (java) S 21727 21730 19053 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308182854376 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21742] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21742/stat : 21742 (java) S 21727 21730 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308181800440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21743] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21743/stat : 21743 (java) S 21727 21730 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29461834 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308180748040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21744] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21744/stat : 21744 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308179696528 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21745] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21745/stat : 21745 (java) S 21727 21730 19053 0 -1 4202560 3401 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308178643128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21730/tid=21746] ppid=21727 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21730/task/21746/stat : 21746 (java) S 21727 21730 19053 0 -1 4202560 2234 0 0 0 40 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308177590328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21747] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21747/stat : 21747 (java) S 21727 21730 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29461836 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308176538232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21748] ppid=21727 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21730/task/21748/stat : 21748 (java) S 21727 21730 19053 0 -1 4202560 104 0 0 0 35 43 0 0 20 0 19 0 29461837 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308175485640 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21730/tid=21749] ppid=21727 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21730/task/21749/stat : 21749 (java) S 21727 21730 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29461873 9856040960 88967 33554432000 1073741824 1073778376 140733832392864 140308174431656 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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 21730 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.6
CPU user time (s): 1799.48
CPU system time (s): 1.12183
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 1.12183
maximum resident set size= 355984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10561
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38385
involuntary context switches= 4568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23405 second user time and 7.43787 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 20:03:47
IDJOB=4116473
IDBENCH=109474
IDSOLVER=2546
FILE ID=node123/4116473-1466964227
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116473-1466964227/watcher-4116473-1466964227 -o /tmp/evaluation-result-4116473-1466964227/solver-4116473-1466964227 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116473-1466964227.opb

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

MD5SUM BENCH= 684f6855c1ee33724b7a5e32b76a4f80
RANDOM SEED=62509929

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30034560 kB
Buffers:           27288 kB
Cached:           113372 kB
SwapCached:         1772 kB
Active:           218316 kB
Inactive:         115672 kB
Active(anon):     194640 kB
Inactive(anon):      924 kB
Active(file):      23676 kB
Inactive(file):   114748 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098704 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       1976616 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565644 kB
SReclaimable:       9672 kB
SUnreclaim:       555972 kB
KernelStack:        1760 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2488836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71728 MiB
End job on node123 at 2016-06-26 20:33:45