Trace number 2698530

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 50.6613 49.4404

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975607--soft-33-100-0.wbo
MD5SUM9a2a28c5bb6a02365b79a03ef797cc3c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.269958
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 1221
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.1.v20100705
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-2698530-1278325626.wbo
0.03/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c #vars     233
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 => 30
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.32/0.24	c SATISFIABLE
0.32/0.24	c OPTIMIZING...
0.32/0.24	c Got one! Elapsed wall clock time (in seconds):0.148
0.32/0.24	o 633
0.32/0.28	c Got one! Elapsed wall clock time (in seconds):0.192
0.32/0.28	o 556
0.62/0.31	c Got one! Elapsed wall clock time (in seconds):0.215
0.62/0.31	o 526
0.62/0.34	c Got one! Elapsed wall clock time (in seconds):0.247
0.62/0.34	o 482
0.62/0.36	c Got one! Elapsed wall clock time (in seconds):0.263
0.62/0.36	o 472
0.62/0.40	c Got one! Elapsed wall clock time (in seconds):0.303
0.62/0.40	o 457
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.394
0.79/0.49	o 435
0.92/0.52	c Got one! Elapsed wall clock time (in seconds):0.423
0.92/0.52	o 425
0.92/0.57	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.05/0.63	c Got one! Elapsed wall clock time (in seconds):0.539
1.05/0.63	o 418
1.05/0.66	c Got one! Elapsed wall clock time (in seconds):0.564
1.05/0.66	o 362
1.15/0.71	c Got one! Elapsed wall clock time (in seconds):0.618
1.15/0.71	o 308
1.25/0.80	c Got one! Elapsed wall clock time (in seconds):0.704
1.25/0.80	o 276
1.25/0.88	c cleaning 4247 clauses out of 8501 with flag 11000/11000
1.67/1.21	c cleaning 5620 clauses out of 11254 with flag 18000/18000
1.78/1.32	c Got one! Elapsed wall clock time (in seconds):1.23
1.78/1.32	o 268
1.88/1.43	c Got one! Elapsed wall clock time (in seconds):1.341
1.88/1.43	o 182
2.08/1.65	c cleaning 6813 clauses out of 13636 with flag 26002/26002
2.61/2.11	c cleaning 7906 clauses out of 15822 with flag 35001/35001
3.10/2.60	c cleaning 8954 clauses out of 17916 with flag 45001/45001
3.21/2.72	c Got one! Elapsed wall clock time (in seconds):2.624
3.21/2.72	o 181
3.51/3.02	c Got one! Elapsed wall clock time (in seconds):2.927
3.51/3.02	o 164
3.62/3.13	c cleaning 9477 clauses out of 18962 with flag 55001/55001
4.14/3.67	c cleaning 9733 clauses out of 19484 with flag 65000/65000
4.74/4.20	c cleaning 9866 clauses out of 19751 with flag 75000/75000
4.95/4.43	c Got one! Elapsed wall clock time (in seconds):4.337
4.95/4.43	o 140
5.25/4.73	c cleaning 9940 clauses out of 19885 with flag 85000/85000
5.75/5.28	c cleaning 9967 clauses out of 19945 with flag 95000/95000
6.35/5.82	c cleaning 9987 clauses out of 19980 with flag 105002/105002
6.85/6.37	c cleaning 9994 clauses out of 19992 with flag 115001/115001
7.46/6.91	c cleaning 9993 clauses out of 19999 with flag 125002/125002
7.96/7.44	c cleaning 9999 clauses out of 20005 with flag 135001/135001
8.47/7.95	c cleaning 9998 clauses out of 20005 with flag 145000/145000
8.97/8.48	c cleaning 9999 clauses out of 20007 with flag 155000/155000
9.48/8.99	c cleaning 10001 clauses out of 20009 with flag 165001/165001
10.08/9.54	c cleaning 10000 clauses out of 20008 with flag 175001/175001
10.68/10.13	c cleaning 9993 clauses out of 20010 with flag 185003/185003
11.18/10.69	c cleaning 10005 clauses out of 20015 with flag 195001/195001
11.79/11.22	c cleaning 10002 clauses out of 20013 with flag 205004/205004
12.29/11.73	c cleaning 9998 clauses out of 20008 with flag 215001/215001
12.79/12.27	c cleaning 10001 clauses out of 20010 with flag 225001/225001
13.39/12.87	c cleaning 10000 clauses out of 20010 with flag 235002/235002
13.50/12.95	c Got one! Elapsed wall clock time (in seconds):12.858
13.50/12.95	o 113
14.00/13.41	c cleaning 10002 clauses out of 20008 with flag 245000/245000
14.50/13.93	c cleaning 10000 clauses out of 20007 with flag 255001/255001
15.11/14.50	c cleaning 9994 clauses out of 20006 with flag 265000/265000
15.61/15.06	c cleaning 9998 clauses out of 20013 with flag 275001/275001
16.22/15.62	c cleaning 10002 clauses out of 20014 with flag 285000/285000
16.83/16.22	c cleaning 10001 clauses out of 20012 with flag 295000/295000
17.33/16.74	c cleaning 10004 clauses out of 20011 with flag 305000/305000
17.93/17.30	c cleaning 9995 clauses out of 20008 with flag 315001/315001
18.03/17.41	c Got one! Elapsed wall clock time (in seconds):17.314
18.03/17.41	o 90
18.43/17.83	c cleaning 10003 clauses out of 20015 with flag 325003/325003
19.03/18.43	c cleaning 9998 clauses out of 20012 with flag 335003/335003
19.63/19.08	c cleaning 9996 clauses out of 20014 with flag 345003/345003
19.84/19.21	c Got one! Elapsed wall clock time (in seconds):19.116
19.84/19.21	o 85
20.24/19.63	c cleaning 10000 clauses out of 20015 with flag 355000/355000
20.74/20.17	c cleaning 10003 clauses out of 20015 with flag 365000/365000
21.34/20.75	c cleaning 9998 clauses out of 20014 with flag 375002/375002
21.94/21.31	c cleaning 10002 clauses out of 20017 with flag 385003/385003
22.45/21.86	c cleaning 10004 clauses out of 20014 with flag 395002/395002
22.95/22.38	c cleaning 9994 clauses out of 20008 with flag 405000/405000
23.45/22.89	c cleaning 10002 clauses out of 20014 with flag 415000/415000
23.86/23.27	c Got one! Elapsed wall clock time (in seconds):23.179
23.86/23.27	o 75
24.07/23.41	c cleaning 10004 clauses out of 20013 with flag 425001/425001
24.57/23.94	c cleaning 10001 clauses out of 20010 with flag 435002/435002
25.07/24.45	c cleaning 10001 clauses out of 20009 with flag 445002/445002
25.58/24.99	c cleaning 9998 clauses out of 20007 with flag 455001/455001
26.08/25.47	c cleaning 10001 clauses out of 20010 with flag 465002/465002
26.68/26.03	c cleaning 9993 clauses out of 20007 with flag 475000/475000
27.18/26.52	c cleaning 10003 clauses out of 20016 with flag 485002/485002
27.68/27.03	c cleaning 10000 clauses out of 20013 with flag 495002/495002
28.19/27.56	c cleaning 10001 clauses out of 20011 with flag 505000/505000
28.69/28.07	c cleaning 9996 clauses out of 20010 with flag 515000/515000
29.20/28.57	c cleaning 10001 clauses out of 20018 with flag 525004/525004
29.32/28.63	c Got one! Elapsed wall clock time (in seconds):28.541
29.32/28.63	o 41
29.71/29.06	c cleaning 10004 clauses out of 20013 with flag 535000/535000
30.21/29.52	c cleaning 10002 clauses out of 20009 with flag 545000/545000
30.72/30.00	c cleaning 10001 clauses out of 20009 with flag 555002/555002
31.22/30.50	c cleaning 9995 clauses out of 20006 with flag 565000/565000
31.72/31.00	c cleaning 10001 clauses out of 20011 with flag 575000/575000
32.12/31.43	c cleaning 10000 clauses out of 20011 with flag 585001/585001
32.53/31.88	c cleaning 10001 clauses out of 20012 with flag 595002/595002
33.03/32.34	c cleaning 10000 clauses out of 20009 with flag 605000/605000
33.53/32.81	c cleaning 10002 clauses out of 20011 with flag 615002/615002
33.93/33.25	c cleaning 9999 clauses out of 20007 with flag 625000/625000
34.43/33.74	c cleaning 9998 clauses out of 20009 with flag 635001/635001
34.94/34.27	c cleaning 9997 clauses out of 20010 with flag 645000/645000
34.94/34.29	c Got one! Elapsed wall clock time (in seconds):34.198
34.94/34.29	o 35
35.44/34.75	c cleaning 10003 clauses out of 20013 with flag 655000/655000
35.94/35.23	c cleaning 9998 clauses out of 20010 with flag 665000/665000
36.34/35.69	c cleaning 10003 clauses out of 20014 with flag 675002/675002
36.95/36.23	c cleaning 10001 clauses out of 20009 with flag 685000/685000
37.34/36.69	c cleaning 10001 clauses out of 20008 with flag 695000/695000
37.85/37.18	c cleaning 9995 clauses out of 20007 with flag 705000/705000
38.36/37.67	c cleaning 10003 clauses out of 20012 with flag 715000/715000
38.96/38.21	c cleaning 10002 clauses out of 20009 with flag 725000/725000
39.46/38.71	c cleaning 10000 clauses out of 20007 with flag 735000/735000
39.96/39.20	c cleaning 10001 clauses out of 20007 with flag 745000/745000
40.37/39.69	c cleaning 10000 clauses out of 20006 with flag 755000/755000
40.87/40.15	c cleaning 9999 clauses out of 20007 with flag 765001/765001
41.37/40.64	c cleaning 9998 clauses out of 20007 with flag 775000/775000
41.87/41.10	c cleaning 9999 clauses out of 20011 with flag 785002/785002
41.97/41.22	c Got one! Elapsed wall clock time (in seconds):41.123
41.97/41.22	o 24
42.37/41.61	c cleaning 10004 clauses out of 20011 with flag 795001/795001
42.77/42.09	c cleaning 9997 clauses out of 20006 with flag 805000/805000
43.28/42.54	c cleaning 10001 clauses out of 20012 with flag 815003/815003
43.78/43.02	c cleaning 9998 clauses out of 20008 with flag 825000/825000
44.28/43.51	c cleaning 10001 clauses out of 20010 with flag 835000/835000
44.69/43.96	c cleaning 10000 clauses out of 20010 with flag 845001/845001
45.19/44.41	c cleaning 10002 clauses out of 20010 with flag 855001/855001
45.59/44.87	c cleaning 10003 clauses out of 20009 with flag 865002/865002
46.09/45.33	c cleaning 9999 clauses out of 20004 with flag 875000/875000
46.60/45.81	c cleaning 9999 clauses out of 20005 with flag 885000/885000
47.01/46.27	c cleaning 9998 clauses out of 20007 with flag 895001/895001
47.50/46.73	c cleaning 9998 clauses out of 20009 with flag 905001/905001
47.91/47.19	c cleaning 9998 clauses out of 20012 with flag 915002/915002
48.41/47.67	c cleaning 10001 clauses out of 20012 with flag 925000/925000
48.91/48.13	c cleaning 10000 clauses out of 20011 with flag 935000/935000
49.44/48.65	c cleaning 10001 clauses out of 20010 with flag 945000/945000
50.16/49.14	c cleaning 10001 clauses out of 20010 with flag 955001/955001
50.63/49.41	c starts		: 195
50.63/49.41	c conflicts		: 960828
50.63/49.41	c decisions		: 1538752
50.63/49.41	c propagations		: 25006158
50.63/49.41	c inspects		: 236789416
50.63/49.41	c learnt literals	: 6
50.63/49.41	c learnt binary clauses	: 20
50.63/49.41	c learnt ternary clauses	: 825
50.63/49.41	c learnt clauses	: 960821
50.63/49.41	c ignored clauses	: 0
50.63/49.41	c root simplifications	: 0
50.63/49.41	c removed literals (reason simplification)	: 7018804
50.63/49.41	c reason swapping (by a shorter reason)	: 0
50.63/49.41	c Calls to reduceDB	: 97
50.63/49.41	c number of reductions to clauses (during analyze)	: 0
50.63/49.41	c number of learned constraints concerned by reduction	: 0
50.63/49.41	c number of learning phase by resolution	: 0
50.63/49.41	c number of learning phase by cutting planes	: 0
50.63/49.41	c speed (assignments/second)	: 3051764.4618013175
50.63/49.41	c non guided choices	1149
50.63/49.41	c learnt constraints type 
50.63/49.41	c constraints type 
50.63/49.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
50.63/49.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
50.63/49.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
50.63/49.41	s OPTIMUM FOUND
50.63/49.41	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 
50.63/49.41	c objective function=24
50.63/49.41	c Total wall clock time (in seconds): 49.318

Verifier Data

OK	24

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698530-1278325626/watcher-2698530-1278325626 -o /tmp/evaluation-result-2698530-1278325626/solver-2698530-1278325626 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698530-1278325626.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.79 1.88 1.68 3/196 4240
/proc/meminfo: memFree=32438164/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=13436 CPUtime=0
/proc/4240/stat : 4240 (java) R 4238 4240 3780 0 -1 4202496 1041 0 0 0 0 0 0 0 22 0 1 0 776443 13758464 526 4089446400 134512640 134550932 4288986320 18446744073709551615 12778728 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4240/statm: 3359 529 224 10 0 1202 0
[pid=4240/tid=4241] ppid=4238 vsize=13436 CPUtime=0
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 15 0 0 0 0 0 0 0 23 0 2 0 776443 13758464 540 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0502339 s]
/proc/loadavg: 1.79 1.88 1.68 3/196 4240
/proc/meminfo: memFree=32438164/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1528724 CPUtime=0.03
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 4053 0 1 0 3 0 0 0 22 0 18 0 776443 1565413376 3492 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 382181 3492 1078 10 0 379484 0
[pid=4240/tid=4241] ppid=4238 vsize=1528724 CPUtime=0.03
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 2966 0 1 0 3 0 0 0 25 0 18 0 776443 1565413376 3492 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528724

[startup+0.100198 s]
/proc/loadavg: 1.79 1.88 1.68 3/196 4240
/proc/meminfo: memFree=32438164/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1530172 CPUtime=0.11
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 5236 0 1 0 10 1 0 0 22 0 18 0 776443 1566896128 4669 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 382543 4669 1347 10 0 379846 0
[pid=4240/tid=4241] ppid=4238 vsize=1530172 CPUtime=0.08
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 3567 0 1 0 8 0 0 0 25 0 18 0 776443 1566896128 4669 4089446400 134512640 134550932 4288986320 18446744073709551615 4109063560 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530172

[startup+0.300261 s]
/proc/loadavg: 1.79 1.88 1.68 3/196 4240
/proc/meminfo: memFree=32438164/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1533568 CPUtime=0.62
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 7028 0 1 0 60 2 0 0 22 0 19 0 776443 1570373632 6022 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 383392 6022 1418 10 0 380695 0
[pid=4240/tid=4241] ppid=4238 vsize=1533568 CPUtime=0.29
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 4127 0 1 0 28 1 0 0 25 0 19 0 776443 1570373632 6023 4089446400 134512640 134550932 4288986320 18446744073709551615 4109394610 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533568

[startup+0.701195 s]
/proc/loadavg: 1.79 1.88 1.68 3/196 4240
/proc/meminfo: memFree=32438164/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1533568 CPUtime=1.15
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 9139 0 1 0 113 2 0 0 22 0 19 0 776443 1570373632 8044 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 383392 8044 1439 10 0 380695 0
[pid=4240/tid=4241] ppid=4238 vsize=1533568 CPUtime=0.67
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 5696 0 1 0 66 1 0 0 25 0 19 0 776443 1570373632 8044 4089446400 134512640 134550932 4288986320 18446744073709551615 4109060830 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1533568

[startup+1.50101 s]
/proc/loadavg: 1.79 1.88 1.68 3/215 4259
/proc/meminfo: memFree=32410540/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1533568 CPUtime=1.98
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 9979 0 1 0 196 2 0 0 22 0 19 0 776443 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 383392 8882 1439 10 0 380695 0
[pid=4240/tid=4241] ppid=4238 vsize=1533568 CPUtime=1.45
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 5936 0 1 0 144 1 0 0 25 0 19 0 776443 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4109379916 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4240/tid=4243] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1533568 CPUtime=0.02
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 438 0 0 0 2 0 0 0 16 0 19 0 776445 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1533568 CPUtime=0.27
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 914 0 0 0 27 0 0 0 15 0 19 0 776447 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1533568 CPUtime=0.2
/proc/4240/task/4256/stat : 4256 (java) S 4238 4240 3780 0 -1 4202560 1034 0 0 0 20 0 0 0 15 0 19 0 776447 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776447 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1570373632 8882 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1533568

[startup+3.10077 s]
/proc/loadavg: 1.79 1.88 1.68 3/215 4259
/proc/meminfo: memFree=32404588/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1533568 CPUtime=3.62
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 12084 0 1 0 359 3 0 0 22 0 19 0 776443 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 383392 10958 1439 10 0 380695 0
[pid=4240/tid=4241] ppid=4238 vsize=1533568 CPUtime=3.01
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 7724 0 1 0 300 1 0 0 25 0 19 0 776443 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4109465194 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4240/tid=4243] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1533568 CPUtime=0.05
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 583 0 0 0 5 0 0 0 16 0 19 0 776445 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1533568 CPUtime=0.28
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 943 0 0 0 28 0 0 0 15 0 19 0 776447 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1533568 CPUtime=0.23
/proc/4240/task/4256/stat : 4256 (java) S 4238 4240 3780 0 -1 4202560 1039 0 0 0 23 0 0 0 15 0 19 0 776447 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776447 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1570373632 10958 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1533568

[startup+6.30121 s]
/proc/loadavg: 2.29 1.98 1.71 3/215 4259
/proc/meminfo: memFree=32400000/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1533568 CPUtime=6.85
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 12281 0 1 0 682 3 0 0 22 0 19 0 776443 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 383392 11117 1439 10 0 380695 0
[pid=4240/tid=4241] ppid=4238 vsize=1533568 CPUtime=6.14
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 7731 0 1 0 613 1 0 0 25 0 19 0 776443 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4109381112 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4240/tid=4243] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 0 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 776444 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1533568 CPUtime=0.11
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 698 0 0 0 11 0 0 0 15 0 19 0 776445 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1533568 CPUtime=0.28
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 943 0 0 0 28 0 0 0 15 0 19 0 776447 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1533568 CPUtime=0.24
/proc/4240/task/4256/stat : 4256 (java) S 4238 4240 3780 0 -1 4202560 1043 0 0 0 24 0 0 0 15 0 19 0 776447 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 776447 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1533568 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1570373632 11117 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 1533568


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

/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1540036 CPUtime=0.04
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 252 0 0 0 4 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1540036 CPUtime=0.03
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 71 0 0 0 3 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1540036 CPUtime=0.03
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1540036 CPUtime=0.05
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1540036 CPUtime=0.04
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 21 0 0 0 4 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1540036 CPUtime=0.03
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 83 0 0 0 3 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1540036 CPUtime=0.04
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 196 0 0 0 4 0 0 0 15 0 19 0 776444 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 0 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1540036 CPUtime=0.96
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 1166 0 0 0 96 0 0 0 16 0 19 0 776445 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1540036 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1540036 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1540036 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1540036 CPUtime=0.31
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 949 0 0 0 31 0 0 0 16 0 19 0 776447 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1540036 CPUtime=0.4
/proc/4240/task/4256/stat : 4256 (java) R 4238 4240 3780 0 -1 4202560 2864 0 0 0 40 0 0 0 16 0 19 0 776447 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 106247026 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1540036 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1540036 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776447 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1540036 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1576996864 13520 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 1540036

[startup+49.1006 s]
/proc/loadavg: 2.19 2.00 1.73 3/215 4261
/proc/meminfo: memFree=32395844/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1540736 CPUtime=50.16
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 16444 0 1 0 5007 9 0 0 22 0 19 0 776443 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 385184 14043 1439 10 0 382487 0
[pid=4240/tid=4241] ppid=4238 vsize=1540736 CPUtime=47.97
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 8274 0 1 0 4795 2 0 0 25 0 19 0 776443 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4109026378 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4240/tid=4243] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 252 0 0 0 4 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 71 0 0 0 3 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1540736 CPUtime=0.05
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 21 0 0 0 4 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 83 0 0 0 3 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 196 0 0 0 4 0 0 0 15 0 19 0 776444 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 0 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1540736 CPUtime=0.96
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 1166 0 0 0 96 0 0 0 16 0 19 0 776445 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1540736 CPUtime=0.32
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 1081 0 0 0 32 0 0 0 15 0 19 0 776447 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1540736 CPUtime=0.49
/proc/4240/task/4256/stat : 4256 (java) R 4238 4240 3780 0 -1 4202560 4008 0 0 0 49 0 0 0 15 0 19 0 776447 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 106810638 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776447 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1577713664 14043 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 1540736

[startup+49.3005 s]
/proc/loadavg: 2.19 2.00 1.73 3/215 4261
/proc/meminfo: memFree=32395844/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1540736 CPUtime=50.52
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 17571 0 1 0 5043 9 0 0 22 0 19 0 776443 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 385184 14125 1439 10 0 382487 0
[pid=4240/tid=4241] ppid=4238 vsize=1540736 CPUtime=48.15
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 8275 0 1 0 4813 2 0 0 25 0 19 0 776443 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4109461103 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4240/tid=4243] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 252 0 0 0 4 0 0 0 15 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 71 0 0 0 3 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 38 0 0 0 3 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1540736 CPUtime=0.05
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 21 0 0 0 4 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 83 0 0 0 3 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1540736 CPUtime=0.05
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 197 0 0 0 5 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 0 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1540736 CPUtime=0.97
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 1166 0 0 0 97 0 0 0 16 0 19 0 776445 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1540736 CPUtime=0.32
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 1081 0 0 0 32 0 0 0 15 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1540736 CPUtime=0.66
/proc/4240/task/4256/stat : 4256 (java) S 4238 4240 3780 0 -1 4202560 5133 0 0 0 65 1 0 0 16 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 1540736

[startup+49.4015 s]
/proc/loadavg: 2.26 2.02 1.74 3/215 4261
/proc/meminfo: memFree=32387160/32950928 swapFree=67111528/67111528
[pid=4240] ppid=4238 vsize=1540736 CPUtime=50.63
/proc/4240/stat : 4240 (java) S 4238 4240 3780 0 -1 4202496 17571 0 1 0 5054 9 0 0 22 0 19 0 776443 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4240/statm: 385184 14125 1439 10 0 382487 0
[pid=4240/tid=4241] ppid=4238 vsize=1540736 CPUtime=48.26
/proc/4240/task/4241/stat : 4241 (java) R 4238 4240 3780 0 -1 4202560 8275 0 1 0 4824 2 0 0 25 0 19 0 776443 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4109056008 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4240/tid=4243] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4243/stat : 4243 (java) S 4238 4240 3780 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4244] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4244/stat : 4244 (java) S 4238 4240 3780 0 -1 4202560 252 0 0 0 4 0 0 0 15 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4245] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4245/stat : 4245 (java) S 4238 4240 3780 0 -1 4202560 71 0 0 0 3 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4246] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4246/stat : 4246 (java) S 4238 4240 3780 0 -1 4202560 38 0 0 0 3 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 2 0 0 0
[pid=4240/tid=4247] ppid=4238 vsize=1540736 CPUtime=0.05
/proc/4240/task/4247/stat : 4247 (java) S 4238 4240 3780 0 -1 4202560 20 0 0 0 5 0 0 0 15 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4248] ppid=4238 vsize=1540736 CPUtime=0.04
/proc/4240/task/4248/stat : 4248 (java) S 4238 4240 3780 0 -1 4202560 21 0 0 0 4 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4249] ppid=4238 vsize=1540736 CPUtime=0.03
/proc/4240/task/4249/stat : 4249 (java) S 4238 4240 3780 0 -1 4202560 83 0 0 0 3 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 7 0 0 0
[pid=4240/tid=4250] ppid=4238 vsize=1540736 CPUtime=0.05
/proc/4240/task/4250/stat : 4250 (java) S 4238 4240 3780 0 -1 4202560 197 0 0 0 5 0 0 0 16 0 19 0 776444 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 0 0 0 0
[pid=4240/tid=4251] ppid=4238 vsize=1540736 CPUtime=0.97
/proc/4240/task/4251/stat : 4251 (java) S 4238 4240 3780 0 -1 4202560 1166 0 0 0 97 0 0 0 16 0 19 0 776445 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 0 0 16800975 18446604471145190720 0 0 -1 6 0 0 0
[pid=4240/tid=4252] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4252/stat : 4252 (java) S 4238 4240 3780 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 776445 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4253] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4253/stat : 4253 (java) S 4238 4240 3780 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 776445 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4254] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4254/stat : 4254 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4255] ppid=4238 vsize=1540736 CPUtime=0.32
/proc/4240/task/4255/stat : 4255 (java) S 4238 4240 3780 0 -1 4202560 1081 0 0 0 32 0 0 0 15 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
[pid=4240/tid=4256] ppid=4238 vsize=1540736 CPUtime=0.67
/proc/4240/task/4256/stat : 4256 (java) S 4238 4240 3780 0 -1 4202560 5133 0 0 0 66 1 0 0 15 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4257] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4257/stat : 4257 (java) S 4238 4240 3780 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 3 0 0 0
[pid=4240/tid=4258] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4258/stat : 4258 (java) S 4238 4240 3780 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 776447 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 1 0 0 0
[pid=4240/tid=4259] ppid=4238 vsize=1540736 CPUtime=0
/proc/4240/task/4259/stat : 4259 (java) S 4238 4240 3780 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 776458 1577713664 14125 4089446400 134512640 134550932 4288986320 18446744073709551615 4294960144 0 4 0 16800975 18446604471145190720 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 1540736

Child status: 30
Real time (s): 49.4404
CPU time (s): 50.6613
CPU user time (s): 50.5633
CPU system time (s): 0.097985
CPU usage (%): 102.47
Max. virtual memory (cumulated for all children) (KiB): 1542392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.5633
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17583
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= 4258
involuntary context switches= 17946

runsolver used 0.106983 second user time and 0.19497 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-05 12:27:06
IDJOB=2698530
IDBENCH=78864
IDSOLVER=1211
FILE ID=node125/2698530-1278325626
PBS_JOBID= 11207446
Free space on /tmp= 74196 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.1110975607--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-2698530-1278325626/watcher-2698530-1278325626 -o /tmp/evaluation-result-2698530-1278325626/solver-2698530-1278325626 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698530-1278325626.wbo

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

MD5SUM BENCH= 9a2a28c5bb6a02365b79a03ef797cc3c
RANDOM SEED=1485955406

node125.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.823
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.64
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.823
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.823
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.823
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.74
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.823
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.82
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.823
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.74
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.823
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.82
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.823
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32438932 kB
Buffers:         21612 kB
Cached:         285464 kB
SwapCached:          0 kB
Active:         185256 kB
Inactive:       226492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32438932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:      104700 kB
Mapped:          20324 kB
Slab:            35728 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1637160 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= 74196 MiB
End job on node125 at 2010-07-05 12:27:56