Trace number 2658426

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 Resolution 2.2.0 2010-05-26OPT3 146.06 144.237

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
MD5SUM83b6f70c71dbcf261c00790940be437e
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 benchmark6.31304
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658426-1276649523.opb
0.24/0.20	c reading problem ... 
0.41/0.39	c ... done. Wall clock time 0.188s.
0.41/0.39	c #vars     616
0.41/0.39	c #constraints  918
0.41/0.39	c constraints type 
0.41/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.41/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
2.77/1.89	c cleaning 2500 clauses out of 5001 with flag 5001/5001
3.85/2.81	c cleaning 4245 clauses out of 8501 with flag 11001/11001
5.05/4.05	c cleaning 5628 clauses out of 11255 with flag 18000/18000
6.91/5.84	c cleaning 6808 clauses out of 13627 with flag 26000/26000
8.81/7.74	c cleaning 7907 clauses out of 15821 with flag 35002/35002
11.14/10.01	c cleaning 8950 clauses out of 17912 with flag 45000/45000
13.59/12.37	c cleaning 9476 clauses out of 18965 with flag 55004/55004
16.06/14.53	c cleaning 9740 clauses out of 19486 with flag 65001/65001
18.66/17.19	c cleaning 9872 clauses out of 19746 with flag 75001/75001
21.37/19.88	c cleaning 9936 clauses out of 19874 with flag 85001/85001
24.27/22.76	c cleaning 9967 clauses out of 19937 with flag 95000/95000
26.18/24.64	c cleaning 9981 clauses out of 19970 with flag 105000/105000
28.82/27.29	c cleaning 9994 clauses out of 19988 with flag 115000/115000
30.84/29.22	c cleaning 9994 clauses out of 19994 with flag 125001/125001
33.55/31.95	c cleaning 9994 clauses out of 20000 with flag 135001/135001
35.65/34.07	c cleaning 9995 clauses out of 20006 with flag 145001/145001
38.16/36.55	c cleaning 10000 clauses out of 20010 with flag 155000/155000
40.56/38.93	c cleaning 10003 clauses out of 20010 with flag 165000/165000
42.66/41.06	c cleaning 10004 clauses out of 20008 with flag 175001/175001
45.06/43.41	c cleaning 9998 clauses out of 20002 with flag 185000/185000
46.87/45.22	c cleaning 9985 clauses out of 20003 with flag 195000/195000
48.77/47.13	c cleaning 9994 clauses out of 20020 with flag 205002/205002
50.57/48.93	c cleaning 10001 clauses out of 20025 with flag 215001/215001
52.18/50.51	c cleaning 10000 clauses out of 20024 with flag 225001/225001
54.08/52.43	c cleaning 10011 clauses out of 20023 with flag 235000/235000
56.69/55.07	c cleaning 10004 clauses out of 20013 with flag 245001/245001
59.19/57.58	c cleaning 9990 clauses out of 20008 with flag 255000/255000
59.30/57.67	c SATISFIABLE
59.30/57.67	c OPTIMIZING...
59.30/57.67	c Got one! Elapsed wall clock time (in seconds):57.465
59.30/57.67	o 131
61.20/59.55	c cleaning 9990 clauses out of 20018 with flag 265000/265000
63.60/61.90	c cleaning 10011 clauses out of 20028 with flag 275000/275000
65.90/64.21	c cleaning 10005 clauses out of 20019 with flag 285002/285002
68.41/66.74	c cleaning 9998 clauses out of 20013 with flag 295001/295001
70.61/68.95	c cleaning 10006 clauses out of 20014 with flag 305000/305000
73.42/71.71	c cleaning 10000 clauses out of 20009 with flag 315001/315001
75.32/73.60	c cleaning 10000 clauses out of 20008 with flag 325001/325001
76.92/75.22	c cleaning 10001 clauses out of 20008 with flag 335001/335001
78.74/77.10	c cleaning 10002 clauses out of 20007 with flag 345001/345001
80.74/79.08	c cleaning 9999 clauses out of 20005 with flag 355001/355001
82.54/80.82	c cleaning 9997 clauses out of 20006 with flag 365001/365001
83.05/81.39	c Got one! Elapsed wall clock time (in seconds):81.19
83.05/81.39	o 95
83.85/82.18	c cleaning 9991 clauses out of 20010 with flag 375002/375002
85.56/83.87	c cleaning 9996 clauses out of 20019 with flag 385002/385002
87.25/85.59	c cleaning 9993 clauses out of 20021 with flag 395000/395000
88.86/87.15	c cleaning 10003 clauses out of 20028 with flag 405000/405000
89.26/87.57	c Got one! Elapsed wall clock time (in seconds):87.372
89.26/87.57	o 33
90.36/88.64	c cleaning 9997 clauses out of 20025 with flag 415000/415000
92.07/90.32	c cleaning 9996 clauses out of 20028 with flag 425000/425000
93.66/91.92	c cleaning 9998 clauses out of 20032 with flag 435000/435000
95.37/93.66	c cleaning 9998 clauses out of 20035 with flag 445001/445001
96.77/95.01	c Got one! Elapsed wall clock time (in seconds):94.809
96.77/95.01	o 3
96.87/95.18	c cleaning 10006 clauses out of 20037 with flag 455001/455001
98.58/96.85	c cleaning 10012 clauses out of 20030 with flag 465000/465000
100.38/98.64	c cleaning 10004 clauses out of 20018 with flag 475000/475000
102.69/100.98	c cleaning 10004 clauses out of 20013 with flag 485000/485000
104.89/103.17	c cleaning 10001 clauses out of 20009 with flag 495000/495000
107.09/105.31	c cleaning 9998 clauses out of 20008 with flag 505000/505000
109.30/107.53	c cleaning 10002 clauses out of 20013 with flag 515003/515003
111.30/109.54	c cleaning 9999 clauses out of 20008 with flag 525000/525000
113.50/111.71	c cleaning 10001 clauses out of 20010 with flag 535001/535001
115.31/113.57	c cleaning 10002 clauses out of 20009 with flag 545001/545001
116.99/115.21	c cleaning 10001 clauses out of 20007 with flag 555001/555001
118.79/117.08	c cleaning 9997 clauses out of 20005 with flag 565000/565000
121.00/119.21	c cleaning 9998 clauses out of 20008 with flag 575000/575000
123.21/121.40	c cleaning 10006 clauses out of 20011 with flag 585001/585001
125.22/123.43	c cleaning 9994 clauses out of 20003 with flag 595000/595000
127.51/125.74	c cleaning 9998 clauses out of 20010 with flag 605001/605001
129.62/127.81	c cleaning 10004 clauses out of 20012 with flag 615001/615001
131.82/130.01	c cleaning 9999 clauses out of 20007 with flag 625000/625000
133.71/131.99	c cleaning 10002 clauses out of 20008 with flag 635000/635000
136.02/134.23	c cleaning 9999 clauses out of 20007 with flag 645001/645001
138.71/136.97	c cleaning 10002 clauses out of 20009 with flag 655002/655002
141.31/139.54	c cleaning 10002 clauses out of 20005 with flag 665000/665000
143.52/141.76	c cleaning 10002 clauses out of 20003 with flag 675000/675000
145.82/144.01	c cleaning 9997 clauses out of 19999 with flag 685000/685000
145.92/144.17	c starts		: 169
145.92/144.17	c conflicts		: 685636
145.92/144.18	c decisions		: 706273
145.92/144.18	c propagations		: 13576607
145.92/144.18	c inspects		: 423030766
145.92/144.18	c learnt literals	: 18
145.92/144.18	c learnt binary clauses	: 98
145.92/144.18	c learnt ternary clauses	: 347
145.92/144.18	c learnt clauses	: 685617
145.92/144.18	c ignored clauses	: 0
145.92/144.18	c root simplifications	: 0
145.92/144.18	c removed literals (reason simplification)	: 23387118
145.92/144.18	c reason swapping (by a shorter reason)	: 0
145.92/144.18	c Calls to reduceDB	: 70
145.92/144.18	c number of reductions to clauses (during analyze)	: 0
145.92/144.18	c number of learned constraints concerned by reduction	: 0
145.92/144.18	c number of learning phase by resolution	: 0
145.92/144.18	c number of learning phase by cutting planes	: 0
145.92/144.18	c speed (assignments/second)	: 276149.35725327476
145.92/144.18	c non guided choices	4636
145.92/144.18	c learnt constraints type 
145.92/144.18	c constraints type 
145.92/144.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
145.92/144.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
145.92/144.18	s OPTIMUM FOUND
145.92/144.18	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 
145.92/144.18	c objective function=3
145.92/144.18	c Total wall clock time (in seconds): 143.976

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-2658426-1276649523/watcher-2658426-1276649523 -o /tmp/evaluation-result-2658426-1276649523/solver-2658426-1276649523 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658426-1276649523.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.50 1.15 1.05 3/106 12688
/proc/meminfo: memFree=1708352/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=248 CPUtime=0
/proc/12688/stat : 12688 (java) R 12686 12688 11756 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 6245145 253952 28 1992294400 134512640 134550932 4294229744 18446744073709551615 10547796 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12688/statm: 62 28 21 10 0 23 0

[startup+0.101821 s]
/proc/loadavg: 1.50 1.15 1.05 3/106 12688
/proc/meminfo: memFree=1708352/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1524184 CPUtime=0.08
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 3997 0 1 0 6 2 0 0 18 0 12 0 6245145 1560764416 3436 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 381046 3437 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.20493 s]
/proc/loadavg: 1.50 1.15 1.05 3/106 12688
/proc/meminfo: memFree=1708352/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1526688 CPUtime=0.24
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 5195 0 1 0 21 3 0 0 18 0 12 0 6245145 1563328512 4631 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 381672 4632 1346 10 0 378974 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526688

[startup+0.32173 s]
/proc/loadavg: 1.50 1.15 1.05 3/106 12688
/proc/meminfo: memFree=1708352/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1527712 CPUtime=0.41
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 5547 0 1 0 38 3 0 0 18 0 12 0 6245145 1564377088 4963 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 381928 4963 1365 10 0 379230 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1527712

[startup+0.750816 s]
/proc/loadavg: 1.50 1.15 1.05 3/106 12688
/proc/meminfo: memFree=1708352/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1531108 CPUtime=1.25
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 7053 0 1 0 121 4 0 0 18 0 13 0 6245145 1567854592 6242 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 382777 6242 1418 10 0 380079 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 1531108

[startup+1.50181 s]
/proc/loadavg: 1.50 1.15 1.05 2/119 12701
/proc/meminfo: memFree=1680784/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1531296 CPUtime=2.4
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 11650 0 1 0 234 6 0 0 18 0 13 0 6245145 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 382824 10838 1421 10 0 380126 0
[pid=12688/tid=12690] ppid=12686 vsize=1531296 CPUtime=1.47
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 8781 0 1 0 142 5 0 0 20 0 13 0 6245147 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4109464560 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 6245148 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 6245148 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6245150 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6245150 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 6245150 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1531296 CPUtime=0.77
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1398 0 0 0 77 0 0 0 15 0 13 0 6245154 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1531296 CPUtime=0.14
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 403 0 0 0 14 0 0 0 23 0 13 0 6245154 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6245154 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1568047104 10838 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1531296

[startup+3.10124 s]
/proc/loadavg: 1.50 1.15 1.05 2/119 12701
/proc/meminfo: memFree=1660076/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1531296 CPUtime=4.15
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 14813 0 1 0 408 7 0 0 18 0 13 0 6245145 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 382824 13992 1440 10 0 380126 0
[pid=12688/tid=12690] ppid=12686 vsize=1531296 CPUtime=3
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 10386 0 1 0 295 5 0 0 25 0 13 0 6245147 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4109523372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 13 0 6245148 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 360 0 0 0 0 0 0 0 18 0 13 0 6245148 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1531296 CPUtime=0.04
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 667 0 0 0 4 0 0 0 16 0 13 0 6245150 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1531296 CPUtime=0.88
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1417 0 0 0 88 0 0 0 15 0 13 0 6245154 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1531296 CPUtime=0.17
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 405 0 0 0 17 0 0 0 15 0 13 0 6245154 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6245154 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1531296 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1568047104 13992 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 1531296

[startup+6.30159 s]
/proc/loadavg: 1.46 1.14 1.05 2/119 12701
/proc/meminfo: memFree=1647304/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1531908 CPUtime=7.41
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 17893 0 1 0 733 8 0 0 18 0 13 0 6245145 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 382977 17051 1440 10 0 380279 0
[pid=12688/tid=12690] ppid=12686 vsize=1531908 CPUtime=6.12
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 12834 0 1 0 606 6 0 0 25 0 13 0 6245147 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4109489975 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1531908 CPUtime=0.02
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 610 0 0 0 2 0 0 0 15 0 13 0 6245148 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1531908 CPUtime=0.01
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 413 0 0 0 1 0 0 0 18 0 13 0 6245148 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1531908 CPUtime=0.1
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 1008 0 0 0 10 0 0 0 16 0 13 0 6245150 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1531908 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1531908 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1531908 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1531908 CPUtime=0.88
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1417 0 0 0 88 0 0 0 15 0 13 0 6245154 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1531908 CPUtime=0.23
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 543 0 0 0 23 0 0 0 15 0 13 0 6245154 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1531908 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1531908 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6245154 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1531908 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1568673792 17051 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1531908

[startup+12.7023 s]
/proc/loadavg: 1.43 1.14 1.05 4/119 12701
/proc/meminfo: memFree=1619536/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1539880 CPUtime=14.24
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 27364 0 1 0 1411 13 0 0 18 0 13 0 6245145 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 384970 25414 1440 10 0 382272 0
[pid=12688/tid=12690] ppid=12686 vsize=1539880 CPUtime=12.38
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 18689 0 1 0 1229 9 0 0 25 0 13 0 6245147 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4109533843 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1539880 CPUtime=0.04
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 643 0 0 0 4 0 0 0 15 0 13 0 6245148 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1539880 CPUtime=0.02
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 429 0 0 0 2 0 0 0 18 0 13 0 6245148 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1539880 CPUtime=0.19
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 1472 0 0 0 19 0 0 0 16 0 13 0 6245150 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1539880 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1539880 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1539880 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1539880 CPUtime=0.92
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1439 0 0 0 92 0 0 0 15 0 13 0 6245154 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1539880 CPUtime=0.63
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 3624 0 0 0 62 1 0 0 16 0 13 0 6245154 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1539880 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1539880 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6245154 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1539880 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1576837120 25414 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 1539880

[startup+25.5087 s]
/proc/loadavg: 1.33 1.13 1.04 2/119 12703
/proc/meminfo: memFree=1588288/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1533380 CPUtime=27.08
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 34655 0 1 0 2692 16 0 0 18 0 13 0 6245145 1570181120 31140 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 383345 31140 1440 10 0 380647 0
[pid=12688/tid=12690] ppid=12686 vsize=1533380 CPUtime=24.97
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 25759 0 1 0 2485 12 0 0 19 0 13 0 6245147 1570181120 31140 1992294400 134512640 134550932 4294229744 18446744073709551615 4109509003 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1533380 CPUtime=0.07
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 644 0 0 0 7 0 0 0 15 0 13 0 6245148 1570181120 31140 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1533380 CPUtime=0.04
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 432 0 0 0 4 0 0 0 18 0 13 0 6245148 1570181120 31140 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1533380 CPUtime=0.36

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

/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.72
Current children cumulated vsize (KiB) 1533380

[startup+142.501 s]
/proc/loadavg: 1.05 1.09 1.03 2/119 12705
/proc/meminfo: memFree=1569316/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1533380 CPUtime=144.32
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 39438 0 1 0 14410 22 0 0 18 0 13 0 6245145 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 383345 35846 1440 10 0 380647 0
[pid=12688/tid=12690] ppid=12686 vsize=1533380 CPUtime=139.46
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 28840 0 1 0 13932 14 0 0 25 0 13 0 6245147 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4109523374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1533380 CPUtime=0.4
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 687 0 0 0 39 1 0 0 15 0 13 0 6245148 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1533380 CPUtime=0.32
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 474 0 0 0 32 0 0 0 16 0 13 0 6245148 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1533380 CPUtime=2.44
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 3294 0 0 0 242 2 0 0 16 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1533380 CPUtime=0.92
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1439 0 0 0 92 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1533380 CPUtime=0.72
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 3629 0 0 0 71 1 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 144.32
Current children cumulated vsize (KiB) 1533380

[startup+143.303 s]
/proc/loadavg: 1.04 1.08 1.03 2/119 12705
/proc/meminfo: memFree=1569316/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1533380 CPUtime=145.12
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 39438 0 1 0 14490 22 0 0 18 0 13 0 6245145 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 383345 35846 1440 10 0 380647 0
[pid=12688/tid=12690] ppid=12686 vsize=1533380 CPUtime=140.26
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 28840 0 1 0 14012 14 0 0 25 0 13 0 6245147 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4109509003 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1533380 CPUtime=0.4
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 687 0 0 0 39 1 0 0 15 0 13 0 6245148 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1533380 CPUtime=0.32
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 474 0 0 0 32 0 0 0 16 0 13 0 6245148 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1533380 CPUtime=2.44
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 3294 0 0 0 242 2 0 0 15 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1533380 CPUtime=0.92
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1439 0 0 0 92 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1533380 CPUtime=0.72
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 3629 0 0 0 71 1 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 145.12
Current children cumulated vsize (KiB) 1533380

[startup+143.703 s]
/proc/loadavg: 1.04 1.08 1.03 2/119 12705
/proc/meminfo: memFree=1569316/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1533380 CPUtime=145.52
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 39440 0 1 0 14530 22 0 0 18 0 13 0 6245145 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 383345 35846 1440 10 0 380647 0
[pid=12688/tid=12690] ppid=12686 vsize=1533380 CPUtime=140.66
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 28840 0 1 0 14052 14 0 0 25 0 13 0 6245147 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4109509003 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1533380 CPUtime=0.4
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 687 0 0 0 39 1 0 0 15 0 13 0 6245148 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1533380 CPUtime=0.32
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 474 0 0 0 32 0 0 0 16 0 13 0 6245148 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1533380 CPUtime=2.44
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 3294 0 0 0 242 2 0 0 15 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1533380 CPUtime=0.92
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1439 0 0 0 92 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1533380 CPUtime=0.72
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 3629 0 0 0 71 1 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6245154 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1570181120 35846 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 145.52
Current children cumulated vsize (KiB) 1533380

[startup+144.103 s]
/proc/loadavg: 1.04 1.08 1.03 2/119 12705
/proc/meminfo: memFree=1569316/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1533380 CPUtime=145.92
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 39467 0 1 0 14570 22 0 0 18 0 13 0 6245145 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 383345 35870 1440 10 0 380647 0
[pid=12688/tid=12690] ppid=12686 vsize=1533380 CPUtime=141.02
/proc/12688/task/12690/stat : 12690 (java) R 12686 12688 11756 0 -1 4202560 28841 0 1 0 14088 14 0 0 25 0 13 0 6245147 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4109483984 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1533380 CPUtime=0.41
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 687 0 0 0 40 1 0 0 15 0 13 0 6245148 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1533380 CPUtime=0.32
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 474 0 0 0 32 0 0 0 16 0 13 0 6245148 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1533380 CPUtime=2.47
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 3320 0 0 0 245 2 0 0 16 0 13 0 6245150 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1533380 CPUtime=0.92
/proc/12688/task/12697/stat : 12697 (java) S 12686 12688 11756 0 -1 4202560 1439 0 0 0 92 0 0 0 15 0 13 0 6245154 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1533380 CPUtime=0.72
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 3629 0 0 0 71 1 0 0 15 0 13 0 6245154 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) S 12686 12688 11756 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6245154 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1533380 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1570181120 35870 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 145.92
Current children cumulated vsize (KiB) 1533380

[startup+144.203 s]
/proc/loadavg: 1.04 1.08 1.03 3/119 12706
/proc/meminfo: memFree=1569316/2059040 swapFree=4192956/4192956
[pid=12688] ppid=12686 vsize=1533704 CPUtime=146.04
/proc/12688/stat : 12688 (java) S 12686 12688 11756 0 -1 4202496 39479 0 1 0 14582 22 0 0 18 0 13 0 6245145 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12688/statm: 383426 35882 1441 10 0 380728 0
[pid=12688/tid=12690] ppid=12686 vsize=1533704 CPUtime=141.09
/proc/12688/task/12690/stat : 12690 (java) S 12686 12688 11756 0 -1 4202560 28847 0 1 0 14095 14 0 0 18 0 13 0 6245147 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12691] ppid=12686 vsize=1533704 CPUtime=0.41
/proc/12688/task/12691/stat : 12691 (java) S 12686 12688 11756 0 -1 4202560 687 0 0 0 40 1 0 0 15 0 13 0 6245148 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12692] ppid=12686 vsize=1533704 CPUtime=0.32
/proc/12688/task/12692/stat : 12692 (java) S 12686 12688 11756 0 -1 4202560 474 0 0 0 32 0 0 0 16 0 13 0 6245148 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12693] ppid=12686 vsize=1533704 CPUtime=2.47
/proc/12688/task/12693/stat : 12693 (java) S 12686 12688 11756 0 -1 4202560 3320 0 0 0 245 2 0 0 16 0 13 0 6245150 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 0 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
[pid=12688/tid=12694] ppid=12686 vsize=1533704 CPUtime=0
/proc/12688/task/12694/stat : 12694 (java) S 12686 12688 11756 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6245150 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12695] ppid=12686 vsize=1533704 CPUtime=0
/proc/12688/task/12695/stat : 12695 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6245150 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12696] ppid=12686 vsize=1533704 CPUtime=0
/proc/12688/task/12696/stat : 12696 (java) S 12686 12688 11756 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6245154 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12697] ppid=12686 vsize=1533704 CPUtime=0.95
/proc/12688/task/12697/stat : 12697 (java) R 12686 12688 11756 0 -1 4202560 1439 0 0 0 95 0 0 0 15 0 13 0 6245154 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 106251262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12688/tid=12698] ppid=12686 vsize=1533704 CPUtime=0.72
/proc/12688/task/12698/stat : 12698 (java) S 12686 12688 11756 0 -1 4202560 3629 0 0 0 71 1 0 0 15 0 13 0 6245154 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12699] ppid=12686 vsize=1533704 CPUtime=0
/proc/12688/task/12699/stat : 12699 (java) S 12686 12688 11756 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6245154 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 0 0 0 0
[pid=12688/tid=12700] ppid=12686 vsize=1533704 CPUtime=0
/proc/12688/task/12700/stat : 12700 (java) R 12686 12688 11756 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6245154 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12688/tid=12701] ppid=12686 vsize=1533704 CPUtime=0
/proc/12688/task/12701/stat : 12701 (java) S 12686 12688 11756 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 13 0 6245186 1570512896 35882 1992294400 134512640 134550932 4294229744 18446744073709551615 4294960144 0 4 0 16800975 18446604437783365440 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 146.04
Current children cumulated vsize (KiB) 1533704

Child status: 30
Real time (s): 144.237
CPU time (s): 146.06
CPU user time (s): 145.824
CPU system time (s): 0.235964
CPU usage (%): 101.264
Max. virtual memory (cumulated for all children) (KiB): 1540796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.824
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39483
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= 3883
involuntary context switches= 1706

runsolver used 0.308953 second user time and 0.778881 second system time

The end

Launcher Data

Begin job on node037 at 2010-06-16 02:52:03
IDJOB=2658426
IDBENCH=48040
IDSOLVER=1164
FILE ID=node037/2658426-1276649523
PBS_JOBID= 11172438
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=29-P2=199-P3=251-P4=227-P5=257-P6=149-P7=53-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658426-1276649523/watcher-2658426-1276649523 -o /tmp/evaluation-result-2658426-1276649523/solver-2658426-1276649523 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658426-1276649523.opb

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

MD5SUM BENCH= 83b6f70c71dbcf261c00790940be437e
RANDOM SEED=2127783329

node037.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.248
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.49
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.248
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.55
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1708748 kB
Buffers:         67572 kB
Cached:         145776 kB
SwapCached:          0 kB
Active:         122876 kB
Inactive:       149900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708748 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:       59432 kB
Mapped:          15452 kB
Slab:            55748 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182424 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= 62584 MiB
End job on node037 at 2010-06-16 02:54:28