Trace number 4106855

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 1788.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_15.opb
MD5SUM32f819d2d20a6499e6a06537844c7dde
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark0.236963
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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-4106855-1466279587.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.05/0.52	c ... done. Wall clock time 0.405s.
1.05/0.52	c declared #vars     400
1.05/0.52	c internal #vars     6604
1.05/0.52	c #constraints  13011
1.05/0.52	c constraints type 
1.05/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1.05/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.05/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.05/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6204
1.05/0.52	c 13011 constraints processed.
3.78/2.10	c cleaning 2498 clauses out of 5000 with flag 10256/5000
5.01/3.17	c cleaning 4264 clauses out of 8529 with flag 23018/11027
6.21/4.32	c cleaning 5618 clauses out of 11238 with flag 39146/18000
7.32/5.45	c cleaning 6826 clauses out of 13653 with flag 56064/26033
8.47/6.55	c cleaning 7894 clauses out of 15805 with flag 75134/35011
9.27/7.32	c cleaning 8945 clauses out of 17900 with flag 98539/45000
10.37/8.42	c cleaning 9969 clauses out of 19955 with flag 122932/56000
11.83/9.86	c cleaning 10985 clauses out of 21986 with flag 148874/68000
13.62/11.60	c cleaning 12012 clauses out of 24026 with flag 176998/81025
15.82/13.82	c cleaning 12994 clauses out of 25989 with flag 206855/95000
18.63/16.63	c cleaning 14022 clauses out of 28045 with flag 238771/110050
22.02/20.07	c cleaning 14988 clauses out of 29977 with flag 272537/126004
26.25/24.04	c cleaning 15992 clauses out of 31985 with flag 308239/143000
31.35/29.10	c cleaning 17006 clauses out of 34015 with flag 347000/161022
37.05/34.87	c cleaning 17993 clauses out of 35991 with flag 387672/180004
40.86/38.66	c cleaning 18995 clauses out of 37994 with flag 432476/200000
47.05/44.82	c cleaning 20021 clauses out of 40047 with flag 477717/221048
55.36/52.91	c cleaning 20994 clauses out of 41993 with flag 524158/243015
64.55/62.18	c cleaning 21991 clauses out of 43987 with flag 572495/266003
75.65/73.27	c cleaning 23001 clauses out of 46007 with flag 623952/290014
80.51/78.04	c cleaning 23996 clauses out of 48016 with flag 679082/315024
87.11/84.68	c cleaning 24999 clauses out of 50003 with flag 734576/341007
95.51/93.02	c cleaning 26000 clauses out of 52006 with flag 791605/368009
105.82/103.39	c cleaning 27000 clauses out of 54006 with flag 850298/396009
117.84/115.29	c cleaning 28028 clauses out of 56061 with flag 910850/425064
125.34/122.75	c cleaning 28988 clauses out of 57993 with flag 975977/455024
136.04/133.25	c cleaning 29990 clauses out of 59986 with flag 1042055/486005
149.53/146.76	c cleaning 30994 clauses out of 61993 with flag 1109375/518002
164.64/161.86	c cleaning 31991 clauses out of 63999 with flag 1179028/551002
171.52/168.45	c cleaning 32998 clauses out of 66007 with flag 1263964/585001
178.51/175.46	c cleaning 34001 clauses out of 68008 with flag 1346810/620000
187.16/183.76	c cleaning 34981 clauses out of 70007 with flag 1430215/656000
196.25/192.67	c cleaning 36011 clauses out of 72027 with flag 1514852/693001
205.66/202.06	c cleaning 36985 clauses out of 74015 with flag 1601319/731000
216.62/212.95	c cleaning 38000 clauses out of 76030 with flag 1688953/770000
228.22/224.45	c cleaning 39010 clauses out of 78031 with flag 1778511/810001
241.61/237.77	c cleaning 39996 clauses out of 80021 with flag 1870077/851001
256.03/252.03	c cleaning 41006 clauses out of 82025 with flag 1962830/893001
270.86/266.84	c cleaning 42008 clauses out of 84022 with flag 2058620/936004
289.53/285.48	c cleaning 43008 clauses out of 86021 with flag 2154897/980011
306.47/302.38	c cleaning 43985 clauses out of 88002 with flag 2255173/1025000
325.86/321.70	c cleaning 45014 clauses out of 90036 with flag 2356064/1071019
349.05/344.76	c cleaning 46000 clauses out of 92008 with flag 2458268/1118005
371.54/367.17	c cleaning 46993 clauses out of 94003 with flag 2564447/1166000
394.22/389.63	c cleaning 47995 clauses out of 96010 with flag 2671631/1215000
418.43/413.71	c cleaning 49011 clauses out of 98029 with flag 2780492/1265014
444.97/440.27	c cleaning 50003 clauses out of 100013 with flag 2891364/1316009
473.95/469.08	c cleaning 50989 clauses out of 102002 with flag 3004435/1368001
504.55/499.55	c cleaning 51995 clauses out of 104013 with flag 3119453/1421001
538.47/533.35	c cleaning 53012 clauses out of 106032 with flag 3236440/1475015
576.55/571.31	c cleaning 54017 clauses out of 108042 with flag 3355633/1530037
612.89/607.53	c cleaning 54986 clauses out of 109989 with flag 3477041/1586001
689.92/684.35	c cleaning 55980 clauses out of 112003 with flag 3605466/1643001
786.02/780.31	c cleaning 57025 clauses out of 114051 with flag 3725588/1701029
860.33/854.29	c cleaning 57989 clauses out of 116005 with flag 3848077/1760008
914.86/908.54	c cleaning 59014 clauses out of 118027 with flag 3970399/1820019
974.24/967.70	c cleaning 60008 clauses out of 120016 with flag 4095882/1881022
1019.16/1012.39	c cleaning 61007 clauses out of 122013 with flag 4222053/1943027
1052.41/1045.36	c cleaning 62001 clauses out of 124001 with flag 4352310/2006022
1105.52/1098.29	c cleaning 62993 clauses out of 125990 with flag 4490799/2070012
1155.40/1147.85	c cleaning 64021 clauses out of 128042 with flag 4626546/2135057
1226.30/1218.48	c cleaning 64987 clauses out of 129990 with flag 4759731/2201026
1310.35/1302.12	c cleaning 65987 clauses out of 131985 with flag 4898157/2268008
1383.71/1375.27	c cleaning 67000 clauses out of 134002 with flag 5055266/2336012
1442.12/1433.21	c cleaning 67997 clauses out of 135999 with flag 5211443/2405009
1490.37/1481.11	c cleaning 68997 clauses out of 138010 with flag 5369814/2475017
1546.59/1536.95	c cleaning 69996 clauses out of 139996 with flag 5530548/2546000
1593.29/1583.27	c cleaning 71004 clauses out of 142009 with flag 5750530/2618009
1637.81/1627.31	c cleaning 72005 clauses out of 144009 with flag 5925771/2691013
1684.48/1673.61	c cleaning 73006 clauses out of 146014 with flag 6095438/2765023
1726.66/1715.32	c cleaning 73973 clauses out of 147986 with flag 6296595/2840001
1766.26/1754.57	c cleaning 74995 clauses out of 150017 with flag 6489007/2916005
1800.08/1788.00	c starts		: 716
1800.08/1788.00	c conflicts		: 2979921
1800.08/1788.00	c decisions		: 5457984
1800.08/1788.00	c propagations		: 70833369
1800.08/1788.00	c inspects		: 34183089246
1800.08/1788.00	c shortcuts		: 0
1800.08/1788.00	c learnt literals	: 0
1800.08/1788.00	c learnt binary clauses	: 0
1800.08/1788.00	c learnt ternary clauses	: 437
1800.08/1788.00	c learnt constraints	: 2979921
1800.08/1788.00	c ignored constraints	: 0
1800.08/1788.00	c root simplifications	: 0
1800.08/1788.00	c removed literals (reason simplification)	: 0
1800.08/1788.00	c reason swapping (by a shorter reason)	: 0
1800.08/1788.00	c Calls to reduceDB	: 72
1800.08/1788.00	c Number of update (reduction) of LBD	: 332481
1800.08/1788.00	c Imported unit clauses	: 0
1800.08/1788.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1788.00	c number of learned constraints concerned by reduction	: 0
1800.08/1788.00	c number of learning phase by resolution	: 0
1800.08/1788.00	c number of learning phase by cutting planes	: 0
1800.08/1788.00	c speed (assignments/second)	: 39627.59164318849
1800.08/1788.00	c non guided choices	6364
1800.08/1788.00	c timeout
1800.08/1788.03	c learnt constraints type 
1800.08/1788.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138938
1800.08/1788.03	s UNKNOWN
1800.08/1788.03	c Total wall clock time (in seconds): 1787.917

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-4106855-1466279587/watcher-4106855-1466279587 -o /tmp/evaluation-result-4106855-1466279587/solver-4106855-1466279587 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106855-1466279587.opb 

pid=22970
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.19 2.18 2.12 3/194 22973
/proc/meminfo: memFree=30187260/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/22973/stat : 22973 (java) R 22970 22973 22534 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 30007720 9445376 94 33554432000 1073741824 1073778376 140734489823104 140734489820232 271778410375 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2306 97 76 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.19 2.18 2.12 3/194 22973
/proc/meminfo: memFree=30187260/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 30007720 9787879424 6029 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.19 2.18 2.12 3/194 22973
/proc/meminfo: memFree=30187260/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 4709 0 1 0 22 1 0 0 20 0 18 0 30007720 9787879424 6793 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2389619 6793 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.19 2.18 2.12 3/194 22973
/proc/meminfo: memFree=30187260/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 6147 0 1 0 45 1 0 0 20 0 18 0 30007720 9787879424 9289 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2389619 9289 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 2.19 2.18 2.12 3/194 22973
/proc/meminfo: memFree=30187260/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9627016 CPUtime=1.66 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 29963 0 1 0 160 6 0 0 20 0 19 0 30007720 9858064384 34534 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406754 34534 2261 9 0 2397431 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9627016

[startup+1.50072 s]
/proc/loadavg: 2.19 2.18 2.12 3/213 22992
/proc/meminfo: memFree=30058596/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9625040 CPUtime=3.21 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 32755 0 1 0 315 6 0 0 20 0 19 0 30007720 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406260 35080 2269 9 0 2396937 0
[pid=22973/tid=22975] ppid=22970 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22973/task/22975/stat : 22975 (java) R 22970 22973 22534 0 -1 4202560 2465 0 1 0 144 2 0 0 20 0 19 0 30007721 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225367642424 140225196950508 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225329133992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225328081448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225327028392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225325975848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225324923816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225323871272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225322818216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225321765672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 22534 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30007723 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225191848296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225190794616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225189741448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225188690192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 22534 0 -1 4202560 12208 0 0 0 88 0 0 0 20 0 19 0 30007726 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225187638072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 22534 0 -1 4202560 16804 0 0 0 80 3 0 0 20 0 19 0 30007726 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225186585528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225185532664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225184480328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 35080 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.19 2.18 2.12 4/213 22992
/proc/meminfo: memFree=30047976/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9625040 CPUtime=5.01 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 32811 0 1 0 495 6 0 0 20 0 19 0 30007720 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406260 38709 2277 9 0 2396937 0
[pid=22973/tid=22975] ppid=22970 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/22973/task/22975/stat : 22975 (java) R 22970 22973 22534 0 -1 4202560 2474 0 1 0 301 2 0 0 20 0 19 0 30007721 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225367641248 140225196950508 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225329133992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225328081448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225327028392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225325975848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225324923816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225323871272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225322818216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225321765672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 22534 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30007723 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225191848296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225190794616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225189741448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225188690192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 22534 0 -1 4202560 12210 0 0 0 102 0 0 0 20 0 19 0 30007726 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225187638072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 22534 0 -1 4202560 16848 0 0 0 88 4 0 0 20 0 19 0 30007726 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225186585528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225185532664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225184480328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 38709 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.26 2.20 2.13 3/213 22992
/proc/meminfo: memFree=30035940/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9625040 CPUtime=8.28 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 32829 0 1 0 821 7 0 0 20 0 19 0 30007720 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406260 41560 2277 9 0 2396937 0
[pid=22973/tid=22975] ppid=22970 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/22973/task/22975/stat : 22975 (java) R 22970 22973 22534 0 -1 4202560 2492 0 1 0 619 2 0 0 20 0 19 0 30007721 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225367642256 140225196839853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225329133992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225328081448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225327028392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225325975848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225324923816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225323871272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225322818216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 22534 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30007722 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225321765672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 22534 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30007723 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225191848296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 22534 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225190794616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 22534 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225189741448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225188690192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 22534 0 -1 4202560 12210 0 0 0 103 0 0 0 20 0 19 0 30007726 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225187638072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 22534 0 -1 4202560 16848 0 0 0 93 4 0 0 20 0 19 0 30007726 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225186585528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225185532664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225184480328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 41560 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9625040


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

[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 80811 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1673.11
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.14 2.10 3/213 23123
/proc/meminfo: memFree=26805016/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9625040 CPUtime=1733.78 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 40111 0 1 0 173218 160 0 0 20 0 19 0 30007720 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406260 92771 2299 9 0 2396937 0
[pid=22973/tid=22975] ppid=22970 vsize=9625040 CPUtime=1710.72 cores=1,3,5,7
/proc/22973/task/22975/stat : 22975 (java) R 22970 22973 22534 0 -1 4202560 2712 0 1 0 171038 34 0 0 20 0 19 0 30007721 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225367641360 140225196882979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 22534 0 -1 4202560 718 0 0 0 147 10 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225329133992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 22534 0 -1 4202560 1026 0 0 0 151 16 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225328081448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 22534 0 -1 4202560 670 0 0 0 154 15 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225327028392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 22534 0 -1 4202560 704 0 0 0 152 16 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225325975848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 22534 0 -1 4202560 643 0 0 0 159 13 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225324923816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 22534 0 -1 4202560 722 0 0 0 155 16 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225323871272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 22534 0 -1 4202560 1065 0 0 0 144 17 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225322818216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 22534 0 -1 4202560 690 0 0 0 132 12 0 0 20 0 19 0 30007722 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225321765672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 22534 0 -1 4202560 732 0 0 0 305 5 0 0 20 0 19 0 30007723 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225191848296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225190794616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225189741448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225188690192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 22534 0 -1 4202560 12216 0 0 0 108 0 0 0 20 0 19 0 30007726 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225187638072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 22534 0 -1 4202560 16849 0 0 0 99 4 0 0 20 0 19 0 30007726 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225186585528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225185532664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 22534 0 -1 4202560 99 0 0 0 25 32 0 0 20 0 19 0 30007726 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225184480328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 92771 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1733.78
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.44 2.22 2.12 3/213 23124
/proc/meminfo: memFree=26531084/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9625040 CPUtime=1794.33 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 41906 0 1 0 179270 163 0 0 20 0 19 0 30007720 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406260 86207 2299 9 0 2396937 0
[pid=22973/tid=22975] ppid=22970 vsize=9625040 CPUtime=1770.05 cores=1,3,5,7
/proc/22973/task/22975/stat : 22975 (java) R 22970 22973 22534 0 -1 4202560 2729 0 1 0 176970 35 0 0 20 0 19 0 30007721 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225367641360 140225196638339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 22534 0 -1 4202560 719 0 0 0 157 10 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225329133992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 22534 0 -1 4202560 1183 0 0 0 159 16 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225328081448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 22534 0 -1 4202560 942 0 0 0 165 16 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225327028392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 22534 0 -1 4202560 1043 0 0 0 162 16 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225325975848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 22534 0 -1 4202560 983 0 0 0 168 14 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225324923816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 22534 0 -1 4202560 1030 0 0 0 164 17 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225323871272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 22534 0 -1 4202560 1389 0 0 0 155 18 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225322818216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 22534 0 -1 4202560 709 0 0 0 143 12 0 0 20 0 19 0 30007722 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225321765672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 22534 0 -1 4202560 746 0 0 0 332 5 0 0 20 0 19 0 30007723 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225191848296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225190794616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225189741448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225188690192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 22534 0 -1 4202560 12216 0 0 0 108 0 0 0 20 0 19 0 30007726 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225187638072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 22534 0 -1 4202560 16849 0 0 0 99 4 0 0 20 0 19 0 30007726 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225186585528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225185532664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 22534 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 30007726 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225184480328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 86207 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788 s]
/proc/loadavg: 2.41 2.21 2.12 3/213 23124
/proc/meminfo: memFree=26531460/32872528 swapFree=1103996/1183712
[pid=22973] ppid=22970 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/22973/stat : 22973 (java) S 22970 22973 22534 0 -1 4202496 41913 0 1 0 179844 164 0 0 20 0 19 0 30007720 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140734489814240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22973/statm: 2406260 86213 2299 9 0 2396937 0
[pid=22973/tid=22975] ppid=22970 vsize=9625040 CPUtime=1775.71 cores=1,3,5,7
/proc/22973/task/22975/stat : 22975 (java) R 22970 22973 22534 0 -1 4202560 2730 0 1 0 177536 35 0 0 20 0 19 0 30007721 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225367641376 140225196883228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22976] ppid=22970 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/22973/task/22976/stat : 22976 (java) S 22970 22973 22534 0 -1 4202560 719 0 0 0 158 10 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225329133992 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22977] ppid=22970 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/22973/task/22977/stat : 22977 (java) S 22970 22973 22534 0 -1 4202560 1183 0 0 0 160 16 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225328081448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22978] ppid=22970 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/22973/task/22978/stat : 22978 (java) S 22970 22973 22534 0 -1 4202560 942 0 0 0 165 16 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225327028392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22979] ppid=22970 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/22973/task/22979/stat : 22979 (java) S 22970 22973 22534 0 -1 4202560 1047 0 0 0 163 16 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225325975848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22980] ppid=22970 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/22973/task/22980/stat : 22980 (java) S 22970 22973 22534 0 -1 4202560 983 0 0 0 169 14 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225324923816 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22973/tid=22981] ppid=22970 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/22973/task/22981/stat : 22981 (java) S 22970 22973 22534 0 -1 4202560 1030 0 0 0 165 17 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225323871272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22982] ppid=22970 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/22973/task/22982/stat : 22982 (java) S 22970 22973 22534 0 -1 4202560 1389 0 0 0 156 18 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225322818216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22983] ppid=22970 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/22973/task/22983/stat : 22983 (java) S 22970 22973 22534 0 -1 4202560 709 0 0 0 144 12 0 0 20 0 19 0 30007722 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225321765672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22984] ppid=22970 vsize=9625040 CPUtime=3.37 cores=1,3,5,7
/proc/22973/task/22984/stat : 22984 (java) S 22970 22973 22534 0 -1 4202560 748 0 0 0 332 5 0 0 20 0 19 0 30007723 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225191848296 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22985] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22985/stat : 22985 (java) S 22970 22973 22534 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225190794616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22986] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22986/stat : 22986 (java) S 22970 22973 22534 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30007724 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225189741448 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22987] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22987/stat : 22987 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225188690192 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22988] ppid=22970 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/22973/task/22988/stat : 22988 (java) S 22970 22973 22534 0 -1 4202560 12216 0 0 0 108 0 0 0 20 0 19 0 30007726 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225187638072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22989] ppid=22970 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/22973/task/22989/stat : 22989 (java) S 22970 22973 22534 0 -1 4202560 16849 0 0 0 99 4 0 0 20 0 19 0 30007726 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225186585528 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22973/tid=22990] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22990/stat : 22990 (java) S 22970 22973 22534 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30007726 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225185532664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22973/tid=22991] ppid=22970 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22973/task/22991/stat : 22991 (java) S 22970 22973 22534 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 30007726 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225184480328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22973/tid=22992] ppid=22970 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22973/task/22992/stat : 22992 (java) S 22970 22973 22534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30007773 9856040960 86213 33554432000 1073741824 1073778376 140734489823104 140225183425576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 22973 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 22973 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=978273
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=91682
# CPU time returned by wait4() is 1796.07
# 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): 1788.04
CPU time (s): 1800.08
CPU user time (s): 1798.44
CPU system time (s): 1.64
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 9627016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 2.09168
maximum resident set size= 885288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41945
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44699
involuntary context switches= 38314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.95364 second user time and 8.11477 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 21:53:07
IDJOB=4106855
IDBENCH=48292
IDSOLVER=2546
FILE ID=node115/4106855-1466279587
RUNJOBID= node115-1466275999-22551
PBS_JOBID= 19918252
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_1_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106855-1466279587/watcher-4106855-1466279587 -o /tmp/evaluation-result-4106855-1466279587/solver-4106855-1466279587 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466275999-22551 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106855-1466279587.opb

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

MD5SUM BENCH= 32f819d2d20a6499e6a06537844c7dde
RANDOM SEED=1034411281

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.103
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.103
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		: 2667.103
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.103
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:        30187268 kB
Buffers:          164492 kB
Cached:           204708 kB
SwapCached:         2472 kB
Active:           477048 kB
Inactive:         277160 kB
Active(anon):     385072 kB
Inactive(anon):     2420 kB
Active(file):      91976 kB
Inactive(file):   274740 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099632 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1632432 kB
Mapped:            16688 kB
Shmem:                 0 kB
Slab:             613064 kB
SReclaimable:      56824 kB
SUnreclaim:       556240 kB
KernelStack:        1760 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1720980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 71740 MiB
End job on node115 at 2016-06-18 22:22:56