Trace number 2661639

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 78.4371 44.9282

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=89-P1=13-P2=37-P3=97-P4=101-P5=107-P6=37-P7=19-P8=47-P9=127-B.opb
MD5SUMb3aade8de77ac68c9aa967132edd1f5e
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.739886
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.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661639-1276646164.opb
0.23/0.22	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
5.28/2.88	c cleaning 2500 clauses out of 5000 with flag 5000/5000
10.03/5.20	c cleaning 4247 clauses out of 8501 with flag 11001/11001
12.00/6.22	c cleaning 5623 clauses out of 11253 with flag 18000/18000
15.71/8.11	c cleaning 6816 clauses out of 13631 with flag 26001/26001
18.81/9.79	c cleaning 7905 clauses out of 15815 with flag 35001/35001
22.51/11.65	c cleaning 8951 clauses out of 17908 with flag 45001/45001
27.00/13.96	c cleaning 9472 clauses out of 18958 with flag 55002/55002
29.90/15.43	c And the winner is Resolution
29.98/16.09	c SATISFIABLE
29.98/16.09	c OPTIMIZING...
29.98/16.09	c Got one! Elapsed wall clock time (in seconds):15.869
29.98/16.09	o 65
30.19/16.29	c cleaning 9732 clauses out of 19484 with flag 65001/65001
32.68/17.54	c cleaning 9868 clauses out of 19751 with flag 75000/75000
35.36/18.94	c cleaning 9940 clauses out of 19883 with flag 85001/85001
38.66/20.61	c cleaning 9960 clauses out of 19944 with flag 95002/95002
40.75/21.75	c And the winner is Resolution
40.90/22.33	c Got one! Elapsed wall clock time (in seconds):22.108
40.90/22.33	o 17
41.24/22.52	c cleaning 9982 clauses out of 19983 with flag 105002/105002
43.50/23.79	c cleaning 9993 clauses out of 20000 with flag 115001/115001
45.20/24.62	c And the winner is Resolution
45.32/25.34	c Got one! Elapsed wall clock time (in seconds):25.118
45.32/25.34	o 9
46.44/25.99	c cleaning 9989 clauses out of 20006 with flag 125001/125001
49.32/27.48	c cleaning 10005 clauses out of 20017 with flag 135001/135001
53.19/29.41	c cleaning 10002 clauses out of 20012 with flag 145001/145001
56.04/30.97	c cleaning 0 clauses out of 5000 with flag 0/5000
56.33/31.15	c cleaning 9994 clauses out of 20008 with flag 155000/155000
59.19/32.61	c And the winner is Resolution
59.23/33.36	c Got one! Elapsed wall clock time (in seconds):33.138
59.23/33.36	o 7
59.51/33.56	c cleaning 9992 clauses out of 20013 with flag 165000/165000
61.78/34.79	c And the winner is Resolution
62.04/35.42	c Got one! Elapsed wall clock time (in seconds):35.2
62.04/35.42	o 3
62.19/35.54	c cleaning 10000 clauses out of 20021 with flag 175000/175000
65.03/37.05	c cleaning 9999 clauses out of 20023 with flag 185002/185002
68.07/38.66	c cleaning 10006 clauses out of 20022 with flag 195001/195001
71.94/40.70	c cleaning 10007 clauses out of 20017 with flag 205002/205002
76.17/42.82	c cleaning 10001 clauses out of 20009 with flag 215001/215001
77.78/43.74	c And the winner is Resolution
78.31/44.88	c starts		: 119
78.31/44.88	c conflicts		: 219859
78.31/44.88	c decisions		: 232424
78.31/44.88	c propagations		: 3782916
78.31/44.88	c inspects		: 96452143
78.31/44.88	c learnt literals	: 17
78.31/44.88	c learnt binary clauses	: 79
78.31/44.88	c learnt ternary clauses	: 255
78.31/44.88	c learnt clauses	: 219841
78.31/44.88	c ignored clauses	: 0
78.31/44.88	c root simplifications	: 0
78.31/44.88	c removed literals (reason simplification)	: 5191371
78.31/44.88	c reason swapping (by a shorter reason)	: 0
78.31/44.88	c Calls to reduceDB	: 23
78.31/44.88	c number of reductions to clauses (during analyze)	: 0
78.31/44.88	c number of learned constraints concerned by reduction	: 0
78.31/44.88	c number of learning phase by resolution	: 0
78.31/44.88	c number of learning phase by cutting planes	: 0
78.31/44.88	c speed (assignments/second)	: 400012.26604631485
78.31/44.88	c non guided choices	3439
78.31/44.88	c learnt constraints type 
78.31/44.88	c constraints type 
78.31/44.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
78.31/44.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
78.31/44.88	c constraints type 
78.31/44.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
78.31/44.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
78.31/44.88	s OPTIMUM FOUND
78.31/44.88	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 
78.31/44.88	c objective function=3
78.31/44.88	c Total wall clock time (in seconds): 44.661

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-2661639-1276646164/watcher-2661639-1276646164 -o /tmp/evaluation-result-2661639-1276646164/solver-2661639-1276646164 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661639-1276646164.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: 1.90 1.64 1.28 3/106 12841
/proc/meminfo: memFree=1826300/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1832 CPUtime=0
/proc/12841/stat : 12841 (java6) R 12839 12841 11912 0 -1 4194304 225 0 0 0 0 0 0 0 19 0 1 0 5907442 1875968 128 1992294400 134512640 134550932 4291439328 18446744073709551615 11464400 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12841/statm: 458 132 96 10 0 63 0

[startup+0.0425449 s]
/proc/loadavg: 1.90 1.64 1.28 3/106 12841
/proc/meminfo: memFree=1826300/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1520328 CPUtime=0.02
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 3361 0 1 0 1 1 0 0 15 0 4 0 5907442 1556815872 2804 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 380082 2805 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101542 s]
/proc/loadavg: 1.90 1.64 1.28 3/106 12841
/proc/meminfo: memFree=1826300/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1524180 CPUtime=0.08
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 3960 0 1 0 6 2 0 0 15 0 12 0 5907442 1560760320 3399 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301532 s]
/proc/loadavg: 1.90 1.64 1.28 3/106 12841
/proc/meminfo: memFree=1826300/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1526280 CPUtime=0.36
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 5389 0 1 0 33 3 0 0 15 0 12 0 5907442 1562910720 4826 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 381570 4826 1354 10 0 378873 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526280

[startup+0.700511 s]
/proc/loadavg: 1.90 1.64 1.28 3/106 12841
/proc/meminfo: memFree=1826300/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1532748 CPUtime=1.12
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 7466 0 1 0 108 4 0 0 15 0 16 0 5907442 1569533952 6802 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 383187 6802 1411 10 0 380490 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1532748

[startup+1.50147 s]
/proc/loadavg: 1.90 1.64 1.28 5/122 12857
/proc/meminfo: memFree=1800752/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1533772 CPUtime=2.71
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 12293 0 1 0 262 9 0 0 15 0 16 0 5907442 1570582528 11399 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 383443 11400 1424 10 0 380746 0
[pid=12841/tid=12843] ppid=12839 vsize=1533772 CPUtime=0.42
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 5907443 1570582528 11400 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 5907445 1570582528 11401 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 5907445 1570582528 11401 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1533772 CPUtime=0.03
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 1 2 0 0 18 0 16 0 5907446 1570582528 11402 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 5907447 1570582528 11402 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5907447 1570582528 11403 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5907451 1570582528 11403 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1533772 CPUtime=0.61
/proc/12841/task/12850/stat : 12850 (java) R 12839 12841 11912 0 -1 4202560 1501 0 0 0 61 0 0 0 24 0 16 0 5907451 1570582528 11404 1992294400 134512640 134550932 4291541120 18446744073709551615 106809869 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1533772 CPUtime=0.6
/proc/12841/task/12851/stat : 12851 (java) R 12839 12841 11912 0 -1 4202560 988 0 0 0 60 0 0 0 22 0 16 0 5907451 1570582528 11404 1992294400 134512640 134550932 4291541120 18446744073709551615 102192183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907451 1570582528 11404 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907451 1570582528 11405 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=1533772 CPUtime=0.5
/proc/12841/task/12854/stat : 12854 (java) R 12839 12841 11912 0 -1 4202560 1065 0 0 0 50 0 0 0 25 0 16 0 5907487 1570582528 11405 1992294400 134512640 134550932 4291541120 18446744073709551615 4109112432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=1533772 CPUtime=0.48
/proc/12841/task/12855/stat : 12855 (java) R 12839 12841 11912 0 -1 4202560 3543 0 0 0 47 1 0 0 25 0 16 0 5907487 1570582528 11405 1992294400 134512640 134550932 4291541120 18446744073709551615 4109587888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5907488 1570582528 11406 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1533772 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5907489 1570582528 11406 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1533772

[startup+3.10139 s]
/proc/loadavg: 1.90 1.64 1.28 4/122 12857
/proc/meminfo: memFree=1757600/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1550484 CPUtime=5.87
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 38845 0 1 0 566 21 0 0 15 0 16 0 5907442 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 387621 35033 1433 10 0 384924 0
[pid=12841/tid=12843] ppid=12839 vsize=1550484 CPUtime=0.42
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 5907443 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 16 0 5907445 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 400 0 0 0 0 0 0 0 17 0 16 0 5907445 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1550484 CPUtime=0.06
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 713 0 0 0 4 2 0 0 15 0 16 0 5907446 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 5907447 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 5907447 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5907451 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1550484 CPUtime=1.14
/proc/12841/task/12850/stat : 12850 (java) R 12839 12841 11912 0 -1 4202560 5562 0 0 0 112 2 0 0 18 0 16 0 5907451 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 104161425 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1550484 CPUtime=1.24
/proc/12841/task/12851/stat : 12851 (java) R 12839 12841 11912 0 -1 4202560 3777 0 0 0 124 0 0 0 16 0 16 0 5907451 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 106810128 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907451 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907451 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=1550484 CPUtime=1.42
/proc/12841/task/12854/stat : 12854 (java) R 12839 12841 11912 0 -1 4202560 5305 0 0 0 140 2 0 0 25 0 16 0 5907487 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 12414547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=1550484 CPUtime=1.5
/proc/12841/task/12855/stat : 12855 (java) S 12839 12841 11912 0 -1 4202560 17569 0 0 0 142 8 0 0 17 0 16 0 5907487 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5907488 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1550484 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5907489 1587695616 35033 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1550484

[startup+6.30122 s]
/proc/loadavg: 1.99 1.66 1.28 4/122 12857
/proc/meminfo: memFree=1663872/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1547984 CPUtime=12.15
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 50474 0 1 0 1190 25 0 0 15 0 16 0 5907442 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 386996 42139 1448 10 0 384299 0
[pid=12841/tid=12843] ppid=12839 vsize=1547984 CPUtime=0.42
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 5907443 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1547984 CPUtime=0.06
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 742 0 0 0 6 0 0 0 16 0 16 0 5907445 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1547984 CPUtime=0.04
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 857 0 0 0 4 0 0 0 16 0 16 0 5907445 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1547984 CPUtime=0.17
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 1983 0 0 0 14 3 0 0 16 0 16 0 5907446 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 5907447 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907447 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5907451 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1547984 CPUtime=2.16
/proc/12841/task/12850/stat : 12850 (java) R 12839 12841 11912 0 -1 4202560 9097 0 0 0 213 3 0 0 18 0 16 0 5907451 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 105950088 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1547984 CPUtime=2.31
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4612 0 0 0 230 1 0 0 16 0 16 0 5907451 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907451 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907451 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12854] ppid=12839 vsize=1547984 CPUtime=3.32
/proc/12841/task/12854/stat : 12854 (java) R 12839 12841 11912 0 -1 4202560 6191 0 0 0 329 3 0 0 25 0 16 0 5907487 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4109518842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12841/tid=12855] ppid=12839 vsize=1547984 CPUtime=3.59
/proc/12841/task/12855/stat : 12855 (java) R 12839 12841 11912 0 -1 4202560 21789 0 0 0 350 9 0 0 16 0 16 0 5907487 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4109522066 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5907488 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1547984 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5907489 1585135616 42139 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 1547984

[startup+12.7019 s]
/proc/loadavg: 2.07 1.68 1.29 3/122 12857
/proc/meminfo: memFree=1618984/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1553104 CPUtime=24.62
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 62181 0 1 0 2409 53 0 0 15 0 16 0 5907442 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 388276 52975 1448 10 0 385579 0
[pid=12841/tid=12843] ppid=12839 vsize=1553104 CPUtime=0.42
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4131 0 1 0 40 2 0 0 18 0 16 0 5907443 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1553104 CPUtime=0.16
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 2615 0 0 0 15 1 0 0 16 0 16 0 5907445 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1553104 CPUtime=0.15
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 2935 0 0 0 15 0 0 0 15 0 16 0 5907445 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1553104 CPUtime=0.71
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 2759 0 0 0 48 23 0 0 16 0 16 0 5907446 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1553104 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 5907447 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1553104 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907447 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1553104 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5907451 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1553104 CPUtime=2.93
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 11912 0 -1 4202560 10951 0 0 0 289 4 0 0 15 0 16 0 5907451 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1553104 CPUtime=2.32
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4612 0 0 0 231 1 0 0 15 0 16 0 5907451 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1553104 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907451 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1553104 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 5907451 1590378496 52975 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0

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

[pid=12841/tid=12844] ppid=12839 vsize=1550032 CPUtime=0.63
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 5352 0 0 0 60 3 0 0 15 0 16 0 5907445 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1550032 CPUtime=0.62
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 5411 0 0 0 59 3 0 0 16 0 16 0 5907445 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1550032 CPUtime=2.47
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 3160 0 0 0 223 24 0 0 15 0 16 0 5907446 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 5907447 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907447 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5907451 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1550032 CPUtime=3.51
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 11912 0 -1 4202560 11784 0 0 0 346 5 0 0 15 0 16 0 5907451 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1550032 CPUtime=2.35
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4614 0 0 0 234 1 0 0 15 0 16 0 5907451 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907451 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 5907451 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5907488 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5907489 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12868] ppid=12839 vsize=1550032 CPUtime=5.35
/proc/12841/task/12868/stat : 12868 (java) R 12839 12841 11912 0 -1 4202560 6 0 0 0 535 0 0 0 17 0 16 0 5910984 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4109563140 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12869] ppid=12839 vsize=1550032 CPUtime=5.43
/proc/12841/task/12869/stat : 12869 (java) R 12839 12841 11912 0 -1 4202560 6 0 0 0 543 0 0 0 18 0 16 0 5910984 1587232768 57504 1992294400 134512640 134550932 4291541120 18446744073709551615 4109476843 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 73.59
Current children cumulated vsize (KiB) 1550032

[startup+43.1018 s]
/proc/loadavg: 2.05 1.72 1.32 4/122 12869
/proc/meminfo: memFree=1598276/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1550032 CPUtime=76.59
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 69566 0 1 0 7600 59 0 0 15 0 16 0 5907442 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 387508 58279 1449 10 0 384811 0
[pid=12841/tid=12843] ppid=12839 vsize=1550032 CPUtime=0.42
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4132 0 1 0 40 2 0 0 15 0 16 0 5907443 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1550032 CPUtime=0.66
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 5825 0 0 0 63 3 0 0 16 0 16 0 5907445 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1550032 CPUtime=0.65
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 5813 0 0 0 62 3 0 0 15 0 16 0 5907445 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1550032 CPUtime=2.64
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 3160 0 0 0 240 24 0 0 16 0 16 0 5907446 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 16 0 5907447 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 5907447 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1550032 CPUtime=3.51
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 11912 0 -1 4202560 11784 0 0 0 346 5 0 0 15 0 16 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1550032 CPUtime=2.36
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4614 0 0 0 235 1 0 0 15 0 16 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 5907488 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 5907489 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12868] ppid=12839 vsize=1550032 CPUtime=6.75
/proc/12841/task/12868/stat : 12868 (java) R 12839 12841 11912 0 -1 4202560 7 0 0 0 675 0 0 0 17 0 16 0 5910984 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4109651550 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12869] ppid=12839 vsize=1550032 CPUtime=6.81
/proc/12841/task/12869/stat : 12869 (java) R 12839 12841 11912 0 -1 4202560 8 0 0 0 681 0 0 0 19 0 16 0 5910984 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4109521237 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 76.59
Current children cumulated vsize (KiB) 1550032

[startup+43.9019 s]
/proc/loadavg: 2.05 1.72 1.32 1/120 12869
/proc/meminfo: memFree=1597548/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1550032 CPUtime=77.93
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 69567 0 1 0 7734 59 0 0 15 0 14 0 5907442 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 387508 58279 1449 10 0 384811 0
[pid=12841/tid=12843] ppid=12839 vsize=1550032 CPUtime=0.42
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4132 0 1 0 40 2 0 0 15 0 14 0 5907443 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1550032 CPUtime=0.66
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 5825 0 0 0 63 3 0 0 15 0 14 0 5907445 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1550032 CPUtime=0.65
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 5813 0 0 0 62 3 0 0 15 0 14 0 5907445 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1550032 CPUtime=2.64
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 3160 0 0 0 240 24 0 0 16 0 14 0 5907446 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 5907447 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5907447 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1550032 CPUtime=3.51
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 11912 0 -1 4202560 11784 0 0 0 346 5 0 0 15 0 14 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1550032 CPUtime=2.36
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4614 0 0 0 235 1 0 0 15 0 14 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 14 0 5907451 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 5907488 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 5907489 1587232768 58279 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 77.93
Current children cumulated vsize (KiB) 1550032

[startup+44.702 s]
/proc/loadavg: 2.05 1.72 1.32 1/120 12869
/proc/meminfo: memFree=1597548/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1550032 CPUtime=78.21
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 69568 0 1 0 7762 59 0 0 15 0 14 0 5907442 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 387508 58280 1449 10 0 384811 0
[pid=12841/tid=12843] ppid=12839 vsize=1550032 CPUtime=0.68
/proc/12841/task/12843/stat : 12843 (java) R 12839 12841 11912 0 -1 4202560 4133 0 1 0 66 2 0 0 16 0 14 0 5907443 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4109305590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1550032 CPUtime=0.66
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 5825 0 0 0 63 3 0 0 15 0 14 0 5907445 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1550032 CPUtime=0.65
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 5813 0 0 0 62 3 0 0 15 0 14 0 5907445 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1550032 CPUtime=2.64
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 3160 0 0 0 240 24 0 0 16 0 14 0 5907446 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 14 0 5907447 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5907447 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12849] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12849/stat : 12849 (java) S 12839 12841 11912 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 5907451 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1550032 CPUtime=3.53
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 11912 0 -1 4202560 11784 0 0 0 348 5 0 0 15 0 14 0 5907451 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1550032 CPUtime=2.36
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4614 0 0 0 235 1 0 0 15 0 14 0 5907451 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5907451 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12853] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12853/stat : 12853 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 14 0 5907451 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 5907488 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 5907489 1587232768 58280 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 78.21
Current children cumulated vsize (KiB) 1550032

[startup+44.902 s]
/proc/loadavg: 2.05 1.72 1.32 1/120 12869
/proc/meminfo: memFree=1597548/2059040 swapFree=4164948/4192956
[pid=12841] ppid=12839 vsize=1550032 CPUtime=78.4
/proc/12841/stat : 12841 (java) S 12839 12841 11912 0 -1 4202496 69577 0 1 0 7781 59 0 0 15 0 12 0 5907442 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12841/statm: 387508 58287 1449 10 0 384811 0
[pid=12841/tid=12843] ppid=12839 vsize=1550032 CPUtime=0.86
/proc/12841/task/12843/stat : 12843 (java) S 12839 12841 11912 0 -1 4202560 4137 0 1 0 84 2 0 0 17 0 12 0 5907443 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12844] ppid=12839 vsize=1550032 CPUtime=0.66
/proc/12841/task/12844/stat : 12844 (java) S 12839 12841 11912 0 -1 4202560 5825 0 0 0 63 3 0 0 15 0 12 0 5907445 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12845] ppid=12839 vsize=1550032 CPUtime=0.65
/proc/12841/task/12845/stat : 12845 (java) S 12839 12841 11912 0 -1 4202560 5813 0 0 0 62 3 0 0 15 0 12 0 5907445 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12846] ppid=12839 vsize=1550032 CPUtime=2.64
/proc/12841/task/12846/stat : 12846 (java) S 12839 12841 11912 0 -1 4202560 3160 0 0 0 240 24 0 0 15 0 12 0 5907446 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 0 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12847] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12847/stat : 12847 (java) S 12839 12841 11912 0 -1 4202560 13 0 0 0 0 0 0 0 18 0 12 0 5907447 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12848] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12848/stat : 12848 (java) S 12839 12841 11912 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 5907447 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12850] ppid=12839 vsize=1550032 CPUtime=3.54
/proc/12841/task/12850/stat : 12850 (java) S 12839 12841 11912 0 -1 4202560 11785 0 0 0 349 5 0 0 15 0 12 0 5907451 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12851] ppid=12839 vsize=1550032 CPUtime=2.36
/proc/12841/task/12851/stat : 12851 (java) S 12839 12841 11912 0 -1 4202560 4614 0 0 0 235 1 0 0 15 0 12 0 5907451 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12852] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12852/stat : 12852 (java) S 12839 12841 11912 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 5907451 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 0 0 0 0
[pid=12841/tid=12856] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12856/stat : 12856 (java) S 12839 12841 11912 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 5907488 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
[pid=12841/tid=12857] ppid=12839 vsize=1550032 CPUtime=0
/proc/12841/task/12857/stat : 12857 (java) S 12839 12841 11912 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 5907489 1587232768 58287 1992294400 134512640 134550932 4291541120 18446744073709551615 4294960144 0 4 0 16800975 18446604437821665664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 78.4
Current children cumulated vsize (KiB) 1550032

Child status: 30
Real time (s): 44.9282
CPU time (s): 78.4371
CPU user time (s): 77.8132
CPU system time (s): 0.623905
CPU usage (%): 174.583
Max. virtual memory (cumulated for all children) (KiB): 1555152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.8132
system time used= 0.623905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69577
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= 2271
involuntary context switches= 2677

runsolver used 0.186971 second user time and 0.497924 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 01:56:05
IDJOB=2661639
IDBENCH=47894
IDSOLVER=1166
FILE ID=node052/2661639-1276646164
PBS_JOBID= 11172443
Free space on /tmp= 62504 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=89-P1=13-P2=37-P3=97-P4=101-P5=107-P6=37-P7=19-P8=47-P9=127-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661639-1276646164/watcher-2661639-1276646164 -o /tmp/evaluation-result-2661639-1276646164/solver-2661639-1276646164 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661639-1276646164.opb

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

MD5SUM BENCH= b3aade8de77ac68c9aa967132edd1f5e
RANDOM SEED=1438385648

node052.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.262
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.52
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.262
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826696 kB
Buffers:         24928 kB
Cached:         108056 kB
SwapCached:       3620 kB
Active:          95000 kB
Inactive:        72828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826696 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             604 kB
Writeback:           0 kB
AnonPages:       31180 kB
Mapped:          14984 kB
Slab:            42796 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179564 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= 62504 MiB
End job on node052 at 2010-06-16 01:56:50