Trace number 2659637

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-26OPT62027 47.8557 46.5199

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.012997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
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.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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2659637-1276356052.opb
0.24/0.20	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.034s.
0.24/0.24	c #vars     40
0.24/0.24	c #constraints  23
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.24/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
0.24/0.25	c SATISFIABLE
0.24/0.25	c OPTIMIZING...
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.043
0.24/0.25	o 62076
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.051
0.24/0.25	o 62051
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.061
0.24/0.26	o 62027
1.61/1.03	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.08/1.35	c cleaning 4245 clauses out of 8502 with flag 11000/11000
2.37/1.66	c cleaning 5626 clauses out of 11258 with flag 18001/18001
2.78/2.07	c cleaning 6811 clauses out of 13631 with flag 26000/26000
3.34/2.54	c cleaning 7906 clauses out of 15821 with flag 35001/35001
3.84/3.05	c cleaning 8953 clauses out of 17914 with flag 45000/45000
4.44/3.64	c cleaning 9474 clauses out of 18961 with flag 55000/55000
4.95/4.17	c cleaning 9737 clauses out of 19488 with flag 65001/65001
5.55/4.72	c cleaning 9873 clauses out of 19750 with flag 75000/75000
6.16/5.32	c cleaning 9933 clauses out of 19877 with flag 85000/85000
6.76/5.99	c cleaning 9967 clauses out of 19944 with flag 95000/95000
7.36/6.56	c cleaning 9984 clauses out of 19978 with flag 105001/105001
7.96/7.19	c cleaning 9995 clauses out of 19993 with flag 115000/115000
8.56/7.74	c cleaning 9996 clauses out of 19999 with flag 125001/125001
9.16/8.31	c cleaning 10000 clauses out of 20003 with flag 135001/135001
9.66/8.86	c cleaning 9995 clauses out of 20002 with flag 145000/145000
10.26/9.42	c cleaning 10000 clauses out of 20007 with flag 155000/155000
10.76/9.94	c cleaning 10000 clauses out of 20007 with flag 165000/165000
11.36/10.55	c cleaning 10000 clauses out of 20007 with flag 175000/175000
11.86/11.10	c cleaning 9999 clauses out of 20007 with flag 185000/185000
12.46/11.67	c cleaning 9998 clauses out of 20008 with flag 195000/195000
12.96/12.18	c cleaning 9998 clauses out of 20010 with flag 205000/205000
13.46/12.68	c cleaning 10001 clauses out of 20012 with flag 215000/215000
13.96/13.18	c cleaning 9999 clauses out of 20012 with flag 225001/225001
14.46/13.67	c cleaning 10002 clauses out of 20013 with flag 235001/235001
14.96/14.17	c cleaning 9999 clauses out of 20010 with flag 245000/245000
15.46/14.68	c cleaning 9999 clauses out of 20011 with flag 255000/255000
16.07/15.26	c cleaning 10000 clauses out of 20012 with flag 265000/265000
16.57/15.78	c cleaning 10000 clauses out of 20013 with flag 275001/275001
17.17/16.37	c cleaning 10004 clauses out of 20012 with flag 285000/285000
17.77/16.91	c cleaning 9999 clauses out of 20009 with flag 295001/295001
18.27/17.44	c cleaning 10000 clauses out of 20009 with flag 305000/305000
18.77/17.91	c cleaning 9999 clauses out of 20009 with flag 315000/315000
19.26/18.43	c cleaning 10001 clauses out of 20011 with flag 325001/325001
19.77/18.93	c cleaning 9997 clauses out of 20010 with flag 335001/335001
20.26/19.45	c cleaning 10001 clauses out of 20013 with flag 345001/345001
20.77/20.00	c cleaning 10001 clauses out of 20011 with flag 355000/355000
21.36/20.51	c cleaning 9997 clauses out of 20010 with flag 365000/365000
21.87/21.01	c cleaning 10000 clauses out of 20014 with flag 375001/375001
22.36/21.54	c cleaning 10000 clauses out of 20014 with flag 385001/385001
22.97/22.12	c cleaning 10001 clauses out of 20013 with flag 395000/395000
23.46/22.66	c cleaning 10000 clauses out of 20013 with flag 405001/405001
23.96/23.19	c cleaning 9999 clauses out of 20012 with flag 415000/415000
24.56/23.78	c cleaning 10001 clauses out of 20013 with flag 425000/425000
25.06/24.30	c cleaning 10002 clauses out of 20012 with flag 435000/435000
25.65/24.83	c cleaning 9999 clauses out of 20011 with flag 445001/445001
26.15/25.37	c cleaning 10001 clauses out of 20012 with flag 455001/455001
26.65/25.89	c cleaning 9999 clauses out of 20010 with flag 465000/465000
27.25/26.42	c cleaning 10001 clauses out of 20012 with flag 475001/475001
27.75/26.92	c cleaning 9998 clauses out of 20011 with flag 485001/485001
28.25/27.45	c cleaning 9999 clauses out of 20012 with flag 495000/495000
28.75/27.95	c cleaning 9999 clauses out of 20014 with flag 505001/505001
29.25/28.45	c cleaning 10000 clauses out of 20014 with flag 515000/515000
29.75/28.99	c cleaning 10002 clauses out of 20014 with flag 525000/525000
30.35/29.52	c cleaning 9999 clauses out of 20013 with flag 535001/535001
30.85/30.06	c cleaning 10000 clauses out of 20013 with flag 545000/545000
31.45/30.62	c cleaning 10001 clauses out of 20013 with flag 555000/555000
31.95/31.14	c cleaning 10001 clauses out of 20013 with flag 565001/565001
32.45/31.65	c cleaning 9999 clauses out of 20012 with flag 575001/575001
32.96/32.19	c cleaning 10001 clauses out of 20013 with flag 585001/585001
33.55/32.77	c cleaning 10001 clauses out of 20012 with flag 595001/595001
34.15/33.31	c cleaning 10001 clauses out of 20011 with flag 605001/605001
34.65/33.85	c cleaning 10001 clauses out of 20010 with flag 615001/615001
35.16/34.39	c cleaning 9997 clauses out of 20008 with flag 625000/625000
35.75/34.93	c cleaning 10000 clauses out of 20011 with flag 635000/635000
36.26/35.44	c cleaning 10002 clauses out of 20011 with flag 645000/645000
36.75/35.97	c cleaning 10002 clauses out of 20010 with flag 655001/655001
37.26/36.50	c cleaning 9999 clauses out of 20008 with flag 665001/665001
37.86/37.06	c cleaning 10001 clauses out of 20009 with flag 675001/675001
38.37/37.58	c cleaning 9996 clauses out of 20007 with flag 685000/685000
38.96/38.11	c cleaning 9999 clauses out of 20012 with flag 695001/695001
39.39/38.60	c cleaning 10000 clauses out of 20013 with flag 705001/705001
39.98/39.11	c cleaning 9998 clauses out of 20012 with flag 715000/715000
40.38/39.58	c cleaning 10004 clauses out of 20015 with flag 725001/725001
40.88/40.09	c cleaning 10001 clauses out of 20010 with flag 735000/735000
41.48/40.66	c cleaning 10000 clauses out of 20009 with flag 745000/745000
42.08/41.21	c cleaning 10003 clauses out of 20010 with flag 755001/755001
42.58/41.73	c cleaning 10000 clauses out of 20006 with flag 765000/765000
43.08/42.25	c cleaning 10002 clauses out of 20006 with flag 775000/775000
43.86/42.84	c cleaning 10000 clauses out of 20005 with flag 785001/785001
44.65/43.43	c cleaning 10002 clauses out of 20005 with flag 795001/795001
45.15/43.99	c cleaning 9997 clauses out of 20002 with flag 805000/805000
45.75/44.53	c cleaning 9999 clauses out of 20006 with flag 815001/815001
46.32/45.08	c cleaning 9998 clauses out of 20005 with flag 825000/825000
46.94/45.66	c cleaning 10000 clauses out of 20008 with flag 835001/835001
47.54/46.22	c cleaning 10000 clauses out of 20007 with flag 845001/845001
47.75/46.49	c starts		: 174
47.75/46.49	c conflicts		: 849941
47.75/46.49	c decisions		: 887259
47.75/46.49	c propagations		: 4483671
47.75/46.49	c inspects		: 146156073
47.75/46.49	c learnt literals	: 9
47.75/46.49	c learnt binary clauses	: 40
47.75/46.49	c learnt ternary clauses	: 112
47.75/46.49	c learnt clauses	: 849931
47.75/46.49	c ignored clauses	: 0
47.75/46.49	c root simplifications	: 0
47.75/46.49	c removed literals (reason simplification)	: 286038
47.75/46.49	c reason swapping (by a shorter reason)	: 0
47.75/46.49	c Calls to reduceDB	: 86
47.75/46.49	c number of reductions to clauses (during analyze)	: 0
47.75/46.49	c number of learned constraints concerned by reduction	: 0
47.75/46.49	c number of learning phase by resolution	: 0
47.75/46.49	c number of learning phase by cutting planes	: 0
47.75/46.49	c speed (assignments/second)	: 96992.4719319878
47.75/46.49	c non guided choices	4
47.75/46.49	c learnt constraints type 
47.75/46.49	c constraints type 
47.75/46.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
47.75/46.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
47.75/46.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
47.75/46.49	s OPTIMUM FOUND
47.75/46.49	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 
47.75/46.49	c objective function=62027
47.75/46.49	c Total wall clock time (in seconds): 46.289

Verifier Data

OK	62027

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659637-1276356052/watcher-2659637-1276356052 -o /tmp/evaluation-result-2659637-1276356052/solver-2659637-1276356052 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659637-1276356052.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.00 1.00 1.00 3/106 14353
/proc/meminfo: memFree=1841480/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=248 CPUtime=0
/proc/14353/stat : 14353 (java) R 14351 14353 14024 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 11209141 253952 28 1992294400 134512640 134550932 4291190912 18446744073709551615 8045022 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14353/statm: 62 28 21 10 0 23 0

[startup+0.0360371 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14353
/proc/meminfo: memFree=1841480/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1520328 CPUtime=0.02
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 3288 0 1 0 1 1 0 0 18 0 4 0 11209141 1556815872 2731 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 380082 2732 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101036 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14353
/proc/meminfo: memFree=1841480/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1524184 CPUtime=0.08
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 11209141 1560764416 3404 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 381046 3405 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301033 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14353
/proc/meminfo: memFree=1841480/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1526436 CPUtime=0.36
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 5327 0 1 0 32 4 0 0 18 0 13 0 11209141 1563070464 4764 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 381609 4764 1356 10 0 378911 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526436

[startup+0.743205 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14353
/proc/meminfo: memFree=1841480/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1530328 CPUtime=1.24
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 6825 0 1 0 119 5 0 0 18 0 13 0 11209141 1567055872 6058 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382582 6058 1415 10 0 379884 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1530328

[startup+1.50108 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14366
/proc/meminfo: memFree=1817880/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1530328 CPUtime=2.27
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 8566 0 1 0 221 6 0 0 18 0 13 0 11209141 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382582 7425 1434 10 0 379884 0
[pid=14353/tid=14355] ppid=14351 vsize=1530328 CPUtime=1.24
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 4728 0 1 0 120 4 0 0 20 0 13 0 11209142 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4109352942 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 13 0 11209143 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 13 0 11209144 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1530328 CPUtime=0.03
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 278 0 0 0 3 0 0 0 16 0 13 0 11209145 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1530328 CPUtime=0.25
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 498 0 0 0 25 0 0 0 22 0 13 0 11209150 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1530328 CPUtime=0.71
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1639 0 0 0 70 1 0 0 16 0 13 0 11209150 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11209150 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1567055872 7425 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1530328

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14366
/proc/meminfo: memFree=1816020/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1530328 CPUtime=3.94
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 9195 0 1 0 387 7 0 0 18 0 13 0 11209141 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382582 8049 1436 10 0 379884 0
[pid=14353/tid=14355] ppid=14351 vsize=1530328 CPUtime=2.73
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 4962 0 1 0 269 4 0 0 19 0 13 0 11209142 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4109395436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1530328 CPUtime=0.01
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 318 0 0 0 1 0 0 0 15 0 13 0 11209143 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1530328 CPUtime=0.01
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 178 0 0 0 1 0 0 0 16 0 13 0 11209144 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1530328 CPUtime=0.12
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 523 0 0 0 12 0 0 0 16 0 13 0 11209145 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1530328 CPUtime=0.3
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 507 0 0 0 30 0 0 0 16 0 13 0 11209150 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1530328 CPUtime=0.72
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1641 0 0 0 71 1 0 0 15 0 13 0 11209150 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11209150 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1530328 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1567055872 8049 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 1530328

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14366
/proc/meminfo: memFree=1813292/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1529932 CPUtime=7.16
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 9383 0 1 0 709 7 0 0 18 0 13 0 11209141 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382483 8193 1436 10 0 379785 0
[pid=14353/tid=14355] ppid=14351 vsize=1529932 CPUtime=5.79
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 5019 0 1 0 575 4 0 0 25 0 13 0 11209142 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4109407713 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1529932 CPUtime=0.03
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 320 0 0 0 3 0 0 0 16 0 13 0 11209143 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1529932 CPUtime=0.02
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 190 0 0 0 2 0 0 0 15 0 13 0 11209144 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1529932 CPUtime=0.24
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 640 0 0 0 24 0 0 0 16 0 13 0 11209145 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1529932 CPUtime=0.31
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 507 0 0 0 31 0 0 0 15 0 13 0 11209150 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1529932 CPUtime=0.72
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1641 0 0 0 71 1 0 0 15 0 13 0 11209150 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11209150 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1566650368 8193 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1529932

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14366
/proc/meminfo: memFree=1813292/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1529932 CPUtime=13.56
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 9422 0 1 0 1349 7 0 0 18 0 13 0 11209141 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382483 8220 1436 10 0 379785 0
[pid=14353/tid=14355] ppid=14351 vsize=1529932 CPUtime=11.88
/proc/14353/task/14355/stat : 14355 (java) S 14351 14353 14024 0 -1 4202560 5037 0 1 0 1184 4 0 0 25 0 13 0 11209142 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1529932 CPUtime=0.05
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 324 0 0 0 5 0 0 0 15 0 13 0 11209143 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1529932 CPUtime=0.03
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 190 0 0 0 3 0 0 0 15 0 13 0 11209144 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1529932 CPUtime=0.51
/proc/14353/task/14358/stat : 14358 (java) R 14351 14353 14024 0 -1 4202560 657 0 0 0 51 0 0 0 15 0 13 0 11209145 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 103602017 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1529932 CPUtime=0.31
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 507 0 0 0 31 0 0 0 15 0 13 0 11209150 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1529932 CPUtime=0.72
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1641 0 0 0 71 1 0 0 15 0 13 0 11209150 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11209150 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1566650368 8220 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 1529932

[startup+25.5095 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14366
/proc/meminfo: memFree=1813168/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1529932 CPUtime=26.36
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 9450 0 1 0 2628 8 0 0 18 0 13 0 11209141 1566650368 8224 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382483 8224 1436 10 0 379785 0
[pid=14353/tid=14355] ppid=14351 vsize=1529932 CPUtime=24.06
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 5061 0 1 0 2402 4 0 0 18 0 13 0 11209142 1566650368 8224 1992294400 134512640 134550932 4291190912 18446744073709551615 4109455799 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1529932 CPUtime=0.07
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 325 0 0 0 7 0 0 0 15 0 13 0 11209143 1566650368 8224 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1529932 CPUtime=0.07
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 193 0 0 0 7 0 0 0 15 0 13 0 11209144 1566650368 8224 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1529932 CPUtime=1.07

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

/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 11209150 1566650368 8239 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1566650368 8239 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (KiB) 1529932

[startup+41.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14368
/proc/meminfo: memFree=1813044/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1529932 CPUtime=42.58
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 9509 0 1 0 4249 9 0 0 18 0 13 0 11209141 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 382483 8245 1436 10 0 379785 0
[pid=14353/tid=14355] ppid=14351 vsize=1529932 CPUtime=39.49
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 5090 0 1 0 3944 5 0 0 25 0 13 0 11209142 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4109593689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1529932 CPUtime=0.11
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 327 0 0 0 11 0 0 0 15 0 13 0 11209143 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1529932 CPUtime=0.09
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 197 0 0 0 9 0 0 0 15 0 13 0 11209144 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1529932 CPUtime=1.76
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 672 0 0 0 176 0 0 0 16 0 13 0 11209145 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1529932 CPUtime=0.34
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 513 0 0 0 34 0 0 0 15 0 13 0 11209150 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1529932 CPUtime=0.72
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1641 0 0 0 71 1 0 0 15 0 13 0 11209150 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 11209150 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1529932 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1566650368 8245 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.58
Current children cumulated vsize (KiB) 1529932

[startup+44.9025 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14368
/proc/meminfo: memFree=1806472/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1535660 CPUtime=46.21
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 11593 0 1 0 4611 10 0 0 18 0 13 0 11209141 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 383915 9800 1436 10 0 381217 0
[pid=14353/tid=14355] ppid=14351 vsize=1535660 CPUtime=42.52
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 5098 0 1 0 4247 5 0 0 18 0 13 0 11209142 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4109397305 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1535660 CPUtime=0.12
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 327 0 0 0 12 0 0 0 15 0 13 0 11209143 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1535660 CPUtime=0.09
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 197 0 0 0 9 0 0 0 16 0 13 0 11209144 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1535660 CPUtime=1.9
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 692 0 0 0 190 0 0 0 16 0 13 0 11209145 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1535660 CPUtime=0.77
/proc/14353/task/14362/stat : 14362 (java) R 14351 14353 14024 0 -1 4202560 2510 0 0 0 76 1 0 0 15 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 106117510 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1535660 CPUtime=0.74
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1700 0 0 0 73 1 0 0 15 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46.21
Current children cumulated vsize (KiB) 1535660

[startup+45.7016 s]
/proc/loadavg: 1.00 1.00 1.00 5/119 14368
/proc/meminfo: memFree=1806348/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1535660 CPUtime=47.04
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 11595 0 1 0 4694 10 0 0 18 0 13 0 11209141 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 383915 9800 1436 10 0 381217 0
[pid=14353/tid=14355] ppid=14351 vsize=1535660 CPUtime=43.25
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 5100 0 1 0 4320 5 0 0 19 0 13 0 11209142 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4109339990 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1535660 CPUtime=0.12
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 327 0 0 0 12 0 0 0 16 0 13 0 11209143 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1535660 CPUtime=0.09
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 197 0 0 0 9 0 0 0 15 0 13 0 11209144 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1535660 CPUtime=1.96
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 692 0 0 0 196 0 0 0 15 0 13 0 11209145 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1535660 CPUtime=0.81
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 2510 0 0 0 80 1 0 0 15 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1535660 CPUtime=0.75
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1700 0 0 0 74 1 0 0 15 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 11209150 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1572515840 9800 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.04
Current children cumulated vsize (KiB) 1535660

[startup+46.1016 s]
/proc/loadavg: 1.00 1.00 1.00 5/119 14368
/proc/meminfo: memFree=1806348/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1535660 CPUtime=47.44
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 11596 0 1 0 4734 10 0 0 18 0 13 0 11209141 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 383915 9801 1436 10 0 381217 0
[pid=14353/tid=14355] ppid=14351 vsize=1535660 CPUtime=43.65
/proc/14353/task/14355/stat : 14355 (java) R 14351 14353 14024 0 -1 4202560 5101 0 1 0 4360 5 0 0 19 0 13 0 11209142 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4109694498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1535660 CPUtime=0.12
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 327 0 0 0 12 0 0 0 16 0 13 0 11209143 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1535660 CPUtime=0.09
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 197 0 0 0 9 0 0 0 15 0 13 0 11209144 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1535660 CPUtime=1.96
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 692 0 0 0 196 0 0 0 15 0 13 0 11209145 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1535660 CPUtime=0.81
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 2510 0 0 0 80 1 0 0 15 0 13 0 11209150 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1535660 CPUtime=0.75
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1700 0 0 0 74 1 0 0 15 0 13 0 11209150 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 11209150 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1535660 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1572515840 9801 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.44
Current children cumulated vsize (KiB) 1535660

[startup+46.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14368
/proc/meminfo: memFree=1806348/2059040 swapFree=4135584/4192956
[pid=14353] ppid=14351 vsize=1535984 CPUtime=47.84
/proc/14353/stat : 14353 (java) S 14351 14353 14024 0 -1 4202496 11611 0 1 0 4774 10 0 0 18 0 13 0 11209141 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14353/statm: 383996 9815 1437 10 0 381298 0
[pid=14353/tid=14355] ppid=14351 vsize=1535984 CPUtime=44.01
/proc/14353/task/14355/stat : 14355 (java) S 14351 14353 14024 0 -1 4202560 5108 0 1 0 4396 5 0 0 18 0 13 0 11209142 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14356] ppid=14351 vsize=1535984 CPUtime=0.12
/proc/14353/task/14356/stat : 14356 (java) S 14351 14353 14024 0 -1 4202560 327 0 0 0 12 0 0 0 16 0 13 0 11209143 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14357] ppid=14351 vsize=1535984 CPUtime=0.1
/proc/14353/task/14357/stat : 14357 (java) S 14351 14353 14024 0 -1 4202560 197 0 0 0 10 0 0 0 15 0 13 0 11209144 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14358] ppid=14351 vsize=1535984 CPUtime=1.98
/proc/14353/task/14358/stat : 14358 (java) S 14351 14353 14024 0 -1 4202560 695 0 0 0 198 0 0 0 16 0 13 0 11209145 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 0 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14359] ppid=14351 vsize=1535984 CPUtime=0
/proc/14353/task/14359/stat : 14359 (java) S 14351 14353 14024 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11209146 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14360] ppid=14351 vsize=1535984 CPUtime=0
/proc/14353/task/14360/stat : 14360 (java) S 14351 14353 14024 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11209146 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14361] ppid=14351 vsize=1535984 CPUtime=0
/proc/14353/task/14361/stat : 14361 (java) S 14351 14353 14024 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11209150 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14362] ppid=14351 vsize=1535984 CPUtime=0.81
/proc/14353/task/14362/stat : 14362 (java) S 14351 14353 14024 0 -1 4202560 2510 0 0 0 80 1 0 0 15 0 13 0 11209150 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14363] ppid=14351 vsize=1535984 CPUtime=0.75
/proc/14353/task/14363/stat : 14363 (java) S 14351 14353 14024 0 -1 4202560 1700 0 0 0 74 1 0 0 15 0 13 0 11209150 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14364] ppid=14351 vsize=1535984 CPUtime=0
/proc/14353/task/14364/stat : 14364 (java) S 14351 14353 14024 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11209150 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 0 0 0 0
[pid=14353/tid=14365] ppid=14351 vsize=1535984 CPUtime=0
/proc/14353/task/14365/stat : 14365 (java) S 14351 14353 14024 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 11209150 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
[pid=14353/tid=14366] ppid=14351 vsize=1535984 CPUtime=0
/proc/14353/task/14366/stat : 14366 (java) S 14351 14353 14024 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11209165 1572847616 9815 1992294400 134512640 134550932 4291190912 18446744073709551615 4294960144 0 4 0 16800975 18446604437863443456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.84
Current children cumulated vsize (KiB) 1535984

Child status: 30
Real time (s): 46.5199
CPU time (s): 47.8557
CPU user time (s): 47.7437
CPU system time (s): 0.111982
CPU usage (%): 102.871
Max. virtual memory (cumulated for all children) (KiB): 1536388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7437
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11614
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= 2114
involuntary context switches= 1020

runsolver used 0.093985 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-12 17:20:52
IDJOB=2659637
IDBENCH=1867
IDSOLVER=1164
FILE ID=node002/2659637-1276356052
PBS_JOBID= 11173204
Free space on /tmp= 62400 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659637-1276356052/watcher-2659637-1276356052 -o /tmp/evaluation-result-2659637-1276356052/solver-2659637-1276356052 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659637-1276356052.opb

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

MD5SUM BENCH= ab21eb5817d07a398a94670d7815d5fb
RANDOM SEED=1516294558

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841752 kB
Buffers:         27424 kB
Cached:         115832 kB
SwapCached:      17672 kB
Active:          99980 kB
Inactive:        62960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841752 kB
SwapTotal:     4192956 kB
SwapFree:      4135584 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       10644 kB
Mapped:           9164 kB
Slab:            32456 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179696 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= 62396 MiB
End job on node002 at 2010-06-12 17:21:38