Trace number 4116673

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.03 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round21-3.opb
MD5SUM3b279c8a18d6d09ea205db614ed4ca9f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark31.5092
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7904
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints832
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116673-1466949673.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.40	c ... done. Wall clock time 0.283s.
0.70/0.40	c declared #vars     3968
0.70/0.40	c #constraints  9152
0.70/0.40	c constraints type 
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.40	c org.sat4j.specs.Constr$1 => 904
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.70/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.40	c 9152 constraints processed.
1.65/1.08	c cleaning 2497 clauses out of 4999 with flag 16292/5001
2.42/1.71	c cleaning 4245 clauses out of 8502 with flag 38235/11001
3.12/2.49	c cleaning 5602 clauses out of 11256 with flag 66336/18000
4.04/3.34	c cleaning 6825 clauses out of 13655 with flag 101171/26001
5.05/4.36	c cleaning 7889 clauses out of 15829 with flag 143196/35000
6.26/5.51	c cleaning 8954 clauses out of 17941 with flag 193377/45001
7.56/6.84	c cleaning 9994 clauses out of 19987 with flag 248818/56001
9.06/8.35	c cleaning 10980 clauses out of 21992 with flag 311128/68000
10.67/9.96	c cleaning 12004 clauses out of 24014 with flag 381142/81002
12.47/11.76	c cleaning 12987 clauses out of 26008 with flag 459288/95000
14.47/13.72	c cleaning 13999 clauses out of 28021 with flag 543585/110000
16.67/15.91	c cleaning 14991 clauses out of 30025 with flag 637786/126003
18.97/18.29	c cleaning 16007 clauses out of 32032 with flag 737740/143001
21.47/20.79	c cleaning 16995 clauses out of 34024 with flag 842940/161000
24.26/23.51	c cleaning 17978 clauses out of 36029 with flag 957646/180000
27.27/26.50	c cleaning 18992 clauses out of 38051 with flag 1082087/200000
30.37/29.62	c cleaning 20011 clauses out of 40059 with flag 1208807/221000
33.87/33.11	c cleaning 20993 clauses out of 42048 with flag 1343252/243000
37.56/36.83	c cleaning 22015 clauses out of 44055 with flag 1486968/266000
41.48/40.74	c cleaning 22996 clauses out of 46040 with flag 1638072/290000
45.67/44.95	c cleaning 23991 clauses out of 48044 with flag 1793763/315000
50.17/49.43	c cleaning 24994 clauses out of 50053 with flag 1957975/341000
54.68/54.00	c cleaning 25995 clauses out of 52060 with flag 2129130/368001
59.67/58.93	c cleaning 27023 clauses out of 54065 with flag 2306811/396001
64.79/64.00	c cleaning 27996 clauses out of 56041 with flag 2492053/425000
69.99/69.20	c cleaning 29021 clauses out of 58045 with flag 2680060/455000
75.39/74.66	c cleaning 29996 clauses out of 60024 with flag 2875991/486000
81.19/80.42	c cleaning 31000 clauses out of 62028 with flag 3080210/518000
87.19/86.46	c cleaning 32008 clauses out of 64029 with flag 3292134/551001
93.58/92.81	c cleaning 32977 clauses out of 66022 with flag 3512529/585002
100.28/99.55	c cleaning 34005 clauses out of 68043 with flag 3737255/620000
107.38/106.60	c cleaning 34999 clauses out of 70038 with flag 3970421/656000
114.57/113.81	c cleaning 35992 clauses out of 72039 with flag 4210835/693000
122.17/121.42	c cleaning 37015 clauses out of 74047 with flag 4459664/731000
130.17/129.40	c cleaning 38010 clauses out of 76032 with flag 4715129/770000
138.58/137.81	c cleaning 38978 clauses out of 78022 with flag 4979488/810000
147.38/146.64	c cleaning 40007 clauses out of 80045 with flag 5249011/851001
156.57/155.85	c cleaning 41009 clauses out of 82037 with flag 5525914/893000
165.70/164.95	c cleaning 41996 clauses out of 84029 with flag 5808123/936001
174.99/174.29	c cleaning 43013 clauses out of 86033 with flag 6099661/980001
184.69/183.92	c cleaning 44001 clauses out of 88020 with flag 6395849/1025001
194.69/193.99	c cleaning 44984 clauses out of 90019 with flag 6700018/1071001
205.19/204.41	c cleaning 46012 clauses out of 92034 with flag 7013213/1118000
215.40/214.62	c cleaning 46993 clauses out of 94022 with flag 7332127/1166000
226.09/225.39	c cleaning 48011 clauses out of 96030 with flag 7658132/1215001
237.19/236.48	c cleaning 48979 clauses out of 98019 with flag 7992002/1265001
248.80/248.01	c cleaning 49996 clauses out of 100043 with flag 8333980/1316004
260.80/260.05	c cleaning 51000 clauses out of 102043 with flag 8681413/1368000
272.85/272.09	c cleaning 52015 clauses out of 104046 with flag 9037035/1421003
285.26/284.43	c cleaning 52989 clauses out of 106030 with flag 9401720/1475002
297.76/297.00	c cleaning 53998 clauses out of 108041 with flag 9769703/1530002
311.17/310.37	c cleaning 55021 clauses out of 110041 with flag 10147543/1586000
324.87/324.07	c cleaning 55991 clauses out of 112020 with flag 10530954/1643000
338.97/338.19	c cleaning 56990 clauses out of 114029 with flag 10919432/1701000
353.67/352.82	c cleaning 57996 clauses out of 116040 with flag 11315038/1760001
368.58/367.73	c cleaning 58978 clauses out of 118043 with flag 11716118/1820000
383.84/382.91	c cleaning 59991 clauses out of 120065 with flag 12128095/1881000
399.24/398.32	c cleaning 61008 clauses out of 122074 with flag 12545582/1943000
415.53/414.63	c cleaning 62001 clauses out of 124066 with flag 12970392/2006000
432.15/431.29	c cleaning 63009 clauses out of 126066 with flag 13399997/2070001
449.24/448.34	c cleaning 63987 clauses out of 128057 with flag 13838203/2135001
466.76/465.81	c cleaning 65021 clauses out of 130069 with flag 14280121/2201000
484.66/483.71	c cleaning 66010 clauses out of 132049 with flag 14732915/2268001
503.27/502.30	c cleaning 66990 clauses out of 134038 with flag 15188616/2336000
522.10/521.13	c cleaning 68016 clauses out of 136048 with flag 15654735/2405000
541.41/540.46	c cleaning 69009 clauses out of 138034 with flag 16125216/2475002
561.81/560.81	c cleaning 69997 clauses out of 140023 with flag 16602747/2546000
582.11/581.17	c cleaning 70997 clauses out of 142026 with flag 17089649/2618000
603.11/602.19	c cleaning 71998 clauses out of 144030 with flag 17575506/2691001
625.02/624.00	c cleaning 73003 clauses out of 146032 with flag 18072808/2765001
647.42/646.37	c cleaning 74009 clauses out of 148028 with flag 18576643/2840000
670.12/669.05	c cleaning 74985 clauses out of 150019 with flag 19088746/2916000
693.53/692.43	c cleaning 76004 clauses out of 152035 with flag 19601898/2993001
717.83/716.79	c cleaning 76991 clauses out of 154030 with flag 20126007/3071000
743.04/741.97	c cleaning 77995 clauses out of 156039 with flag 20657299/3150000
768.34/767.15	c cleaning 79009 clauses out of 158045 with flag 21192143/3230001
793.95/792.74	c cleaning 79999 clauses out of 160036 with flag 21734427/3311001
819.95/818.79	c cleaning 81009 clauses out of 162036 with flag 22280899/3393000
846.65/845.44	c cleaning 82001 clauses out of 164027 with flag 22833817/3476000
874.36/873.12	c cleaning 83007 clauses out of 166027 with flag 23391112/3560001
902.58/901.20	c cleaning 83981 clauses out of 168019 with flag 23959143/3645000
931.18/929.82	c cleaning 84996 clauses out of 170038 with flag 24529276/3731000
960.60/959.23	c cleaning 85986 clauses out of 172042 with flag 25112466/3818000
990.89/989.55	c cleaning 86982 clauses out of 174057 with flag 25698454/3906001
1021.73/1020.25	c cleaning 88011 clauses out of 176074 with flag 26290231/3995000
1052.83/1051.35	c cleaning 89013 clauses out of 178064 with flag 26890720/4085001
1085.44/1083.96	c cleaning 90026 clauses out of 180052 with flag 27491799/4176002
1118.25/1116.79	c cleaning 91014 clauses out of 182027 with flag 28104404/4268003
1151.86/1150.23	c cleaning 91984 clauses out of 184010 with flag 28726500/4361000
1185.86/1184.22	c cleaning 93002 clauses out of 186026 with flag 29350665/4455000
1220.66/1219.05	c cleaning 93972 clauses out of 188026 with flag 29981359/4550002
1256.07/1254.47	c cleaning 94999 clauses out of 190052 with flag 30618544/4646000
1291.99/1290.21	c cleaning 96020 clauses out of 192055 with flag 31261622/4743002
1328.20/1326.46	c cleaning 97009 clauses out of 194034 with flag 31911819/4841001
1365.80/1364.10	c cleaning 97994 clauses out of 196024 with flag 32560972/4940000
1404.99/1403.15	c cleaning 98986 clauses out of 198030 with flag 33220063/5040000
1443.80/1441.95	c cleaning 100013 clauses out of 200044 with flag 33886844/5141000
1483.61/1481.79	c cleaning 101010 clauses out of 202033 with flag 34561774/5243002
1524.61/1522.72	c cleaning 101993 clauses out of 204021 with flag 35241975/5346000
1565.64/1563.66	c cleaning 103006 clauses out of 206030 with flag 35928932/5450002
1607.25/1605.26	c cleaning 103986 clauses out of 208024 with flag 36617198/5555002
1650.16/1648.15	c cleaning 104972 clauses out of 210037 with flag 37317086/5661001
1693.95/1691.87	c cleaning 106015 clauses out of 212065 with flag 38023305/5768001
1738.64/1736.53	c cleaning 107007 clauses out of 214050 with flag 38729796/5876001
1783.65/1781.56	c cleaning 107972 clauses out of 216042 with flag 39457208/5985000
1800.03/1797.80	c starts		: 60148
1800.03/1797.80	c conflicts		: 6032317
1800.03/1797.80	c decisions		: 56907306
1800.03/1797.80	c propagations		: 834504564
1800.03/1797.80	c inspects		: 24980687569
1800.03/1797.80	c shortcuts		: 0
1800.03/1797.80	c learnt literals	: 2
1800.03/1797.80	c learnt binary clauses	: 56
1800.03/1797.80	c learnt ternary clauses	: 798
1800.03/1797.80	c learnt constraints	: 6032315
1800.03/1797.80	c ignored constraints	: 0
1800.03/1797.80	c root simplifications	: 0
1800.03/1797.80	c removed literals (reason simplification)	: 0
1800.03/1797.80	c reason swapping (by a shorter reason)	: 0
1800.03/1797.80	c Calls to reduceDB	: 105
1800.03/1797.80	c Number of update (reduction) of LBD	: 1277733
1800.03/1797.80	c Imported unit clauses	: 0
1800.03/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.80	c number of learned constraints concerned by reduction	: 0
1800.03/1797.80	c number of learning phase by resolution	: 0
1800.03/1797.80	c number of learning phase by cutting planes	: 0
1800.03/1797.80	c speed (assignments/second)	: 464285.054442619
1800.03/1797.80	c non guided choices	6444
1800.03/1797.80	c timeout
1800.03/1797.83	c learnt constraints type 
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 56
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155331
1800.03/1797.83	s UNKNOWN
1800.03/1797.83	c Total wall clock time (in seconds): 1797.713

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-4116673-1466949673/watcher-4116673-1466949673 -o /tmp/evaluation-result-4116673-1466949673/solver-4116673-1466949673 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116673-1466949673.opb 

pid=27728
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.05 2.10 2.09 3/195 27731
/proc/meminfo: memFree=31205432/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27731/stat : 27731 (java) R 27728 27731 26442 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 28005239 9515008 184 33554432000 1073741824 1073778376 140737464176192 140737464167416 206628875703 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2323 184 142 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.05 2.10 2.09 3/195 27731
/proc/meminfo: memFree=31205432/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 4422 0 1 0 8 1 0 0 20 0 18 0 28005239 9787879424 6057 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2389619 6057 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.05 2.10 2.09 3/195 27731
/proc/meminfo: memFree=31205432/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 4890 0 1 0 25 1 0 0 20 0 18 0 28005239 9787879424 6938 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2389619 6938 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 2.05 2.10 2.09 3/195 27731
/proc/meminfo: memFree=31205432/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 5820 0 1 0 47 2 0 0 20 0 18 0 28005239 9787879424 9036 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2389619 9036 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.05 2.10 2.09 3/195 27731
/proc/meminfo: memFree=31205432/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 9330 0 1 0 132 2 0 0 20 0 19 0 28005239 9856040960 15829 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 15829 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.05 2.10 2.09 3/214 27750
/proc/meminfo: memFree=31151920/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 9339 0 1 0 218 2 0 0 20 0 19 0 28005239 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 15836 2270 9 0 2396937 0
[pid=27731/tid=27733] ppid=27728 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27731/task/27733/stat : 27733 (java) R 27728 27731 26442 0 -1 4202560 2453 0 1 0 144 2 0 0 20 0 19 0 28005240 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035198570776 140035070748713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27734] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27734/stat : 27734 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035042560680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27735] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27735/stat : 27735 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035041508136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27736] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27736/stat : 27736 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035040455592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27737] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27737/stat : 27737 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035039403048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27738] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27738/stat : 27738 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035038349480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27739] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27739/stat : 27739 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035037296936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27740] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27740/stat : 27740 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035036244392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27741] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27741/stat : 27741 (java) S 27728 27731 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035035191848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27742] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27742/stat : 27742 (java) S 27728 27731 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28005242 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035022781032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27743] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27743/stat : 27743 (java) S 27728 27731 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035021727352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27744] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27744/stat : 27744 (java) S 27728 27731 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035020674696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27745] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27745/stat : 27745 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035019623440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27746] ppid=27728 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27731/task/27746/stat : 27746 (java) S 27728 27731 26442 0 -1 4202560 1927 0 0 0 36 0 0 0 20 0 19 0 28005245 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035018569784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27747] ppid=27728 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27731/task/27747/stat : 27747 (java) S 27728 27731 26442 0 -1 4202560 3682 0 0 0 34 0 0 0 20 0 19 0 28005245 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035017517240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27748] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27748/stat : 27748 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035016464888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27749] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27749/stat : 27749 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035015412552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 15836 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.05 2.10 2.09 3/214 27750
/proc/meminfo: memFree=31149252/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 9342 0 1 0 382 2 0 0 20 0 19 0 28005239 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 16860 2270 9 0 2396937 0
[pid=27731/tid=27733] ppid=27728 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27731/task/27733/stat : 27733 (java) R 27728 27731 26442 0 -1 4202560 2456 0 1 0 304 2 0 0 20 0 19 0 28005240 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035198562000 140035070764997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27734] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27734/stat : 27734 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035042560680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27735] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27735/stat : 27735 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035041508136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27736] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27736/stat : 27736 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035040455592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27737] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27737/stat : 27737 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035039403048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27738] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27738/stat : 27738 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035038349480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27739] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27739/stat : 27739 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035037296936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27740] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27740/stat : 27740 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035036244392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27741] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27741/stat : 27741 (java) S 27728 27731 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035035191848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27742] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27742/stat : 27742 (java) S 27728 27731 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28005242 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035022781032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27743] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27743/stat : 27743 (java) S 27728 27731 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035021727352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27744] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27744/stat : 27744 (java) S 27728 27731 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035020674696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27745] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27745/stat : 27745 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035019623440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27746] ppid=27728 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27731/task/27746/stat : 27746 (java) S 27728 27731 26442 0 -1 4202560 1927 0 0 0 38 0 0 0 20 0 19 0 28005245 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035018569784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27747] ppid=27728 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27731/task/27747/stat : 27747 (java) S 27728 27731 26442 0 -1 4202560 3682 0 0 0 36 0 0 0 20 0 19 0 28005245 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035017517240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27748] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27748/stat : 27748 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035016464888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27749] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27749/stat : 27749 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035015412552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 16860 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.05 2.09 2.09 3/214 27750
/proc/meminfo: memFree=31140964/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 9347 0 1 0 703 2 0 0 20 0 19 0 28005239 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 18258 2271 9 0 2396937 0
[pid=27731/tid=27733] ppid=27728 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/27731/task/27733/stat : 27733 (java) R 27728 27731 26442 0 -1 4202560 2460 0 1 0 623 2 0 0 20 0 19 0 28005240 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035198570728 140035070764938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27734] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27734/stat : 27734 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035042560680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27735] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27735/stat : 27735 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035041508136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27736] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27736/stat : 27736 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035040455592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27737] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27737/stat : 27737 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035039403048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27738] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27738/stat : 27738 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035038349480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27739] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27739/stat : 27739 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035037296936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27740] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27740/stat : 27740 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035036244392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27741] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27741/stat : 27741 (java) S 27728 27731 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28005241 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035035191848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27742] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27742/stat : 27742 (java) S 27728 27731 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28005242 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035022781032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27743] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27743/stat : 27743 (java) S 27728 27731 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035021727352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27744] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27744/stat : 27744 (java) S 27728 27731 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035020674696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27745] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27745/stat : 27745 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035019623440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27746] ppid=27728 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27731/task/27746/stat : 27746 (java) S 27728 27731 26442 0 -1 4202560 1927 0 0 0 39 0 0 0 20 0 19 0 28005245 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035018569784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27747] ppid=27728 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27731/task/27747/stat : 27747 (java) S 27728 27731 26442 0 -1 4202560 3682 0 0 0 37 0 0 0 20 0 19 0 28005245 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035017517240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27748] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27748/stat : 27748 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035016464888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27749] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27749/stat : 27749 (java) S 27728 27731 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035015412552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 18258 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.05 2.04 3/213 27920
/proc/meminfo: memFree=30751096/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=1724.44 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 11410 0 1 0 172386 58 0 0 20 0 19 0 28005239 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 104751 2285 9 0 2396937 0
[pid=27731/tid=27733] ppid=27728 vsize=9625040 CPUtime=1717.36 cores=0,2,4,6
/proc/27731/task/27733/stat : 27733 (java) R 27728 27731 26442 0 -1 4202560 2522 0 1 0 171708 28 0 0 20 0 19 0 28005240 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035198562080 140035070764938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27734] ppid=27728 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/27731/task/27734/stat : 27734 (java) S 27728 27731 26442 0 -1 4202560 281 0 0 0 12 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035042560680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27735] ppid=27728 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/27731/task/27735/stat : 27735 (java) S 27728 27731 26442 0 -1 4202560 182 0 0 0 13 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035041508136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27736] ppid=27728 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/27731/task/27736/stat : 27736 (java) S 27728 27731 26442 0 -1 4202560 195 0 0 0 13 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035040455592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27737] ppid=27728 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27731/task/27737/stat : 27737 (java) S 27728 27731 26442 0 -1 4202560 217 0 0 0 19 4 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035039403048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27738] ppid=27728 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27731/task/27738/stat : 27738 (java) S 27728 27731 26442 0 -1 4202560 70 0 0 0 14 4 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035038349480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27739] ppid=27728 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27731/task/27739/stat : 27739 (java) S 27728 27731 26442 0 -1 4202560 202 0 0 0 17 4 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035037296936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27740] ppid=27728 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27731/task/27740/stat : 27740 (java) S 27728 27731 26442 0 -1 4202560 271 0 0 0 16 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035036244392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27741] ppid=27728 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27731/task/27741/stat : 27741 (java) S 27728 27731 26442 0 -1 4202560 301 0 0 0 16 5 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035035191848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27742] ppid=27728 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27731/task/27742/stat : 27742 (java) S 27728 27731 26442 0 -1 4202560 68 0 0 0 0 2 0 0 20 0 19 0 28005242 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035022781032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27743] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27743/stat : 27743 (java) S 27728 27731 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035021727352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27744] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27744/stat : 27744 (java) S 27728 27731 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035020674696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27745] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27745/stat : 27745 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035019623440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27746] ppid=27728 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27731/task/27746/stat : 27746 (java) S 27728 27731 26442 0 -1 4202560 2054 0 0 0 43 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035018569784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27747] ppid=27728 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27731/task/27747/stat : 27747 (java) S 27728 27731 26442 0 -1 4202560 3682 0 0 0 37 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035017517240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27748] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27748/stat : 27748 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035016464888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27749] ppid=27728 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27731/task/27749/stat : 27749 (java) S 27728 27731 26442 0 -1 4202560 102 0 0 0 34 34 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035015412552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.05 2.04 3/214 27925
/proc/meminfo: memFree=30750716/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=1784.45 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 11412 0 1 0 178386 59 0 0 20 0 19 0 28005239 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 104751 2285 9 0 2396937 0
[pid=27731/tid=27733] ppid=27728 vsize=9625040 CPUtime=1777.21 cores=0,2,4,6
/proc/27731/task/27733/stat : 27733 (java) R 27728 27731 26442 0 -1 4202560 2522 0 1 0 177692 29 0 0 20 0 19 0 28005240 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035198562080 140035070720487 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27734] ppid=27728 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/27731/task/27734/stat : 27734 (java) S 27728 27731 26442 0 -1 4202560 281 0 0 0 12 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035042560680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27735] ppid=27728 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/27731/task/27735/stat : 27735 (java) S 27728 27731 26442 0 -1 4202560 182 0 0 0 13 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035041508136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27736] ppid=27728 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/27731/task/27736/stat : 27736 (java) S 27728 27731 26442 0 -1 4202560 195 0 0 0 13 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035040455592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27737] ppid=27728 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27731/task/27737/stat : 27737 (java) S 27728 27731 26442 0 -1 4202560 217 0 0 0 19 4 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035039403048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27738] ppid=27728 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27731/task/27738/stat : 27738 (java) S 27728 27731 26442 0 -1 4202560 70 0 0 0 14 4 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035038349480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27739] ppid=27728 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27731/task/27739/stat : 27739 (java) S 27728 27731 26442 0 -1 4202560 202 0 0 0 17 4 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035037296936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27740] ppid=27728 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27731/task/27740/stat : 27740 (java) S 27728 27731 26442 0 -1 4202560 271 0 0 0 16 3 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035036244392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27741] ppid=27728 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27731/task/27741/stat : 27741 (java) S 27728 27731 26442 0 -1 4202560 301 0 0 0 16 5 0 0 20 0 19 0 28005241 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035035191848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27742] ppid=27728 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27731/task/27742/stat : 27742 (java) S 27728 27731 26442 0 -1 4202560 68 0 0 0 0 2 0 0 20 0 19 0 28005242 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035022781032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27743] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27743/stat : 27743 (java) S 27728 27731 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035021727352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27744] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27744/stat : 27744 (java) S 27728 27731 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035020674696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27745] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27745/stat : 27745 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035019623440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27746] ppid=27728 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27731/task/27746/stat : 27746 (java) S 27728 27731 26442 0 -1 4202560 2054 0 0 0 43 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035018569784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27747] ppid=27728 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27731/task/27747/stat : 27747 (java) S 27728 27731 26442 0 -1 4202560 3682 0 0 0 37 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035017517240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27748] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27748/stat : 27748 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035016464888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27749] ppid=27728 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27731/task/27749/stat : 27749 (java) S 27728 27731 26442 0 -1 4202560 104 0 0 0 35 35 0 0 20 0 19 0 28005245 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035015412552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 104751 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.06 2.05 2.04 3/213 27925
/proc/meminfo: memFree=30743560/32872528 swapFree=552864/567172
[pid=27731] ppid=27728 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/27731/stat : 27731 (java) S 27728 27731 26442 0 -1 4202496 11431 0 1 0 179943 60 0 0 20 0 19 0 28005239 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140733730580464 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27731/statm: 2406260 106430 2285 9 0 2396937 0
[pid=27731/tid=27733] ppid=27728 vsize=9625040 CPUtime=1792.64 cores=0,2,4,6
/proc/27731/task/27733/stat : 27733 (java) R 27728 27731 26442 0 -1 4202560 2523 0 1 0 179235 29 0 0 20 0 19 0 28005240 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035198569760 140035070764938 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27734] ppid=27728 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/27731/task/27734/stat : 27734 (java) S 27728 27731 26442 0 -1 4202560 281 0 0 0 12 3 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035042560680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27735] ppid=27728 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27731/task/27735/stat : 27735 (java) S 27728 27731 26442 0 -1 4202560 182 0 0 0 14 3 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035041508136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27736] ppid=27728 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/27731/task/27736/stat : 27736 (java) S 27728 27731 26442 0 -1 4202560 195 0 0 0 13 3 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035040455592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27737] ppid=27728 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/27731/task/27737/stat : 27737 (java) S 27728 27731 26442 0 -1 4202560 221 0 0 0 20 4 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035039403048 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27738] ppid=27728 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27731/task/27738/stat : 27738 (java) S 27728 27731 26442 0 -1 4202560 73 0 0 0 16 4 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035038349480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27739] ppid=27728 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27731/task/27739/stat : 27739 (java) S 27728 27731 26442 0 -1 4202560 202 0 0 0 17 4 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035037296936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27731/tid=27740] ppid=27728 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27731/task/27740/stat : 27740 (java) S 27728 27731 26442 0 -1 4202560 274 0 0 0 16 4 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035036244392 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27741] ppid=27728 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27731/task/27741/stat : 27741 (java) S 27728 27731 26442 0 -1 4202560 305 0 0 0 18 5 0 0 20 0 19 0 28005241 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035035191848 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27742] ppid=27728 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27731/task/27742/stat : 27742 (java) S 27728 27731 26442 0 -1 4202560 70 0 0 0 0 2 0 0 20 0 19 0 28005242 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035022781032 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27731/tid=27743] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27743/stat : 27743 (java) S 27728 27731 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035021727352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27744] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27744/stat : 27744 (java) S 27728 27731 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28005243 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035020674696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27745] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27745/stat : 27745 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035019623440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27746] ppid=27728 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/27731/task/27746/stat : 27746 (java) S 27728 27731 26442 0 -1 4202560 2054 0 0 0 43 0 0 0 20 0 19 0 28005245 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035018569784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27747] ppid=27728 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/27731/task/27747/stat : 27747 (java) S 27728 27731 26442 0 -1 4202560 3682 0 0 0 37 0 0 0 20 0 19 0 28005245 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035017517240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27748] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27748/stat : 27748 (java) S 27728 27731 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28005245 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035016464888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27731/tid=27749] ppid=27728 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27731/task/27749/stat : 27749 (java) S 27728 27731 26442 0 -1 4202560 106 0 0 0 35 36 0 0 20 0 19 0 28005245 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035015412552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27731/tid=27750] ppid=27728 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27731/task/27750/stat : 27750 (java) S 27728 27731 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28005280 9856040960 106430 33554432000 1073741824 1073778376 140733730589328 140035014358312 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 27731 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 27731 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=928129
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=111830
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.84
CPU time (s): 1800.03
CPU user time (s): 1799.43
CPU system time (s): 0.6
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 1.11183
maximum resident set size= 427196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11462
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38448
involuntary context switches= 5718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7004 second user time and 13.7249 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 16:01:13
IDJOB=4116673
IDBENCH=109499
IDSOLVER=2546
FILE ID=node138/4116673-1466949673
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round21-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116673-1466949673/watcher-4116673-1466949673 -o /tmp/evaluation-result-4116673-1466949673/solver-4116673-1466949673 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116673-1466949673.opb

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

MD5SUM BENCH= 3b279c8a18d6d09ea205db614ed4ca9f
RANDOM SEED=1278152824

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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.803
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:        31205960 kB
Buffers:           13104 kB
Cached:           219372 kB
SwapCached:         3788 kB
Active:           175020 kB
Inactive:         212564 kB
Active(anon):     153048 kB
Inactive(anon):     4564 kB
Active(file):      21972 kB
Inactive(file):   208000 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        727432 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566612 kB
SReclaimable:      10036 kB
SUnreclaim:       556576 kB
KernelStack:        1768 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71716 MiB
End job on node138 at 2016-06-26 16:31:11