Trace number 3453715

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 80.0338 41.4067

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMc4232b649086935e0cf725c77927c83f
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.131979
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 variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a 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)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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@5495fd19
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@ae94e92
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-3453715-1307194130.opb
0.00/0.11	c reading problem ... 
0.12/0.20	c ... done. Wall clock time 0.086s.
0.12/0.20	c #vars     528
0.12/0.20	c #constraints  787
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.12/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
0.12/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
2.62/0.83	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.90/1.26	c cleaning 4246 clauses out of 8501 with flag 11001/11001
4.96/1.79	c cleaning 5622 clauses out of 11255 with flag 18001/18001
6.35/2.40	c cleaning 6812 clauses out of 13632 with flag 26000/26000
8.25/3.33	c cleaning 7907 clauses out of 15820 with flag 35000/35000
10.47/4.34	c cleaning 8950 clauses out of 17913 with flag 45000/45000
12.63/5.22	c cleaning 9477 clauses out of 18963 with flag 55001/55001
14.40/6.12	c cleaning 9739 clauses out of 19485 with flag 65000/65000
16.14/7.08	c cleaning 9871 clauses out of 19747 with flag 75001/75001
18.50/8.20	c cleaning 9935 clauses out of 19875 with flag 85000/85000
20.65/9.34	c cleaning 9969 clauses out of 19941 with flag 95001/95001
22.81/10.40	c cleaning 9984 clauses out of 19972 with flag 105001/105001
24.53/11.39	c cleaning 9993 clauses out of 19987 with flag 115000/115000
26.87/12.60	c cleaning 9993 clauses out of 19994 with flag 125000/125000
28.45/13.32	c cleaning 9993 clauses out of 20001 with flag 135001/135001
28.78/13.50	c cleaning 0 clauses out of 5001 with flag 0/5001
30.31/14.26	c cleaning 9990 clauses out of 20006 with flag 145000/145000
31.78/14.93	c cleaning 10001 clauses out of 20016 with flag 155000/155000
33.31/15.73	c cleaning 9997 clauses out of 20017 with flag 165002/165002
34.05/16.13	c  And the winner is Resolution
34.13/16.34	c SATISFIABLE
34.13/16.34	c OPTIMIZING...
34.13/16.34	c Got one! Elapsed wall clock time (in seconds):16.227
34.13/16.34	o 33
34.68/16.66	c cleaning 10546 clauses out of 21116 with flag 5000/176098
35.35/17.09	c cleaning 8271 clauses out of 16570 with flag 11000/182098
36.28/17.60	c cleaning 7633 clauses out of 15300 with flag 18001/189099
37.62/18.29	c cleaning 7833 clauses out of 15667 with flag 26001/197099
39.35/19.17	c cleaning 8413 clauses out of 16833 with flag 35000/206098
41.25/20.17	c cleaning 9209 clauses out of 18421 with flag 45001/216099
43.38/21.22	c cleaning 9602 clauses out of 19212 with flag 55001/226099
45.32/22.20	c cleaning 9799 clauses out of 19609 with flag 65000/236098
45.44/22.38	c  And the winner is Resolution
45.63/22.88	c Got one! Elapsed wall clock time (in seconds):22.766
45.63/22.88	o 5
45.87/23.07	c cleaning 7417 clauses out of 14878 with flag 3000/241166
46.77/23.50	c cleaning 6707 clauses out of 13462 with flag 9001/247167
47.70/24.04	c cleaning 6856 clauses out of 13754 with flag 16000/254166
48.83/24.67	c cleaning 7442 clauses out of 14898 with flag 24000/262166
50.21/25.34	c cleaning 8220 clauses out of 16457 with flag 33001/271167
51.29/25.92	c  And the winner is Resolution
51.29/25.95	c Got one! Elapsed wall clock time (in seconds):25.842
51.29/25.95	o 3
51.83/26.28	c cleaning 10685 clauses out of 21409 with flag 5001/284339
52.76/26.70	c cleaning 8343 clauses out of 16723 with flag 11000/290338
53.49/27.17	c cleaning 7671 clauses out of 15380 with flag 18000/297338
54.81/27.86	c cleaning 7838 clauses out of 15710 with flag 26001/305339
56.11/28.55	c cleaning 8431 clauses out of 16870 with flag 35000/314338
57.83/29.47	c cleaning 9213 clauses out of 18440 with flag 45001/324339
59.56/30.32	c cleaning 9607 clauses out of 19226 with flag 55000/334338
61.28/31.23	c cleaning 9808 clauses out of 19620 with flag 65001/344339
62.80/32.02	c cleaning 9904 clauses out of 19811 with flag 75000/354338
64.49/32.90	c cleaning 9951 clauses out of 19907 with flag 85000/364338
65.61/33.58	c cleaning 9966 clauses out of 19958 with flag 95002/374340
67.12/34.33	c cleaning 9988 clauses out of 19991 with flag 105001/384339
68.60/35.19	c cleaning 9994 clauses out of 20000 with flag 115000/394338
70.32/36.01	c cleaning 9995 clauses out of 20006 with flag 125000/404338
72.05/36.90	c cleaning 10003 clauses out of 20013 with flag 135002/414340
73.76/37.89	c cleaning 10002 clauses out of 20008 with flag 145000/424338
75.64/38.89	c cleaning 9999 clauses out of 20006 with flag 155000/434338
77.56/39.83	c cleaning 10000 clauses out of 20007 with flag 165000/444338
79.30/40.74	c cleaning 10000 clauses out of 20005 with flag 175000/454338
79.59/40.99	c  And the winner is Resolution
79.93/41.37	c starts		: 139
79.93/41.37	c conflicts		: 457078
79.93/41.37	c decisions		: 470717
79.93/41.37	c propagations		: 9101828
79.93/41.37	c inspects		: 317140968
79.93/41.37	c shortcuts		: 0
79.93/41.37	c learnt literals	: 16
79.93/41.37	c learnt binary clauses	: 87
79.93/41.37	c learnt ternary clauses	: 264
79.93/41.37	c learnt constraints	: 457061
79.93/41.37	c ignored constraints	: 0
79.93/41.37	c root simplifications	: 0
79.93/41.37	c removed literals (reason simplification)	: 15782988
79.93/41.37	c reason swapping (by a shorter reason)	: 0
79.93/41.37	c Calls to reduceDB	: 50
79.93/41.37	c number of reductions to clauses (during analyze)	: 0
79.93/41.37	c number of learned constraints concerned by reduction	: 0
79.93/41.37	c number of learning phase by resolution	: 0
79.93/41.37	c number of learning phase by cutting planes	: 0
79.93/41.37	c speed (assignments/second)	: 590452.6759649692
79.93/41.37	c non guided choices	2372
79.93/41.37	c learnt constraints type 
79.93/41.37	c constraints type 
79.93/41.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
79.93/41.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 403
79.93/41.37	c constraints type 
79.93/41.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 384
79.93/41.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
79.93/41.37	s OPTIMUM FOUND
79.93/41.37	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 x41 x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 x51 -x52 -x53 x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 x84 x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
79.93/41.37	c objective function=3
79.93/41.37	c Total wall clock time (in seconds): 41.258

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-3453715-1307194130/watcher-3453715-1307194130 -o /tmp/evaluation-result-3453715-1307194130/solver-3453715-1307194130 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453715-1307194130.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.95 3.86 3.68 2/501 18389
/proc/meminfo: memFree=24730744/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 4395 0 1 0 0 0 0 0 25 0 2 0 831012713 10694979584 4098 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2611079 4112 917 9 0 2602235 0
[pid=18389/tid=18390] ppid=18387 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) R 18387 18389 13533 0 -1 4202560 5386 0 1 0 0 0 0 0 25 0 2 0 831012714 10694979584 6201 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.11777 s]
/proc/loadavg: 3.95 3.86 3.68 2/501 18389
/proc/meminfo: memFree=24730744/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10540440 CPUtime=0.12 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 13380 0 1 0 11 1 0 0 25 0 18 0 831012713 10793410560 13047 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2635110 13051 2134 9 0 2625844 0
[pid=18389/tid=18390] ppid=18387 vsize=10540440 CPUtime=0.1 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) R 18387 18389 13533 0 -1 4202560 11344 0 1 0 9 1 0 0 25 0 18 0 831012714 10793410560 13051 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540440

[startup+0.204394 s]
/proc/loadavg: 3.95 3.86 3.68 2/501 18389
/proc/meminfo: memFree=24730744/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10542856 CPUtime=0.24 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 14238 0 1 0 23 1 0 0 25 0 20 0 831012713 10795884544 13891 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2635714 13891 2186 9 0 2626448 0
[pid=18389/tid=18390] ppid=18387 vsize=10542856 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11953 0 1 0 17 1 0 0 25 0 20 0 831012714 10795884544 13891 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10542856

[startup+0.300689 s]
/proc/loadavg: 3.95 3.86 3.68 2/501 18389
/proc/meminfo: memFree=24730744/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10548144 CPUtime=0.63 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 17721 0 1 0 61 2 0 0 25 0 22 0 831012713 10801299456 16155 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2637036 16155 2214 9 0 2627770 0
[pid=18389/tid=18390] ppid=18387 vsize=10548144 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11953 0 1 0 17 1 0 0 25 0 22 0 831012714 10801299456 16155 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10548144

[startup+0.700614 s]
/proc/loadavg: 3.95 3.86 3.68 2/501 18389
/proc/meminfo: memFree=24730744/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10555956 CPUtime=2.22 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 40373 0 1 0 217 5 0 0 25 0 22 0 831012713 10809298944 33275 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2638989 33276 2227 9 0 2629723 0
[pid=18389/tid=18390] ppid=18387 vsize=10555956 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11953 0 1 0 17 1 0 0 25 0 22 0 831012714 10809298944 33276 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10555956

[startup+1.50151 s]
/proc/loadavg: 3.95 3.86 3.68 4/523 18411
/proc/meminfo: memFree=24531112/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10556288 CPUtime=4.54 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 84378 0 1 0 443 11 0 0 25 0 22 0 831012713 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2639072 66721 2256 9 0 2629806 0
[pid=18389/tid=18390] ppid=18387 vsize=10556288 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11953 0 1 0 17 1 0 0 15 0 22 0 831012714 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13533 0 -1 4202560 333 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13533 0 -1 4202560 592 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13533 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13533 0 -1 4202560 454 0 0 0 0 0 0 0 16 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=10556288 CPUtime=0.03 cores=1,3,5,7
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13533 0 -1 4202560 1212 0 0 0 3 0 0 0 16 0 22 0 831012716 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 0 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831012717 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831012717 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092055985 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=10556288 CPUtime=0.9 cores=1,3,5,7
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13533 0 -1 4202560 9776 0 0 0 89 1 0 0 24 0 22 0 831012719 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=10556288 CPUtime=0.88 cores=1,3,5,7
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13533 0 -1 4202560 13543 0 0 0 87 1 0 0 23 0 22 0 831012719 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012719 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=10556288 CPUtime=1.24 cores=1,3,5,7
/proc/18389/task/18408/stat : 18408 (java) R 18387 18389 13533 0 -1 4202560 606 0 0 0 124 0 0 0 25 0 22 0 831012733 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505556636 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18389/tid=18409] ppid=18387 vsize=10556288 CPUtime=1.23 cores=1,3,5,7
/proc/18389/task/18409/stat : 18409 (java) R 18387 18389 13533 0 -1 4202560 44746 0 0 0 118 5 0 0 25 0 22 0 831012733 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505644406 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18389/tid=18410] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18410/stat : 18410 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 66721 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 10556288

[startup+3.10116 s]
/proc/loadavg: 3.95 3.86 3.68 4/523 18411
/proc/meminfo: memFree=24385784/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10556288 CPUtime=7.76 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 127032 0 1 0 760 16 0 0 25 0 22 0 831012713 10809638912 109191 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2639072 109194 2257 9 0 2629806 0
[pid=18389/tid=18390] ppid=18387 vsize=10556288 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11953 0 1 0 17 1 0 0 15 0 22 0 831012714 10809638912 109196 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13533 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 22 0 831012715 10809638912 109198 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13533 0 -1 4202560 471 0 0 0 0 0 0 0 16 0 22 0 831012715 10809638912 109200 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13533 0 -1 4202560 592 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 109202 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13533 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 22 0 831012715 10809638912 109204 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 109206 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13533 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 109208 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13533 0 -1 4202560 573 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 109210 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13533 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 109213 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=10556288 CPUtime=0.08 cores=1,3,5,7
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13533 0 -1 4202560 2190 0 0 0 8 0 0 0 16 0 22 0 831012716 10809638912 109218 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 0 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831012717 10809638912 109221 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831012717 10809638912 109225 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 109228 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092055985 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=10556288 CPUtime=0.93 cores=1,3,5,7
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13533 0 -1 4202560 9779 0 0 0 92 1 0 0 15 0 22 0 831012719 10809638912 109231 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=10556288 CPUtime=0.93 cores=1,3,5,7
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13533 0 -1 4202560 13737 0 0 0 92 1 0 0 15 0 22 0 831012719 10809638912 109234 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 109237 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831012719 10809638912 109239 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18408] ppid=18387 vsize=10556288 CPUtime=2.77 cores=1,3,5,7
/proc/18389/task/18408/stat : 18408 (java) R 18387 18389 13533 0 -1 4202560 755 0 0 0 277 0 0 0 25 0 22 0 831012733 10809638912 109241 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505535071 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18389/tid=18409] ppid=18387 vsize=10556288 CPUtime=2.78 cores=1,3,5,7
/proc/18389/task/18409/stat : 18409 (java) R 18387 18389 13533 0 -1 4202560 85717 0 0 0 268 10 0 0 25 0 22 0 831012733 10809638912 109245 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505728344 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18389/tid=18410] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18410/stat : 18410 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 109248 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 109252 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 10556288

[startup+6.30155 s]
/proc/loadavg: 3.88 3.84 3.68 4/523 18411
/proc/meminfo: memFree=24129364/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10556288 CPUtime=14.74 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 166578 0 1 0 1452 22 0 0 25 0 22 0 831012713 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2639072 143786 2257 9 0 2629806 0
[pid=18389/tid=18390] ppid=18387 vsize=10556288 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11954 0 1 0 17 1 0 0 15 0 22 0 831012714 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13533 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=10556288 CPUtime=0.01 cores=1,3,5,7
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13533 0 -1 4202560 666 0 0 0 1 0 0 0 16 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=10556288 CPUtime=0.01 cores=1,3,5,7
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13533 0 -1 4202560 856 0 0 0 1 0 0 0 15 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13533 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13533 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13533 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13533 0 -1 4202560 653 0 0 0 0 0 0 0 15 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=10556288 CPUtime=0.01 cores=1,3,5,7
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13533 0 -1 4202560 102 0 0 0 1 0 0 0 16 0 22 0 831012715 10809638912 143786 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0

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

[pid=18389/tid=18407] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18407/stat : 18407 (java) R 18387 18389 13533 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831012719 10809638912 179056 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 179056 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18419] ppid=18387 vsize=10556288 CPUtime=10.9 cores=1,3,5,7
/proc/18389/task/18419/stat : 18419 (java) R 18387 18389 13533 0 -1 4202560 11 0 0 0 1090 0 0 0 16 0 22 0 831015309 10809638912 179056 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505589171 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18389/tid=18420] ppid=18387 vsize=10556288 CPUtime=10.9 cores=1,3,5,7
/proc/18389/task/18420/stat : 18420 (java) R 18387 18389 13533 0 -1 4202560 1 0 0 0 1090 0 0 0 16 0 22 0 831015309 10809638912 179056 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505837560 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18389/tid=18421] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18421/stat : 18421 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831015309 10809638912 179056 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 74.84
Current children cumulated vsize (KiB) 10556288

[startup+40.0011 s]
/proc/loadavg: 3.36 3.72 3.64 4/523 18421
/proc/meminfo: memFree=23551400/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10556288 CPUtime=77.87 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 208033 0 1 0 7759 28 0 0 25 0 22 0 831012713 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2639072 179205 2258 9 0 2629806 0
[pid=18389/tid=18390] ppid=18387 vsize=10556288 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11960 0 1 0 17 1 0 0 15 0 22 0 831012714 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13533 0 -1 4202560 65 0 0 0 6 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=10556288 CPUtime=0.09 cores=1,3,5,7
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13533 0 -1 4202560 671 0 0 0 9 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=10556288 CPUtime=0.07 cores=1,3,5,7
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13533 0 -1 4202560 865 0 0 0 7 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=10556288 CPUtime=0.07 cores=1,3,5,7
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13533 0 -1 4202560 64 0 0 0 7 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13533 0 -1 4202560 181 0 0 0 6 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=10556288 CPUtime=0.05 cores=1,3,5,7
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13533 0 -1 4202560 88 0 0 0 5 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13533 0 -1 4202560 662 0 0 0 6 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=10556288 CPUtime=0.05 cores=1,3,5,7
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13533 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=10556288 CPUtime=3.65 cores=1,3,5,7
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13533 0 -1 4202560 12780 0 0 0 364 1 0 0 16 0 22 0 831012716 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 0 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831012717 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 831012717 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092055985 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=10556288 CPUtime=1 cores=1,3,5,7
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13533 0 -1 4202560 9782 0 0 0 99 1 0 0 15 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=10556288 CPUtime=2.04 cores=1,3,5,7
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13533 0 -1 4202560 24700 0 0 0 201 3 0 0 15 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13533 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18419] ppid=18387 vsize=10556288 CPUtime=12.31 cores=1,3,5,7
/proc/18389/task/18419/stat : 18419 (java) R 18387 18389 13533 0 -1 4202560 13 0 0 0 1231 0 0 0 16 0 22 0 831015309 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505548992 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18389/tid=18420] ppid=18387 vsize=10556288 CPUtime=12.32 cores=1,3,5,7
/proc/18389/task/18420/stat : 18420 (java) R 18387 18389 13533 0 -1 4202560 1 0 0 0 1232 0 0 0 16 0 22 0 831015309 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46912505654485 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18389/tid=18421] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18421/stat : 18421 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831015309 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 77.87
Current children cumulated vsize (KiB) 10556288

[startup+40.82 s]
/proc/loadavg: 3.36 3.72 3.64 4/523 18421
/proc/meminfo: memFree=23242888/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10556288 CPUtime=79.44 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 208034 0 1 0 7916 28 0 0 25 0 22 0 831012713 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2639072 179205 2258 9 0 2629806 0
[pid=18389/tid=18390] ppid=18387 vsize=10556288 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11960 0 1 0 17 1 0 0 15 0 22 0 831012714 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13533 0 -1 4202560 65 0 0 0 6 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=10556288 CPUtime=0.09 cores=1,3,5,7
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13533 0 -1 4202560 671 0 0 0 9 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=10556288 CPUtime=0.07 cores=1,3,5,7
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13533 0 -1 4202560 865 0 0 0 7 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=10556288 CPUtime=0.07 cores=1,3,5,7
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13533 0 -1 4202560 64 0 0 0 7 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13533 0 -1 4202560 181 0 0 0 6 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13533 0 -1 4202560 88 0 0 0 6 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13533 0 -1 4202560 662 0 0 0 6 0 0 0 16 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=10556288 CPUtime=0.05 cores=1,3,5,7
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13533 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 22 0 831012715 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=10556288 CPUtime=3.73 cores=1,3,5,7
/proc/18389/task/18400/stat : 18400 (java) R 18387 18389 13533 0 -1 4202560 12780 0 0 0 372 1 0 0 15 0 22 0 831012716 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 46996507398197 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831012717 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 831012717 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092055985 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=10556288 CPUtime=1 cores=1,3,5,7
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13533 0 -1 4202560 9782 0 0 0 99 1 0 0 15 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=10556288 CPUtime=2.04 cores=1,3,5,7
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13533 0 -1 4202560 24700 0 0 0 201 3 0 0 15 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13533 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831012719 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831012734 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18419] ppid=18387 vsize=10556288 CPUtime=13.05 cores=1,3,5,7
/proc/18389/task/18419/stat : 18419 (java) S 18387 18389 13533 0 -1 4202560 14 0 0 0 1305 0 0 0 16 0 22 0 831015309 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18420] ppid=18387 vsize=10556288 CPUtime=13.06 cores=1,3,5,7
/proc/18389/task/18420/stat : 18420 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 1306 0 0 0 16 0 22 0 831015309 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18421] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18421/stat : 18421 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831015309 10809638912 179205 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 79.44
Current children cumulated vsize (KiB) 10556288

[startup+41.2009 s]
/proc/loadavg: 3.36 3.72 3.64 4/523 18421
/proc/meminfo: memFree=23242888/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=10556288 CPUtime=79.8 cores=1,3,5,7
/proc/18389/stat : 18389 (java) S 18387 18389 13533 0 -1 4202496 208285 0 1 0 7952 28 0 0 25 0 19 0 831012713 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 2639072 179456 2258 9 0 2629806 0
[pid=18389/tid=18390] ppid=18387 vsize=10556288 CPUtime=0.18 cores=1,3,5,7
/proc/18389/task/18390/stat : 18390 (java) S 18387 18389 13533 0 -1 4202560 11960 0 1 0 17 1 0 0 15 0 19 0 831012714 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18392] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18392/stat : 18392 (java) S 18387 18389 13533 0 -1 4202560 65 0 0 0 6 0 0 0 15 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18393] ppid=18387 vsize=10556288 CPUtime=0.09 cores=1,3,5,7
/proc/18389/task/18393/stat : 18393 (java) S 18387 18389 13533 0 -1 4202560 671 0 0 0 9 0 0 0 16 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18394] ppid=18387 vsize=10556288 CPUtime=0.07 cores=1,3,5,7
/proc/18389/task/18394/stat : 18394 (java) S 18387 18389 13533 0 -1 4202560 865 0 0 0 7 0 0 0 15 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18395] ppid=18387 vsize=10556288 CPUtime=0.07 cores=1,3,5,7
/proc/18389/task/18395/stat : 18395 (java) S 18387 18389 13533 0 -1 4202560 64 0 0 0 7 0 0 0 16 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18396] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18396/stat : 18396 (java) S 18387 18389 13533 0 -1 4202560 181 0 0 0 6 0 0 0 16 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18397] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18397/stat : 18397 (java) S 18387 18389 13533 0 -1 4202560 88 0 0 0 6 0 0 0 16 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18398] ppid=18387 vsize=10556288 CPUtime=0.06 cores=1,3,5,7
/proc/18389/task/18398/stat : 18398 (java) S 18387 18389 13533 0 -1 4202560 662 0 0 0 6 0 0 0 16 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18399] ppid=18387 vsize=10556288 CPUtime=0.05 cores=1,3,5,7
/proc/18389/task/18399/stat : 18399 (java) S 18387 18389 13533 0 -1 4202560 104 0 0 0 5 0 0 0 15 0 19 0 831012715 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18400] ppid=18387 vsize=10556288 CPUtime=3.74 cores=1,3,5,7
/proc/18389/task/18400/stat : 18400 (java) S 18387 18389 13533 0 -1 4202560 13031 0 0 0 373 1 0 0 16 0 19 0 831012716 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 0 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18401] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18401/stat : 18401 (java) S 18387 18389 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831012717 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 5 0 0 0
[pid=18389/tid=18402] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18402/stat : 18402 (java) S 18387 18389 13533 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 831012717 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18403] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18403/stat : 18403 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831012719 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092055985 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18404] ppid=18387 vsize=10556288 CPUtime=1 cores=1,3,5,7
/proc/18389/task/18404/stat : 18404 (java) S 18387 18389 13533 0 -1 4202560 9782 0 0 0 99 1 0 0 15 0 19 0 831012719 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
[pid=18389/tid=18405] ppid=18387 vsize=10556288 CPUtime=2.04 cores=1,3,5,7
/proc/18389/task/18405/stat : 18405 (java) S 18387 18389 13533 0 -1 4202560 24700 0 0 0 201 3 0 0 15 0 19 0 831012719 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 3 0 0 0
[pid=18389/tid=18406] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18406/stat : 18406 (java) S 18387 18389 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831012719 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048281 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18407] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18407/stat : 18407 (java) S 18387 18389 13533 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831012719 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 7 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=10556288 CPUtime=0 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) S 18387 18389 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831012734 10809638912 179456 33554432000 1073741824 1073778376 140737276412016 18446744073709551615 208092048896 0 4 0 16800975 18446604459380364224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.8
Current children cumulated vsize (KiB) 10556288

[startup+41.4009 s]
/proc/loadavg: 3.36 3.72 3.64 4/523 18421
/proc/meminfo: memFree=23242888/32950928 swapFree=39617324/67111528
[pid=18389] ppid=18387 vsize=0 CPUtime=80.01 cores=1,3,5,7
/proc/18389/stat : 18389 (java) Z 18387 18389 13533 0 -1 4203548 208296 0 1 0 7971 30 0 0 18 0 2 0 831012713 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18389/statm: 0 0 0 0 0 0 0
[pid=18389/tid=18411] ppid=18387 vsize=0 CPUtime=0.02 cores=1,3,5,7
/proc/18389/task/18411/stat : 18411 (java) R 18387 18389 13533 0 -1 4203588 7 0 0 0 0 2 0 0 18 0 2 0 831012734 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 41.4067
CPU time (s): 80.0338
CPU user time (s): 79.7199
CPU system time (s): 0.313952
CPU usage (%): 193.287
Max. virtual memory (cumulated for all children) (KiB): 10566664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.7199
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208296
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= 2808
involuntary context switches= 1234

runsolver used 0.200969 second user time and 0.52492 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:28:50
IDJOB=3453715
IDBENCH=47919
IDSOLVER=1950
FILE ID=node127/3453715-1307194130
RUNJOBID= node127-1307194061-18051
PBS_JOBID= 13508856
Free space on /tmp= 73948 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=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453715-1307194130/watcher-3453715-1307194130 -o /tmp/evaluation-result-3453715-1307194130/solver-3453715-1307194130 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453715-1307194130.opb

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

MD5SUM BENCH= c4232b649086935e0cf725c77927c83f
RANDOM SEED=1447139030

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24730884 kB
Buffers:        332816 kB
Cached:         929116 kB
SwapCached:      59160 kB
Active:        5926916 kB
Inactive:      1999320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24730884 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             696 kB
Writeback:           0 kB
AnonPages:     6611516 kB
Mapped:          30360 kB
Slab:           124068 kB
PageTables:     100440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130110892 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= 73948 MiB
End job on node127 at 2011-06-04 15:29:32