Trace number 4116513

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.08 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-5.opb
MD5SUM0d8707a053909ae250d7beee514953f6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116513-1466978928.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.70/0.43	c ... done. Wall clock time 0.317s.
0.70/0.43	c declared #vars     4288
0.70/0.43	c #constraints  10880
0.70/0.43	c constraints type 
0.70/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.70/0.43	c org.sat4j.specs.Constr$1 => 936
0.70/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.70/0.43	c 10880 constraints processed.
1.71/1.09	c cleaning 2498 clauses out of 4996 with flag 17026/5000
2.48/1.73	c cleaning 4240 clauses out of 8498 with flag 39399/11000
3.18/2.47	c cleaning 5621 clauses out of 11258 with flag 67490/18000
4.11/3.39	c cleaning 6817 clauses out of 13637 with flag 101498/26000
5.23/4.50	c cleaning 7890 clauses out of 15820 with flag 141612/35000
6.43/5.61	c cleaning 8942 clauses out of 17930 with flag 190123/45000
7.72/6.92	c cleaning 9982 clauses out of 19988 with flag 243427/56000
9.12/8.38	c cleaning 10968 clauses out of 22007 with flag 303934/68001
10.73/9.97	c cleaning 12009 clauses out of 24038 with flag 371926/81000
12.62/11.82	c cleaning 12984 clauses out of 26029 with flag 443354/95000
14.62/13.83	c cleaning 14007 clauses out of 28045 with flag 522214/110000
16.72/15.95	c cleaning 15015 clauses out of 30038 with flag 607009/126000
19.02/18.28	c cleaning 15997 clauses out of 32023 with flag 699790/143000
21.52/20.80	c cleaning 16999 clauses out of 34026 with flag 799003/161000
24.32/23.50	c cleaning 17992 clauses out of 36027 with flag 902065/180000
27.12/26.40	c cleaning 19006 clauses out of 38036 with flag 1011416/200001
30.22/29.48	c cleaning 20001 clauses out of 40030 with flag 1127664/221001
33.72/32.91	c cleaning 21005 clauses out of 42028 with flag 1249991/243000
37.32/36.54	c cleaning 21993 clauses out of 44023 with flag 1377050/266000
41.22/40.40	c cleaning 23015 clauses out of 46031 with flag 1513819/290001
45.32/44.50	c cleaning 23985 clauses out of 48015 with flag 1658319/315000
49.42/48.68	c cleaning 24978 clauses out of 50031 with flag 1804256/341001
54.02/53.28	c cleaning 26021 clauses out of 52054 with flag 1957929/368002
58.55/57.76	c cleaning 27006 clauses out of 54032 with flag 2119433/396001
63.05/62.26	c cleaning 27976 clauses out of 56026 with flag 2291269/425001
67.75/66.91	c cleaning 29009 clauses out of 58049 with flag 2464908/455000
72.65/71.81	c cleaning 30005 clauses out of 60041 with flag 2645340/486001
77.96/77.16	c cleaning 30994 clauses out of 62036 with flag 2833664/518001
83.65/82.80	c cleaning 31994 clauses out of 64042 with flag 3026698/551001
89.56/88.72	c cleaning 33003 clauses out of 66048 with flag 3223828/585001
95.66/94.80	c cleaning 33984 clauses out of 68044 with flag 3426869/620000
101.86/101.04	c cleaning 34963 clauses out of 70060 with flag 3638327/656000
108.46/107.68	c cleaning 36049 clauses out of 72097 with flag 3860675/693000
115.46/114.64	c cleaning 36977 clauses out of 74048 with flag 4085888/731000
122.77/121.96	c cleaning 37987 clauses out of 76071 with flag 4310597/770000
130.57/129.80	c cleaning 39026 clauses out of 78084 with flag 4543027/810000
138.57/137.79	c cleaning 40011 clauses out of 80058 with flag 4786210/851000
146.87/146.02	c cleaning 41024 clauses out of 82047 with flag 5034509/893000
154.91/154.08	c cleaning 41985 clauses out of 84023 with flag 5286491/936000
163.30/162.45	c cleaning 42974 clauses out of 86038 with flag 5543367/980000
172.00/171.11	c cleaning 44003 clauses out of 88066 with flag 5808139/1025002
181.10/180.28	c cleaning 44986 clauses out of 90061 with flag 6075548/1071000
190.60/189.75	c cleaning 46017 clauses out of 92075 with flag 6350660/1118000
200.41/199.51	c cleaning 46998 clauses out of 94061 with flag 6630686/1166003
210.71/209.80	c cleaning 48025 clauses out of 96060 with flag 6918059/1215000
221.21/220.39	c cleaning 49005 clauses out of 98035 with flag 7215916/1265000
232.21/231.37	c cleaning 50003 clauses out of 100030 with flag 7517124/1316000
243.60/242.77	c cleaning 50985 clauses out of 102027 with flag 7820850/1368000
255.36/254.47	c cleaning 52004 clauses out of 104042 with flag 8131104/1421000
267.28/266.36	c cleaning 52994 clauses out of 106038 with flag 8446971/1475000
279.38/278.41	c cleaning 54000 clauses out of 108045 with flag 8772874/1530001
291.78/290.88	c cleaning 54999 clauses out of 110044 with flag 9098787/1586000
304.58/303.65	c cleaning 56023 clauses out of 112046 with flag 9434114/1643001
318.19/317.22	c cleaning 56943 clauses out of 114022 with flag 9775729/1701000
331.99/331.10	c cleaning 58015 clauses out of 116079 with flag 10124291/1760000
346.39/345.41	c cleaning 59001 clauses out of 118065 with flag 10476474/1820001
361.29/360.38	c cleaning 60021 clauses out of 120063 with flag 10837767/1881000
376.13/375.16	c cleaning 60947 clauses out of 122042 with flag 11192600/1943000
391.22/390.23	c cleaning 62006 clauses out of 124095 with flag 11560474/2006000
406.63/405.69	c cleaning 63024 clauses out of 126089 with flag 11939629/2070000
422.54/421.50	c cleaning 64019 clauses out of 128067 with flag 12316238/2135002
438.57/437.52	c cleaning 64965 clauses out of 130046 with flag 12701232/2201000
455.68/454.61	c cleaning 66041 clauses out of 132082 with flag 13095900/2268001
473.28/472.22	c cleaning 66997 clauses out of 134040 with flag 13494439/2336000
491.29/490.20	c cleaning 68018 clauses out of 136044 with flag 13896897/2405001
509.31/508.29	c cleaning 68998 clauses out of 138028 with flag 14301391/2475003
527.71/526.63	c cleaning 69973 clauses out of 140028 with flag 14721238/2546001
546.60/545.59	c cleaning 70997 clauses out of 142054 with flag 15137575/2618000
566.10/565.07	c cleaning 71982 clauses out of 144058 with flag 15561644/2691001
586.42/585.38	c cleaning 73032 clauses out of 146077 with flag 15991708/2765002
607.11/606.04	c cleaning 74012 clauses out of 148044 with flag 16419715/2840001
627.90/626.74	c cleaning 74992 clauses out of 150031 with flag 16858702/2916000
649.11/647.92	c cleaning 75984 clauses out of 152039 with flag 17300066/2993000
671.01/669.83	c cleaning 77014 clauses out of 154057 with flag 17747563/3071002
693.41/692.25	c cleaning 78008 clauses out of 156043 with flag 18202049/3150002
716.32/715.14	c cleaning 78983 clauses out of 158034 with flag 18664242/3230001
739.81/738.69	c cleaning 80001 clauses out of 160050 with flag 19130555/3311000
764.08/762.85	c cleaning 81009 clauses out of 162051 with flag 19606817/3393002
788.49/787.27	c cleaning 81977 clauses out of 164040 with flag 20086912/3476000
814.30/813.08	c cleaning 82953 clauses out of 166063 with flag 20569552/3560000
839.89/838.63	c cleaning 84027 clauses out of 168110 with flag 21057893/3645000
866.29/865.10	c cleaning 85035 clauses out of 170083 with flag 21552583/3731000
893.10/891.70	c cleaning 85970 clauses out of 172048 with flag 22054031/3818000
920.80/919.49	c cleaning 87023 clauses out of 174078 with flag 22557383/3906000
949.19/947.81	c cleaning 88013 clauses out of 176055 with flag 23064149/3995000
977.70/976.39	c cleaning 89008 clauses out of 178043 with flag 23582798/4085001
1007.00/1005.60	c cleaning 89992 clauses out of 180035 with flag 24106643/4176001
1036.97/1035.54	c cleaning 90995 clauses out of 182042 with flag 24634866/4268000
1067.48/1066.10	c cleaning 92012 clauses out of 184047 with flag 25163799/4361000
1098.68/1097.27	c cleaning 92952 clauses out of 186035 with flag 25696509/4455000
1130.68/1129.21	c cleaning 94015 clauses out of 188085 with flag 26248242/4550002
1163.22/1161.62	c cleaning 94975 clauses out of 190068 with flag 26796795/4646000
1196.22/1194.64	c cleaning 95986 clauses out of 192093 with flag 27350897/4743000
1230.22/1228.60	c cleaning 97021 clauses out of 194107 with flag 27912751/4841000
1264.63/1263.09	c cleaning 98013 clauses out of 196087 with flag 28478533/4940001
1300.02/1298.33	c cleaning 99002 clauses out of 198076 with flag 29048396/5040003
1336.03/1334.33	c cleaning 100005 clauses out of 200072 with flag 29628327/5141001
1372.73/1371.04	c cleaning 101005 clauses out of 202067 with flag 30208380/5243001
1410.14/1408.49	c cleaning 102005 clauses out of 204062 with flag 30798737/5346001
1448.37/1446.53	c cleaning 102980 clauses out of 206056 with flag 31394588/5450000
1487.57/1485.72	c cleaning 104031 clauses out of 208077 with flag 31994110/5555001
1526.87/1525.00	c cleaning 104982 clauses out of 210045 with flag 32598758/5661000
1566.37/1564.48	c cleaning 105986 clauses out of 212064 with flag 33218533/5768001
1607.87/1605.93	c cleaning 106996 clauses out of 214077 with flag 33831160/5876000
1649.79/1647.86	c cleaning 108024 clauses out of 216081 with flag 34450308/5985000
1692.49/1690.48	c cleaning 108999 clauses out of 218058 with flag 35076520/6095001
1735.98/1733.92	c cleaning 110019 clauses out of 220059 with flag 35702300/6206001
1780.48/1778.45	c cleaning 110994 clauses out of 222039 with flag 36337464/6318000
1800.08/1798.00	c starts		: 51483
1800.08/1798.00	c conflicts		: 6376240
1800.08/1798.00	c decisions		: 50719768
1800.08/1798.00	c propagations		: 804015766
1800.08/1798.00	c inspects		: 23111097009
1800.08/1798.00	c shortcuts		: 0
1800.08/1798.00	c learnt literals	: 4
1800.08/1798.00	c learnt binary clauses	: 88
1800.08/1798.00	c learnt ternary clauses	: 989
1800.08/1798.00	c learnt constraints	: 6376236
1800.08/1798.00	c ignored constraints	: 0
1800.08/1798.00	c root simplifications	: 0
1800.08/1798.00	c removed literals (reason simplification)	: 0
1800.08/1798.00	c reason swapping (by a shorter reason)	: 0
1800.08/1798.00	c Calls to reduceDB	: 108
1800.08/1798.00	c Number of update (reduction) of LBD	: 1378998
1800.08/1798.00	c Imported unit clauses	: 0
1800.08/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.00	c number of learned constraints concerned by reduction	: 0
1800.08/1798.00	c number of learning phase by resolution	: 0
1800.08/1798.00	c number of learning phase by cutting planes	: 0
1800.08/1798.00	c speed (assignments/second)	: 447279.9990208988
1800.08/1798.00	c non guided choices	25531
1800.08/1798.00	c timeout
1800.08/1798.03	c learnt constraints type 
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.08/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169197
1800.08/1798.03	s UNKNOWN
1800.08/1798.03	c Total wall clock time (in seconds): 1797.922

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

pid=24626
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: 2.36 2.27 2.19 3/191 24629
/proc/meminfo: memFree=30369176/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 1335 0 0 0 0 0 0 0 20 0 2 0 30931829 98635776 959 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 24065 965 733 9 0 16771 0
[pid=24629/tid=24630] ppid=24626 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30931830 98570240 977 33554432000 1073741824 1073778376 140734262544496 139637619121704 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.36 2.27 2.19 3/191 24629
/proc/meminfo: memFree=30369176/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 4430 0 1 0 10 1 0 0 20 0 18 0 30931829 9787879424 6058 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2389619 6059 2137 9 0 2380296 0
[pid=24629/tid=24630] ppid=24626 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2379 0 1 0 8 0 0 0 20 0 18 0 30931830 9787879424 6059 33554432000 1073741824 1073778376 140734262544496 139637619125152 139637609189237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.36 2.27 2.19 3/191 24629
/proc/meminfo: memFree=30369176/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 4950 0 1 0 27 1 0 0 20 0 18 0 30931829 9787879424 6998 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2389619 6998 2216 9 0 2380296 0
[pid=24629/tid=24630] ppid=24626 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 30931830 9787879424 6998 33554432000 1073741824 1073778376 140734262544496 139637619125152 139637456731958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 2.36 2.27 2.19 3/191 24629
/proc/meminfo: memFree=30369176/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 5825 0 1 0 49 1 0 0 20 0 18 0 30931829 9787879424 8972 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2389619 8972 2233 9 0 2380296 0
[pid=24629/tid=24630] ppid=24626 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 30931830 9787879424 8972 33554432000 1073741824 1073778376 140734262544496 139637619125152 227515884813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700308 s]
/proc/loadavg: 2.36 2.27 2.19 3/191 24629
/proc/meminfo: memFree=30369176/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 8800 0 1 0 134 2 0 0 20 0 19 0 30931829 9856040960 16164 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 16164 2261 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2439 0 1 0 66 1 0 0 20 0 19 0 30931830 9856040960 16164 33554432000 1073741824 1073778376 140734262544496 139637619126504 139637457327741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.36 2.27 2.19 4/211 24649
/proc/meminfo: memFree=30278012/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 9865 0 1 0 224 2 0 0 20 0 19 0 30931829 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 16247 2270 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2441 0 1 0 146 1 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637619126552 139637457284210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24632] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24632/stat : 24632 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637580618152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24633] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24633/stat : 24633 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637579565608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24634] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24634/stat : 24634 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637578512552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24635] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24635/stat : 24635 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637577460008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24636] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24636/stat : 24636 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637576407976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24637] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24637/stat : 24637 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637575355432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24638] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24638/stat : 24638 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637456628392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24639] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24639/stat : 24639 (java) S 24626 24629 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637455575848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24640] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24640/stat : 24640 (java) S 24626 24629 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637443377512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24641] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24641/stat : 24641 (java) S 24626 24629 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637442323832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24642] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24642/stat : 24642 (java) S 24626 24629 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139637441270664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24643] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24643/stat : 24643 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139636701653264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24644] ppid=24626 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24629/task/24644/stat : 24644 (java) S 24626 24629 24197 0 -1 4202560 1845 0 0 0 31 0 0 0 20 0 19 0 30931834 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139636700601144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24645] ppid=24626 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24629/task/24645/stat : 24645 (java) S 24626 24629 24197 0 -1 4202560 4302 0 0 0 43 0 0 0 20 0 19 0 30931834 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139636699548600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24646] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24646/stat : 24646 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139636698495736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24647] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24647/stat : 24647 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139636697443400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24649] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24649/stat : 24649 (java) S 24626 24629 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931873 9856040960 16247 33554432000 1073741824 1073778376 140734262544496 139636696388648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.36 2.27 2.19 3/211 24649
/proc/meminfo: memFree=30273668/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 9868 0 1 0 387 3 0 0 20 0 19 0 30931829 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 17271 2270 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2444 0 1 0 306 1 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637619126688 139637457247854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24632] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24632/stat : 24632 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637580618152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24633] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24633/stat : 24633 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637579565608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24634] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24634/stat : 24634 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637578512552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24635] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24635/stat : 24635 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637577460008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24636] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24636/stat : 24636 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637576407976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24637] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24637/stat : 24637 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637575355432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24638] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24638/stat : 24638 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637456628392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24639] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24639/stat : 24639 (java) S 24626 24629 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637455575848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24640] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24640/stat : 24640 (java) S 24626 24629 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637443377512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24641] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24641/stat : 24641 (java) S 24626 24629 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637442323832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24642] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24642/stat : 24642 (java) S 24626 24629 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139637441270664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24643] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24643/stat : 24643 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139636701653264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24644] ppid=24626 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24629/task/24644/stat : 24644 (java) S 24626 24629 24197 0 -1 4202560 1845 0 0 0 33 0 0 0 20 0 19 0 30931834 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139636700601144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24645] ppid=24626 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24629/task/24645/stat : 24645 (java) S 24626 24629 24197 0 -1 4202560 4302 0 0 0 45 0 0 0 20 0 19 0 30931834 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139636699548600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24646] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24646/stat : 24646 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139636698495736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24647] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24647/stat : 24647 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139636697443400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24649] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24649/stat : 24649 (java) S 24626 24629 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931873 9856040960 17271 33554432000 1073741824 1073778376 140734262544496 139636696388648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.33 2.26 2.19 3/211 24649
/proc/meminfo: memFree=30258028/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 9881 0 1 0 709 3 0 0 20 0 19 0 30931829 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 18987 2271 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2449 0 1 0 625 1 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637619126504 139637457239063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24632] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24632/stat : 24632 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637580618152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24633] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24633/stat : 24633 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637579565608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24634] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24634/stat : 24634 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637578512552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24635] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24635/stat : 24635 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637577460008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24636] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24636/stat : 24636 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637576407976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24637] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24637/stat : 24637 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637575355432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24638] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24638/stat : 24638 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637456628392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24639] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24639/stat : 24639 (java) S 24626 24629 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30931830 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637455575848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24640] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24640/stat : 24640 (java) S 24626 24629 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637443377512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24641] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24641/stat : 24641 (java) S 24626 24629 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637442323832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24642] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24642/stat : 24642 (java) S 24626 24629 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139637441270664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24643] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24643/stat : 24643 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139636701653264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24644] ppid=24626 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24629/task/24644/stat : 24644 (java) S 24626 24629 24197 0 -1 4202560 1845 0 0 0 33 0 0 0 20 0 19 0 30931834 9856040960 18987 33554432000 1073741824 1073778376 140734262544496 139636700601144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24645] ppid=24626 vsize=9625040 CPUtime=0.46 cores=0,2,4,6

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

[pid=24629/tid=24649] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24649/stat : 24649 (java) S 24626 24629 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931873 9856040960 81684 33554432000 1073741824 1073778376 140734262544496 139636696388648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.28
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.33 2.28 2.22 3/211 24692
/proc/meminfo: memFree=29643568/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=1724.38 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 11196 0 1 0 172389 49 0 0 20 0 19 0 30931829 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 84756 2285 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=1717.47 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2505 0 1 0 171716 31 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637619117856 139637457327987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24632] ppid=24626 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24629/task/24632/stat : 24632 (java) S 24626 24629 24197 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637580618152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24633] ppid=24626 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24629/task/24633/stat : 24633 (java) S 24626 24629 24197 0 -1 4202560 41 0 0 0 12 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637579565608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24634] ppid=24626 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24629/task/24634/stat : 24634 (java) S 24626 24629 24197 0 -1 4202560 172 0 0 0 13 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637578512552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24635] ppid=24626 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24629/task/24635/stat : 24635 (java) S 24626 24629 24197 0 -1 4202560 178 0 0 0 14 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637577460008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24636] ppid=24626 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24629/task/24636/stat : 24636 (java) S 24626 24629 24197 0 -1 4202560 108 0 0 0 13 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637576407976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24637] ppid=24626 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24629/task/24637/stat : 24637 (java) S 24626 24629 24197 0 -1 4202560 163 0 0 0 18 4 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637575355432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24638] ppid=24626 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/24629/task/24638/stat : 24638 (java) S 24626 24629 24197 0 -1 4202560 112 0 0 0 15 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637456628392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24639] ppid=24626 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24629/task/24639/stat : 24639 (java) S 24626 24629 24197 0 -1 4202560 185 0 0 0 10 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637455575848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24640] ppid=24626 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24629/task/24640/stat : 24640 (java) S 24626 24629 24197 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637443377512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24641] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24641/stat : 24641 (java) S 24626 24629 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637442323832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24642] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24642/stat : 24642 (java) S 24626 24629 24197 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637441270664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24643] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24643/stat : 24643 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636701653264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24644] ppid=24626 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24629/task/24644/stat : 24644 (java) S 24626 24629 24197 0 -1 4202560 1845 0 0 0 33 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636700601144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24645] ppid=24626 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24629/task/24645/stat : 24645 (java) S 24626 24629 24197 0 -1 4202560 4431 0 0 0 50 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636699548600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24646] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24646/stat : 24646 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636698495736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24647] ppid=24626 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/24629/task/24647/stat : 24647 (java) S 24626 24629 24197 0 -1 4202560 100 0 0 0 33 31 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636697443400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24649] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24649/stat : 24649 (java) S 24626 24629 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931873 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636696388648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.26 2.21 4/211 24693
/proc/meminfo: memFree=29643192/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=1784.38 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 11200 0 1 0 178389 49 0 0 20 0 19 0 30931829 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 84756 2285 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=1777.31 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2505 0 1 0 177699 32 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637619117856 139637457327741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24632] ppid=24626 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24629/task/24632/stat : 24632 (java) S 24626 24629 24197 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637580618152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24633] ppid=24626 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24629/task/24633/stat : 24633 (java) S 24626 24629 24197 0 -1 4202560 41 0 0 0 12 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637579565608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24634] ppid=24626 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24629/task/24634/stat : 24634 (java) S 24626 24629 24197 0 -1 4202560 172 0 0 0 13 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637578512552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24635] ppid=24626 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24629/task/24635/stat : 24635 (java) S 24626 24629 24197 0 -1 4202560 178 0 0 0 14 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637577460008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24636] ppid=24626 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24629/task/24636/stat : 24636 (java) S 24626 24629 24197 0 -1 4202560 108 0 0 0 13 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637576407976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24637] ppid=24626 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24629/task/24637/stat : 24637 (java) S 24626 24629 24197 0 -1 4202560 163 0 0 0 18 4 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637575355432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24638] ppid=24626 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/24629/task/24638/stat : 24638 (java) S 24626 24629 24197 0 -1 4202560 112 0 0 0 15 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637456628392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24639] ppid=24626 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24629/task/24639/stat : 24639 (java) S 24626 24629 24197 0 -1 4202560 185 0 0 0 10 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637455575848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24640] ppid=24626 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24629/task/24640/stat : 24640 (java) S 24626 24629 24197 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637443377512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24641] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24641/stat : 24641 (java) S 24626 24629 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637442323832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24642] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24642/stat : 24642 (java) S 24626 24629 24197 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637441270664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24643] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24643/stat : 24643 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636701653264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24644] ppid=24626 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24629/task/24644/stat : 24644 (java) S 24626 24629 24197 0 -1 4202560 1845 0 0 0 33 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636700601144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24645] ppid=24626 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24629/task/24645/stat : 24645 (java) S 24626 24629 24197 0 -1 4202560 4431 0 0 0 50 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636699548600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24646] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24646/stat : 24646 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636698495736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24647] ppid=24626 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24629/task/24647/stat : 24647 (java) S 24626 24629 24197 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636697443400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24649] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24649/stat : 24649 (java) S 24626 24629 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931873 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636696388648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.25 2.26 2.21 4/187 24709
/proc/meminfo: memFree=30056828/32872528 swapFree=1308564/1463908
[pid=24629] ppid=24626 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/24629/stat : 24629 (java) S 24626 24629 24197 0 -1 4202496 11200 0 1 0 179959 49 0 0 20 0 19 0 30931829 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 140734262535632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24629/statm: 2406260 84756 2285 9 0 2396937 0
[pid=24629/tid=24630] ppid=24626 vsize=9625040 CPUtime=1792.97 cores=0,2,4,6
/proc/24629/task/24630/stat : 24630 (java) R 24626 24629 24197 0 -1 4202560 2505 0 1 0 179265 32 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637619117856 139637457311181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24632] ppid=24626 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24629/task/24632/stat : 24632 (java) S 24626 24629 24197 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637580618152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24633] ppid=24626 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24629/task/24633/stat : 24633 (java) S 24626 24629 24197 0 -1 4202560 41 0 0 0 12 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637579565608 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24634] ppid=24626 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24629/task/24634/stat : 24634 (java) S 24626 24629 24197 0 -1 4202560 172 0 0 0 13 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637578512552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24635] ppid=24626 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24629/task/24635/stat : 24635 (java) S 24626 24629 24197 0 -1 4202560 178 0 0 0 14 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637577460008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24636] ppid=24626 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24629/task/24636/stat : 24636 (java) S 24626 24629 24197 0 -1 4202560 108 0 0 0 13 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637576407976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24637] ppid=24626 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24629/task/24637/stat : 24637 (java) S 24626 24629 24197 0 -1 4202560 163 0 0 0 18 4 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637575355432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24638] ppid=24626 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/24629/task/24638/stat : 24638 (java) S 24626 24629 24197 0 -1 4202560 112 0 0 0 15 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637456628392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24639] ppid=24626 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/24629/task/24639/stat : 24639 (java) S 24626 24629 24197 0 -1 4202560 185 0 0 0 10 3 0 0 20 0 19 0 30931830 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637455575848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24629/tid=24640] ppid=24626 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24629/task/24640/stat : 24640 (java) S 24626 24629 24197 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637443377512 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24641] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24641/stat : 24641 (java) S 24626 24629 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637442323832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24642] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24642/stat : 24642 (java) S 24626 24629 24197 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30931832 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139637441270664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24643] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24643/stat : 24643 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636701653264 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24644] ppid=24626 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24629/task/24644/stat : 24644 (java) S 24626 24629 24197 0 -1 4202560 1845 0 0 0 33 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636700601144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24645] ppid=24626 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/24629/task/24645/stat : 24645 (java) S 24626 24629 24197 0 -1 4202560 4431 0 0 0 50 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636699548600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24629/tid=24646] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24646/stat : 24646 (java) S 24626 24629 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636698495736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24629/tid=24647] ppid=24626 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24629/task/24647/stat : 24647 (java) S 24626 24629 24197 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 30931834 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636697443400 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24629/tid=24649] ppid=24626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24629/task/24649/stat : 24649 (java) S 24626 24629 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30931873 9856040960 84756 33554432000 1073741824 1073778376 140734262544496 139636696388648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 24629 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 24629 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=78106
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=23844
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.04
CPU time (s): 1800.08
CPU user time (s): 1799.59
CPU system time (s): 0.49
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 1.02384
maximum resident set size= 339720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11379
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= 38377
involuntary context switches= 3571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99048 second user time and 13.9549 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-27 00:08:48
IDJOB=4116513
IDBENCH=109479
IDSOLVER=2546
FILE ID=node121/4116513-1466978928
RUNJOBID= node121-1466977129-24372
PBS_JOBID= 19976381
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116513-1466978928/watcher-4116513-1466978928 -o /tmp/evaluation-result-4116513-1466978928/solver-4116513-1466978928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466977129-24372 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116513-1466978928.opb

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

MD5SUM BENCH= 0d8707a053909ae250d7beee514953f6
RANDOM SEED=1201069700

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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		: 2667.172
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.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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		: 2667.172
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:        30370308 kB
Buffers:           85980 kB
Cached:           196592 kB
SwapCached:         1456 kB
Active:            70256 kB
Inactive:         235844 kB
Active(anon):      23108 kB
Inactive(anon):     2960 kB
Active(file):      47148 kB
Inactive(file):   232884 kB
Unevictable:     1463908 kB
Mlocked:         1308564 kB
SwapTotal:      67108856 kB
SwapFree:       67099756 kB
Dirty:              2440 kB
Writeback:             0 kB
AnonPages:       1621484 kB
Mapped:            15028 kB
Shmem:                 0 kB
Slab:             595556 kB
SReclaimable:      39464 kB
SUnreclaim:       556092 kB
KernelStack:        1568 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2140764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71700 MiB
End job on node121 at 2016-06-27 00:38:46