Trace number 2661832

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 233.682 123.132

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
MD5SUMafe3df18e5a0f1ba7fdc86d94afdb427
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.770882
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.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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	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@4413ee
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@1cb25f1
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-2661832-1276650713.opb
0.22/0.23	c reading problem ... 
0.53/0.45	c ... done. Wall clock time 0.231s.
0.53/0.45	c #vars     616
0.53/0.45	c #constraints  918
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
6.10/3.29	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.82/4.66	c cleaning 4250 clauses out of 8500 with flag 11001/11001
11.56/6.05	c cleaning 5625 clauses out of 11249 with flag 18000/18000
15.28/7.99	c cleaning 6807 clauses out of 13625 with flag 26001/26001
18.58/9.69	c cleaning 7902 clauses out of 15818 with flag 35001/35001
22.48/11.66	c cleaning 8952 clauses out of 17916 with flag 45001/45001
27.17/14.09	c cleaning 9478 clauses out of 18962 with flag 55000/55000
32.25/16.69	c cleaning 9737 clauses out of 19484 with flag 65000/65000
36.92/19.08	c cleaning 9874 clauses out of 19747 with flag 75000/75000
41.81/21.52	c cleaning 9936 clauses out of 19874 with flag 85001/85001
47.86/24.61	c cleaning 9966 clauses out of 19938 with flag 95001/95001
50.98/26.30	c cleaning 9980 clauses out of 19971 with flag 105000/105000
54.20/27.93	c cleaning 9991 clauses out of 19991 with flag 115000/115000
59.67/30.75	c cleaning 9998 clauses out of 20001 with flag 125001/125001
63.94/33.00	c cleaning 9998 clauses out of 20002 with flag 135001/135001
68.99/35.52	c cleaning 9996 clauses out of 20004 with flag 145001/145001
74.21/38.29	c cleaning 9999 clauses out of 20008 with flag 155001/155001
79.46/40.93	c cleaning 10000 clauses out of 20009 with flag 165001/165001
83.92/43.28	c cleaning 10001 clauses out of 20009 with flag 175001/175001
87.00/44.86	c cleaning 9998 clauses out of 20008 with flag 185001/185001
92.22/47.51	c cleaning 10000 clauses out of 20009 with flag 195000/195000
97.67/50.33	c cleaning 10005 clauses out of 20010 with flag 205001/205001
102.52/52.89	c cleaning 9998 clauses out of 20004 with flag 215000/215000
107.56/55.49	c cleaning 10000 clauses out of 20008 with flag 225002/225002
112.57/58.03	c cleaning 10000 clauses out of 20007 with flag 235002/235002
115.82/59.76	c cleaning 9994 clauses out of 20007 with flag 245002/245002
118.48/61.17	c cleaning 9994 clauses out of 20012 with flag 255001/255001
121.35/62.63	c cleaning 10007 clauses out of 20017 with flag 265000/265000
124.54/64.31	c cleaning 0 clauses out of 5000 with flag 0/5000
125.42/64.89	c cleaning 10000 clauses out of 20010 with flag 275000/275000
130.04/67.22	c cleaning 10001 clauses out of 20010 with flag 285000/285000
133.30/68.96	c cleaning 9984 clauses out of 20010 with flag 295001/295001
133.95/69.31	c And the winner is Resolution
134.05/69.49	c SATISFIABLE
134.05/69.49	c OPTIMIZING...
134.05/69.49	c Got one! Elapsed wall clock time (in seconds):69.27
134.05/69.49	o 85
136.86/70.90	c cleaning 10000 clauses out of 20027 with flag 305002/305002
140.12/72.61	c cleaning 10009 clauses out of 20028 with flag 315003/315003
144.54/74.93	c cleaning 10007 clauses out of 20016 with flag 325000/325000
149.37/77.43	c cleaning 10003 clauses out of 20009 with flag 335000/335000
154.37/80.06	c cleaning 10003 clauses out of 20006 with flag 345000/345000
158.40/82.10	c cleaning 9989 clauses out of 20004 with flag 355002/355002
161.64/83.81	c cleaning 9993 clauses out of 20014 with flag 365001/365001
164.89/85.52	c cleaning 9996 clauses out of 20020 with flag 375000/375000
167.31/86.82	c And the winner is Resolution
167.43/87.70	c Got one! Elapsed wall clock time (in seconds):87.484
167.43/87.70	o 17
167.82/87.98	c cleaning 9993 clauses out of 20024 with flag 385000/385000
171.25/89.77	c cleaning 9997 clauses out of 20032 with flag 395001/395001
174.50/91.47	c cleaning 10002 clauses out of 20035 with flag 405001/405001
177.74/93.19	c cleaning 10000 clauses out of 20032 with flag 415000/415000
181.33/95.09	c cleaning 10014 clauses out of 20032 with flag 425000/425000
185.95/97.49	c cleaning 10007 clauses out of 20019 with flag 435001/435001
189.38/99.25	c cleaning 9995 clauses out of 20011 with flag 445000/445000
193.40/101.36	c cleaning 9991 clauses out of 20016 with flag 455000/455000
193.83/101.68	c And the winner is Resolution
194.01/101.74	c Got one! Elapsed wall clock time (in seconds):101.516
194.01/101.74	o 3
198.11/103.82	c cleaning 9999 clauses out of 20025 with flag 465000/465000
201.55/105.69	c cleaning 10011 clauses out of 20027 with flag 475001/475001
206.15/108.09	c cleaning 9999 clauses out of 20017 with flag 485003/485003
209.38/109.79	c cleaning 10000 clauses out of 20016 with flag 495001/495001
214.17/112.21	c cleaning 10004 clauses out of 20016 with flag 505001/505001
218.96/114.74	c cleaning 10000 clauses out of 20011 with flag 515000/515000
223.98/117.34	c cleaning 10003 clauses out of 20012 with flag 525001/525001
229.18/120.01	c cleaning 9999 clauses out of 20008 with flag 535001/535001
232.35/121.70	c And the winner is Resolution
233.56/123.08	c starts		: 154
233.56/123.08	c conflicts		: 542286
233.56/123.08	c decisions		: 563199
233.56/123.08	c propagations		: 11128252
233.56/123.08	c inspects		: 326075039
233.56/123.08	c learnt literals	: 13
233.56/123.08	c learnt binary clauses	: 80
233.56/123.08	c learnt ternary clauses	: 320
233.56/123.08	c learnt clauses	: 542272
233.56/123.08	c ignored clauses	: 0
233.56/123.08	c root simplifications	: 0
233.56/123.08	c removed literals (reason simplification)	: 18936252
233.56/123.08	c reason swapping (by a shorter reason)	: 0
233.56/123.08	c Calls to reduceDB	: 55
233.56/123.08	c number of reductions to clauses (during analyze)	: 0
233.56/123.08	c number of learned constraints concerned by reduction	: 0
233.56/123.08	c number of learning phase by resolution	: 0
233.56/123.08	c number of learning phase by cutting planes	: 0
233.56/123.08	c speed (assignments/second)	: 521400.55287447874
233.56/123.08	c non guided choices	3381
233.56/123.08	c learnt constraints type 
233.56/123.08	c constraints type 
233.56/123.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
233.56/123.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
233.56/123.08	c constraints type 
233.56/123.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
233.56/123.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
233.56/123.08	s OPTIMUM FOUND
233.56/123.08	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 
233.56/123.08	c objective function=3
233.56/123.08	c Total wall clock time (in seconds): 122.862

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-2661832-1276650713/watcher-2661832-1276650713 -o /tmp/evaluation-result-2661832-1276650713/solver-2661832-1276650713 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661832-1276650713.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.12 2.39 1.90 3/106 12543
/proc/meminfo: memFree=1838592/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=248 CPUtime=0
/proc/12543/stat : 12543 (java6) R 12541 12543 11823 0 -1 4194304 109 0 0 0 0 0 0 0 25 0 1 0 6362799 253952 28 1992294400 134512640 134550932 4291112288 18446744073709551615 7021022 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12543/statm: 62 28 21 10 0 23 0

[startup+0.097957 s]
/proc/loadavg: 2.12 2.39 1.90 3/106 12543
/proc/meminfo: memFree=1838592/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1523152 CPUtime=0.08
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 3897 0 1 0 6 2 0 0 15 0 10 0 6362799 1559707648 3337 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 380788 3337 1061 10 0 378098 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523152

[startup+0.104179 s]
/proc/loadavg: 2.12 2.39 1.90 3/106 12543
/proc/meminfo: memFree=1838592/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1524180 CPUtime=0.08
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 3966 0 1 0 6 2 0 0 15 0 12 0 6362799 1560760320 3406 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 381045 3406 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300173 s]
/proc/loadavg: 2.12 2.39 1.90 3/106 12543
/proc/meminfo: memFree=1838592/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1526368 CPUtime=0.35
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 5383 0 1 0 32 3 0 0 15 0 12 0 6362799 1563000832 4820 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 381592 4820 1353 10 0 378895 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526368

[startup+0.700162 s]
/proc/loadavg: 2.12 2.39 1.90 3/106 12543
/proc/meminfo: memFree=1838592/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1530532 CPUtime=1.13
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 7376 0 1 0 109 4 0 0 15 0 16 0 6362799 1567264768 6421 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 382633 6421 1408 10 0 379936 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530532

[startup+1.50114 s]
/proc/loadavg: 2.03 2.36 1.90 6/122 12559
/proc/meminfo: memFree=1814844/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1534936 CPUtime=2.72
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 11463 0 1 0 260 12 0 0 15 0 16 0 6362799 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 383734 9991 1424 10 0 381037 0
[pid=12543/tid=12545] ppid=12541 vsize=1534936 CPUtime=0.42
/proc/12543/task/12545/stat : 12545 (java) S 12541 12543 11823 0 -1 4202560 4154 0 1 0 40 2 0 0 18 0 16 0 6362801 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6362803 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6362803 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1534936 CPUtime=0.1
/proc/12543/task/12548/stat : 12548 (java) R 12541 12543 11823 0 -1 4202560 1 0 0 0 4 6 0 0 18 0 16 0 6362804 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6362805 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6362805 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6362809 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1534936 CPUtime=0.04
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 56 0 0 0 4 0 0 0 22 0 16 0 6362809 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1534936 CPUtime=1.21
/proc/12543/task/12553/stat : 12553 (java) R 12541 12543 11823 0 -1 4202560 3131 0 0 0 120 1 0 0 18 0 16 0 6362809 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6362809 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6362809 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12556] ppid=12541 vsize=1534936 CPUtime=0.49
/proc/12543/task/12556/stat : 12556 (java) S 12541 12543 11823 0 -1 4202560 905 0 0 0 49 0 0 0 25 0 16 0 6362845 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12557] ppid=12541 vsize=1534936 CPUtime=0.4
/proc/12543/task/12557/stat : 12557 (java) R 12541 12543 11823 0 -1 4202560 2141 0 0 0 40 0 0 0 25 0 16 0 6362845 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 104274754 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6362846 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1534936 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6362847 1571774464 9991 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1534936

[startup+3.1011 s]
/proc/loadavg: 2.03 2.36 1.90 5/122 12559
/proc/meminfo: memFree=1792648/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=5.89
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 26239 0 1 0 531 58 0 0 15 0 16 0 6362799 1586085888 20697 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 20698 1430 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=0.42
/proc/12543/task/12545/stat : 12545 (java) S 12541 12543 11823 0 -1 4202560 4154 0 1 0 40 2 0 0 15 0 16 0 6362801 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 6362803 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6362803 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=0.8
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 36 44 0 0 19 0 16 0 6362804 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6362805 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6362805 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6362809 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=0.83
/proc/12543/task/12552/stat : 12552 (java) R 12541 12543 11823 0 -1 4202560 2292 0 0 0 82 1 0 0 18 0 16 0 6362809 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.03
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8737 0 0 0 199 4 0 0 18 0 16 0 6362809 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6362809 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6362809 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12556] ppid=12541 vsize=1548912 CPUtime=1.26
/proc/12543/task/12556/stat : 12556 (java) R 12541 12543 11823 0 -1 4202560 6260 0 0 0 123 3 0 0 19 0 16 0 6362845 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4109326297 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12543/tid=12557] ppid=12541 vsize=1548912 CPUtime=0.49
/proc/12543/task/12557/stat : 12557 (java) R 12541 12543 11823 0 -1 4202560 3721 0 0 0 48 1 0 0 25 0 16 0 6362845 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6362846 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6362847 1586085888 20698 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1548912

[startup+6.30149 s]
/proc/loadavg: 2.02 2.36 1.90 4/122 12559
/proc/meminfo: memFree=1677824/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=12.11
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 47810 0 1 0 1144 67 0 0 15 0 16 0 6362799 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 42247 1448 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=0.42
/proc/12543/task/12545/stat : 12545 (java) S 12541 12543 11823 0 -1 4202560 4154 0 1 0 40 2 0 0 15 0 16 0 6362801 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=0.04
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 814 0 0 0 4 0 0 0 15 0 16 0 6362803 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=0.04
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 830 0 0 0 4 0 0 0 16 0 16 0 6362803 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=0.93
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 1852 0 0 0 48 45 0 0 15 0 16 0 6362804 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6362809 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=1.3
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 2325 0 0 0 129 1 0 0 16 0 16 0 6362809 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.63
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8776 0 0 0 259 4 0 0 15 0 16 0 6362809 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6362809 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6362809 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12556] ppid=12541 vsize=1548912 CPUtime=3.91
/proc/12543/task/12556/stat : 12556 (java) R 12541 12543 11823 0 -1 4202560 8419 0 0 0 387 4 0 0 18 0 16 0 6362845 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4109325988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12557] ppid=12541 vsize=1548912 CPUtime=2.77
/proc/12543/task/12557/stat : 12557 (java) R 12541 12543 11823 0 -1 4202560 19566 0 0 0 270 7 0 0 25 0 16 0 6362845 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4109367350 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6362846 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6362847 1586085888 42247 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1548912

[startup+12.7021 s]
/proc/loadavg: 2.02 2.35 1.90 3/122 12561
/proc/meminfo: memFree=1636780/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=24.6
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 57217 0 1 0 2388 72 0 0 15 0 16 0 6362799 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 51504 1448 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=0.42
/proc/12543/task/12545/stat : 12545 (java) S 12541 12543 11823 0 -1 4202560 4154 0 1 0 40 2 0 0 15 0 16 0 6362801 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=0.15
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 2541 0 0 0 15 0 0 0 15 0 16 0 6362803 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=0.14
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 2656 0 0 0 13 1 0 0 16 0 16 0 6362803 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=1.12
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 2798 0 0 0 67 45 0 0 15 0 16 0 6362804 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6362809 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=1.38
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 2330 0 0 0 137 1 0 0 15 0 16 0 6362809 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.63
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8776 0 0 0 259 4 0 0 15 0 16 0 6362809 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6362809 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6362809 1586085888 51504 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0

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

/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 6362809 1586085888 60057 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6362846 1586085888 60057 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6362847 1586085888 60057 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12568] ppid=12541 vsize=1548912 CPUtime=12.11
/proc/12543/task/12568/stat : 12568 (java) R 12541 12543 11823 0 -1 4202560 11 0 0 0 1211 0 0 0 18 0 16 0 6372974 1586085888 60057 1992294400 134512640 134550932 4287836592 18446744073709551615 4109372268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12569] ppid=12541 vsize=1548912 CPUtime=12.15
/proc/12543/task/12569/stat : 12569 (java) R 12541 12543 11823 0 -1 4202560 2 0 0 0 1215 0 0 0 25 0 16 0 6372974 1586085888 60057 1992294400 134512640 134550932 4287836592 18446744073709551615 4109367593 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 219.61
Current children cumulated vsize (KiB) 1548912

[startup+118.303 s]
/proc/loadavg: 2.15 2.30 1.92 3/122 12569
/proc/meminfo: memFree=1601564/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=225.81
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 66732 0 1 0 22489 92 0 0 15 0 16 0 6362799 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 60225 1449 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=0.42
/proc/12543/task/12545/stat : 12545 (java) S 12541 12543 11823 0 -1 4202560 4161 0 1 0 40 2 0 0 15 0 16 0 6362801 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=1.62
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 6709 0 0 0 156 6 0 0 16 0 16 0 6362803 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=1.65
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 6718 0 0 0 157 8 0 0 15 0 16 0 6362803 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=7.28
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 3889 0 0 0 681 47 0 0 15 0 16 0 6362804 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6362809 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=1.84
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 2374 0 0 0 183 1 0 0 15 0 16 0 6362809 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.63
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8776 0 0 0 259 4 0 0 15 0 16 0 6362809 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6362809 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 6362809 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6362846 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6362847 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12568] ppid=12541 vsize=1548912 CPUtime=15.06
/proc/12543/task/12568/stat : 12568 (java) R 12541 12543 11823 0 -1 4202560 15 0 0 0 1506 0 0 0 17 0 16 0 6372974 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4109273530 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12569] ppid=12541 vsize=1548912 CPUtime=15.14
/proc/12543/task/12569/stat : 12569 (java) R 12541 12543 11823 0 -1 4202560 3 0 0 0 1514 0 0 0 25 0 16 0 6372974 1586085888 60225 1992294400 134512640 134550932 4287836592 18446744073709551615 4109910707 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 225.81
Current children cumulated vsize (KiB) 1548912

[startup+121.503 s]
/proc/loadavg: 2.14 2.29 1.92 3/122 12569
/proc/meminfo: memFree=1598960/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=231.96
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 67437 0 1 0 23104 92 0 0 15 0 16 0 6362799 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 60859 1449 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=0.42
/proc/12543/task/12545/stat : 12545 (java) S 12541 12543 11823 0 -1 4202560 4161 0 1 0 40 2 0 0 15 0 16 0 6362801 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=1.67
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 7047 0 0 0 160 7 0 0 16 0 16 0 6362803 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=1.68
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 7081 0 0 0 160 8 0 0 15 0 16 0 6362803 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=7.48
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 3889 0 0 0 701 47 0 0 15 0 16 0 6362804 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6362805 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=1.88
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 2374 0 0 0 187 1 0 0 15 0 16 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.63
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8776 0 0 0 259 4 0 0 15 0 16 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6362846 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6362847 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12568] ppid=12541 vsize=1548912 CPUtime=17.96
/proc/12543/task/12568/stat : 12568 (java) R 12541 12543 11823 0 -1 4202560 17 0 0 0 1796 0 0 0 18 0 16 0 6372974 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4109325975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12543/tid=12569] ppid=12541 vsize=1548912 CPUtime=18.08
/proc/12543/task/12569/stat : 12569 (java) R 12541 12543 11823 0 -1 4202560 5 0 0 0 1808 0 0 0 25 0 16 0 6372974 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4108936326 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.96
Current children cumulated vsize (KiB) 1548912

[startup+122.302 s]
/proc/loadavg: 2.14 2.29 1.92 1/120 12569
/proc/meminfo: memFree=1598976/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=232.86
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 67438 0 1 0 23194 92 0 0 15 0 14 0 6362799 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 60859 1449 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=0.7
/proc/12543/task/12545/stat : 12545 (java) R 12541 12543 11823 0 -1 4202560 4161 0 1 0 68 2 0 0 16 0 14 0 6362801 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4109067960 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=1.68
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 7047 0 0 0 161 7 0 0 16 0 14 0 6362803 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=1.7
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 7081 0 0 0 162 8 0 0 15 0 14 0 6362803 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=7.49
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 3889 0 0 0 702 47 0 0 15 0 14 0 6362804 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6362805 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6362805 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=1.88
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 2374 0 0 0 187 1 0 0 15 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.66
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8776 0 0 0 262 4 0 0 15 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6362846 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6362847 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 232.86
Current children cumulated vsize (KiB) 1548912

[startup+122.701 s]
/proc/loadavg: 2.14 2.29 1.92 1/120 12569
/proc/meminfo: memFree=1598976/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=1548912 CPUtime=233.26
/proc/12543/stat : 12543 (java) S 12541 12543 11823 0 -1 4202496 67438 0 1 0 23234 92 0 0 15 0 14 0 6362799 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12543/statm: 387228 60859 1449 10 0 384531 0
[pid=12543/tid=12545] ppid=12541 vsize=1548912 CPUtime=1.1
/proc/12543/task/12545/stat : 12545 (java) R 12541 12543 11823 0 -1 4202560 4161 0 1 0 108 2 0 0 16 0 14 0 6362801 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4109067978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12543/tid=12546] ppid=12541 vsize=1548912 CPUtime=1.68
/proc/12543/task/12546/stat : 12546 (java) S 12541 12543 11823 0 -1 4202560 7047 0 0 0 161 7 0 0 16 0 14 0 6362803 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12547] ppid=12541 vsize=1548912 CPUtime=1.7
/proc/12543/task/12547/stat : 12547 (java) S 12541 12543 11823 0 -1 4202560 7081 0 0 0 162 8 0 0 15 0 14 0 6362803 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12548] ppid=12541 vsize=1548912 CPUtime=7.49
/proc/12543/task/12548/stat : 12548 (java) S 12541 12543 11823 0 -1 4202560 3889 0 0 0 702 47 0 0 15 0 14 0 6362804 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 0 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12549] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12549/stat : 12549 (java) S 12541 12543 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6362805 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12550] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12550/stat : 12550 (java) S 12541 12543 11823 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6362805 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) S 12541 12543 11823 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12552] ppid=12541 vsize=1548912 CPUtime=1.88
/proc/12543/task/12552/stat : 12552 (java) S 12541 12543 11823 0 -1 4202560 2374 0 0 0 187 1 0 0 15 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12553] ppid=12541 vsize=1548912 CPUtime=2.66
/proc/12543/task/12553/stat : 12553 (java) S 12541 12543 11823 0 -1 4202560 8776 0 0 0 262 4 0 0 15 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12554] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12554/stat : 12554 (java) S 12541 12543 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12555] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12555/stat : 12555 (java) S 12541 12543 11823 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 6362809 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 0 0 0 0
[pid=12543/tid=12558] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12558/stat : 12558 (java) S 12541 12543 11823 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6362846 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
[pid=12543/tid=12559] ppid=12541 vsize=1548912 CPUtime=0
/proc/12543/task/12559/stat : 12559 (java) S 12541 12543 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6362847 1586085888 60859 1992294400 134512640 134550932 4287836592 18446744073709551615 4294960144 0 4 0 16800975 18446604437826169856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 233.26
Current children cumulated vsize (KiB) 1548912

[startup+123.101 s]
/proc/loadavg: 2.14 2.29 1.92 1/120 12570
/proc/meminfo: memFree=1598852/2059040 swapFree=4164932/4192956
[pid=12543] ppid=12541 vsize=0 CPUtime=233.65
/proc/12543/stat : 12543 (java) Z 12541 12543 11823 0 -1 4203548 67444 0 1 0 23272 93 0 0 15 0 2 0 6362799 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12543/statm: 0 0 0 0 0 0 0
[pid=12543/tid=12551] ppid=12541 vsize=0 CPUtime=0
/proc/12543/task/12551/stat : 12551 (java) R 12541 12543 11823 0 -1 4203588 2 0 0 0 0 0 0 0 18 0 2 0 6362809 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 233.65
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 123.132
CPU time (s): 233.682
CPU user time (s): 232.729
CPU system time (s): 0.953854
CPU usage (%): 189.782
Max. virtual memory (cumulated for all children) (KiB): 1550300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.729
system time used= 0.953854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67444
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= 4687
involuntary context switches= 7209

runsolver used 0.764883 second user time and 1.24181 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 03:11:53
IDJOB=2661832
IDBENCH=48087
IDSOLVER=1166
FILE ID=node051/2661832-1276650713
PBS_JOBID= 11172445
Free space on /tmp= 62564 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=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661832-1276650713/watcher-2661832-1276650713 -o /tmp/evaluation-result-2661832-1276650713/solver-2661832-1276650713 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661832-1276650713.opb

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

MD5SUM BENCH= afe3df18e5a0f1ba7fdc86d94afdb427
RANDOM SEED=1522768173

node051.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.255
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.51
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.255
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1838864 kB
Buffers:         26712 kB
Cached:          96320 kB
SwapCached:       1380 kB
Active:          84392 kB
Inactive:        71396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1838864 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:             552 kB
Writeback:           0 kB
AnonPages:       31392 kB
Mapped:          14884 kB
Slab:            42460 kB
PageTables:       3944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181928 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= 62564 MiB
End job on node051 at 2010-06-16 03:13:56