Trace number 2659895

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-26OPT1 113.9 112.247

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark113.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
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.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2659895-1276613898.opb
0.22/0.22	c reading problem ... 
0.22/0.27	c ... done. Wall clock time 0.053s.
0.22/0.27	c #vars     94
0.22/0.27	c #constraints  8
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.75/0.50	c SATISFIABLE
0.75/0.50	c OPTIMIZING...
0.75/0.50	c Got one! Elapsed wall clock time (in seconds):0.285
0.75/0.50	o 190
0.75/0.58	c Got one! Elapsed wall clock time (in seconds):0.361
0.75/0.58	o 184
0.91/0.64	c Got one! Elapsed wall clock time (in seconds):0.421
0.91/0.64	o 123
0.91/0.67	c Got one! Elapsed wall clock time (in seconds):0.456
0.91/0.67	o 107
1.08/0.71	c Got one! Elapsed wall clock time (in seconds):0.49
1.08/0.71	o 106
1.08/0.74	c Got one! Elapsed wall clock time (in seconds):0.521
1.08/0.74	o 102
1.08/0.76	c Got one! Elapsed wall clock time (in seconds):0.54
1.08/0.76	o 48
1.08/0.78	c Got one! Elapsed wall clock time (in seconds):0.564
1.08/0.78	o 39
1.22/0.82	c Got one! Elapsed wall clock time (in seconds):0.607
1.22/0.82	o 26
1.22/0.87	c Got one! Elapsed wall clock time (in seconds):0.654
1.22/0.87	o 24
1.22/0.89	c Got one! Elapsed wall clock time (in seconds):0.675
1.22/0.89	o 20
1.33/0.92	c Got one! Elapsed wall clock time (in seconds):0.7
1.33/0.92	o 14
1.43/1.00	c Got one! Elapsed wall clock time (in seconds):0.782
1.43/1.00	o 10
1.72/1.25	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.95/1.45	c Got one! Elapsed wall clock time (in seconds):1.232
1.95/1.45	o 8
2.05/1.58	c Got one! Elapsed wall clock time (in seconds):1.364
2.05/1.58	o 5
2.53/1.99	c cleaning 4250 clauses out of 8500 with flag 11000/11000
3.34/2.78	c Got one! Elapsed wall clock time (in seconds):2.565
3.34/2.78	o 3
3.53/2.94	c cleaning 5618 clauses out of 11250 with flag 18000/18000
4.68/4.08	c cleaning 6816 clauses out of 13632 with flag 26000/26000
6.31/5.63	c cleaning 7907 clauses out of 15816 with flag 35000/35000
8.31/7.63	c cleaning 8954 clauses out of 17909 with flag 45000/45000
10.31/9.66	c cleaning 9477 clauses out of 18955 with flag 55000/55000
12.21/11.52	c cleaning 9738 clauses out of 19479 with flag 65001/65001
14.32/13.64	c cleaning 9870 clauses out of 19741 with flag 75001/75001
16.51/15.84	c cleaning 9935 clauses out of 19871 with flag 85001/85001
18.41/17.75	c cleaning 9967 clauses out of 19936 with flag 95001/95001
20.51/19.88	c cleaning 9983 clauses out of 19968 with flag 105000/105000
22.32/21.68	c cleaning 9990 clauses out of 19985 with flag 115000/115000
24.62/23.97	c cleaning 9997 clauses out of 19995 with flag 125000/125000
26.71/26.05	c cleaning 9997 clauses out of 19998 with flag 135000/135000
29.11/28.42	c cleaning 9994 clauses out of 20002 with flag 145001/145001
31.31/30.69	c cleaning 10000 clauses out of 20007 with flag 155000/155000
33.51/32.89	c cleaning 10000 clauses out of 20007 with flag 165000/165000
34.11/33.49	c Got one! Elapsed wall clock time (in seconds):33.27
34.11/33.49	o 2
35.91/35.25	c cleaning 9998 clauses out of 20008 with flag 175001/175001
38.01/37.35	c cleaning 9996 clauses out of 20010 with flag 185001/185001
39.91/39.21	c cleaning 10002 clauses out of 20013 with flag 195000/195000
41.31/40.64	c Got one! Elapsed wall clock time (in seconds):40.425
41.31/40.64	o 1
42.41/41.74	c cleaning 10002 clauses out of 20011 with flag 205000/205000
44.51/43.85	c cleaning 10003 clauses out of 20009 with flag 215000/215000
46.40/45.77	c cleaning 10001 clauses out of 20006 with flag 225000/225000
48.61/47.90	c cleaning 9999 clauses out of 20005 with flag 235000/235000
50.81/50.10	c cleaning 10002 clauses out of 20007 with flag 245001/245001
53.01/52.33	c cleaning 10002 clauses out of 20004 with flag 255000/255000
54.81/54.11	c cleaning 10000 clauses out of 20002 with flag 265000/265000
56.61/55.92	c cleaning 10001 clauses out of 20003 with flag 275001/275001
58.51/57.82	c cleaning 9997 clauses out of 20001 with flag 285000/285000
60.60/59.90	c cleaning 10001 clauses out of 20004 with flag 295000/295000
62.41/61.75	c cleaning 9998 clauses out of 20004 with flag 305001/305001
64.30/63.61	c cleaning 10002 clauses out of 20006 with flag 315001/315001
66.20/65.57	c cleaning 9998 clauses out of 20003 with flag 325000/325000
68.09/67.45	c cleaning 10002 clauses out of 20005 with flag 335000/335000
69.79/69.17	c cleaning 10001 clauses out of 20003 with flag 345000/345000
71.49/70.87	c cleaning 10000 clauses out of 20002 with flag 355000/355000
72.99/72.38	c cleaning 10002 clauses out of 20004 with flag 365002/365002
75.09/74.45	c cleaning 9999 clauses out of 20001 with flag 375001/375001
76.70/76.03	c cleaning 10000 clauses out of 20001 with flag 385000/385000
78.65/77.80	c cleaning 10000 clauses out of 20003 with flag 395002/395002
80.73/79.60	c cleaning 10000 clauses out of 20001 with flag 405000/405000
82.75/81.65	c cleaning 9998 clauses out of 20001 with flag 415000/415000
84.76/83.66	c cleaning 9996 clauses out of 20003 with flag 425000/425000
86.55/85.47	c cleaning 10002 clauses out of 20007 with flag 435000/435000
88.25/87.18	c cleaning 10002 clauses out of 20006 with flag 445001/445001
90.05/88.79	c cleaning 10001 clauses out of 20004 with flag 455001/455001
92.12/90.66	c cleaning 9999 clauses out of 20002 with flag 465000/465000
94.03/92.52	c cleaning 9997 clauses out of 20003 with flag 475000/475000
95.83/94.31	c cleaning 10000 clauses out of 20006 with flag 485000/485000
97.43/95.90	c cleaning 10003 clauses out of 20008 with flag 495002/495002
99.53/98.05	c cleaning 9996 clauses out of 20003 with flag 505000/505000
101.33/99.82	c cleaning 10002 clauses out of 20008 with flag 515001/515001
103.12/101.70	c cleaning 10000 clauses out of 20005 with flag 525000/525000
105.03/103.52	c cleaning 10002 clauses out of 20005 with flag 535000/535000
106.95/105.44	c cleaning 9997 clauses out of 20004 with flag 545001/545001
108.75/107.23	c cleaning 10004 clauses out of 20007 with flag 555001/555001
110.46/108.91	c cleaning 9999 clauses out of 20004 with flag 565002/565002
111.99/110.45	c cleaning 10001 clauses out of 20002 with flag 575000/575000
113.86/112.22	c starts		: 171
113.86/112.22	c conflicts		: 584770
113.86/112.22	c decisions		: 588119
113.86/112.22	c propagations		: 4318413
113.86/112.22	c inspects		: 551960326
113.86/112.22	c learnt literals	: 10
113.86/112.22	c learnt binary clauses	: 58
113.86/112.22	c learnt ternary clauses	: 244
113.86/112.22	c learnt clauses	: 584759
113.86/112.22	c ignored clauses	: 0
113.86/112.22	c root simplifications	: 0
113.86/112.22	c removed literals (reason simplification)	: 5319307
113.86/112.22	c reason swapping (by a shorter reason)	: 0
113.86/112.22	c Calls to reduceDB	: 59
113.86/112.22	c number of reductions to clauses (during analyze)	: 0
113.86/112.22	c number of learned constraints concerned by reduction	: 0
113.86/112.22	c number of learning phase by resolution	: 0
113.86/112.22	c number of learning phase by cutting planes	: 0
113.86/112.22	c speed (assignments/second)	: 60334.097100943065
113.86/112.22	c non guided choices	226
113.86/112.22	c learnt constraints type 
113.86/112.22	c constraints type 
113.86/112.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
113.86/112.22	s OPTIMUM FOUND
113.86/112.22	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 
113.86/112.22	c objective function=1
113.86/112.22	c Total wall clock time (in seconds): 112.002

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659895-1276613898/watcher-2659895-1276613898 -o /tmp/evaluation-result-2659895-1276613898/solver-2659895-1276613898 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659895-1276613898.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: 1.89 1.92 1.59 3/106 1898
/proc/meminfo: memFree=1791716/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=420 CPUtime=0
/proc/1898/stat : 1898 (java6) R 1896 1898 1650 0 -1 4194304 122 0 0 0 0 0 0 0 25 0 1 0 35041660 430080 41 1992294400 134512640 134550932 4292223104 18446744073709551615 3253411 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1898/statm: 107 43 33 10 0 25 0

[startup+0.0417721 s]
/proc/loadavg: 1.89 1.92 1.59 3/106 1898
/proc/meminfo: memFree=1791716/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1520328 CPUtime=0.02
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 3340 0 1 0 1 1 0 0 25 0 4 0 35041660 1556815872 2782 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 380082 2782 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101777 s]
/proc/loadavg: 1.89 1.92 1.59 3/106 1898
/proc/meminfo: memFree=1791716/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1523992 CPUtime=0.08
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 3916 0 1 0 6 2 0 0 25 0 12 0 35041660 1560567808 3354 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 380998 3355 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.469835 s]
/proc/loadavg: 1.89 1.92 1.59 3/106 1898
/proc/meminfo: memFree=1791716/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530556 CPUtime=0.69
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 6544 0 1 0 66 3 0 0 25 0 13 0 35041660 1567289344 5755 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382639 5755 1398 10 0 379941 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1530556

[startup+0.70564 s]
/proc/loadavg: 1.89 1.92 1.59 3/106 1898
/proc/meminfo: memFree=1791716/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530556 CPUtime=1.08
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 7349 0 1 0 104 4 0 0 25 0 13 0 35041660 1567289344 6560 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382639 6561 1419 10 0 379941 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1530556

[startup+1.50103 s]
/proc/loadavg: 1.89 1.92 1.59 2/119 1912
/proc/meminfo: memFree=1755404/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530556 CPUtime=2.05
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 12828 0 1 0 198 7 0 0 25 0 13 0 35041660 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382639 12036 1438 10 0 379941 0
[pid=1898/tid=1900] ppid=1896 vsize=1530556 CPUtime=1.27
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 9615 0 1 0 121 6 0 0 25 0 13 0 35041661 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4109583370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 104 0 0 0 0 0 0 0 18 0 13 0 35041663 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 104 0 0 0 0 0 0 0 18 0 13 0 35041663 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530556 CPUtime=0.01
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 201 0 0 0 1 0 0 0 16 0 13 0 35041664 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530556 CPUtime=0.25
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 378 0 0 0 25 0 0 0 19 0 13 0 35041670 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530556 CPUtime=0.48
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1359 0 0 0 48 0 0 0 15 0 13 0 35041670 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35041670 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567289344 12036 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1530556

[startup+3.10132 s]
/proc/loadavg: 1.89 1.92 1.59 2/119 1912
/proc/meminfo: memFree=1744740/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530556 CPUtime=3.75
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 14877 0 1 0 367 8 0 0 25 0 13 0 35041660 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382639 14080 1438 10 0 379941 0
[pid=1898/tid=1900] ppid=1896 vsize=1530556 CPUtime=2.81
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 11072 0 1 0 275 6 0 0 25 0 13 0 35041661 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4109572560 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 13 0 35041663 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 13 0 35041663 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530556 CPUtime=0.05
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 524 0 0 0 5 0 0 0 16 0 13 0 35041664 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530556 CPUtime=0.27
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 380 0 0 0 27 0 0 0 15 0 13 0 35041670 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530556 CPUtime=0.56
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1365 0 0 0 56 0 0 0 15 0 13 0 35041670 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35041670 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530556 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567289344 14080 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1530556

[startup+6.30191 s]
/proc/loadavg: 1.82 1.90 1.59 2/119 1912
/proc/meminfo: memFree=1731968/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530176 CPUtime=7
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 16954 0 1 0 691 9 0 0 25 0 13 0 35041660 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382544 16120 1440 10 0 379846 0
[pid=1898/tid=1900] ppid=1896 vsize=1530176 CPUtime=5.96
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 13115 0 1 0 588 8 0 0 25 0 13 0 35041661 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4109648004 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530176 CPUtime=0.01
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 239 0 0 0 1 0 0 0 15 0 13 0 35041663 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530176 CPUtime=0.01
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 238 0 0 0 1 0 0 0 16 0 13 0 35041663 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530176 CPUtime=0.1
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 541 0 0 0 10 0 0 0 16 0 13 0 35041664 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530176 CPUtime=0.32
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 389 0 0 0 32 0 0 0 15 0 13 0 35041670 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530176 CPUtime=0.56
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1365 0 0 0 56 0 0 0 15 0 13 0 35041670 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35041670 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1566900224 16120 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1530176

[startup+12.7011 s]
/proc/loadavg: 1.75 1.89 1.58 2/119 1912
/proc/meminfo: memFree=1724776/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530176 CPUtime=13.42
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 18753 0 1 0 1331 11 0 0 25 0 13 0 35041660 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382544 17915 1440 10 0 379846 0
[pid=1898/tid=1900] ppid=1896 vsize=1530176 CPUtime=12.27
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14542 0 1 0 1218 9 0 0 25 0 13 0 35041661 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4109648117 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530176 CPUtime=0.02
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 13 0 35041663 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530176 CPUtime=0.02
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 256 0 0 0 2 0 0 0 15 0 13 0 35041663 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530176 CPUtime=0.17
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 862 0 0 0 17 0 0 0 15 0 13 0 35041664 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530176 CPUtime=0.32
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 389 0 0 0 32 0 0 0 15 0 13 0 35041670 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530176 CPUtime=0.56
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1365 0 0 0 56 0 0 0 15 0 13 0 35041670 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35041670 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530176 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1566900224 17915 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 1530176

[startup+25.5024 s]
/proc/loadavg: 1.59 1.84 1.57 2/119 1914
/proc/meminfo: memFree=1724776/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530176 CPUtime=26.21
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 18760 0 1 0 2609 12 0 0 25 0 13 0 35041660 1566900224 17916 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382544 17916 1440 10 0 379846 0
[pid=1898/tid=1900] ppid=1896 vsize=1530176 CPUtime=24.9
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14548 0 1 0 2480 10 0 0 20 0 13 0 35041661 1566900224 17916 1992294400 134512640 134550932 4287401136 18446744073709551615 4109648156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530176 CPUtime=0.04
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 273 0 0 0 4 0 0 0 15 0 13 0 35041663 1566900224 17916 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530176 CPUtime=0.04
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 256 0 0 0 4 0 0 0 16 0 13 0 35041663 1566900224 17916 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530176 CPUtime=0.31

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

/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 35041670 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 103.93
Current children cumulated vsize (KiB) 1530824

[startup+108.802 s]
/proc/loadavg: 1.15 1.64 1.52 2/119 1916
/proc/meminfo: memFree=1722296/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530824 CPUtime=110.35
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 23425 0 1 0 11019 16 0 0 25 0 13 0 35041660 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382706 18281 1440 10 0 380008 0
[pid=1898/tid=1900] ppid=1896 vsize=1530824 CPUtime=106.97
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14694 0 1 0 10686 11 0 0 25 0 13 0 35041661 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4109740878 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530824 CPUtime=0.1
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 279 0 0 0 10 0 0 0 16 0 13 0 35041663 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530824 CPUtime=0.11
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 258 0 0 0 11 0 0 0 15 0 13 0 35041663 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530824 CPUtime=1.34
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 873 0 0 0 134 0 0 0 16 0 13 0 35041664 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530824 CPUtime=1.19
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 4879 0 0 0 117 2 0 0 15 0 13 0 35041670 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530824 CPUtime=0.58
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1367 0 0 0 58 0 0 0 15 0 13 0 35041670 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 35041670 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567563776 18281 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 110.35
Current children cumulated vsize (KiB) 1530824

[startup+110.402 s]
/proc/loadavg: 1.14 1.63 1.52 2/119 1916
/proc/meminfo: memFree=1722296/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530824 CPUtime=111.99
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 23428 0 1 0 11183 16 0 0 25 0 13 0 35041660 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382706 18282 1440 10 0 380008 0
[pid=1898/tid=1900] ppid=1896 vsize=1530824 CPUtime=108.54
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14696 0 1 0 10843 11 0 0 25 0 13 0 35041661 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4109740889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530824 CPUtime=0.1
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 279 0 0 0 10 0 0 0 15 0 13 0 35041663 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530824 CPUtime=0.11
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 258 0 0 0 11 0 0 0 16 0 13 0 35041663 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530824 CPUtime=1.36
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 874 0 0 0 136 0 0 0 15 0 13 0 35041664 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530824 CPUtime=1.23
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 4879 0 0 0 121 2 0 0 16 0 13 0 35041670 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530824 CPUtime=0.58
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1367 0 0 0 58 0 0 0 15 0 13 0 35041670 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 35041670 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567563776 18282 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 111.99
Current children cumulated vsize (KiB) 1530824

[startup+111.21 s]
/proc/loadavg: 1.14 1.63 1.52 2/119 1916
/proc/meminfo: memFree=1722296/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530824 CPUtime=112.86
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 23432 0 1 0 11270 16 0 0 25 0 13 0 35041660 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382706 18285 1440 10 0 380008 0
[pid=1898/tid=1900] ppid=1896 vsize=1530824 CPUtime=109.32
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14697 0 1 0 10921 11 0 0 25 0 13 0 35041661 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4109575539 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530824 CPUtime=0.1
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 279 0 0 0 10 0 0 0 16 0 13 0 35041663 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530824 CPUtime=0.11
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 258 0 0 0 11 0 0 0 15 0 13 0 35041663 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530824 CPUtime=1.39
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 874 0 0 0 139 0 0 0 16 0 13 0 35041664 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530824 CPUtime=1.3
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 4882 0 0 0 128 2 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530824 CPUtime=0.58
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1367 0 0 0 58 0 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 112.86
Current children cumulated vsize (KiB) 1530824

[startup+112.002 s]
/proc/loadavg: 1.14 1.63 1.52 2/119 1916
/proc/meminfo: memFree=1722296/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530824 CPUtime=113.65
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 23433 0 1 0 11349 16 0 0 25 0 13 0 35041660 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382706 18285 1440 10 0 380008 0
[pid=1898/tid=1900] ppid=1896 vsize=1530824 CPUtime=110.12
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14698 0 1 0 11001 11 0 0 25 0 13 0 35041661 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4109387494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530824 CPUtime=0.1
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 279 0 0 0 10 0 0 0 16 0 13 0 35041663 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530824 CPUtime=0.11
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 258 0 0 0 11 0 0 0 15 0 13 0 35041663 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530824 CPUtime=1.39
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 874 0 0 0 139 0 0 0 16 0 13 0 35041664 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530824 CPUtime=1.3
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 4882 0 0 0 128 2 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530824 CPUtime=0.58
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1367 0 0 0 58 0 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 113.65
Current children cumulated vsize (KiB) 1530824

[startup+112.202 s]
/proc/loadavg: 1.14 1.63 1.52 2/119 1916
/proc/meminfo: memFree=1722296/2059040 swapFree=4140328/4192956
[pid=1898] ppid=1896 vsize=1530824 CPUtime=113.86
/proc/1898/stat : 1898 (java) S 1896 1898 1650 0 -1 4202496 23433 0 1 0 11370 16 0 0 25 0 13 0 35041660 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1898/statm: 382706 18285 1440 10 0 380008 0
[pid=1898/tid=1900] ppid=1896 vsize=1530824 CPUtime=110.32
/proc/1898/task/1900/stat : 1900 (java) R 1896 1898 1650 0 -1 4202560 14698 0 1 0 11021 11 0 0 25 0 13 0 35041661 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 105480788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1898/tid=1901] ppid=1896 vsize=1530824 CPUtime=0.1
/proc/1898/task/1901/stat : 1901 (java) S 1896 1898 1650 0 -1 4202560 279 0 0 0 10 0 0 0 16 0 13 0 35041663 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1902] ppid=1896 vsize=1530824 CPUtime=0.11
/proc/1898/task/1902/stat : 1902 (java) S 1896 1898 1650 0 -1 4202560 258 0 0 0 11 0 0 0 15 0 13 0 35041663 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1903] ppid=1896 vsize=1530824 CPUtime=1.39
/proc/1898/task/1903/stat : 1903 (java) S 1896 1898 1650 0 -1 4202560 874 0 0 0 139 0 0 0 16 0 13 0 35041664 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 0 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1904] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1904/stat : 1904 (java) S 1896 1898 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1905] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1905/stat : 1905 (java) S 1896 1898 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 35041665 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1906] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1906/stat : 1906 (java) S 1896 1898 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1907] ppid=1896 vsize=1530824 CPUtime=1.3
/proc/1898/task/1907/stat : 1907 (java) S 1896 1898 1650 0 -1 4202560 4882 0 0 0 128 2 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1909] ppid=1896 vsize=1530824 CPUtime=0.59
/proc/1898/task/1909/stat : 1909 (java) S 1896 1898 1650 0 -1 4202560 1367 0 0 0 59 0 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
[pid=1898/tid=1910] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1910/stat : 1910 (java) S 1896 1898 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1911] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1911/stat : 1911 (java) S 1896 1898 1650 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 35041670 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 0 0 0 0
[pid=1898/tid=1912] ppid=1896 vsize=1530824 CPUtime=0
/proc/1898/task/1912/stat : 1912 (java) S 1896 1898 1650 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35041688 1567563776 18285 1992294400 134512640 134550932 4287401136 18446744073709551615 4294960144 0 4 0 16800975 18446604437845943296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 113.86
Current children cumulated vsize (KiB) 1530824

Child status: 30
Real time (s): 112.247
CPU time (s): 113.9
CPU user time (s): 113.724
CPU system time (s): 0.175973
CPU usage (%): 101.473
Max. virtual memory (cumulated for all children) (KiB): 1537676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.724
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23447
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= 3167
involuntary context switches= 1716

runsolver used 0.248962 second user time and 0.616906 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-15 16:58:18
IDJOB=2659895
IDBENCH=2916
IDSOLVER=1164
FILE ID=node027/2659895-1276613898
PBS_JOBID= 11172291
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659895-1276613898/watcher-2659895-1276613898 -o /tmp/evaluation-result-2659895-1276613898/solver-2659895-1276613898 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659895-1276613898.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=1662917189

node027.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		: 2800.261
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	: 5600.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		: 2800.261
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	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1792112 kB
Buffers:         63268 kB
Cached:         123632 kB
SwapCached:       6128 kB
Active:          92016 kB
Inactive:       108392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1792112 kB
SwapTotal:     4192956 kB
SwapFree:      4140328 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       11696 kB
Mapped:          13072 kB
Slab:            44572 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62536 MiB
End job on node027 at 2010-06-15 17:00:10