Trace number 2698344

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 35.7686 34.9394

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968094--soft-33-100-0.wbo
MD5SUMfe65609ab6055158a33ec1709a24fe9b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.309952
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1242
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.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.2.1.v20100705
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.08	c java.vm.version	11.2-b01
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	32
0.06/0.08	c java.version		1.6.0_12
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		i386
0.06/0.08	c Free memory 		1393557488
0.06/0.08	c Max memory 		1395916800
0.06/0.08	c Total memory 		1395916800
0.06/0.08	c Number of processors 	8
0.06/0.10	c Pseudo Boolean Optimization
0.06/0.10	c --- Begin Solver configuration ---
0.06/0.10	c Stops conflict analysis at the first Unique Implication Point
0.06/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.10	c Learn all clauses as in MiniSAT
0.06/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.10	c Expensive reason simplification
0.06/0.10	c Armin Biere (Picosat) restarts strategy
0.06/0.10	c Glucose learned constraints deletion strategy
0.06/0.10	c timeout=2147483s
0.06/0.10	c DB Simplification allowed=false
0.06/0.10	c --- End Solver configuration ---
0.06/0.10	c solving HOME/instance-2698344-1278325539.wbo
0.06/0.10	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.054s.
0.12/0.15	c #vars     233
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.31/0.26	c SATISFIABLE
0.31/0.26	c OPTIMIZING...
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.165
0.31/0.26	o 476
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.248
0.61/0.34	o 454
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.275
0.61/0.37	o 431
0.61/0.39	c Got one! Elapsed wall clock time (in seconds):0.295
0.61/0.39	o 427
0.85/0.43	c Got one! Elapsed wall clock time (in seconds):0.333
0.85/0.43	o 413
0.85/0.46	c Got one! Elapsed wall clock time (in seconds):0.365
0.85/0.46	o 386
0.97/0.51	c Got one! Elapsed wall clock time (in seconds):0.41
0.97/0.51	o 378
0.97/0.58	c cleaning 2499 clauses out of 5002 with flag 5002/5002
1.11/0.62	c Got one! Elapsed wall clock time (in seconds):0.522
1.11/0.62	o 368
1.11/0.65	c Got one! Elapsed wall clock time (in seconds):0.55
1.11/0.65	o 363
1.11/0.68	c Got one! Elapsed wall clock time (in seconds):0.581
1.11/0.68	o 344
1.21/0.71	c Got one! Elapsed wall clock time (in seconds):0.616
1.21/0.71	o 340
1.21/0.77	c Got one! Elapsed wall clock time (in seconds):0.672
1.21/0.77	o 318
1.31/0.85	c Got one! Elapsed wall clock time (in seconds):0.758
1.31/0.85	o 245
1.31/0.89	c cleaning 4245 clauses out of 8501 with flag 11000/11000
1.64/1.18	c Got one! Elapsed wall clock time (in seconds):1.087
1.64/1.18	o 237
1.74/1.21	c cleaning 5622 clauses out of 11256 with flag 18000/18000
2.15/1.61	c cleaning 6811 clauses out of 13635 with flag 26001/26001
2.15/1.68	c Got one! Elapsed wall clock time (in seconds):1.588
2.15/1.68	o 198
2.56/2.03	c cleaning 7905 clauses out of 15823 with flag 35000/35000
3.07/2.52	c cleaning 8954 clauses out of 17920 with flag 45002/45002
3.57/3.01	c cleaning 9480 clauses out of 18966 with flag 55002/55002
3.78/3.23	c Got one! Elapsed wall clock time (in seconds):3.131
3.78/3.23	o 188
3.99/3.45	c Got one! Elapsed wall clock time (in seconds):3.355
3.99/3.45	o 186
4.09/3.57	c cleaning 9738 clauses out of 19485 with flag 65001/65001
4.49/3.96	c Got one! Elapsed wall clock time (in seconds):3.865
4.49/3.96	o 168
4.59/4.06	c cleaning 9870 clauses out of 19746 with flag 75000/75000
5.09/4.55	c cleaning 9935 clauses out of 19876 with flag 85000/85000
5.60/5.07	c cleaning 9964 clauses out of 19941 with flag 95000/95000
5.70/5.18	c Got one! Elapsed wall clock time (in seconds):5.087
5.70/5.18	o 164
6.10/5.58	c cleaning 9983 clauses out of 19980 with flag 105003/105003
6.39/5.89	c Got one! Elapsed wall clock time (in seconds):5.798
6.39/5.89	o 154
6.69/6.14	c cleaning 9994 clauses out of 19996 with flag 115002/115002
7.10/6.54	c Got one! Elapsed wall clock time (in seconds):6.442
7.10/6.54	o 150
7.22/6.65	c cleaning 9996 clauses out of 20001 with flag 125001/125001
7.72/7.19	c cleaning 9998 clauses out of 20005 with flag 135001/135001
7.82/7.28	c Got one! Elapsed wall clock time (in seconds):7.182
7.82/7.28	o 131
8.33/7.71	c cleaning 9999 clauses out of 20013 with flag 145007/145007
8.42/7.83	c Got one! Elapsed wall clock time (in seconds):7.732
8.42/7.83	o 118
8.82/8.28	c cleaning 9999 clauses out of 20007 with flag 155000/155000
9.02/8.46	c Got one! Elapsed wall clock time (in seconds):8.36
9.02/8.46	o 109
9.43/8.85	c cleaning 10000 clauses out of 20008 with flag 165000/165000
9.62/9.03	c Got one! Elapsed wall clock time (in seconds):8.932
9.62/9.03	o 107
10.02/9.41	c cleaning 10002 clauses out of 20009 with flag 175001/175001
10.53/9.95	c cleaning 10003 clauses out of 20009 with flag 185003/185003
11.13/10.54	c cleaning 9998 clauses out of 20004 with flag 195001/195001
11.64/11.07	c cleaning 9998 clauses out of 20005 with flag 205000/205000
12.14/11.58	c cleaning 9999 clauses out of 20007 with flag 215000/215000
12.35/11.74	c Got one! Elapsed wall clock time (in seconds):11.648
12.35/11.74	o 101
12.78/12.13	c cleaning 10001 clauses out of 20010 with flag 225002/225002
13.28/12.68	c cleaning 10001 clauses out of 20009 with flag 235002/235002
13.89/13.22	c cleaning 10002 clauses out of 20011 with flag 245005/245005
13.99/13.34	c Got one! Elapsed wall clock time (in seconds):13.246
13.99/13.34	o 79
14.39/13.76	c cleaning 9999 clauses out of 20007 with flag 255003/255003
14.90/14.26	c cleaning 9998 clauses out of 20006 with flag 265001/265001
15.49/14.85	c cleaning 10000 clauses out of 20007 with flag 275000/275000
16.00/15.37	c cleaning 10001 clauses out of 20009 with flag 285002/285002
16.50/15.88	c cleaning 9999 clauses out of 20007 with flag 295001/295001
17.00/16.34	c Got one! Elapsed wall clock time (in seconds):16.248
17.00/16.34	o 73
17.11/16.43	c cleaning 10001 clauses out of 20007 with flag 305000/305000
17.61/16.94	c cleaning 9998 clauses out of 20006 with flag 315000/315000
18.11/17.43	c cleaning 10001 clauses out of 20010 with flag 325002/325002
18.33/17.64	c Got one! Elapsed wall clock time (in seconds):17.545
18.33/17.64	o 42
18.62/17.98	c cleaning 10000 clauses out of 20008 with flag 335001/335001
19.12/18.42	c cleaning 9996 clauses out of 20008 with flag 345001/345001
19.63/18.92	c cleaning 10001 clauses out of 20014 with flag 355003/355003
20.03/19.38	c cleaning 10001 clauses out of 20013 with flag 365003/365003
20.53/19.81	c cleaning 10001 clauses out of 20012 with flag 375003/375003
20.53/19.86	c Got one! Elapsed wall clock time (in seconds):19.766
20.53/19.86	o 23
20.93/20.25	c cleaning 10002 clauses out of 20009 with flag 385001/385001
21.43/20.71	c cleaning 9999 clauses out of 20007 with flag 395001/395001
21.83/21.15	c cleaning 10001 clauses out of 20009 with flag 405002/405002
22.33/21.67	c cleaning 10000 clauses out of 20007 with flag 415001/415001
22.84/22.14	c cleaning 10000 clauses out of 20008 with flag 425002/425002
23.24/22.56	c cleaning 9999 clauses out of 20007 with flag 435001/435001
23.66/23.00	c cleaning 10002 clauses out of 20009 with flag 445002/445002
24.26/23.52	c cleaning 9997 clauses out of 20006 with flag 455001/455001
24.76/24.00	c cleaning 10001 clauses out of 20010 with flag 465002/465002
25.16/24.45	c cleaning 10000 clauses out of 20008 with flag 475001/475001
25.66/24.90	c cleaning 9999 clauses out of 20007 with flag 485000/485000
26.08/25.30	c cleaning 10000 clauses out of 20010 with flag 495002/495002
26.47/25.72	c cleaning 10002 clauses out of 20009 with flag 505001/505001
26.88/26.17	c cleaning 9998 clauses out of 20006 with flag 515000/515000
27.28/26.59	c cleaning 10000 clauses out of 20009 with flag 525001/525001
27.68/26.99	c cleaning 10003 clauses out of 20011 with flag 535003/535003
28.19/27.41	c cleaning 9996 clauses out of 20005 with flag 545000/545000
28.58/27.80	c cleaning 10002 clauses out of 20010 with flag 555001/555001
28.99/28.21	c cleaning 9998 clauses out of 20007 with flag 565000/565000
29.40/28.61	c cleaning 9998 clauses out of 20010 with flag 575001/575001
29.79/29.02	c cleaning 10002 clauses out of 20012 with flag 585001/585001
30.19/29.44	c cleaning 10000 clauses out of 20009 with flag 595000/595000
30.60/29.87	c cleaning 10001 clauses out of 20009 with flag 605000/605000
31.00/30.29	c cleaning 9999 clauses out of 20008 with flag 615000/615000
31.51/30.75	c cleaning 9999 clauses out of 20009 with flag 625000/625000
31.91/31.17	c cleaning 10003 clauses out of 20011 with flag 635001/635001
32.41/31.61	c cleaning 10003 clauses out of 20008 with flag 645001/645001
32.81/32.07	c cleaning 9998 clauses out of 20005 with flag 655001/655001
33.31/32.51	c cleaning 10001 clauses out of 20007 with flag 665001/665001
33.72/32.92	c cleaning 9999 clauses out of 20005 with flag 675000/675000
34.12/33.35	c cleaning 9993 clauses out of 20007 with flag 685001/685001
34.52/33.79	c cleaning 10000 clauses out of 20014 with flag 695001/695001
35.02/34.23	c cleaning 10002 clauses out of 20013 with flag 705000/705000
35.42/34.68	c cleaning 10002 clauses out of 20011 with flag 715000/715000
35.67/34.88	c starts		: 198
35.67/34.88	c conflicts		: 719961
35.67/34.88	c decisions		: 1176396
35.67/34.88	c propagations		: 17710256
35.67/34.88	c inspects		: 170832453
35.67/34.88	c learnt literals	: 6
35.67/34.88	c learnt binary clauses	: 22
35.67/34.88	c learnt ternary clauses	: 379
35.67/34.88	c learnt clauses	: 719954
35.67/34.88	c ignored clauses	: 0
35.67/34.88	c root simplifications	: 0
35.67/34.88	c removed literals (reason simplification)	: 4974613
35.67/34.88	c reason swapping (by a shorter reason)	: 0
35.67/34.88	c Calls to reduceDB	: 73
35.67/34.88	c number of reductions to clauses (during analyze)	: 0
35.67/34.88	c number of learned constraints concerned by reduction	: 0
35.67/34.88	c number of learning phase by resolution	: 0
35.67/34.88	c number of learning phase by cutting planes	: 0
35.67/34.88	c speed (assignments/second)	: 1179111.584553928
35.67/34.88	c non guided choices	1332
35.67/34.88	c learnt constraints type 
35.67/34.88	c constraints type 
35.67/34.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
35.67/34.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
35.67/34.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
35.67/34.88	s OPTIMUM FOUND
35.67/34.88	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
35.67/34.88	c objective function=23
35.67/34.88	c Total wall clock time (in seconds): 34.788

Verifier Data

OK	23

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698344-1278325539/watcher-2698344-1278325539 -o /tmp/evaluation-result-2698344-1278325539/solver-2698344-1278325539 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698344-1278325539.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: 1.62 1.91 1.66 2/173 4070
/proc/meminfo: memFree=32417004/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=13164 CPUtime=0
/proc/4070/stat : 4070 (java) R 4068 4070 3793 0 -1 4194304 705 0 0 0 0 0 0 0 17 0 1 0 766469 13479936 311 4089446400 134512640 134550932 4290031536 18446744073709551615 3430021 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4070/statm: 3291 318 142 10 0 1121 0

[startup+0.0774891 s]
/proc/loadavg: 1.62 1.91 1.66 2/173 4070
/proc/meminfo: memFree=32417004/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1528704 CPUtime=0.06
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 4604 0 1 0 5 1 0 0 17 0 18 0 766469 1565392896 4042 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 382176 4049 1252 10 0 379479 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528704

[startup+0.101545 s]
/proc/loadavg: 1.62 1.91 1.66 2/173 4070
/proc/meminfo: memFree=32417004/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1529572 CPUtime=0.12
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 5212 0 1 0 10 2 0 0 17 0 18 0 766469 1566281728 4649 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 382393 4649 1347 10 0 379696 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529572

[startup+0.300498 s]
/proc/loadavg: 1.62 1.91 1.66 2/173 4070
/proc/meminfo: memFree=32417004/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1536764 CPUtime=0.61
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 7827 0 1 0 59 2 0 0 17 0 19 0 766469 1573646336 6831 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 384191 6831 1415 10 0 381494 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1536764

[startup+0.700427 s]
/proc/loadavg: 1.62 1.91 1.66 2/173 4070
/proc/meminfo: memFree=32417004/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1536764 CPUtime=1.21
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 9902 0 1 0 119 2 0 0 17 0 19 0 766469 1573646336 8904 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 384191 8904 1439 10 0 381494 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1536764

[startup+1.50126 s]
/proc/loadavg: 1.62 1.91 1.66 2/192 4089
/proc/meminfo: memFree=32386248/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1536764 CPUtime=2.05
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 10700 0 1 0 203 2 0 0 17 0 19 0 766469 1573646336 9700 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 384191 9700 1439 10 0 381494 0
[pid=4070/tid=4072] ppid=4068 vsize=1536764 CPUtime=1.45
/proc/4070/task/4072/stat : 4072 (java) R 4068 4070 3793 0 -1 4202560 5807 0 1 0 144 1 0 0 20 0 19 0 766470 1573646336 9700 4089446400 134512640 134550932 4290031536 18446744073709551615 4109605859 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9700 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9701 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9701 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 766470 1573646336 9701 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9701 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1536764 CPUtime=0.02
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 444 0 0 0 2 0 0 0 15 0 19 0 766471 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1573646336 9702 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1536764 CPUtime=0.28
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1238 0 0 0 28 0 0 0 15 0 19 0 766474 1573646336 9703 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1536764 CPUtime=0.27
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1542 0 0 0 27 0 0 0 18 0 19 0 766474 1573646336 9703 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1573646336 9703 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 766474 1573646336 9704 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1573646336 9704 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1536764

[startup+3.10097 s]
/proc/loadavg: 1.62 1.91 1.66 2/192 4089
/proc/meminfo: memFree=32380668/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1536764 CPUtime=3.68
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 12278 0 1 0 365 3 0 0 17 0 19 0 766469 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 384191 11273 1439 10 0 381494 0
[pid=4070/tid=4072] ppid=4068 vsize=1536764 CPUtime=3.01
/proc/4070/task/4072/stat : 4072 (java) R 4068 4070 3793 0 -1 4202560 7033 0 1 0 299 2 0 0 25 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4109609023 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 766470 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1536764 CPUtime=0.06
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 674 0 0 0 6 0 0 0 15 0 19 0 766471 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1536764 CPUtime=0.29
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1243 0 0 0 29 0 0 0 15 0 19 0 766474 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1536764 CPUtime=0.27
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1542 0 0 0 27 0 0 0 15 0 19 0 766474 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 766474 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1536764 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1573646336 11273 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1536764

[startup+6.30139 s]
/proc/loadavg: 1.57 1.89 1.65 3/215 4131
/proc/meminfo: memFree=32353260/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1535852 CPUtime=6.89
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 12685 0 1 0 686 3 0 0 17 0 19 0 766469 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 383963 11473 1439 10 0 381266 0
[pid=4070/tid=4072] ppid=4068 vsize=1535852 CPUtime=6.13
/proc/4070/task/4072/stat : 4072 (java) R 4068 4070 3793 0 -1 4202560 7277 0 1 0 611 2 0 0 20 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4109649278 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 202 0 0 0 0 0 0 0 16 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 766470 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1535852 CPUtime=0.12
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 774 0 0 0 12 0 0 0 15 0 19 0 766471 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1535852 CPUtime=0.29
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1243 0 0 0 29 0 0 0 15 0 19 0 766474 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1535852 CPUtime=0.29
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1543 0 0 0 29 0 0 0 15 0 19 0 766474 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 766474 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1572712448 11473 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1535852

[startup+12.7012 s]
/proc/loadavg: 1.61 1.89 1.65 3/215 4132
/proc/meminfo: memFree=32325524/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1535852 CPUtime=13.38
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 13123 0 1 0 1334 4 0 0 17 0 19 0 766469 1572712448 11866 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 383963 11866 1441 10 0 381266 0
[pid=4070/tid=4072] ppid=4068 vsize=1535852 CPUtime=12.37
/proc/4070/task/4072/stat : 4072 (java) R 4068 4070 3793 0 -1 4202560 7639 0 1 0 1235 2 0 0 25 0 19 0 766470 1572712448 11866 4089446400 134512640 134550932 4290031536 18446744073709551615 4109628743 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 766470 1572712448 11866 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0

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

/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 206 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1535852 CPUtime=0.04
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 41 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 75 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 6 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1535852 CPUtime=0.02
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1535852 CPUtime=0.74
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 1055 0 0 0 73 1 0 0 16 0 19 0 766471 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1535852 CPUtime=0.35
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1255 0 0 0 35 0 0 0 15 0 19 0 766474 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1535852 CPUtime=0.3
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1546 0 0 0 30 0 0 0 15 0 19 0 766474 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 766474 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1572712448 12229 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.32
Current children cumulated vsize (KiB) 1535852

[startup+34.3013 s]
/proc/loadavg: 1.80 1.91 1.67 3/215 4132
/proc/meminfo: memFree=32328236/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1535852 CPUtime=35.12
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 13607 0 1 0 3506 6 0 0 17 0 19 0 766469 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 383963 12246 1441 10 0 381266 0
[pid=4070/tid=4072] ppid=4068 vsize=1535852 CPUtime=33.4
/proc/4070/task/4072/stat : 4072 (java) R 4068 4070 3793 0 -1 4202560 7851 0 1 0 3338 2 0 0 25 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4109585352 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1535852 CPUtime=0.02
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 206 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1535852 CPUtime=0.04
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 75 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 6 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1535852 CPUtime=0.02
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1535852 CPUtime=0.76
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 1071 0 0 0 75 1 0 0 16 0 19 0 766471 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1535852 CPUtime=0.35
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1255 0 0 0 35 0 0 0 15 0 19 0 766474 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1535852 CPUtime=0.3
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1546 0 0 0 30 0 0 0 15 0 19 0 766474 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766474 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1572712448 12246 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.12
Current children cumulated vsize (KiB) 1535852

[startup+34.7012 s]
/proc/loadavg: 1.80 1.91 1.67 3/215 4132
/proc/meminfo: memFree=32328236/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1535852 CPUtime=35.54
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 13609 0 1 0 3547 7 0 0 17 0 19 0 766469 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 383963 12247 1441 10 0 381266 0
[pid=4070/tid=4072] ppid=4068 vsize=1535852 CPUtime=33.78
/proc/4070/task/4072/stat : 4072 (java) R 4068 4070 3793 0 -1 4202560 7852 0 1 0 3376 2 0 0 25 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4109585793 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1535852 CPUtime=0.02
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 206 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1535852 CPUtime=0.04
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 6 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1535852 CPUtime=0.02
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 132 0 0 0 2 0 0 0 16 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1535852 CPUtime=0.03
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 766470 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1535852 CPUtime=0.77
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 1071 0 0 0 76 1 0 0 16 0 19 0 766471 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1535852 CPUtime=0.35
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1255 0 0 0 35 0 0 0 15 0 19 0 766474 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1535852 CPUtime=0.3
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1546 0 0 0 30 0 0 0 15 0 19 0 766474 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766474 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1535852 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1572712448 12247 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (KiB) 1535852

[startup+34.9012 s]
/proc/loadavg: 1.80 1.91 1.67 3/215 4132
/proc/meminfo: memFree=32328236/32951124 swapFree=67111528/67111528
[pid=4070] ppid=4068 vsize=1536176 CPUtime=35.76
/proc/4070/stat : 4070 (java) S 4068 4070 3793 0 -1 4202496 13624 0 1 0 3569 7 0 0 17 0 19 0 766469 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4070/statm: 384044 12262 1442 10 0 381347 0
[pid=4070/tid=4072] ppid=4068 vsize=1536176 CPUtime=33.97
/proc/4070/task/4072/stat : 4072 (java) S 4068 4070 3793 0 -1 4202560 7861 0 1 0 3395 2 0 0 17 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4073] ppid=4068 vsize=1536176 CPUtime=0.02
/proc/4070/task/4073/stat : 4073 (java) S 4068 4070 3793 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4074] ppid=4068 vsize=1536176 CPUtime=0.03
/proc/4070/task/4074/stat : 4074 (java) S 4068 4070 3793 0 -1 4202560 206 0 0 0 3 0 0 0 15 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4075] ppid=4068 vsize=1536176 CPUtime=0.03
/proc/4070/task/4075/stat : 4075 (java) S 4068 4070 3793 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4076] ppid=4068 vsize=1536176 CPUtime=0.04
/proc/4070/task/4076/stat : 4076 (java) S 4068 4070 3793 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4077] ppid=4068 vsize=1536176 CPUtime=0.03
/proc/4070/task/4077/stat : 4077 (java) S 4068 4070 3793 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 3 0 0 0
[pid=4070/tid=4078] ppid=4068 vsize=1536176 CPUtime=0.03
/proc/4070/task/4078/stat : 4078 (java) S 4068 4070 3793 0 -1 4202560 76 0 0 0 3 0 0 0 16 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 6 0 0 0
[pid=4070/tid=4079] ppid=4068 vsize=1536176 CPUtime=0.02
/proc/4070/task/4079/stat : 4079 (java) S 4068 4070 3793 0 -1 4202560 132 0 0 0 2 0 0 0 16 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 4 0 0 0
[pid=4070/tid=4080] ppid=4068 vsize=1536176 CPUtime=0.03
/proc/4070/task/4080/stat : 4080 (java) S 4068 4070 3793 0 -1 4202560 160 0 0 0 3 0 0 0 15 0 19 0 766470 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 5 0 0 0
[pid=4070/tid=4081] ppid=4068 vsize=1536176 CPUtime=0.77
/proc/4070/task/4081/stat : 4081 (java) S 4068 4070 3793 0 -1 4202560 1071 0 0 0 76 1 0 0 16 0 19 0 766471 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 0 0 16800975 18446604471131560768 0 0 -1 7 0 0 0
[pid=4070/tid=4082] ppid=4068 vsize=1536176 CPUtime=0
/proc/4070/task/4082/stat : 4082 (java) S 4068 4070 3793 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 766471 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4083] ppid=4068 vsize=1536176 CPUtime=0
/proc/4070/task/4083/stat : 4083 (java) S 4068 4070 3793 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 766471 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4084] ppid=4068 vsize=1536176 CPUtime=0
/proc/4070/task/4084/stat : 4084 (java) S 4068 4070 3793 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 766474 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4085] ppid=4068 vsize=1536176 CPUtime=0.37
/proc/4070/task/4085/stat : 4085 (java) S 4068 4070 3793 0 -1 4202560 1256 0 0 0 37 0 0 0 15 0 19 0 766474 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
[pid=4070/tid=4086] ppid=4068 vsize=1536176 CPUtime=0.32
/proc/4070/task/4086/stat : 4086 (java) S 4068 4070 3793 0 -1 4202560 1546 0 0 0 32 0 0 0 15 0 19 0 766474 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 0 0 0 0
[pid=4070/tid=4087] ppid=4068 vsize=1536176 CPUtime=0
/proc/4070/task/4087/stat : 4087 (java) S 4068 4070 3793 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 766474 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4088] ppid=4068 vsize=1536176 CPUtime=0
/proc/4070/task/4088/stat : 4088 (java) S 4068 4070 3793 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 766474 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 2 0 0 0
[pid=4070/tid=4089] ppid=4068 vsize=1536176 CPUtime=0
/proc/4070/task/4089/stat : 4089 (java) S 4068 4070 3793 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 766485 1573044224 12262 4089446400 134512640 134550932 4290031536 18446744073709551615 4294960144 0 4 0 16800975 18446604471131560768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.76
Current children cumulated vsize (KiB) 1536176

Child status: 30
Real time (s): 34.9394
CPU time (s): 35.7686
CPU user time (s): 35.6936
CPU system time (s): 0.074988
CPU usage (%): 102.373
Max. virtual memory (cumulated for all children) (KiB): 1536764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6936
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13627
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= 3236
involuntary context switches= 13826

runsolver used 0.067989 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-05 12:25:39
IDJOB=2698344
IDBENCH=78773
IDSOLVER=1211
FILE ID=node137/2698344-1278325539
PBS_JOBID= 11207426
Free space on /tmp= 74120 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.1110968094--soft-33-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-2698344-1278325539/watcher-2698344-1278325539 -o /tmp/evaluation-result-2698344-1278325539/solver-2698344-1278325539 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698344-1278325539.wbo

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

MD5SUM BENCH= fe65609ab6055158a33ec1709a24fe9b
RANDOM SEED=518910962

node137.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.829
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.65
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.829
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.83
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.829
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.75
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.829
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.83
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.829
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.76
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.829
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.83
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.829
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.75
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.829
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	: 5246.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32417780 kB
Buffers:         21848 kB
Cached:         349264 kB
SwapCached:          0 kB
Active:         143492 kB
Inactive:       290376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32417780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             636 kB
Writeback:           0 kB
AnonPages:       62872 kB
Mapped:          14408 kB
Slab:            35852 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183560 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= 74120 MiB
End job on node137 at 2010-07-05 12:26:14