Trace number 2698407

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 42.9235 42.2647

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-66-100-0.wbo
MD5SUM973bd9f90df82f06bcaac12e428be840
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.239963
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.07/0.07	c version 2.2.1.v20100705
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.08	c java.vm.version	11.2-b01
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	32
0.07/0.08	c java.version		1.6.0_12
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		i386
0.07/0.08	c Free memory 		1393557488
0.07/0.08	c Max memory 		1395916800
0.07/0.08	c Total memory 		1395916800
0.07/0.08	c Number of processors 	8
0.07/0.09	c Pseudo Boolean Optimization
0.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c Stops conflict analysis at the first Unique Implication Point
0.07/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.09	c Expensive reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483s
0.07/0.09	c DB Simplification allowed=false
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-2698407-1278325573.wbo
0.07/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.059s.
0.11/0.15	c #vars     211
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.59/0.35	c SATISFIABLE
0.59/0.35	c OPTIMIZING...
0.59/0.35	c Got one! Elapsed wall clock time (in seconds):0.253
0.59/0.35	o 490
0.59/0.39	c Got one! Elapsed wall clock time (in seconds):0.297
0.59/0.39	o 479
0.79/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.79/0.46	o 423
0.92/0.51	c Got one! Elapsed wall clock time (in seconds):0.416
0.92/0.51	o 407
0.92/0.54	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.92/0.60	c Got one! Elapsed wall clock time (in seconds):0.5
0.92/0.60	o 397
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.62
1.14/0.71	o 362
1.14/0.76	c Got one! Elapsed wall clock time (in seconds):0.661
1.14/0.76	o 344
1.27/0.80	c cleaning 4251 clauses out of 8507 with flag 11003/11003
1.27/0.82	c Got one! Elapsed wall clock time (in seconds):0.724
1.27/0.82	o 312
1.37/0.91	c Got one! Elapsed wall clock time (in seconds):0.818
1.37/0.91	o 276
1.48/1.10	c cleaning 5624 clauses out of 11256 with flag 18003/18003
1.68/1.25	c Got one! Elapsed wall clock time (in seconds):1.15
1.68/1.25	o 244
1.88/1.46	c cleaning 6811 clauses out of 13629 with flag 26000/26000
2.30/1.85	c cleaning 7905 clauses out of 15818 with flag 35000/35000
2.61/2.13	c Got one! Elapsed wall clock time (in seconds):2.037
2.61/2.13	o 238
2.80/2.32	c cleaning 8955 clauses out of 17915 with flag 45002/45002
2.90/2.40	c Got one! Elapsed wall clock time (in seconds):2.304
2.90/2.40	o 183
3.10/2.68	c Got one! Elapsed wall clock time (in seconds):2.581
3.10/2.68	o 175
3.30/2.89	c cleaning 9475 clauses out of 18958 with flag 55000/55000
3.81/3.33	c cleaning 9736 clauses out of 19483 with flag 65000/65000
4.20/3.79	c cleaning 9865 clauses out of 19747 with flag 75000/75000
4.51/4.00	c Got one! Elapsed wall clock time (in seconds):3.904
4.51/4.00	o 163
4.71/4.25	c cleaning 9940 clauses out of 19886 with flag 85004/85004
5.12/4.69	c cleaning 9968 clauses out of 19942 with flag 95000/95000
5.63/5.12	c cleaning 9987 clauses out of 19977 with flag 105003/105003
6.04/5.53	c cleaning 9990 clauses out of 19988 with flag 115001/115001
6.44/5.93	c cleaning 9995 clauses out of 19997 with flag 125000/125000
6.44/5.99	c Got one! Elapsed wall clock time (in seconds):5.9
6.44/5.99	o 149
6.93/6.41	c cleaning 9998 clauses out of 20003 with flag 135001/135001
7.33/6.89	c cleaning 10002 clauses out of 20005 with flag 145001/145001
7.84/7.34	c cleaning 9994 clauses out of 20003 with flag 155001/155001
8.04/7.58	c Got one! Elapsed wall clock time (in seconds):7.482
8.04/7.58	o 137
8.24/7.77	c cleaning 10000 clauses out of 20008 with flag 165000/165000
8.64/8.16	c Got one! Elapsed wall clock time (in seconds):8.061
8.64/8.16	o 136
8.74/8.28	c cleaning 10002 clauses out of 20011 with flag 175003/175003
9.24/8.80	c cleaning 9999 clauses out of 20006 with flag 185000/185000
9.74/9.22	c cleaning 9998 clauses out of 20008 with flag 195001/195001
9.84/9.39	c Got one! Elapsed wall clock time (in seconds):9.296
9.84/9.39	o 133
10.14/9.66	c cleaning 10001 clauses out of 20009 with flag 205000/205000
10.74/10.24	c cleaning 9999 clauses out of 20008 with flag 215000/215000
11.14/10.68	c cleaning 10002 clauses out of 20012 with flag 225003/225003
11.64/11.11	c cleaning 10000 clauses out of 20008 with flag 235001/235001
12.04/11.52	c Got one! Elapsed wall clock time (in seconds):11.428
12.04/11.52	o 124
12.04/11.56	c cleaning 10000 clauses out of 20008 with flag 245001/245001
12.55/12.01	c cleaning 10000 clauses out of 20007 with flag 255000/255000
12.96/12.48	c cleaning 10000 clauses out of 20009 with flag 265002/265002
13.26/12.70	c Got one! Elapsed wall clock time (in seconds):12.603
13.26/12.70	o 104
13.46/12.96	c cleaning 9999 clauses out of 20008 with flag 275001/275001
14.06/13.53	c cleaning 10000 clauses out of 20008 with flag 285000/285000
14.56/14.01	c cleaning 9996 clauses out of 20008 with flag 295000/295000
14.96/14.47	c cleaning 10003 clauses out of 20013 with flag 305001/305001
15.47/14.94	c cleaning 9999 clauses out of 20011 with flag 315002/315002
15.57/15.01	c Got one! Elapsed wall clock time (in seconds):14.913
15.57/15.01	o 74
15.98/15.44	c cleaning 10002 clauses out of 20012 with flag 325002/325002
16.47/15.96	c cleaning 10000 clauses out of 20008 with flag 335000/335000
16.87/16.39	c cleaning 9998 clauses out of 20008 with flag 345000/345000
17.38/16.87	c cleaning 10002 clauses out of 20010 with flag 355000/355000
17.78/17.30	c cleaning 10002 clauses out of 20009 with flag 365001/365001
18.28/17.71	c cleaning 10000 clauses out of 20007 with flag 375001/375001
18.68/18.13	c cleaning 10000 clauses out of 20006 with flag 385000/385000
19.08/18.54	c cleaning 9999 clauses out of 20006 with flag 395000/395000
19.48/18.92	c cleaning 10000 clauses out of 20007 with flag 405000/405000
19.88/19.33	c cleaning 10001 clauses out of 20009 with flag 415002/415002
20.29/19.73	c cleaning 9995 clauses out of 20006 with flag 425000/425000
20.39/19.83	c Got one! Elapsed wall clock time (in seconds):19.74
20.39/19.83	o 53
20.68/20.18	c cleaning 10002 clauses out of 20011 with flag 435000/435000
21.18/20.66	c cleaning 10000 clauses out of 20010 with flag 445001/445001
21.58/21.09	c cleaning 10003 clauses out of 20011 with flag 455002/455002
22.08/21.54	c cleaning 9994 clauses out of 20006 with flag 465000/465000
22.59/22.01	c cleaning 9997 clauses out of 20013 with flag 475001/475001
22.98/22.45	c cleaning 10004 clauses out of 20015 with flag 485000/485000
23.38/22.89	c cleaning 10003 clauses out of 20011 with flag 495000/495000
23.58/23.00	c Got one! Elapsed wall clock time (in seconds):22.909
23.58/23.00	o 51
23.90/23.34	c cleaning 10002 clauses out of 20012 with flag 505004/505004
24.40/23.82	c cleaning 9997 clauses out of 20006 with flag 515000/515000
24.81/24.27	c cleaning 10003 clauses out of 20012 with flag 525003/525003
25.31/24.77	c cleaning 9998 clauses out of 20008 with flag 535002/535002
25.81/25.25	c cleaning 9996 clauses out of 20009 with flag 545001/545001
26.31/25.72	c cleaning 10004 clauses out of 20013 with flag 555001/555001
26.71/26.12	c cleaning 9994 clauses out of 20008 with flag 565000/565000
27.11/26.56	c cleaning 10001 clauses out of 20014 with flag 575000/575000
27.51/26.99	c cleaning 10000 clauses out of 20016 with flag 585003/585003
27.91/27.37	c cleaning 10001 clauses out of 20014 with flag 595001/595001
28.31/27.79	c cleaning 10005 clauses out of 20014 with flag 605002/605002
28.81/28.20	c cleaning 9999 clauses out of 20008 with flag 615001/615001
29.22/28.64	c cleaning 10001 clauses out of 20008 with flag 625000/625000
29.31/28.74	c Got one! Elapsed wall clock time (in seconds):28.642
29.31/28.74	o 39
29.63/29.09	c cleaning 10000 clauses out of 20009 with flag 635002/635002
30.13/29.55	c cleaning 10000 clauses out of 20008 with flag 645001/645001
30.53/29.99	c cleaning 9998 clauses out of 20008 with flag 655001/655001
31.03/30.41	c cleaning 10000 clauses out of 20012 with flag 665003/665003
31.44/30.81	c cleaning 9999 clauses out of 20009 with flag 675000/675000
31.83/31.22	c cleaning 10002 clauses out of 20011 with flag 685001/685001
32.23/31.62	c cleaning 10000 clauses out of 20009 with flag 695001/695001
32.63/32.01	c cleaning 10001 clauses out of 20008 with flag 705000/705000
33.03/32.42	c cleaning 10001 clauses out of 20008 with flag 715001/715001
33.44/32.83	c cleaning 9999 clauses out of 20006 with flag 725000/725000
33.54/32.98	c Got one! Elapsed wall clock time (in seconds):32.884
33.54/32.98	o 22
33.84/33.26	c cleaning 9999 clauses out of 20007 with flag 735000/735000
34.34/33.72	c cleaning 10000 clauses out of 20009 with flag 745001/745001
34.75/34.14	c cleaning 10002 clauses out of 20010 with flag 755002/755002
35.24/34.62	c cleaning 9994 clauses out of 20006 with flag 765000/765000
35.64/35.10	c cleaning 10001 clauses out of 20013 with flag 775001/775001
36.04/35.49	c cleaning 9999 clauses out of 20011 with flag 785000/785000
36.44/35.88	c cleaning 10006 clauses out of 20014 with flag 795002/795002
37.04/36.40	c cleaning 9999 clauses out of 20006 with flag 805000/805000
37.44/36.85	c cleaning 10001 clauses out of 20009 with flag 815002/815002
37.84/37.26	c cleaning 9999 clauses out of 20006 with flag 825000/825000
38.24/37.68	c cleaning 9998 clauses out of 20007 with flag 835000/835000
38.64/38.09	c cleaning 9999 clauses out of 20010 with flag 845001/845001
39.15/38.51	c cleaning 10000 clauses out of 20010 with flag 855000/855000
39.55/38.94	c cleaning 10001 clauses out of 20012 with flag 865002/865002
39.95/39.35	c cleaning 10000 clauses out of 20009 with flag 875000/875000
40.35/39.76	c cleaning 10001 clauses out of 20010 with flag 885001/885001
40.76/40.16	c cleaning 9994 clauses out of 20008 with flag 895000/895000
41.16/40.60	c cleaning 10001 clauses out of 20014 with flag 905000/905000
41.65/41.05	c cleaning 10003 clauses out of 20015 with flag 915002/915002
42.06/41.48	c cleaning 10002 clauses out of 20010 with flag 925000/925000
42.46/41.88	c cleaning 10000 clauses out of 20008 with flag 935000/935000
42.88/42.23	c starts		: 195
42.88/42.23	c conflicts		: 943321
42.88/42.23	c decisions		: 1477887
42.88/42.23	c propagations		: 21493411
42.88/42.23	c inspects		: 214428268
42.88/42.23	c learnt literals	: 4
42.88/42.23	c learnt binary clauses	: 11
42.88/42.23	c learnt ternary clauses	: 409
42.88/42.23	c learnt clauses	: 943316
42.88/42.23	c ignored clauses	: 0
42.88/42.23	c root simplifications	: 0
42.88/42.23	c removed literals (reason simplification)	: 7354276
42.88/42.23	c reason swapping (by a shorter reason)	: 0
42.88/42.23	c Calls to reduceDB	: 95
42.88/42.23	c number of reductions to clauses (during analyze)	: 0
42.88/42.23	c number of learned constraints concerned by reduction	: 0
42.88/42.23	c number of learning phase by resolution	: 0
42.88/42.23	c number of learning phase by cutting planes	: 0
42.88/42.23	c speed (assignments/second)	: 2324365.8483832595
42.88/42.23	c non guided choices	1097
42.88/42.23	c learnt constraints type 
42.88/42.23	c constraints type 
42.88/42.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
42.88/42.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
42.88/42.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
42.88/42.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
42.88/42.23	s OPTIMUM FOUND
42.88/42.23	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 
42.88/42.23	c objective function=22
42.88/42.23	c Total wall clock time (in seconds): 42.132

Verifier Data

OK	22

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698407-1278325573/watcher-2698407-1278325573 -o /tmp/evaluation-result-2698407-1278325573/solver-2698407-1278325573 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698407-1278325573.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 1.99 1.70 3/196 4097
/proc/meminfo: memFree=32447484/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=13472 CPUtime=0
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 1092 0 0 0 0 0 0 0 21 0 2 0 771516 13795328 566 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 3368 567 255 10 0 1202 0
[pid=4097/tid=4098] ppid=4095 vsize=13472 CPUtime=0
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 59 0 0 0 0 0 0 0 22 0 2 0 771517 13795328 573 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 7 0 0 0

[startup+0.0772501 s]
/proc/loadavg: 2.05 1.99 1.70 3/196 4097
/proc/meminfo: memFree=32447484/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1528996 CPUtime=0.07
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 4863 0 1 0 6 1 0 0 21 0 18 0 771516 1565691904 4300 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 382249 4301 1325 10 0 379552 0
[pid=4097/tid=4098] ppid=4095 vsize=1528996 CPUtime=0.05
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 3325 0 1 0 5 0 0 0 18 0 18 0 771517 1565691904 4304 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1528996

[startup+0.100297 s]
/proc/loadavg: 2.05 1.99 1.70 3/196 4097
/proc/meminfo: memFree=32447484/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1530164 CPUtime=0.11
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 5223 0 1 0 10 1 0 0 21 0 18 0 771516 1566887936 4660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 382541 4660 1347 10 0 379844 0
[pid=4097/tid=4098] ppid=4095 vsize=1530164 CPUtime=0.08
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 3559 0 1 0 8 0 0 0 18 0 18 0 771517 1566887936 4661 4089446400 134512640 134550932 4294065728 18446744073709551615 105776770 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530164

[startup+0.300232 s]
/proc/loadavg: 2.05 1.99 1.70 3/196 4097
/proc/meminfo: memFree=32447484/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=0.59
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 6949 0 1 0 57 2 0 0 21 0 19 0 771516 1570504704 6128 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 6129 1415 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 4087 0 1 0 27 1 0 0 19 0 19 0 771517 1570504704 6129 4089446400 134512640 134550932 4294065728 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1533696

[startup+0.701168 s]
/proc/loadavg: 2.05 1.99 1.70 3/196 4097
/proc/meminfo: memFree=32447484/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=1.14
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 8626 0 1 0 112 2 0 0 21 0 19 0 771516 1570504704 7767 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 7767 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=0.66
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 5308 0 1 0 65 1 0 0 18 0 19 0 771517 1570504704 7767 4089446400 134512640 134550932 4294065728 18446744073709551615 4109490244 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1533696

[startup+1.50101 s]
/proc/loadavg: 2.05 1.99 1.70 3/215 4116
/proc/meminfo: memFree=32420496/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=2
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 9250 0 1 0 197 3 0 0 21 0 19 0 771516 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 8388 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=1.43
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 5309 0 1 0 142 1 0 0 19 0 19 0 771517 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4109490163 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.03
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 403 0 0 0 3 0 0 0 15 0 19 0 771519 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.22
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 830 0 0 0 22 0 0 0 15 0 19 0 771521 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 8388 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1533696

[startup+3.10071 s]
/proc/loadavg: 2.05 1.99 1.70 3/215 4116
/proc/meminfo: memFree=32418668/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=3.6
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 10027 0 1 0 357 3 0 0 21 0 19 0 771516 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 9162 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=3
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 5701 0 1 0 299 1 0 0 21 0 19 0 771517 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4109421780 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.06
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 654 0 0 0 6 0 0 0 15 0 19 0 771519 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.22
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 830 0 0 0 22 0 0 0 15 0 19 0 771521 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 9162 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1533696

[startup+6.30112 s]
/proc/loadavg: 2.05 1.99 1.70 3/215 4116
/proc/meminfo: memFree=32414576/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=6.83
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 10507 0 1 0 680 3 0 0 21 0 19 0 771516 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 9568 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=6.12
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 6100 0 1 0 611 1 0 0 25 0 19 0 771517 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4109393668 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 274 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 5 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 771518 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.13
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 693 0 0 0 13 0 0 0 15 0 19 0 771519 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.25
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 871 0 0 0 25 0 0 0 15 0 19 0 771521 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 9568 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1533696


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

/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 93 0 0 0 2 0 0 0 16 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 144 0 0 0 1 0 0 0 16 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 14 0 0 0 1 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.96
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 1055 0 0 0 95 1 0 0 15 0 19 0 771519 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.29
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 885 0 0 0 29 0 0 0 15 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.16
Current children cumulated vsize (KiB) 1533696

[startup+41.9015 s]
/proc/loadavg: 2.02 1.99 1.71 3/215 4164
/proc/meminfo: memFree=32410456/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=42.56
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 11695 0 1 0 4248 8 0 0 21 0 19 0 771516 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 10657 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=40.76
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 6887 0 1 0 4074 2 0 0 25 0 19 0 771517 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4109478277 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 93 0 0 0 2 0 0 0 16 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 144 0 0 0 1 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.97
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 1055 0 0 0 96 1 0 0 15 0 19 0 771519 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.29
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 885 0 0 0 29 0 0 0 15 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 10657 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.56
Current children cumulated vsize (KiB) 1533696

[startup+42.1015 s]
/proc/loadavg: 2.02 1.99 1.71 3/215 4164
/proc/meminfo: memFree=32410456/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=42.76
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 11696 0 1 0 4268 8 0 0 21 0 19 0 771516 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 10658 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=40.96
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 6888 0 1 0 4094 2 0 0 25 0 19 0 771517 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4109432563 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 93 0 0 0 2 0 0 0 16 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 144 0 0 0 1 0 0 0 15 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.97
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 1055 0 0 0 96 1 0 0 15 0 19 0 771519 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.29
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 885 0 0 0 29 0 0 0 15 0 19 0 771521 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 10658 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.76
Current children cumulated vsize (KiB) 1533696

[startup+42.2014 s]
/proc/loadavg: 2.02 1.99 1.71 3/215 4164
/proc/meminfo: memFree=32410456/32950928 swapFree=67111528/67111528
[pid=4097] ppid=4095 vsize=1533696 CPUtime=42.88
/proc/4097/stat : 4097 (java) S 4095 4097 3792 0 -1 4202496 11699 0 1 0 4280 8 0 0 21 0 19 0 771516 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4097/statm: 383424 10660 1439 10 0 380727 0
[pid=4097/tid=4098] ppid=4095 vsize=1533696 CPUtime=41.06
/proc/4097/task/4098/stat : 4098 (java) R 4095 4097 3792 0 -1 4202560 6890 0 1 0 4104 2 0 0 25 0 19 0 771517 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4109449118 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4097/tid=4100] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4100/stat : 4100 (java) S 4095 4097 3792 0 -1 4202560 93 0 0 0 2 0 0 0 16 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4101] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4101/stat : 4101 (java) S 4095 4097 3792 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4102] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4102/stat : 4102 (java) S 4095 4097 3792 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4103] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4103/stat : 4103 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4104] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4104/stat : 4104 (java) S 4095 4097 3792 0 -1 4202560 144 0 0 0 1 0 0 0 15 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4105] ppid=4095 vsize=1533696 CPUtime=0.01
/proc/4097/task/4105/stat : 4105 (java) S 4095 4097 3792 0 -1 4202560 14 0 0 0 1 0 0 0 16 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4106] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4106/stat : 4106 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4107] ppid=4095 vsize=1533696 CPUtime=0.02
/proc/4097/task/4107/stat : 4107 (java) S 4095 4097 3792 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 771518 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4108] ppid=4095 vsize=1533696 CPUtime=0.97
/proc/4097/task/4108/stat : 4108 (java) S 4095 4097 3792 0 -1 4202560 1055 0 0 0 96 1 0 0 15 0 19 0 771519 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 0 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4109] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4109/stat : 4109 (java) S 4095 4097 3792 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4110] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4110/stat : 4110 (java) S 4095 4097 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 771519 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4111] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4111/stat : 4111 (java) S 4095 4097 3792 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 771521 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 1 0 0 0
[pid=4097/tid=4112] ppid=4095 vsize=1533696 CPUtime=0.31
/proc/4097/task/4112/stat : 4112 (java) S 4095 4097 3792 0 -1 4202560 886 0 0 0 31 0 0 0 16 0 19 0 771521 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 0 0 0 0
[pid=4097/tid=4113] ppid=4095 vsize=1533696 CPUtime=0.28
/proc/4097/task/4113/stat : 4113 (java) S 4095 4097 3792 0 -1 4202560 1026 0 0 0 28 0 0 0 15 0 19 0 771521 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4114] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4114/stat : 4114 (java) S 4095 4097 3792 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 771521 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
[pid=4097/tid=4115] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4115/stat : 4115 (java) S 4095 4097 3792 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 771521 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 7 0 0 0
[pid=4097/tid=4116] ppid=4095 vsize=1533696 CPUtime=0
/proc/4097/task/4116/stat : 4116 (java) S 4095 4097 3792 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 771533 1570504704 10660 4089446400 134512640 134550932 4294065728 18446744073709551615 4294960144 0 4 0 16800975 18446604471066819392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 42.88
Current children cumulated vsize (KiB) 1533696

Child status: 30
Real time (s): 42.2647
CPU time (s): 42.9235
CPU user time (s): 42.8345
CPU system time (s): 0.088986
CPU usage (%): 101.559
Max. virtual memory (cumulated for all children) (KiB): 1533696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8345
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11710
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= 3359
involuntary context switches= 10097

runsolver used 0.072988 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node113 at 2010-07-05 12:26:13
IDJOB=2698407
IDBENCH=78803
IDSOLVER=1211
FILE ID=node113/2698407-1278325573
PBS_JOBID= 11207469
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111221624--soft-66-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698407-1278325573/watcher-2698407-1278325573 -o /tmp/evaluation-result-2698407-1278325573/solver-2698407-1278325573 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698407-1278325573.wbo

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

MD5SUM BENCH= 973bd9f90df82f06bcaac12e428be840
RANDOM SEED=1283462612

node113.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.843
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32448368 kB
Buffers:         17396 kB
Cached:         289712 kB
SwapCached:          0 kB
Active:         177152 kB
Inactive:       226288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32448368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:       96404 kB
Mapped:          20244 kB
Slab:            35764 kB
PageTables:       4812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1634256 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node113 at 2010-07-05 12:26:56