Trace number 2661582

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 148.275 77.3677

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_5_15.opb
MD5SUM738ba96229fdd401b6476ba773d47634
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark28.0877
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661582-1276680190.opb
0.24/0.22	c reading problem ... 
1.26/0.87	c ... done. Wall clock time 0.65s.
1.26/0.87	c #vars     1564
1.26/0.87	c #constraints  3081
1.26/0.87	c constraints type 
1.26/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
1.26/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.26/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.26/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
1.26/0.87	c constraints type 
1.26/0.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.26/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
1.26/0.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1.26/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
6.63/3.58	c cleaning 2493 clauses out of 5000 with flag 5000/5000
9.35/4.95	c cleaning 4249 clauses out of 8510 with flag 11003/11003
12.09/6.40	c cleaning 5615 clauses out of 11258 with flag 18000/18000
16.40/8.54	c cleaning 6818 clauses out of 13643 with flag 26000/26000
21.09/10.99	c cleaning 7910 clauses out of 15825 with flag 35000/35000
25.98/13.41	c cleaning 8944 clauses out of 17915 with flag 45000/45000
30.86/15.91	c cleaning 9480 clauses out of 18971 with flag 55000/55000
36.14/18.65	c cleaning 9737 clauses out of 19493 with flag 65002/65002
42.37/21.84	c cleaning 9870 clauses out of 19754 with flag 75000/75000
47.44/24.40	c cleaning 9926 clauses out of 19884 with flag 85000/85000
53.10/27.31	c cleaning 9963 clauses out of 19958 with flag 95000/95000
58.75/30.25	c cleaning 9982 clauses out of 19995 with flag 105000/105000
63.79/32.88	c cleaning 10002 clauses out of 20013 with flag 115000/115000
69.42/35.78	c cleaning 10005 clauses out of 20011 with flag 125000/125000
75.46/38.81	c cleaning 9996 clauses out of 20007 with flag 135001/135001
80.71/41.56	c cleaning 9993 clauses out of 20010 with flag 145000/145000
86.90/44.79	c cleaning 9998 clauses out of 20017 with flag 155000/155000
92.33/47.51	c cleaning 9994 clauses out of 20019 with flag 165000/165000
97.57/50.26	c cleaning 10011 clauses out of 20027 with flag 175002/175002
103.78/53.41	c cleaning 10004 clauses out of 20014 with flag 185000/185000
110.55/56.94	c cleaning 10002 clauses out of 20012 with flag 195002/195002
117.35/60.45	c cleaning 10003 clauses out of 20012 with flag 205004/205004
123.56/63.68	c cleaning 9999 clauses out of 20005 with flag 215000/215000
129.77/66.88	c cleaning 9998 clauses out of 20006 with flag 225000/225000
136.13/70.16	c cleaning 9999 clauses out of 20008 with flag 235000/235000
142.53/73.42	c cleaning 9998 clauses out of 20009 with flag 245000/245000
148.15/76.34	c And the winner is CuttingPlanes
148.23/77.32	c starts		: 12
148.23/77.32	c conflicts		: 1842
148.23/77.32	c decisions		: 5203
148.23/77.32	c propagations		: 320981
148.23/77.32	c inspects		: 10148762
148.23/77.32	c learnt literals	: 0
148.23/77.32	c learnt binary clauses	: 0
148.23/77.32	c learnt ternary clauses	: 0
148.23/77.32	c learnt clauses	: 1841
148.23/77.32	c ignored clauses	: 0
148.23/77.32	c root simplifications	: 0
148.23/77.32	c removed literals (reason simplification)	: 0
148.23/77.32	c reason swapping (by a shorter reason)	: 0
148.23/77.32	c Calls to reduceDB	: 0
148.23/77.32	c number of reductions to clauses (during analyze)	: 0
148.23/77.32	c number of learned constraints concerned by reduction	: 0
148.23/77.32	c number of learning phase by resolution	: 0
148.23/77.32	c number of learning phase by cutting planes	: 0
148.23/77.32	c speed (assignments/second)	: 4198.738995644041
148.23/77.32	c non guided choices	1481
148.23/77.32	c learnt constraints type 
148.23/77.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
148.23/77.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1840
148.23/77.32	c constraints type 
148.23/77.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1464
148.23/77.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
148.23/77.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
148.23/77.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
148.23/77.32	c constraints type 
148.23/77.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
148.23/77.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
148.23/77.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
148.23/77.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
148.23/77.32	s UNSATISFIABLE
148.23/77.33	c Total wall clock time (in seconds): 77.104

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 16521
/proc/meminfo: memFree=1822132/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=300 CPUtime=0
/proc/16521/stat : 16521 (java6) R 16519 16521 15942 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 9309975 307200 28 1992294400 134512640 134550932 4289211360 18446744073709551615 3900579 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16521/statm: 75 36 29 10 0 23 0

[startup+0.104631 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 16521
/proc/meminfo: memFree=1822132/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1524180 CPUtime=0.08
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 3961 0 1 0 6 2 0 0 15 0 12 0 9309975 1560760320 3401 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.211866 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 16521
/proc/meminfo: memFree=1822132/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1526252 CPUtime=0.24
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 5111 0 1 0 21 3 0 0 15 0 12 0 9309975 1562882048 4549 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 381563 4549 1346 10 0 378866 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526252

[startup+0.303493 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 16521
/proc/meminfo: memFree=1822132/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1526252 CPUtime=0.35
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 5380 0 1 0 32 3 0 0 15 0 12 0 9309975 1562882048 4818 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 381563 4818 1355 10 0 378866 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526252

[startup+0.700691 s]
/proc/loadavg: 0.92 1.00 0.99 3/106 16521
/proc/meminfo: memFree=1822132/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1528736 CPUtime=1.06
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 7051 0 1 0 102 4 0 0 15 0 12 0 9309975 1565425664 6489 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 382184 6489 1402 10 0 379487 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528736

[startup+1.50176 s]
/proc/loadavg: 0.92 1.00 0.99 7/122 16537
/proc/meminfo: memFree=1794352/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1537100 CPUtime=2.63
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 12809 0 1 0 257 6 0 0 15 0 16 0 9309975 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 384275 10009 1423 10 0 381578 0
[pid=16521/tid=16523] ppid=16519 vsize=1537100 CPUtime=0.84
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5371 0 1 0 81 3 0 0 25 0 16 0 9309977 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 16 0 9309978 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 9309978 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 9309980 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 9309980 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 9309981 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9309985 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1537100 CPUtime=0.54
/proc/16521/task/16530/stat : 16530 (java) R 16519 16521 15942 0 -1 4202560 1055 0 0 0 54 0 0 0 17 0 16 0 9309985 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1537100 CPUtime=0.94
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 4028 0 0 0 93 1 0 0 16 0 16 0 9309985 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9309985 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9309985 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16534] ppid=16519 vsize=1537100 CPUtime=0.09
/proc/16521/task/16534/stat : 16534 (java) R 16519 16521 15942 0 -1 4202560 533 0 0 0 9 0 0 0 25 0 16 0 9310063 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4109358896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16521/tid=16535] ppid=16519 vsize=1537100 CPUtime=0.17
/proc/16521/task/16535/stat : 16535 (java) R 16519 16521 15942 0 -1 4202560 752 0 0 0 17 0 0 0 19 0 16 0 9310063 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4108870954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9310065 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1537100 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9310065 1573990400 10009 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1537100

[startup+3.10192 s]
/proc/loadavg: 0.92 1.00 0.99 3/122 16537
/proc/meminfo: memFree=1743388/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1542216 CPUtime=5.8
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 45086 0 1 0 558 22 0 0 15 0 16 0 9309975 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385554 37967 1438 10 0 382857 0
[pid=16521/tid=16523] ppid=16519 vsize=1542216 CPUtime=0.84
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5371 0 1 0 81 3 0 0 18 0 16 0 9309977 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1542216 CPUtime=0.01
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 373 0 0 0 1 0 0 0 16 0 16 0 9309978 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1542216 CPUtime=0.01
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 470 0 0 0 1 0 0 0 18 0 16 0 9309978 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 9309980 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9309980 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9309981 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9309985 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1542216 CPUtime=1.47
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4255 0 0 0 146 1 0 0 15 0 16 0 9309985 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1542216 CPUtime=1.66
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 6837 0 0 0 164 2 0 0 16 0 16 0 9309985 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9309985 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9309985 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16534] ppid=16519 vsize=1542216 CPUtime=1.2
/proc/16521/task/16534/stat : 16534 (java) R 16519 16521 15942 0 -1 4202560 20877 0 0 0 110 10 0 0 18 0 16 0 9310063 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4109353030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16521/tid=16535] ppid=16519 vsize=1542216 CPUtime=0.53
/proc/16521/task/16535/stat : 16535 (java) R 16519 16521 15942 0 -1 4202560 5825 0 0 0 51 2 0 0 19 0 16 0 9310063 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4109332344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9310065 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1542216 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9310065 1579229184 37967 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 1542216

[startup+6.30223 s]
/proc/loadavg: 1.09 1.04 1.01 3/122 16537
/proc/meminfo: memFree=1666384/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1541368 CPUtime=12.09
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 50312 0 1 0 1184 25 0 0 15 0 16 0 9309975 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385342 40697 1448 10 0 382645 0
[pid=16521/tid=16523] ppid=16519 vsize=1541368 CPUtime=0.84
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5372 0 1 0 81 3 0 0 15 0 16 0 9309977 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1541368 CPUtime=0.06
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 1270 0 0 0 6 0 0 0 16 0 16 0 9309978 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1541368 CPUtime=0.06
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 1276 0 0 0 6 0 0 0 15 0 16 0 9309978 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1541368 CPUtime=0.08
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 1345 0 0 0 8 0 0 0 15 0 16 0 9309980 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9309980 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9309981 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9309985 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1541368 CPUtime=1.89
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4285 0 0 0 188 1 0 0 15 0 16 0 9309985 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1541368 CPUtime=2.26
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 222 4 0 0 16 0 16 0 9309985 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9309985 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9309985 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16534] ppid=16519 vsize=1541368 CPUtime=3.81
/proc/16521/task/16534/stat : 16534 (java) R 16519 16521 15942 0 -1 4202560 20880 0 0 0 371 10 0 0 21 0 16 0 9310063 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4109417181 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16521/tid=16535] ppid=16519 vsize=1541368 CPUtime=3
/proc/16521/task/16535/stat : 16535 (java) R 16519 16521 15942 0 -1 4202560 5864 0 0 0 298 2 0 0 23 0 16 0 9310063 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4109468744 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9310065 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1541368 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9310065 1578360832 40697 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1541368

[startup+12.7011 s]
/proc/loadavg: 1.32 1.08 1.02 3/122 16537
/proc/meminfo: memFree=1628812/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1540248 CPUtime=24.59
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 59679 0 1 0 2430 29 0 0 15 0 16 0 9309975 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385062 49585 1448 10 0 382365 0
[pid=16521/tid=16523] ppid=16519 vsize=1540248 CPUtime=0.84
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5373 0 1 0 81 3 0 0 15 0 16 0 9309977 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1540248 CPUtime=0.17
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 2557 0 0 0 17 0 0 0 16 0 16 0 9309978 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1540248 CPUtime=0.18
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 2815 0 0 0 17 1 0 0 16 0 16 0 9309978 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1540248 CPUtime=0.26
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 2012 0 0 0 26 0 0 0 15 0 16 0 9309980 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9309980 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9309981 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9309985 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1540248 CPUtime=2.1
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4299 0 0 0 209 1 0 0 15 0 16 0 9309985 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1540248 CPUtime=2.27
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 223 4 0 0 16 0 16 0 9309985 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9309985 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9309985 1577213952 49585 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0

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

[pid=16521/tid=16526] ppid=16519 vsize=1540248 CPUtime=2.78
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 2810 0 0 0 276 2 0 0 15 0 16 0 9309980 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9309980 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9309981 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1540248 CPUtime=2.16
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4299 0 0 0 215 1 0 0 15 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1540248 CPUtime=2.27
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 223 4 0 0 16 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16534] ppid=16519 vsize=1540248 CPUtime=67.63
/proc/16521/task/16534/stat : 16534 (java) R 16519 16521 15942 0 -1 4202560 22942 0 0 0 6751 12 0 0 25 0 16 0 9310063 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4109462481 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16521/tid=16535] ppid=16519 vsize=1540248 CPUtime=67.94
/proc/16521/task/16535/stat : 16535 (java) R 16519 16521 15942 0 -1 4202560 9771 0 0 0 6788 6 0 0 25 0 16 0 9310063 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4109591138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9310065 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9310065 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 145.97
Current children cumulated vsize (KiB) 1540248

[startup+76.0099 s]
/proc/loadavg: 1.80 1.27 1.09 4/122 16539
/proc/meminfo: memFree=1591984/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1540248 CPUtime=147.57
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 69624 0 1 0 14715 42 0 0 15 0 16 0 9309975 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385062 58533 1448 10 0 382365 0
[pid=16521/tid=16523] ppid=16519 vsize=1540248 CPUtime=0.85
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5373 0 1 0 81 4 0 0 15 0 16 0 9309977 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1540248 CPUtime=1.15
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 6686 0 0 0 110 5 0 0 15 0 16 0 9309978 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1540248 CPUtime=1.14
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 7714 0 0 0 109 5 0 0 16 0 16 0 9309978 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1540248 CPUtime=2.78
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 2812 0 0 0 276 2 0 0 15 0 16 0 9309980 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9309980 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9309981 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1540248 CPUtime=2.16
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4299 0 0 0 215 1 0 0 15 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1540248 CPUtime=2.27
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 223 4 0 0 16 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 9309985 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16534] ppid=16519 vsize=1540248 CPUtime=68.42
/proc/16521/task/16534/stat : 16534 (java) R 16519 16521 15942 0 -1 4202560 22943 0 0 0 6830 12 0 0 25 0 16 0 9310063 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4109413947 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16521/tid=16535] ppid=16519 vsize=1540248 CPUtime=68.73
/proc/16521/task/16535/stat : 16535 (java) R 16519 16521 15942 0 -1 4202560 9771 0 0 0 6867 6 0 0 25 0 16 0 9310063 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4109963928 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9310065 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9310065 1577213952 58533 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 147.57
Current children cumulated vsize (KiB) 1540248

[startup+76.8018 s]
/proc/loadavg: 1.80 1.27 1.09 4/122 16539
/proc/meminfo: memFree=1591984/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1540248 CPUtime=148.23
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 69625 0 1 0 14781 42 0 0 15 0 14 0 9309975 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385062 58534 1449 10 0 382365 0
[pid=16521/tid=16523] ppid=16519 vsize=1540248 CPUtime=0.85
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5373 0 1 0 81 4 0 0 15 0 14 0 9309977 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1540248 CPUtime=1.15
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 6686 0 0 0 110 5 0 0 15 0 14 0 9309978 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1540248 CPUtime=1.14
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 7714 0 0 0 109 5 0 0 16 0 14 0 9309978 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1540248 CPUtime=2.78
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 2812 0 0 0 276 2 0 0 15 0 14 0 9309980 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9309980 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 9309981 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1540248 CPUtime=2.16
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4299 0 0 0 215 1 0 0 15 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1540248 CPUtime=2.27
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 223 4 0 0 16 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 9310065 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 9310065 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.23
Current children cumulated vsize (KiB) 1540248

[startup+77.2018 s]
/proc/loadavg: 1.80 1.27 1.09 1/120 16539
/proc/meminfo: memFree=1592000/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1540248 CPUtime=148.23
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 69625 0 1 0 14781 42 0 0 15 0 14 0 9309975 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385062 58534 1449 10 0 382365 0
[pid=16521/tid=16523] ppid=16519 vsize=1540248 CPUtime=0.85
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5373 0 1 0 81 4 0 0 15 0 14 0 9309977 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1540248 CPUtime=1.15
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 6686 0 0 0 110 5 0 0 15 0 14 0 9309978 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1540248 CPUtime=1.14
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 7714 0 0 0 109 5 0 0 16 0 14 0 9309978 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1540248 CPUtime=2.78
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 2812 0 0 0 276 2 0 0 15 0 14 0 9309980 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9309980 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 9309981 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1540248 CPUtime=2.16
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4299 0 0 0 215 1 0 0 15 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1540248 CPUtime=2.27
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 223 4 0 0 16 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 9310065 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 9310065 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.23
Current children cumulated vsize (KiB) 1540248

[startup+77.3018 s]
/proc/loadavg: 1.80 1.27 1.09 1/120 16539
/proc/meminfo: memFree=1592000/2059040 swapFree=4163504/4192956
[pid=16521] ppid=16519 vsize=1540248 CPUtime=148.23
/proc/16521/stat : 16521 (java) S 16519 16521 15942 0 -1 4202496 69625 0 1 0 14781 42 0 0 15 0 14 0 9309975 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16521/statm: 385062 58534 1449 10 0 382365 0
[pid=16521/tid=16523] ppid=16519 vsize=1540248 CPUtime=0.85
/proc/16521/task/16523/stat : 16523 (java) S 16519 16521 15942 0 -1 4202560 5373 0 1 0 81 4 0 0 15 0 14 0 9309977 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16524] ppid=16519 vsize=1540248 CPUtime=1.15
/proc/16521/task/16524/stat : 16524 (java) S 16519 16521 15942 0 -1 4202560 6686 0 0 0 110 5 0 0 15 0 14 0 9309978 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16525] ppid=16519 vsize=1540248 CPUtime=1.14
/proc/16521/task/16525/stat : 16525 (java) S 16519 16521 15942 0 -1 4202560 7714 0 0 0 109 5 0 0 16 0 14 0 9309978 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16526] ppid=16519 vsize=1540248 CPUtime=2.78
/proc/16521/task/16526/stat : 16526 (java) S 16519 16521 15942 0 -1 4202560 2812 0 0 0 276 2 0 0 15 0 14 0 9309980 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 0 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16527] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16527/stat : 16527 (java) S 16519 16521 15942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9309980 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16528] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16528/stat : 16528 (java) S 16519 16521 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 9309981 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16529] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16529/stat : 16529 (java) S 16519 16521 15942 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16530] ppid=16519 vsize=1540248 CPUtime=2.16
/proc/16521/task/16530/stat : 16530 (java) S 16519 16521 15942 0 -1 4202560 4299 0 0 0 215 1 0 0 15 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16531] ppid=16519 vsize=1540248 CPUtime=2.27
/proc/16521/task/16531/stat : 16531 (java) S 16519 16521 15942 0 -1 4202560 8950 0 0 0 223 4 0 0 16 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16532] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16532/stat : 16532 (java) S 16519 16521 15942 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16533] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16533/stat : 16533 (java) S 16519 16521 15942 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 9309985 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
[pid=16521/tid=16536] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16536/stat : 16536 (java) S 16519 16521 15942 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 9310065 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 0 0 0 0
[pid=16521/tid=16537] ppid=16519 vsize=1540248 CPUtime=0
/proc/16521/task/16537/stat : 16537 (java) S 16519 16521 15942 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 9310065 1577213952 58534 1992294400 134512640 134550932 4287818032 18446744073709551615 4294960144 0 4 0 16800975 18446604437826268032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.23
Current children cumulated vsize (KiB) 1540248

Child status: 20
Real time (s): 77.3677
CPU time (s): 148.275
CPU user time (s): 147.826
CPU system time (s): 0.449931
CPU usage (%): 191.65
Max. virtual memory (cumulated for all children) (KiB): 1545288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.826
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69629
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= 3642
involuntary context switches= 5036

runsolver used 0.32695 second user time and 0.98185 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 11:23:10
IDJOB=2661582
IDBENCH=48342
IDSOLVER=1166
FILE ID=node056/2661582-1276680190
PBS_JOBID= 11172540
Free space on /tmp= 98640 MiB

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

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

MD5SUM BENCH= 738ba96229fdd401b6476ba773d47634
RANDOM SEED=584656559

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822404 kB
Buffers:         33752 kB
Cached:          83784 kB
SwapCached:      12596 kB
Active:          78132 kB
Inactive:        81936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822404 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       30276 kB
Mapped:          14144 kB
Slab:            54352 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180544 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= 98636 MiB
End job on node056 at 2010-06-16 11:24:28