Trace number 2661759

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 PB RES // CP 2.2.0 2010-05-31OPT3 67.5697 36.9807

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=67-P1=127-P2=73-P3=79-P4=17-P5=109-P6=17-P7=23-P8=23-P9=53-B.opb
MD5SUM0529ad177104c2b8c24f12c8a325b463
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.675896
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 variables189
Total number of constraints19
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 constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2661759-1276648944.opb
0.22/0.23	c reading problem ... 
0.53/0.45	c ... done. Wall clock time 0.229s.
0.53/0.45	c #vars     630
0.53/0.45	c #constraints  910
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
7.46/3.99	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.03/5.21	c cleaning 4245 clauses out of 8502 with flag 11002/11002
13.94/7.24	c cleaning 5627 clauses out of 11255 with flag 18000/18000
16.46/8.51	c cleaning 6807 clauses out of 13628 with flag 26001/26001
18.99/9.90	c cleaning 7910 clauses out of 15820 with flag 35000/35000
22.47/11.68	c cleaning 8945 clauses out of 17910 with flag 45000/45000
25.78/13.34	c cleaning 9482 clauses out of 18964 with flag 55000/55000
28.88/14.95	c cleaning 9735 clauses out of 19482 with flag 65000/65000
31.19/16.15	c And the winner is Resolution
31.31/16.43	c SATISFIABLE
31.31/16.43	c OPTIMIZING...
31.31/16.44	c Got one! Elapsed wall clock time (in seconds):16.214
31.31/16.44	o 19
31.45/16.56	c cleaning 9860 clauses out of 19747 with flag 75000/75000
33.95/17.89	c cleaning 9944 clauses out of 19888 with flag 85001/85001
34.27/18.09	c And the winner is Resolution
34.47/18.45	c Got one! Elapsed wall clock time (in seconds):18.224
34.47/18.45	o 5
37.33/19.93	c cleaning 9967 clauses out of 19942 with flag 95000/95000
39.03/20.89	c And the winner is Resolution
39.25/21.45	c Got one! Elapsed wall clock time (in seconds):21.233
39.25/21.45	o 3
40.14/21.99	c cleaning 9976 clauses out of 19977 with flag 105002/105002
43.60/23.79	c cleaning 9991 clauses out of 19999 with flag 115000/115000
46.29/25.17	c cleaning 9995 clauses out of 20010 with flag 125002/125002
49.17/26.65	c cleaning 10003 clauses out of 20012 with flag 135000/135000
52.66/28.40	c cleaning 9996 clauses out of 20007 with flag 145000/145000
55.52/29.98	c cleaning 9997 clauses out of 20012 with flag 155001/155001
58.60/31.50	c cleaning 10007 clauses out of 20013 with flag 165001/165001
59.56/32.00	c cleaning 0 clauses out of 5001 with flag 0/5001
61.82/33.24	c cleaning 9998 clauses out of 20004 with flag 175000/175000
66.04/35.41	c cleaning 10003 clauses out of 20006 with flag 185000/185000
66.93/35.99	c And the winner is Resolution
67.49/36.94	c starts		: 107
67.49/36.94	c conflicts		: 187726
67.49/36.94	c decisions		: 199060
67.49/36.94	c propagations		: 3281390
67.49/36.94	c inspects		: 82911310
67.49/36.94	c learnt literals	: 18
67.49/36.94	c learnt binary clauses	: 59
67.49/36.94	c learnt ternary clauses	: 175
67.49/36.94	c learnt clauses	: 187707
67.49/36.94	c ignored clauses	: 0
67.49/36.94	c root simplifications	: 0
67.49/36.94	c removed literals (reason simplification)	: 4510619
67.49/36.94	c reason swapping (by a shorter reason)	: 0
67.49/36.94	c Calls to reduceDB	: 20
67.49/36.94	c number of reductions to clauses (during analyze)	: 0
67.49/36.94	c number of learned constraints concerned by reduction	: 0
67.49/36.94	c number of learning phase by resolution	: 0
67.49/36.94	c number of learning phase by cutting planes	: 0
67.49/36.94	c speed (assignments/second)	: 211948.7146363519
67.49/36.94	c non guided choices	2590
67.49/36.94	c learnt constraints type 
67.49/36.94	c constraints type 
67.49/36.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
67.49/36.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
67.49/36.94	c constraints type 
67.49/36.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
67.49/36.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
67.49/36.94	s OPTIMUM FOUND
67.49/36.94	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 -x169 x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 x185 -x186 x187 -x188 -x189 
67.49/36.94	c objective function=3
67.49/36.94	c Total wall clock time (in seconds): 36.718

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661759-1276648944/watcher-2661759-1276648944 -o /tmp/evaluation-result-2661759-1276648944/solver-2661759-1276648944 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661759-1276648944.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.25 1.94 1.41 3/106 12486
/proc/meminfo: memFree=1826092/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=248 CPUtime=0
/proc/12486/stat : 12486 (java6) R 12484 12486 11867 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 6189813 253952 28 1992294400 134512640 134550932 4287942192 18446744073709551615 7467604 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12486/statm: 62 28 21 10 0 23 0

[startup+0.0156159 s]
/proc/loadavg: 2.25 1.94 1.41 3/106 12486
/proc/meminfo: memFree=1826092/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1832 CPUtime=0
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4194304 432 0 0 0 0 0 0 0 15 0 1 0 6189813 1875968 161 1992294400 134512640 134550932 4292038928 18446744073709551615 7467604 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 0
/proc/12486/statm: 458 161 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.102748 s]
/proc/loadavg: 2.25 1.94 1.41 3/106 12486
/proc/meminfo: memFree=1826092/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1524180 CPUtime=0.08
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 3960 0 1 0 5 3 0 0 15 0 12 0 6189813 1560760320 3399 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300737 s]
/proc/loadavg: 2.25 1.94 1.41 3/106 12486
/proc/meminfo: memFree=1826092/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1526388 CPUtime=0.35
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 5383 0 1 0 31 4 0 0 15 0 12 0 6189813 1563021312 4820 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 381597 4820 1353 10 0 378900 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526388

[startup+0.701715 s]
/proc/loadavg: 2.25 1.94 1.41 3/106 12486
/proc/meminfo: memFree=1826092/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1531044 CPUtime=1.12
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 7612 0 1 0 107 5 0 0 15 0 16 0 6189813 1567789056 6460 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 382761 6460 1408 10 0 380064 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531044

[startup+1.50167 s]
/proc/loadavg: 2.25 1.94 1.41 7/122 12502
/proc/meminfo: memFree=1803956/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1534952 CPUtime=2.71
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 12981 0 1 0 262 9 0 0 15 0 16 0 6189813 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 383738 11257 1424 10 0 381041 0
[pid=12486/tid=12488] ppid=12484 vsize=1534952 CPUtime=0.42
/proc/12486/task/12488/stat : 12488 (java) S 12484 12486 11867 0 -1 4202560 4140 0 1 0 39 3 0 0 18 0 16 0 6189815 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 6189817 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6189817 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6189818 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6189819 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6189819 1571790848 11257 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1534952 CPUtime=0.35
/proc/12486/task/12495/stat : 12495 (java) R 12484 12486 11867 0 -1 4202560 644 0 0 0 35 0 0 0 20 0 16 0 6189823 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 103370309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1534952 CPUtime=1.04
/proc/12486/task/12496/stat : 12496 (java) R 12484 12486 11867 0 -1 4202560 2877 0 0 0 103 1 0 0 16 0 16 0 6189823 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 106260565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6189823 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12499] ppid=12484 vsize=1534952 CPUtime=0.6
/proc/12486/task/12499/stat : 12499 (java) R 12484 12486 11867 0 -1 4202560 2157 0 0 0 60 0 0 0 25 0 16 0 6189859 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4109310984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12486/tid=12500] ppid=12484 vsize=1534952 CPUtime=0.25
/proc/12486/task/12500/stat : 12500 (java) R 12484 12486 11867 0 -1 4202560 2089 0 0 0 24 1 0 0 25 0 16 0 6189859 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6189860 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1534952 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6189861 1571790848 11258 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1534952

[startup+3.10158 s]
/proc/loadavg: 2.25 1.94 1.41 4/122 12502
/proc/meminfo: memFree=1759192/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547496 CPUtime=5.88
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 47834 0 1 0 564 24 0 0 15 0 16 0 6189813 1584635904 38862 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386874 38867 1437 10 0 384177 0
[pid=12486/tid=12488] ppid=12484 vsize=1547496 CPUtime=0.42
/proc/12486/task/12488/stat : 12488 (java) S 12484 12486 11867 0 -1 4202560 4141 0 1 0 39 3 0 0 18 0 16 0 6189815 1584635904 38869 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 292 0 0 0 0 0 0 0 16 0 16 0 6189817 1584635904 38872 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 386 0 0 0 0 0 0 0 18 0 16 0 6189817 1584635904 38875 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 6189818 1584635904 38878 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6189819 1584635904 38881 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) R 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 6189819 1584635904 38883 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1584635904 38886 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547496 CPUtime=0.79
/proc/12486/task/12495/stat : 12495 (java) R 12484 12486 11867 0 -1 4202560 3678 0 0 0 78 1 0 0 21 0 16 0 6189823 1584635904 38889 1992294400 134512640 134550932 4292038928 18446744073709551615 105860154 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547496 CPUtime=2.48
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 10407 0 0 0 245 3 0 0 17 0 16 0 6189823 1584635904 38892 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1584635904 38895 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6189823 1584635904 38898 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12499] ppid=12484 vsize=1547496 CPUtime=0.86
/proc/12486/task/12499/stat : 12499 (java) R 12484 12486 11867 0 -1 4202560 4019 0 0 0 85 1 0 0 25 0 16 0 6189859 1584635904 38900 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12500] ppid=12484 vsize=1547496 CPUtime=1.23
/proc/12486/task/12500/stat : 12500 (java) R 12484 12486 11867 0 -1 4202560 23875 0 0 0 113 10 0 0 18 0 16 0 6189859 1584635904 38903 1992294400 134512640 134550932 4292038928 18446744073709551615 4109248917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6189860 1584635904 38905 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1547496 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6189861 1584635904 38908 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1547496

[startup+6.3014 s]
/proc/loadavg: 2.39 1.97 1.42 2/122 12502
/proc/meminfo: memFree=1664332/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547232 CPUtime=12.17
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 55976 0 1 0 1182 35 0 0 15 0 16 0 6189813 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386808 41395 1448 10 0 384111 0
[pid=12486/tid=12488] ppid=12484 vsize=1547232 CPUtime=0.42
/proc/12486/task/12488/stat : 12488 (java) S 12484 12486 11867 0 -1 4202560 4141 0 1 0 39 3 0 0 15 0 16 0 6189815 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547232 CPUtime=0.04
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 653 0 0 0 4 0 0 0 16 0 16 0 6189817 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547232 CPUtime=0.03
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 1022 0 0 0 3 0 0 0 16 0 16 0 6189817 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547232 CPUtime=0.23
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 1332 0 0 0 14 9 0 0 16 0 16 0 6189818 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547232 CPUtime=1.21
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 119 2 0 0 15 0 16 0 6189823 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547232 CPUtime=4.22
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 14194 0 0 0 417 5 0 0 16 0 16 0 6189823 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6189823 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12499] ppid=12484 vsize=1547232 CPUtime=2.58
/proc/12486/task/12499/stat : 12499 (java) R 12484 12486 11867 0 -1 4202560 4027 0 0 0 257 1 0 0 25 0 16 0 6189859 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4109294689 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12500] ppid=12484 vsize=1547232 CPUtime=3.35
/proc/12486/task/12500/stat : 12500 (java) R 12484 12486 11867 0 -1 4202560 23952 0 0 0 325 10 0 0 18 0 16 0 6189859 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4109247106 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6189860 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6189861 1584365568 41395 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 1547232

[startup+12.7011 s]
/proc/loadavg: 2.36 1.97 1.43 3/122 12502
/proc/meminfo: memFree=1627504/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547232 CPUtime=24.59
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 66228 0 1 0 2419 40 0 0 15 0 16 0 6189813 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386808 50733 1448 10 0 384111 0
[pid=12486/tid=12488] ppid=12484 vsize=1547232 CPUtime=0.42
/proc/12486/task/12488/stat : 12488 (java) S 12484 12486 11867 0 -1 4202560 4141 0 1 0 39 3 0 0 15 0 16 0 6189815 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547232 CPUtime=0.13
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 1643 0 0 0 12 1 0 0 15 0 16 0 6189817 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547232 CPUtime=0.14
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 2684 0 0 0 13 1 0 0 16 0 16 0 6189817 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547232 CPUtime=0.46
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 2199 0 0 0 37 9 0 0 15 0 16 0 6189818 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547232 CPUtime=1.29
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 127 2 0 0 16 0 16 0 6189823 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547232 CPUtime=4.72
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 15002 0 0 0 467 5 0 0 16 0 16 0 6189823 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6189823 1584365568 50733 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0

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

[pid=12486/tid=12493] ppid=12484 vsize=1548256 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6189819 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1548256 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1548256 CPUtime=1.32
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 130 2 0 0 15 0 16 0 6189823 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1548256 CPUtime=5.31
/proc/12486/task/12496/stat : 12496 (java) R 12484 12486 11867 0 -1 4202560 15892 0 0 0 525 6 0 0 16 0 16 0 6189823 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1548256 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1548256 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6189823 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1548256 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6189860 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1548256 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6189861 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12507] ppid=12484 vsize=1548256 CPUtime=9.4
/proc/12486/task/12507/stat : 12507 (java) R 12484 12486 11867 0 -1 4202560 10 0 0 0 940 0 0 0 18 0 16 0 6191959 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4109283185 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12486/tid=12508] ppid=12484 vsize=1548256 CPUtime=9.05
/proc/12486/task/12508/stat : 12508 (java) R 12484 12486 11867 0 -1 4202560 6 0 0 0 905 0 0 0 24 0 16 0 6191960 1585414144 54996 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.38
Current children cumulated vsize (KiB) 1548256

[startup+35.1027 s]
/proc/loadavg: 2.10 1.94 1.43 3/122 12508
/proc/meminfo: memFree=1609896/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547232 CPUtime=65.47
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 71788 0 1 0 6503 44 0 0 15 0 16 0 6189813 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386808 55121 1449 10 0 384111 0
[pid=12486/tid=12488] ppid=12484 vsize=1547232 CPUtime=0.42
/proc/12486/task/12488/stat : 12488 (java) S 12484 12486 11867 0 -1 4202560 4143 0 1 0 39 3 0 0 15 0 16 0 6189815 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547232 CPUtime=0.46
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 3461 0 0 0 44 2 0 0 15 0 16 0 6189817 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547232 CPUtime=0.48
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 4723 0 0 0 46 2 0 0 16 0 16 0 6189817 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547232 CPUtime=1.8
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 2950 0 0 0 170 10 0 0 16 0 16 0 6189818 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547232 CPUtime=1.32
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 130 2 0 0 15 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547232 CPUtime=5.37
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 15915 0 0 0 531 6 0 0 16 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6189860 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6189861 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12507] ppid=12484 vsize=1547232 CPUtime=12.28
/proc/12486/task/12507/stat : 12507 (java) R 12484 12486 11867 0 -1 4202560 13 0 0 0 1228 0 0 0 19 0 16 0 6191959 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4109366540 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12508] ppid=12484 vsize=1547232 CPUtime=11.89
/proc/12486/task/12508/stat : 12508 (java) R 12484 12486 11867 0 -1 4202560 8 0 0 0 1189 0 0 0 25 0 16 0 6191960 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4109234044 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 65.47
Current children cumulated vsize (KiB) 1547232

[startup+35.9027 s]
/proc/loadavg: 2.10 1.94 1.43 3/122 12508
/proc/meminfo: memFree=1609896/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547232 CPUtime=66.93
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 71792 0 1 0 6649 44 0 0 15 0 16 0 6189813 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386808 55121 1449 10 0 384111 0
[pid=12486/tid=12488] ppid=12484 vsize=1547232 CPUtime=0.42
/proc/12486/task/12488/stat : 12488 (java) S 12484 12486 11867 0 -1 4202560 4143 0 1 0 39 3 0 0 15 0 16 0 6189815 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547232 CPUtime=0.48
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 3461 0 0 0 46 2 0 0 15 0 16 0 6189817 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547232 CPUtime=0.5
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 4723 0 0 0 48 2 0 0 16 0 16 0 6189817 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547232 CPUtime=1.91
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 2952 0 0 0 181 10 0 0 16 0 16 0 6189818 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6189819 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547232 CPUtime=1.32
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 130 2 0 0 15 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547232 CPUtime=5.37
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 15915 0 0 0 531 6 0 0 16 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 6189823 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6189860 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6189861 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12507] ppid=12484 vsize=1547232 CPUtime=12.93
/proc/12486/task/12507/stat : 12507 (java) R 12484 12486 11867 0 -1 4202560 15 0 0 0 1293 0 0 0 19 0 16 0 6191959 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4109243255 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12486/tid=12508] ppid=12484 vsize=1547232 CPUtime=12.54
/proc/12486/task/12508/stat : 12508 (java) R 12484 12486 11867 0 -1 4202560 8 0 0 0 1254 0 0 0 25 0 16 0 6191960 1584365568 55121 1992294400 134512640 134550932 4292038928 18446744073709551615 4109278549 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.93
Current children cumulated vsize (KiB) 1547232

[startup+36.7058 s]
/proc/loadavg: 2.10 1.94 1.43 1/120 12508
/proc/meminfo: memFree=1609912/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547232 CPUtime=67.29
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 71792 0 1 0 6685 44 0 0 15 0 14 0 6189813 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386808 55026 1449 10 0 384111 0
[pid=12486/tid=12488] ppid=12484 vsize=1547232 CPUtime=0.49
/proc/12486/task/12488/stat : 12488 (java) R 12484 12486 11867 0 -1 4202560 4143 0 1 0 46 3 0 0 15 0 14 0 6189815 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4110250052 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547232 CPUtime=0.48
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 3461 0 0 0 46 2 0 0 15 0 14 0 6189817 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547232 CPUtime=0.5
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 4723 0 0 0 48 2 0 0 16 0 14 0 6189817 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547232 CPUtime=1.91
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 2952 0 0 0 181 10 0 0 15 0 14 0 6189818 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6189819 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6189819 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547232 CPUtime=1.34
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 132 2 0 0 15 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547232 CPUtime=5.38
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 15915 0 0 0 532 6 0 0 15 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6189860 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6189861 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.29
Current children cumulated vsize (KiB) 1547232

[startup+36.9018 s]
/proc/loadavg: 2.10 1.94 1.43 1/120 12508
/proc/meminfo: memFree=1609912/2059040 swapFree=4164944/4192956
[pid=12486] ppid=12484 vsize=1547232 CPUtime=67.49
/proc/12486/stat : 12486 (java) S 12484 12486 11867 0 -1 4202496 71792 0 1 0 6705 44 0 0 15 0 14 0 6189813 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12486/statm: 386808 55026 1449 10 0 384111 0
[pid=12486/tid=12488] ppid=12484 vsize=1547232 CPUtime=0.69
/proc/12486/task/12488/stat : 12488 (java) R 12484 12486 11867 0 -1 4202560 4143 0 1 0 66 3 0 0 16 0 14 0 6189815 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4109047526 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12486/tid=12489] ppid=12484 vsize=1547232 CPUtime=0.48
/proc/12486/task/12489/stat : 12489 (java) S 12484 12486 11867 0 -1 4202560 3461 0 0 0 46 2 0 0 15 0 14 0 6189817 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12490] ppid=12484 vsize=1547232 CPUtime=0.5
/proc/12486/task/12490/stat : 12490 (java) S 12484 12486 11867 0 -1 4202560 4723 0 0 0 48 2 0 0 16 0 14 0 6189817 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12491] ppid=12484 vsize=1547232 CPUtime=1.91
/proc/12486/task/12491/stat : 12491 (java) S 12484 12486 11867 0 -1 4202560 2952 0 0 0 181 10 0 0 15 0 14 0 6189818 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 0 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12492] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12492/stat : 12492 (java) S 12484 12486 11867 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6189819 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12493] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12484 12486 11867 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6189819 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12494] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12484 12486 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12495] ppid=12484 vsize=1547232 CPUtime=1.35
/proc/12486/task/12495/stat : 12495 (java) S 12484 12486 11867 0 -1 4202560 5582 0 0 0 133 2 0 0 15 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12496] ppid=12484 vsize=1547232 CPUtime=5.38
/proc/12486/task/12496/stat : 12496 (java) S 12484 12486 11867 0 -1 4202560 15915 0 0 0 532 6 0 0 15 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12497] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12497/stat : 12497 (java) S 12484 12486 11867 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 0 0 0 0
[pid=12486/tid=12498] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12498/stat : 12498 (java) S 12484 12486 11867 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 6189823 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12501] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12501/stat : 12501 (java) S 12484 12486 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6189860 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
[pid=12486/tid=12502] ppid=12484 vsize=1547232 CPUtime=0
/proc/12486/task/12502/stat : 12502 (java) S 12484 12486 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6189861 1584365568 55026 1992294400 134512640 134550932 4292038928 18446744073709551615 4294960144 0 4 0 16800975 18446604437861979072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.49
Current children cumulated vsize (KiB) 1547232

Child status: 30
Real time (s): 36.9807
CPU time (s): 67.5697
CPU user time (s): 67.0968
CPU system time (s): 0.472928
CPU usage (%): 182.716
Max. virtual memory (cumulated for all children) (KiB): 1553660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.0968
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71798
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= 1850
involuntary context switches= 2408

runsolver used 0.224965 second user time and 0.336948 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 02:42:24
IDJOB=2661759
IDBENCH=48014
IDSOLVER=1166
FILE ID=node029/2661759-1276648944
PBS_JOBID= 11172415
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=67-P1=127-P2=73-P3=79-P4=17-P5=109-P6=17-P7=23-P8=23-P9=53-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661759-1276648944/watcher-2661759-1276648944 -o /tmp/evaluation-result-2661759-1276648944/solver-2661759-1276648944 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661759-1276648944.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0529ad177104c2b8c24f12c8a325b463
RANDOM SEED=2139668929

node029.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826488 kB
Buffers:         37900 kB
Cached:          96172 kB
SwapCached:       1508 kB
Active:          92688 kB
Inactive:        75564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826488 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             548 kB
Writeback:           0 kB
AnonPages:       32672 kB
Mapped:          15188 kB
Slab:            42276 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182328 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node029 at 2010-06-16 02:43:01