Trace number 2658276

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT3 89.4664 87.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
MD5SUM6355c589dda3f12b095277ae4637ab26
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.51692
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658276-1276646091.opb
0.23/0.21	c reading problem ... 
0.37/0.38	c ... done. Wall clock time 0.173s.
0.37/0.38	c #vars     528
0.37/0.38	c #constraints  787
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
0.37/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
2.64/1.77	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.06/2.91	c cleaning 4251 clauses out of 8501 with flag 11000/11000
5.27/4.12	c cleaning 5619 clauses out of 11250 with flag 18000/18000
6.70/5.54	c cleaning 6813 clauses out of 13632 with flag 26001/26001
8.19/6.98	c cleaning 7902 clauses out of 15818 with flag 35000/35000
10.45/8.88	c cleaning 8953 clauses out of 17916 with flag 45000/45000
14.43/12.51	c cleaning 9477 clauses out of 18963 with flag 55000/55000
16.56/14.60	c cleaning 9743 clauses out of 19486 with flag 65000/65000
18.77/16.86	c cleaning 9870 clauses out of 19744 with flag 75001/75001
21.67/19.77	c cleaning 9934 clauses out of 19873 with flag 85000/85000
24.50/22.55	c cleaning 9970 clauses out of 19940 with flag 95001/95001
25.55/23.58	c SATISFIABLE
25.55/23.58	c OPTIMIZING...
25.55/23.58	c Got one! Elapsed wall clock time (in seconds):23.372
25.55/23.58	o 65
26.25/24.21	c cleaning 9970 clauses out of 19969 with flag 105001/105001
27.85/25.82	c cleaning 9992 clauses out of 19999 with flag 115001/115001
29.47/27.50	c cleaning 10004 clauses out of 20009 with flag 125003/125003
31.78/29.72	c cleaning 9982 clauses out of 20003 with flag 135001/135001
33.18/31.15	c cleaning 10004 clauses out of 20021 with flag 145001/145001
35.98/33.98	c cleaning 10004 clauses out of 20017 with flag 155001/155001
38.88/36.89	c cleaning 10001 clauses out of 20013 with flag 165001/165001
40.59/38.53	c cleaning 9988 clauses out of 20012 with flag 175001/175001
41.79/39.72	c Got one! Elapsed wall clock time (in seconds):39.514
41.79/39.72	o 5
42.09/40.03	c cleaning 10004 clauses out of 20023 with flag 185000/185000
44.00/41.97	c cleaning 10001 clauses out of 20017 with flag 195000/195000
44.20/42.17	c Got one! Elapsed wall clock time (in seconds):41.963
44.20/42.17	o 3
45.30/43.29	c cleaning 9999 clauses out of 20017 with flag 205001/205001
46.81/44.75	c cleaning 10003 clauses out of 20017 with flag 215000/215000
48.91/46.87	c cleaning 10001 clauses out of 20014 with flag 225000/225000
50.91/48.89	c cleaning 10004 clauses out of 20014 with flag 235001/235001
52.62/50.59	c cleaning 10003 clauses out of 20010 with flag 245001/245001
54.52/52.48	c cleaning 10000 clauses out of 20006 with flag 255000/255000
56.33/54.23	c cleaning 9999 clauses out of 20007 with flag 265001/265001
58.04/56.00	c cleaning 9998 clauses out of 20007 with flag 275000/275000
59.64/57.58	c cleaning 10001 clauses out of 20009 with flag 285000/285000
61.94/59.89	c cleaning 9998 clauses out of 20008 with flag 295000/295000
63.94/61.85	c cleaning 9997 clauses out of 20011 with flag 305001/305001
65.45/63.34	c cleaning 10000 clauses out of 20012 with flag 315000/315000
67.85/65.76	c cleaning 10001 clauses out of 20012 with flag 325000/325000
69.55/67.49	c cleaning 9998 clauses out of 20011 with flag 335001/335001
71.25/69.17	c cleaning 9996 clauses out of 20012 with flag 345000/345000
73.36/71.29	c cleaning 10002 clauses out of 20016 with flag 355001/355001
75.36/73.27	c cleaning 10001 clauses out of 20014 with flag 365001/365001
77.46/75.37	c cleaning 10003 clauses out of 20012 with flag 375000/375000
79.76/77.60	c cleaning 10002 clauses out of 20010 with flag 385001/385001
81.77/79.60	c cleaning 9997 clauses out of 20008 with flag 395001/395001
83.87/81.73	c cleaning 10000 clauses out of 20010 with flag 405000/405000
86.07/83.95	c cleaning 10002 clauses out of 20011 with flag 415001/415001
88.18/86.08	c cleaning 10004 clauses out of 20008 with flag 425001/425001
89.38/87.25	c starts		: 139
89.38/87.25	c conflicts		: 431457
89.38/87.25	c decisions		: 447177
89.38/87.25	c propagations		: 8691349
89.38/87.25	c inspects		: 276394115
89.38/87.25	c learnt literals	: 19
89.38/87.25	c learnt binary clauses	: 95
89.38/87.25	c learnt ternary clauses	: 287
89.38/87.25	c learnt clauses	: 431437
89.38/87.25	c ignored clauses	: 0
89.38/87.25	c root simplifications	: 0
89.38/87.25	c removed literals (reason simplification)	: 14329553
89.38/87.25	c reason swapping (by a shorter reason)	: 0
89.38/87.25	c Calls to reduceDB	: 44
89.38/87.25	c number of reductions to clauses (during analyze)	: 0
89.38/87.25	c number of learned constraints concerned by reduction	: 0
89.38/87.25	c number of learning phase by resolution	: 0
89.38/87.25	c number of learning phase by cutting planes	: 0
89.38/87.25	c speed (assignments/second)	: 192802.61319017725
89.38/87.25	c non guided choices	2751
89.38/87.25	c learnt constraints type 
89.38/87.25	c constraints type 
89.38/87.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384
89.38/87.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 403
89.38/87.25	s OPTIMUM FOUND
89.38/87.25	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 
89.38/87.25	c objective function=3
89.38/87.25	c Total wall clock time (in seconds): 87.044

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 13891
/proc/meminfo: memFree=1806652/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=428 CPUtime=0
/proc/13891/stat : 13891 (java6) R 13889 13891 13785 0 -1 4194304 124 0 0 0 0 0 0 0 25 0 1 0 5902802 438272 42 1992294400 134512640 134550932 4292640368 18446744073709551615 4846164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13891/statm: 107 45 36 10 0 25 0

[startup+0.028521 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 13891
/proc/meminfo: memFree=1806652/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1517068 CPUtime=0.01
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 2318 0 1 0 0 1 0 0 25 0 2 0 5902802 1553477632 1762 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 379267 1775 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.10152 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 13891
/proc/meminfo: memFree=1806652/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1524184 CPUtime=0.08
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 3962 0 1 0 6 2 0 0 25 0 12 0 5902802 1560764416 3400 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300552 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 13891
/proc/meminfo: memFree=1806652/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1526836 CPUtime=0.37
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 5432 0 1 0 33 4 0 0 25 0 12 0 5902802 1563480064 4868 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 381709 4868 1363 10 0 379011 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526836

[startup+0.700584 s]
/proc/loadavg: 0.99 1.00 1.00 3/106 13891
/proc/meminfo: memFree=1806652/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1531244 CPUtime=1.12
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 7014 0 1 0 108 4 0 0 25 0 13 0 5902802 1567993856 6387 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 382811 6387 1418 10 0 380113 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531244

[startup+1.50168 s]
/proc/loadavg: 0.99 1.00 1.00 5/119 13904
/proc/meminfo: memFree=1783176/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1531244 CPUtime=2.39
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 11736 0 1 0 232 7 0 0 25 0 13 0 5902802 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 382811 11108 1421 10 0 380113 0
[pid=13891/tid=13893] ppid=13889 vsize=1531244 CPUtime=1.44
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 8820 0 1 0 139 5 0 0 25 0 13 0 5902803 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4109861639 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 5902805 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 13 0 5902805 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5902806 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 13 0 5902807 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 5902807 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1531244 CPUtime=0.47
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 546 0 0 0 47 0 0 0 23 0 13 0 5902811 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1531244 CPUtime=0.45
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 1300 0 0 0 45 0 0 0 22 0 13 0 5902811 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5902811 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1531244 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1567993856 11108 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 1531244

[startup+3.10183 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 13904
/proc/meminfo: memFree=1756772/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1532836 CPUtime=4.27
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 16131 0 1 0 418 9 0 0 25 0 13 0 5902802 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383209 15020 1440 10 0 380511 0
[pid=13891/tid=13893] ppid=13889 vsize=1532836 CPUtime=2.92
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 10717 0 1 0 286 6 0 0 25 0 13 0 5902803 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4109863342 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 13 0 5902805 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 601 0 0 0 0 0 0 0 18 0 13 0 5902805 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1532836 CPUtime=0.04
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 705 0 0 0 4 0 0 0 16 0 13 0 5902806 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1532836 CPUtime=0.51
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 549 0 0 0 51 0 0 0 18 0 13 0 5902811 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1532836 CPUtime=0.74
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2248 0 0 0 74 0 0 0 16 0 13 0 5902811 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5902811 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1532836 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1569624064 15020 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1532836

[startup+6.30218 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 13904
/proc/meminfo: memFree=1739040/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1532260 CPUtime=7.53
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 19708 0 1 0 742 11 0 0 25 0 13 0 5902802 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383065 18450 1440 10 0 380367 0
[pid=13891/tid=13893] ppid=13889 vsize=1532260 CPUtime=6.05
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 13904 0 1 0 597 8 0 0 25 0 13 0 5902803 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4109863062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1532260 CPUtime=0.01
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 305 0 0 0 1 0 0 0 15 0 13 0 5902805 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1532260 CPUtime=0.01
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 714 0 0 0 1 0 0 0 18 0 13 0 5902805 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1532260 CPUtime=0.1
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 912 0 0 0 10 0 0 0 16 0 13 0 5902806 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1532260 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1532260 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1532260 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1532260 CPUtime=0.51
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 549 0 0 0 51 0 0 0 18 0 13 0 5902811 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1532260 CPUtime=0.8
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2256 0 0 0 80 0 0 0 15 0 13 0 5902811 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1532260 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1532260 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5902811 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1532260 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1569034240 18450 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1532260

[startup+12.7018 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 13904
/proc/meminfo: memFree=1713496/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1537612 CPUtime=14.64
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 28522 0 1 0 1448 16 0 0 25 0 13 0 5902802 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 384403 26440 1440 10 0 381705 0
[pid=13891/tid=13893] ppid=13889 vsize=1537612 CPUtime=12.26
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 19716 0 1 0 1214 12 0 0 25 0 13 0 5902803 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4109433962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1537612 CPUtime=0.04
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 417 0 0 0 4 0 0 0 15 0 13 0 5902805 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1537612 CPUtime=0.02
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 814 0 0 0 2 0 0 0 16 0 13 0 5902805 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1537612 CPUtime=0.19
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 1492 0 0 0 19 0 0 0 15 0 13 0 5902806 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1537612 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1537612 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1537612 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1537612 CPUtime=1.23
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 2756 0 0 0 122 1 0 0 15 0 13 0 5902811 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1537612 CPUtime=0.83
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2259 0 0 0 83 0 0 0 15 0 13 0 5902811 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1537612 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1537612 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5902811 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1537612 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1574514688 26440 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1537612

[startup+25.5022 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 13904
/proc/meminfo: memFree=1681380/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1533340 CPUtime=27.56
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 35618 0 1 0 2737 19 0 0 25 0 13 0 5902802 1570140160 32461 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383335 32461 1440 10 0 380637 0
[pid=13891/tid=13893] ppid=13889 vsize=1533340 CPUtime=24.83
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 26563 0 1 0 2468 15 0 0 25 0 13 0 5902803 1570140160 32461 1992294400 134512640 134550932 4287745184 18446744073709551615 4109809523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1533340 CPUtime=0.07
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 418 0 0 0 7 0 0 0 16 0 13 0 5902805 1570140160 32461 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1533340 CPUtime=0.05
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 814 0 0 0 5 0 0 0 15 0 13 0 5902805 1570140160 32461 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1533340 CPUtime=0.35

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

[pid=13891] ppid=13889 vsize=1533340 CPUtime=78.87
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 38086 0 1 0 7865 22 0 0 25 0 13 0 5902802 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383335 34887 1440 10 0 380637 0
[pid=13891/tid=13893] ppid=13889 vsize=1533340 CPUtime=74.9
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 28022 0 1 0 7474 16 0 0 25 0 13 0 5902803 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4109850303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1533340 CPUtime=0.23
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 437 0 0 0 23 0 0 0 16 0 13 0 5902805 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1533340 CPUtime=0.19
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 837 0 0 0 19 0 0 0 15 0 13 0 5902805 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1533340 CPUtime=1.27
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 2699 0 0 0 126 1 0 0 15 0 13 0 5902806 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1533340 CPUtime=1.25
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 2756 0 0 0 124 1 0 0 15 0 13 0 5902811 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1533340 CPUtime=0.96
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2261 0 0 0 96 0 0 0 15 0 13 0 5902811 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 5902811 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1570140160 34887 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 78.87
Current children cumulated vsize (KiB) 1533340

[startup+83.1021 s]
/proc/loadavg: 1.02 1.01 1.00 3/119 13906
/proc/meminfo: memFree=1671212/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1533340 CPUtime=85.27
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 38117 0 1 0 8505 22 0 0 25 0 13 0 5902802 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383335 34915 1440 10 0 380637 0
[pid=13891/tid=13893] ppid=13889 vsize=1533340 CPUtime=81.17
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 28025 0 1 0 8101 16 0 0 25 0 13 0 5902803 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4109818985 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1533340 CPUtime=0.24
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 437 0 0 0 24 0 0 0 16 0 13 0 5902805 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1533340 CPUtime=0.2
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 843 0 0 0 20 0 0 0 15 0 13 0 5902805 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1533340 CPUtime=1.37
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 2721 0 0 0 136 1 0 0 15 0 13 0 5902806 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1533340 CPUtime=1.25
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 2756 0 0 0 124 1 0 0 15 0 13 0 5902811 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1533340 CPUtime=0.96
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2261 0 0 0 96 0 0 0 15 0 13 0 5902811 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 5902811 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1570140160 34915 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85.27
Current children cumulated vsize (KiB) 1533340

[startup+84.7093 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 13906
/proc/meminfo: memFree=1671088/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1533340 CPUtime=86.88
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 38149 0 1 0 8666 22 0 0 25 0 13 0 5902802 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383335 34946 1440 10 0 380637 0
[pid=13891/tid=13893] ppid=13889 vsize=1533340 CPUtime=82.74
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 28026 0 1 0 8258 16 0 0 25 0 13 0 5902803 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4109863290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1533340 CPUtime=0.25
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 437 0 0 0 25 0 0 0 15 0 13 0 5902805 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1533340 CPUtime=0.22
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 843 0 0 0 21 1 0 0 15 0 13 0 5902805 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1533340 CPUtime=1.41
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 2752 0 0 0 140 1 0 0 16 0 13 0 5902806 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1533340 CPUtime=1.25
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 2756 0 0 0 124 1 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1533340 CPUtime=0.96
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2261 0 0 0 96 0 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.88
Current children cumulated vsize (KiB) 1533340

[startup+86.3015 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 13906
/proc/meminfo: memFree=1671088/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1533340 CPUtime=88.48
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 38150 0 1 0 8826 22 0 0 25 0 13 0 5902802 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383335 34946 1440 10 0 380637 0
[pid=13891/tid=13893] ppid=13889 vsize=1533340 CPUtime=84.29
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 28027 0 1 0 8413 16 0 0 25 0 13 0 5902803 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4109898343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1533340 CPUtime=0.25
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 437 0 0 0 25 0 0 0 16 0 13 0 5902805 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1533340 CPUtime=0.22
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 843 0 0 0 21 1 0 0 15 0 13 0 5902805 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1533340 CPUtime=1.45
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 2752 0 0 0 144 1 0 0 16 0 13 0 5902806 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1533340 CPUtime=1.25
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 2756 0 0 0 124 1 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1533340 CPUtime=0.96
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2261 0 0 0 96 0 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.48
Current children cumulated vsize (KiB) 1533340

[startup+87.1015 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 13906
/proc/meminfo: memFree=1671088/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=1533340 CPUtime=89.28
/proc/13891/stat : 13891 (java) S 13889 13891 13785 0 -1 4202496 38150 0 1 0 8906 22 0 0 25 0 13 0 5902802 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 383335 34946 1440 10 0 380637 0
[pid=13891/tid=13893] ppid=13889 vsize=1533340 CPUtime=85.09
/proc/13891/task/13893/stat : 13893 (java) R 13889 13891 13785 0 -1 4202560 28027 0 1 0 8493 16 0 0 25 0 13 0 5902803 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4109808776 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13891/tid=13894] ppid=13889 vsize=1533340 CPUtime=0.25
/proc/13891/task/13894/stat : 13894 (java) S 13889 13891 13785 0 -1 4202560 437 0 0 0 25 0 0 0 16 0 13 0 5902805 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13895] ppid=13889 vsize=1533340 CPUtime=0.22
/proc/13891/task/13895/stat : 13895 (java) S 13889 13891 13785 0 -1 4202560 843 0 0 0 21 1 0 0 15 0 13 0 5902805 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13896] ppid=13889 vsize=1533340 CPUtime=1.45
/proc/13891/task/13896/stat : 13896 (java) S 13889 13891 13785 0 -1 4202560 2752 0 0 0 144 1 0 0 16 0 13 0 5902806 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 0 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
[pid=13891/tid=13897] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13897/stat : 13897 (java) S 13889 13891 13785 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13898] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13898/stat : 13898 (java) S 13889 13891 13785 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5902807 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13899] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13899/stat : 13899 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13900] ppid=13889 vsize=1533340 CPUtime=1.25
/proc/13891/task/13900/stat : 13900 (java) S 13889 13891 13785 0 -1 4202560 2756 0 0 0 124 1 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13901] ppid=13889 vsize=1533340 CPUtime=0.96
/proc/13891/task/13901/stat : 13901 (java) S 13889 13891 13785 0 -1 4202560 2261 0 0 0 96 0 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13902] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13902/stat : 13902 (java) S 13889 13891 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13903] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13903/stat : 13903 (java) S 13889 13891 13785 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 5902811 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 0 0 0 0
[pid=13891/tid=13904] ppid=13889 vsize=1533340 CPUtime=0
/proc/13891/task/13904/stat : 13904 (java) S 13889 13891 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5902841 1570140160 34946 1992294400 134512640 134550932 4287745184 18446744073709551615 4294960144 0 4 0 16800975 18446604437554248384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 89.28
Current children cumulated vsize (KiB) 1533340

[startup+87.3017 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 13906
/proc/meminfo: memFree=1671088/2059040 swapFree=4175448/4192956
[pid=13891] ppid=13889 vsize=0 CPUtime=89.45
/proc/13891/stat : 13891 (java) R 13889 13891 13785 0 -1 4203524 38163 0 1 0 8922 23 0 0 18 0 1 0 5902802 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13891/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 87.31
CPU time (s): 89.4664
CPU user time (s): 89.2244
CPU system time (s): 0.241963
CPU usage (%): 102.47
Max. virtual memory (cumulated for all children) (KiB): 1538512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2244
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38163
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= 2481
involuntary context switches= 1575

runsolver used 0.171973 second user time and 0.489925 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 01:54:51
IDJOB=2658276
IDBENCH=47890
IDSOLVER=1164
FILE ID=node083/2658276-1276646091
PBS_JOBID= 11172444
Free space on /tmp= 62552 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=223-P1=29-P2=7-P3=83-P4=113-P5=223-P6=229-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658276-1276646091/watcher-2658276-1276646091 -o /tmp/evaluation-result-2658276-1276646091/solver-2658276-1276646091 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658276-1276646091.opb

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

MD5SUM BENCH= 6355c589dda3f12b095277ae4637ab26
RANDOM SEED=1367498867

node083.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806924 kB
Buffers:         19524 kB
Cached:         100484 kB
SwapCached:      13528 kB
Active:          84708 kB
Inactive:        91004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806924 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:             560 kB
Writeback:           0 kB
AnonPages:       42132 kB
Mapped:          14336 kB
Slab:            54476 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node083 at 2010-06-16 01:56:18