Trace number 3455305

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 Res//CP 2.3.0OPT1 108.869 64.3467

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark43.6944
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3455305-1307192468.opb
0.00/0.11	c reading problem ... 
0.13/0.14	c ... done. Wall clock time 0.026s.
0.13/0.14	c #vars     94
0.13/0.14	c #constraints  8
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.13/0.18	c  And the winner is Resolution
0.46/0.64	c SATISFIABLE
0.46/0.64	c OPTIMIZING...
0.46/0.64	c Got one! Elapsed wall clock time (in seconds):0.53
0.46/0.64	o 190
0.46/0.66	c  And the winner is Resolution
0.57/1.14	c Got one! Elapsed wall clock time (in seconds):1.034
0.57/1.15	o 184
0.57/1.16	c  And the winner is Resolution
0.62/1.65	c Got one! Elapsed wall clock time (in seconds):1.538
0.62/1.65	o 123
0.62/1.66	c  And the winner is Resolution
0.65/2.15	c Got one! Elapsed wall clock time (in seconds):2.041
0.65/2.15	o 107
0.65/2.16	c  And the winner is Resolution
0.68/2.66	c Got one! Elapsed wall clock time (in seconds):2.545
0.68/2.66	o 106
0.68/2.67	c  And the winner is Resolution
0.72/3.16	c Got one! Elapsed wall clock time (in seconds):3.049
0.72/3.16	o 102
0.72/3.17	c  And the winner is Resolution
2.22/4.17	c Got one! Elapsed wall clock time (in seconds):4.058
2.22/4.17	o 95
2.22/4.18	c  And the winner is Resolution
2.23/4.67	c Got one! Elapsed wall clock time (in seconds):4.562
2.23/4.67	o 59
2.23/4.68	c  And the winner is Resolution
2.26/5.18	c Got one! Elapsed wall clock time (in seconds):5.066
2.26/5.18	o 44
2.30/5.20	c  And the winner is Resolution
2.31/5.68	c Got one! Elapsed wall clock time (in seconds):5.57
2.31/5.68	o 34
2.34/5.71	c  And the winner is Resolution
2.36/6.18	c Got one! Elapsed wall clock time (in seconds):6.073
2.36/6.18	o 26
2.38/6.21	c  And the winner is Resolution
2.41/6.69	c Got one! Elapsed wall clock time (in seconds):6.577
2.41/6.69	o 23
2.47/6.73	c  And the winner is Resolution
2.53/7.19	c Got one! Elapsed wall clock time (in seconds):7.081
2.53/7.19	o 13
2.54/7.21	c  And the winner is Resolution
2.57/7.70	c Got one! Elapsed wall clock time (in seconds):7.585
2.57/7.70	o 12
2.81/7.90	c  And the winner is Resolution
2.97/8.20	c Got one! Elapsed wall clock time (in seconds):8.089
2.97/8.20	o 11
3.18/8.33	c  And the winner is Resolution
3.29/8.70	c Got one! Elapsed wall clock time (in seconds):8.593
3.29/8.70	o 10
3.51/8.82	c cleaning 5508 clauses out of 11015 with flag 1001/11015
3.51/8.89	c  And the winner is Resolution
3.65/9.21	c Got one! Elapsed wall clock time (in seconds):9.097
3.65/9.21	o 9
4.03/9.40	c  And the winner is Resolution
4.04/9.71	c Got one! Elapsed wall clock time (in seconds):9.601
4.04/9.71	o 7
4.64/10.02	c cleaning 5837 clauses out of 11674 with flag 3000/17182
5.21/10.30	c  And the winner is Resolution
5.23/10.72	c Got one! Elapsed wall clock time (in seconds):10.607
5.23/10.72	o 5
5.60/10.91	c cleaning 5903 clauses out of 11825 with flag 2000/23170
6.61/11.41	c cleaning 5960 clauses out of 11922 with flag 8000/29170
7.17/11.71	c  And the winner is Resolution
7.17/11.72	c Got one! Elapsed wall clock time (in seconds):11.613
7.17/11.72	o 3
8.34/12.34	c cleaning 7992 clauses out of 15984 with flag 5000/39192
9.35/12.88	c cleaning 6996 clauses out of 13992 with flag 11000/45192
10.68/13.58	c cleaning 6998 clauses out of 13996 with flag 18000/52192
12.29/14.33	c cleaning 7497 clauses out of 14998 with flag 26000/60192
13.83/15.14	c cleaning 8252 clauses out of 16503 with flag 35002/69194
15.59/16.01	c cleaning 9125 clauses out of 18249 with flag 45000/79192
15.76/16.11	c  And the winner is Resolution
15.79/16.24	c Got one! Elapsed wall clock time (in seconds):16.131
15.79/16.24	o 2
16.33/16.59	c cleaning 7126 clauses out of 14270 with flag 4000/84338
17.26/17.06	c cleaning 6568 clauses out of 13144 with flag 10000/90338
18.43/17.67	c cleaning 6784 clauses out of 13576 with flag 17000/97338
19.56/18.27	c cleaning 7396 clauses out of 14792 with flag 25000/105338
20.32/18.61	c  And the winner is Resolution
20.36/18.76	c Got one! Elapsed wall clock time (in seconds):18.644
20.36/18.76	o 1
20.64/18.92	c cleaning 6429 clauses out of 12872 with flag 1000/110814
21.60/19.40	c cleaning 6220 clauses out of 12444 with flag 7001/116815
22.57/19.95	c cleaning 6603 clauses out of 13223 with flag 14000/123814
23.89/20.66	c cleaning 7311 clauses out of 14622 with flag 22002/131816
25.64/21.59	c cleaning 8154 clauses out of 16309 with flag 31000/140814
27.79/22.61	c cleaning 9078 clauses out of 18155 with flag 41000/150814
29.72/23.63	c cleaning 9538 clauses out of 19077 with flag 51000/160814
31.67/24.63	c cleaning 9767 clauses out of 19539 with flag 61000/170814
33.24/25.47	c cleaning 9887 clauses out of 19775 with flag 71003/180817
34.97/26.35	c cleaning 9942 clauses out of 19885 with flag 81000/190814
36.88/27.38	c cleaning 9971 clauses out of 19943 with flag 91000/200814
39.22/28.50	c cleaning 9986 clauses out of 19972 with flag 101000/210814
41.38/29.62	c cleaning 9992 clauses out of 19987 with flag 111001/220815
43.52/30.77	c cleaning 9994 clauses out of 19994 with flag 121000/230814
45.43/31.79	c cleaning 9995 clauses out of 20000 with flag 131000/240814
47.37/32.75	c cleaning 9997 clauses out of 20005 with flag 141000/250814
49.50/33.88	c cleaning 10004 clauses out of 20009 with flag 151001/260815
51.63/34.90	c cleaning 10000 clauses out of 20004 with flag 161000/270814
53.73/36.00	c cleaning 10003 clauses out of 20005 with flag 171001/280815
55.86/37.17	c cleaning 9999 clauses out of 20001 with flag 181000/290814
57.79/38.10	c cleaning 10003 clauses out of 20005 with flag 191003/300817
59.32/38.99	c cleaning 9999 clauses out of 19999 with flag 201000/310814
61.01/39.87	c cleaning 10000 clauses out of 20003 with flag 211003/320817
62.76/40.79	c cleaning 10000 clauses out of 20001 with flag 221001/330815
64.66/41.71	c cleaning 10000 clauses out of 20001 with flag 231001/340815
66.38/42.60	c cleaning 9997 clauses out of 20000 with flag 241000/350814
67.87/43.45	c cleaning 9998 clauses out of 20003 with flag 251000/360814
69.99/44.50	c cleaning 9999 clauses out of 20005 with flag 261000/370814
71.91/45.56	c cleaning 10000 clauses out of 20006 with flag 271000/380814
73.83/46.54	c cleaning 10000 clauses out of 20006 with flag 281000/390814
75.71/47.53	c cleaning 9998 clauses out of 20007 with flag 291001/400815
77.66/48.52	c cleaning 10002 clauses out of 20008 with flag 301000/410814
79.57/49.56	c cleaning 10002 clauses out of 20006 with flag 311000/420814
81.69/50.63	c cleaning 9999 clauses out of 20005 with flag 321001/430815
83.34/51.56	c cleaning 10001 clauses out of 20007 with flag 331002/440816
85.25/52.54	c cleaning 10000 clauses out of 20004 with flag 341000/450814
86.96/53.41	c cleaning 10000 clauses out of 20004 with flag 351000/460814
88.47/54.25	c cleaning 10000 clauses out of 20005 with flag 361001/470815
90.86/55.43	c cleaning 10001 clauses out of 20004 with flag 371000/480814
92.87/56.38	c cleaning 9998 clauses out of 20003 with flag 381000/490814
94.88/57.33	c cleaning 10003 clauses out of 20006 with flag 391001/500815
96.56/58.21	c cleaning 10000 clauses out of 20003 with flag 401001/510815
97.85/58.98	c cleaning 10000 clauses out of 20002 with flag 411000/520814
99.59/59.83	c cleaning 10000 clauses out of 20002 with flag 421000/530814
101.26/60.65	c cleaning 10001 clauses out of 20002 with flag 431001/540815
102.83/61.41	c cleaning 9998 clauses out of 19999 with flag 441000/550814
104.82/62.33	c cleaning 9999 clauses out of 20001 with flag 451000/560814
106.85/63.23	c cleaning 10000 clauses out of 20002 with flag 461001/570815
107.56/63.63	c cleaning 0 clauses out of 7542 with flag 0/7556
108.52/64.00	c  And the winner is Resolution
108.81/64.30	c starts		: 174
108.81/64.30	c conflicts		: 580157
108.81/64.30	c decisions		: 583974
108.81/64.30	c propagations		: 4333868
108.81/64.30	c inspects		: 796604198
108.81/64.30	c shortcuts		: 0
108.81/64.30	c learnt literals	: 10
108.81/64.30	c learnt binary clauses	: 53
108.81/64.30	c learnt ternary clauses	: 254
108.81/64.30	c learnt constraints	: 580146
108.81/64.30	c ignored constraints	: 0
108.81/64.30	c root simplifications	: 0
108.81/64.30	c removed literals (reason simplification)	: 5123376
108.81/64.30	c reason swapping (by a shorter reason)	: 0
108.81/64.30	c Calls to reduceDB	: 62
108.81/64.30	c number of reductions to clauses (during analyze)	: 0
108.81/64.30	c number of learned constraints concerned by reduction	: 0
108.81/64.30	c number of learning phase by resolution	: 0
108.81/64.30	c number of learning phase by cutting planes	: 0
108.81/64.30	c speed (assignments/second)	: 95164.09389341473
108.81/64.30	c non guided choices	292
108.81/64.30	c learnt constraints type 
108.81/64.30	c constraints type 
108.81/64.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
108.81/64.30	c constraints type 
108.81/64.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
108.81/64.30	s OPTIMUM FOUND
108.81/64.30	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 
108.81/64.30	c objective function=1
108.81/64.30	c Total wall clock time (in seconds): 64.187

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455305-1307192468/watcher-3455305-1307192468 -o /tmp/evaluation-result-3455305-1307192468/solver-3455305-1307192468 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455305-1307192468.opb 

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.38 3.71 3.45 3/464 29389
/proc/meminfo: memFree=28879476/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 3631 0 1 0 0 0 0 0 25 0 2 0 909477457 10694979584 3333 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2611079 3346 917 9 0 2602235 0
[pid=29389/tid=29390] ppid=29387 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) R 29387 29389 23545 0 -1 4202560 3460 0 1 0 0 0 0 0 25 0 2 0 909477457 10694979584 4276 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.116712 s]
/proc/loadavg: 3.38 3.71 3.45 3/464 29389
/proc/meminfo: memFree=28879476/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10540428 CPUtime=0.13 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 13330 0 1 0 11 2 0 0 25 0 18 0 909477457 10793398272 13027 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2635107 13027 2134 9 0 2625841 0
[pid=29389/tid=29390] ppid=29387 vsize=10540428 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) R 29387 29389 23545 0 -1 4202560 11341 0 1 0 8 1 0 0 18 0 18 0 909477457 10793398272 13027 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 47258845826979 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540428

[startup+0.204637 s]
/proc/loadavg: 3.38 3.71 3.45 3/464 29389
/proc/meminfo: memFree=28879476/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10547188 CPUtime=0.34 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 15684 0 1 0 32 2 0 0 25 0 19 0 909477457 10800320512 14774 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2636797 14778 2192 9 0 2627531 0
[pid=29389/tid=29390] ppid=29387 vsize=10547188 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11534 0 1 0 11 1 0 0 19 0 19 0 909477457 10800320512 14778 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10547188

[startup+0.30064 s]
/proc/loadavg: 3.38 3.71 3.45 3/464 29389
/proc/meminfo: memFree=28879476/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10547340 CPUtime=0.46 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 16895 0 1 0 44 2 0 0 25 0 19 0 909477457 10800476160 14888 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2636835 14888 2194 9 0 2627569 0
[pid=29389/tid=29390] ppid=29387 vsize=10547340 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11534 0 1 0 11 1 0 0 19 0 19 0 909477457 10800476160 14888 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10547340

[startup+0.700571 s]
/proc/loadavg: 3.38 3.71 3.45 3/464 29389
/proc/meminfo: memFree=28879476/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10547108 CPUtime=0.57 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 17650 0 1 0 54 3 0 0 25 0 19 0 909477457 10800238592 15168 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2636777 15168 2197 9 0 2627511 0
[pid=29389/tid=29390] ppid=29387 vsize=10547108 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11543 0 1 0 11 1 0 0 16 0 19 0 909477457 10800238592 15168 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10547108

[startup+1.50144 s]
/proc/loadavg: 3.38 3.71 3.45 3/483 29414
/proc/meminfo: memFree=28826196/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10547108 CPUtime=0.62 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 17861 0 1 0 59 3 0 0 25 0 19 0 909477457 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2636777 15378 2201 9 0 2627511 0
[pid=29389/tid=29390] ppid=29387 vsize=10547108 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11553 0 1 0 11 1 0 0 17 0 19 0 909477457 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29392] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29392/stat : 29392 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29393] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29393/stat : 29393 (java) S 29387 29389 23545 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29394] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29394/stat : 29394 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29395] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29395/stat : 29395 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29396] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29396/stat : 29396 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29397] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29397/stat : 29397 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29398] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909477460 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909477461 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909477461 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10547108 CPUtime=0.16 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 1164 0 0 0 16 0 0 0 16 0 19 0 909477463 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10547108 CPUtime=0.18 cores=0,2,4,6
/proc/29389/task/29405/stat : 29405 (java) S 29387 29389 23545 0 -1 4202560 3236 0 0 0 17 1 0 0 15 0 19 0 909477463 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29406] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29406/stat : 29406 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29407] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29407/stat : 29407 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909477463 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29410] ppid=29387 vsize=10547108 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29410/stat : 29410 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909477471 10800238592 15378 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 10547108

[startup+3.10111 s]
/proc/loadavg: 3.38 3.71 3.45 3/483 29423
/proc/meminfo: memFree=28820244/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10547388 CPUtime=0.72 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 18587 0 1 0 69 3 0 0 25 0 19 0 909477457 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2636847 16103 2202 9 0 2627581 0
[pid=29389/tid=29390] ppid=29387 vsize=10547388 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11582 0 1 0 11 1 0 0 16 0 19 0 909477457 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29392] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29392/stat : 29392 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29393] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29393/stat : 29393 (java) S 29387 29389 23545 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29394] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29394/stat : 29394 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29395] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29395/stat : 29395 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29396] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29396/stat : 29396 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29397] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29397/stat : 29397 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29398] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909477460 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909477461 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909477461 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10547388 CPUtime=0.19 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 1214 0 0 0 19 0 0 0 15 0 19 0 909477463 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10547388 CPUtime=0.2 cores=0,2,4,6
/proc/29389/task/29405/stat : 29405 (java) S 29387 29389 23545 0 -1 4202560 3237 0 0 0 19 1 0 0 16 0 19 0 909477463 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29406] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29406/stat : 29406 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29407] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29407/stat : 29407 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909477463 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29410] ppid=29387 vsize=10547388 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29410/stat : 29410 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909477471 10800525312 16103 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10547388
heavy processes:

[startup+6.3015 s]
/proc/loadavg: 3.27 3.68 3.44 3/483 29440
/proc/meminfo: memFree=28650620/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10556472 CPUtime=2.41 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 69671 0 1 0 232 9 0 0 25 0 19 0 909477457 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2639118 62667 2226 9 0 2629852 0
[pid=29389/tid=29390] ppid=29387 vsize=10556472 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11638 0 1 0 11 1 0 0 16 0 19 0 909477457 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29392] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29392/stat : 29392 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29393] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29393/stat : 29393 (java) S 29387 29389 23545 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29394] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29394/stat : 29394 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29395] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29395/stat : 29395 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29396] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29396/stat : 29396 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29397] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29397/stat : 29397 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29398] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477459 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 909477460 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909477461 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909477461 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10556472 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10556472 CPUtime=0.62 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 5420 0 0 0 62 0 0 0 15 0 19 0 909477463 10809827328 62667 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10556472 CPUtime=0.69 cores=0,2,4,6

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

/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 384 0 0 0 8 0 0 0 15 0 22 0 909477459 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 386 0 0 0 7 0 0 0 15 0 22 0 909477459 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10557272 CPUtime=4.35 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 13226 0 0 0 434 1 0 0 15 0 22 0 909477460 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 909477461 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 909477461 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909477463 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10557272 CPUtime=1.35 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 7525 0 0 0 134 1 0 0 15 0 22 0 909477463 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10557272 CPUtime=1.58 cores=0,2,4,6
/proc/29389/task/29405/stat : 29405 (java) S 29387 29389 23545 0 -1 4202560 14575 0 0 0 156 2 0 0 16 0 22 0 909477463 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29406] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29406/stat : 29406 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909477463 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29407] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29407/stat : 29407 (java) S 29387 29389 23545 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 909477463 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29410] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29410/stat : 29410 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909477471 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29477] ppid=29387 vsize=10557272 CPUtime=40.32 cores=0,2,4,6
/proc/29389/task/29477/stat : 29477 (java) R 29387 29389 23545 0 -1 4202560 23 0 0 0 4032 0 0 0 18 0 22 0 909479333 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 46912506163743 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29389/tid=29478] ppid=29387 vsize=10557272 CPUtime=40.36 cores=0,2,4,6
/proc/29389/task/29478/stat : 29478 (java) R 29387 29389 23545 0 -1 4202560 3046 0 0 0 4036 0 0 0 18 0 22 0 909479333 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 46912505554816 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29389/tid=29479] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29479/stat : 29479 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909479334 10810646528 238295 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 106.85
Current children cumulated vsize (KiB) 10557272

[startup+64.0016 s]
/proc/loadavg: 3.55 3.67 3.45 6/486 29483
/proc/meminfo: memFree=27882656/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10557272 CPUtime=108.52 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 253451 0 1 0 10821 31 0 0 25 0 22 0 909477457 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2639318 238686 2260 9 0 2630052 0
[pid=29389/tid=29390] ppid=29387 vsize=10557272 CPUtime=0.12 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11711 0 1 0 11 1 0 0 15 0 22 0 909477457 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29392] ppid=29387 vsize=10557272 CPUtime=0.1 cores=0,2,4,6
/proc/29389/task/29392/stat : 29392 (java) S 29387 29389 23545 0 -1 4202560 219 0 0 0 10 0 0 0 15 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29393] ppid=29387 vsize=10557272 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29393/stat : 29393 (java) S 29387 29389 23545 0 -1 4202560 162 0 0 0 9 0 0 0 15 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29394] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29394/stat : 29394 (java) S 29387 29389 23545 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29395] ppid=29387 vsize=10557272 CPUtime=0.08 cores=0,2,4,6
/proc/29389/task/29395/stat : 29395 (java) S 29387 29389 23545 0 -1 4202560 14 0 0 0 8 0 0 0 15 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29396] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29396/stat : 29396 (java) S 29387 29389 23545 0 -1 4202560 432 0 0 0 7 0 0 0 15 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29397] ppid=29387 vsize=10557272 CPUtime=0.08 cores=0,2,4,6
/proc/29389/task/29397/stat : 29397 (java) S 29387 29389 23545 0 -1 4202560 285 0 0 0 8 0 0 0 16 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29398] ppid=29387 vsize=10557272 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 387 0 0 0 9 0 0 0 16 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 386 0 0 0 7 0 0 0 15 0 22 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10557272 CPUtime=4.54 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 13545 0 0 0 453 1 0 0 15 0 22 0 909477460 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 909477461 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 909477461 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10557272 CPUtime=1.37 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 7525 0 0 0 136 1 0 0 15 0 22 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10557272 CPUtime=1.81 cores=0,2,4,6
/proc/29389/task/29405/stat : 29405 (java) S 29387 29389 23545 0 -1 4202560 16737 0 0 0 179 2 0 0 16 0 22 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29406] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29406/stat : 29406 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29407] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29407/stat : 29407 (java) S 29387 29389 23545 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29410] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29410/stat : 29410 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 909477471 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29477] ppid=29387 vsize=10557272 CPUtime=40.92 cores=0,2,4,6
/proc/29389/task/29477/stat : 29477 (java) R 29387 29389 23545 0 -1 4202560 25 0 0 0 4092 0 0 0 17 0 22 0 909479333 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 46912505549961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29389/tid=29478] ppid=29387 vsize=10557272 CPUtime=40.96 cores=0,2,4,6
/proc/29389/task/29478/stat : 29478 (java) R 29387 29389 23545 0 -1 4202560 3046 0 0 0 4096 0 0 0 17 0 22 0 909479333 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 46912505679487 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29389/tid=29479] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29479/stat : 29479 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909479334 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 108.52
Current children cumulated vsize (KiB) 10557272

[startup+64.2016 s]
/proc/loadavg: 3.55 3.67 3.45 6/486 29483
/proc/meminfo: memFree=27882656/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10557272 CPUtime=108.71 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 253451 0 1 0 10840 31 0 0 25 0 19 0 909477457 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2639318 238686 2260 9 0 2630052 0
[pid=29389/tid=29390] ppid=29387 vsize=10557272 CPUtime=0.27 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) R 29387 29389 23545 0 -1 4202560 11711 0 1 0 26 1 0 0 16 0 19 0 909477457 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 46912505366588 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29389/tid=29392] ppid=29387 vsize=10557272 CPUtime=0.1 cores=0,2,4,6
/proc/29389/task/29392/stat : 29392 (java) S 29387 29389 23545 0 -1 4202560 219 0 0 0 10 0 0 0 15 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29393] ppid=29387 vsize=10557272 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29393/stat : 29393 (java) S 29387 29389 23545 0 -1 4202560 162 0 0 0 9 0 0 0 15 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29394] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29394/stat : 29394 (java) S 29387 29389 23545 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29395] ppid=29387 vsize=10557272 CPUtime=0.08 cores=0,2,4,6
/proc/29389/task/29395/stat : 29395 (java) S 29387 29389 23545 0 -1 4202560 14 0 0 0 8 0 0 0 15 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29396] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29396/stat : 29396 (java) S 29387 29389 23545 0 -1 4202560 432 0 0 0 7 0 0 0 15 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29397] ppid=29387 vsize=10557272 CPUtime=0.08 cores=0,2,4,6
/proc/29389/task/29397/stat : 29397 (java) S 29387 29389 23545 0 -1 4202560 285 0 0 0 8 0 0 0 16 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29398] ppid=29387 vsize=10557272 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 387 0 0 0 9 0 0 0 16 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 386 0 0 0 7 0 0 0 15 0 19 0 909477459 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10557272 CPUtime=4.54 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 13545 0 0 0 453 1 0 0 15 0 19 0 909477460 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 909477461 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 909477461 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10557272 CPUtime=1.39 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 7525 0 0 0 138 1 0 0 15 0 19 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10557272 CPUtime=1.81 cores=0,2,4,6
/proc/29389/task/29405/stat : 29405 (java) S 29387 29389 23545 0 -1 4202560 16737 0 0 0 179 2 0 0 15 0 19 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29406] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29406/stat : 29406 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29407] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29407/stat : 29407 (java) S 29387 29389 23545 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 909477463 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29410] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29410/stat : 29410 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 909477471 10810646528 238686 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 108.71
Current children cumulated vsize (KiB) 10557272

[startup+64.3016 s]
/proc/loadavg: 3.55 3.67 3.45 6/486 29483
/proc/meminfo: memFree=27882656/32950928 swapFree=52246700/67111528
[pid=29389] ppid=29387 vsize=10557272 CPUtime=108.81 cores=0,2,4,6
/proc/29389/stat : 29389 (java) S 29387 29389 23545 0 -1 4202496 253454 0 1 0 10850 31 0 0 25 0 20 0 909477457 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29389/statm: 2639318 238689 2260 9 0 2630052 0
[pid=29389/tid=29390] ppid=29387 vsize=10557272 CPUtime=0.37 cores=0,2,4,6
/proc/29389/task/29390/stat : 29390 (java) S 29387 29389 23545 0 -1 4202560 11714 0 1 0 36 1 0 0 17 0 20 0 909477457 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29392] ppid=29387 vsize=10557272 CPUtime=0.1 cores=0,2,4,6
/proc/29389/task/29392/stat : 29392 (java) S 29387 29389 23545 0 -1 4202560 219 0 0 0 10 0 0 0 15 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29393] ppid=29387 vsize=10557272 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29393/stat : 29393 (java) S 29387 29389 23545 0 -1 4202560 162 0 0 0 9 0 0 0 15 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29394] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29394/stat : 29394 (java) S 29387 29389 23545 0 -1 4202560 31 0 0 0 7 0 0 0 15 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29395] ppid=29387 vsize=10557272 CPUtime=0.08 cores=0,2,4,6
/proc/29389/task/29395/stat : 29395 (java) S 29387 29389 23545 0 -1 4202560 14 0 0 0 8 0 0 0 15 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29396] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29396/stat : 29396 (java) S 29387 29389 23545 0 -1 4202560 432 0 0 0 7 0 0 0 15 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29397] ppid=29387 vsize=10557272 CPUtime=0.08 cores=0,2,4,6
/proc/29389/task/29397/stat : 29397 (java) S 29387 29389 23545 0 -1 4202560 285 0 0 0 8 0 0 0 16 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29398] ppid=29387 vsize=10557272 CPUtime=0.09 cores=0,2,4,6
/proc/29389/task/29398/stat : 29398 (java) S 29387 29389 23545 0 -1 4202560 387 0 0 0 9 0 0 0 16 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29399] ppid=29387 vsize=10557272 CPUtime=0.07 cores=0,2,4,6
/proc/29389/task/29399/stat : 29399 (java) S 29387 29389 23545 0 -1 4202560 386 0 0 0 7 0 0 0 15 0 20 0 909477459 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29400] ppid=29387 vsize=10557272 CPUtime=4.54 cores=0,2,4,6
/proc/29389/task/29400/stat : 29400 (java) S 29387 29389 23545 0 -1 4202560 13545 0 0 0 453 1 0 0 15 0 20 0 909477460 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 0 0 16800975 18446604443748743040 0 0 -1 2 0 0 0
[pid=29389/tid=29401] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29401/stat : 29401 (java) S 29387 29389 23545 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 20 0 909477461 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29402] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29402/stat : 29402 (java) S 29387 29389 23545 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 909477461 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 6 0 0 0
[pid=29389/tid=29403] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29403/stat : 29403 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 909477463 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907314097 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29404] ppid=29387 vsize=10557272 CPUtime=1.39 cores=0,2,4,6
/proc/29389/task/29404/stat : 29404 (java) S 29387 29389 23545 0 -1 4202560 7525 0 0 0 138 1 0 0 15 0 20 0 909477463 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29405] ppid=29387 vsize=10557272 CPUtime=1.81 cores=0,2,4,6
/proc/29389/task/29405/stat : 29405 (java) S 29387 29389 23545 0 -1 4202560 16737 0 0 0 179 2 0 0 15 0 20 0 909477463 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29406] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29406/stat : 29406 (java) S 29387 29389 23545 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 909477463 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907306393 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
[pid=29389/tid=29407] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29407/stat : 29407 (java) S 29387 29389 23545 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 20 0 909477463 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 0 0 0 0
[pid=29389/tid=29410] ppid=29387 vsize=10557272 CPUtime=0 cores=0,2,4,6
/proc/29389/task/29410/stat : 29410 (java) S 29387 29389 23545 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 909477471 10810646528 238689 33554432000 1073741824 1073778376 140737309479024 18446744073709551615 231907307008 0 4 0 16800975 18446604443748743040 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 108.81
Current children cumulated vsize (KiB) 10557272

Child status: 30
Real time (s): 64.3467
CPU time (s): 108.869
CPU user time (s): 108.509
CPU system time (s): 0.360945
CPU usage (%): 169.192
Max. virtual memory (cumulated for all children) (KiB): 10565132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.509
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253462
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4121
involuntary context switches= 2910

runsolver used 0.334949 second user time and 0.666898 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 15:01:08
IDJOB=3455305
IDBENCH=2916
IDSOLVER=1950
FILE ID=node114/3455305-1307192468
RUNJOBID= node114-1307191506-29012
PBS_JOBID= 13508824
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455305-1307192468/watcher-3455305-1307192468 -o /tmp/evaluation-result-3455305-1307192468/solver-3455305-1307192468 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455305-1307192468.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=2008734896

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28879740 kB
Buffers:        326320 kB
Cached:         512012 kB
SwapCached:      10712 kB
Active:        3278724 kB
Inactive:       517472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28879740 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:             604 kB
Writeback:           0 kB
AnonPages:     2954620 kB
Mapped:          29436 kB
Slab:           142652 kB
PageTables:      64344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118546824 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73940 MiB
End job on node114 at 2011-06-04 15:02:12