Trace number 2691346

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.0 2010-05-26Wrong Opt. 29.5705 28.6996

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.05/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.06	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100526
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.07	c java.vm.version	11.2-b01
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	32
0.05/0.07	c java.version		1.6.0_12
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		i386
0.05/0.07	c Free memory 		1393557488
0.05/0.07	c Max memory 		1395916800
0.05/0.07	c Total memory 		1395916800
0.05/0.07	c Number of processors 	8
0.05/0.10	c Pseudo Boolean Optimization
0.05/0.10	c --- Begin Solver configuration ---
0.05/0.10	c Stops conflict analysis at the first Unique Implication Point
0.05/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.05/0.10	c Learn all clauses as in MiniSAT
0.05/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.10	c Expensive reason simplification
0.05/0.10	c Armin Biere (Picosat) restarts strategy
0.05/0.10	c Glucose learned constraints deletion strategy
0.05/0.10	c timeout=2147483s
0.05/0.10	c DB Simplification allowed=false
0.05/0.10	c --- End Solver configuration ---
0.05/0.10	c solving HOME/instance-2691346-1277899693.wbo
0.05/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.052s.
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 => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.30/0.29	c SATISFIABLE
0.30/0.29	c OPTIMIZING...
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.191
0.30/0.29	o 383
0.60/0.31	c Got one! Elapsed wall clock time (in seconds):0.22
0.60/0.31	o 378
0.60/0.34	c Got one! Elapsed wall clock time (in seconds):0.245
0.60/0.34	o 320
0.60/0.39	c Got one! Elapsed wall clock time (in seconds):0.294
0.60/0.39	o 297
0.81/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.81/0.44	o 278
0.81/0.48	c Got one! Elapsed wall clock time (in seconds):0.389
0.81/0.48	o 237
0.98/0.53	c Got one! Elapsed wall clock time (in seconds):0.436
0.98/0.53	o 176
0.98/0.57	c cleaning 2498 clauses out of 5001 with flag 5001/5001
1.32/0.81	c Got one! Elapsed wall clock time (in seconds):0.719
1.32/0.81	o 167
1.32/0.86	c cleaning 4250 clauses out of 8505 with flag 11003/11003
1.63/1.17	c Got one! Elapsed wall clock time (in seconds):1.074
1.63/1.17	o 157
1.63/1.19	c cleaning 5626 clauses out of 11253 with flag 18001/18001
2.03/1.56	c cleaning 6809 clauses out of 13626 with flag 26000/26000
2.35/1.87	c Got one! Elapsed wall clock time (in seconds):1.778
2.35/1.87	o 151
2.55/2.07	c cleaning 7906 clauses out of 15820 with flag 35003/35003
2.86/2.30	c Got one! Elapsed wall clock time (in seconds):2.209
2.86/2.30	o 135
3.06/2.55	c cleaning 8952 clauses out of 17912 with flag 45001/45001
3.06/2.57	c Got one! Elapsed wall clock time (in seconds):2.473
3.06/2.57	o 129
3.58/3.01	c cleaning 9475 clauses out of 18959 with flag 55000/55000
3.58/3.03	c Got one! Elapsed wall clock time (in seconds):2.936
3.58/3.03	o 100
4.18/3.63	c cleaning 9737 clauses out of 19484 with flag 65000/65000
4.68/4.11	c cleaning 9870 clauses out of 19748 with flag 75001/75001
4.68/4.13	c Got one! Elapsed wall clock time (in seconds):4.039
4.68/4.13	o 91
5.08/4.53	c cleaning 9932 clauses out of 19877 with flag 85000/85000
5.58/5.08	c cleaning 9967 clauses out of 19946 with flag 95001/95001
6.09/5.56	c cleaning 9986 clauses out of 19978 with flag 105000/105000
6.58/6.04	c cleaning 9989 clauses out of 19992 with flag 115000/115000
7.09/6.56	c cleaning 9995 clauses out of 20004 with flag 125001/125001
7.59/7.07	c cleaning 10000 clauses out of 20008 with flag 135000/135000
7.89/7.35	c Got one! Elapsed wall clock time (in seconds):7.255
7.89/7.35	o 78
8.09/7.53	c cleaning 10003 clauses out of 20011 with flag 145003/145003
8.49/7.95	c cleaning 9997 clauses out of 20007 with flag 155002/155002
8.99/8.42	c cleaning 9996 clauses out of 20009 with flag 165001/165001
9.49/8.96	c cleaning 10000 clauses out of 20012 with flag 175000/175000
9.99/9.41	c cleaning 10004 clauses out of 20012 with flag 185000/185000
10.39/9.89	c cleaning 9997 clauses out of 20009 with flag 195001/195001
10.89/10.35	c cleaning 10002 clauses out of 20011 with flag 205000/205000
11.39/10.82	c cleaning 9999 clauses out of 20010 with flag 215001/215001
11.90/11.36	c cleaning 10000 clauses out of 20012 with flag 225002/225002
12.40/11.82	c cleaning 9999 clauses out of 20010 with flag 235000/235000
12.90/12.33	c cleaning 10004 clauses out of 20011 with flag 245000/245000
13.40/12.82	c cleaning 10001 clauses out of 20009 with flag 255002/255002
13.40/12.87	c Got one! Elapsed wall clock time (in seconds):12.77
13.40/12.87	o 77
13.82/13.26	c cleaning 9999 clauses out of 20006 with flag 265000/265000
14.21/13.66	c cleaning 9998 clauses out of 20007 with flag 275000/275000
14.61/14.04	c cleaning 10001 clauses out of 20010 with flag 285001/285001
15.11/14.57	c cleaning 10000 clauses out of 20009 with flag 295001/295001
15.61/15.04	c cleaning 10002 clauses out of 20010 with flag 305002/305002
16.11/15.50	c cleaning 10001 clauses out of 20007 with flag 315001/315001
16.51/15.95	c cleaning 9997 clauses out of 20006 with flag 325001/325001
17.02/16.43	c cleaning 10001 clauses out of 20008 with flag 335000/335000
17.41/16.86	c cleaning 10000 clauses out of 20008 with flag 345001/345001
17.81/17.22	c Got one! Elapsed wall clock time (in seconds):17.123
17.81/17.22	o 73
17.91/17.31	c cleaning 10000 clauses out of 20008 with flag 355001/355001
18.31/17.72	c cleaning 10000 clauses out of 20007 with flag 365000/365000
18.71/18.12	c cleaning 10001 clauses out of 20008 with flag 375001/375001
19.11/18.51	c cleaning 9996 clauses out of 20006 with flag 385000/385000
19.61/19.01	c cleaning 10004 clauses out of 20011 with flag 395001/395001
20.02/19.46	c cleaning 10000 clauses out of 20006 with flag 405000/405000
20.42/19.85	c cleaning 9995 clauses out of 20006 with flag 415000/415000
20.82/20.29	c cleaning 10000 clauses out of 20011 with flag 425000/425000
21.32/20.74	c cleaning 10000 clauses out of 20012 with flag 435001/435001
21.71/21.19	c cleaning 10004 clauses out of 20011 with flag 445000/445000
22.22/21.68	c cleaning 10001 clauses out of 20011 with flag 455004/455004
22.72/22.13	c cleaning 9998 clauses out of 20006 with flag 465000/465000
22.72/22.15	c Got one! Elapsed wall clock time (in seconds):22.057
22.72/22.15	o 39
23.12/22.55	c cleaning 9998 clauses out of 20009 with flag 475001/475001
23.63/23.01	c cleaning 10002 clauses out of 20012 with flag 485002/485002
24.02/23.47	c cleaning 10000 clauses out of 20008 with flag 495000/495000
24.52/23.92	c cleaning 9997 clauses out of 20008 with flag 505000/505000
24.92/24.31	c cleaning 10002 clauses out of 20012 with flag 515001/515001
25.32/24.74	c cleaning 10000 clauses out of 20009 with flag 525000/525000
25.32/24.76	c Got one! Elapsed wall clock time (in seconds):24.66
25.32/24.76	o 35
25.72/25.16	c cleaning 10001 clauses out of 20010 with flag 535001/535001
26.13/25.58	c cleaning 9998 clauses out of 20008 with flag 545000/545000
26.65/26.01	c cleaning 10001 clauses out of 20010 with flag 555000/555000
27.06/26.46	c cleaning 10002 clauses out of 20009 with flag 565000/565000
27.59/26.92	c cleaning 10001 clauses out of 20007 with flag 575000/575000
28.25/27.42	c cleaning 9999 clauses out of 20007 with flag 585001/585001
28.65/27.88	c cleaning 10000 clauses out of 20007 with flag 595000/595000
29.15/28.32	c cleaning 9998 clauses out of 20008 with flag 605001/605001
29.45/28.68	c starts		: 172
29.45/28.68	c conflicts		: 612944
29.45/28.68	c decisions		: 876170
29.45/28.68	c propagations		: 15529939
29.45/28.68	c inspects		: 160371979
29.45/28.68	c learnt literals	: 5
29.45/28.68	c learnt binary clauses	: 18
29.45/28.68	c learnt ternary clauses	: 81
29.45/28.68	c learnt clauses	: 612938
29.45/28.68	c ignored clauses	: 0
29.45/28.68	c root simplifications	: 0
29.45/28.68	c removed literals (reason simplification)	: 6329584
29.45/28.68	c reason swapping (by a shorter reason)	: 0
29.45/28.68	c Calls to reduceDB	: 62
29.45/28.68	c number of reductions to clauses (during analyze)	: 0
29.45/28.68	c number of learned constraints concerned by reduction	: 0
29.45/28.68	c number of learning phase by resolution	: 0
29.45/28.68	c number of learning phase by cutting planes	: 0
29.45/28.68	c speed (assignments/second)	: 3954657.2447160683
29.45/28.68	c non guided choices	867
29.45/28.68	c learnt constraints type 
29.45/28.68	c constraints type 
29.45/28.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
29.45/28.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
29.45/28.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.45/28.68	s OPTIMUM FOUND
29.45/28.68	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 
29.45/28.68	c objective function=35
29.45/28.68	c Total wall clock time (in seconds): 28.589

Verifier Data

OK	35

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11142
/proc/meminfo: memFree=31567512/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=13164 CPUtime=0
/proc/11142/stat : 11142 (java) R 11140 11142 10347 0 -1 4194304 706 0 0 0 0 0 0 0 25 0 1 0 131267477 13479936 311 4089446400 134512640 134550932 4291161856 18446744073709551615 9746043 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11142/statm: 3291 317 141 10 0 1121 0

[startup+0.0595891 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11142
/proc/meminfo: memFree=31567512/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1527696 CPUtime=0.05
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 4116 0 1 0 4 1 0 0 25 0 18 0 131267477 1564360704 3556 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 381924 3557 1081 10 0 379226 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1527696

[startup+0.10058 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11142
/proc/meminfo: memFree=31567512/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1530052 CPUtime=0.11
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 5226 0 1 0 10 1 0 0 25 0 18 0 131267477 1566773248 4664 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 382513 4664 1348 10 0 379815 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530052

[startup+0.300515 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11142
/proc/meminfo: memFree=31567512/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1534736 CPUtime=0.6
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 7384 0 1 0 59 1 0 0 25 0 19 0 131267477 1571569664 6308 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 383684 6308 1417 10 0 380986 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1534736

[startup+0.700502 s]
/proc/loadavg: 2.00 2.00 2.00 3/196 11142
/proc/meminfo: memFree=31567512/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1534736 CPUtime=1.2
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 8603 0 1 0 118 2 0 0 25 0 19 0 131267477 1571569664 7526 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 383684 7526 1440 10 0 380986 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1534736

[startup+1.50134 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 11161
/proc/meminfo: memFree=31542216/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1534736 CPUtime=2.03
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 9196 0 1 0 201 2 0 0 25 0 19 0 131267477 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 383684 8117 1440 10 0 380986 0
[pid=11142/tid=11144] ppid=11140 vsize=1534736 CPUtime=1.45
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4798 0 1 0 144 1 0 0 20 0 19 0 131267478 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4109438455 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 57 0 0 0 0 0 0 0 16 0 19 0 131267479 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1534736 CPUtime=0.02
/proc/11142/task/11153/stat : 11153 (java) S 11140 11142 10347 0 -1 4202560 414 0 0 0 2 0 0 0 15 0 19 0 131267480 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1534736 CPUtime=0.27
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 1002 0 0 0 27 0 0 0 15 0 19 0 131267482 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1534736 CPUtime=0.26
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1345 0 0 0 26 0 0 0 15 0 19 0 131267482 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1571569664 8117 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1534736

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 11161
/proc/meminfo: memFree=31539612/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1534736 CPUtime=3.68
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 9690 0 1 0 366 2 0 0 25 0 19 0 131267477 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 383684 8605 1440 10 0 380986 0
[pid=11142/tid=11144] ppid=11140 vsize=1534736 CPUtime=3.01
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4800 0 1 0 300 1 0 0 25 0 19 0 131267478 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4109507191 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 60 0 0 0 0 0 0 0 16 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 131267479 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1534736 CPUtime=0.05
/proc/11142/task/11153/stat : 11153 (java) S 11140 11142 10347 0 -1 4202560 679 0 0 0 5 0 0 0 15 0 19 0 131267480 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1534736 CPUtime=0.28
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 1006 0 0 0 28 0 0 0 15 0 19 0 131267482 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1534736 CPUtime=0.29
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1380 0 0 0 29 0 0 0 15 0 19 0 131267482 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1534736 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1571569664 8605 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1534736

[startup+6.30143 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 11161
/proc/meminfo: memFree=31538860/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1533348 CPUtime=6.88
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 9779 0 1 0 686 2 0 0 25 0 19 0 131267477 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 383337 8344 1440 10 0 380639 0
[pid=11142/tid=11144] ppid=11140 vsize=1533348 CPUtime=6.14
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4807 0 1 0 613 1 0 0 20 0 19 0 131267478 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4109569773 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 119 0 0 0 0 0 0 0 16 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 131267479 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1533348 CPUtime=0.11
/proc/11142/task/11153/stat : 11153 (java) S 11140 11142 10347 0 -1 4202560 749 0 0 0 11 0 0 0 15 0 19 0 131267480 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1533348 CPUtime=0.28
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 1006 0 0 0 28 0 0 0 15 0 19 0 131267482 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1533348 CPUtime=0.29
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1380 0 0 0 29 0 0 0 15 0 19 0 131267482 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1533348 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1570148352 8344 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1533348

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 11161
/proc/meminfo: memFree=31538536/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1533348 CPUtime=13.3
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 9895 0 1 0 1328 2 0 0 25 0 19 0 131267477 1570148352 8447 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 383337 8447 1440 10 0 380639 0
[pid=11142/tid=11144] ppid=11140 vsize=1533348 CPUtime=12.4
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4821 0 1 0 1239 1 0 0 18 0 19 0 131267478 1570148352 8447 4089446400 134512640 134550932 4291161856 18446744073709551615 4109098130 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1533348 CPUtime=0.01
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 131267479 1570148352 8447 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 0 0 0 0

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

/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 177 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1539060 CPUtime=0.02
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 218 0 0 0 2 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 63 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1539060 CPUtime=0.58
/proc/11142/task/11153/stat : 11153 (java) R 11140 11142 10347 0 -1 4202560 1023 0 0 0 58 0 0 0 15 0 19 0 131267480 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 105886112 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1539060 CPUtime=0.49
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 3321 0 0 0 49 0 0 0 16 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1539060 CPUtime=0.3
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1402 0 0 0 30 0 0 0 15 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 28.75
Current children cumulated vsize (KiB) 1539060

[startup+28.3012 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 11161
/proc/meminfo: memFree=31532160/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1539060 CPUtime=29.15
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 12450 0 1 0 2911 4 0 0 25 0 19 0 131267477 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 384765 10091 1440 10 0 382067 0
[pid=11142/tid=11144] ppid=11140 vsize=1539060 CPUtime=27.58
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4857 0 1 0 2757 1 0 0 25 0 19 0 131267478 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4159569698 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 177 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1539060 CPUtime=0.02
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 218 0 0 0 2 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 55 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 63 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1539060 CPUtime=0.59
/proc/11142/task/11153/stat : 11153 (java) S 11140 11142 10347 0 -1 4202560 1023 0 0 0 59 0 0 0 16 0 19 0 131267480 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1539060 CPUtime=0.49
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 3321 0 0 0 49 0 0 0 16 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1539060 CPUtime=0.3
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1402 0 0 0 30 0 0 0 15 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1575997440 10091 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.15
Current children cumulated vsize (KiB) 1539060

[startup+28.5012 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 11161
/proc/meminfo: memFree=31532316/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1539060 CPUtime=29.35
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 12457 0 1 0 2931 4 0 0 25 0 19 0 131267477 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 384765 10097 1440 10 0 382067 0
[pid=11142/tid=11144] ppid=11140 vsize=1539060 CPUtime=27.77
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4858 0 1 0 2776 1 0 0 25 0 19 0 131267478 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4109520449 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1539060 CPUtime=0.02
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 177 0 0 0 2 0 0 0 16 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1539060 CPUtime=0.02
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 218 0 0 0 2 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 55 0 0 0 1 0 0 0 16 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 87 0 0 0 1 0 0 0 16 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 63 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1539060 CPUtime=0.6
/proc/11142/task/11153/stat : 11153 (java) S 11140 11142 10347 0 -1 4202560 1029 0 0 0 60 0 0 0 15 0 19 0 131267480 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1539060 CPUtime=0.49
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 3321 0 0 0 49 0 0 0 15 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1539060 CPUtime=0.3
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1402 0 0 0 30 0 0 0 15 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.35
Current children cumulated vsize (KiB) 1539060

[startup+28.6072 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 11161
/proc/meminfo: memFree=31532316/32951124 swapFree=67111528/67111528
[pid=11142] ppid=11140 vsize=1539060 CPUtime=29.45
/proc/11142/stat : 11142 (java) S 11140 11142 10347 0 -1 4202496 12457 0 1 0 2941 4 0 0 25 0 19 0 131267477 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11142/statm: 384765 10097 1440 10 0 382067 0
[pid=11142/tid=11144] ppid=11140 vsize=1539060 CPUtime=27.88
/proc/11142/task/11144/stat : 11144 (java) R 11140 11142 10347 0 -1 4202560 4858 0 1 0 2787 1 0 0 25 0 19 0 131267478 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4109459113 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11142/tid=11145] ppid=11140 vsize=1539060 CPUtime=0.02
/proc/11142/task/11145/stat : 11145 (java) S 11140 11142 10347 0 -1 4202560 177 0 0 0 2 0 0 0 16 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11146] ppid=11140 vsize=1539060 CPUtime=0.02
/proc/11142/task/11146/stat : 11146 (java) S 11140 11142 10347 0 -1 4202560 218 0 0 0 2 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11147] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11147/stat : 11147 (java) S 11140 11142 10347 0 -1 4202560 55 0 0 0 1 0 0 0 16 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11148] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11148/stat : 11148 (java) S 11140 11142 10347 0 -1 4202560 87 0 0 0 1 0 0 0 16 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11149] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11149/stat : 11149 (java) S 11140 11142 10347 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11150] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11150/stat : 11150 (java) S 11140 11142 10347 0 -1 4202560 63 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11151] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11151/stat : 11151 (java) S 11140 11142 10347 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11152] ppid=11140 vsize=1539060 CPUtime=0.01
/proc/11142/task/11152/stat : 11152 (java) S 11140 11142 10347 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 131267479 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11153] ppid=11140 vsize=1539060 CPUtime=0.6
/proc/11142/task/11153/stat : 11153 (java) S 11140 11142 10347 0 -1 4202560 1029 0 0 0 60 0 0 0 15 0 19 0 131267480 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 0 0 16800975 18446604471161373888 0 0 -1 0 0 0 0
[pid=11142/tid=11154] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11154/stat : 11154 (java) S 11140 11142 10347 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11155] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11155/stat : 11155 (java) S 11140 11142 10347 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 131267480 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 2 0 0 0
[pid=11142/tid=11156] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11156/stat : 11156 (java) S 11140 11142 10347 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11157] ppid=11140 vsize=1539060 CPUtime=0.49
/proc/11142/task/11157/stat : 11157 (java) S 11140 11142 10347 0 -1 4202560 3321 0 0 0 49 0 0 0 15 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 3 0 0 0
[pid=11142/tid=11158] ppid=11140 vsize=1539060 CPUtime=0.3
/proc/11142/task/11158/stat : 11158 (java) S 11140 11142 10347 0 -1 4202560 1402 0 0 0 30 0 0 0 15 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11159] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11159/stat : 11159 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 6 0 0 0
[pid=11142/tid=11160] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11160/stat : 11160 (java) S 11140 11142 10347 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 131267482 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 4 0 0 0
[pid=11142/tid=11161] ppid=11140 vsize=1539060 CPUtime=0
/proc/11142/task/11161/stat : 11161 (java) S 11140 11142 10347 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 131267493 1575997440 10097 4089446400 134512640 134550932 4291161856 18446744073709551615 4294960144 0 4 0 16800975 18446604471161373888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.45
Current children cumulated vsize (KiB) 1539060

Child status: 30
Real time (s): 28.6996
CPU time (s): 29.5705
CPU user time (s): 29.5245
CPU system time (s): 0.045993
CPU usage (%): 103.035
Max. virtual memory (cumulated for all children) (KiB): 1539452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5245
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12485
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= 2218
involuntary context switches= 6181

runsolver used 0.05999 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node102 at 2010-06-30 14:08:13
IDJOB=2691346
IDBENCH=78864
IDSOLVER=1202
FILE ID=node102/2691346-1277899693
PBS_JOBID= 11197156
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
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-2691346-1277899693/watcher-2691346-1277899693 -o /tmp/evaluation-result-2691346-1277899693/solver-2691346-1277899693 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691346-1277899693.wbo

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

MD5SUM BENCH= 9a2a28c5bb6a02365b79a03ef797cc3c
RANDOM SEED=1456793679

node102.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.833
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.66
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.833
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.833
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.833
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.85
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.833
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.75
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.833
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.82
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.833
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.833
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31567916 kB
Buffers:        181552 kB
Cached:         727300 kB
SwapCached:          0 kB
Active:         678892 kB
Inactive:       564240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31567916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:      334508 kB
Mapped:          20436 kB
Slab:            76696 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1651576 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= 74212 MiB
End job on node102 at 2010-06-30 14:08:42