Trace number 4106288

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 PB16OPT3 383.71 382.085

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=487-P1=127-P2=347-P3=419-P4=367-P5=149-P6=419-B.opb
MD5SUM79cf27053836a1888aee43ca3805fcdd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.144977
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
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 constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106288-1466270451.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.17	c ... done. Wall clock time 0.074s.
0.11/0.17	c declared #vars     162
0.11/0.17	c internal #vars     648
0.11/0.17	c #constraints  991
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.11/0.17	c 991 constraints processed.
0.11/0.17	c objective function length is 9 literals
0.76/0.55	c cleaning 2489 clauses out of 5000 with flag 10420/5000
1.36/1.04	c cleaning 4246 clauses out of 8511 with flag 29802/11000
1.87/1.54	c cleaning 5627 clauses out of 11265 with flag 49288/18000
2.33/1.99	c cleaning 6811 clauses out of 13640 with flag 66151/26002
3.14/2.77	c cleaning 7900 clauses out of 15828 with flag 84819/35001
4.24/3.89	c cleaning 8953 clauses out of 17928 with flag 105953/45001
5.34/4.97	c cleaning 9965 clauses out of 19974 with flag 130542/56000
6.44/6.07	c cleaning 10996 clauses out of 22009 with flag 155882/68000
7.64/7.25	c cleaning 11992 clauses out of 24014 with flag 186358/81001
9.04/8.64	c cleaning 13004 clauses out of 26022 with flag 217393/95001
10.84/10.43	c cleaning 14000 clauses out of 28017 with flag 251072/110000
12.66/12.25	c cleaning 15000 clauses out of 30017 with flag 285846/126000
14.15/13.77	c cleaning 15988 clauses out of 32017 with flag 323060/143000
15.95/15.53	c cleaning 17005 clauses out of 34029 with flag 363433/161000
16.55/16.12	c SATISFIABLE
16.55/16.12	c OPTIMIZING...
16.55/16.12	c Got one! Elapsed wall clock time (in seconds):16.017
16.55/16.12	o 241
16.96/16.58	c cleaning 14423 clauses out of 28859 with flag 10926/172835
17.94/17.35	c cleaning 10211 clauses out of 20437 with flag 25167/178836
18.73/17.74	c cleaning 8607 clauses out of 17225 with flag 40022/185835
19.62/18.60	c cleaning 8300 clauses out of 16618 with flag 58721/193835
19.72/18.71	c Got one! Elapsed wall clock time (in seconds):18.613
19.72/18.71	o 109
19.82/18.86	c cleaning 6852 clauses out of 13713 with flag 6406/199230
20.22/19.27	c cleaning 6430 clauses out of 12862 with flag 19747/205231
20.72/19.75	c cleaning 6697 clauses out of 13432 with flag 35131/212231
21.11/20.18	c cleaning 7365 clauses out of 14734 with flag 52188/220230
21.72/20.76	c cleaning 8173 clauses out of 16370 with flag 73023/229231
22.42/21.48	c cleaning 9097 clauses out of 18196 with flag 96371/239230
23.22/22.20	c cleaning 10036 clauses out of 20100 with flag 120773/250231
23.22/22.29	c Got one! Elapsed wall clock time (in seconds):22.188
23.22/22.29	o 25
23.42/22.44	c cleaning 7527 clauses out of 15065 with flag 6663/255232
23.72/22.79	c cleaning 6752 clauses out of 13538 with flag 19853/261232
24.13/23.15	c cleaning 6880 clauses out of 13787 with flag 34799/268233
24.72/23.71	c cleaning 7439 clauses out of 14906 with flag 54657/276232
25.23/24.26	c cleaning 8221 clauses out of 16470 with flag 75863/285235
26.02/25.00	c cleaning 9115 clauses out of 18246 with flag 100164/295232
26.82/25.88	c cleaning 10057 clauses out of 20132 with flag 127708/306233
27.82/26.87	c cleaning 11027 clauses out of 22075 with flag 155081/318233
29.12/28.12	c cleaning 12012 clauses out of 24047 with flag 183756/331232
29.53/28.50	c Got one! Elapsed wall clock time (in seconds):28.399
29.53/28.50	o 23
29.75/28.78	c cleaning 11236 clauses out of 22514 with flag 11070/341711
30.04/29.09	c cleaning 8615 clauses out of 17278 with flag 23290/347711
30.34/29.30	c Got one! Elapsed wall clock time (in seconds):29.204
30.34/29.30	o 9
30.34/29.38	c cleaning 7173 clauses out of 14358 with flag 2318/353406
30.75/29.75	c cleaning 6589 clauses out of 13186 with flag 15037/359407
31.34/30.33	c cleaning 6789 clauses out of 13596 with flag 31019/366406
31.74/30.80	c cleaning 7389 clauses out of 14807 with flag 48701/374406
32.44/31.42	c cleaning 8200 clauses out of 16418 with flag 70466/383406
33.14/32.19	c cleaning 9109 clauses out of 18219 with flag 95088/393407
33.24/32.27	c Got one! Elapsed wall clock time (in seconds):32.171
33.24/32.27	o 5
33.54/32.54	c cleaning 7509 clauses out of 15040 with flag 9456/399337
33.84/32.84	c cleaning 6758 clauses out of 13531 with flag 22393/405337
34.24/33.25	c Got one! Elapsed wall clock time (in seconds):33.147
34.24/33.25	o 3
34.54/33.51	c cleaning 9299 clauses out of 18610 with flag 10919/417174
34.94/33.90	c cleaning 7652 clauses out of 15312 with flag 25429/423175
35.25/34.24	c cleaning 7322 clauses out of 14660 with flag 41100/430175
35.84/34.82	c cleaning 7662 clauses out of 15338 with flag 60993/438175
36.44/35.50	c cleaning 8331 clauses out of 16675 with flag 80747/447174
37.24/36.30	c cleaning 9160 clauses out of 18345 with flag 104325/457175
38.14/37.15	c cleaning 10086 clauses out of 20184 with flag 129647/468174
39.14/38.18	c cleaning 11043 clauses out of 22098 with flag 159087/480174
39.94/38.97	c cleaning 12016 clauses out of 24056 with flag 188708/493175
41.14/40.16	c cleaning 13015 clauses out of 26039 with flag 221351/507174
42.54/41.54	c cleaning 14006 clauses out of 28024 with flag 255339/522174
43.84/42.85	c cleaning 15008 clauses out of 30020 with flag 290718/538176
45.24/44.22	c cleaning 15999 clauses out of 32010 with flag 329005/555174
46.74/45.79	c cleaning 16994 clauses out of 34011 with flag 370376/573174
48.26/47.29	c cleaning 18006 clauses out of 36018 with flag 413898/592175
49.94/48.83	c cleaning 18999 clauses out of 38011 with flag 459005/612175
52.13/50.93	c cleaning 19992 clauses out of 40011 with flag 505781/633174
54.73/53.54	c cleaning 21003 clauses out of 42020 with flag 552931/655175
57.53/56.37	c cleaning 22004 clauses out of 44016 with flag 602381/678174
61.05/59.83	c cleaning 23002 clauses out of 46013 with flag 654764/702175
64.65/63.49	c cleaning 24001 clauses out of 48011 with flag 708743/727175
68.95/67.74	c cleaning 24991 clauses out of 50009 with flag 769037/753174
72.16/70.99	c cleaning 25995 clauses out of 52019 with flag 828191/780175
75.56/74.35	c cleaning 26994 clauses out of 54024 with flag 890811/808175
79.66/78.46	c cleaning 28005 clauses out of 56029 with flag 956274/837174
84.06/82.84	c cleaning 29008 clauses out of 58024 with flag 1023177/867174
88.86/87.65	c cleaning 29995 clauses out of 60017 with flag 1093629/898175
92.06/90.87	c cleaning 30986 clauses out of 62022 with flag 1166338/930175
97.26/96.04	c cleaning 31999 clauses out of 64036 with flag 1240708/963175
101.56/100.37	c cleaning 33008 clauses out of 66037 with flag 1318681/997175
105.46/104.25	c cleaning 33990 clauses out of 68028 with flag 1402402/1032174
109.77/108.51	c cleaning 35009 clauses out of 70039 with flag 1484203/1068175
117.17/115.95	c cleaning 36002 clauses out of 72029 with flag 1566769/1105174
123.17/121.94	c cleaning 37006 clauses out of 74027 with flag 1651789/1143174
127.47/126.27	c cleaning 37999 clauses out of 76020 with flag 1742625/1182174
132.97/131.73	c cleaning 39003 clauses out of 78022 with flag 1834758/1222175
138.08/136.89	c cleaning 40002 clauses out of 80019 with flag 1924537/1263175
142.78/141.53	c cleaning 40996 clauses out of 82016 with flag 2017466/1305174
149.58/148.30	c cleaning 41997 clauses out of 84021 with flag 2111864/1348175
156.65/155.36	c cleaning 43010 clauses out of 86025 with flag 2209858/1392176
163.05/161.77	c cleaning 43996 clauses out of 88014 with flag 2309193/1437175
170.34/169.02	c cleaning 45001 clauses out of 90019 with flag 2408422/1483176
176.44/175.14	c cleaning 45999 clauses out of 92016 with flag 2514174/1530175
183.04/181.73	c cleaning 47002 clauses out of 94016 with flag 2618492/1578174
190.14/188.83	c cleaning 48007 clauses out of 96017 with flag 2732636/1627177
198.14/196.86	c cleaning 48994 clauses out of 98007 with flag 2842546/1677174
205.25/203.99	c cleaning 49996 clauses out of 100014 with flag 2958544/1728175
215.55/214.15	c cleaning 51000 clauses out of 102017 with flag 3070677/1780175
224.85/223.46	c cleaning 52004 clauses out of 104019 with flag 3187869/1833177
234.34/232.92	c cleaning 53001 clauses out of 106013 with flag 3308334/1887175
244.04/242.66	c cleaning 53995 clauses out of 108012 with flag 3426780/1942175
253.85/252.45	c cleaning 55000 clauses out of 110017 with flag 3549993/1998175
264.36/262.99	c cleaning 56000 clauses out of 112017 with flag 3673590/2055175
275.11/273.58	c cleaning 56998 clauses out of 114016 with flag 3801864/2113174
287.52/285.90	c cleaning 58007 clauses out of 116019 with flag 3935045/2172175
299.42/297.80	c cleaning 58999 clauses out of 118012 with flag 4072587/2232175
316.82/315.23	c cleaning 60001 clauses out of 120012 with flag 4210249/2293174
333.93/332.39	c cleaning 60999 clauses out of 122011 with flag 4354564/2355174
355.41/353.74	c cleaning 62002 clauses out of 124012 with flag 4497831/2418175
376.81/375.12	c cleaning 62997 clauses out of 126007 with flag 4637925/2482174
383.71/382.07	c starts		: 4495
383.71/382.07	c conflicts		: 2513312
383.71/382.07	c decisions		: 2825435
383.71/382.07	c propagations		: 53330224
383.71/382.07	c inspects		: 7441980323
383.71/382.07	c shortcuts		: 0
383.71/382.07	c learnt literals	: 21
383.71/382.07	c learnt binary clauses	: 26
383.71/382.07	c learnt ternary clauses	: 53
383.71/382.07	c learnt constraints	: 2513290
383.71/382.07	c ignored constraints	: 0
383.71/382.07	c root simplifications	: 0
383.71/382.07	c removed literals (reason simplification)	: 0
383.71/382.07	c reason swapping (by a shorter reason)	: 0
383.71/382.07	c Calls to reduceDB	: 104
383.71/382.07	c Number of update (reduction) of LBD	: 80516
383.71/382.07	c Imported unit clauses	: 0
383.71/382.07	c number of reductions to clauses (during analyze)	: 0
383.71/382.07	c number of learned constraints concerned by reduction	: 0
383.71/382.07	c number of learning phase by resolution	: 0
383.71/382.07	c number of learning phase by cutting planes	: 0
383.71/382.07	c speed (assignments/second)	: 139649.22607996606
383.71/382.07	c non guided choices	16009
383.71/382.07	c learnt constraints type 
383.71/382.07	s OPTIMUM FOUND
383.71/382.07	c Found 7 solution(s)
383.71/382.07	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 -x101 x102 x103 -x104 x105 x106 x107 x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 x119 -x120 x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 x138 -x139 -x140 x141 -x142 x143 -x144 -x145 x146 x147 -x148 x149 x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 x159 x160 x161 x162 
383.71/382.07	c objective function=3
383.71/382.07	c Total wall clock time (in seconds): 381.967

Verifier Data

OK	3

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-4106288-1466270451/watcher-4106288-1466270451 -o /tmp/evaluation-result-4106288-1466270451/solver-4106288-1466270451 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106288-1466270451.opb 

pid=27078
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.15 2.20 2.18 3/195 27081
/proc/meminfo: memFree=29901344/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 2 0 29091746 96370688 931 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 23544 938 712 9 0 16769 0
[pid=27081/tid=27082] ppid=27078 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 2 0 29091747 98635776 966 33554432000 1073741824 1073778376 140734447303344 140377730371112 140377727129536 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100058 s]
/proc/loadavg: 2.15 2.20 2.18 3/195 27081
/proc/meminfo: memFree=29901344/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 29091746 9787879424 6123 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2389619 6123 2157 9 0 2380296 0
[pid=27081/tid=27082] ppid=27078 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 29091747 9787879424 6123 33554432000 1073741824 1073778376 140734447303344 140377730376424 270710923701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 2.15 2.20 2.18 3/195 27081
/proc/meminfo: memFree=29901344/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 5085 0 1 0 26 1 0 0 20 0 19 0 29091746 9856040960 7553 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 7553 2224 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2411 0 1 0 17 0 0 0 20 0 19 0 29091747 9856040960 7553 33554432000 1073741824 1073778376 140734447303344 140377730376320 140377600417176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300247 s]
/proc/loadavg: 2.15 2.20 2.18 3/195 27081
/proc/meminfo: memFree=29901344/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 6185 0 1 0 52 1 0 0 20 0 19 0 29091746 9856040960 8228 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 8228 2245 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2419 0 1 0 27 0 0 0 20 0 19 0 29091747 9856040960 8228 33554432000 1073741824 1073778376 140734447303344 140377730375944 140377733661591 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.7002 s]
/proc/loadavg: 2.15 2.20 2.18 3/195 27081
/proc/meminfo: memFree=29901344/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 7321 0 1 0 101 1 0 0 20 0 19 0 29091746 9856040960 9330 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 9330 2253 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2420 0 1 0 67 0 0 0 20 0 19 0 29091747 9856040960 9330 33554432000 1073741824 1073778376 140734447303344 140377730375944 140377600815125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.22 2.21 2.18 3/214 27100
/proc/meminfo: memFree=29870864/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 7436 0 1 0 185 2 0 0 20 0 19 0 29091746 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 10786 2256 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2424 0 1 0 147 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377730375016 140377600828787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27084] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377719438248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27085] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377572719656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27086] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377571666600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27087] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27087/stat : 27087 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377570614056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27088] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27088/stat : 27088 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377569561000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27089] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27089/stat : 27089 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377568508456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27090] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27090/stat : 27090 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377567455400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27091] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27091/stat : 27091 (java) S 27078 27081 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377566402856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27092] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27092/stat : 27092 (java) S 27078 27081 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29091748 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377554205544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 819 0 0 0 13 0 0 0 20 0 19 0 29091751 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27081/task/27097/stat : 27097 (java) S 27078 27081 21988 0 -1 4202560 2920 0 0 0 22 0 0 0 20 0 19 0 29091751 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377548941752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27098] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27098/stat : 27098 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377547888888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27099] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27099/stat : 27099 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377546836552 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27100] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27100/stat : 27100 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091764 9856040960 10786 33554432000 1073741824 1073778376 140734447303344 140377545782824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.22 2.21 2.18 3/214 27100
/proc/meminfo: memFree=29861432/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 8068 0 1 0 352 2 0 0 20 0 19 0 29091746 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 12507 2257 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2428 0 1 0 306 1 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377730374048 140377600554145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27084] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377719438248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27085] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377572719656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27086] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377571666600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27087] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27087/stat : 27087 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377570614056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27088] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27088/stat : 27088 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377569561000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27089] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27089/stat : 27089 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377568508456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27090] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27090/stat : 27090 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377567455400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27091] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27091/stat : 27091 (java) S 27078 27081 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377566402856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27092] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27092/stat : 27092 (java) S 27078 27081 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29091748 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377554205544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 889 0 0 0 14 0 0 0 20 0 19 0 29091751 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27081/task/27097/stat : 27097 (java) S 27078 27081 21988 0 -1 4202560 3478 0 0 0 29 0 0 0 20 0 19 0 29091751 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377548941752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27098] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27098/stat : 27098 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377547888888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27099] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27099/stat : 27099 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377546836552 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27100] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27100/stat : 27100 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091764 9856040960 12507 33554432000 1073741824 1073778376 140734447303344 140377545782824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.21 2.18 3/214 27100
/proc/meminfo: memFree=29849292/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 8076 0 1 0 672 2 0 0 20 0 19 0 29091746 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 15522 2258 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2435 0 1 0 625 1 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377730367168 140377600828787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27084] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377719438248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27085] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377572719656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27086] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377571666600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27087] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27087/stat : 27087 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377570614056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27088] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27088/stat : 27088 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377569561000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27089] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27089/stat : 27089 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377568508456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27090] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27090/stat : 27090 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377567455400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27091] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27091/stat : 27091 (java) S 27078 27081 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29091747 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377566402856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27092] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27092/stat : 27092 (java) S 27078 27081 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29091748 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377554205544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 889 0 0 0 14 0 0 0 20 0 19 0 29091751 9856040960 15522 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=0.29 cores=0,2,4,6

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

[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 910 0 0 0 18 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27081/task/27097/stat : 27097 (java) S 27078 27081 21988 0 -1 4202560 12761 0 0 0 101 2 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377548941752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27098] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27098/stat : 27098 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377547888888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27099] ppid=27078 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27081/task/27099/stat : 27099 (java) S 27078 27081 21988 0 -1 4202560 24 0 0 0 1 6 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377546836552 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27100] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27100/stat : 27100 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091764 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377545782824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 380.91
Current children cumulated vsize (KiB) 9625040

[startup+380.801 s]
/proc/loadavg: 2.21 2.21 2.18 3/213 27107
/proc/meminfo: memFree=29226188/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=382.51 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 18883 0 1 0 38223 28 0 0 20 0 19 0 29091746 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 83824 2272 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=379.57 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2500 0 1 0 37949 8 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377730367152 140377600739338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27084] ppid=27078 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (java) S 27078 27081 21988 0 -1 4202560 274 0 0 0 10 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377719438248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27085] ppid=27078 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (java) S 27078 27081 21988 0 -1 4202560 116 0 0 0 5 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377572719656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27086] ppid=27078 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (java) S 27078 27081 21988 0 -1 4202560 179 0 0 0 6 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377571666600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27087] ppid=27078 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27081/task/27087/stat : 27087 (java) S 27078 27081 21988 0 -1 4202560 180 0 0 0 4 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377570614056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27088] ppid=27078 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27081/task/27088/stat : 27088 (java) S 27078 27081 21988 0 -1 4202560 54 0 0 0 3 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377569561000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27089] ppid=27078 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27081/task/27089/stat : 27089 (java) S 27078 27081 21988 0 -1 4202560 270 0 0 0 3 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377568508456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27090] ppid=27078 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27081/task/27090/stat : 27090 (java) S 27078 27081 21988 0 -1 4202560 163 0 0 0 2 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377567455400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27091] ppid=27078 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27081/task/27091/stat : 27091 (java) S 27078 27081 21988 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377566402856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27092] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27092/stat : 27092 (java) S 27078 27081 21988 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 19 0 29091748 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377554205544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 910 0 0 0 18 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27081/task/27097/stat : 27097 (java) S 27078 27081 21988 0 -1 4202560 12761 0 0 0 101 2 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377548941752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27098] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27098/stat : 27098 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377547888888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27099] ppid=27078 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27081/task/27099/stat : 27099 (java) S 27078 27081 21988 0 -1 4202560 24 0 0 0 1 6 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377546836552 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27100] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27100/stat : 27100 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091764 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377545782824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 382.51
Current children cumulated vsize (KiB) 9625040

[startup+381.601 s]
/proc/loadavg: 2.21 2.21 2.18 3/213 27107
/proc/meminfo: memFree=29226188/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=383.31 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 18883 0 1 0 38303 28 0 0 20 0 19 0 29091746 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 83824 2272 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=380.37 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2500 0 1 0 38029 8 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377730367152 140377600828787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27084] ppid=27078 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (java) S 27078 27081 21988 0 -1 4202560 274 0 0 0 10 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377719438248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27085] ppid=27078 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (java) S 27078 27081 21988 0 -1 4202560 116 0 0 0 5 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377572719656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27086] ppid=27078 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (java) S 27078 27081 21988 0 -1 4202560 179 0 0 0 6 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377571666600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27087] ppid=27078 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27081/task/27087/stat : 27087 (java) S 27078 27081 21988 0 -1 4202560 180 0 0 0 4 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377570614056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27088] ppid=27078 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27081/task/27088/stat : 27088 (java) S 27078 27081 21988 0 -1 4202560 54 0 0 0 3 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377569561000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27089] ppid=27078 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27081/task/27089/stat : 27089 (java) S 27078 27081 21988 0 -1 4202560 270 0 0 0 3 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377568508456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27090] ppid=27078 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27081/task/27090/stat : 27090 (java) S 27078 27081 21988 0 -1 4202560 163 0 0 0 2 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377567455400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27091] ppid=27078 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27081/task/27091/stat : 27091 (java) S 27078 27081 21988 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377566402856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27092] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27092/stat : 27092 (java) S 27078 27081 21988 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 19 0 29091748 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377554205544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 910 0 0 0 18 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27081/task/27097/stat : 27097 (java) S 27078 27081 21988 0 -1 4202560 12761 0 0 0 101 2 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377548941752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27098] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27098/stat : 27098 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377547888888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27099] ppid=27078 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27081/task/27099/stat : 27099 (java) S 27078 27081 21988 0 -1 4202560 24 0 0 0 1 6 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377546836552 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27100] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27100/stat : 27100 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091764 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377545782824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 383.31
Current children cumulated vsize (KiB) 9625040

[startup+382.001 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 27107
/proc/meminfo: memFree=29226188/32872528 swapFree=1542984/1696284
[pid=27081] ppid=27078 vsize=9625040 CPUtime=383.71 cores=0,2,4,6
/proc/27081/stat : 27081 (java) S 27078 27081 21988 0 -1 4202496 18884 0 1 0 38343 28 0 0 20 0 19 0 29091746 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140734447294480 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27081/statm: 2406260 83824 2272 9 0 2396937 0
[pid=27081/tid=27082] ppid=27078 vsize=9625040 CPUtime=380.77 cores=0,2,4,6
/proc/27081/task/27082/stat : 27082 (java) R 27078 27081 21988 0 -1 4202560 2500 0 1 0 38069 8 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377730367152 140377600926370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27081/tid=27084] ppid=27078 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/27081/task/27084/stat : 27084 (java) S 27078 27081 21988 0 -1 4202560 274 0 0 0 10 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377719438248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27085] ppid=27078 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/27081/task/27085/stat : 27085 (java) S 27078 27081 21988 0 -1 4202560 116 0 0 0 5 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377572719656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27086] ppid=27078 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/27081/task/27086/stat : 27086 (java) S 27078 27081 21988 0 -1 4202560 179 0 0 0 6 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377571666600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27087] ppid=27078 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27081/task/27087/stat : 27087 (java) S 27078 27081 21988 0 -1 4202560 180 0 0 0 4 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377570614056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27088] ppid=27078 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/27081/task/27088/stat : 27088 (java) S 27078 27081 21988 0 -1 4202560 54 0 0 0 3 3 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377569561000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27089] ppid=27078 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27081/task/27089/stat : 27089 (java) S 27078 27081 21988 0 -1 4202560 270 0 0 0 3 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377568508456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27090] ppid=27078 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27081/task/27090/stat : 27090 (java) S 27078 27081 21988 0 -1 4202560 163 0 0 0 2 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377567455400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27091] ppid=27078 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27081/task/27091/stat : 27091 (java) S 27078 27081 21988 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 19 0 29091747 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377566402856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27092] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27092/stat : 27092 (java) S 27078 27081 21988 0 -1 4202560 79 0 0 0 0 0 0 0 20 0 19 0 29091748 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377554205544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27093] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27093/stat : 27093 (java) S 27078 27081 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377553151864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27094] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27094/stat : 27094 (java) S 27078 27081 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29091749 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377552098696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27095] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27095/stat : 27095 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377551047440 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27096] ppid=27078 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/27081/task/27096/stat : 27096 (java) S 27078 27081 21988 0 -1 4202560 910 0 0 0 18 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377549994296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27097] ppid=27078 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/27081/task/27097/stat : 27097 (java) R 27078 27081 21988 0 -1 4202560 12762 0 0 0 101 2 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377548941752 140377733071777 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27081/tid=27098] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27098/stat : 27098 (java) S 27078 27081 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377547888888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27081/tid=27099] ppid=27078 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/27081/task/27099/stat : 27099 (java) S 27078 27081 21988 0 -1 4202560 24 0 0 0 1 6 0 0 20 0 19 0 29091751 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377546836552 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27081/tid=27100] ppid=27078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27081/task/27100/stat : 27100 (java) S 27078 27081 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29091764 9856040960 83824 33554432000 1073741824 1073778376 140734447303344 140377545782824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 383.71
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27081 and gives
#  childrusage.ru_utime.tv_sec=382
#  childrusage.ru_utime.tv_usec=443859
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=481926
# CPU time returned by wait4() is 382.926
# while last known CPU time is 383.71
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 382.085
CPU time (s): 383.71
CPU user time (s): 383.43
CPU system time (s): 0.28
CPU usage (%): 100.425
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 382.444
system time used= 0.481926
maximum resident set size= 335356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18907
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8493
involuntary context switches= 705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31365 second user time and 2.51462 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 19:20:51
IDJOB=4106288
IDBENCH=48003
IDSOLVER=2546
FILE ID=node125/4106288-1466270451
RUNJOBID= node125-1466240732-22004
PBS_JOBID= 19918195
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=487-P1=127-P2=347-P3=419-P4=367-P5=149-P6=419-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106288-1466270451/watcher-4106288-1466270451 -o /tmp/evaluation-result-4106288-1466270451/solver-4106288-1466270451 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106288-1466270451.opb

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

MD5SUM BENCH= 79cf27053836a1888aee43ca3805fcdd
RANDOM SEED=574067406

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29902088 kB
Buffers:          140740 kB
Cached:           170596 kB
SwapCached:          688 kB
Active:           293192 kB
Inactive:         240184 kB
Active(anon):     223344 kB
Inactive(anon):     1040 kB
Active(file):      69848 kB
Inactive(file):   239144 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               568 kB
Writeback:             4 kB
AnonPages:       1921556 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             604828 kB
SReclaimable:      47988 kB
SUnreclaim:       556840 kB
KernelStack:        1576 kB
PageTables:         8380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2385636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71744 MiB
End job on node125 at 2016-06-18 19:27:13