Trace number 4106203

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 Res+CP PB16OPT3 470.304 234.076

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
MD5SUM39b4faf02952fa93fd33b15cbf6e7d18
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.096984
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 variables108
Total number of constraints9
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 constraints9
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)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106203-1466269233.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.079s.
0.10/0.19	c declared #vars     108
0.10/0.19	c internal #vars     432
0.10/0.19	c #constraints  661
0.10/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.25/0.20	c 661 constraints processed.
0.25/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
0.25/0.20	c 661 constraints processed.
0.25/0.20	c objective function length is 9 literals
2.62/0.82	c cleaning 2498 clauses out of 5000 with flag 11638/5000
5.05/1.50	c cleaning 4249 clauses out of 8503 with flag 26511/11001
6.68/2.38	c cleaning 5625 clauses out of 11254 with flag 44340/18001
8.93/3.42	c cleaning 6808 clauses out of 13628 with flag 66356/26000
11.36/4.63	c cleaning 7905 clauses out of 15820 with flag 89940/35000
14.68/6.23	c cleaning 8953 clauses out of 17917 with flag 114508/45002
17.28/7.51	c And the winner is solver0
17.30/7.70	c SATISFIABLE
17.30/7.70	c OPTIMIZING...
17.30/7.70	c Got one! Elapsed wall clock time (in seconds):7.585
17.30/7.70	o 289
18.52/8.29	c cleaning 12377 clauses out of 24759 with flag 10720/60797
19.12/8.58	c And the winner is solver0
19.31/8.70	c Got one! Elapsed wall clock time (in seconds):8.586
19.31/8.70	o 121
19.51/8.89	c cleaning 9091 clauses out of 18181 with flag 6076/66596
20.71/9.40	c cleaning 7546 clauses out of 15091 with flag 18535/72597
21.51/9.85	c cleaning 7267 clauses out of 14545 with flag 33073/79597
23.15/10.62	c cleaning 7634 clauses out of 15277 with flag 50001/87596
24.17/11.12	c And the winner is solver0
24.21/11.20	c Got one! Elapsed wall clock time (in seconds):11.087
24.21/11.20	o 35
25.00/11.66	c cleaning 10614 clauses out of 21229 with flag 10592/101182
26.44/12.31	c cleaning 8304 clauses out of 16614 with flag 23115/107181
27.66/12.85	c cleaning 7651 clauses out of 15310 with flag 37933/114181
27.98/12.92	c And the winner is solver0
28.22/13.20	c Got one! Elapsed wall clock time (in seconds):13.088
28.22/13.20	o 5
28.22/13.23	c And the winner is solver0
28.29/13.70	c Got one! Elapsed wall clock time (in seconds):13.589
28.29/13.70	o 3
28.87/14.04	c cleaning 7045 clauses out of 14089 with flag 10983/120611
29.72/14.46	c cleaning 6508 clauses out of 13044 with flag 23922/126611
30.70/14.91	c cleaning 6754 clauses out of 13536 with flag 38412/133611
31.76/15.49	c cleaning 7386 clauses out of 14784 with flag 55324/141613
32.95/16.08	c cleaning 8189 clauses out of 16397 with flag 74667/150612
34.75/16.92	c cleaning 9096 clauses out of 18207 with flag 96732/160611
37.16/18.13	c cleaning 10050 clauses out of 20112 with flag 122389/171612
39.75/19.23	c cleaning 11027 clauses out of 22062 with flag 149234/183612
42.31/20.37	c cleaning 12011 clauses out of 24035 with flag 177222/196612
44.91/21.70	c cleaning 12999 clauses out of 26024 with flag 213820/210612
47.51/22.98	c cleaning 14006 clauses out of 28025 with flag 249569/225612
50.52/24.46	c cleaning 15003 clauses out of 30018 with flag 285450/241611
53.31/25.89	c cleaning 16000 clauses out of 32016 with flag 325509/258612
56.77/27.59	c cleaning 17001 clauses out of 34016 with flag 370607/276612
61.56/29.93	c cleaning 17996 clauses out of 36015 with flag 414482/295612
65.77/32.03	c cleaning 18998 clauses out of 38019 with flag 462687/315612
71.81/35.07	c cleaning 20002 clauses out of 40020 with flag 510426/336611
75.23/36.72	c cleaning 0 clauses out of 6409 with flag 0/6411
78.84/38.43	c cleaning 21005 clauses out of 42019 with flag 570947/358612
86.16/42.07	c cleaning 21997 clauses out of 44013 with flag 631538/381611
93.56/45.71	c cleaning 22995 clauses out of 46016 with flag 691092/405611
99.81/48.84	c cleaning 24009 clauses out of 48022 with flag 748120/430612
108.46/53.14	c cleaning 24994 clauses out of 50013 with flag 810938/456612
118.60/58.13	c cleaning 26006 clauses out of 52018 with flag 878961/483611
130.86/64.22	c cleaning 26997 clauses out of 54012 with flag 940685/511612
141.33/69.43	c cleaning 27998 clauses out of 56014 with flag 1004441/540611
154.94/76.21	c cleaning 28998 clauses out of 58017 with flag 1071773/570612
169.38/83.40	c cleaning 29999 clauses out of 60019 with flag 1140335/601612
186.84/92.14	c cleaning 31002 clauses out of 62019 with flag 1214277/633611
201.08/99.25	c cleaning 32006 clauses out of 64017 with flag 1291558/666611
207.88/102.69	c cleaning 0 clauses out of 12409 with flag 0/12411
217.52/107.48	c cleaning 32998 clauses out of 66012 with flag 1369420/700612
241.01/119.14	c cleaning 34005 clauses out of 68015 with flag 1448790/735613
261.04/129.11	c cleaning 34999 clauses out of 70009 with flag 1528474/771612
279.75/138.45	c cleaning 36001 clauses out of 72009 with flag 1615567/808611
297.60/147.38	c cleaning 36997 clauses out of 74008 with flag 1704610/846611
316.69/156.84	c cleaning 38004 clauses out of 76010 with flag 1800032/885611
334.57/165.72	c cleaning 38998 clauses out of 78007 with flag 1892282/925612
359.28/178.02	c cleaning 39999 clauses out of 80010 with flag 1982850/966613
384.62/190.66	c cleaning 41002 clauses out of 82010 with flag 2077358/1008612
411.56/204.09	c cleaning 42001 clauses out of 84008 with flag 2173168/1051612
453.40/224.83	c cleaning 43000 clauses out of 86006 with flag 2273328/1095612
468.98/232.72	c And the winner is solver0
470.09/234.06	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
470.09/234.06	c starts		: 2362
470.09/234.06	c conflicts		: 1121530
470.09/234.06	c decisions		: 1268357
470.09/234.06	c propagations		: 24331902
470.09/234.06	c inspects		: 3596423092
470.09/234.06	c shortcuts		: 0
470.09/234.06	c learnt literals	: 21
470.09/234.06	c learnt binary clauses	: 20
470.09/234.06	c learnt ternary clauses	: 40
470.09/234.06	c learnt constraints	: 1121508
470.09/234.06	c ignored constraints	: 0
470.09/234.06	c root simplifications	: 0
470.09/234.06	c removed literals (reason simplification)	: 3795036
470.09/234.06	c reason swapping (by a shorter reason)	: 0
470.09/234.06	c Calls to reduceDB	: 54
470.09/234.06	c Number of update (reduction) of LBD	: 42137
470.09/234.06	c Imported unit clauses	: 0
470.09/234.06	c number of reductions to clauses (during analyze)	: 0
470.09/234.06	c number of learned constraints concerned by reduction	: 0
470.09/234.06	c number of learning phase by resolution	: 0
470.09/234.06	c number of learning phase by cutting planes	: 0
470.09/234.06	c speed (assignments/second)	: 104044.73616693748
470.09/234.06	c non guided choices	3614
470.09/234.06	c learnt constraints type 
470.09/234.06	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
470.09/234.06	c starts		: 66
470.09/234.06	c conflicts		: 17827
470.09/234.06	c decisions		: 20446
470.09/234.06	c propagations		: 308018
470.09/234.06	c inspects		: 315895181
470.09/234.06	c shortcuts		: 0
470.09/234.06	c learnt literals	: 0
470.09/234.06	c learnt binary clauses	: 0
470.09/234.06	c learnt ternary clauses	: 0
470.09/234.06	c learnt constraints	: 17824
470.09/234.06	c ignored constraints	: 0
470.09/234.06	c root simplifications	: 0
470.09/234.06	c removed literals (reason simplification)	: 0
470.09/234.06	c reason swapping (by a shorter reason)	: 0
470.09/234.06	c Calls to reduceDB	: 2
470.09/234.06	c Number of update (reduction) of LBD	: 0
470.09/234.06	c Imported unit clauses	: 0
470.09/234.06	c number of reductions to clauses (during analyze)	: 0
470.09/234.06	c number of learned constraints concerned by reduction	: 0
470.09/234.06	c number of learning phase by resolution	: 0
470.09/234.06	c number of learning phase by cutting planes	: 0
470.09/234.06	c speed (assignments/second)	: 1397.832578487343
470.09/234.06	c non guided choices	987
470.09/234.06	c learnt constraints type 
470.09/234.06	s OPTIMUM FOUND
470.09/234.06	c Found 5 solution(s)
470.09/234.06	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 
470.09/234.06	c objective function=3
470.09/234.06	c Total wall clock time (in seconds): 233.947

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-4106203-1466269233/watcher-4106203-1466269233 -o /tmp/evaluation-result-4106203-1466269233/solver-4106203-1466269233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106203-1466269233.opb 

pid=32435
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: 3.85 4.15 4.16 2/197 32438
/proc/meminfo: memFree=28808692/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 28971979 98570240 977 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 24065 977 743 9 0 16771 0
[pid=32438/tid=32439] ppid=32435 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) R 32435 32438 30091 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28971980 98570240 977 33554432000 1073741824 1073778376 140733861331712 140312516779560 270330054016 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 3.85 4.15 4.16 2/197 32438
/proc/meminfo: memFree=28808692/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 4402 0 1 0 9 1 0 0 20 0 18 0 28971979 9787879424 6041 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2389619 6041 2126 9 0 2380296 0
[pid=32438/tid=32439] ppid=32435 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) R 32435 32438 30091 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 28971980 9787879424 6041 33554432000 1073741824 1073778376 140733861331712 140312516783008 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 3.85 4.15 4.16 2/197 32438
/proc/meminfo: memFree=28808692/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 4870 0 1 0 23 2 0 0 20 0 18 0 28971979 9787879424 7499 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2389619 7499 2210 9 0 2380296 0
[pid=32438/tid=32439] ppid=32435 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) R 32435 32438 30091 0 -1 4202560 2431 0 1 0 16 1 0 0 20 0 18 0 28971980 9787879424 7499 33554432000 1073741824 1073778376 140733861331712 140312516780680 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300254 s]
/proc/loadavg: 3.85 4.15 4.16 2/197 32438
/proc/meminfo: memFree=28808692/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 8003 0 1 0 61 2 0 0 20 0 22 0 28971979 10060525568 10413 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 10413 2234 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) S 32435 32438 30091 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 28971980 10060525568 10413 33554432000 1073741824 1073778376 140733861331712 140312516785016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700217 s]
/proc/loadavg: 3.85 4.15 4.16 2/197 32438
/proc/meminfo: memFree=28808692/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 15650 0 1 0 217 4 0 0 20 0 22 0 28971979 10060525568 23446 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 23477 2256 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) S 32435 32438 30091 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 28971980 10060525568 23478 33554432000 1073741824 1073778376 140733861331712 140312516785016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50094 s]
/proc/loadavg: 3.85 4.15 4.16 6/219 32460
/proc/meminfo: memFree=28620744/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 27832 0 1 0 496 9 0 0 20 0 22 0 28971979 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 47975 2278 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) S 32435 32438 30091 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 28971980 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312516785016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32441] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32441/stat : 32441 (java) S 32435 32438 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312489236776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32442] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32442/stat : 32442 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312359512232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32443] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32443/stat : 32443 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312358459944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32444] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32444/stat : 32444 (java) S 32435 32438 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312357407144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32445] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32445/stat : 32445 (java) S 32435 32438 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312356354856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32446] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32446/stat : 32446 (java) S 32435 32438 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312355302056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32447] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32447/stat : 32447 (java) S 32435 32438 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312018152488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32448] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32448/stat : 32448 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312017099688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32449] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32449/stat : 32449 (java) S 32435 32438 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312004901096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32450] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32450/stat : 32450 (java) S 32435 32438 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312003847160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32451] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32451/stat : 32451 (java) S 32435 32438 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312002794760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32452] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32452/stat : 32452 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312001743248 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32453] ppid=32435 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/32438/task/32453/stat : 32453 (java) S 32435 32438 30091 0 -1 4202560 9339 0 0 0 105 2 0 0 20 0 22 0 28971985 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140312000690872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32454] ppid=32435 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/32438/task/32454/stat : 32454 (java) S 32435 32438 30091 0 -1 4202560 14536 0 0 0 113 2 0 0 20 0 22 0 28971985 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311999638072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32455] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32455/stat : 32455 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311998585976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32456] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32456/stat : 32456 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311997533384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32457] ppid=32435 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/32438/task/32457/stat : 32457 (java) R 32435 32438 30091 0 -1 4202560 27 0 0 0 126 0 0 0 20 0 22 0 28972000 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311996477904 270333426744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32458] ppid=32435 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/32438/task/32458/stat : 32458 (java) R 32435 32438 30091 0 -1 4202560 106 0 0 0 124 3 0 0 20 0 22 0 28972000 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311995423536 140312371282056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32459] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32459/stat : 32459 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28972000 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311994373288 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32460] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32460/stat : 32460 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28972000 10060525568 47975 33554432000 1073741824 1073778376 140733861331712 140311993320488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.85 4.15 4.16 4/219 32460
/proc/meminfo: memFree=28553776/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 28572 0 1 0 817 15 0 0 20 0 22 0 28971979 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 86477 2281 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) S 32435 32438 30091 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 28971980 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312516785016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32441] ppid=32435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32438/task/32441/stat : 32441 (java) S 32435 32438 30091 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312489236776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32442] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32442/stat : 32442 (java) S 32435 32438 30091 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312359512232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32443] ppid=32435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32438/task/32443/stat : 32443 (java) S 32435 32438 30091 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312358459944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32444] ppid=32435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32438/task/32444/stat : 32444 (java) S 32435 32438 30091 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312357407144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32445] ppid=32435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32438/task/32445/stat : 32445 (java) S 32435 32438 30091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312356354856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32446] ppid=32435 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32438/task/32446/stat : 32446 (java) S 32435 32438 30091 0 -1 4202560 148 0 0 0 1 1 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312355302056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32447] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32447/stat : 32447 (java) S 32435 32438 30091 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312018152488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32448] ppid=32435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32438/task/32448/stat : 32448 (java) S 32435 32438 30091 0 -1 4202560 151 0 0 0 1 0 0 0 20 0 22 0 28971981 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312017099688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32449] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32449/stat : 32449 (java) S 32435 32438 30091 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312004901096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32450] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32450/stat : 32450 (java) S 32435 32438 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312003847160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32451] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32451/stat : 32451 (java) S 32435 32438 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312002794760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32452] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32452/stat : 32452 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312001743248 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32453] ppid=32435 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/32438/task/32453/stat : 32453 (java) S 32435 32438 30091 0 -1 4202560 9342 0 0 0 106 2 0 0 20 0 22 0 28971985 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140312000690872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32454] ppid=32435 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/32438/task/32454/stat : 32454 (java) S 32435 32438 30091 0 -1 4202560 14536 0 0 0 114 2 0 0 20 0 22 0 28971985 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311999638072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32455] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32455/stat : 32455 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311998585976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32456] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32456/stat : 32456 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311997533384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32457] ppid=32435 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/32438/task/32457/stat : 32457 (java) R 32435 32438 30091 0 -1 4202560 29 0 0 0 281 0 0 0 20 0 22 0 28972000 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311996475792 140312370925334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32458] ppid=32435 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/32438/task/32458/stat : 32458 (java) R 32435 32438 30091 0 -1 4202560 163 0 0 0 277 5 0 0 20 0 22 0 28972000 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311995425000 140312370935189 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32459] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32459/stat : 32459 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28972000 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311994373288 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32460] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32460/stat : 32460 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28972000 10060525568 86477 33554432000 1073741824 1073778376 140733861331712 140311993320488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 3.79 4.13 4.15 4/219 32460
/proc/meminfo: memFree=28208204/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=14.88 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 29584 0 1 0 1466 22 0 0 20 0 22 0 28971979 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 151965 2281 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) S 32435 32438 30091 0 -1 4202560 2436 0 1 0 16 2 0 0 20 0 22 0 28971980 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312516785016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32441] ppid=32435 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32438/task/32441/stat : 32441 (java) S 32435 32438 30091 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312489236776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32442] ppid=32435 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32438/task/32442/stat : 32442 (java) S 32435 32438 30091 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312359512232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32443] ppid=32435 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32438/task/32443/stat : 32443 (java) S 32435 32438 30091 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312358459944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32444] ppid=32435 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/32438/task/32444/stat : 32444 (java) S 32435 32438 30091 0 -1 4202560 145 0 0 0 3 2 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312357407144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32445] ppid=32435 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32438/task/32445/stat : 32445 (java) S 32435 32438 30091 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312356354856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32446] ppid=32435 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32438/task/32446/stat : 32446 (java) S 32435 32438 30091 0 -1 4202560 170 0 0 0 2 2 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312355302056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32447] ppid=32435 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32438/task/32447/stat : 32447 (java) S 32435 32438 30091 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 28971981 10060525568 151965 33554432000 1073741824 1073778376 140733861331712 140312018152488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32448] ppid=32435 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

/proc/32438/task/32451/stat : 32451 (java) S 32435 32438 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28971982 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140312002794760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32452] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32452/stat : 32452 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140312001743248 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32453] ppid=32435 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/32438/task/32453/stat : 32453 (java) S 32435 32438 30091 0 -1 4202560 16919 0 0 0 230 4 0 0 20 0 22 0 28971985 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140312000690872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32454] ppid=32435 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/32438/task/32454/stat : 32454 (java) S 32435 32438 30091 0 -1 4202560 20950 0 0 0 209 3 0 0 20 0 22 0 28971985 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311999638072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32455] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32455/stat : 32455 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28971985 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311998585976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32456] ppid=32435 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32438/task/32456/stat : 32456 (java) S 32435 32438 30091 0 -1 4202560 13 0 0 0 2 6 0 0 20 0 22 0 28971985 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311997533384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32460] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32460/stat : 32460 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28972000 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311993320488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32473] ppid=32435 vsize=9824732 CPUtime=215.99 cores=0,2,4,6
/proc/32438/task/32473/stat : 32473 (java) S 32435 32438 30091 0 -1 4202560 50 0 0 0 21596 3 0 0 20 0 22 0 28973350 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311994371480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32474] ppid=32435 vsize=9824732 CPUtime=216.02 cores=0,2,4,6
/proc/32438/task/32474/stat : 32474 (java) S 32435 32438 30091 0 -1 4202560 787 0 0 0 21577 25 0 0 20 0 22 0 28973350 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311995423144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32475] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32475/stat : 32475 (java) S 32435 32438 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28973350 10060525568 641445 33554432000 1073741824 1073778376 140733861331712 140311996478632 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 467.7
Current children cumulated vsize (KiB) 9824732

[startup+232.801 s]
/proc/loadavg: 3.37 3.75 3.99 4/218 32502
/proc/meminfo: memFree=26176288/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=468.57 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 46125 0 1 0 46748 109 0 0 20 0 20 0 28971979 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 627560 2294 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) S 32435 32438 30091 0 -1 4202560 2441 0 1 0 17 2 0 0 20 0 20 0 28971980 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312516785016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32441] ppid=32435 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/32438/task/32441/stat : 32441 (java) S 32435 32438 30091 0 -1 4202560 172 0 0 0 57 6 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312489236776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32442] ppid=32435 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/32438/task/32442/stat : 32442 (java) S 32435 32438 30091 0 -1 4202560 305 0 0 0 59 7 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312359512232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32443] ppid=32435 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/32438/task/32443/stat : 32443 (java) S 32435 32438 30091 0 -1 4202560 138 0 0 0 58 4 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312358459944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32444] ppid=32435 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/32438/task/32444/stat : 32444 (java) S 32435 32438 30091 0 -1 4202560 288 0 0 0 62 6 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312357407144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32445] ppid=32435 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/32438/task/32445/stat : 32445 (java) S 32435 32438 30091 0 -1 4202560 140 0 0 0 52 5 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312356354856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32446] ppid=32435 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/32438/task/32446/stat : 32446 (java) S 32435 32438 30091 0 -1 4202560 309 0 0 0 66 6 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312355302056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32447] ppid=32435 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/32438/task/32447/stat : 32447 (java) S 32435 32438 30091 0 -1 4202560 166 0 0 0 54 5 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312018152488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32448] ppid=32435 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/32438/task/32448/stat : 32448 (java) S 32435 32438 30091 0 -1 4202560 285 0 0 0 54 5 0 0 20 0 20 0 28971981 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312017099688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32449] ppid=32435 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/32438/task/32449/stat : 32449 (java) S 32435 32438 30091 0 -1 4202560 1258 0 0 0 35 6 0 0 20 0 20 0 28971982 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312004901096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32450] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32450/stat : 32450 (java) S 32435 32438 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 28971982 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312003847160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32451] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32451/stat : 32451 (java) S 32435 32438 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 28971982 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312002794760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32452] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32452/stat : 32452 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 28971985 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312001743248 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32453] ppid=32435 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/32438/task/32453/stat : 32453 (java) S 32435 32438 30091 0 -1 4202560 16919 0 0 0 230 4 0 0 20 0 20 0 28971985 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140312000690872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32454] ppid=32435 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/32438/task/32454/stat : 32454 (java) S 32435 32438 30091 0 -1 4202560 20950 0 0 0 209 3 0 0 20 0 20 0 28971985 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140311999638072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32455] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32455/stat : 32455 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 28971985 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140311998585976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32456] ppid=32435 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32438/task/32456/stat : 32456 (java) S 32435 32438 30091 0 -1 4202560 13 0 0 0 2 6 0 0 20 0 20 0 28971985 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140311997533384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32460] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32460/stat : 32460 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 28972000 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140311993320488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32474] ppid=32435 vsize=9824732 CPUtime=216.7 cores=0,2,4,6
/proc/32438/task/32474/stat : 32474 (java) R 32435 32438 30091 0 -1 4202560 789 0 0 0 21645 25 0 0 20 0 20 0 28973350 10060525568 627560 33554432000 1073741824 1073778376 140733861331712 140311995425256 140312371282514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 468.57
Current children cumulated vsize (KiB) 9824732

[startup+233.601 s]
/proc/loadavg: 3.34 3.74 3.98 4/215 32502
/proc/meminfo: memFree=26231856/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=468.86 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 46125 0 1 0 46773 113 0 0 20 0 19 0 28971979 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 627556 2294 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) R 32435 32438 30091 0 -1 4202560 2441 0 1 0 86 2 0 0 20 0 19 0 28971980 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312516782640 140312370747318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32441] ppid=32435 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/32438/task/32441/stat : 32441 (java) S 32435 32438 30091 0 -1 4202560 172 0 0 0 57 6 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312489236776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32442] ppid=32435 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/32438/task/32442/stat : 32442 (java) S 32435 32438 30091 0 -1 4202560 305 0 0 0 59 7 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312359512232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32443] ppid=32435 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/32438/task/32443/stat : 32443 (java) S 32435 32438 30091 0 -1 4202560 138 0 0 0 58 4 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312358459944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32444] ppid=32435 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/32438/task/32444/stat : 32444 (java) S 32435 32438 30091 0 -1 4202560 288 0 0 0 62 6 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312357407144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32445] ppid=32435 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/32438/task/32445/stat : 32445 (java) S 32435 32438 30091 0 -1 4202560 140 0 0 0 52 5 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312356354856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32446] ppid=32435 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/32438/task/32446/stat : 32446 (java) S 32435 32438 30091 0 -1 4202560 309 0 0 0 66 6 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312355302056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32447] ppid=32435 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/32438/task/32447/stat : 32447 (java) S 32435 32438 30091 0 -1 4202560 166 0 0 0 54 5 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312018152488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32448] ppid=32435 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/32438/task/32448/stat : 32448 (java) S 32435 32438 30091 0 -1 4202560 285 0 0 0 54 5 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312017099688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32449] ppid=32435 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/32438/task/32449/stat : 32449 (java) S 32435 32438 30091 0 -1 4202560 1258 0 0 0 35 6 0 0 20 0 19 0 28971982 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312004901096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32450] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32450/stat : 32450 (java) S 32435 32438 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28971982 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312003847160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32451] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32451/stat : 32451 (java) S 32435 32438 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28971982 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312002794760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32452] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32452/stat : 32452 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312001743248 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32453] ppid=32435 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/32438/task/32453/stat : 32453 (java) S 32435 32438 30091 0 -1 4202560 16919 0 0 0 232 4 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312000690872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32454] ppid=32435 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/32438/task/32454/stat : 32454 (java) S 32435 32438 30091 0 -1 4202560 20950 0 0 0 209 3 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311999638072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32455] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32455/stat : 32455 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311998585976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32456] ppid=32435 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32438/task/32456/stat : 32456 (java) S 32435 32438 30091 0 -1 4202560 13 0 0 0 2 6 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311997533384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32460] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32460/stat : 32460 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28972000 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311993320488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 468.86
Current children cumulated vsize (KiB) 9824732

[startup+234.001 s]
/proc/loadavg: 3.34 3.74 3.98 4/215 32502
/proc/meminfo: memFree=26231856/32872528 swapFree=1556504/1720024
[pid=32438] ppid=32435 vsize=9824732 CPUtime=469.26 cores=0,2,4,6
/proc/32438/stat : 32438 (java) S 32435 32438 30091 0 -1 4202496 46125 0 1 0 46813 113 0 0 20 0 19 0 28971979 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140733861322848 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32438/statm: 2456183 627556 2294 9 0 2446860 0
[pid=32438/tid=32439] ppid=32435 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/32438/task/32439/stat : 32439 (java) R 32435 32438 30091 0 -1 4202560 2441 0 1 0 126 2 0 0 20 0 19 0 28971980 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312516782640 140312371429955 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32441] ppid=32435 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/32438/task/32441/stat : 32441 (java) S 32435 32438 30091 0 -1 4202560 172 0 0 0 57 6 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312489236776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32442] ppid=32435 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/32438/task/32442/stat : 32442 (java) S 32435 32438 30091 0 -1 4202560 305 0 0 0 59 7 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312359512232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32443] ppid=32435 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/32438/task/32443/stat : 32443 (java) S 32435 32438 30091 0 -1 4202560 138 0 0 0 58 4 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312358459944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32444] ppid=32435 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/32438/task/32444/stat : 32444 (java) S 32435 32438 30091 0 -1 4202560 288 0 0 0 62 6 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312357407144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32445] ppid=32435 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/32438/task/32445/stat : 32445 (java) S 32435 32438 30091 0 -1 4202560 140 0 0 0 52 5 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312356354856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32446] ppid=32435 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/32438/task/32446/stat : 32446 (java) S 32435 32438 30091 0 -1 4202560 309 0 0 0 66 6 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312355302056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32447] ppid=32435 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/32438/task/32447/stat : 32447 (java) S 32435 32438 30091 0 -1 4202560 166 0 0 0 54 5 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312018152488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32448] ppid=32435 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/32438/task/32448/stat : 32448 (java) S 32435 32438 30091 0 -1 4202560 285 0 0 0 54 5 0 0 20 0 19 0 28971981 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312017099688 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32449] ppid=32435 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/32438/task/32449/stat : 32449 (java) S 32435 32438 30091 0 -1 4202560 1258 0 0 0 35 6 0 0 20 0 19 0 28971982 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312004901096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32450] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32450/stat : 32450 (java) S 32435 32438 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28971982 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312003847160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32451] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32451/stat : 32451 (java) S 32435 32438 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28971982 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312002794760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32438/tid=32452] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32452/stat : 32452 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312001743248 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32438/tid=32453] ppid=32435 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/32438/task/32453/stat : 32453 (java) S 32435 32438 30091 0 -1 4202560 16919 0 0 0 232 4 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140312000690872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32454] ppid=32435 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/32438/task/32454/stat : 32454 (java) S 32435 32438 30091 0 -1 4202560 20950 0 0 0 209 3 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311999638072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32455] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32455/stat : 32455 (java) S 32435 32438 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311998585976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32438/tid=32456] ppid=32435 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32438/task/32456/stat : 32456 (java) S 32435 32438 30091 0 -1 4202560 13 0 0 0 2 6 0 0 20 0 19 0 28971985 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311997533384 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32438/tid=32460] ppid=32435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32438/task/32460/stat : 32460 (java) S 32435 32438 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28972000 10060525568 627556 33554432000 1073741824 1073778376 140733861331712 140311993320488 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 469.26
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.829987
#  lost CPU user time (s): 0.899994
#  lost CPU system time (s): -0.0700001

Real time (s): 234.076
CPU time (s): 470.304
CPU user time (s): 469.04
CPU system time (s): 1.2638
CPU usage (%): 200.92
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 468.14
system time used= 1.3338
maximum resident set size= 2779552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8613
involuntary context switches= 10726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.831873 second user time and 0.971852 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 19:00:34
IDJOB=4106203
IDBENCH=47971
IDSOLVER=2543
FILE ID=node117/4106203-1466269233
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106203-1466269233/watcher-4106203-1466269233 -o /tmp/evaluation-result-4106203-1466269233/solver-4106203-1466269233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106203-1466269233.opb

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

MD5SUM BENCH= 39b4faf02952fa93fd33b15cbf6e7d18
RANDOM SEED=1166589628

node117.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.912
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.82
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.912
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.912
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.912
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.912
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.912
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.54
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.912
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.54
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.912
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:        28808956 kB
Buffers:          134632 kB
Cached:           317628 kB
SwapCached:            0 kB
Active:          1222292 kB
Inactive:         353520 kB
Active(anon):    1115736 kB
Inactive(anon):    10636 kB
Active(file):     106556 kB
Inactive(file):   342884 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1944 kB
Writeback:             0 kB
AnonPages:       2852104 kB
Mapped:            21012 kB
Shmem:               204 kB
Slab:             621784 kB
SReclaimable:      65124 kB
SUnreclaim:       556660 kB
KernelStack:        1616 kB
PageTables:         9384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3882520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node117 at 2016-06-18 19:04:28