Trace number 3453850

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 43.9123 22.1454

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
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.083986
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453850-1307194310.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.063s.
0.10/0.17	c #vars     352
0.10/0.17	c #constraints  525
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
2.25/0.78	c cleaning 2494 clauses out of 5001 with flag 5001/5001
4.16/1.32	c cleaning 4250 clauses out of 8507 with flag 11001/11001
5.36/1.90	c cleaning 5628 clauses out of 11256 with flag 18000/18000
6.34/2.44	c cleaning 6814 clauses out of 13629 with flag 26001/26001
7.54/3.04	c cleaning 7900 clauses out of 15815 with flag 35001/35001
9.31/3.93	c cleaning 8945 clauses out of 17914 with flag 45000/45000
9.90/4.30	c  And the winner is Resolution
10.12/4.69	c SATISFIABLE
10.12/4.69	c OPTIMIZING...
10.12/4.69	c Got one! Elapsed wall clock time (in seconds):4.583
10.12/4.69	o 9
10.53/4.99	c  And the winner is Resolution
10.73/5.20	c Got one! Elapsed wall clock time (in seconds):5.087
10.73/5.20	o 3
10.93/5.35	c cleaning 10376 clauses out of 20771 with flag 2000/56802
11.89/5.85	c cleaning 8186 clauses out of 16395 with flag 8000/62802
12.88/6.38	c cleaning 7600 clauses out of 15211 with flag 15002/69804
14.44/7.12	c cleaning 7797 clauses out of 15609 with flag 23000/77802
15.80/7.82	c cleaning 8398 clauses out of 16812 with flag 32000/86802
17.28/8.52	c cleaning 9196 clauses out of 18414 with flag 42001/96803
18.93/9.23	c cleaning 9607 clauses out of 19217 with flag 52000/106802
20.89/10.21	c cleaning 9804 clauses out of 19612 with flag 62002/116804
22.46/11.07	c cleaning 9903 clauses out of 19807 with flag 72001/126803
24.19/11.92	c cleaning 9947 clauses out of 19904 with flag 82001/136803
25.71/12.77	c cleaning 9975 clauses out of 19957 with flag 92001/146803
27.65/13.74	c cleaning 9988 clauses out of 19984 with flag 102003/156805
29.60/14.78	c cleaning 9991 clauses out of 19993 with flag 112000/166802
31.34/15.69	c cleaning 10000 clauses out of 20002 with flag 122000/176802
33.26/16.61	c cleaning 9998 clauses out of 20002 with flag 132001/186803
34.80/17.47	c cleaning 9997 clauses out of 20004 with flag 142002/196804
36.54/18.37	c cleaning 9999 clauses out of 20005 with flag 152000/206802
38.48/19.35	c cleaning 10003 clauses out of 20009 with flag 162003/216805
40.19/20.25	c cleaning 0 clauses out of 5830 with flag 0/5831
40.42/20.38	c cleaning 10000 clauses out of 20004 with flag 172001/226803
42.54/21.31	c cleaning 9998 clauses out of 20003 with flag 182001/236803
43.58/21.85	c  And the winner is Resolution
43.86/22.11	c starts		: 121
43.86/22.11	c conflicts		: 242998
43.86/22.11	c decisions		: 253348
43.86/22.11	c propagations		: 4521239
43.86/22.11	c inspects		: 182770256
43.86/22.11	c shortcuts		: 0
43.86/22.11	c learnt literals	: 15
43.86/22.11	c learnt binary clauses	: 80
43.86/22.11	c learnt ternary clauses	: 235
43.86/22.11	c learnt constraints	: 242982
43.86/22.11	c ignored constraints	: 0
43.86/22.11	c root simplifications	: 0
43.86/22.11	c removed literals (reason simplification)	: 7994639
43.86/22.11	c reason swapping (by a shorter reason)	: 0
43.86/22.11	c Calls to reduceDB	: 26
43.86/22.11	c number of reductions to clauses (during analyze)	: 0
43.86/22.11	c number of learned constraints concerned by reduction	: 0
43.86/22.11	c number of learning phase by resolution	: 0
43.86/22.11	c number of learning phase by cutting planes	: 0
43.86/22.11	c speed (assignments/second)	: 267291.6937629323
43.86/22.11	c non guided choices	1553
43.86/22.11	c learnt constraints type 
43.86/22.11	c constraints type 
43.86/22.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
43.86/22.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
43.86/22.11	c constraints type 
43.86/22.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
43.86/22.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
43.86/22.11	s OPTIMUM FOUND
43.86/22.11	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 
43.86/22.11	c objective function=3
43.86/22.11	c Total wall clock time (in seconds): 22.002

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-3453850-1307194310/watcher-3453850-1307194310 -o /tmp/evaluation-result-3453850-1307194310/solver-3453850-1307194310 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453850-1307194310.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.12 3.65 3.55 4/348 30930
/proc/meminfo: memFree=23714636/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 3734 0 1 0 0 0 0 0 25 0 2 0 909661619 10694979584 3435 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2611079 3449 917 9 0 2602235 0
[pid=30930/tid=30931] ppid=30928 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) R 30928 30930 27326 0 -1 4202560 2671 0 1 0 0 0 0 0 25 0 2 0 909661619 10694979584 3486 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0308011 s]
/proc/loadavg: 3.12 3.65 3.55 4/348 30930
/proc/meminfo: memFree=23714636/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 10848 0 1 0 1 1 0 0 25 0 10 0 909661619 10705932288 10546 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2613753 10546 1536 9 0 2604501 0
[pid=30930/tid=30931] ppid=30928 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) R 30928 30930 27326 0 -1 4202560 9726 0 1 0 1 1 0 0 25 0 10 0 909661619 10705932288 10547 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 47840185798688 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.105795 s]
/proc/loadavg: 3.12 3.65 3.55 4/348 30930
/proc/meminfo: memFree=23714636/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10539944 CPUtime=0.1 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 13117 0 1 0 9 1 0 0 25 0 18 0 909661619 10792902656 12807 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2634986 12808 2092 9 0 2625720 0
[pid=30930/tid=30931] ppid=30928 vsize=10539944 CPUtime=0.08 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) R 30928 30930 27326 0 -1 4202560 11200 0 1 0 7 1 0 0 25 0 18 0 909661619 10792902656 12809 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 47840185053955 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539944

[startup+0.300707 s]
/proc/loadavg: 3.12 3.65 3.55 4/348 30930
/proc/meminfo: memFree=23714636/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10547376 CPUtime=0.67 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 17230 0 1 0 65 2 0 0 25 0 22 0 909661619 10800513024 16204 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2636844 16205 2191 9 0 2627578 0
[pid=30930/tid=30931] ppid=30928 vsize=10547376 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11759 0 1 0 14 1 0 0 25 0 22 0 909661619 10800513024 16206 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10547376

[startup+0.700633 s]
/proc/loadavg: 3.12 3.65 3.55 4/348 30930
/proc/meminfo: memFree=23714636/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10558600 CPUtime=2.25 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 40832 0 1 0 221 4 0 0 25 0 22 0 909661619 10812006400 37252 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2639650 37257 2219 9 0 2630384 0
[pid=30930/tid=30931] ppid=30928 vsize=10558600 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11759 0 1 0 14 1 0 0 20 0 22 0 909661619 10812006400 37259 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10558600

[startup+1.50149 s]
/proc/loadavg: 3.12 3.65 3.55 7/370 30955
/proc/meminfo: memFree=23489548/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10555648 CPUtime=4.55 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 87722 0 1 0 445 10 0 0 25 0 22 0 909661619 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2638912 77313 2250 9 0 2629646 0
[pid=30930/tid=30931] ppid=30928 vsize=10555648 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 909661619 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30933] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 27326 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30934] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 27326 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30935] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 27326 0 -1 4202560 239 0 0 0 0 0 0 0 16 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30936] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 27326 0 -1 4202560 224 0 0 0 0 0 0 0 16 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30937] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30938] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30939] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 418 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 256 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30941] ppid=30928 vsize=10555648 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30941/stat : 30941 (java) S 30928 30930 27326 0 -1 4202560 1288 0 0 0 3 0 0 0 15 0 22 0 909661622 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 0 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30942] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30942/stat : 30942 (java) S 30928 30930 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909661623 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30943] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30943/stat : 30943 (java) S 30928 30930 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909661623 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30944] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30944/stat : 30944 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032219569 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30945] ppid=30928 vsize=10555648 CPUtime=0.88 cores=1,3,5,7
/proc/30930/task/30945/stat : 30945 (java) S 30928 30930 27326 0 -1 4202560 8045 0 0 0 87 1 0 0 22 0 22 0 909661625 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30946] ppid=30928 vsize=10555648 CPUtime=0.91 cores=1,3,5,7
/proc/30930/task/30946/stat : 30946 (java) S 30928 30930 27326 0 -1 4202560 9992 0 0 0 90 1 0 0 24 0 22 0 909661625 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30947] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30947/stat : 30947 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30948] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30948/stat : 30948 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909661625 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30949] ppid=30928 vsize=10555648 CPUtime=1.26 cores=1,3,5,7
/proc/30930/task/30949/stat : 30949 (java) R 30928 30930 27326 0 -1 4202560 653 0 0 0 126 0 0 0 25 0 22 0 909661637 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505558674 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30930/tid=30950] ppid=30928 vsize=10555648 CPUtime=1.27 cores=1,3,5,7
/proc/30930/task/30950/stat : 30950 (java) R 30928 30930 27326 0 -1 4202560 53415 0 0 0 121 6 0 0 25 0 22 0 909661637 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505697161 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30930/tid=30951] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30951/stat : 30951 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909661637 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30952] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30952/stat : 30952 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909661637 10808983552 77313 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10555648

[startup+3.1012 s]
/proc/loadavg: 3.03 3.62 3.54 5/369 30957
/proc/meminfo: memFree=23346088/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10555648 CPUtime=7.72 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 107069 0 1 0 760 12 0 0 25 0 22 0 909661619 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2638912 96656 2257 9 0 2629646 0
[pid=30930/tid=30931] ppid=30928 vsize=10555648 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 909661619 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30933] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 27326 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30934] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 27326 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30935] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 27326 0 -1 4202560 281 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30936] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 27326 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30937] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 27326 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30938] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 27326 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30939] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 506 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30941] ppid=30928 vsize=10555648 CPUtime=0.11 cores=1,3,5,7
/proc/30930/task/30941/stat : 30941 (java) S 30928 30930 27326 0 -1 4202560 2598 0 0 0 11 0 0 0 16 0 22 0 909661622 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 0 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30942] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30942/stat : 30942 (java) S 30928 30930 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909661623 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30943] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30943/stat : 30943 (java) S 30928 30930 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909661623 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30944] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30944/stat : 30944 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032219569 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30945] ppid=30928 vsize=10555648 CPUtime=0.88 cores=1,3,5,7
/proc/30930/task/30945/stat : 30945 (java) S 30928 30930 27326 0 -1 4202560 8046 0 0 0 87 1 0 0 15 0 22 0 909661625 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30946] ppid=30928 vsize=10555648 CPUtime=0.95 cores=1,3,5,7
/proc/30930/task/30946/stat : 30946 (java) S 30928 30930 27326 0 -1 4202560 10008 0 0 0 94 1 0 0 15 0 22 0 909661625 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30947] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30947/stat : 30947 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30948] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30948/stat : 30948 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909661625 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30949] ppid=30928 vsize=10555648 CPUtime=2.77 cores=1,3,5,7
/proc/30930/task/30949/stat : 30949 (java) R 30928 30930 27326 0 -1 4202560 724 0 0 0 277 0 0 0 25 0 22 0 909661637 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505574888 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30930/tid=30950] ppid=30928 vsize=10555648 CPUtime=2.77 cores=1,3,5,7
/proc/30930/task/30950/stat : 30950 (java) R 30928 30930 27326 0 -1 4202560 71012 0 0 0 270 7 0 0 25 0 22 0 909661637 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505741147 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30930/tid=30951] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30951/stat : 30951 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909661637 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30952] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30952/stat : 30952 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909661637 10808983552 96656 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10555648

[startup+6.30161 s]
/proc/loadavg: 3.03 3.62 3.54 3/367 30964
/proc/meminfo: memFree=22989552/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10555648 CPUtime=12.88 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 171723 0 1 0 1268 20 0 0 25 0 22 0 909661619 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2638912 161291 2258 9 0 2629646 0
[pid=30930/tid=30931] ppid=30928 vsize=10555648 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 909661619 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30933] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 27326 0 -1 4202560 272 0 0 0 0 0 0 0 16 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30934] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 27326 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30935] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 27326 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30936] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 27326 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30937] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 27326 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30938] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 27326 0 -1 4202560 121 0 0 0 0 0 0 0 16 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30939] ppid=30928 vsize=10555648 CPUtime=0.01 cores=1,3,5,7
/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 612 0 0 0 1 0 0 0 15 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10555648 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 909661621 10808983552 161291 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0

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

/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 629 0 0 0 3 0 0 0 15 0 22 0 909661621 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 412 0 0 0 3 0 0 0 15 0 22 0 909661621 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30941] ppid=30928 vsize=10562752 CPUtime=1.33 cores=1,3,5,7
/proc/30930/task/30941/stat : 30941 (java) S 30928 30930 27326 0 -1 4202560 9180 0 0 0 132 1 0 0 16 0 22 0 909661622 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 0 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30942] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30942/stat : 30942 (java) S 30928 30930 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909661623 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30943] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30943/stat : 30943 (java) S 30928 30930 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909661623 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30944] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30944/stat : 30944 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032219569 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30945] ppid=30928 vsize=10562752 CPUtime=0.93 cores=1,3,5,7
/proc/30930/task/30945/stat : 30945 (java) S 30928 30930 27326 0 -1 4202560 8060 0 0 0 92 1 0 0 16 0 22 0 909661625 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30946] ppid=30928 vsize=10562752 CPUtime=1.62 cores=1,3,5,7
/proc/30930/task/30946/stat : 30946 (java) S 30928 30930 27326 0 -1 4202560 13931 0 0 0 161 1 0 0 16 0 22 0 909661625 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30947] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30947/stat : 30947 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30948] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30948/stat : 30948 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909661625 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30951] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30951/stat : 30951 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909661637 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30962] ppid=30928 vsize=10562752 CPUtime=14.2 cores=1,3,5,7
/proc/30930/task/30962/stat : 30962 (java) R 30928 30930 27326 0 -1 4202560 182 0 0 0 1420 0 0 0 25 0 22 0 909662139 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505575067 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30930/tid=30963] ppid=30928 vsize=10562752 CPUtime=14.21 cores=1,3,5,7
/proc/30930/task/30963/stat : 30963 (java) R 30928 30930 27326 0 -1 4202560 27107 0 0 0 1418 3 0 0 25 0 22 0 909662139 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505637650 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30930/tid=30964] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30964/stat : 30964 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909662139 10816258048 169044 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.3
Current children cumulated vsize (KiB) 10562752

[startup+21.5009 s]
/proc/loadavg: 3.11 3.61 3.54 5/370 31068
/proc/meminfo: memFree=22842900/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10562752 CPUtime=42.95 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 181911 0 1 0 4273 22 0 0 25 0 22 0 909661619 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2640688 169328 2258 9 0 2631422 0
[pid=30930/tid=30931] ppid=30928 vsize=10562752 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11760 0 1 0 14 1 0 0 15 0 22 0 909661619 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30933] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 27326 0 -1 4202560 278 0 0 0 3 0 0 0 16 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30934] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 27326 0 -1 4202560 367 0 0 0 3 0 0 0 16 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30935] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 27326 0 -1 4202560 286 0 0 0 3 0 0 0 15 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30936] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 27326 0 -1 4202560 284 0 0 0 3 0 0 0 15 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30937] ppid=30928 vsize=10562752 CPUtime=0.01 cores=1,3,5,7
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 27326 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30938] ppid=30928 vsize=10562752 CPUtime=0.04 cores=1,3,5,7
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 27326 0 -1 4202560 317 0 0 0 4 0 0 0 15 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30939] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 629 0 0 0 3 0 0 0 15 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 412 0 0 0 3 0 0 0 16 0 22 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30941] ppid=30928 vsize=10562752 CPUtime=1.4 cores=1,3,5,7
/proc/30930/task/30941/stat : 30941 (java) S 30928 30930 27326 0 -1 4202560 9438 0 0 0 139 1 0 0 16 0 22 0 909661622 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 0 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30942] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30942/stat : 30942 (java) S 30928 30930 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909661623 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30943] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30943/stat : 30943 (java) S 30928 30930 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909661623 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30944] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30944/stat : 30944 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032219569 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30945] ppid=30928 vsize=10562752 CPUtime=0.93 cores=1,3,5,7
/proc/30930/task/30945/stat : 30945 (java) S 30928 30930 27326 0 -1 4202560 8060 0 0 0 92 1 0 0 16 0 22 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30946] ppid=30928 vsize=10562752 CPUtime=1.75 cores=1,3,5,7
/proc/30930/task/30946/stat : 30946 (java) S 30928 30930 27326 0 -1 4202560 13952 0 0 0 174 1 0 0 16 0 22 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30947] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30947/stat : 30947 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30948] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30948/stat : 30948 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30951] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30951/stat : 30951 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909661637 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30962] ppid=30928 vsize=10562752 CPUtime=14.92 cores=1,3,5,7
/proc/30930/task/30962/stat : 30962 (java) R 30928 30930 27326 0 -1 4202560 183 0 0 0 1492 0 0 0 25 0 22 0 909662139 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505637594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30930/tid=30963] ppid=30928 vsize=10562752 CPUtime=14.93 cores=1,3,5,7
/proc/30930/task/30963/stat : 30963 (java) R 30928 30930 27326 0 -1 4202560 27107 0 0 0 1490 3 0 0 25 0 22 0 909662139 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912505651960 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30930/tid=30964] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30964/stat : 30964 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 909662139 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.95
Current children cumulated vsize (KiB) 10562752

[startup+21.9008 s]
/proc/loadavg: 3.11 3.61 3.54 5/367 31068
/proc/meminfo: memFree=22841808/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10562752 CPUtime=43.72 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 181911 0 1 0 4350 22 0 0 25 0 19 0 909661619 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2640688 169328 2258 9 0 2631422 0
[pid=30930/tid=30931] ppid=30928 vsize=10562752 CPUtime=0.15 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) S 30928 30930 27326 0 -1 4202560 11760 0 1 0 14 1 0 0 15 0 19 0 909661619 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30933] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 27326 0 -1 4202560 278 0 0 0 3 0 0 0 16 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30934] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 27326 0 -1 4202560 367 0 0 0 3 0 0 0 16 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30935] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 27326 0 -1 4202560 286 0 0 0 3 0 0 0 15 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30936] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 27326 0 -1 4202560 284 0 0 0 3 0 0 0 15 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30937] ppid=30928 vsize=10562752 CPUtime=0.01 cores=1,3,5,7
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 27326 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30938] ppid=30928 vsize=10562752 CPUtime=0.04 cores=1,3,5,7
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 27326 0 -1 4202560 317 0 0 0 4 0 0 0 15 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30939] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 629 0 0 0 3 0 0 0 15 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 412 0 0 0 3 0 0 0 16 0 19 0 909661621 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30941] ppid=30928 vsize=10562752 CPUtime=1.4 cores=1,3,5,7
/proc/30930/task/30941/stat : 30941 (java) S 30928 30930 27326 0 -1 4202560 9438 0 0 0 139 1 0 0 16 0 19 0 909661622 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 0 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30942] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30942/stat : 30942 (java) S 30928 30930 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909661623 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30943] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30943/stat : 30943 (java) S 30928 30930 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909661623 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30944] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30944/stat : 30944 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032219569 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30945] ppid=30928 vsize=10562752 CPUtime=0.95 cores=1,3,5,7
/proc/30930/task/30945/stat : 30945 (java) S 30928 30930 27326 0 -1 4202560 8060 0 0 0 94 1 0 0 15 0 19 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30946] ppid=30928 vsize=10562752 CPUtime=1.76 cores=1,3,5,7
/proc/30930/task/30946/stat : 30946 (java) S 30928 30930 27326 0 -1 4202560 13952 0 0 0 175 1 0 0 15 0 19 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30947] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30947/stat : 30947 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30948] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30948/stat : 30948 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909661625 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30951] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30951/stat : 30951 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909661637 10816258048 169328 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.72
Current children cumulated vsize (KiB) 10562752

[startup+22.1007 s]
/proc/loadavg: 3.11 3.61 3.54 5/367 31068
/proc/meminfo: memFree=22841808/32951124 swapFree=67056304/67111528
[pid=30930] ppid=30928 vsize=10562752 CPUtime=43.86 cores=1,3,5,7
/proc/30930/stat : 30930 (java) S 30928 30930 27326 0 -1 4202496 181912 0 1 0 4364 22 0 0 25 0 19 0 909661619 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/30930/statm: 2640688 169329 2258 9 0 2631422 0
[pid=30930/tid=30931] ppid=30928 vsize=10562752 CPUtime=0.29 cores=1,3,5,7
/proc/30930/task/30931/stat : 30931 (java) R 30928 30930 27326 0 -1 4202560 11761 0 1 0 28 1 0 0 16 0 19 0 909661619 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 46912506221473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30930/tid=30933] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30933/stat : 30933 (java) S 30928 30930 27326 0 -1 4202560 278 0 0 0 3 0 0 0 16 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30934] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30934/stat : 30934 (java) S 30928 30930 27326 0 -1 4202560 367 0 0 0 3 0 0 0 16 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30935] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30935/stat : 30935 (java) S 30928 30930 27326 0 -1 4202560 286 0 0 0 3 0 0 0 15 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30936] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30936/stat : 30936 (java) S 30928 30930 27326 0 -1 4202560 284 0 0 0 3 0 0 0 15 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30937] ppid=30928 vsize=10562752 CPUtime=0.01 cores=1,3,5,7
/proc/30930/task/30937/stat : 30937 (java) S 30928 30930 27326 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30938] ppid=30928 vsize=10562752 CPUtime=0.04 cores=1,3,5,7
/proc/30930/task/30938/stat : 30938 (java) S 30928 30930 27326 0 -1 4202560 317 0 0 0 4 0 0 0 15 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 7 0 0 0
[pid=30930/tid=30939] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30939/stat : 30939 (java) S 30928 30930 27326 0 -1 4202560 629 0 0 0 3 0 0 0 15 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30940] ppid=30928 vsize=10562752 CPUtime=0.03 cores=1,3,5,7
/proc/30930/task/30940/stat : 30940 (java) S 30928 30930 27326 0 -1 4202560 412 0 0 0 3 0 0 0 16 0 19 0 909661621 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30941] ppid=30928 vsize=10562752 CPUtime=1.4 cores=1,3,5,7
/proc/30930/task/30941/stat : 30941 (java) S 30928 30930 27326 0 -1 4202560 9438 0 0 0 139 1 0 0 16 0 19 0 909661622 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 0 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30942] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30942/stat : 30942 (java) S 30928 30930 27326 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 909661623 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30943] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30943/stat : 30943 (java) S 30928 30930 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 909661623 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30944] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30944/stat : 30944 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909661625 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032219569 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30945] ppid=30928 vsize=10562752 CPUtime=0.95 cores=1,3,5,7
/proc/30930/task/30945/stat : 30945 (java) S 30928 30930 27326 0 -1 4202560 8060 0 0 0 94 1 0 0 15 0 19 0 909661625 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30946] ppid=30928 vsize=10562752 CPUtime=1.77 cores=1,3,5,7
/proc/30930/task/30946/stat : 30946 (java) S 30928 30930 27326 0 -1 4202560 13952 0 0 0 176 1 0 0 15 0 19 0 909661625 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 5 0 0 0
[pid=30930/tid=30947] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30947/stat : 30947 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909661625 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032211865 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
[pid=30930/tid=30948] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30948/stat : 30948 (java) S 30928 30930 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909661625 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 3 0 0 0
[pid=30930/tid=30951] ppid=30928 vsize=10562752 CPUtime=0 cores=1,3,5,7
/proc/30930/task/30951/stat : 30951 (java) S 30928 30930 27326 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909661637 10816258048 169329 33554432000 1073741824 1073778376 140736807063360 18446744073709551615 260032212480 0 4 0 16800975 18446604463223642944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 10562752

Child status: 30
Real time (s): 22.1454
CPU time (s): 43.9123
CPU user time (s): 43.6604
CPU system time (s): 0.251961
CPU usage (%): 198.291
Max. virtual memory (cumulated for all children) (KiB): 10567664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.6604
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181917
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= 1665
involuntary context switches= 847

runsolver used 0.06399 second user time and 0.19197 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 15:31:50
IDJOB=3453850
IDBENCH=48054
IDSOLVER=1950
FILE ID=node110/3453850-1307194310
RUNJOBID= node110-1307194308-30783
PBS_JOBID= 13508825
Free space on /tmp= 74044 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=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453850-1307194310/watcher-3453850-1307194310 -o /tmp/evaluation-result-3453850-1307194310/solver-3453850-1307194310 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453850-1307194310.opb

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=800636059

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951124 kB
MemFree:      23714916 kB
Buffers:        305452 kB
Cached:        4588188 kB
SwapCached:       8652 kB
Active:        4442312 kB
Inactive:      4472476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23714916 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:     4018680 kB
Mapped:          35596 kB
Slab:           230012 kB
PageTables:      27748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85980316 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= 74044 MiB
End job on node110 at 2011-06-04 15:32:13