Trace number 2658392

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT3 109.882 108.054

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=173-P1=191-P2=127-P3=113-P4=97-P5=167-B.opb
MD5SUM88214650523f8a2de77e1fd9d134abd8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.566912
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
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 constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658392-1276648616.opb
0.23/0.21	c reading problem ... 
0.44/0.37	c ... done. Wall clock time 0.153s.
0.44/0.37	c #vars     440
0.44/0.37	c #constraints  656
0.44/0.37	c constraints type 
0.44/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.44/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
2.34/1.68	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.47/2.70	c cleaning 4244 clauses out of 8501 with flag 11001/11001
4.47/3.72	c cleaning 5613 clauses out of 11256 with flag 18000/18000
6.21/5.40	c cleaning 6818 clauses out of 13644 with flag 26001/26001
7.64/6.88	c cleaning 7907 clauses out of 15826 with flag 35001/35001
9.94/9.15	c cleaning 8952 clauses out of 17918 with flag 45000/45000
11.64/10.87	c cleaning 9476 clauses out of 18966 with flag 55000/55000
15.04/14.22	c cleaning 9740 clauses out of 19490 with flag 65000/65000
16.26/15.40	c SATISFIABLE
16.26/15.40	c OPTIMIZING...
16.26/15.40	c Got one! Elapsed wall clock time (in seconds):15.186
16.26/15.40	o 119
16.66/15.84	c cleaning 9862 clauses out of 19750 with flag 75000/75000
18.76/17.93	c cleaning 9936 clauses out of 19889 with flag 85001/85001
20.77/19.90	c cleaning 9968 clauses out of 19953 with flag 95001/95001
22.61/21.65	c cleaning 9990 clauses out of 19987 with flag 105003/105003
24.98/23.64	c cleaning 9992 clauses out of 19995 with flag 115001/115001
27.70/26.10	c cleaning 9999 clauses out of 20003 with flag 125001/125001
30.00/28.41	c cleaning 9990 clauses out of 20004 with flag 135001/135001
31.51/29.96	c cleaning 10000 clauses out of 20014 with flag 145001/145001
33.51/31.97	c cleaning 9998 clauses out of 20014 with flag 155001/155001
35.12/33.55	c cleaning 10001 clauses out of 20017 with flag 165002/165002
37.03/35.42	c cleaning 10002 clauses out of 20015 with flag 175001/175001
37.13/35.56	c Got one! Elapsed wall clock time (in seconds):35.348
37.13/35.56	o 33
38.53/36.98	c cleaning 9993 clauses out of 20014 with flag 185002/185002
40.13/38.55	c cleaning 9999 clauses out of 20021 with flag 195002/195002
42.78/41.15	c cleaning 10006 clauses out of 20022 with flag 205002/205002
43.31/41.61	c Got one! Elapsed wall clock time (in seconds):41.395
43.31/41.61	o 3
44.51/42.86	c cleaning 10001 clauses out of 20014 with flag 215000/215000
47.03/45.36	c cleaning 10001 clauses out of 20014 with flag 225001/225001
49.02/47.35	c cleaning 9998 clauses out of 20012 with flag 235000/235000
51.23/49.50	c cleaning 10001 clauses out of 20015 with flag 245001/245001
52.85/51.10	c cleaning 10003 clauses out of 20013 with flag 255001/255001
55.56/53.82	c cleaning 10002 clauses out of 20009 with flag 265000/265000
57.27/55.54	c cleaning 10001 clauses out of 20007 with flag 275000/275000
58.97/57.26	c cleaning 9999 clauses out of 20007 with flag 285001/285001
61.28/59.54	c cleaning 10001 clauses out of 20007 with flag 295000/295000
63.48/61.76	c cleaning 9999 clauses out of 20006 with flag 305000/305000
65.09/63.33	c cleaning 9999 clauses out of 20008 with flag 315001/315001
67.59/65.89	c cleaning 10002 clauses out of 20009 with flag 325001/325001
70.09/68.33	c cleaning 10003 clauses out of 20005 with flag 335000/335000
71.59/69.89	c cleaning 9992 clauses out of 20002 with flag 345001/345001
73.29/71.50	c cleaning 10001 clauses out of 20010 with flag 355001/355001
75.70/73.95	c cleaning 10002 clauses out of 20009 with flag 365001/365001
78.01/76.27	c cleaning 10000 clauses out of 20007 with flag 375001/375001
80.41/78.63	c cleaning 9997 clauses out of 20006 with flag 385000/385000
82.01/80.27	c cleaning 9998 clauses out of 20009 with flag 395000/395000
83.92/82.13	c cleaning 10000 clauses out of 20010 with flag 405001/405001
85.72/83.96	c cleaning 10003 clauses out of 20011 with flag 415002/415002
87.52/85.77	c cleaning 9999 clauses out of 20006 with flag 425000/425000
89.52/87.71	c cleaning 10000 clauses out of 20007 with flag 435000/435000
91.52/89.76	c cleaning 9999 clauses out of 20008 with flag 445001/445001
93.32/91.56	c cleaning 10000 clauses out of 20008 with flag 455000/455000
95.31/93.56	c cleaning 9998 clauses out of 20008 with flag 465000/465000
97.62/95.87	c cleaning 10002 clauses out of 20010 with flag 475000/475000
100.21/98.46	c cleaning 10001 clauses out of 20009 with flag 485001/485001
102.51/100.75	c cleaning 10000 clauses out of 20008 with flag 495001/495001
105.03/103.25	c cleaning 9999 clauses out of 20007 with flag 505000/505000
107.53/105.76	c cleaning 10000 clauses out of 20008 with flag 515001/515001
109.73/108.00	c starts		: 154
109.73/108.00	c conflicts		: 524430
109.73/108.00	c decisions		: 541364
109.73/108.00	c propagations		: 10099602
109.73/108.00	c inspects		: 341858475
109.73/108.00	c learnt literals	: 16
109.73/108.00	c learnt binary clauses	: 80
109.73/108.00	c learnt ternary clauses	: 246
109.73/108.00	c learnt clauses	: 524413
109.73/108.00	c ignored clauses	: 0
109.73/108.00	c root simplifications	: 0
109.73/108.00	c removed literals (reason simplification)	: 17490080
109.73/108.00	c reason swapping (by a shorter reason)	: 0
109.73/108.00	c Calls to reduceDB	: 53
109.73/108.00	c number of reductions to clauses (during analyze)	: 0
109.73/108.00	c number of learned constraints concerned by reduction	: 0
109.73/108.00	c number of learning phase by resolution	: 0
109.73/108.00	c number of learning phase by cutting planes	: 0
109.73/108.00	c speed (assignments/second)	: 152125.35020334387
109.73/108.00	c non guided choices	2518
109.73/108.00	c learnt constraints type 
109.73/108.00	c constraints type 
109.73/108.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
109.73/108.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
109.73/108.00	s OPTIMUM FOUND
109.73/108.00	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 x14 -x15 x16 x17 -x18 x19 x20 -x21 -x22 -x23 x24 x25 -x26 x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 x44 x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 x59 x60 -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 
109.73/108.00	c objective function=3
109.73/108.00	c Total wall clock time (in seconds): 107.786

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658392-1276648616/watcher-2658392-1276648616 -o /tmp/evaluation-result-2658392-1276648616/solver-2658392-1276648616 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658392-1276648616.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.08 3/106 12714
/proc/meminfo: memFree=1708192/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=248 CPUtime=0
/proc/12714/stat : 12714 (java6) R 12712 12714 12276 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 6152389 253952 28 1992294400 134512640 134550932 4289634912 18446744073709551615 7701076 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12714/statm: 62 28 21 10 0 23 0

[startup+0.0934681 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 12714
/proc/meminfo: memFree=1708192/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1521796 CPUtime=0.07
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 3856 0 1 0 5 2 0 0 15 0 7 0 6152389 1558319104 3296 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 380449 3296 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101468 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 12714
/proc/meminfo: memFree=1708192/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1524024 CPUtime=0.08
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 6152389 1560600576 3371 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 381006 3371 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.342888 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 12714
/proc/meminfo: memFree=1708192/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1527420 CPUtime=0.44
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 5613 0 1 0 41 3 0 0 15 0 12 0 6152389 1564078080 5049 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 381855 5051 1365 10 0 379157 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 1527420

[startup+0.701523 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 12714
/proc/meminfo: memFree=1708192/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1531484 CPUtime=1.12
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 7002 0 1 0 109 3 0 0 15 0 13 0 6152389 1568239616 6359 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 382871 6360 1419 10 0 380173 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1531484

[startup+1.50259 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 12727
/proc/meminfo: memFree=1677028/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1531484 CPUtime=2.18
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 11834 0 1 0 212 6 0 0 15 0 13 0 6152389 1568239616 11110 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 382871 11111 1421 10 0 380173 0
[pid=12714/tid=12716] ppid=12712 vsize=1531484 CPUtime=1.26
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 8802 0 1 0 122 4 0 0 25 0 13 0 6152391 1568239616 11111 1992294400 134512640 134550932 4289113760 18446744073709551615 4108957999 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 6152392 1568239616 11111 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6152392 1568239616 11112 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 6152394 1568239616 11112 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 6152395 1568239616 11112 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 6152395 1568239616 11113 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1568239616 11113 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1531484 CPUtime=0.45
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 680 0 0 0 45 0 0 0 15 0 13 0 6152399 1568239616 11113 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1531484 CPUtime=0.43
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 1284 0 0 0 43 0 0 0 16 0 13 0 6152399 1568239616 11114 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1568239616 11114 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6152399 1568239616 11114 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1568239616 11115 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1531484

[startup+3.10053 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 12727
/proc/meminfo: memFree=1661032/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1531484 CPUtime=3.88
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 14762 0 1 0 380 8 0 0 15 0 13 0 6152389 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 382871 14032 1440 10 0 380173 0
[pid=12714/tid=12716] ppid=12712 vsize=1531484 CPUtime=2.75
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 10224 0 1 0 270 5 0 0 25 0 13 0 6152391 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4109003223 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 457 0 0 0 0 0 0 0 16 0 13 0 6152392 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 352 0 0 0 0 0 0 0 15 0 13 0 6152392 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1531484 CPUtime=0.04
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 677 0 0 0 4 0 0 0 16 0 13 0 6152394 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1531484 CPUtime=0.55
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 696 0 0 0 55 0 0 0 16 0 13 0 6152399 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1531484 CPUtime=0.48
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 1288 0 0 0 48 0 0 0 16 0 13 0 6152399 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6152399 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1568239616 14032 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1531484

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 12727
/proc/meminfo: memFree=1641440/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1531484 CPUtime=7.13
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 18608 0 1 0 704 9 0 0 15 0 13 0 6152389 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 382871 17872 1440 10 0 380173 0
[pid=12714/tid=12716] ppid=12712 vsize=1531484 CPUtime=5.88
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 13647 0 1 0 581 7 0 0 25 0 13 0 6152391 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4109072023 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1531484 CPUtime=0.01
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 543 0 0 0 1 0 0 0 15 0 13 0 6152392 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1531484 CPUtime=0.01
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 422 0 0 0 1 0 0 0 16 0 13 0 6152392 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1531484 CPUtime=0.09
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 936 0 0 0 9 0 0 0 16 0 13 0 6152394 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1531484 CPUtime=0.6
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 60 0 0 0 15 0 13 0 6152399 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1531484 CPUtime=0.48
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 1288 0 0 0 48 0 0 0 15 0 13 0 6152399 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6152399 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1568239616 17872 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 1531484

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 12727
/proc/meminfo: memFree=1626188/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1531484 CPUtime=13.55
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 22389 0 1 0 1344 11 0 0 15 0 13 0 6152389 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 382871 21649 1440 10 0 380173 0
[pid=12714/tid=12716] ppid=12712 vsize=1531484 CPUtime=12.16
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 16594 0 1 0 1208 8 0 0 25 0 13 0 6152391 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4109026820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1531484 CPUtime=0.03
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 627 0 0 0 3 0 0 0 16 0 13 0 6152392 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1531484 CPUtime=0.03
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 510 0 0 0 3 0 0 0 15 0 13 0 6152392 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1531484 CPUtime=0.18
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 1598 0 0 0 18 0 0 0 15 0 13 0 6152394 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1531484 CPUtime=0.6
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 60 0 0 0 15 0 13 0 6152399 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1531484 CPUtime=0.48
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 1288 0 0 0 48 0 0 0 15 0 13 0 6152399 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6152399 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1531484 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1568239616 21649 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.55
Current children cumulated vsize (KiB) 1531484

[startup+25.5098 s]
/proc/loadavg: 1.07 1.02 1.09 2/119 12727
/proc/meminfo: memFree=1594196/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1540700 CPUtime=27.11
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 32012 0 1 0 2694 17 0 0 15 0 13 0 6152389 1577676800 29508 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 385175 29508 1440 10 0 382477 0
[pid=12714/tid=12716] ppid=12712 vsize=1540700 CPUtime=24.72
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 21902 0 1 0 2460 12 0 0 25 0 13 0 6152391 1577676800 29508 1992294400 134512640 134550932 4289113760 18446744073709551615 4108977136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1540700 CPUtime=0.06
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 630 0 0 0 6 0 0 0 15 0 13 0 6152392 1577676800 29508 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1540700 CPUtime=0.06
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 512 0 0 0 6 0 0 0 16 0 13 0 6152392 1577676800 29508 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1540700 CPUtime=0.38

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

/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 6152399 1575579648 35860 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1575579648 35860 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 104.33
Current children cumulated vsize (KiB) 1538652

[startup+105.702 s]
/proc/loadavg: 1.02 1.01 1.08 2/119 12729
/proc/meminfo: memFree=1565800/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1538652 CPUtime=107.53
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 39528 0 1 0 10729 24 0 0 15 0 13 0 6152389 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 384663 36634 1440 10 0 381965 0
[pid=12714/tid=12716] ppid=12712 vsize=1538652 CPUtime=103.26
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 28771 0 1 0 10309 17 0 0 25 0 13 0 6152391 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4108781286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1538652 CPUtime=0.27
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 640 0 0 0 26 1 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1538652 CPUtime=0.27
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 523 0 0 0 27 0 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1538652 CPUtime=1.7
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 2502 0 0 0 170 0 0 0 15 0 13 0 6152394 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1538652 CPUtime=0.62
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 62 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1538652 CPUtime=1.33
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 5312 0 0 0 131 2 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 107.53
Current children cumulated vsize (KiB) 1538652

[startup+107.302 s]
/proc/loadavg: 1.02 1.01 1.08 2/119 12729
/proc/meminfo: memFree=1565800/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1538652 CPUtime=109.12
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 39531 0 1 0 10888 24 0 0 15 0 13 0 6152389 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 384663 36634 1440 10 0 381965 0
[pid=12714/tid=12716] ppid=12712 vsize=1538652 CPUtime=104.81
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 28772 0 1 0 10464 17 0 0 25 0 13 0 6152391 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4109025141 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1538652 CPUtime=0.28
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 640 0 0 0 27 1 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1538652 CPUtime=0.28
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 523 0 0 0 28 0 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1538652 CPUtime=1.73
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 2504 0 0 0 173 0 0 0 15 0 13 0 6152394 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1538652 CPUtime=0.62
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 62 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1538652 CPUtime=1.33
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 5312 0 0 0 131 2 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.12
Current children cumulated vsize (KiB) 1538652

[startup+107.702 s]
/proc/loadavg: 1.02 1.01 1.08 2/119 12729
/proc/meminfo: memFree=1565800/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1538652 CPUtime=109.52
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 39531 0 1 0 10928 24 0 0 15 0 13 0 6152389 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 384663 36634 1440 10 0 381965 0
[pid=12714/tid=12716] ppid=12712 vsize=1538652 CPUtime=105.21
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 28772 0 1 0 10504 17 0 0 25 0 13 0 6152391 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4109067711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1538652 CPUtime=0.28
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 640 0 0 0 27 1 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1538652 CPUtime=0.28
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 523 0 0 0 28 0 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1538652 CPUtime=1.73
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 2504 0 0 0 173 0 0 0 15 0 13 0 6152394 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1538652 CPUtime=0.62
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 62 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1538652 CPUtime=1.33
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 5312 0 0 0 131 2 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.52
Current children cumulated vsize (KiB) 1538652

[startup+107.902 s]
/proc/loadavg: 1.02 1.01 1.08 2/119 12729
/proc/meminfo: memFree=1565800/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1538652 CPUtime=109.73
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 39531 0 1 0 10949 24 0 0 15 0 13 0 6152389 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 384663 36634 1440 10 0 381965 0
[pid=12714/tid=12716] ppid=12712 vsize=1538652 CPUtime=105.42
/proc/12714/task/12716/stat : 12716 (java) R 12712 12714 12276 0 -1 4202560 28772 0 1 0 10525 17 0 0 25 0 13 0 6152391 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4109184832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1538652 CPUtime=0.28
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 640 0 0 0 27 1 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1538652 CPUtime=0.28
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 523 0 0 0 28 0 0 0 15 0 13 0 6152392 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1538652 CPUtime=1.73
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 2504 0 0 0 173 0 0 0 15 0 13 0 6152394 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1538652 CPUtime=0.62
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 62 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1538652 CPUtime=1.34
/proc/12714/task/12724/stat : 12724 (java) S 12712 12714 12276 0 -1 4202560 5312 0 0 0 132 2 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6152399 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1538652 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1575579648 36634 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.73
Current children cumulated vsize (KiB) 1538652

[startup+108.009 s]
/proc/loadavg: 1.02 1.01 1.08 2/119 12729
/proc/meminfo: memFree=1565800/2059040 swapFree=4192956/4192956
[pid=12714] ppid=12712 vsize=1538976 CPUtime=109.83
/proc/12714/stat : 12714 (java) S 12712 12714 12276 0 -1 4202496 39543 0 1 0 10959 24 0 0 15 0 13 0 6152389 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12714/statm: 384744 36646 1441 10 0 382046 0
[pid=12714/tid=12716] ppid=12712 vsize=1538976 CPUtime=105.51
/proc/12714/task/12716/stat : 12716 (java) S 12712 12714 12276 0 -1 4202560 28777 0 1 0 10534 17 0 0 25 0 13 0 6152391 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12717] ppid=12712 vsize=1538976 CPUtime=0.28
/proc/12714/task/12717/stat : 12717 (java) S 12712 12714 12276 0 -1 4202560 640 0 0 0 27 1 0 0 15 0 13 0 6152392 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12718] ppid=12712 vsize=1538976 CPUtime=0.28
/proc/12714/task/12718/stat : 12718 (java) S 12712 12714 12276 0 -1 4202560 523 0 0 0 28 0 0 0 15 0 13 0 6152392 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12719] ppid=12712 vsize=1538976 CPUtime=1.73
/proc/12714/task/12719/stat : 12719 (java) S 12712 12714 12276 0 -1 4202560 2504 0 0 0 173 0 0 0 15 0 13 0 6152394 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 0 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
[pid=12714/tid=12720] ppid=12712 vsize=1538976 CPUtime=0
/proc/12714/task/12720/stat : 12720 (java) S 12712 12714 12276 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 6152395 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12721] ppid=12712 vsize=1538976 CPUtime=0
/proc/12714/task/12721/stat : 12721 (java) S 12712 12714 12276 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 6152395 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12722] ppid=12712 vsize=1538976 CPUtime=0
/proc/12714/task/12722/stat : 12722 (java) S 12712 12714 12276 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6152399 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12723] ppid=12712 vsize=1538976 CPUtime=0.62
/proc/12714/task/12723/stat : 12723 (java) S 12712 12714 12276 0 -1 4202560 704 0 0 0 62 0 0 0 15 0 13 0 6152399 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12724] ppid=12712 vsize=1538976 CPUtime=1.35
/proc/12714/task/12724/stat : 12724 (java) R 12712 12714 12276 0 -1 4202560 5312 0 0 0 133 2 0 0 15 0 13 0 6152399 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 8200967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12714/tid=12725] ppid=12712 vsize=1538976 CPUtime=0
/proc/12714/task/12725/stat : 12725 (java) S 12712 12714 12276 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6152399 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12726] ppid=12712 vsize=1538976 CPUtime=0
/proc/12714/task/12726/stat : 12726 (java) S 12712 12714 12276 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 6152399 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 0 0 0 0
[pid=12714/tid=12727] ppid=12712 vsize=1538976 CPUtime=0
/proc/12714/task/12727/stat : 12727 (java) S 12712 12714 12276 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6152427 1575911424 36646 1992294400 134512640 134550932 4289113760 18446744073709551615 4294960144 0 4 0 16800975 18446604435773654080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 109.83
Current children cumulated vsize (KiB) 1538976

Child status: 30
Real time (s): 108.054
CPU time (s): 109.882
CPU user time (s): 109.624
CPU system time (s): 0.25796
CPU usage (%): 101.692
Max. virtual memory (cumulated for all children) (KiB): 1542356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.624
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39546
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= 3061
involuntary context switches= 2113

runsolver used 0.222966 second user time and 0.616906 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-16 02:36:56
IDJOB=2658392
IDBENCH=48006
IDSOLVER=1164
FILE ID=node057/2658392-1276648616
PBS_JOBID= 11172413
Free space on /tmp= 62536 MiB

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

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

MD5SUM BENCH= 88214650523f8a2de77e1fd9d134abd8
RANDOM SEED=330067693

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1708464 kB
Buffers:         69228 kB
Cached:         144384 kB
SwapCached:          0 kB
Active:         122096 kB
Inactive:       151148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1708464 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             500 kB
Writeback:           0 kB
AnonPages:       59680 kB
Mapped:          15428 kB
Slab:            55440 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181108 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= 62532 MiB
End job on node057 at 2010-06-16 02:38:44