Trace number 2691173

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. 28.1517 27.2367

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111228076--soft-33-100-0.wbo
MD5SUM22035c0edc81ff585516ffff2425def6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.477927
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100526
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2691173-1277896320.wbo
0.00/0.09	c reading problem ... 
0.12/0.14	c ... done. Wall clock time 0.052s.
0.12/0.14	c #vars     238
0.12/0.14	c #constraints  101
0.12/0.14	c constraints type 
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
0.12/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.12/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.15
0.31/0.24	o 495
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.213
0.61/0.30	o 401
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.249
0.61/0.34	o 357
0.61/0.39	c Got one! Elapsed wall clock time (in seconds):0.295
0.61/0.39	o 354
0.82/0.43	c Got one! Elapsed wall clock time (in seconds):0.34
0.82/0.43	o 333
0.82/0.47	c Got one! Elapsed wall clock time (in seconds):0.381
0.82/0.47	o 283
0.96/0.53	c cleaning 2497 clauses out of 5000 with flag 5000/5000
0.96/0.56	c Got one! Elapsed wall clock time (in seconds):0.467
0.96/0.56	o 215
1.08/0.63	c Got one! Elapsed wall clock time (in seconds):0.537
1.08/0.63	o 180
1.18/0.79	c cleaning 4250 clauses out of 8505 with flag 11002/11002
1.31/0.89	c Got one! Elapsed wall clock time (in seconds):0.8
1.31/0.89	o 173
1.51/1.09	c cleaning 5626 clauses out of 11257 with flag 18004/18004
1.62/1.14	c Got one! Elapsed wall clock time (in seconds):1.05
1.62/1.14	o 133
1.91/1.45	c cleaning 6812 clauses out of 13627 with flag 26000/26000
2.32/1.84	c cleaning 7908 clauses out of 15815 with flag 35000/35000
2.52/2.08	c Got one! Elapsed wall clock time (in seconds):1.99
2.52/2.08	o 110
2.83/2.37	c cleaning 8949 clauses out of 17907 with flag 45000/45000
3.13/2.65	c Got one! Elapsed wall clock time (in seconds):2.558
3.13/2.65	o 97
3.33/2.84	c cleaning 9473 clauses out of 18958 with flag 55000/55000
3.84/3.32	c cleaning 9739 clauses out of 19485 with flag 65000/65000
4.33/3.85	c cleaning 9867 clauses out of 19746 with flag 75000/75000
4.85/4.37	c cleaning 9936 clauses out of 19879 with flag 85000/85000
5.36/4.85	c cleaning 9965 clauses out of 19944 with flag 95001/95001
5.56/5.01	c Got one! Elapsed wall clock time (in seconds):4.921
5.56/5.01	o 95
5.86/5.31	c cleaning 9988 clauses out of 19979 with flag 105001/105001
6.27/5.79	c cleaning 9988 clauses out of 19991 with flag 115001/115001
6.77/6.25	c cleaning 9998 clauses out of 20005 with flag 125003/125003
7.37/6.81	c cleaning 9998 clauses out of 20004 with flag 135000/135000
7.87/7.33	c cleaning 9997 clauses out of 20006 with flag 145000/145000
8.38/7.83	c cleaning 9995 clauses out of 20012 with flag 155003/155003
8.79/8.29	c cleaning 10000 clauses out of 20014 with flag 165000/165000
9.09/8.54	c Got one! Elapsed wall clock time (in seconds):8.444
9.09/8.54	o 79
9.29/8.77	c cleaning 10004 clauses out of 20015 with flag 175001/175001
9.79/9.27	c cleaning 10002 clauses out of 20012 with flag 185002/185002
10.19/9.70	c cleaning 9999 clauses out of 20008 with flag 195000/195000
10.70/10.17	c cleaning 9997 clauses out of 20010 with flag 205001/205001
11.20/10.62	c cleaning 10002 clauses out of 20013 with flag 215001/215001
11.70/11.12	c cleaning 10004 clauses out of 20013 with flag 225003/225003
12.21/11.62	c cleaning 9998 clauses out of 20007 with flag 235001/235001
12.41/11.82	c Got one! Elapsed wall clock time (in seconds):11.733
12.41/11.82	o 69
12.62/12.09	c cleaning 10001 clauses out of 20009 with flag 245001/245001
13.11/12.58	c cleaning 10001 clauses out of 20008 with flag 255001/255001
13.41/12.83	c Got one! Elapsed wall clock time (in seconds):12.742
13.41/12.83	o 28
13.61/13.00	c cleaning 9998 clauses out of 20006 with flag 265000/265000
14.01/13.45	c cleaning 10001 clauses out of 20009 with flag 275001/275001
14.42/13.87	c cleaning 10000 clauses out of 20008 with flag 285001/285001
14.82/14.30	c cleaning 10001 clauses out of 20007 with flag 295000/295000
15.32/14.79	c cleaning 9999 clauses out of 20006 with flag 305000/305000
15.82/15.26	c cleaning 9997 clauses out of 20007 with flag 315000/315000
16.33/15.75	c cleaning 10002 clauses out of 20011 with flag 325001/325001
16.53/15.97	c Got one! Elapsed wall clock time (in seconds):15.881
16.53/15.97	o 15
16.83/16.20	c cleaning 9999 clauses out of 20008 with flag 335000/335000
17.23/16.64	c cleaning 10002 clauses out of 20011 with flag 345002/345002
17.84/17.06	c cleaning 10001 clauses out of 20010 with flag 355003/355003
18.35/17.51	c cleaning 9997 clauses out of 20006 with flag 365000/365000
18.74/17.97	c cleaning 10000 clauses out of 20010 with flag 375001/375001
19.25/18.46	c cleaning 10001 clauses out of 20010 with flag 385001/385001
19.65/18.89	c cleaning 10002 clauses out of 20008 with flag 395000/395000
20.16/19.37	c cleaning 9998 clauses out of 20008 with flag 405002/405002
20.67/19.85	c cleaning 9998 clauses out of 20008 with flag 415000/415000
21.27/20.40	c cleaning 10002 clauses out of 20010 with flag 425000/425000
21.78/20.92	c cleaning 10003 clauses out of 20009 with flag 435001/435001
22.27/21.41	c cleaning 9996 clauses out of 20005 with flag 445000/445000
22.78/21.90	c cleaning 10001 clauses out of 20009 with flag 455000/455000
23.28/22.41	c cleaning 9997 clauses out of 20008 with flag 465000/465000
23.69/22.85	c cleaning 10000 clauses out of 20011 with flag 475000/475000
24.09/23.29	c cleaning 10002 clauses out of 20011 with flag 485000/485000
24.59/23.70	c cleaning 10001 clauses out of 20011 with flag 495002/495002
25.00/24.16	c cleaning 9999 clauses out of 20009 with flag 505001/505001
25.49/24.65	c cleaning 10003 clauses out of 20011 with flag 515002/515002
25.89/25.08	c cleaning 9998 clauses out of 20007 with flag 525001/525001
26.30/25.49	c cleaning 9997 clauses out of 20009 with flag 535001/535001
26.80/25.97	c cleaning 9999 clauses out of 20011 with flag 545000/545000
27.31/26.43	c cleaning 10005 clauses out of 20013 with flag 555001/555001
27.82/26.97	c cleaning 10001 clauses out of 20008 with flag 565001/565001
28.05/27.18	c starts		: 170
28.05/27.18	c conflicts		: 569694
28.05/27.18	c decisions		: 826379
28.05/27.18	c propagations		: 13320393
28.05/27.18	c inspects		: 143661453
28.05/27.18	c learnt literals	: 8
28.05/27.18	c learnt binary clauses	: 26
28.05/27.18	c learnt ternary clauses	: 117
28.05/27.18	c learnt clauses	: 569685
28.05/27.18	c ignored clauses	: 0
28.05/27.18	c root simplifications	: 0
28.05/27.18	c removed literals (reason simplification)	: 5839067
28.05/27.18	c reason swapping (by a shorter reason)	: 0
28.05/27.18	c Calls to reduceDB	: 58
28.05/27.18	c number of reductions to clauses (during analyze)	: 0
28.05/27.18	c number of learned constraints concerned by reduction	: 0
28.05/27.18	c number of learning phase by resolution	: 0
28.05/27.18	c number of learning phase by cutting planes	: 0
28.05/27.18	c speed (assignments/second)	: 1189002.3208069268
28.05/27.18	c non guided choices	604
28.05/27.18	c learnt constraints type 
28.05/27.18	c constraints type 
28.05/27.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
28.05/27.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
28.05/27.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
28.05/27.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
28.05/27.18	s OPTIMUM FOUND
28.05/27.18	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 
28.05/27.18	c objective function=15
28.05/27.18	c Total wall clock time (in seconds): 27.086

Verifier Data

OK	15

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691173-1277896320/watcher-2691173-1277896320 -o /tmp/evaluation-result-2691173-1277896320/solver-2691173-1277896320 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691173-1277896320.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.01 2.02 2.00 3/178 22928
/proc/meminfo: memFree=31566776/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=13480 CPUtime=0
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 1112 0 0 0 0 0 0 0 19 0 2 0 163223769 13803520 581 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 3370 581 265 10 0 1204 0
[pid=22928/tid=22929] ppid=22926 vsize=13480 CPUtime=0
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 70 0 0 0 0 0 0 0 21 0 2 0 163223769 13803520 581 4089446400 134512640 134550932 4292928304 18446744073709551615 7742036 0 2147483391 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.00961202 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 22928
/proc/meminfo: memFree=31566776/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1517068 CPUtime=0
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 2526 0 1 0 0 0 0 0 19 0 2 0 163223769 1553477632 1969 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 379267 1991 412 10 0 376978 0
[pid=22928/tid=22929] ppid=22926 vsize=1517068 CPUtime=0
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 1515 0 1 0 0 0 0 0 20 0 2 0 163223769 1553477632 2000 4089446400 134512640 134550932 4292928304 18446744073709551615 8241927 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1517068

[startup+0.100599 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 22928
/proc/meminfo: memFree=31566776/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1529748 CPUtime=0.12
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 5235 0 1 0 11 1 0 0 19 0 18 0 163223769 1566461952 4671 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 382437 4671 1348 10 0 379739 0
[pid=22928/tid=22929] ppid=22926 vsize=1529748 CPUtime=0.08
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 3563 0 1 0 8 0 0 0 25 0 18 0 163223769 1566461952 4671 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529748

[startup+0.300565 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 22928
/proc/meminfo: memFree=31566776/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1534336 CPUtime=0.61
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 7414 0 1 0 60 1 0 0 19 0 19 0 163223769 1571160064 6350 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 383584 6350 1417 10 0 380886 0
[pid=22928/tid=22929] ppid=22926 vsize=1534336 CPUtime=0.29
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4016 0 1 0 28 1 0 0 25 0 19 0 163223769 1571160064 6350 4089446400 134512640 134550932 4292928304 18446744073709551615 4109400072 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1534336

[startup+0.700495 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 22928
/proc/meminfo: memFree=31566776/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1534336 CPUtime=1.18
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 8643 0 1 0 116 2 0 0 19 0 19 0 163223769 1571160064 7538 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 383584 7538 1440 10 0 380886 0
[pid=22928/tid=22929] ppid=22926 vsize=1534336 CPUtime=0.68
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4748 0 1 0 67 1 0 0 25 0 19 0 163223769 1571160064 7538 4089446400 134512640 134550932 4292928304 18446744073709551615 4109689299 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1534336

[startup+1.50135 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 22947
/proc/meminfo: memFree=31541152/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1534336 CPUtime=2.02
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 9262 0 1 0 200 2 0 0 19 0 19 0 163223769 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 383584 8154 1440 10 0 380886 0
[pid=22928/tid=22929] ppid=22926 vsize=1534336 CPUtime=1.44
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4751 0 1 0 143 1 0 0 25 0 19 0 163223769 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4109704900 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22928/tid=22931] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 90 0 0 0 0 0 0 0 16 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1534336 CPUtime=0.03
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 381 0 0 0 3 0 0 0 16 0 19 0 163223771 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1534336 CPUtime=0.26
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 1428 0 0 0 26 0 0 0 15 0 19 0 163223773 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1534336 CPUtime=0.26
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1015 0 0 0 26 0 0 0 15 0 19 0 163223773 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1571160064 8154 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1534336

[startup+3.10107 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 22947
/proc/meminfo: memFree=31539044/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1534336 CPUtime=3.63
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 9587 0 1 0 361 2 0 0 19 0 19 0 163223769 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 383584 8476 1440 10 0 380886 0
[pid=22928/tid=22929] ppid=22926 vsize=1534336 CPUtime=3.01
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4755 0 1 0 300 1 0 0 25 0 19 0 163223769 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4109839758 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22928/tid=22931] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 163223770 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1534336 CPUtime=0.05
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 637 0 0 0 5 0 0 0 16 0 19 0 163223771 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1534336 CPUtime=0.26
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 1428 0 0 0 26 0 0 0 15 0 19 0 163223773 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1534336 CPUtime=0.26
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1015 0 0 0 26 0 0 0 15 0 19 0 163223773 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1534336 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1571160064 8476 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 1534336

[startup+6.30151 s]
/proc/loadavg: 2.01 2.02 2.00 3/197 22947
/proc/meminfo: memFree=31538884/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1532724 CPUtime=6.87
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 9687 0 1 0 685 2 0 0 19 0 19 0 163223769 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 383181 8134 1440 10 0 380483 0
[pid=22928/tid=22929] ppid=22926 vsize=1532724 CPUtime=6.14
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4763 0 1 0 613 1 0 0 25 0 19 0 163223769 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4109708752 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22928/tid=22931] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 163223770 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1532724 CPUtime=0.12
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 710 0 0 0 12 0 0 0 16 0 19 0 163223771 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1532724 CPUtime=0.26
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 1428 0 0 0 26 0 0 0 15 0 19 0 163223773 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1532724 CPUtime=0.28
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 28 0 0 0 15 0 19 0 163223773 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1532724 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1569509376 8134 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1532724


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

/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 168 0 0 0 1 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1538284 CPUtime=0.03
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1538284 CPUtime=0.01
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 61 0 0 0 1 0 0 0 16 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 102 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1538284 CPUtime=0.54
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 54 0 0 0 15 0 19 0 163223771 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1538284 CPUtime=0.45
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 4237 0 0 0 45 0 0 0 15 0 19 0 163223773 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1538284 CPUtime=0.31
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 31 0 0 0 15 0 19 0 163223773 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1575202816 9832 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.21
Current children cumulated vsize (KiB) 1538284

[startup+26.7009 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 22948
/proc/meminfo: memFree=31532516/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1538284 CPUtime=27.62
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 12874 0 1 0 2757 5 0 0 19 0 19 0 163223769 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 384571 9833 1440 10 0 381873 0
[pid=22928/tid=22929] ppid=22926 vsize=1538284 CPUtime=26.05
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4808 0 1 0 2604 1 0 0 25 0 19 0 163223769 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4109818514 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22928/tid=22931] ppid=22926 vsize=1538284 CPUtime=0.01
/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 169 0 0 0 1 0 0 0 16 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1538284 CPUtime=0.03
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1538284 CPUtime=0.01
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 61 0 0 0 1 0 0 0 16 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 102 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1538284 CPUtime=0.55
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 55 0 0 0 15 0 19 0 163223771 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1538284 CPUtime=0.47
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 4237 0 0 0 47 0 0 0 15 0 19 0 163223773 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1538284 CPUtime=0.31
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 31 0 0 0 15 0 19 0 163223773 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1575202816 9833 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.62
Current children cumulated vsize (KiB) 1538284

[startup+27.1009 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 22948
/proc/meminfo: memFree=31532516/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1538284 CPUtime=28.05
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 12901 0 1 0 2800 5 0 0 19 0 19 0 163223769 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 384571 9859 1440 10 0 381873 0
[pid=22928/tid=22929] ppid=22926 vsize=1538284 CPUtime=26.44
/proc/22928/task/22929/stat : 22929 (java) R 22926 22928 22746 0 -1 4202560 4810 0 1 0 2643 1 0 0 25 0 19 0 163223769 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4109722604 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22928/tid=22931] ppid=22926 vsize=1538284 CPUtime=0.01
/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 169 0 0 0 1 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1538284 CPUtime=0.03
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1538284 CPUtime=0.01
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 102 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1538284 CPUtime=0.02
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 163223770 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1538284 CPUtime=0.56
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 1043 0 0 0 56 0 0 0 15 0 19 0 163223771 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1538284 CPUtime=0.49
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 4237 0 0 0 49 0 0 0 16 0 19 0 163223773 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1538284 CPUtime=0.32
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 32 0 0 0 15 0 19 0 163223773 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1538284 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1575202816 9859 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.05
Current children cumulated vsize (KiB) 1538284

[startup+27.2008 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 22948
/proc/meminfo: memFree=31532516/32950940 swapFree=67111528/67111528
[pid=22928] ppid=22926 vsize=1538608 CPUtime=28.14
/proc/22928/stat : 22928 (java) S 22926 22928 22746 0 -1 4202496 12913 0 1 0 2809 5 0 0 19 0 19 0 163223769 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22928/statm: 384652 9871 1441 10 0 381954 0
[pid=22928/tid=22929] ppid=22926 vsize=1538608 CPUtime=26.51
/proc/22928/task/22929/stat : 22929 (java) S 22926 22928 22746 0 -1 4202560 4815 0 1 0 2650 1 0 0 25 0 19 0 163223769 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22931] ppid=22926 vsize=1538608 CPUtime=0.01
/proc/22928/task/22931/stat : 22931 (java) S 22926 22928 22746 0 -1 4202560 169 0 0 0 1 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22932] ppid=22926 vsize=1538608 CPUtime=0.03
/proc/22928/task/22932/stat : 22932 (java) S 22926 22928 22746 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22933] ppid=22926 vsize=1538608 CPUtime=0.02
/proc/22928/task/22933/stat : 22933 (java) S 22926 22928 22746 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 5 0 0 0
[pid=22928/tid=22934] ppid=22926 vsize=1538608 CPUtime=0.02
/proc/22928/task/22934/stat : 22934 (java) S 22926 22928 22746 0 -1 4202560 40 0 0 0 2 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22935] ppid=22926 vsize=1538608 CPUtime=0.01
/proc/22928/task/22935/stat : 22935 (java) S 22926 22928 22746 0 -1 4202560 61 0 0 0 1 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
[pid=22928/tid=22936] ppid=22926 vsize=1538608 CPUtime=0.02
/proc/22928/task/22936/stat : 22936 (java) S 22926 22928 22746 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22937] ppid=22926 vsize=1538608 CPUtime=0.02
/proc/22928/task/22937/stat : 22937 (java) S 22926 22928 22746 0 -1 4202560 102 0 0 0 2 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22938] ppid=22926 vsize=1538608 CPUtime=0.02
/proc/22928/task/22938/stat : 22938 (java) S 22926 22928 22746 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 163223770 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 0 0 0 0
[pid=22928/tid=22939] ppid=22926 vsize=1538608 CPUtime=0.56
/proc/22928/task/22939/stat : 22939 (java) S 22926 22928 22746 0 -1 4202560 1043 0 0 0 56 0 0 0 15 0 19 0 163223771 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 0 0 16800975 18446604471139111168 0 0 -1 4 0 0 0
[pid=22928/tid=22940] ppid=22926 vsize=1538608 CPUtime=0
/proc/22928/task/22940/stat : 22940 (java) S 22926 22928 22746 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 163223771 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22941] ppid=22926 vsize=1538608 CPUtime=0
/proc/22928/task/22941/stat : 22941 (java) S 22926 22928 22746 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 163223771 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22942] ppid=22926 vsize=1538608 CPUtime=0
/proc/22928/task/22942/stat : 22942 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 163223773 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22943] ppid=22926 vsize=1538608 CPUtime=0.49
/proc/22928/task/22943/stat : 22943 (java) S 22926 22928 22746 0 -1 4202560 4237 0 0 0 49 0 0 0 15 0 19 0 163223773 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 2 0 0 0
[pid=22928/tid=22944] ppid=22926 vsize=1538608 CPUtime=0.32
/proc/22928/task/22944/stat : 22944 (java) S 22926 22928 22746 0 -1 4202560 1021 0 0 0 32 0 0 0 15 0 19 0 163223773 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 3 0 0 0
[pid=22928/tid=22945] ppid=22926 vsize=1538608 CPUtime=0
/proc/22928/task/22945/stat : 22945 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 163223773 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22946] ppid=22926 vsize=1538608 CPUtime=0
/proc/22928/task/22946/stat : 22946 (java) S 22926 22928 22746 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 163223773 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 1 0 0 0
[pid=22928/tid=22947] ppid=22926 vsize=1538608 CPUtime=0
/proc/22928/task/22947/stat : 22947 (java) S 22926 22928 22746 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 163223784 1575534592 9871 4089446400 134512640 134550932 4292928304 18446744073709551615 4294960144 0 4 0 16800975 18446604471139111168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.14
Current children cumulated vsize (KiB) 1538608

Child status: 30
Real time (s): 27.2367
CPU time (s): 28.1517
CPU user time (s): 28.0947
CPU system time (s): 0.056991
CPU usage (%): 103.359
Max. virtual memory (cumulated for all children) (KiB): 1539956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.0947
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12917
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= 2432
involuntary context switches= 6243

runsolver used 0.053991 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node117 at 2010-06-30 13:12:00
IDJOB=2691173
IDBENCH=78780
IDSOLVER=1202
FILE ID=node117/2691173-1277896320
PBS_JOBID= 11197155
Free space on /tmp= 74208 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.1111228076--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-2691173-1277896320/watcher-2691173-1277896320 -o /tmp/evaluation-result-2691173-1277896320/solver-2691173-1277896320 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691173-1277896320.wbo

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

MD5SUM BENCH= 22035c0edc81ff585516ffff2425def6
RANDOM SEED=54401337

node117.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.799
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.59
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.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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.75
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.799
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.85
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.799
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.75
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.799
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.799
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31567172 kB
Buffers:        180012 kB
Cached:         848836 kB
SwapCached:          0 kB
Active:         661900 kB
Inactive:       580332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31567172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:      213908 kB
Mapped:          16424 kB
Slab:            77376 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   363648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node117 at 2010-06-30 13:12:28