Trace number 3453769

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.0OPT3 45.95 23.0373

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=191-P1=151-P2=41-P3=257-P4=191-B.opb
MD5SUMe04f59e7146720276551350f74bab120
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.027995
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 variables96
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 constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 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.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3453769-1307194197.opb
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.063s.
0.09/0.18	c #vars     352
0.09/0.18	c #constraints  525
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
2.60/0.85	c cleaning 2501 clauses out of 5002 with flag 5002/5002
2.94/0.99	c  And the winner is Resolution
3.37/1.19	c SATISFIABLE
3.37/1.19	c OPTIMIZING...
3.37/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
3.37/1.19	o 161
3.80/1.48	c cleaning 4159 clauses out of 8321 with flag 4001/10822
3.99/1.59	c  And the winner is Resolution
4.16/1.69	c Got one! Elapsed wall clock time (in seconds):1.574
4.16/1.69	o 3
4.58/1.94	c cleaning 4890 clauses out of 9780 with flag 4001/16440
5.58/2.43	c cleaning 5441 clauses out of 10894 with flag 10005/22444
6.56/2.92	c cleaning 6220 clauses out of 12449 with flag 17001/29440
7.73/3.57	c cleaning 7112 clauses out of 14229 with flag 25001/37440
9.33/4.40	c cleaning 8058 clauses out of 16116 with flag 34000/46439
11.29/5.41	c cleaning 9025 clauses out of 18058 with flag 44000/56439
13.23/6.38	c cleaning 9515 clauses out of 19033 with flag 54000/66439
14.78/7.17	c cleaning 9756 clauses out of 19518 with flag 64000/76439
16.55/8.07	c cleaning 9880 clauses out of 19763 with flag 74001/86440
18.50/9.05	c cleaning 9929 clauses out of 19883 with flag 84001/96440
20.45/10.08	c cleaning 9969 clauses out of 19954 with flag 94001/106440
23.40/11.56	c cleaning 9989 clauses out of 19984 with flag 104000/116439
25.58/12.43	c cleaning 9992 clauses out of 19995 with flag 114001/126440
27.53/13.45	c cleaning 9998 clauses out of 20002 with flag 124000/136439
28.86/14.17	c cleaning 10001 clauses out of 20005 with flag 134001/146440
30.61/15.05	c cleaning 9998 clauses out of 20004 with flag 144001/156440
32.55/16.07	c cleaning 10000 clauses out of 20005 with flag 154000/166439
34.49/17.07	c cleaning 10002 clauses out of 20005 with flag 164000/176439
36.82/18.26	c cleaning 10000 clauses out of 20004 with flag 174001/186440
38.56/19.11	c cleaning 9995 clauses out of 20003 with flag 184001/196440
40.29/20.04	c cleaning 10002 clauses out of 20007 with flag 194001/206440
42.06/20.99	c cleaning 10001 clauses out of 20004 with flag 204000/216439
43.54/21.77	c cleaning 0 clauses out of 5608 with flag 0/5610
44.29/22.03	c cleaning 10002 clauses out of 20005 with flag 214002/226441
45.62/22.74	c  And the winner is Resolution
45.81/23.00	c starts		: 121
45.81/23.00	c conflicts		: 235838
45.81/23.00	c decisions		: 246110
45.81/23.00	c propagations		: 4567454
45.81/23.00	c inspects		: 199329832
45.81/23.00	c shortcuts		: 0
45.81/23.00	c learnt literals	: 14
45.81/23.00	c learnt binary clauses	: 57
45.81/23.00	c learnt ternary clauses	: 180
45.81/23.00	c learnt constraints	: 235823
45.81/23.00	c ignored constraints	: 0
45.81/23.00	c root simplifications	: 0
45.81/23.00	c removed literals (reason simplification)	: 7948609
45.81/23.00	c reason swapping (by a shorter reason)	: 0
45.81/23.00	c Calls to reduceDB	: 25
45.81/23.00	c number of reductions to clauses (during analyze)	: 0
45.81/23.00	c number of learned constraints concerned by reduction	: 0
45.81/23.00	c number of learning phase by resolution	: 0
45.81/23.00	c number of learning phase by cutting planes	: 0
45.81/23.00	c speed (assignments/second)	: 214343.89225210005
45.81/23.00	c non guided choices	1207
45.81/23.00	c learnt constraints type 
45.81/23.00	c constraints type 
45.81/23.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
45.81/23.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
45.81/23.00	c constraints type 
45.81/23.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
45.81/23.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
45.81/23.00	s OPTIMUM FOUND
45.81/23.00	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 
45.81/23.00	c objective function=3
45.81/23.00	c Total wall clock time (in seconds): 22.884

Verifier Data

OK	3

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.61 3.86 3.90 3/476 29686
/proc/meminfo: memFree=23743696/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 1316 0 0 0 0 0 0 0 25 0 2 0 811835593 36646912 1018 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 8947 1018 782 9 0 386 0
[pid=29686/tid=29687] ppid=29684 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 202 0 0 0 0 0 0 0 25 0 2 0 811835593 36646912 1018 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220816256582 0 0 0 16784584 17273451096836145151 0 0 -1 5 0 0 0

[startup+0.0234019 s]
/proc/loadavg: 3.61 3.86 3.90 3/476 29686
/proc/meminfo: memFree=23743696/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 4115 0 1 0 0 0 0 0 25 0 2 0 811835593 10694979584 3817 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2611079 3832 917 9 0 2602235 0
[pid=29686/tid=29687] ppid=29684 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) R 29684 29686 23562 0 -1 4202560 3027 0 1 0 0 0 0 0 25 0 2 0 811835593 10694979584 3844 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100391 s]
/proc/loadavg: 3.61 3.86 3.90 3/476 29686
/proc/meminfo: memFree=23743696/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10539760 CPUtime=0.09 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 12893 0 1 0 8 1 0 0 25 0 18 0 811835593 10792714240 12552 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2634940 12553 2062 9 0 2625674 0
[pid=29686/tid=29687] ppid=29684 vsize=10539760 CPUtime=0.07 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) R 29684 29686 23562 0 -1 4202560 10990 0 1 0 6 1 0 0 25 0 18 0 811835593 10792714240 12553 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828063179 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539760

[startup+0.300355 s]
/proc/loadavg: 3.61 3.86 3.90 3/476 29686
/proc/meminfo: memFree=23743696/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10546800 CPUtime=0.63 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 17269 0 1 0 61 2 0 0 25 0 22 0 811835593 10799923200 16019 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2636700 16019 2192 9 0 2627434 0
[pid=29686/tid=29687] ppid=29684 vsize=10546800 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11761 0 1 0 15 1 0 0 25 0 22 0 811835593 10799923200 16019 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10546800

[startup+0.700282 s]
/proc/loadavg: 3.61 3.86 3.90 3/476 29686
/proc/meminfo: memFree=23743696/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10556852 CPUtime=2.2 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 40119 0 1 0 215 5 0 0 25 0 22 0 811835593 10810216448 35508 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639213 35508 2221 9 0 2629947 0
[pid=29686/tid=29687] ppid=29684 vsize=10556852 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11761 0 1 0 15 1 0 0 20 0 22 0 811835593 10810216448 35508 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10556852

[startup+1.50114 s]
/proc/loadavg: 3.61 3.86 3.90 5/495 29711
/proc/meminfo: memFree=23516524/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10557280 CPUtime=3.99 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 90972 0 1 0 388 11 0 0 25 0 22 0 811835593 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639320 82048 2251 9 0 2630054 0
[pid=29686/tid=29687] ppid=29684 vsize=10557280 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11761 0 1 0 15 1 0 0 16 0 22 0 811835593 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29689] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29689/stat : 29689 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29690] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29690/stat : 29690 (java) S 29684 29686 23562 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) S 29684 29686 23562 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29692] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29692/stat : 29692 (java) S 29684 29686 23562 0 -1 4202560 180 0 0 0 0 0 0 0 16 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29693] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29693/stat : 29693 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29694] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29694/stat : 29694 (java) S 29684 29686 23562 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29695] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29695/stat : 29695 (java) S 29684 29686 23562 0 -1 4202560 478 0 0 0 0 0 0 0 16 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29696] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29696/stat : 29696 (java) S 29684 29686 23562 0 -1 4202560 551 0 0 0 0 0 0 0 16 0 22 0 811835596 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29697] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29697/stat : 29697 (java) R 29684 29686 23562 0 -1 4202560 775 0 0 0 2 0 0 0 15 0 22 0 811835597 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 47568446961887 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=29686/tid=29698] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29698/stat : 29698 (java) S 29684 29686 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811835597 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29699] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29699/stat : 29699 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811835597 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29701] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29701/stat : 29701 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828060081 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29702] ppid=29684 vsize=10557280 CPUtime=0.79 cores=1,3,5,7
/proc/29686/task/29702/stat : 29702 (java) S 29684 29686 23562 0 -1 4202560 6002 0 0 0 79 0 0 0 21 0 22 0 811835600 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29704] ppid=29684 vsize=10557280 CPUtime=0.83 cores=1,3,5,7
/proc/29686/task/29704/stat : 29704 (java) S 29684 29686 23562 0 -1 4202560 10647 0 0 0 83 0 0 0 16 0 22 0 811835600 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29705] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29705/stat : 29705 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29706] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29706/stat : 29706 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835600 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29710] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29710/stat : 29710 (java) S 29684 29686 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811835612 10810654720 82048 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 10557280

[startup+3.10084 s]
/proc/loadavg: 3.48 3.83 3.89 3/495 29719
/proc/meminfo: memFree=23382360/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10557280 CPUtime=6.93 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 106505 0 1 0 680 13 0 0 25 0 22 0 811835593 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639320 97577 2258 9 0 2630054 0
[pid=29686/tid=29687] ppid=29684 vsize=10557280 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11764 0 1 0 15 1 0 0 15 0 22 0 811835593 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29689] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29689/stat : 29689 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29690] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29690/stat : 29690 (java) S 29684 29686 23562 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) S 29684 29686 23562 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29692] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29692/stat : 29692 (java) S 29684 29686 23562 0 -1 4202560 192 0 0 0 0 0 0 0 16 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29693] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29693/stat : 29693 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29694] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29694/stat : 29694 (java) S 29684 29686 23562 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29695] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29695/stat : 29695 (java) S 29684 29686 23562 0 -1 4202560 483 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29696] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29696/stat : 29696 (java) S 29684 29686 23562 0 -1 4202560 552 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29697] ppid=29684 vsize=10557280 CPUtime=0.11 cores=1,3,5,7
/proc/29686/task/29697/stat : 29697 (java) S 29684 29686 23562 0 -1 4202560 2557 0 0 0 11 0 0 0 16 0 22 0 811835597 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 0 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29698] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29698/stat : 29698 (java) S 29684 29686 23562 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29699] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29699/stat : 29699 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29701] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29701/stat : 29701 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828060081 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29702] ppid=29684 vsize=10557280 CPUtime=0.82 cores=1,3,5,7
/proc/29686/task/29702/stat : 29702 (java) S 29684 29686 23562 0 -1 4202560 6015 0 0 0 82 0 0 0 15 0 22 0 811835600 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29704] ppid=29684 vsize=10557280 CPUtime=0.85 cores=1,3,5,7
/proc/29686/task/29704/stat : 29704 (java) S 29684 29686 23562 0 -1 4202560 10647 0 0 0 85 0 0 0 15 0 22 0 811835600 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29705] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29705/stat : 29705 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29706] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29706/stat : 29706 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835600 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29710] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29710/stat : 29710 (java) S 29684 29686 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811835612 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29716] ppid=29684 vsize=10557280 CPUtime=1.31 cores=1,3,5,7
/proc/29686/task/29716/stat : 29716 (java) R 29684 29686 23562 0 -1 4202560 3 0 0 0 131 0 0 0 17 0 22 0 811835762 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505526007 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29686/tid=29717] ppid=29684 vsize=10557280 CPUtime=1.3 cores=1,3,5,7
/proc/29686/task/29717/stat : 29717 (java) R 29684 29686 23562 0 -1 4202560 10511 0 0 0 129 1 0 0 20 0 22 0 811835762 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505625459 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=29686/tid=29719] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29719/stat : 29719 (java) S 29684 29686 23562 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 811835763 10810654720 97577 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 10557280

[startup+6.3013 s]
/proc/loadavg: 3.48 3.83 3.89 5/498 29723
/proc/meminfo: memFree=23171016/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10557280 CPUtime=13.23 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 154178 0 1 0 1306 17 0 0 25 0 22 0 811835593 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639320 145235 2258 9 0 2630054 0
[pid=29686/tid=29687] ppid=29684 vsize=10557280 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11764 0 1 0 15 1 0 0 15 0 22 0 811835593 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29689] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29689/stat : 29689 (java) S 29684 29686 23562 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29690] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29690/stat : 29690 (java) S 29684 29686 23562 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) S 29684 29686 23562 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29692] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29692/stat : 29692 (java) S 29684 29686 23562 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29693] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29693/stat : 29693 (java) S 29684 29686 23562 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29694] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29694/stat : 29694 (java) S 29684 29686 23562 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29695] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29695/stat : 29695 (java) S 29684 29686 23562 0 -1 4202560 536 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29696] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29696/stat : 29696 (java) S 29684 29686 23562 0 -1 4202560 552 0 0 0 0 0 0 0 15 0 22 0 811835596 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29697] ppid=29684 vsize=10557280 CPUtime=0.22 cores=1,3,5,7
/proc/29686/task/29697/stat : 29697 (java) S 29684 29686 23562 0 -1 4202560 3880 0 0 0 22 0 0 0 16 0 22 0 811835597 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 0 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29698] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29698/stat : 29698 (java) S 29684 29686 23562 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29699] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29699/stat : 29699 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 145235 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0

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

[pid=29686/tid=29706] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29706/stat : 29706 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835600 10810654720 184343 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29710] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29710/stat : 29710 (java) S 29684 29686 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811835612 10810654720 184343 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29716] ppid=29684 vsize=10557280 CPUtime=17.84 cores=1,3,5,7
/proc/29686/task/29716/stat : 29716 (java) R 29684 29686 23562 0 -1 4202560 27 0 0 0 1784 0 0 0 25 0 22 0 811835762 10810654720 184343 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505530365 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29686/tid=29717] ppid=29684 vsize=10557280 CPUtime=17.81 cores=1,3,5,7
/proc/29686/task/29717/stat : 29717 (java) R 29684 29686 23562 0 -1 4202560 90942 0 0 0 1772 9 0 0 25 0 22 0 811835762 10810654720 184343 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505790052 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29686/tid=29719] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29719/stat : 29719 (java) S 29684 29686 23562 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 811835763 10810654720 184343 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.63
Current children cumulated vsize (KiB) 10557280

[startup+22.3013 s]
/proc/loadavg: 3.60 3.84 3.89 6/498 29724
/proc/meminfo: memFree=23002632/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10557280 CPUtime=44.79 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 196954 0 1 0 4455 24 0 0 25 0 22 0 811835593 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639320 184898 2258 9 0 2630054 0
[pid=29686/tid=29687] ppid=29684 vsize=10557280 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11764 0 1 0 15 1 0 0 15 0 22 0 811835593 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29689] ppid=29684 vsize=10557280 CPUtime=0.01 cores=1,3,5,7
/proc/29686/task/29689/stat : 29689 (java) S 29684 29686 23562 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29690] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29690/stat : 29690 (java) S 29684 29686 23562 0 -1 4202560 200 0 0 0 2 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) S 29684 29686 23562 0 -1 4202560 217 0 0 0 3 0 0 0 16 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29692] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29692/stat : 29692 (java) S 29684 29686 23562 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29693] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29693/stat : 29693 (java) S 29684 29686 23562 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29694] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29694/stat : 29694 (java) S 29684 29686 23562 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29695] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29695/stat : 29695 (java) S 29684 29686 23562 0 -1 4202560 543 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29696] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29696/stat : 29696 (java) S 29684 29686 23562 0 -1 4202560 557 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29697] ppid=29684 vsize=10557280 CPUtime=1.33 cores=1,3,5,7
/proc/29686/task/29697/stat : 29697 (java) S 29684 29686 23562 0 -1 4202560 8842 0 0 0 132 1 0 0 16 0 22 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 0 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29698] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29698/stat : 29698 (java) S 29684 29686 23562 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29699] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29699/stat : 29699 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29701] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29701/stat : 29701 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828060081 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29702] ppid=29684 vsize=10557280 CPUtime=0.87 cores=1,3,5,7
/proc/29686/task/29702/stat : 29702 (java) S 29684 29686 23562 0 -1 4202560 6016 0 0 0 87 0 0 0 15 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29704] ppid=29684 vsize=10557280 CPUtime=1.46 cores=1,3,5,7
/proc/29686/task/29704/stat : 29704 (java) S 29684 29686 23562 0 -1 4202560 14005 0 0 0 146 0 0 0 16 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29705] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29705/stat : 29705 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29706] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29706/stat : 29706 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29710] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29710/stat : 29710 (java) S 29684 29686 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811835612 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29716] ppid=29684 vsize=10557280 CPUtime=19.2 cores=1,3,5,7
/proc/29686/task/29716/stat : 29716 (java) R 29684 29686 23562 0 -1 4202560 29 0 0 0 1920 0 0 0 25 0 22 0 811835762 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505530317 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29686/tid=29717] ppid=29684 vsize=10557280 CPUtime=19.15 cores=1,3,5,7
/proc/29686/task/29717/stat : 29717 (java) R 29684 29686 23562 0 -1 4202560 90942 0 0 0 1906 9 0 0 25 0 22 0 811835762 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505534633 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29686/tid=29719] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29719/stat : 29719 (java) S 29684 29686 23562 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 811835763 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.79
Current children cumulated vsize (KiB) 10557280

[startup+22.7013 s]
/proc/loadavg: 3.60 3.84 3.89 6/498 29724
/proc/meminfo: memFree=23002632/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10557280 CPUtime=45.62 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 196954 0 1 0 4538 24 0 0 25 0 22 0 811835593 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639320 184898 2258 9 0 2630054 0
[pid=29686/tid=29687] ppid=29684 vsize=10557280 CPUtime=0.16 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) S 29684 29686 23562 0 -1 4202560 11764 0 1 0 15 1 0 0 15 0 22 0 811835593 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29689] ppid=29684 vsize=10557280 CPUtime=0.01 cores=1,3,5,7
/proc/29686/task/29689/stat : 29689 (java) S 29684 29686 23562 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29690] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29690/stat : 29690 (java) S 29684 29686 23562 0 -1 4202560 200 0 0 0 2 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) S 29684 29686 23562 0 -1 4202560 217 0 0 0 3 0 0 0 16 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29692] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29692/stat : 29692 (java) S 29684 29686 23562 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29693] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29693/stat : 29693 (java) S 29684 29686 23562 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29694] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29694/stat : 29694 (java) S 29684 29686 23562 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29695] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29695/stat : 29695 (java) S 29684 29686 23562 0 -1 4202560 543 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29696] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29696/stat : 29696 (java) S 29684 29686 23562 0 -1 4202560 557 0 0 0 3 0 0 0 15 0 22 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29697] ppid=29684 vsize=10557280 CPUtime=1.33 cores=1,3,5,7
/proc/29686/task/29697/stat : 29697 (java) S 29684 29686 23562 0 -1 4202560 8842 0 0 0 132 1 0 0 16 0 22 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 0 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29698] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29698/stat : 29698 (java) S 29684 29686 23562 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29699] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29699/stat : 29699 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29701] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29701/stat : 29701 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828060081 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29702] ppid=29684 vsize=10557280 CPUtime=0.89 cores=1,3,5,7
/proc/29686/task/29702/stat : 29702 (java) S 29684 29686 23562 0 -1 4202560 6016 0 0 0 89 0 0 0 15 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29704] ppid=29684 vsize=10557280 CPUtime=1.47 cores=1,3,5,7
/proc/29686/task/29704/stat : 29704 (java) S 29684 29686 23562 0 -1 4202560 14005 0 0 0 147 0 0 0 15 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29705] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29705/stat : 29705 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29706] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29706/stat : 29706 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29710] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29710/stat : 29710 (java) S 29684 29686 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811835612 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29716] ppid=29684 vsize=10557280 CPUtime=19.6 cores=1,3,5,7
/proc/29686/task/29716/stat : 29716 (java) R 29684 29686 23562 0 -1 4202560 29 0 0 0 1960 0 0 0 25 0 22 0 811835762 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505636178 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29686/tid=29717] ppid=29684 vsize=10557280 CPUtime=19.55 cores=1,3,5,7
/proc/29686/task/29717/stat : 29717 (java) R 29684 29686 23562 0 -1 4202560 90942 0 0 0 1946 9 0 0 25 0 22 0 811835762 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505972191 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29686/tid=29719] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29719/stat : 29719 (java) S 29684 29686 23562 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 811835763 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.62
Current children cumulated vsize (KiB) 10557280

[startup+22.9063 s]
/proc/loadavg: 3.60 3.84 3.89 6/498 29724
/proc/meminfo: memFree=23002632/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=10557280 CPUtime=45.81 cores=1,3,5,7
/proc/29686/stat : 29686 (java) S 29684 29686 23562 0 -1 4202496 196954 0 1 0 4557 24 0 0 25 0 19 0 811835593 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 2639320 184898 2258 9 0 2630054 0
[pid=29686/tid=29687] ppid=29684 vsize=10557280 CPUtime=0.21 cores=1,3,5,7
/proc/29686/task/29687/stat : 29687 (java) R 29684 29686 23562 0 -1 4202560 11764 0 1 0 20 1 0 0 15 0 19 0 811835593 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29686/tid=29689] ppid=29684 vsize=10557280 CPUtime=0.01 cores=1,3,5,7
/proc/29686/task/29689/stat : 29689 (java) S 29684 29686 23562 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29690] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29690/stat : 29690 (java) S 29684 29686 23562 0 -1 4202560 200 0 0 0 2 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) S 29684 29686 23562 0 -1 4202560 217 0 0 0 3 0 0 0 16 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29692] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29692/stat : 29692 (java) S 29684 29686 23562 0 -1 4202560 224 0 0 0 3 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29693] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29693/stat : 29693 (java) S 29684 29686 23562 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 7 0 0 0
[pid=29686/tid=29694] ppid=29684 vsize=10557280 CPUtime=0.02 cores=1,3,5,7
/proc/29686/task/29694/stat : 29694 (java) S 29684 29686 23562 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29695] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29695/stat : 29695 (java) S 29684 29686 23562 0 -1 4202560 543 0 0 0 3 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29696] ppid=29684 vsize=10557280 CPUtime=0.03 cores=1,3,5,7
/proc/29686/task/29696/stat : 29696 (java) S 29684 29686 23562 0 -1 4202560 557 0 0 0 3 0 0 0 15 0 19 0 811835596 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29697] ppid=29684 vsize=10557280 CPUtime=1.33 cores=1,3,5,7
/proc/29686/task/29697/stat : 29697 (java) S 29684 29686 23562 0 -1 4202560 8842 0 0 0 132 1 0 0 16 0 19 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 0 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29698] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29698/stat : 29698 (java) S 29684 29686 23562 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29699] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29699/stat : 29699 (java) S 29684 29686 23562 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 811835597 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29701] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29701/stat : 29701 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828060081 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29702] ppid=29684 vsize=10557280 CPUtime=0.89 cores=1,3,5,7
/proc/29686/task/29702/stat : 29702 (java) S 29684 29686 23562 0 -1 4202560 6016 0 0 0 89 0 0 0 15 0 19 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29704] ppid=29684 vsize=10557280 CPUtime=1.49 cores=1,3,5,7
/proc/29686/task/29704/stat : 29704 (java) S 29684 29686 23562 0 -1 4202560 14005 0 0 0 149 0 0 0 15 0 19 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
[pid=29686/tid=29705] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29705/stat : 29705 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052377 0 4 0 16800975 18446604465524416576 0 0 -1 5 0 0 0
[pid=29686/tid=29706] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29706/stat : 29706 (java) S 29684 29686 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811835600 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 3 0 0 0
[pid=29686/tid=29710] ppid=29684 vsize=10557280 CPUtime=0 cores=1,3,5,7
/proc/29686/task/29710/stat : 29710 (java) S 29684 29686 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811835612 10810654720 184898 33554432000 1073741824 1073778376 140734801844992 18446744073709551615 220828052992 0 4 0 16800975 18446604465524416576 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.81
Current children cumulated vsize (KiB) 10557280

[startup+23.0012 s]
/proc/loadavg: 3.55 3.82 3.88 4/495 29724
/proc/meminfo: memFree=23001292/32951124 swapFree=60476376/67111528
[pid=29686] ppid=29684 vsize=0 CPUtime=45.92 cores=1,3,5,7
/proc/29686/stat : 29686 (java) Z 29684 29686 23562 0 -1 4203548 196960 0 1 0 4567 25 0 0 18 0 2 0 811835593 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29686/statm: 0 0 0 0 0 0 0
[pid=29686/tid=29691] ppid=29684 vsize=0 CPUtime=0.04 cores=1,3,5,7
/proc/29686/task/29691/stat : 29691 (java) R 29684 29686 23562 0 -1 4203588 217 0 0 0 3 1 0 0 15 0 2 0 811835596 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.92
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 23.0373
CPU time (s): 45.95
CPU user time (s): 45.6761
CPU system time (s): 0.273958
CPU usage (%): 199.459
Max. virtual memory (cumulated for all children) (KiB): 10557280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.6761
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196960
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= 1654
involuntary context switches= 551

runsolver used 0.12998 second user time and 0.247962 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 15:29:57
IDJOB=3453769
IDBENCH=47973
IDSOLVER=1950
FILE ID=node147/3453769-1307194197
RUNJOBID= node147-1307194135-29247
PBS_JOBID= 13508849
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=191-P1=151-P2=41-P3=257-P4=191-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453769-1307194197/watcher-3453769-1307194197 -o /tmp/evaluation-result-3453769-1307194197/solver-3453769-1307194197 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453769-1307194197.opb

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

MD5SUM BENCH= e04f59e7146720276551350f74bab120
RANDOM SEED=2107525519

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      23743992 kB
Buffers:        328512 kB
Cached:        1493960 kB
SwapCached:      11188 kB
Active:        7581900 kB
Inactive:      1363328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23743992 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:             460 kB
Writeback:           4 kB
AnonPages:     7119988 kB
Mapped:          30860 kB
Slab:           134248 kB
PageTables:      60180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131137528 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= 73696 MiB
End job on node147 at 2011-06-04 15:30:20