Trace number 2661880

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 RES // CP 2.2.0 2010-05-31OPT6 440.646 229.152

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_4.opb
MD5SUM7b38b4ead930b62d925cf473e2cdd798
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark13.155
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint17
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)614
Sum of products size (including duplicates)1228
Number of different products614
Sum of products size1228

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.v20100531
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 ManyCore solver with 2 solvers running in parallel
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@1786e64
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@2808b3
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No 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	
0.23/0.21	c solving HOME/instance-2661880-1276655231.opb
0.23/0.21	c reading problem ... 
0.52/0.46	c ... done. Wall clock time 0.242s.
0.52/0.46	c #vars     664
0.52/0.46	c #constraints  1278
0.52/0.46	c constraints type 
0.52/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.52/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.52/0.46	c constraints type 
0.52/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
0.52/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.52/0.49	c And the winner is Resolution
0.74/1.47	c SATISFIABLE
0.74/1.47	c OPTIMIZING...
0.74/1.47	c Got one! Elapsed wall clock time (in seconds):1.259
0.74/1.47	o 7
1.99/2.17	c And the winner is Resolution
2.35/2.48	c Got one! Elapsed wall clock time (in seconds):2.269
2.35/2.48	o 6
5.64/4.18	c cleaning 2497 clauses out of 5000 with flag 5000/5000
9.56/6.12	c cleaning 4251 clauses out of 8504 with flag 11001/11001
13.67/8.25	c cleaning 5622 clauses out of 11254 with flag 18002/18002
18.78/10.88	c cleaning 6813 clauses out of 13630 with flag 26000/26000
24.46/13.73	c cleaning 7906 clauses out of 15818 with flag 35001/35001
30.93/17.07	c cleaning 8953 clauses out of 17914 with flag 45003/45003
37.19/20.23	c cleaning 9478 clauses out of 18960 with flag 55002/55002
43.46/23.47	c cleaning 9737 clauses out of 19482 with flag 65002/65002
50.09/26.86	c cleaning 9869 clauses out of 19745 with flag 75002/75002
55.96/29.87	c cleaning 9934 clauses out of 19875 with flag 85001/85001
61.84/32.84	c cleaning 9967 clauses out of 19940 with flag 95000/95000
67.71/35.85	c cleaning 9984 clauses out of 19973 with flag 105000/105000
73.74/38.98	c cleaning 9992 clauses out of 19990 with flag 115001/115001
79.60/41.92	c cleaning 9994 clauses out of 19997 with flag 125000/125000
86.06/45.26	c cleaning 9998 clauses out of 20003 with flag 135000/135000
92.33/48.47	c cleaning 9998 clauses out of 20005 with flag 145000/145000
99.32/52.05	c cleaning 10000 clauses out of 20007 with flag 155000/155000
106.16/55.52	c cleaning 10001 clauses out of 20008 with flag 165001/165001
112.80/58.93	c cleaning 9999 clauses out of 20007 with flag 175001/175001
118.63/61.97	c cleaning 10000 clauses out of 20007 with flag 185000/185000
125.04/65.25	c cleaning 10000 clauses out of 20007 with flag 195000/195000
131.69/68.67	c cleaning 10002 clauses out of 20010 with flag 205003/205003
138.12/71.91	c cleaning 9998 clauses out of 20005 with flag 215000/215000
144.35/75.20	c cleaning 10001 clauses out of 20008 with flag 225001/225001
150.97/78.50	c cleaning 10001 clauses out of 20007 with flag 235001/235001
157.60/81.96	c cleaning 9998 clauses out of 20005 with flag 245000/245000
164.63/85.57	c cleaning 9999 clauses out of 20010 with flag 255003/255003
171.47/89.10	c cleaning 9997 clauses out of 20008 with flag 265000/265000
178.08/92.45	c cleaning 10002 clauses out of 20012 with flag 275001/275001
184.31/95.69	c cleaning 10000 clauses out of 20010 with flag 285001/285001
190.33/98.75	c cleaning 10001 clauses out of 20010 with flag 295001/295001
197.17/102.22	c cleaning 10001 clauses out of 20009 with flag 305001/305001
203.36/105.48	c cleaning 10001 clauses out of 20011 with flag 315004/315004
209.61/108.69	c cleaning 9999 clauses out of 20008 with flag 325002/325002
216.45/112.12	c cleaning 9999 clauses out of 20007 with flag 335000/335000
223.46/115.73	c cleaning 9999 clauses out of 20008 with flag 345000/345000
229.65/118.93	c cleaning 10000 clauses out of 20009 with flag 355000/355000
236.27/122.32	c cleaning 10001 clauses out of 20009 with flag 365000/365000
243.08/125.85	c cleaning 10001 clauses out of 20010 with flag 375002/375002
249.70/129.29	c cleaning 10000 clauses out of 20007 with flag 385000/385000
256.29/132.66	c cleaning 10000 clauses out of 20008 with flag 395001/395001
262.11/135.68	c cleaning 10000 clauses out of 20008 with flag 405001/405001
268.54/138.97	c cleaning 10003 clauses out of 20013 with flag 415006/415006
274.96/142.28	c cleaning 9997 clauses out of 20004 with flag 425000/425000
281.55/145.63	c cleaning 10002 clauses out of 20009 with flag 435002/435002
288.36/149.19	c cleaning 9998 clauses out of 20006 with flag 445001/445001
294.79/152.48	c cleaning 9995 clauses out of 20007 with flag 455000/455000
301.20/155.79	c cleaning 10002 clauses out of 20012 with flag 465000/465000
308.38/159.43	c cleaning 10002 clauses out of 20012 with flag 475002/475002
315.00/162.84	c cleaning 9999 clauses out of 20008 with flag 485000/485000
321.59/166.29	c cleaning 10002 clauses out of 20011 with flag 495002/495002
328.41/169.74	c cleaning 9999 clauses out of 20008 with flag 505001/505001
335.19/173.22	c cleaning 10001 clauses out of 20008 with flag 515000/515000
342.59/177.08	c cleaning 10000 clauses out of 20008 with flag 525001/525001
349.58/180.68	c cleaning 10001 clauses out of 20008 with flag 535001/535001
357.19/184.51	c cleaning 10000 clauses out of 20006 with flag 545000/545000
364.96/188.57	c cleaning 10001 clauses out of 20007 with flag 555001/555001
373.16/192.72	c cleaning 9999 clauses out of 20006 with flag 565001/565001
381.75/197.11	c cleaning 10004 clauses out of 20009 with flag 575003/575003
391.53/202.11	c cleaning 10001 clauses out of 20009 with flag 585007/585007
398.86/205.97	c cleaning 9997 clauses out of 20001 with flag 595000/595000
408.23/210.79	c cleaning 9999 clauses out of 20004 with flag 605000/605000
416.79/215.11	c cleaning 9999 clauses out of 20006 with flag 615002/615002
424.19/218.92	c cleaning 10001 clauses out of 20008 with flag 625003/625003
424.79/219.31	c cleaning 0 clauses out of 5004 with flag 0/5004
432.96/223.55	c cleaning 10000 clauses out of 20007 with flag 635003/635003
438.95/226.63	c And the winner is Resolution
440.61/229.10	c starts		: 169
440.61/229.10	c conflicts		: 641316
440.61/229.10	c decisions		: 919586
440.61/229.10	c propagations		: 48796756
440.61/229.10	c inspects		: 487770087
440.61/229.10	c learnt literals	: 5
440.61/229.10	c learnt binary clauses	: 12
440.61/229.10	c learnt ternary clauses	: 38
440.61/229.10	c learnt clauses	: 641310
440.61/229.10	c ignored clauses	: 0
440.61/229.10	c root simplifications	: 0
440.61/229.10	c removed literals (reason simplification)	: 1465771
440.61/229.10	c reason swapping (by a shorter reason)	: 0
440.61/229.10	c Calls to reduceDB	: 65
440.61/229.10	c number of reductions to clauses (during analyze)	: 0
440.61/229.10	c number of learned constraints concerned by reduction	: 0
440.61/229.10	c number of learning phase by resolution	: 0
440.61/229.10	c number of learning phase by cutting planes	: 0
440.61/229.10	c speed (assignments/second)	: 215327.93800967274
440.61/229.10	c non guided choices	0
440.61/229.10	c learnt constraints type 
440.61/229.10	c constraints type 
440.61/229.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
440.61/229.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
440.61/229.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
440.61/229.10	c constraints type 
440.61/229.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
440.61/229.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
440.61/229.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
440.61/229.10	s OPTIMUM FOUND
440.61/229.10	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 
440.61/229.10	c objective function=6
440.61/229.10	c Total wall clock time (in seconds): 228.887

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661880-1276655231/watcher-2661880-1276655231 -o /tmp/evaluation-result-2661880-1276655231/solver-2661880-1276655231 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661880-1276655231.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 14444
/proc/meminfo: memFree=1764456/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1832 CPUtime=0
/proc/14444/stat : 14444 (java6) S 14442 14444 11912 0 -1 4194304 250 0 0 0 0 0 0 0 25 0 1 0 6814127 1875968 153 1992294400 134512640 134550932 4287785456 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/14444/statm: 458 153 116 10 0 63 0

[startup+0.0963189 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14444
/proc/meminfo: memFree=1764456/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1522636 CPUtime=0.08
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 3893 0 1 0 5 3 0 0 18 0 9 0 6814127 1559179264 3334 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 380659 3334 1061 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522636

[startup+0.104169 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14444
/proc/meminfo: memFree=1764456/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1524180 CPUtime=0.08
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 3973 0 1 0 5 3 0 0 18 0 12 0 6814127 1560760320 3413 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 381045 3413 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301159 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14444
/proc/meminfo: memFree=1764456/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1526108 CPUtime=0.37
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 5357 0 1 0 33 4 0 0 18 0 12 0 6814127 1562734592 4795 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 381527 4796 1357 10 0 378830 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526108

[startup+0.700138 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14444
/proc/meminfo: memFree=1764456/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1528424 CPUtime=0.74
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 6171 0 1 0 69 5 0 0 18 0 14 0 6814127 1565106176 5609 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 382106 5609 1392 10 0 379409 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1528424

[startup+1.5001 s]
/proc/loadavg: 1.08 1.02 1.01 1/120 14460
/proc/meminfo: memFree=1747048/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1528424 CPUtime=0.78
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 6265 0 1 0 73 5 0 0 18 0 16 0 6814127 1565106176 5703 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 382106 5704 1400 10 0 379409 0
[pid=14444/tid=14446] ppid=14442 vsize=1528424 CPUtime=0.43
/proc/14444/task/14446/stat : 14446 (java) S 14442 14444 11912 0 -1 4202560 4188 0 1 0 40 3 0 0 19 0 16 0 6814129 1565106176 5704 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6814130 1565106176 5704 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6814130 1565106176 5704 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6814132 1565106176 5704 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6814132 1565106176 5704 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 6814132 1565106176 5704 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1565106176 5705 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1528424 CPUtime=0.12
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 78 0 0 0 12 0 0 0 18 0 16 0 6814137 1565106176 5705 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1528424 CPUtime=0.13
/proc/14444/task/14454/stat : 14454 (java) R 14442 14444 11912 0 -1 4202560 748 0 0 0 13 0 0 0 17 0 16 0 6814137 1565106176 5705 1992294400 134512640 134550932 4291179808 18446744073709551615 106797840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1565106176 5705 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6814137 1565106176 5705 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6814175 1565106176 5707 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1528424 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6814175 1565106176 5707 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 1528424

[startup+3.10102 s]
/proc/loadavg: 1.08 1.02 1.01 6/122 14462
/proc/meminfo: memFree=1734508/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1549088 CPUtime=3.66
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 28582 0 1 0 350 16 0 0 18 0 16 0 6814127 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 387272 23879 1426 10 0 384575 0
[pid=14444/tid=14446] ppid=14442 vsize=1549088 CPUtime=0.43
/proc/14444/task/14446/stat : 14446 (java) S 14442 14444 11912 0 -1 4202560 4195 0 1 0 40 3 0 0 19 0 16 0 6814129 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6814130 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6814130 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6814132 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6814132 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 6814132 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1549088 CPUtime=1.27
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 5693 0 0 0 125 2 0 0 16 0 16 0 6814137 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1549088 CPUtime=0.97
/proc/14444/task/14454/stat : 14454 (java) R 14442 14444 11912 0 -1 4202560 4247 0 0 0 96 1 0 0 17 0 16 0 6814137 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 102255009 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6814137 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6814175 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1549088 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6814175 1586266112 23879 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1549088

[startup+6.30204 s]
/proc/loadavg: 1.15 1.03 1.01 4/122 14464
/proc/meminfo: memFree=1607904/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1547484 CPUtime=9.91
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 48212 0 1 0 968 23 0 0 18 0 16 0 6814127 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 386871 41426 1449 10 0 384174 0
[pid=14444/tid=14446] ppid=14442 vsize=1547484 CPUtime=0.43
/proc/14444/task/14446/stat : 14446 (java) S 14442 14444 11912 0 -1 4202560 4195 0 1 0 40 3 0 0 18 0 16 0 6814129 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1547484 CPUtime=0.05
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 1102 0 0 0 5 0 0 0 15 0 16 0 6814130 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1547484 CPUtime=0.04
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 656 0 0 0 4 0 0 0 16 0 16 0 6814130 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1547484 CPUtime=0.07
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 1406 0 0 0 7 0 0 0 16 0 16 0 6814132 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6814132 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6814132 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1547484 CPUtime=1.61
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 5746 0 0 0 159 2 0 0 16 0 16 0 6814137 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1547484 CPUtime=1.99
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 6099 0 0 0 197 2 0 0 15 0 16 0 6814137 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6814137 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6814175 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1547484 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6814175 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14463] ppid=14442 vsize=1547484 CPUtime=3.2
/proc/14444/task/14463/stat : 14463 (java) R 14442 14444 11912 0 -1 4202560 23011 0 0 0 311 9 0 0 21 0 16 0 6814376 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4109098409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14464] ppid=14442 vsize=1547484 CPUtime=2.1
/proc/14444/task/14464/stat : 14464 (java) R 14442 14444 11912 0 -1 4202560 2864 0 0 0 209 1 0 0 25 0 16 0 6814376 1584623616 41426 1992294400 134512640 134550932 4291179808 18446744073709551615 4109080894 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 1547484

[startup+12.7015 s]
/proc/loadavg: 1.22 1.05 1.02 3/122 14464
/proc/meminfo: memFree=1570456/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1546700 CPUtime=22.47
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 56679 0 1 0 2220 27 0 0 18 0 16 0 6814127 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 386675 49532 1449 10 0 383978 0
[pid=14444/tid=14446] ppid=14442 vsize=1546700 CPUtime=0.43
/proc/14444/task/14446/stat : 14446 (java) S 14442 14444 11912 0 -1 4202560 4195 0 1 0 40 3 0 0 18 0 16 0 6814129 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1546700 CPUtime=0.13
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 2300 0 0 0 13 0 0 0 16 0 16 0 6814130 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1546700 CPUtime=0.12
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 1933 0 0 0 11 1 0 0 16 0 16 0 6814130 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1546700 CPUtime=0.2
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 1825 0 0 0 20 0 0 0 15 0 16 0 6814132 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6814132 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6814132 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1546700 CPUtime=1.73
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 5747 0 0 0 171 2 0 0 15 0 16 0 6814137 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1546700 CPUtime=1.99
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 6099 0 0 0 197 2 0 0 15 0 16 0 6814137 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6814137 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6814175 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1546700 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6814175 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14463] ppid=14442 vsize=1546700 CPUtime=9.21
/proc/14444/task/14463/stat : 14463 (java) R 14442 14444 11912 0 -1 4202560 25159 0 0 0 911 10 0 0 19 0 16 0 6814376 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4109122182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14464] ppid=14442 vsize=1546700 CPUtime=8.24
/proc/14444/task/14464/stat : 14464 (java) R 14442 14444 11912 0 -1 4202560 6288 0 0 0 822 2 0 0 25 0 16 0 6814376 1583820800 49532 1992294400 134512640 134550932 4291179808 18446744073709551615 4109134927 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

[pid=14444/tid=14447] ppid=14442 vsize=1547148 CPUtime=3.15
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 6163 0 0 0 302 13 0 0 16 0 16 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1547148 CPUtime=3.16
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 5548 0 0 0 308 8 0 0 15 0 16 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1547148 CPUtime=7.83
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 2342 0 0 0 769 14 0 0 16 0 16 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1547148 CPUtime=2.24
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 7134 0 0 0 221 3 0 0 16 0 16 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1547148 CPUtime=3.55
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 7325 0 0 0 352 3 0 0 15 0 16 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 16 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14463] ppid=14442 vsize=1547148 CPUtime=205.92
/proc/14444/task/14463/stat : 14463 (java) R 14442 14444 11912 0 -1 4202560 25389 0 0 0 20574 18 0 0 24 0 16 0 6814376 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4109070736 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14464] ppid=14442 vsize=1547148 CPUtime=206.9
/proc/14444/task/14464/stat : 14464 (java) R 14442 14444 11912 0 -1 4202560 6382 0 0 0 20685 5 0 0 16 0 16 0 6814376 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4109134937 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 433.61
Current children cumulated vsize (KiB) 1547148

[startup+227.102 s]
/proc/loadavg: 2.34 1.64 1.25 3/122 14470
/proc/meminfo: memFree=1538712/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1547148 CPUtime=439.27
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 67629 0 1 0 43852 75 0 0 18 0 14 0 6814127 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 386787 57307 1449 10 0 384090 0
[pid=14444/tid=14446] ppid=14442 vsize=1547148 CPUtime=0.43
/proc/14444/task/14446/stat : 14446 (java) S 14442 14444 11912 0 -1 4202560 4196 0 1 0 40 3 0 0 15 0 14 0 6814129 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 6163 0 0 0 305 14 0 0 15 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 5548 0 0 0 311 8 0 0 16 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1547148 CPUtime=7.84
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 2342 0 0 0 770 14 0 0 15 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1547148 CPUtime=2.24
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 7134 0 0 0 221 3 0 0 16 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1547148 CPUtime=3.55
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 7325 0 0 0 352 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 439.27
Current children cumulated vsize (KiB) 1547148

[startup+227.902 s]
/proc/loadavg: 2.34 1.64 1.25 1/120 14470
/proc/meminfo: memFree=1538728/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1547148 CPUtime=439.41
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 67630 0 1 0 43866 75 0 0 18 0 14 0 6814127 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 386787 57307 1449 10 0 384090 0
[pid=14444/tid=14446] ppid=14442 vsize=1547148 CPUtime=0.55
/proc/14444/task/14446/stat : 14446 (java) R 14442 14444 11912 0 -1 4202560 4197 0 1 0 52 3 0 0 16 0 14 0 6814129 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4108850899 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 6163 0 0 0 305 14 0 0 15 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 5548 0 0 0 311 8 0 0 16 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1547148 CPUtime=7.84
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 2342 0 0 0 770 14 0 0 15 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1547148 CPUtime=2.26
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 7134 0 0 0 223 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1547148 CPUtime=3.56
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 7325 0 0 0 353 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 439.41
Current children cumulated vsize (KiB) 1547148

[startup+228.703 s]
/proc/loadavg: 2.34 1.64 1.25 2/120 14470
/proc/meminfo: memFree=1538728/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1547148 CPUtime=440.22
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 67630 0 1 0 43947 75 0 0 18 0 14 0 6814127 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 386787 57307 1449 10 0 384090 0
[pid=14444/tid=14446] ppid=14442 vsize=1547148 CPUtime=1.35
/proc/14444/task/14446/stat : 14446 (java) R 14442 14444 11912 0 -1 4202560 4197 0 1 0 132 3 0 0 16 0 14 0 6814129 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4108850899 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 6163 0 0 0 305 14 0 0 15 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 5548 0 0 0 311 8 0 0 16 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1547148 CPUtime=7.85
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 2342 0 0 0 771 14 0 0 15 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1547148 CPUtime=2.26
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 7134 0 0 0 223 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1547148 CPUtime=3.56
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 7325 0 0 0 353 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 440.22
Current children cumulated vsize (KiB) 1547148

[startup+229.102 s]
/proc/loadavg: 2.34 1.64 1.25 2/120 14470
/proc/meminfo: memFree=1538728/2059040 swapFree=4164948/4192956
[pid=14444] ppid=14442 vsize=1547148 CPUtime=440.61
/proc/14444/stat : 14444 (java) S 14442 14444 11912 0 -1 4202496 67630 0 1 0 43986 75 0 0 18 0 14 0 6814127 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14444/statm: 386787 57307 1449 10 0 384090 0
[pid=14444/tid=14446] ppid=14442 vsize=1547148 CPUtime=1.74
/proc/14444/task/14446/stat : 14446 (java) R 14442 14444 11912 0 -1 4202560 4197 0 1 0 171 3 0 0 17 0 14 0 6814129 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4109782780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14444/tid=14447] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14447/stat : 14447 (java) S 14442 14444 11912 0 -1 4202560 6163 0 0 0 305 14 0 0 15 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14448] ppid=14442 vsize=1547148 CPUtime=3.19
/proc/14444/task/14448/stat : 14448 (java) S 14442 14444 11912 0 -1 4202560 5548 0 0 0 311 8 0 0 16 0 14 0 6814130 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 1 0 0 0
[pid=14444/tid=14449] ppid=14442 vsize=1547148 CPUtime=7.85
/proc/14444/task/14449/stat : 14449 (java) S 14442 14444 11912 0 -1 4202560 2342 0 0 0 771 14 0 0 15 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 0 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14450] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14450/stat : 14450 (java) S 14442 14444 11912 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14451] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14451/stat : 14451 (java) S 14442 14444 11912 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6814132 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14452] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14452/stat : 14452 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14453] ppid=14442 vsize=1547148 CPUtime=2.26
/proc/14444/task/14453/stat : 14453 (java) S 14442 14444 11912 0 -1 4202560 7134 0 0 0 223 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14454] ppid=14442 vsize=1547148 CPUtime=3.56
/proc/14444/task/14454/stat : 14454 (java) S 14442 14444 11912 0 -1 4202560 7325 0 0 0 353 3 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14455] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14455/stat : 14455 (java) S 14442 14444 11912 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14456] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14456/stat : 14456 (java) S 14442 14444 11912 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 14 0 6814137 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14459] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14459/stat : 14459 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
[pid=14444/tid=14460] ppid=14442 vsize=1547148 CPUtime=0
/proc/14444/task/14460/stat : 14460 (java) S 14442 14444 11912 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 6814175 1584279552 57307 1992294400 134512640 134550932 4291179808 18446744073709551615 4294960144 0 4 0 16800975 18446604437822127168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 440.61
Current children cumulated vsize (KiB) 1547148

Child status: 30
Real time (s): 229.152
CPU time (s): 440.646
CPU user time (s): 439.868
CPU system time (s): 0.777881
CPU usage (%): 192.294
Max. virtual memory (cumulated for all children) (KiB): 1550896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.868
system time used= 0.777881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67637
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= 8808
involuntary context switches= 13745

runsolver used 1.02284 second user time and 2.85757 second system time

The end

Launcher Data

Begin job on node052 at 2010-06-16 04:27:11
IDJOB=2661880
IDBENCH=48135
IDSOLVER=1166
FILE ID=node052/2661880-1276655231
PBS_JOBID= 11172443
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661880-1276655231/watcher-2661880-1276655231 -o /tmp/evaluation-result-2661880-1276655231/solver-2661880-1276655231 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661880-1276655231.opb

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

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=1206669913

node052.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1764728 kB
Buffers:         41428 kB
Cached:         140540 kB
SwapCached:       3620 kB
Active:         101720 kB
Inactive:       115088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1764728 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:             300 kB
Writeback:           0 kB
AnonPages:       31232 kB
Mapped:          14996 kB
Slab:            55544 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181616 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= 62504 MiB
End job on node052 at 2010-06-16 04:31:01