Trace number 2661603

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 232.39 120.468

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
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 benchmark26.8869
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661603-1276682925.opb
0.22/0.22	c reading problem ... 
1.28/0.88	c ... done. Wall clock time 0.664s.
1.28/0.88	c #vars     1576
1.28/0.88	c #constraints  3105
1.28/0.89	c constraints type 
1.28/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
1.28/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.28/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.28/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
1.28/0.89	c constraints type 
1.28/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.28/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
1.28/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1.28/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
9.57/5.08	c cleaning 2500 clauses out of 5000 with flag 5000/5000
12.88/6.71	c cleaning 4250 clauses out of 8500 with flag 11000/11000
15.80/8.26	c cleaning 5616 clauses out of 11251 with flag 18001/18001
19.13/9.96	c cleaning 6809 clauses out of 13634 with flag 26000/26000
23.60/12.20	c cleaning 7909 clauses out of 15825 with flag 35000/35000
28.90/14.97	c cleaning 8942 clauses out of 17916 with flag 45000/45000
33.78/17.46	c cleaning 9478 clauses out of 18974 with flag 55000/55000
38.87/20.07	c cleaning 9740 clauses out of 19496 with flag 65000/65000
44.73/23.06	c cleaning 9877 clauses out of 19757 with flag 75001/75001
49.59/25.57	c cleaning 9927 clauses out of 19879 with flag 85000/85000
54.46/28.06	c cleaning 9962 clauses out of 19952 with flag 95000/95000
59.33/30.57	c cleaning 9980 clauses out of 19990 with flag 105000/105000
64.36/33.19	c cleaning 9992 clauses out of 20010 with flag 115000/115000
69.83/35.99	c cleaning 9994 clauses out of 20018 with flag 125000/125000
74.90/38.59	c cleaning 9997 clauses out of 20024 with flag 135000/135000
80.34/41.32	c cleaning 10000 clauses out of 20027 with flag 145000/145000
85.38/44.00	c cleaning 10008 clauses out of 20027 with flag 155000/155000
91.00/46.80	c cleaning 10000 clauses out of 20019 with flag 165000/165000
96.45/49.65	c cleaning 9998 clauses out of 20019 with flag 175000/175000
101.89/52.40	c cleaning 10002 clauses out of 20021 with flag 185000/185000
106.71/54.98	c cleaning 9998 clauses out of 20019 with flag 195000/195000
111.94/57.62	c cleaning 10001 clauses out of 20022 with flag 205001/205001
116.77/60.17	c cleaning 9998 clauses out of 20020 with flag 215000/215000
121.39/62.59	c cleaning 9998 clauses out of 20023 with flag 225001/225001
126.79/65.34	c cleaning 9997 clauses out of 20025 with flag 235001/235001
131.64/67.81	c cleaning 10001 clauses out of 20028 with flag 245001/245001
136.07/70.20	c cleaning 10002 clauses out of 20026 with flag 255000/255000
141.10/72.73	c cleaning 10005 clauses out of 20024 with flag 265000/265000
146.30/75.48	c cleaning 9999 clauses out of 20019 with flag 275000/275000
151.54/78.14	c cleaning 9995 clauses out of 20020 with flag 285000/285000
156.55/80.72	c cleaning 10000 clauses out of 20025 with flag 295000/295000
160.98/83.00	c cleaning 10000 clauses out of 20025 with flag 305000/305000
165.17/85.25	c cleaning 10000 clauses out of 20025 with flag 315000/315000
169.41/87.44	c cleaning 10004 clauses out of 20025 with flag 325000/325000
173.23/89.40	c cleaning 9998 clauses out of 20021 with flag 335000/335000
177.86/91.88	c cleaning 10004 clauses out of 20023 with flag 345000/345000
182.45/94.29	c cleaning 9997 clauses out of 20019 with flag 355000/355000
186.88/96.59	c cleaning 9999 clauses out of 20024 with flag 365002/365002
190.90/98.60	c cleaning 10004 clauses out of 20023 with flag 375000/375000
194.74/100.68	c cleaning 10000 clauses out of 20021 with flag 385002/385002
198.91/102.87	c cleaning 10000 clauses out of 20021 with flag 395002/395002
203.54/105.20	c cleaning 9999 clauses out of 20019 with flag 405000/405000
208.15/107.68	c cleaning 10001 clauses out of 20020 with flag 415000/415000
212.58/109.92	c cleaning 9997 clauses out of 20019 with flag 425000/425000
217.34/112.41	c cleaning 9996 clauses out of 20022 with flag 435000/435000
221.76/114.77	c cleaning 10003 clauses out of 20027 with flag 445001/445001
226.96/117.48	c cleaning 10001 clauses out of 20023 with flag 455000/455000
231.98/120.06	c And the winner is CuttingPlanes
231.98/120.06	c cleaning 10000 clauses out of 20023 with flag 465001/465001
232.32/120.38	c starts		: 13
232.32/120.38	c conflicts		: 2215
232.32/120.38	c decisions		: 5621
232.32/120.38	c propagations		: 419866
232.32/120.38	c inspects		: 16618135
232.32/120.38	c learnt literals	: 0
232.32/120.38	c learnt binary clauses	: 0
232.32/120.38	c learnt ternary clauses	: 0
232.32/120.38	c learnt clauses	: 2214
232.32/120.38	c ignored clauses	: 0
232.32/120.38	c root simplifications	: 0
232.32/120.38	c removed literals (reason simplification)	: 0
232.32/120.38	c reason swapping (by a shorter reason)	: 0
232.32/120.38	c Calls to reduceDB	: 0
232.32/120.38	c number of reductions to clauses (during analyze)	: 0
232.32/120.38	c number of learned constraints concerned by reduction	: 0
232.32/120.38	c number of learning phase by resolution	: 0
232.32/120.38	c number of learning phase by cutting planes	: 0
232.32/120.38	c speed (assignments/second)	: 3513.846462854321
232.32/120.38	c non guided choices	1493
232.32/120.38	c learnt constraints type 
232.32/120.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
232.32/120.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2213
232.32/120.38	c constraints type 
232.32/120.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
232.32/120.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
232.32/120.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
232.32/120.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
232.32/120.38	c constraints type 
232.32/120.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
232.32/120.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
232.32/120.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
232.32/120.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
232.32/120.38	s UNSATISFIABLE
232.32/120.38	c Total wall clock time (in seconds): 120.165

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-2661603-1276682925/watcher-2661603-1276682925 -o /tmp/evaluation-result-2661603-1276682925/solver-2661603-1276682925 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661603-1276682925.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 10132
/proc/meminfo: memFree=1746404/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=248 CPUtime=0
/proc/10132/stat : 10132 (java6) R 10130 10132 9964 0 -1 4194304 108 0 0 0 0 0 0 0 23 0 1 0 41948803 253952 28 1992294400 134512640 134550932 4292504064 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10132/statm: 62 28 21 10 0 23 0

[startup+0.073127 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10132
/proc/meminfo: memFree=1746404/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1521796 CPUtime=0.05
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 3705 0 1 0 4 1 0 0 15 0 7 0 41948803 1558319104 3147 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 380449 3148 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100127 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10132
/proc/meminfo: memFree=1746404/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1524020 CPUtime=0.08
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 3935 0 1 0 7 1 0 0 15 0 12 0 41948803 1560596480 3375 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 381005 3375 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.302124 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10132
/proc/meminfo: memFree=1746404/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1526248 CPUtime=0.36
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 5388 0 1 0 34 2 0 0 15 0 12 0 41948803 1562877952 4826 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 381562 4826 1355 10 0 378865 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526248

[startup+0.70012 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10132
/proc/meminfo: memFree=1746404/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1529012 CPUtime=1.07
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 7127 0 1 0 104 3 0 0 15 0 12 0 41948803 1565708288 6527 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 382253 6527 1402 10 0 379556 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1529012

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 6/122 10148
/proc/meminfo: memFree=1720052/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1542176 CPUtime=2.64
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 13847 0 1 0 259 5 0 0 15 0 16 0 41948803 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 385544 11827 1419 10 0 382847 0
[pid=10132/tid=10134] ppid=10130 vsize=1542176 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 25 0 16 0 41948805 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 41948806 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 41948806 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 41948808 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 41948808 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 41948808 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1542176 CPUtime=0.18
/proc/10132/task/10141/stat : 10141 (java) R 10130 10132 9964 0 -1 4202560 310 0 0 0 18 0 0 0 21 0 16 0 41948813 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 104053904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1542176 CPUtime=0.93
/proc/10132/task/10142/stat : 10142 (java) R 10130 10132 9964 0 -1 4202560 5229 0 0 0 92 1 0 0 16 0 16 0 41948813 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 104138296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41948813 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10145] ppid=10130 vsize=1542176 CPUtime=0.04
/proc/10132/task/10145/stat : 10145 (java) R 10130 10132 9964 0 -1 4202560 84 0 0 0 4 0 0 0 25 0 16 0 41948892 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10146] ppid=10130 vsize=1542176 CPUtime=0.58
/proc/10132/task/10146/stat : 10146 (java) R 10130 10132 9964 0 -1 4202560 1772 0 0 0 58 0 0 0 18 0 16 0 41948892 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4108977845 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) R 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 16 0 41948894 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1542176 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41948894 1579188224 11827 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1542176

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 8/122 10148
/proc/meminfo: memFree=1695624/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1542608 CPUtime=5.81
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 34719 0 1 0 567 14 0 0 15 0 16 0 41948803 1579630592 28142 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 385652 28145 1425 10 0 382955 0
[pid=10132/tid=10134] ppid=10130 vsize=1542608 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 18 0 16 0 41948805 1579630592 28145 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 41948806 1579630592 28148 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 41948806 1579630592 28150 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 41948808 1579630592 28153 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 41948808 1579630592 28155 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 41948808 1579630592 28157 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1579630592 28159 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1542608 CPUtime=0.63
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1638 0 0 0 63 0 0 0 22 0 16 0 41948813 1579630592 28161 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1542608 CPUtime=2.4
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 9026 0 0 0 237 3 0 0 18 0 16 0 41948813 1579630592 28163 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1579630592 28165 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41948813 1579630592 28166 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10145] ppid=10130 vsize=1542608 CPUtime=0.36
/proc/10132/task/10145/stat : 10145 (java) R 10130 10132 9964 0 -1 4202560 5195 0 0 0 34 2 0 0 25 0 16 0 41948892 1579630592 28167 1992294400 134512640 134550932 4288977760 18446744073709551615 4109024749 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10146] ppid=10130 vsize=1542608 CPUtime=1.51
/proc/10132/task/10146/stat : 10146 (java) R 10130 10132 9964 0 -1 4202560 12430 0 0 0 146 5 0 0 19 0 16 0 41948892 1579630592 28169 1992294400 134512640 134550932 4288977760 18446744073709551615 4109282218 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 41948894 1579630592 28172 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1542608 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41948894 1579630592 28174 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 1542608

[startup+6.30106 s]
/proc/loadavg: 1.40 1.08 1.03 4/122 10148
/proc/meminfo: memFree=1583528/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1546036 CPUtime=12.09
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 51179 0 1 0 1189 20 0 0 15 0 16 0 41948803 1583140864 43106 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 386509 43108 1448 10 0 383812 0
[pid=10132/tid=10134] ppid=10130 vsize=1546036 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 18 0 16 0 41948805 1583140864 43109 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1546036 CPUtime=0.06
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 1490 0 0 0 6 0 0 0 16 0 16 0 41948806 1583140864 43110 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1546036 CPUtime=0.06
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 1137 0 0 0 6 0 0 0 16 0 16 0 41948806 1583140864 43110 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1546036 CPUtime=0.05
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 1292 0 0 0 5 0 0 0 15 0 16 0 41948808 1583140864 43111 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 43111 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 43113 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1583140864 43113 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.04
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1731 0 0 0 104 0 0 0 16 0 16 0 41948813 1583140864 43113 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.15
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 11095 0 0 0 311 4 0 0 15 0 16 0 41948813 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41948813 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10145] ppid=10130 vsize=1546036 CPUtime=2.68
/proc/10132/task/10145/stat : 10145 (java) R 10130 10132 9964 0 -1 4202560 8958 0 0 0 265 3 0 0 25 0 16 0 41948892 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4109354915 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10146] ppid=10130 vsize=1546036 CPUtime=4.12
/proc/10132/task/10146/stat : 10146 (java) R 10130 10132 9964 0 -1 4202560 19031 0 0 0 405 7 0 0 25 0 16 0 41948892 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4109190372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 41948894 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41948894 1583140864 43116 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1546036

[startup+12.7025 s]
/proc/loadavg: 1.53 1.11 1.04 3/122 10148
/proc/meminfo: memFree=1556000/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1546036 CPUtime=24.53
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 57181 0 1 0 2428 25 0 0 15 0 16 0 41948803 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 386509 48876 1448 10 0 383812 0
[pid=10132/tid=10134] ppid=10130 vsize=1546036 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 15 0 16 0 41948805 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1546036 CPUtime=0.16
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 3086 0 0 0 16 0 0 0 15 0 16 0 41948806 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1546036 CPUtime=0.18
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 2848 0 0 0 17 1 0 0 16 0 16 0 41948806 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1546036 CPUtime=0.31
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 1988 0 0 0 29 2 0 0 15 0 16 0 41948808 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.18
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1741 0 0 0 118 0 0 0 16 0 16 0 41948813 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.31
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 11182 0 0 0 327 4 0 0 15 0 16 0 41948813 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 41948813 1583140864 48876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0

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

[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.18
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1741 0 0 0 118 0 0 0 16 0 16 0 41948813 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.32
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 11182 0 0 0 328 4 0 0 15 0 16 0 41948813 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 41948813 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10145] ppid=10130 vsize=1546036 CPUtime=106.67
/proc/10132/task/10145/stat : 10145 (java) R 10130 10132 9964 0 -1 4202560 10057 0 0 0 10660 7 0 0 25 0 16 0 41948892 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4109189096 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10146] ppid=10130 vsize=1546036 CPUtime=107.37
/proc/10132/task/10146/stat : 10146 (java) R 10130 10132 9964 0 -1 4202560 20169 0 0 0 10725 12 0 0 25 0 16 0 41948892 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4109138271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 41948894 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41948894 1583140864 60468 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 228.62
Current children cumulated vsize (KiB) 1546036

[startup+119.102 s]
/proc/loadavg: 1.81 1.35 1.13 3/122 10150
/proc/meminfo: memFree=1507640/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1546036 CPUtime=230.2
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 69884 0 1 0 22973 47 0 0 15 0 16 0 41948803 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 386509 60585 1448 10 0 383812 0
[pid=10132/tid=10134] ppid=10130 vsize=1546036 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 15 0 16 0 41948805 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1546036 CPUtime=1.78
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 8526 0 0 0 171 7 0 0 16 0 16 0 41948806 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1546036 CPUtime=1.8
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 8959 0 0 0 173 7 0 0 15 0 16 0 41948806 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1546036 CPUtime=5.59
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 2786 0 0 0 555 4 0 0 15 0 16 0 41948808 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.18
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1741 0 0 0 118 0 0 0 16 0 16 0 41948813 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.32
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 11182 0 0 0 328 4 0 0 15 0 16 0 41948813 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 41948813 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10145] ppid=10130 vsize=1546036 CPUtime=107.46
/proc/10132/task/10145/stat : 10145 (java) R 10130 10132 9964 0 -1 4202560 10057 0 0 0 10739 7 0 0 25 0 16 0 41948892 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4109188373 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10146] ppid=10130 vsize=1546036 CPUtime=108.14
/proc/10132/task/10146/stat : 10146 (java) R 10130 10132 9964 0 -1 4202560 20170 0 0 0 10802 12 0 0 25 0 16 0 41948892 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4109354051 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 41948894 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41948894 1583140864 60585 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 230.2
Current children cumulated vsize (KiB) 1546036

[startup+119.91 s]
/proc/loadavg: 1.81 1.35 1.13 3/122 10150
/proc/meminfo: memFree=1506524/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1546036 CPUtime=231.79
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 70195 0 1 0 23132 47 0 0 15 0 16 0 41948803 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 386509 60876 1448 10 0 383812 0
[pid=10132/tid=10134] ppid=10130 vsize=1546036 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 15 0 16 0 41948805 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1546036 CPUtime=1.8
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 8757 0 0 0 173 7 0 0 16 0 16 0 41948806 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1546036 CPUtime=1.82
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 9037 0 0 0 175 7 0 0 16 0 16 0 41948806 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1546036 CPUtime=5.59
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 2786 0 0 0 555 4 0 0 15 0 16 0 41948808 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41948808 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41948813 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.18
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1741 0 0 0 118 0 0 0 16 0 16 0 41948813 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.32
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 11182 0 0 0 328 4 0 0 15 0 16 0 41948813 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 41948813 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 41948813 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10145] ppid=10130 vsize=1546036 CPUtime=108.24
/proc/10132/task/10145/stat : 10145 (java) R 10130 10132 9964 0 -1 4202560 10058 0 0 0 10817 7 0 0 25 0 16 0 41948892 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4109282288 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10146] ppid=10130 vsize=1546036 CPUtime=108.91
/proc/10132/task/10146/stat : 10146 (java) R 10130 10132 9964 0 -1 4202560 20171 0 0 0 10879 12 0 0 25 0 16 0 41948892 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4109357079 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 41948894 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41948894 1583140864 60876 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 231.79
Current children cumulated vsize (KiB) 1546036

[startup+120.302 s]
/proc/loadavg: 1.81 1.35 1.13 3/122 10150
/proc/meminfo: memFree=1506524/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1546036 CPUtime=232.32
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 70293 0 1 0 23184 48 0 0 15 0 14 0 41948803 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 386509 60971 1449 10 0 383812 0
[pid=10132/tid=10134] ppid=10130 vsize=1546036 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5382 0 1 0 84 2 0 0 15 0 14 0 41948805 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1546036 CPUtime=1.81
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 8831 0 0 0 174 7 0 0 15 0 14 0 41948806 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1546036 CPUtime=1.82
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 9059 0 0 0 175 7 0 0 16 0 14 0 41948806 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1546036 CPUtime=5.78
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 2786 0 0 0 574 4 0 0 16 0 14 0 41948808 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41948808 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41948808 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41948813 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.18
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1741 0 0 0 118 0 0 0 16 0 14 0 41948813 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.32
/proc/10132/task/10142/stat : 10142 (java) S 10130 10132 9964 0 -1 4202560 11182 0 0 0 328 4 0 0 15 0 14 0 41948813 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41948813 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 41948813 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 41948894 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41948894 1583140864 60971 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 232.32
Current children cumulated vsize (KiB) 1546036

[startup+120.402 s]
/proc/loadavg: 1.81 1.35 1.13 3/122 10150
/proc/meminfo: memFree=1506524/2059040 swapFree=4140352/4192956
[pid=10132] ppid=10130 vsize=1546036 CPUtime=232.34
/proc/10132/stat : 10132 (java) S 10130 10132 9964 0 -1 4202496 70297 0 1 0 23186 48 0 0 15 0 14 0 41948803 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10132/statm: 386509 60975 1449 10 0 383812 0
[pid=10132/tid=10134] ppid=10130 vsize=1546036 CPUtime=0.86
/proc/10132/task/10134/stat : 10134 (java) S 10130 10132 9964 0 -1 4202560 5386 0 1 0 84 2 0 0 15 0 14 0 41948805 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10135] ppid=10130 vsize=1546036 CPUtime=1.81
/proc/10132/task/10135/stat : 10135 (java) S 10130 10132 9964 0 -1 4202560 8831 0 0 0 174 7 0 0 15 0 14 0 41948806 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10136] ppid=10130 vsize=1546036 CPUtime=1.82
/proc/10132/task/10136/stat : 10136 (java) S 10130 10132 9964 0 -1 4202560 9059 0 0 0 175 7 0 0 16 0 14 0 41948806 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10137] ppid=10130 vsize=1546036 CPUtime=5.78
/proc/10132/task/10137/stat : 10137 (java) S 10130 10132 9964 0 -1 4202560 2786 0 0 0 574 4 0 0 16 0 14 0 41948808 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 0 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10138] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10138/stat : 10138 (java) S 10130 10132 9964 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 41948808 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10139] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10139/stat : 10139 (java) S 10130 10132 9964 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 41948808 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10140] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10140/stat : 10140 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41948813 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10141] ppid=10130 vsize=1546036 CPUtime=1.18
/proc/10132/task/10141/stat : 10141 (java) S 10130 10132 9964 0 -1 4202560 1741 0 0 0 118 0 0 0 16 0 14 0 41948813 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10142] ppid=10130 vsize=1546036 CPUtime=3.34
/proc/10132/task/10142/stat : 10142 (java) R 10130 10132 9964 0 -1 4202560 11182 0 0 0 330 4 0 0 15 0 14 0 41948813 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 102196537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10132/tid=10143] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10143/stat : 10143 (java) S 10130 10132 9964 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 41948813 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10144] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10144/stat : 10144 (java) S 10130 10132 9964 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 41948813 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 1 0 0 0
[pid=10132/tid=10147] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10147/stat : 10147 (java) S 10130 10132 9964 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 41948894 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
[pid=10132/tid=10148] ppid=10130 vsize=1546036 CPUtime=0
/proc/10132/task/10148/stat : 10148 (java) S 10130 10132 9964 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 41948894 1583140864 60975 1992294400 134512640 134550932 4288977760 18446744073709551615 4294960144 0 4 0 16800975 18446604437852442816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 232.34
Current children cumulated vsize (KiB) 1546036

Child status: 20
Real time (s): 120.468
CPU time (s): 232.39
CPU user time (s): 231.882
CPU system time (s): 0.507922
CPU usage (%): 192.905
Max. virtual memory (cumulated for all children) (KiB): 1546704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 231.882
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70298
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= 5382
involuntary context switches= 7676

runsolver used 0.499924 second user time and 1.49177 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 12:08:45
IDJOB=2661603
IDBENCH=48363
IDSOLVER=1166
FILE ID=node019/2661603-1276682925
PBS_JOBID= 11172571
Free space on /tmp= 62416 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_3_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661603-1276682925/watcher-2661603-1276682925 -o /tmp/evaluation-result-2661603-1276682925/solver-2661603-1276682925 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661603-1276682925.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=785182478

node019.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.264
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1746676 kB
Buffers:        107144 kB
Cached:         113912 kB
SwapCached:       6068 kB
Active:         104116 kB
Inactive:       130244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746676 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             320 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:          13100 kB
Slab:            56044 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182720 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= 62412 MiB
End job on node019 at 2010-06-16 12:10:45