Trace number 4106993

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.79 1793.24

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_3_40.opb
MD5SUM6ddc144a63b87021a78f3fe4530ac86f
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6180
Sum of products size (including duplicates)12360
Number of different products3090
Sum of products size6180

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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106993-1466283716.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.75/0.40	c ... done. Wall clock time 0.288s.
0.75/0.40	c declared #vars     200
0.75/0.40	c internal #vars     3290
0.75/0.40	c #constraints  6483
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3090
0.75/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.75/0.40	c 6483 constraints processed.
2.04/1.02	c cleaning 2495 clauses out of 5001 with flag 15542/5001
2.41/1.35	c cleaning 4248 clauses out of 8505 with flag 35255/11000
2.81/1.72	c cleaning 5621 clauses out of 11257 with flag 60372/18000
3.22/2.17	c cleaning 6809 clauses out of 13638 with flag 88940/26002
3.84/2.71	c cleaning 7905 clauses out of 15827 with flag 119945/35000
4.45/3.36	c cleaning 8955 clauses out of 17923 with flag 156293/45001
5.24/4.13	c cleaning 9976 clauses out of 19968 with flag 196040/56001
6.04/4.98	c cleaning 10988 clauses out of 21991 with flag 239915/68000
7.04/5.93	c cleaning 11986 clauses out of 24003 with flag 280399/81000
8.04/6.93	c cleaning 13001 clauses out of 26017 with flag 333081/95000
9.14/8.09	c cleaning 14007 clauses out of 28017 with flag 395934/110001
10.35/9.22	c cleaning 14999 clauses out of 30009 with flag 461960/126000
11.54/10.41	c cleaning 16000 clauses out of 32010 with flag 531239/143000
12.94/11.81	c cleaning 16999 clauses out of 34012 with flag 608703/161002
14.45/13.39	c cleaning 17998 clauses out of 36012 with flag 706871/180001
16.25/15.12	c cleaning 18996 clauses out of 38015 with flag 812367/200002
17.87/16.78	c cleaning 20002 clauses out of 40017 with flag 911074/221000
19.47/18.38	c cleaning 20996 clauses out of 42015 with flag 998043/243000
21.27/20.11	c cleaning 22007 clauses out of 44019 with flag 1079763/266000
23.18/22.02	c cleaning 23001 clauses out of 46012 with flag 1169773/290000
24.97/23.86	c cleaning 23997 clauses out of 48012 with flag 1254402/315001
26.87/25.78	c cleaning 24998 clauses out of 50014 with flag 1345352/341000
29.07/27.93	c cleaning 25996 clauses out of 52016 with flag 1443911/368000
31.47/30.39	c cleaning 26997 clauses out of 54020 with flag 1550339/396000
34.07/32.94	c cleaning 28000 clauses out of 56023 with flag 1655274/425000
37.02/35.89	c cleaning 28999 clauses out of 58024 with flag 1793585/455001
40.02/38.87	c cleaning 30000 clauses out of 60025 with flag 1933795/486001
43.52/42.34	c cleaning 30999 clauses out of 62024 with flag 2094949/518000
46.82/45.66	c cleaning 31998 clauses out of 64025 with flag 2226149/551000
50.22/49.02	c cleaning 33006 clauses out of 66029 with flag 2351764/585002
53.92/52.80	c cleaning 34006 clauses out of 68022 with flag 2492938/620001
58.02/56.84	c cleaning 35008 clauses out of 70015 with flag 2648430/656000
62.99/61.72	c cleaning 35988 clauses out of 72009 with flag 2812231/693002
68.08/66.82	c cleaning 36993 clauses out of 74020 with flag 2996632/731001
73.19/71.93	c cleaning 37983 clauses out of 76026 with flag 3168565/770000
78.40/77.15	c cleaning 39017 clauses out of 78043 with flag 3343897/810000
83.99/82.71	c cleaning 40004 clauses out of 80026 with flag 3520395/851000
89.69/88.47	c cleaning 40999 clauses out of 82024 with flag 3701637/893002
95.79/94.60	c cleaning 41991 clauses out of 84024 with flag 3895017/936001
102.37/101.01	c cleaning 42987 clauses out of 86032 with flag 4088242/980000
108.68/107.39	c cleaning 44006 clauses out of 88045 with flag 4283525/1025000
115.58/114.25	c cleaning 45010 clauses out of 90039 with flag 4474015/1071000
122.68/121.39	c cleaning 46003 clauses out of 92030 with flag 4669609/1118001
130.18/128.83	c cleaning 46998 clauses out of 94026 with flag 4871304/1166000
138.03/136.50	c cleaning 48001 clauses out of 96028 with flag 5076523/1215000
145.82/144.38	c cleaning 48988 clauses out of 98027 with flag 5280417/1265000
154.62/153.14	c cleaning 50012 clauses out of 100040 with flag 5502104/1316001
163.62/162.10	c cleaning 51006 clauses out of 102027 with flag 5718012/1368000
172.72/171.24	c cleaning 51987 clauses out of 104021 with flag 5938940/1421000
182.73/181.05	c cleaning 53018 clauses out of 106035 with flag 6164989/1475001
192.23/190.56	c cleaning 54000 clauses out of 108017 with flag 6392921/1530001
202.83/201.16	c cleaning 55005 clauses out of 110017 with flag 6660602/1586001
211.63/209.94	c cleaning 55999 clauses out of 112011 with flag 6908761/1643000
219.42/217.53	c cleaning 57001 clauses out of 114013 with flag 7165071/1701001
227.63/225.76	c cleaning 58001 clauses out of 116011 with flag 7525175/1760000
236.13/234.29	c cleaning 58989 clauses out of 118010 with flag 7831980/1820000
245.99/243.90	c cleaning 60002 clauses out of 120021 with flag 8211401/1881000
255.69/253.61	c cleaning 61003 clauses out of 122019 with flag 8567944/1943000
266.10/264.07	c cleaning 62000 clauses out of 124016 with flag 8937703/2006000
277.18/274.94	c cleaning 62952 clauses out of 126016 with flag 9229523/2070000
287.48/285.21	c cleaning 63984 clauses out of 128065 with flag 9489241/2135001
298.48/296.06	c cleaning 65030 clauses out of 130081 with flag 9752450/2201001
310.07/307.67	c cleaning 65994 clauses out of 132050 with flag 10007368/2268000
321.71/319.18	c cleaning 66993 clauses out of 134056 with flag 10265652/2336000
333.40/330.87	c cleaning 67993 clauses out of 136063 with flag 10540270/2405000
345.75/343.13	c cleaning 69026 clauses out of 138070 with flag 10812659/2475000
360.17/357.57	c cleaning 70011 clauses out of 140044 with flag 11152583/2546000
375.54/372.86	c cleaning 71014 clauses out of 142036 with flag 11489083/2618003
391.74/389.01	c cleaning 71996 clauses out of 144020 with flag 11801427/2691001
409.32/406.57	c cleaning 72972 clauses out of 146023 with flag 12137142/2765000
427.73/424.93	c cleaning 74021 clauses out of 148052 with flag 12458826/2840001
446.31/443.41	c cleaning 75006 clauses out of 150030 with flag 12818173/2916000
461.22/458.31	c cleaning 75994 clauses out of 152027 with flag 13119636/2993003
477.51/474.54	c cleaning 76995 clauses out of 154030 with flag 13415686/3071000
494.83/491.78	c cleaning 78015 clauses out of 156037 with flag 13726317/3150002
512.64/509.57	c cleaning 79006 clauses out of 158022 with flag 14059726/3230002
531.22/528.03	c cleaning 79986 clauses out of 160014 with flag 14382327/3311000
552.31/549.18	c cleaning 80989 clauses out of 162030 with flag 14733895/3393002
573.37/570.14	c cleaning 82006 clauses out of 164039 with flag 15075286/3476000
595.67/592.38	c cleaning 83011 clauses out of 166035 with flag 15446410/3560002
616.47/613.17	c cleaning 84003 clauses out of 168023 with flag 15789945/3645001
637.96/634.55	c cleaning 85006 clauses out of 170023 with flag 16141825/3731004
657.92/654.40	c cleaning 85995 clauses out of 172013 with flag 16487419/3818000
682.59/679.07	c cleaning 87002 clauses out of 174018 with flag 16852417/3906000
707.61/704.07	c cleaning 87962 clauses out of 176016 with flag 17287081/3995000
735.95/732.34	c cleaning 89016 clauses out of 178054 with flag 17776576/4085000
763.02/759.38	c cleaning 90007 clauses out of 180038 with flag 18166813/4176000
788.60/784.83	c cleaning 91009 clauses out of 182031 with flag 18516562/4268000
814.28/810.49	c cleaning 92005 clauses out of 184022 with flag 18888592/4361000
838.39/834.56	c cleaning 92999 clauses out of 186022 with flag 19305186/4455005
863.23/859.38	c cleaning 94003 clauses out of 188019 with flag 19657702/4550001
889.61/885.61	c cleaning 95003 clauses out of 190017 with flag 20045047/4646002
913.80/909.78	c cleaning 96007 clauses out of 192016 with flag 20419020/4743004
936.14/932.03	c cleaning 96995 clauses out of 194005 with flag 20814399/4841000
962.32/958.16	c cleaning 98000 clauses out of 196011 with flag 21172991/4940001
991.79/987.58	c cleaning 98992 clauses out of 198012 with flag 21578747/5040002
1019.19/1014.82	c cleaning 100001 clauses out of 200019 with flag 22013903/5141001
1044.58/1040.11	c cleaning 101006 clauses out of 202017 with flag 22428371/5243000
1073.75/1069.29	c cleaning 101996 clauses out of 204011 with flag 22830844/5346000
1103.10/1098.59	c cleaning 102985 clauses out of 206016 with flag 23238238/5450001
1132.14/1127.43	c cleaning 103997 clauses out of 208031 with flag 23660996/5555001
1162.92/1158.11	c cleaning 105013 clauses out of 210033 with flag 24037327/5661000
1188.71/1183.82	c cleaning 106002 clauses out of 212020 with flag 24438273/5768000
1216.18/1211.27	c cleaning 107001 clauses out of 214018 with flag 24896851/5876000
1246.24/1241.23	c cleaning 107994 clauses out of 216017 with flag 25328491/5985000
1278.09/1272.93	c cleaning 109002 clauses out of 218023 with flag 25751715/6095000
1306.06/1300.89	c cleaning 110002 clauses out of 220022 with flag 26164142/6206001
1335.90/1330.65	c cleaning 110983 clauses out of 222019 with flag 26543230/6318000
1367.71/1362.40	c cleaning 112009 clauses out of 224036 with flag 26953734/6431000
1396.05/1390.58	c cleaning 112991 clauses out of 226027 with flag 27396306/6545000
1427.15/1421.59	c cleaning 114001 clauses out of 228036 with flag 27845232/6660000
1458.93/1453.26	c cleaning 115007 clauses out of 230035 with flag 28282441/6776000
1493.65/1487.85	c cleaning 116007 clauses out of 232028 with flag 28722931/6893000
1529.02/1523.16	c cleaning 117004 clauses out of 234021 with flag 29127979/7011000
1563.54/1557.51	c cleaning 118006 clauses out of 236018 with flag 29531653/7130001
1598.39/1592.25	c cleaning 118997 clauses out of 238011 with flag 29965578/7250000
1632.49/1626.24	c cleaning 120000 clauses out of 240015 with flag 30383801/7371001
1669.41/1663.08	c cleaning 121004 clauses out of 242014 with flag 30820953/7493000
1703.42/1696.98	c cleaning 121995 clauses out of 244010 with flag 31249868/7616000
1742.55/1735.95	c cleaning 122983 clauses out of 246015 with flag 31662020/7740000
1786.04/1779.39	c cleaning 124013 clauses out of 248032 with flag 32064009/7865000
1800.00/1793.20	c starts		: 6272
1800.00/1793.20	c conflicts		: 7916570
1800.00/1793.20	c decisions		: 14961361
1800.00/1793.20	c propagations		: 316284600
1800.00/1793.20	c inspects		: 31085296730
1800.00/1793.20	c shortcuts		: 0
1800.00/1793.20	c learnt literals	: 0
1800.00/1793.20	c learnt binary clauses	: 0
1800.00/1793.20	c learnt ternary clauses	: 49734
1800.00/1793.20	c learnt constraints	: 7916570
1800.00/1793.20	c ignored constraints	: 0
1800.00/1793.20	c root simplifications	: 0
1800.00/1793.20	c removed literals (reason simplification)	: 0
1800.00/1793.20	c reason swapping (by a shorter reason)	: 0
1800.00/1793.20	c Calls to reduceDB	: 121
1800.00/1793.20	c Number of update (reduction) of LBD	: 3040538
1800.00/1793.20	c Imported unit clauses	: 0
1800.00/1793.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1793.20	c number of learned constraints concerned by reduction	: 0
1800.00/1793.20	c number of learning phase by resolution	: 0
1800.00/1793.20	c number of learning phase by cutting planes	: 0
1800.00/1793.20	c speed (assignments/second)	: 176419.93447099888
1800.00/1793.20	c timeout
1800.00/1793.20	c non guided choices	3155
1800.00/1793.23	c learnt constraints type 
1800.00/1793.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175589
1800.00/1793.23	s UNKNOWN
1800.00/1793.23	c Total wall clock time (in seconds): 1793.117

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-4106993-1466283716/watcher-4106993-1466283716 -o /tmp/evaluation-result-4106993-1466283716/solver-4106993-1466283716 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106993-1466283716.opb 

pid=30395
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.00 2.05 2.05 3/195 30398
/proc/meminfo: memFree=31338184/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30398/stat : 30398 (java) D 30395 30398 26669 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 30421543 9515008 175 33554432000 1073741824 1073778376 140734148376480 140734148359208 224922518416 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/30398/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.05 2.05 3/195 30398
/proc/meminfo: memFree=31338184/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 30421543 9787879424 6036 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 2.00 2.05 2.05 3/195 30398
/proc/meminfo: memFree=31338184/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 4578 0 1 0 21 1 0 0 20 0 18 0 30421543 9787879424 6699 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2389619 6699 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300214 s]
/proc/loadavg: 2.00 2.05 2.05 3/195 30398
/proc/meminfo: memFree=31338184/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 6037 0 1 0 43 1 0 0 20 0 18 0 30421543 9787879424 9260 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2389619 9260 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700276 s]
/proc/loadavg: 2.00 2.05 2.05 3/195 30398
/proc/meminfo: memFree=31338184/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 14734 0 1 0 156 3 0 0 20 0 19 0 30421543 9856040960 16422 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 16422 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.16 2.08 2.06 3/214 30417
/proc/meminfo: memFree=31276980/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=2.61 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 14774 0 1 0 257 4 0 0 20 0 19 0 30421543 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 18505 2275 9 0 2396937 0
[pid=30398/tid=30400] ppid=30395 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/30398/task/30400/stat : 30400 (java) R 30395 30398 26669 0 -1 4202560 2432 0 1 0 145 2 0 0 20 0 19 0 30421544 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686574075240 139686446777659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30401] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30401/stat : 30401 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686417742120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30402] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30402/stat : 30402 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686416689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30403] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30403/stat : 30403 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686415637032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30404] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30404/stat : 30404 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686414584232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30405] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30405/stat : 30405 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686413531944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30406] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30406/stat : 30406 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686412479144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30407] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30407/stat : 30407 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686411426856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30408] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30408/stat : 30408 (java) S 30395 30398 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686410374056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30409] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30409/stat : 30409 (java) S 30395 30398 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686398175464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5623 0 0 0 52 2 0 0 20 0 19 0 30421549 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 18505 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.16 2.08 2.06 3/214 30417
/proc/meminfo: memFree=31266616/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 14782 0 1 0 420 4 0 0 20 0 19 0 30421543 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 22089 2275 9 0 2396937 0
[pid=30398/tid=30400] ppid=30395 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/30398/task/30400/stat : 30400 (java) R 30395 30398 26669 0 -1 4202560 2440 0 1 0 304 2 0 0 20 0 19 0 30421544 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686574076248 139686446942887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30401] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30401/stat : 30401 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686417742120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30402] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30402/stat : 30402 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686416689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30403] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30403/stat : 30403 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686415637032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30404] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30404/stat : 30404 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686414584232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30405] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30405/stat : 30405 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686413531944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30406] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30406/stat : 30406 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686412479144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30407] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30407/stat : 30407 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686411426856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30408] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30408/stat : 30408 (java) S 30395 30398 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686410374056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30409] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30409/stat : 30409 (java) S 30395 30398 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686398175464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5623 0 0 0 56 2 0 0 20 0 19 0 30421549 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 22089 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.15 2.08 2.06 3/213 30417
/proc/meminfo: memFree=31236764/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=7.44 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 14797 0 1 0 740 4 0 0 20 0 19 0 30421543 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 26219 2276 9 0 2396937 0
[pid=30398/tid=30400] ppid=30395 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/30398/task/30400/stat : 30400 (java) R 30395 30398 26669 0 -1 4202560 2454 0 1 0 624 2 0 0 20 0 19 0 30421544 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686574076176 139686446853286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30401] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30401/stat : 30401 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686417742120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30402] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30402/stat : 30402 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686416689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30403] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30403/stat : 30403 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686415637032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30404] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30404/stat : 30404 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686414584232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30405] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30405/stat : 30405 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686413531944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30406] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30406/stat : 30406 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686412479144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30407] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30407/stat : 30407 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686411426856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30408] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30408/stat : 30408 (java) S 30395 30398 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30421545 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686410374056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30409] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30409/stat : 30409 (java) S 30395 30398 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686398175464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5623 0 0 0 56 2 0 0 20 0 19 0 30421549 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 26219 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625040


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

[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5625 0 0 0 58 2 0 0 20 0 19 0 30421549 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 96 0 0 0 30 35 0 0 20 0 19 0 30421549 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 101089 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1668.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/214 30525
/proc/meminfo: memFree=30838896/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=1728.94 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 18697 0 1 0 172805 89 0 0 20 0 19 0 30421543 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 100335 2298 9 0 2396937 0
[pid=30398/tid=30400] ppid=30395 vsize=9625040 CPUtime=1719.54 cores=0,2,4,6
/proc/30398/task/30400/stat : 30400 (java) R 30395 30398 26669 0 -1 4202560 2555 0 1 0 171924 30 0 0 20 0 19 0 30421544 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686574075104 139686446919814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30401] ppid=30395 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30398/task/30401/stat : 30401 (java) S 30395 30398 26669 0 -1 4202560 433 0 0 0 79 6 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686417742120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30402] ppid=30395 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/30398/task/30402/stat : 30402 (java) S 30395 30398 26669 0 -1 4202560 691 0 0 0 79 7 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686416689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30403] ppid=30395 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/30398/task/30403/stat : 30403 (java) S 30395 30398 26669 0 -1 4202560 388 0 0 0 83 7 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686415637032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30404] ppid=30395 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/30398/task/30404/stat : 30404 (java) S 30395 30398 26669 0 -1 4202560 246 0 0 0 88 6 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686414584232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30405] ppid=30395 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/30398/task/30405/stat : 30405 (java) S 30395 30398 26669 0 -1 4202560 209 0 0 0 89 7 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686413531944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30406] ppid=30395 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/30398/task/30406/stat : 30406 (java) S 30395 30398 26669 0 -1 4202560 357 0 0 0 75 9 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686412479144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30407] ppid=30395 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/30398/task/30407/stat : 30407 (java) S 30395 30398 26669 0 -1 4202560 627 0 0 0 95 7 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686411426856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30408] ppid=30395 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/30398/task/30408/stat : 30408 (java) S 30395 30398 26669 0 -1 4202560 471 0 0 0 86 10 0 0 20 0 19 0 30421545 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686410374056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30409] ppid=30395 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30398/task/30409/stat : 30409 (java) S 30395 30398 26669 0 -1 4202560 290 0 0 0 66 4 0 0 20 0 19 0 30421547 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686398175464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5625 0 0 0 58 2 0 0 20 0 19 0 30421549 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 100 0 0 0 31 36 0 0 20 0 19 0 30421549 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 100335 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1728.94
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 30526
/proc/meminfo: memFree=30843228/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=1789.04 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 18705 0 1 0 178814 90 0 0 20 0 19 0 30421543 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 99855 2298 9 0 2396937 0
[pid=30398/tid=30400] ppid=30395 vsize=9625040 CPUtime=1779.49 cores=0,2,4,6
/proc/30398/task/30400/stat : 30400 (java) R 30395 30398 26669 0 -1 4202560 2557 0 1 0 177918 31 0 0 20 0 19 0 30421544 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686574067392 139686446942924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30401] ppid=30395 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/30398/task/30401/stat : 30401 (java) S 30395 30398 26669 0 -1 4202560 433 0 0 0 80 6 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686417742120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30402] ppid=30395 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/30398/task/30402/stat : 30402 (java) S 30395 30398 26669 0 -1 4202560 691 0 0 0 80 7 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686416689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30403] ppid=30395 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/30398/task/30403/stat : 30403 (java) S 30395 30398 26669 0 -1 4202560 388 0 0 0 84 7 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686415637032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30404] ppid=30395 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/30398/task/30404/stat : 30404 (java) S 30395 30398 26669 0 -1 4202560 246 0 0 0 91 6 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686414584232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30405] ppid=30395 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/30398/task/30405/stat : 30405 (java) S 30395 30398 26669 0 -1 4202560 209 0 0 0 92 7 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686413531944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30406] ppid=30395 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30398/task/30406/stat : 30406 (java) S 30395 30398 26669 0 -1 4202560 357 0 0 0 76 9 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686412479144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30407] ppid=30395 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/30398/task/30407/stat : 30407 (java) S 30395 30398 26669 0 -1 4202560 627 0 0 0 97 7 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686411426856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30408] ppid=30395 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/30398/task/30408/stat : 30408 (java) S 30395 30398 26669 0 -1 4202560 471 0 0 0 88 10 0 0 20 0 19 0 30421545 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686410374056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30409] ppid=30395 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30398/task/30409/stat : 30409 (java) S 30395 30398 26669 0 -1 4202560 292 0 0 0 66 4 0 0 20 0 19 0 30421547 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686398175464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5625 0 0 0 58 2 0 0 20 0 19 0 30421549 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 104 0 0 0 32 38 0 0 20 0 19 0 30421549 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 99855 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1789.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 30527
/proc/meminfo: memFree=30844596/32872528 swapFree=163656/177964
[pid=30398] ppid=30395 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/30398/stat : 30398 (java) S 30395 30398 26669 0 -1 4202496 18710 0 1 0 179909 91 0 0 20 0 19 0 30421543 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 140737463247456 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30398/statm: 2406260 99456 2298 9 0 2396937 0
[pid=30398/tid=30400] ppid=30395 vsize=9625040 CPUtime=1790.38 cores=0,2,4,6
/proc/30398/task/30400/stat : 30400 (java) R 30395 30398 26669 0 -1 4202560 2558 0 1 0 179007 31 0 0 20 0 19 0 30421544 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686574075104 139686446942726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30401] ppid=30395 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/30398/task/30401/stat : 30401 (java) S 30395 30398 26669 0 -1 4202560 435 0 0 0 81 6 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686417742120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30402] ppid=30395 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/30398/task/30402/stat : 30402 (java) S 30395 30398 26669 0 -1 4202560 691 0 0 0 81 7 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686416689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30398/tid=30403] ppid=30395 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/30398/task/30403/stat : 30403 (java) S 30395 30398 26669 0 -1 4202560 388 0 0 0 85 7 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686415637032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30404] ppid=30395 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/30398/task/30404/stat : 30404 (java) S 30395 30398 26669 0 -1 4202560 246 0 0 0 91 6 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686414584232 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30405] ppid=30395 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/30398/task/30405/stat : 30405 (java) S 30395 30398 26669 0 -1 4202560 209 0 0 0 93 7 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686413531944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30406] ppid=30395 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30398/task/30406/stat : 30406 (java) S 30395 30398 26669 0 -1 4202560 357 0 0 0 76 9 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686412479144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30407] ppid=30395 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/30398/task/30407/stat : 30407 (java) S 30395 30398 26669 0 -1 4202560 627 0 0 0 98 7 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686411426856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30408] ppid=30395 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/30398/task/30408/stat : 30408 (java) S 30395 30398 26669 0 -1 4202560 471 0 0 0 89 10 0 0 20 0 19 0 30421545 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686410374056 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30409] ppid=30395 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30398/task/30409/stat : 30409 (java) S 30395 30398 26669 0 -1 4202560 294 0 0 0 66 4 0 0 20 0 19 0 30421547 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686398175464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30410] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30410/stat : 30410 (java) S 30395 30398 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686397121528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30411] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30411/stat : 30411 (java) S 30395 30398 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30421547 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686396069128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30412] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30412/stat : 30412 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686395017616 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30413] ppid=30395 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/30398/task/30413/stat : 30413 (java) S 30395 30398 26669 0 -1 4202560 5442 0 0 0 57 0 0 0 20 0 19 0 30421549 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686393965240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30398/tid=30414] ppid=30395 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/30398/task/30414/stat : 30414 (java) S 30395 30398 26669 0 -1 4202560 5625 0 0 0 58 2 0 0 20 0 19 0 30421549 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686392912440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30415] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30415/stat : 30415 (java) S 30395 30398 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30421549 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686391860344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30398/tid=30416] ppid=30395 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/30398/task/30416/stat : 30416 (java) S 30395 30398 26669 0 -1 4202560 104 0 0 0 32 38 0 0 20 0 19 0 30421549 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686390807752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30398/tid=30417] ppid=30395 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30398/task/30417/stat : 30417 (java) S 30395 30398 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30421584 9856040960 99456 33554432000 1073741824 1073778376 140737463256320 139686389752744 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 30398 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1793.24
CPU time (s): 1800.79
CPU user time (s): 1799.31
CPU system time (s): 1.48377
CPU usage (%): 100.421
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 1.48377
maximum resident set size= 704276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18742
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40100
involuntary context switches= 13745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.96248 second user time and 14.0319 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 23:01:56
IDJOB=4106993
IDBENCH=48355
IDSOLVER=2546
FILE ID=node105/4106993-1466283716
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 6ddc144a63b87021a78f3fe4530ac86f
RANDOM SEED=1821775174

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31338728 kB
Buffers:           99228 kB
Cached:           183888 kB
SwapCached:         1684 kB
Active:           422508 kB
Inactive:         195940 kB
Active(anon):     333700 kB
Inactive(anon):     3860 kB
Active(file):      88808 kB
Inactive(file):   192080 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        553460 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             605232 kB
SReclaimable:      48812 kB
SUnreclaim:       556420 kB
KernelStack:        1768 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     705864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71748 MiB
End job on node105 at 2016-06-18 23:31:49