Trace number 2661722

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 64.2962 35.0946

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
MD5SUM44a2a8c9706392fba8f7dee35869ba61
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 benchmark13.7469
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 constraints17
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 constraints17
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)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661722-1276648026.opb
0.24/0.21	c reading problem ... 
0.37/0.41	c ... done. Wall clock time 0.198s.
0.37/0.41	c #vars     560
0.37/0.41	c #constraints  809
0.37/0.41	c constraints type 
0.37/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
0.37/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
0.37/0.41	c constraints type 
0.37/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.37/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
10.50/5.46	c cleaning 2501 clauses out of 5002 with flag 5002/5002
12.21/6.36	c cleaning 4250 clauses out of 8500 with flag 11001/11001
14.95/7.80	c cleaning 5621 clauses out of 11250 with flag 18001/18001
15.67/8.11	c And the winner is Resolution
15.69/8.56	c SATISFIABLE
15.69/8.56	c OPTIMIZING...
15.69/8.56	c Got one! Elapsed wall clock time (in seconds):8.347
15.69/8.56	o 97
17.76/9.62	c cleaning 6814 clauses out of 13627 with flag 26000/26000
21.64/11.67	c cleaning 7905 clauses out of 15813 with flag 35000/35000
25.93/13.87	c cleaning 8944 clauses out of 17908 with flag 45000/45000
29.43/15.60	c cleaning 9481 clauses out of 18964 with flag 55000/55000
32.53/17.29	c cleaning 9728 clauses out of 19482 with flag 65000/65000
32.84/17.43	c And the winner is Resolution
32.95/17.58	c Got one! Elapsed wall clock time (in seconds):17.371
32.95/17.58	o 9
35.76/19.05	c cleaning 9873 clauses out of 19754 with flag 75000/75000
39.82/21.13	c cleaning 9939 clauses out of 19883 with flag 85002/85002
42.71/22.67	c And the winner is Resolution
42.91/23.60	c Got one! Elapsed wall clock time (in seconds):23.39
42.91/23.60	o 3
43.30/23.85	c cleaning 9953 clauses out of 19941 with flag 95000/95000
45.99/25.24	c cleaning 9985 clauses out of 19988 with flag 105001/105001
48.84/26.70	c cleaning 0 clauses out of 5002 with flag 0/5002
50.54/27.65	c cleaning 9994 clauses out of 20003 with flag 115001/115001
53.82/29.37	c cleaning 10001 clauses out of 20008 with flag 125000/125000
57.28/31.19	c cleaning 9999 clauses out of 20005 with flag 135000/135000
61.13/33.15	c cleaning 10000 clauses out of 20006 with flag 145001/145001
63.59/34.49	c And the winner is Resolution
64.23/35.03	c starts		: 106
64.23/35.03	c conflicts		: 152651
64.23/35.03	c decisions		: 162906
64.23/35.03	c propagations		: 2625457
64.23/35.03	c inspects		: 83458186
64.23/35.03	c learnt literals	: 16
64.23/35.03	c learnt binary clauses	: 63
64.23/35.03	c learnt ternary clauses	: 175
64.23/35.03	c learnt clauses	: 152634
64.23/35.03	c ignored clauses	: 0
64.23/35.03	c root simplifications	: 0
64.23/35.03	c removed literals (reason simplification)	: 3605850
64.23/35.03	c reason swapping (by a shorter reason)	: 0
64.23/35.03	c Calls to reduceDB	: 16
64.23/35.03	c number of reductions to clauses (during analyze)	: 0
64.23/35.03	c number of learned constraints concerned by reduction	: 0
64.23/35.03	c number of learning phase by resolution	: 0
64.23/35.03	c number of learning phase by cutting planes	: 0
64.23/35.03	c speed (assignments/second)	: 229678.6807803342
64.23/35.03	c non guided choices	2238
64.23/35.03	c learnt constraints type 
64.23/35.03	c constraints type 
64.23/35.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
64.23/35.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
64.23/35.03	c constraints type 
64.23/35.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
64.23/35.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
64.23/35.03	s OPTIMUM FOUND
64.23/35.03	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 
64.23/35.03	c objective function=3
64.23/35.03	c Total wall clock time (in seconds): 34.824

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-2661722-1276648026/watcher-2661722-1276648026 -o /tmp/evaluation-result-2661722-1276648026/solver-2661722-1276648026 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661722-1276648026.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.76 1.69 1.33 3/106 8318
/proc/meminfo: memFree=1836628/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=392 CPUtime=0
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4194304 294 0 0 0 0 0 0 0 19 0 1 0 40406102 401408 40 1992294400 134512640 134550932 4292661072 18446744073709551615 2474580 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/8318/statm: 98 40 32 10 0 25 0

[startup+0.0341901 s]
/proc/loadavg: 1.76 1.69 1.33 3/106 8318
/proc/meminfo: memFree=1836628/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1520328 CPUtime=0.01
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 3309 0 1 0 0 1 0 0 18 0 4 0 40406102 1556815872 2752 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 380082 2752 945 10 0 377392 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520328

[startup+0.10117 s]
/proc/loadavg: 1.76 1.69 1.33 3/106 8318
/proc/meminfo: memFree=1836628/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1524180 CPUtime=0.09
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 3999 0 1 0 6 3 0 0 18 0 12 0 40406102 1560760320 3438 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 381045 3438 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300021 s]
/proc/loadavg: 1.76 1.69 1.33 3/106 8318
/proc/meminfo: memFree=1836628/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1526132 CPUtime=0.37
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 5375 0 1 0 33 4 0 0 18 0 12 0 40406102 1562759168 4812 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 381533 4812 1357 10 0 378836 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526132

[startup+0.701286 s]
/proc/loadavg: 1.76 1.69 1.33 3/106 8318
/proc/meminfo: memFree=1836628/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1535612 CPUtime=1.16
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 8943 0 1 0 110 6 0 0 18 0 16 0 40406102 1572466688 7483 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 383903 7483 1399 10 0 381206 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1535612

[startup+1.50243 s]
/proc/loadavg: 1.76 1.69 1.33 5/122 8334
/proc/meminfo: memFree=1804820/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1544672 CPUtime=2.74
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 14104 0 1 0 242 32 0 0 18 0 16 0 40406102 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386168 11293 1405 10 0 383471 0
[pid=8318/tid=8320] ppid=8316 vsize=1544672 CPUtime=0.38
/proc/8318/task/8320/stat : 8320 (java) R 8316 8318 6618 0 -1 4202560 4090 0 1 0 35 3 0 0 18 0 16 0 40406104 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 40406105 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 40406105 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1544672 CPUtime=0.42
/proc/8318/task/8323/stat : 8323 (java) R 8316 8318 6618 0 -1 4202560 1 0 0 0 18 24 0 0 18 0 16 0 40406107 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 40406107 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 40406107 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1544672 CPUtime=0.08
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 166 0 0 0 8 0 0 0 25 0 16 0 40406111 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1544672 CPUtime=1.19
/proc/8318/task/8328/stat : 8328 (java) R 8316 8318 6618 0 -1 4202560 6716 0 0 0 117 2 0 0 17 0 16 0 40406111 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 104138349 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40406111 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8331] ppid=8316 vsize=1544672 CPUtime=0.02
/proc/8318/task/8331/stat : 8331 (java) R 8316 8318 6618 0 -1 4202560 68 0 0 0 2 0 0 0 21 0 16 0 40406143 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4109296465 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8332] ppid=8316 vsize=1544672 CPUtime=0.6
/proc/8318/task/8332/stat : 8332 (java) S 8316 8318 6618 0 -1 4202560 1989 0 0 0 59 1 0 0 18 0 16 0 40406143 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40406144 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1544672 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40406146 1581744128 11293 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1544672

[startup+3.10273 s]
/proc/loadavg: 1.76 1.69 1.33 6/122 8334
/proc/meminfo: memFree=1761172/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1546876 CPUtime=5.93
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 43579 0 1 0 542 51 0 0 18 0 16 0 40406102 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386719 38399 1436 10 0 384022 0
[pid=8318/tid=8320] ppid=8316 vsize=1546876 CPUtime=0.38
/proc/8318/task/8320/stat : 8320 (java) S 8316 8318 6618 0 -1 4202560 4090 0 1 0 35 3 0 0 15 0 16 0 40406104 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 238 0 0 0 0 0 0 0 18 0 16 0 40406105 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 220 0 0 0 0 0 0 0 18 0 16 0 40406105 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1546876 CPUtime=0.47
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 8 0 0 0 20 27 0 0 17 0 16 0 40406107 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40406107 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40406107 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1546876 CPUtime=0.11
/proc/8318/task/8327/stat : 8327 (java) R 8316 8318 6618 0 -1 4202560 176 0 0 0 11 0 0 0 19 0 16 0 40406111 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 103108545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1546876 CPUtime=2.63
/proc/8318/task/8328/stat : 8328 (java) R 8316 8318 6618 0 -1 4202560 9740 0 0 0 259 4 0 0 19 0 16 0 40406111 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 104164090 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40406111 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8331] ppid=8316 vsize=1546876 CPUtime=0.12
/proc/8318/task/8331/stat : 8331 (java) R 8316 8318 6618 0 -1 4202560 207 0 0 0 12 0 0 0 20 0 16 0 40406143 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8332] ppid=8316 vsize=1546876 CPUtime=2.14
/proc/8318/task/8332/stat : 8332 (java) R 8316 8318 6618 0 -1 4202560 27828 0 0 0 200 14 0 0 17 0 16 0 40406143 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4109693834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40406144 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1546876 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40406146 1584001024 38399 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 1546876

[startup+6.30232 s]
/proc/loadavg: 2.02 1.74 1.35 2/122 8334
/proc/meminfo: memFree=1672636/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1545932 CPUtime=12.21
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 54033 0 1 0 1166 55 0 0 18 0 16 0 40406102 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386483 46911 1448 10 0 383786 0
[pid=8318/tid=8320] ppid=8316 vsize=1545932 CPUtime=0.38
/proc/8318/task/8320/stat : 8320 (java) S 8316 8318 6618 0 -1 4202560 4090 0 1 0 35 3 0 0 15 0 16 0 40406104 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1545932 CPUtime=0.07
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 2259 0 0 0 7 0 0 0 16 0 16 0 40406105 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1545932 CPUtime=0.07
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 1994 0 0 0 7 0 0 0 16 0 16 0 40406105 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1545932 CPUtime=0.53
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 1449 0 0 0 25 28 0 0 15 0 16 0 40406107 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.57
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1927 0 0 0 57 0 0 0 15 0 16 0 40406111 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=3.53
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9802 0 0 0 349 4 0 0 15 0 16 0 40406111 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40406111 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8331] ppid=8316 vsize=1545932 CPUtime=1.95
/proc/8318/task/8331/stat : 8331 (java) R 8316 8318 6618 0 -1 4202560 729 0 0 0 195 0 0 0 17 0 16 0 40406143 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4110227623 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8318/tid=8332] ppid=8316 vsize=1545932 CPUtime=5.02
/proc/8318/task/8332/stat : 8332 (java) R 8316 8318 6618 0 -1 4202560 30711 0 0 0 487 15 0 0 20 0 16 0 40406143 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4109693595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40406144 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40406146 1583034368 46911 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 1545932

[startup+12.7025 s]
/proc/loadavg: 2.02 1.75 1.36 3/122 8336
/proc/meminfo: memFree=1643620/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1545932 CPUtime=23.76
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 56629 0 1 0 2320 56 0 0 18 0 16 0 40406102 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386483 49285 1449 10 0 383786 0
[pid=8318/tid=8320] ppid=8316 vsize=1545932 CPUtime=0.38
/proc/8318/task/8320/stat : 8320 (java) S 8316 8318 6618 0 -1 4202560 4090 0 1 0 35 3 0 0 15 0 16 0 40406104 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1545932 CPUtime=0.17
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 3111 0 0 0 16 1 0 0 16 0 16 0 40406105 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1545932 CPUtime=0.17
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 3048 0 0 0 16 1 0 0 15 0 16 0 40406105 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1545932 CPUtime=0.77
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 2030 0 0 0 49 28 0 0 15 0 16 0 40406107 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.74
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1935 0 0 0 74 0 0 0 16 0 16 0 40406111 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=3.96
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9833 0 0 0 392 4 0 0 15 0 16 0 40406111 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40406111 1583034368 49285 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0

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

[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.77
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1935 0 0 0 77 0 0 0 16 0 16 0 40406111 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=4.62
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9884 0 0 0 458 4 0 0 15 0 16 0 40406111 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 40406111 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40406144 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40406146 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8339] ppid=8316 vsize=1545932 CPUtime=7.03
/proc/8318/task/8339/stat : 8339 (java) R 8316 8318 6618 0 -1 4202560 8 0 0 0 703 0 0 0 17 0 16 0 40408463 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4110272579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8340] ppid=8316 vsize=1545932 CPUtime=7.2
/proc/8318/task/8340/stat : 8340 (java) R 8316 8318 6618 0 -1 4202560 5 0 0 0 720 0 0 0 17 0 16 0 40408463 1583034368 54698 1992294400 134512640 134550932 4292661072 18446744073709551615 4109693595 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.94
Current children cumulated vsize (KiB) 1545932

[startup+33.6016 s]
/proc/loadavg: 2.44 1.86 1.40 3/122 8340
/proc/meminfo: memFree=1622168/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1545932 CPUtime=62
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 62481 0 1 0 6128 72 0 0 18 0 16 0 40406102 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386483 54699 1449 10 0 383786 0
[pid=8318/tid=8320] ppid=8316 vsize=1545932 CPUtime=0.38
/proc/8318/task/8320/stat : 8320 (java) S 8316 8318 6618 0 -1 4202560 4090 0 1 0 35 3 0 0 15 0 16 0 40406104 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1545932 CPUtime=0.5
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 5837 0 0 0 48 2 0 0 15 0 16 0 40406105 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1545932 CPUtime=0.51
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 5526 0 0 0 49 2 0 0 16 0 16 0 40406105 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1545932 CPUtime=2.16
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 2504 0 0 0 176 40 0 0 16 0 16 0 40406107 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.77
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1935 0 0 0 77 0 0 0 16 0 16 0 40406111 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=4.62
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9884 0 0 0 458 4 0 0 15 0 16 0 40406111 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 40406111 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40406144 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40406146 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8339] ppid=8316 vsize=1545932 CPUtime=8.49
/proc/8318/task/8339/stat : 8339 (java) R 8316 8318 6618 0 -1 4202560 8 0 0 0 849 0 0 0 18 0 16 0 40408463 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4110216529 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8340] ppid=8316 vsize=1545932 CPUtime=8.65
/proc/8318/task/8340/stat : 8340 (java) R 8316 8318 6618 0 -1 4202560 7 0 0 0 865 0 0 0 18 0 16 0 40408463 1583034368 54699 1992294400 134512640 134550932 4292661072 18446744073709551615 4109694296 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 62
Current children cumulated vsize (KiB) 1545932

[startup+34.4016 s]
/proc/loadavg: 2.40 1.86 1.41 3/122 8340
/proc/meminfo: memFree=1622044/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1545932 CPUtime=63.59
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 62487 0 1 0 6287 72 0 0 18 0 16 0 40406102 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386483 54702 1449 10 0 383786 0
[pid=8318/tid=8320] ppid=8316 vsize=1545932 CPUtime=0.38
/proc/8318/task/8320/stat : 8320 (java) S 8316 8318 6618 0 -1 4202560 4090 0 1 0 35 3 0 0 15 0 16 0 40406104 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1545932 CPUtime=0.51
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 5840 0 0 0 49 2 0 0 15 0 16 0 40406105 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1545932 CPUtime=0.52
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 5526 0 0 0 50 2 0 0 16 0 16 0 40406105 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1545932 CPUtime=2.16
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 2506 0 0 0 176 40 0 0 15 0 16 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.77
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1935 0 0 0 77 0 0 0 16 0 16 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=4.62
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9884 0 0 0 458 4 0 0 15 0 16 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 16 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 40406144 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 40406146 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8339] ppid=8316 vsize=1545932 CPUtime=9.27
/proc/8318/task/8339/stat : 8339 (java) R 8316 8318 6618 0 -1 4202560 9 0 0 0 927 0 0 0 19 0 16 0 40408463 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4110506328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8340] ppid=8316 vsize=1545932 CPUtime=9.44
/proc/8318/task/8340/stat : 8340 (java) R 8316 8318 6618 0 -1 4202560 7 0 0 0 944 0 0 0 19 0 16 0 40408463 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4109693747 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.59
Current children cumulated vsize (KiB) 1545932

[startup+34.8016 s]
/proc/loadavg: 2.40 1.86 1.41 3/122 8340
/proc/meminfo: memFree=1622044/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1545932 CPUtime=64.03
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 62487 0 1 0 6331 72 0 0 18 0 14 0 40406102 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386483 54702 1449 10 0 383786 0
[pid=8318/tid=8320] ppid=8316 vsize=1545932 CPUtime=0.56
/proc/8318/task/8320/stat : 8320 (java) R 8316 8318 6618 0 -1 4202560 4090 0 1 0 53 3 0 0 16 0 14 0 40406104 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4109489839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1545932 CPUtime=0.51
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 5840 0 0 0 49 2 0 0 15 0 14 0 40406105 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1545932 CPUtime=0.52
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 5526 0 0 0 50 2 0 0 16 0 14 0 40406105 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1545932 CPUtime=2.16
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 2506 0 0 0 176 40 0 0 15 0 14 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.8
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1935 0 0 0 80 0 0 0 15 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=4.63
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9884 0 0 0 459 4 0 0 15 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40406144 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 40406146 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.03
Current children cumulated vsize (KiB) 1545932

[startup+35.0026 s]
/proc/loadavg: 2.40 1.86 1.41 3/122 8340
/proc/meminfo: memFree=1622044/2059040 swapFree=4140132/4192956
[pid=8318] ppid=8316 vsize=1545932 CPUtime=64.23
/proc/8318/stat : 8318 (java) S 8316 8318 6618 0 -1 4202496 62487 0 1 0 6351 72 0 0 18 0 14 0 40406102 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8318/statm: 386483 54702 1449 10 0 383786 0
[pid=8318/tid=8320] ppid=8316 vsize=1545932 CPUtime=0.76
/proc/8318/task/8320/stat : 8320 (java) R 8316 8318 6618 0 -1 4202560 4090 0 1 0 73 3 0 0 16 0 14 0 40406104 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4109933226 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8318/tid=8321] ppid=8316 vsize=1545932 CPUtime=0.51
/proc/8318/task/8321/stat : 8321 (java) S 8316 8318 6618 0 -1 4202560 5840 0 0 0 49 2 0 0 15 0 14 0 40406105 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8322] ppid=8316 vsize=1545932 CPUtime=0.52
/proc/8318/task/8322/stat : 8322 (java) S 8316 8318 6618 0 -1 4202560 5526 0 0 0 50 2 0 0 16 0 14 0 40406105 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8323] ppid=8316 vsize=1545932 CPUtime=2.16
/proc/8318/task/8323/stat : 8323 (java) S 8316 8318 6618 0 -1 4202560 2506 0 0 0 176 40 0 0 15 0 14 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 0 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8324] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8324/stat : 8324 (java) S 8316 8318 6618 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8325] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8325/stat : 8325 (java) S 8316 8318 6618 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 40406107 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8326] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8326/stat : 8326 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8327] ppid=8316 vsize=1545932 CPUtime=0.8
/proc/8318/task/8327/stat : 8327 (java) S 8316 8318 6618 0 -1 4202560 1935 0 0 0 80 0 0 0 15 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8328] ppid=8316 vsize=1545932 CPUtime=4.63
/proc/8318/task/8328/stat : 8328 (java) S 8316 8318 6618 0 -1 4202560 9884 0 0 0 459 4 0 0 15 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8329] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8329/stat : 8329 (java) S 8316 8318 6618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8330] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8330/stat : 8330 (java) S 8316 8318 6618 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 14 0 40406111 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 1 0 0 0
[pid=8318/tid=8333] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8333/stat : 8333 (java) S 8316 8318 6618 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 40406144 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
[pid=8318/tid=8334] ppid=8316 vsize=1545932 CPUtime=0
/proc/8318/task/8334/stat : 8334 (java) S 8316 8318 6618 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 40406146 1583034368 54702 1992294400 134512640 134550932 4292661072 18446744073709551615 4294960144 0 4 0 16800975 18446604437845399424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 64.23
Current children cumulated vsize (KiB) 1545932

Child status: 30
Real time (s): 35.0946
CPU time (s): 64.2962
CPU user time (s): 63.5523
CPU system time (s): 0.743886
CPU usage (%): 183.208
Max. virtual memory (cumulated for all children) (KiB): 1550068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.5523
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62493
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= 1576
involuntary context switches= 2113

runsolver used 0.160975 second user time and 0.39394 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-16 02:27:07
IDJOB=2661722
IDBENCH=47977
IDSOLVER=1166
FILE ID=node007/2661722-1276648026
PBS_JOBID= 11172398
Free space on /tmp= 62488 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=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661722-1276648026/watcher-2661722-1276648026 -o /tmp/evaluation-result-2661722-1276648026/solver-2661722-1276648026 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661722-1276648026.opb

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

MD5SUM BENCH= 44a2a8c9706392fba8f7dee35869ba61
RANDOM SEED=501808716

node007.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.264
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836900 kB
Buffers:         32548 kB
Cached:         101236 kB
SwapCached:       6752 kB
Active:         101456 kB
Inactive:        46208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836900 kB
SwapTotal:     4192956 kB
SwapFree:      4140132 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       12076 kB
Mapped:          13008 kB
Slab:            52616 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180884 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= 62488 MiB
End job on node007 at 2010-06-16 02:27:42