Trace number 4106573

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT5 684.409 682.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_1.opb
MD5SUMaa10899bd7f711370f6ef9f1251ce7f2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark15.8046
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint44
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3038
Sum of products size (including duplicates)6076
Number of different products3038
Sum of products size6076

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106573-1466271012.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.44/0.34	c ... done. Wall clock time 0.231s.
0.44/0.34	c declared #vars     100
0.44/0.34	c internal #vars     3138
0.44/0.34	c #constraints  6176
0.44/0.34	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3138
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3038
0.44/0.35	c 6176 constraints processed.
0.44/0.35	c objective function length is 100 literals
0.44/0.38	c SATISFIABLE
0.44/0.38	c OPTIMIZING...
0.44/0.38	c Got one! Elapsed wall clock time (in seconds):0.263
0.44/0.38	o 7
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.396
1.04/0.51	o 6
2.06/1.46	c cleaning 2608 clauses out of 5223 with flag 11482/5223
3.36/2.65	c cleaning 4299 clauses out of 8616 with flag 25599/11224
4.86/4.13	c cleaning 5657 clauses out of 11318 with flag 42177/18225
6.66/5.96	c cleaning 6820 clauses out of 13657 with flag 61354/26221
8.78/8.05	c cleaning 7913 clauses out of 15841 with flag 82916/35225
11.18/10.40	c cleaning 8951 clauses out of 17925 with flag 107403/45222
13.88/13.16	c cleaning 9976 clauses out of 19974 with flag 134588/56222
16.89/16.10	c cleaning 10978 clauses out of 21998 with flag 164241/68222
22.05/21.22	c cleaning 12010 clauses out of 24020 with flag 200518/81222
27.85/27.02	c cleaning 13005 clauses out of 26009 with flag 238436/95221
33.74/32.95	c cleaning 14002 clauses out of 28004 with flag 277371/110221
39.53/38.62	c cleaning 14996 clauses out of 30003 with flag 319114/126222
46.89/45.77	c cleaning 15996 clauses out of 32007 with flag 365104/143222
54.39/53.29	c cleaning 17004 clauses out of 34021 with flag 413911/161232
61.49/60.32	c cleaning 18005 clauses out of 36009 with flag 463022/180224
70.10/68.99	c cleaning 18999 clauses out of 38003 with flag 519321/200223
79.31/78.11	c cleaning 20002 clauses out of 40004 with flag 577303/221223
88.55/87.33	c cleaning 20993 clauses out of 42001 with flag 640592/243222
98.68/97.16	c cleaning 22004 clauses out of 44008 with flag 706713/266222
108.60/107.08	c cleaning 22998 clauses out of 46005 with flag 776420/290223
119.30/117.79	c cleaning 23989 clauses out of 48006 with flag 844815/315222
129.89/128.32	c cleaning 25007 clauses out of 50020 with flag 917064/341225
141.53/139.95	c cleaning 25995 clauses out of 52010 with flag 995200/368222
152.73/151.16	c cleaning 26992 clauses out of 54015 with flag 1076770/396222
163.72/162.14	c cleaning 28002 clauses out of 56026 with flag 1153809/425225
170.22/168.65	c Got one! Elapsed wall clock time (in seconds):168.539
170.22/168.65	o 5
172.32/170.79	c cleaning 24748 clauses out of 49497 with flag 15259/446698
174.60/172.95	c cleaning 15372 clauses out of 30748 with flag 33764/452697
177.10/175.48	c cleaning 11166 clauses out of 22375 with flag 53945/459696
179.90/178.27	c cleaning 9593 clauses out of 19212 with flag 76279/467699
182.90/181.25	c cleaning 9302 clauses out of 18618 with flag 103385/476698
186.40/184.77	c cleaning 9659 clauses out of 19317 with flag 131870/486699
190.20/188.56	c cleaning 10323 clauses out of 20658 with flag 163528/497699
194.40/192.79	c cleaning 11167 clauses out of 22333 with flag 198706/509697
198.80/197.10	c cleaning 12081 clauses out of 24168 with flag 235845/522699
203.20/201.55	c cleaning 13042 clauses out of 26087 with flag 274141/536699
208.30/206.62	c cleaning 14018 clauses out of 28042 with flag 315460/551697
213.91/212.26	c cleaning 15013 clauses out of 30026 with flag 364229/567699
220.01/218.36	c cleaning 16001 clauses out of 32010 with flag 412700/584696
226.41/224.79	c cleaning 16991 clauses out of 34011 with flag 464301/602698
233.11/231.47	c cleaning 17999 clauses out of 36020 with flag 519903/621698
240.11/238.47	c cleaning 19005 clauses out of 38022 with flag 576010/641699
247.01/245.34	c cleaning 20003 clauses out of 40015 with flag 631450/662697
255.20/253.54	c cleaning 20992 clauses out of 42013 with flag 694479/684699
263.70/262.01	c cleaning 22007 clauses out of 44021 with flag 759897/707699
271.80/270.16	c cleaning 23007 clauses out of 46015 with flag 824246/731700
281.35/279.64	c cleaning 23996 clauses out of 48003 with flag 896575/756696
291.06/289.40	c cleaning 25004 clauses out of 50010 with flag 968396/782699
300.70/298.87	c cleaning 25995 clauses out of 52002 with flag 1042298/809696
311.59/309.75	c cleaning 27001 clauses out of 54008 with flag 1124246/837697
322.80/320.94	c cleaning 27994 clauses out of 56006 with flag 1208474/866696
334.40/332.50	c cleaning 29004 clauses out of 58012 with flag 1296752/896696
346.10/344.20	c cleaning 29999 clauses out of 60009 with flag 1388375/927697
358.10/356.28	c cleaning 30993 clauses out of 62009 with flag 1479110/959696
369.90/368.02	c cleaning 31995 clauses out of 64015 with flag 1571861/992696
382.90/381.08	c cleaning 33002 clauses out of 66020 with flag 1671450/1026696
395.71/393.83	c cleaning 34002 clauses out of 68018 with flag 1768117/1061697
410.07/408.16	c cleaning 34996 clauses out of 70015 with flag 1872956/1097696
423.96/422.09	c cleaning 36002 clauses out of 72018 with flag 1977778/1134696
438.26/436.38	c cleaning 37008 clauses out of 74016 with flag 2086198/1172697
452.76/450.83	c cleaning 37985 clauses out of 76009 with flag 2195093/1211699
467.68/465.71	c cleaning 38992 clauses out of 78020 with flag 2308531/1251696
483.38/481.46	c cleaning 40002 clauses out of 80029 with flag 2421372/1292698
499.48/497.50	c cleaning 41010 clauses out of 82025 with flag 2536358/1334697
516.28/514.34	c cleaning 41998 clauses out of 84015 with flag 2655463/1377699
533.28/531.33	c cleaning 42993 clauses out of 86014 with flag 2777779/1421697
550.95/548.93	c cleaning 44008 clauses out of 88023 with flag 2902536/1466700
567.94/565.99	c cleaning 44994 clauses out of 90012 with flag 3028488/1512699
585.74/583.79	c cleaning 45987 clauses out of 92014 with flag 3156624/1559697
604.05/602.08	c cleaning 46998 clauses out of 94024 with flag 3286547/1607698
623.05/621.08	c cleaning 48004 clauses out of 96024 with flag 3418030/1656699
642.14/640.13	c cleaning 48990 clauses out of 98015 with flag 3553665/1706698
661.64/659.68	c cleaning 50004 clauses out of 100017 with flag 3691047/1757696
680.76/678.74	c cleaning 50998 clauses out of 102005 with flag 3827865/1809701
684.16/682.12	c starts		: 1187
684.16/682.12	c conflicts		: 1821164
684.16/682.12	c decisions		: 3191611
684.16/682.12	c propagations		: 481444615
684.16/682.12	c inspects		: 6646687895
684.16/682.12	c shortcuts		: 0
684.16/682.12	c learnt literals	: 70
684.16/682.12	c learnt binary clauses	: 72
684.16/682.12	c learnt ternary clauses	: 103
684.16/682.12	c learnt constraints	: 1821093
684.16/682.12	c ignored constraints	: 0
684.16/682.12	c root simplifications	: 0
684.16/682.12	c removed literals (reason simplification)	: 0
684.16/682.12	c reason swapping (by a shorter reason)	: 0
684.16/682.12	c Calls to reduceDB	: 73
684.16/682.12	c Number of update (reduction) of LBD	: 526230
684.16/682.12	c Imported unit clauses	: 0
684.16/682.12	c number of reductions to clauses (during analyze)	: 0
684.16/682.12	c number of learned constraints concerned by reduction	: 0
684.16/682.12	c number of learning phase by resolution	: 0
684.16/682.12	c number of learning phase by cutting planes	: 0
684.16/682.12	c speed (assignments/second)	: 706167.635467041
684.16/682.12	c non guided choices	0
684.16/682.12	c learnt constraints type 
684.16/682.12	s OPTIMUM FOUND
684.16/682.12	c Found 3 solution(s)
684.16/682.12	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
684.16/682.12	c objective function=5
684.16/682.12	c Total wall clock time (in seconds): 682.009

Verifier Data

OK	5

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

pid=28486
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.07 2.13 2.08 3/195 28489
/proc/meminfo: memFree=31303448/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/28489/stat : 28489 (java) R 28486 28489 26669 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 29151141 274432 4 33554432000 1073741824 1073778376 140736246489424 140734673530488 224922332599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 67 20 13 9 0 24 0

[startup+0.100135 s]
/proc/loadavg: 2.07 2.13 2.08 3/195 28489
/proc/meminfo: memFree=31303448/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 29151141 9787879424 6035 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 2.07 2.13 2.08 3/195 28489
/proc/meminfo: memFree=31303448/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 4620 0 1 0 21 1 0 0 20 0 18 0 29151141 9787879424 6701 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2389619 6701 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300341 s]
/proc/loadavg: 2.07 2.13 2.08 3/195 28489
/proc/meminfo: memFree=31303448/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 5636 0 1 0 43 1 0 0 20 0 18 0 29151141 9787879424 7856 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2389619 7856 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700293 s]
/proc/loadavg: 2.07 2.13 2.08 3/195 28489
/proc/meminfo: memFree=31303448/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 10013 0 1 0 133 2 0 0 20 0 19 0 29151141 9856040960 11087 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 11087 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.07 2.13 2.08 3/214 28508
/proc/meminfo: memFree=31265076/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 10070 0 1 0 218 2 0 0 20 0 19 0 29151141 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 11607 2274 9 0 2396937 0
[pid=28489/tid=28491] ppid=28486 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/28489/task/28491/stat : 28491 (java) R 28486 28489 26669 0 -1 4202560 2420 0 1 0 146 0 0 0 20 0 19 0 29151142 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898408537792 139898241744934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28492] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28492/stat : 28492 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898370038696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28493] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28493/stat : 28493 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898368986152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 3732 0 0 0 32 0 0 0 20 0 19 0 29151148 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 2644 0 0 0 38 0 0 0 20 0 19 0 29151148 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 11607 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.06 2.12 2.08 3/214 28508
/proc/meminfo: memFree=31262348/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 10241 0 1 0 384 2 0 0 20 0 19 0 29151141 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 12672 2274 9 0 2396937 0
[pid=28489/tid=28491] ppid=28486 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28489/task/28491/stat : 28491 (java) R 28486 28489 26669 0 -1 4202560 2422 0 1 0 305 0 0 0 20 0 19 0 29151142 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898408546792 139898242268065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28492] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28492/stat : 28492 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898370038696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28493] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28493/stat : 28493 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898368986152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 3732 0 0 0 33 0 0 0 20 0 19 0 29151148 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 2813 0 0 0 45 0 0 0 20 0 19 0 29151148 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 12672 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.06 2.12 2.08 3/214 28508
/proc/meminfo: memFree=31256000/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=7.08 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 10244 0 1 0 706 2 0 0 20 0 19 0 29151141 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 13559 2274 9 0 2396937 0
[pid=28489/tid=28491] ppid=28486 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/28489/task/28491/stat : 28491 (java) R 28486 28489 26669 0 -1 4202560 2425 0 1 0 623 2 0 0 20 0 19 0 29151142 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898408546616 139898242262885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28492] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28492/stat : 28492 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898370038696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28493] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28493/stat : 28493 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898368986152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29151144 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 3732 0 0 0 33 0 0 0 20 0 19 0 29151148 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 2813 0 0 0 48 0 0 0 20 0 19 0 29151148 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 13559 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 188 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 10872 0 0 0 71 3 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 8933 0 0 0 114 2 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 39 0 0 0 5 11 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 682.85
Current children cumulated vsize (KiB) 9625040

[startup+681.601 s]
/proc/loadavg: 2.14 2.11 2.09 3/213 28589
/proc/meminfo: memFree=31197536/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=683.65 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 24244 0 1 0 68341 24 0 0 20 0 19 0 29151141 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 68351 2289 9 0 2396937 0
[pid=28489/tid=28491] ppid=28486 vsize=9625040 CPUtime=681.41 cores=1,3,5,7
/proc/28489/task/28491/stat : 28491 (java) R 28486 28489 26669 0 -1 4202560 2495 0 1 0 68127 14 0 0 20 0 19 0 29151142 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898408537776 139898242262885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28492] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28492/stat : 28492 (java) S 28486 28489 26669 0 -1 4202560 124 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898370038696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28493] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28493/stat : 28493 (java) S 28486 28489 26669 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898368986152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 188 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 10872 0 0 0 71 3 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 8933 0 0 0 114 2 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 39 0 0 0 5 11 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 683.65
Current children cumulated vsize (KiB) 9625040

[startup+682.001 s]
/proc/loadavg: 2.14 2.11 2.09 3/213 28589
/proc/meminfo: memFree=31197536/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=684.06 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 24244 0 1 0 68382 24 0 0 20 0 19 0 29151141 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 68351 2289 9 0 2396937 0
[pid=28489/tid=28491] ppid=28486 vsize=9625040 CPUtime=681.82 cores=1,3,5,7
/proc/28489/task/28491/stat : 28491 (java) R 28486 28489 26669 0 -1 4202560 2495 0 1 0 68168 14 0 0 20 0 19 0 29151142 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898408537776 139898242262763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28492] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28492/stat : 28492 (java) S 28486 28489 26669 0 -1 4202560 124 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898370038696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28493] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28493/stat : 28493 (java) S 28486 28489 26669 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898368986152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 188 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 10872 0 0 0 71 3 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 8933 0 0 0 114 2 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 39 0 0 0 5 11 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 684.06
Current children cumulated vsize (KiB) 9625040

[startup+682.108 s]
/proc/loadavg: 2.14 2.11 2.09 3/213 28589
/proc/meminfo: memFree=31197536/32872528 swapFree=163656/177964
[pid=28489] ppid=28486 vsize=9625040 CPUtime=684.16 cores=1,3,5,7
/proc/28489/stat : 28489 (java) S 28486 28489 26669 0 -1 4202496 24245 0 1 0 68392 24 0 0 20 0 19 0 29151141 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 140736246480560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28489/statm: 2406260 68351 2289 9 0 2396937 0
[pid=28489/tid=28491] ppid=28486 vsize=9625040 CPUtime=681.92 cores=1,3,5,7
/proc/28489/task/28491/stat : 28491 (java) R 28486 28489 26669 0 -1 4202560 2495 0 1 0 68178 14 0 0 20 0 19 0 29151142 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898408537776 139898242466832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28492] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28492/stat : 28492 (java) S 28486 28489 26669 0 -1 4202560 124 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898370038696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28493] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28493/stat : 28493 (java) S 28486 28489 26669 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898368986152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28494] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28494/stat : 28494 (java) S 28486 28489 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898367933096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28495] ppid=28486 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28489/task/28495/stat : 28495 (java) S 28486 28489 26669 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898366880552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28496] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28496/stat : 28496 (java) S 28486 28489 26669 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898365827496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28497] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28497/stat : 28497 (java) S 28486 28489 26669 0 -1 4202560 188 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898364774952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28498] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28498/stat : 28498 (java) S 28486 28489 26669 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898363721896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28499] ppid=28486 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28489/task/28499/stat : 28499 (java) S 28486 28489 26669 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 29151144 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898362669352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28489/tid=28500] ppid=28486 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28489/task/28500/stat : 28500 (java) S 28486 28489 26669 0 -1 4202560 21 0 0 0 0 1 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898232200040 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28501] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28501/stat : 28501 (java) S 28486 28489 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898231146360 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28502] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28502/stat : 28502 (java) S 28486 28489 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29151145 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898230093192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28503] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28503/stat : 28503 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898229041936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28504] ppid=28486 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28489/task/28504/stat : 28504 (java) S 28486 28489 26669 0 -1 4202560 10872 0 0 0 71 3 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898227988792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28489/tid=28505] ppid=28486 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/28489/task/28505/stat : 28505 (java) S 28486 28489 26669 0 -1 4202560 8934 0 0 0 114 2 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139898226936248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28506] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28506/stat : 28506 (java) S 28486 28489 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897352481016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28489/tid=28507] ppid=28486 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28489/task/28507/stat : 28507 (java) S 28486 28489 26669 0 -1 4202560 39 0 0 0 5 11 0 0 20 0 19 0 29151148 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897351428680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28489/tid=28508] ppid=28486 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28489/task/28508/stat : 28508 (java) S 28486 28489 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29151177 9856040960 68351 33554432000 1073741824 1073778376 140736246489424 139897350374952 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 684.16
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 682.14
CPU time (s): 684.409
CPU user time (s): 683.947
CPU system time (s): 0.461929
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 683.947
system time used= 0.461929
maximum resident set size= 273452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24263
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14782
involuntary context switches= 3634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53331 second user time and 6.34204 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 19:30:12
IDJOB=4106573
IDBENCH=48111
IDSOLVER=2546
FILE ID=node105/4106573-1466271012
RUNJOBID= node105-1466265085-26686
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= aa10899bd7f711370f6ef9f1251ce7f2
RANDOM SEED=1883635443

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:        31304092 kB
Buffers:           89356 kB
Cached:           178800 kB
SwapCached:         1684 kB
Active:           458300 kB
Inactive:         186428 kB
Active(anon):     375572 kB
Inactive(anon):     2976 kB
Active(file):      82728 kB
Inactive(file):   183452 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:        620900 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             605160 kB
SReclaimable:      48564 kB
SUnreclaim:       556596 kB
KernelStack:        1768 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1002616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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 19:41:34