Trace number 3453813

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 85.469 45.0392

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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 benchmark1.56076
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 variables168
Total number of constraints15
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 constraints15
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)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/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@5495fd19
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@ae94e92
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-3453813-1307194260.opb
0.10/0.11	c reading problem ... 
0.24/0.20	c ... done. Wall clock time 0.097s.
0.24/0.20	c #vars     616
0.24/0.20	c #constraints  918
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.24/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.24/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
3.03/0.91	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.12/1.38	c cleaning 4245 clauses out of 8500 with flag 11000/11000
5.34/1.95	c cleaning 5628 clauses out of 11256 with flag 18001/18001
6.72/2.67	c cleaning 6811 clauses out of 13627 with flag 26000/26000
8.40/3.42	c cleaning 7904 clauses out of 15816 with flag 35000/35000
10.19/4.36	c cleaning 8956 clauses out of 17912 with flag 45000/45000
12.13/5.17	c cleaning 9476 clauses out of 18956 with flag 55001/55001
14.28/6.02	c cleaning 9735 clauses out of 19480 with flag 65001/65001
16.04/6.92	c cleaning 9872 clauses out of 19744 with flag 75000/75000
18.00/7.96	c cleaning 9933 clauses out of 19873 with flag 85001/85001
19.36/8.70	c cleaning 9968 clauses out of 19940 with flag 95001/95001
21.53/9.72	c cleaning 9982 clauses out of 19971 with flag 105000/105000
22.47/10.29	c cleaning 9978 clauses out of 19989 with flag 115000/115000
24.07/11.08	c cleaning 10002 clauses out of 20010 with flag 125000/125000
25.39/11.74	c cleaning 10000 clauses out of 20009 with flag 135001/135001
26.94/12.53	c cleaning 9995 clauses out of 20010 with flag 145002/145002
28.48/13.32	c cleaning 10005 clauses out of 20014 with flag 155001/155001
30.47/14.35	c cleaning 9992 clauses out of 20008 with flag 165000/165000
32.62/15.42	c cleaning 10004 clauses out of 20016 with flag 175000/175000
32.73/15.58	c  And the winner is Resolution
32.90/15.82	c SATISFIABLE
32.90/15.82	c OPTIMIZING...
32.90/15.82	c Got one! Elapsed wall clock time (in seconds):15.711
32.90/15.82	o 69
33.26/16.02	c cleaning 7906 clauses out of 15821 with flag 4001/180809
34.00/16.47	c cleaning 6953 clauses out of 13914 with flag 10000/186808
35.33/17.16	c cleaning 6976 clauses out of 13962 with flag 17001/193809
36.88/17.95	c cleaning 7491 clauses out of 14985 with flag 25000/201808
38.02/18.59	c cleaning 8242 clauses out of 16495 with flag 34001/210809
39.74/19.46	c cleaning 9124 clauses out of 18252 with flag 44000/220808
41.29/20.26	c cleaning 9559 clauses out of 19126 with flag 54000/230808
41.45/20.38	c  And the winner is Resolution
41.61/20.84	c Got one! Elapsed wall clock time (in seconds):20.732
41.61/20.84	o 13
41.92/21.07	c cleaning 7402 clauses out of 14830 with flag 4001/236071
42.66/21.46	c cleaning 6693 clauses out of 13427 with flag 10000/242070
43.59/22.00	c cleaning 6851 clauses out of 13735 with flag 17001/249071
44.71/22.52	c cleaning 7437 clauses out of 14883 with flag 25000/257070
46.25/23.30	c cleaning 8219 clauses out of 16446 with flag 34000/266070
48.02/24.27	c cleaning 9110 clauses out of 18228 with flag 44001/276071
50.29/25.40	c cleaning 9557 clauses out of 19117 with flag 54000/286070
52.05/26.35	c cleaning 9779 clauses out of 19560 with flag 64000/296070
53.97/27.39	c cleaning 9882 clauses out of 19783 with flag 74003/306073
54.52/27.61	c  And the winner is Resolution
54.57/27.96	c Got one! Elapsed wall clock time (in seconds):27.854
54.57/27.96	o 5
54.64/28.07	c cleaning 7511 clauses out of 15052 with flag 2001/311224
55.55/28.56	c cleaning 6758 clauses out of 13541 with flag 8001/317224
56.67/29.11	c cleaning 6887 clauses out of 13784 with flag 15002/324225
58.20/29.96	c cleaning 7445 clauses out of 14895 with flag 23000/332223
59.98/30.84	c cleaning 8226 clauses out of 16451 with flag 32001/341224
60.44/31.10	c  And the winner is Resolution
60.48/31.54	c Got one! Elapsed wall clock time (in seconds):31.437
60.48/31.54	o 3
60.63/31.68	c cleaning 6601 clauses out of 13230 with flag 2000/346229
61.54/32.10	c cleaning 6302 clauses out of 12630 with flag 8001/352230
62.27/32.58	c cleaning 6658 clauses out of 13330 with flag 15003/359232
63.60/33.26	c cleaning 7334 clauses out of 14670 with flag 23001/367230
65.11/34.05	c cleaning 8167 clauses out of 16335 with flag 32001/376230
66.82/35.00	c cleaning 9083 clauses out of 18167 with flag 42000/386229
68.76/35.94	c cleaning 9542 clauses out of 19085 with flag 52001/396230
70.28/36.77	c cleaning 9765 clauses out of 19543 with flag 62001/406230
71.98/37.60	c cleaning 9882 clauses out of 19777 with flag 72000/416229
73.51/38.46	c cleaning 9942 clauses out of 19895 with flag 82000/426229
75.04/39.28	c cleaning 9968 clauses out of 19953 with flag 92000/436229
76.60/40.01	c cleaning 0 clauses out of 7477 with flag 0/7479
77.28/40.39	c cleaning 9988 clauses out of 19986 with flag 102001/446230
79.01/41.28	c cleaning 9995 clauses out of 19996 with flag 112000/456229
80.93/42.29	c cleaning 9997 clauses out of 20002 with flag 122001/466230
82.85/43.25	c cleaning 10000 clauses out of 20005 with flag 132002/476231
84.54/44.19	c cleaning 10000 clauses out of 20003 with flag 142001/486230
85.06/44.45	c  And the winner is Resolution
85.32/45.00	c starts		: 153
85.32/45.00	c conflicts		: 488904
85.32/45.00	c decisions		: 506782
85.32/45.00	c propagations		: 10143441
85.32/45.00	c inspects		: 341181999
85.32/45.00	c shortcuts		: 0
85.32/45.00	c learnt literals	: 19
85.32/45.00	c learnt binary clauses	: 100
85.32/45.00	c learnt ternary clauses	: 337
85.32/45.00	c learnt constraints	: 488884
85.32/45.00	c ignored constraints	: 0
85.32/45.00	c root simplifications	: 0
85.32/45.00	c removed literals (reason simplification)	: 16106221
85.32/45.00	c reason swapping (by a shorter reason)	: 0
85.32/45.00	c Calls to reduceDB	: 56
85.32/45.00	c number of reductions to clauses (during analyze)	: 0
85.32/45.00	c number of learned constraints concerned by reduction	: 0
85.32/45.00	c number of learning phase by resolution	: 0
85.32/45.00	c number of learning phase by cutting planes	: 0
85.32/45.00	c speed (assignments/second)	: 753934.9635796045
85.32/45.00	c non guided choices	4449
85.32/45.00	c learnt constraints type 
85.32/45.00	c constraints type 
85.32/45.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
85.32/45.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
85.32/45.00	c constraints type 
85.32/45.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
85.32/45.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
85.32/45.00	s OPTIMUM FOUND
85.32/45.00	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 -x43 x44 x45 -x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 x57 x58 x59 -x60 -x61 x62 x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 x92 -x93 x94 -x95 -x96 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 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 
85.32/45.00	c objective function=3
85.32/45.00	c Total wall clock time (in seconds): 44.894

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-3453813-1307194260/watcher-3453813-1307194260 -o /tmp/evaluation-result-3453813-1307194260/solver-3453813-1307194260 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453813-1307194260.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.20 3.65 3.78 4/547 10623
/proc/meminfo: memFree=22180664/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 1600 0 1 0 0 0 0 0 25 0 2 0 811841867 10681323520 1303 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2607745 1318 906 9 0 2598901 0
[pid=10623/tid=10624] ppid=10621 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) R 10621 10623 4512 0 -1 4202560 7558 0 1 0 0 0 0 0 25 0 2 0 811841868 10694979584 8373 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0495771 s]
/proc/loadavg: 3.20 3.65 3.78 4/547 10623
/proc/meminfo: memFree=22180664/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 11402 0 1 0 3 1 0 0 25 0 13 0 811841867 10785947648 11099 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2633288 11100 1682 9 0 2624036 0
[pid=10623/tid=10624] ppid=10621 vsize=10533152 CPUtime=0.04 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) R 10621 10623 4512 0 -1 4202560 10251 0 1 0 3 1 0 0 25 0 13 0 811841868 10785947648 11101 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 47465780753753 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10533152

[startup+0.100583 s]
/proc/loadavg: 3.20 3.65 3.78 4/547 10623
/proc/meminfo: memFree=22180664/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10539736 CPUtime=0.1 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 13098 0 1 0 9 1 0 0 25 0 18 0 811841867 10792689664 12770 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2634934 12770 2092 9 0 2625668 0
[pid=10623/tid=10624] ppid=10621 vsize=10539736 CPUtime=0.09 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) R 10621 10623 4512 0 -1 4202560 11145 0 1 0 8 1 0 0 25 0 18 0 811841868 10792689664 12770 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 47465784507219 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539736

[startup+0.300498 s]
/proc/loadavg: 3.20 3.65 3.78 4/547 10623
/proc/meminfo: memFree=22180664/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10547216 CPUtime=0.63 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 17178 0 1 0 61 2 0 0 25 0 22 0 811841867 10800349184 16383 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2636804 16383 2205 9 0 2627538 0
[pid=10623/tid=10624] ppid=10621 vsize=10547216 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11979 0 1 0 18 1 0 0 25 0 22 0 811841868 10800349184 16383 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10547216

[startup+0.700428 s]
/proc/loadavg: 3.20 3.65 3.78 4/547 10623
/proc/meminfo: memFree=22180664/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10556776 CPUtime=2.22 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 38808 0 1 0 217 5 0 0 25 0 22 0 811841867 10810138624 35041 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2639194 35041 2227 9 0 2629928 0
[pid=10623/tid=10624] ppid=10621 vsize=10556776 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11979 0 1 0 18 1 0 0 25 0 22 0 811841868 10810138624 35041 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10556776

[startup+1.50129 s]
/proc/loadavg: 3.20 3.65 3.78 6/569 10645
/proc/meminfo: memFree=21933188/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10555712 CPUtime=4.51 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 98935 0 1 0 439 12 0 0 25 0 22 0 811841867 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2638928 87635 2256 9 0 2629662 0
[pid=10623/tid=10624] ppid=10621 vsize=10555712 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11979 0 1 0 18 1 0 0 15 0 22 0 811841868 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10626] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10626/stat : 10626 (java) S 10621 10623 4512 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10627] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10627/stat : 10627 (java) S 10621 10623 4512 0 -1 4202560 251 0 0 0 0 0 0 0 16 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10628] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10628/stat : 10628 (java) S 10621 10623 4512 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10629] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10629/stat : 10629 (java) S 10621 10623 4512 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10630] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10630/stat : 10630 (java) S 10621 10623 4512 0 -1 4202560 292 0 0 0 0 0 0 0 15 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10631] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10631/stat : 10631 (java) S 10621 10623 4512 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10632] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10632/stat : 10632 (java) S 10621 10623 4512 0 -1 4202560 295 0 0 0 0 0 0 0 16 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10633] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10633/stat : 10633 (java) S 10621 10623 4512 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 22 0 811841870 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10634] ppid=10621 vsize=10555712 CPUtime=0.03 cores=1,3,5,7
/proc/10623/task/10634/stat : 10634 (java) S 10621 10623 4512 0 -1 4202560 1382 0 0 0 3 0 0 0 16 0 22 0 811841871 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10635] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10635/stat : 10635 (java) S 10621 10623 4512 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811841871 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10636] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10636/stat : 10636 (java) S 10621 10623 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811841871 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10637] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10637/stat : 10637 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10638] ppid=10621 vsize=10555712 CPUtime=0.88 cores=1,3,5,7
/proc/10623/task/10638/stat : 10638 (java) S 10621 10623 4512 0 -1 4202560 11102 0 0 0 87 1 0 0 16 0 22 0 811841873 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10639] ppid=10621 vsize=10555712 CPUtime=0.86 cores=1,3,5,7
/proc/10623/task/10639/stat : 10639 (java) S 10621 10623 4512 0 -1 4202560 7134 0 0 0 85 1 0 0 15 0 22 0 811841873 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10640] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10640/stat : 10640 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10641] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10641/stat : 10641 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811841873 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10642] ppid=10621 vsize=10555712 CPUtime=1.24 cores=1,3,5,7
/proc/10623/task/10642/stat : 10642 (java) R 10621 10623 4512 0 -1 4202560 594 0 0 0 124 0 0 0 25 0 22 0 811841888 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505666446 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10623/tid=10643] ppid=10621 vsize=10555712 CPUtime=1.23 cores=1,3,5,7
/proc/10623/task/10643/stat : 10643 (java) R 10621 10623 4512 0 -1 4202560 64073 0 0 0 116 7 0 0 25 0 22 0 811841888 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505615880 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10623/tid=10644] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10644/stat : 10644 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811841889 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10645] ppid=10621 vsize=10555712 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10645/stat : 10645 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811841889 10809049088 87635 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 10555712

[startup+3.10102 s]
/proc/loadavg: 3.20 3.65 3.78 5/569 10646
/proc/meminfo: memFree=21769880/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10556472 CPUtime=7.8 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 135582 0 1 0 764 16 0 0 25 0 22 0 811841867 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2639118 124280 2257 9 0 2629852 0
[pid=10623/tid=10624] ppid=10621 vsize=10556472 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11979 0 1 0 18 1 0 0 15 0 22 0 811841868 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10626] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10626/stat : 10626 (java) S 10621 10623 4512 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10627] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10627/stat : 10627 (java) S 10621 10623 4512 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10628] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10628/stat : 10628 (java) S 10621 10623 4512 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10629] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10629/stat : 10629 (java) S 10621 10623 4512 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10630] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10630/stat : 10630 (java) S 10621 10623 4512 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10631/stat : 10631 (java) S 10621 10623 4512 0 -1 4202560 173 0 0 0 0 0 0 0 16 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10632] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10632/stat : 10632 (java) S 10621 10623 4512 0 -1 4202560 308 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10633] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10633/stat : 10633 (java) S 10621 10623 4512 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 811841870 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10634] ppid=10621 vsize=10556472 CPUtime=0.09 cores=1,3,5,7
/proc/10623/task/10634/stat : 10634 (java) S 10621 10623 4512 0 -1 4202560 1990 0 0 0 9 0 0 0 15 0 22 0 811841871 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10635] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10635/stat : 10635 (java) S 10621 10623 4512 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811841871 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10636] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10636/stat : 10636 (java) S 10621 10623 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811841871 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10637] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10637/stat : 10637 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10638] ppid=10621 vsize=10556472 CPUtime=1 cores=1,3,5,7
/proc/10623/task/10638/stat : 10638 (java) S 10621 10623 4512 0 -1 4202560 11275 0 0 0 99 1 0 0 15 0 22 0 811841873 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10639] ppid=10621 vsize=10556472 CPUtime=0.9 cores=1,3,5,7
/proc/10623/task/10639/stat : 10639 (java) S 10621 10623 4512 0 -1 4202560 7140 0 0 0 89 1 0 0 15 0 22 0 811841873 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10640] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10640/stat : 10640 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10641] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10641/stat : 10641 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811841873 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10642] ppid=10621 vsize=10556472 CPUtime=2.78 cores=1,3,5,7
/proc/10623/task/10642/stat : 10642 (java) R 10621 10623 4512 0 -1 4202560 595 0 0 0 278 0 0 0 25 0 22 0 811841888 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505666714 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10623/tid=10643] ppid=10621 vsize=10556472 CPUtime=2.77 cores=1,3,5,7
/proc/10623/task/10643/stat : 10643 (java) R 10621 10623 4512 0 -1 4202560 99880 0 0 0 266 11 0 0 25 0 22 0 811841888 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505649985 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10623/tid=10644] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10644/stat : 10644 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811841889 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10645] ppid=10621 vsize=10556472 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10645/stat : 10645 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811841889 10809827328 124280 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 10556472

[startup+6.30142 s]
/proc/loadavg: 3.26 3.65 3.79 5/569 10646
/proc/meminfo: memFree=21561048/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10554792 CPUtime=14.84 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 167836 0 1 0 1463 21 0 0 25 0 22 0 811841867 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2638698 152869 2257 9 0 2629432 0
[pid=10623/tid=10624] ppid=10621 vsize=10554792 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11979 0 1 0 18 1 0 0 15 0 22 0 811841868 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10626] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10626/stat : 10626 (java) S 10621 10623 4512 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10627] ppid=10621 vsize=10554792 CPUtime=0.01 cores=1,3,5,7
/proc/10623/task/10627/stat : 10627 (java) S 10621 10623 4512 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10628] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10628/stat : 10628 (java) S 10621 10623 4512 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10629] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10629/stat : 10629 (java) S 10621 10623 4512 0 -1 4202560 136 0 0 0 0 0 0 0 16 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10630] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10630/stat : 10630 (java) S 10621 10623 4512 0 -1 4202560 352 0 0 0 0 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10631] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10631/stat : 10631 (java) S 10621 10623 4512 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10632] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10632/stat : 10632 (java) S 10621 10623 4512 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10633] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10633/stat : 10633 (java) S 10621 10623 4512 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 811841870 10808107008 152869 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0

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

[pid=10623/tid=10637] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10637/stat : 10637 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10638] ppid=10621 vsize=10554792 CPUtime=1.83 cores=1,3,5,7
/proc/10623/task/10638/stat : 10638 (java) S 10621 10623 4512 0 -1 4202560 14482 0 0 0 181 2 0 0 15 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10639] ppid=10621 vsize=10554792 CPUtime=1.22 cores=1,3,5,7
/proc/10623/task/10639/stat : 10639 (java) S 10621 10623 4512 0 -1 4202560 8855 0 0 0 121 1 0 0 16 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10640] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10640/stat : 10640 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10641] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10641/stat : 10641 (java) S 10621 10623 4512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10645] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10645/stat : 10645 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811841889 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10665] ppid=10621 vsize=10554792 CPUtime=10.18 cores=1,3,5,7
/proc/10623/task/10665/stat : 10665 (java) R 10621 10623 4512 0 -1 4202560 13 0 0 0 1018 0 0 0 16 0 22 0 811845022 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505715548 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10623/tid=10666] ppid=10621 vsize=10554792 CPUtime=10.18 cores=1,3,5,7
/proc/10623/task/10666/stat : 10666 (java) R 10621 10623 4512 0 -1 4202560 1 0 0 0 1018 0 0 0 16 0 22 0 811845023 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505527727 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10623/tid=10667] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10667/stat : 10667 (java) S 10621 10623 4512 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811845023 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 82.65
Current children cumulated vsize (KiB) 10554792

[startup+43.9007 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10554792 CPUtime=84.15 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 191675 0 1 0 8390 25 0 0 25 0 22 0 811841867 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2638698 175460 2259 9 0 2629432 0
[pid=10623/tid=10624] ppid=10621 vsize=10554792 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11987 0 1 0 18 1 0 0 15 0 22 0 811841868 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10626] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10626/stat : 10626 (java) S 10621 10623 4512 0 -1 4202560 306 0 0 0 8 0 0 0 15 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10627] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10627/stat : 10627 (java) S 10621 10623 4512 0 -1 4202560 364 0 0 0 7 0 0 0 15 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10628] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10628/stat : 10628 (java) S 10621 10623 4512 0 -1 4202560 160 0 0 0 7 0 0 0 16 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10629] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10629/stat : 10629 (java) S 10621 10623 4512 0 -1 4202560 208 0 0 0 7 0 0 0 15 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10630] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10630/stat : 10630 (java) S 10621 10623 4512 0 -1 4202560 425 0 0 0 8 0 0 0 15 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10631] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10631/stat : 10631 (java) S 10621 10623 4512 0 -1 4202560 232 0 0 0 8 0 0 0 16 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10632] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10632/stat : 10632 (java) S 10621 10623 4512 0 -1 4202560 397 0 0 0 8 0 0 0 16 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10633] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10633/stat : 10633 (java) S 10621 10623 4512 0 -1 4202560 248 0 0 0 7 0 0 0 15 0 22 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10634] ppid=10621 vsize=10554792 CPUtime=3.72 cores=1,3,5,7
/proc/10623/task/10634/stat : 10634 (java) S 10621 10623 4512 0 -1 4202560 12741 0 0 0 370 2 0 0 16 0 22 0 811841871 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10635] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10635/stat : 10635 (java) S 10621 10623 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811841871 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10636] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10636/stat : 10636 (java) S 10621 10623 4512 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 811841871 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10637] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10637/stat : 10637 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10638] ppid=10621 vsize=10554792 CPUtime=1.83 cores=1,3,5,7
/proc/10623/task/10638/stat : 10638 (java) S 10621 10623 4512 0 -1 4202560 14482 0 0 0 181 2 0 0 15 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10639] ppid=10621 vsize=10554792 CPUtime=1.22 cores=1,3,5,7
/proc/10623/task/10639/stat : 10639 (java) S 10621 10623 4512 0 -1 4202560 8855 0 0 0 121 1 0 0 16 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10640] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10640/stat : 10640 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10641] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10641/stat : 10641 (java) S 10621 10623 4512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10645] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10645/stat : 10645 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811841889 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10665] ppid=10621 vsize=10554792 CPUtime=10.89 cores=1,3,5,7
/proc/10623/task/10665/stat : 10665 (java) R 10621 10623 4512 0 -1 4202560 14 0 0 0 1089 0 0 0 16 0 22 0 811845022 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505662508 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10623/tid=10666] ppid=10621 vsize=10554792 CPUtime=10.88 cores=1,3,5,7
/proc/10623/task/10666/stat : 10666 (java) R 10621 10623 4512 0 -1 4202560 1 0 0 0 1088 0 0 0 16 0 22 0 811845023 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505567803 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10623/tid=10667] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10667/stat : 10667 (java) S 10621 10623 4512 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 811845023 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 84.15
Current children cumulated vsize (KiB) 10554792

[startup+44.7016 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10554792 CPUtime=85.19 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 191676 0 1 0 8494 25 0 0 25 0 19 0 811841867 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2638698 175460 2259 9 0 2629432 0
[pid=10623/tid=10624] ppid=10621 vsize=10554792 CPUtime=0.19 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) S 10621 10623 4512 0 -1 4202560 11987 0 1 0 18 1 0 0 15 0 19 0 811841868 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10626] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10626/stat : 10626 (java) S 10621 10623 4512 0 -1 4202560 306 0 0 0 8 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10627] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10627/stat : 10627 (java) S 10621 10623 4512 0 -1 4202560 364 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10628] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10628/stat : 10628 (java) S 10621 10623 4512 0 -1 4202560 160 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10629] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10629/stat : 10629 (java) S 10621 10623 4512 0 -1 4202560 208 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10630] ppid=10621 vsize=10554792 CPUtime=0.09 cores=1,3,5,7
/proc/10623/task/10630/stat : 10630 (java) S 10621 10623 4512 0 -1 4202560 425 0 0 0 9 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10631/stat : 10631 (java) S 10621 10623 4512 0 -1 4202560 232 0 0 0 8 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10632] ppid=10621 vsize=10554792 CPUtime=0.09 cores=1,3,5,7
/proc/10623/task/10632/stat : 10632 (java) S 10621 10623 4512 0 -1 4202560 397 0 0 0 9 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10633] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10633/stat : 10633 (java) S 10621 10623 4512 0 -1 4202560 248 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10634] ppid=10621 vsize=10554792 CPUtime=3.8 cores=1,3,5,7
/proc/10623/task/10634/stat : 10634 (java) S 10621 10623 4512 0 -1 4202560 12741 0 0 0 378 2 0 0 16 0 19 0 811841871 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10635] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10635/stat : 10635 (java) S 10621 10623 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811841871 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10636] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10636/stat : 10636 (java) S 10621 10623 4512 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 811841871 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10637] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10637/stat : 10637 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10638] ppid=10621 vsize=10554792 CPUtime=1.83 cores=1,3,5,7
/proc/10623/task/10638/stat : 10638 (java) S 10621 10623 4512 0 -1 4202560 14482 0 0 0 181 2 0 0 15 0 19 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10639] ppid=10621 vsize=10554792 CPUtime=1.22 cores=1,3,5,7
/proc/10623/task/10639/stat : 10639 (java) S 10621 10623 4512 0 -1 4202560 8855 0 0 0 121 1 0 0 16 0 19 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10640] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10640/stat : 10640 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10641] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10641/stat : 10641 (java) S 10621 10623 4512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 811841873 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10645] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10645/stat : 10645 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811841889 10808107008 175460 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 85.19
Current children cumulated vsize (KiB) 10554792

[startup+44.9015 s]
/proc/loadavg: 3.37 3.64 3.78 5/569 10674
/proc/meminfo: memFree=21407300/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=10554792 CPUtime=85.32 cores=1,3,5,7
/proc/10623/stat : 10623 (java) S 10621 10623 4512 0 -1 4202496 191677 0 1 0 8507 25 0 0 25 0 19 0 811841867 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 2638698 175461 2259 9 0 2629432 0
[pid=10623/tid=10624] ppid=10621 vsize=10554792 CPUtime=0.3 cores=1,3,5,7
/proc/10623/task/10624/stat : 10624 (java) R 10621 10623 4512 0 -1 4202560 11988 0 1 0 29 1 0 0 16 0 19 0 811841868 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 46912505839293 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10623/tid=10626] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10626/stat : 10626 (java) S 10621 10623 4512 0 -1 4202560 306 0 0 0 8 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10627] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10627/stat : 10627 (java) S 10621 10623 4512 0 -1 4202560 364 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10628] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10628/stat : 10628 (java) S 10621 10623 4512 0 -1 4202560 160 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10629] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10629/stat : 10629 (java) S 10621 10623 4512 0 -1 4202560 208 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10630] ppid=10621 vsize=10554792 CPUtime=0.09 cores=1,3,5,7
/proc/10623/task/10630/stat : 10630 (java) S 10621 10623 4512 0 -1 4202560 425 0 0 0 9 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10631] ppid=10621 vsize=10554792 CPUtime=0.08 cores=1,3,5,7
/proc/10623/task/10631/stat : 10631 (java) S 10621 10623 4512 0 -1 4202560 232 0 0 0 8 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10632] ppid=10621 vsize=10554792 CPUtime=0.09 cores=1,3,5,7
/proc/10623/task/10632/stat : 10632 (java) S 10621 10623 4512 0 -1 4202560 397 0 0 0 9 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10633] ppid=10621 vsize=10554792 CPUtime=0.07 cores=1,3,5,7
/proc/10623/task/10633/stat : 10633 (java) S 10621 10623 4512 0 -1 4202560 248 0 0 0 7 0 0 0 15 0 19 0 811841870 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 1 0 0 0
[pid=10623/tid=10634] ppid=10621 vsize=10554792 CPUtime=3.8 cores=1,3,5,7
/proc/10623/task/10634/stat : 10634 (java) S 10621 10623 4512 0 -1 4202560 12741 0 0 0 378 2 0 0 16 0 19 0 811841871 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 0 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10635] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10635/stat : 10635 (java) S 10621 10623 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811841871 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 5 0 0 0
[pid=10623/tid=10636] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10636/stat : 10636 (java) S 10621 10623 4512 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 811841871 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10637] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10637/stat : 10637 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811841873 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522121137 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10638] ppid=10621 vsize=10554792 CPUtime=1.85 cores=1,3,5,7
/proc/10623/task/10638/stat : 10638 (java) S 10621 10623 4512 0 -1 4202560 14482 0 0 0 183 2 0 0 15 0 19 0 811841873 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10639] ppid=10621 vsize=10554792 CPUtime=1.22 cores=1,3,5,7
/proc/10623/task/10639/stat : 10639 (java) S 10621 10623 4512 0 -1 4202560 8855 0 0 0 121 1 0 0 15 0 19 0 811841873 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10640] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10640/stat : 10640 (java) S 10621 10623 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811841873 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522113433 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
[pid=10623/tid=10641] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10641/stat : 10641 (java) S 10621 10623 4512 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 811841873 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 7 0 0 0
[pid=10623/tid=10645] ppid=10621 vsize=10554792 CPUtime=0 cores=1,3,5,7
/proc/10623/task/10645/stat : 10645 (java) S 10621 10623 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 811841889 10808107008 175461 33554432000 1073741824 1073778376 140736128369328 18446744073709551615 233522114048 0 4 0 16800975 18446604465870683072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 85.32
Current children cumulated vsize (KiB) 10554792

[startup+45.0015 s]
/proc/loadavg: 3.26 3.61 3.77 3/557 10724
/proc/meminfo: memFree=22080128/32951124 swapFree=64303760/67111528
[pid=10623] ppid=10621 vsize=0 CPUtime=85.43 cores=1,3,5,7
/proc/10623/stat : 10623 (java) R 10621 10623 4512 0 -1 4203524 191681 0 1 0 8517 26 0 0 18 0 1 0 811841867 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10623/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.43
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 45.0392
CPU time (s): 85.469
CPU user time (s): 85.179
CPU system time (s): 0.289955
CPU usage (%): 189.766
Max. virtual memory (cumulated for all children) (KiB): 10568616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.1791
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191681
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= 3143
involuntary context switches= 1503

runsolver used 0.255961 second user time and 0.59091 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 15:31:00
IDJOB=3453813
IDBENCH=48017
IDSOLVER=1950
FILE ID=node145/3453813-1307194260
RUNJOBID= node145-1307194214-10065
PBS_JOBID= 13508838
Free space on /tmp= 73988 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=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453813-1307194260/watcher-3453813-1307194260 -o /tmp/evaluation-result-3453813-1307194260/solver-3453813-1307194260 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453813-1307194260.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=1424756206

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22180820 kB
Buffers:        274060 kB
Cached:         604896 kB
SwapCached:        944 kB
Active:       10015216 kB
Inactive:       484072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22180820 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:             996 kB
Writeback:           0 kB
AnonPages:     9619256 kB
Mapped:          42648 kB
Slab:           135804 kB
PageTables:      66940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163599416 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= 73988 MiB
End job on node145 at 2011-06-04 15:31:45