Trace number 2663251

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 197.113 102.128

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark77.4292
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2663251-1276600491.opb
0.23/0.21	c reading problem ... 
0.23/0.26	c ... done. Wall clock time 0.041s.
0.23/0.26	c #vars     31
0.23/0.26	c #constraints  9
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
4.94/2.64	c cleaning 2500 clauses out of 5000 with flag 5000/5000
8.09/4.26	c cleaning 4250 clauses out of 8500 with flag 11000/11000
9.67/5.09	c cleaning 5626 clauses out of 11251 with flag 18001/18001
12.21/6.33	c cleaning 6811 clauses out of 13624 with flag 26000/26000
15.14/7.89	c cleaning 7907 clauses out of 15813 with flag 35000/35000
18.86/9.72	c cleaning 8954 clauses out of 17907 with flag 45001/45001
22.38/11.56	c cleaning 9471 clauses out of 18952 with flag 55000/55000
26.33/13.53	c cleaning 9742 clauses out of 19483 with flag 65002/65002
29.43/15.11	c cleaning 9869 clauses out of 19739 with flag 75000/75000
33.55/17.22	c cleaning 9936 clauses out of 19871 with flag 85001/85001
36.48/18.71	c cleaning 9959 clauses out of 19934 with flag 95000/95000
41.59/21.39	c cleaning 9986 clauses out of 19975 with flag 105000/105000
46.09/23.69	c cleaning 9989 clauses out of 19989 with flag 115000/115000
50.61/25.92	c cleaning 10000 clauses out of 20001 with flag 125001/125001
54.91/28.10	c cleaning 10000 clauses out of 20000 with flag 135000/135000
59.23/30.35	c cleaning 9997 clauses out of 20000 with flag 145000/145000
63.13/32.34	c cleaning 10002 clauses out of 20003 with flag 155000/155000
67.26/34.44	c cleaning 10000 clauses out of 20002 with flag 165001/165001
71.58/36.66	c cleaning 9999 clauses out of 20001 with flag 175000/175000
75.28/38.52	c cleaning 10001 clauses out of 20002 with flag 185000/185000
79.18/40.56	c cleaning 10001 clauses out of 20001 with flag 195000/195000
84.08/43.00	c cleaning 9998 clauses out of 20000 with flag 205000/205000
89.38/45.79	c cleaning 9995 clauses out of 20002 with flag 215000/215000
93.69/47.95	c cleaning 10002 clauses out of 20007 with flag 225000/225000
97.98/50.16	c cleaning 10000 clauses out of 20005 with flag 235000/235000
101.52/51.91	c cleaning 0 clauses out of 5001 with flag 0/5001
102.03/52.28	c cleaning 10003 clauses out of 20007 with flag 245002/245002
105.75/54.17	c cleaning 10002 clauses out of 20004 with flag 255002/255002
110.23/56.41	c cleaning 10001 clauses out of 20001 with flag 265001/265001
114.11/58.44	c cleaning 9998 clauses out of 20000 with flag 275001/275001
117.82/60.34	c cleaning 9998 clauses out of 20001 with flag 285000/285000
121.72/62.34	c cleaning 10002 clauses out of 20004 with flag 295001/295001
124.63/63.83	c cleaning 9999 clauses out of 20001 with flag 305000/305000
127.35/65.24	c cleaning 9999 clauses out of 20002 with flag 315000/315000
130.66/67.00	c cleaning 10001 clauses out of 20003 with flag 325000/325000
134.16/68.74	c cleaning 10001 clauses out of 20002 with flag 335000/335000
137.26/70.38	c cleaning 9997 clauses out of 20001 with flag 345000/345000
140.77/72.13	c cleaning 9998 clauses out of 20004 with flag 355000/355000
143.87/73.73	c cleaning 9998 clauses out of 20006 with flag 365000/365000
147.39/75.56	c cleaning 10001 clauses out of 20008 with flag 375000/375000
151.07/77.48	c cleaning 10000 clauses out of 20008 with flag 385001/385001
156.55/80.22	c cleaning 10004 clauses out of 20009 with flag 395002/395002
160.43/82.20	c cleaning 10002 clauses out of 20004 with flag 405001/405001
163.33/83.77	c cleaning 9998 clauses out of 20002 with flag 415001/415001
167.01/85.68	c cleaning 9996 clauses out of 20004 with flag 425001/425001
171.29/87.82	c cleaning 10000 clauses out of 20007 with flag 435000/435000
174.78/89.62	c cleaning 10002 clauses out of 20008 with flag 445001/445001
178.09/91.37	c cleaning 10000 clauses out of 20005 with flag 455000/455000
181.56/93.14	c cleaning 10000 clauses out of 20005 with flag 465000/465000
184.65/94.79	c cleaning 10002 clauses out of 20005 with flag 475000/475000
187.96/96.41	c cleaning 9997 clauses out of 20003 with flag 485001/485001
191.06/98.06	c cleaning 10002 clauses out of 20006 with flag 495001/495001
194.52/99.83	c cleaning 9999 clauses out of 20002 with flag 505000/505000
196.84/101.04	c And the winner is Resolution
196.98/102.00	c starts		: 152
196.98/102.00	c conflicts		: 513831
196.98/102.00	c decisions		: 515592
196.98/102.00	c propagations		: 3789922
196.98/102.00	c inspects		: 545510242
196.98/102.00	c learnt literals	: 12
196.98/102.00	c learnt binary clauses	: 72
196.98/102.00	c learnt ternary clauses	: 306
196.98/102.00	c learnt clauses	: 513818
196.98/102.00	c ignored clauses	: 0
196.98/102.00	c root simplifications	: 0
196.98/102.00	c removed literals (reason simplification)	: 4789422
196.98/102.00	c reason swapping (by a shorter reason)	: 0
196.98/102.00	c Calls to reduceDB	: 52
196.98/102.00	c number of reductions to clauses (during analyze)	: 0
196.98/102.00	c number of learned constraints concerned by reduction	: 0
196.98/102.00	c number of learning phase by resolution	: 0
196.98/102.00	c number of learning phase by cutting planes	: 0
196.98/102.00	c speed (assignments/second)	: 37249.95331374149
196.98/102.00	c non guided choices	13
196.98/102.04	c learnt constraints type 
196.98/102.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18751
196.98/102.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
196.98/102.04	c constraints type 
196.98/102.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
196.98/102.04	c constraints type 
196.98/102.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
196.98/102.04	s UNSATISFIABLE
196.98/102.04	c Total wall clock time (in seconds): 101.824

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-2663251-1276600491/watcher-2663251-1276600491 -o /tmp/evaluation-result-2663251-1276600491/solver-2663251-1276600491 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663251-1276600491.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 9283
/proc/meminfo: memFree=1542508/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1832 CPUtime=0
/proc/9283/stat : 9283 (java6) R 9281 9283 2337 0 -1 4194304 255 0 0 0 0 0 0 0 22 0 1 0 1341443 1875968 156 1992294400 134512640 134550932 4292866704 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9283/statm: 458 156 119 10 0 63 0

[startup+0.0911471 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9283
/proc/meminfo: memFree=1542508/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1521796 CPUtime=0.07
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 3854 0 1 0 5 2 0 0 18 0 7 0 1341443 1558319104 3294 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 380449 3294 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.102148 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9283
/proc/meminfo: memFree=1542508/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1524180 CPUtime=0.08
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 3964 0 1 0 5 3 0 0 18 0 12 0 1341443 1560760320 3402 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.624314 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9283
/proc/meminfo: memFree=1542508/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1533920 CPUtime=1.02
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 7573 0 1 0 97 5 0 0 18 0 16 0 1341443 1570734080 6559 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 383480 6559 1395 10 0 380783 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1533920

[startup+0.701313 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9283
/proc/meminfo: memFree=1542508/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1534700 CPUtime=1.18
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 7866 0 1 0 113 5 0 0 18 0 16 0 1341443 1571532800 6852 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 383675 6852 1395 10 0 380978 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1534700

[startup+1.5013 s]
/proc/loadavg: 1.32 1.07 1.02 9/122 9299
/proc/meminfo: memFree=1510884/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1539228 CPUtime=2.77
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 11787 0 1 0 269 8 0 0 18 0 16 0 1341443 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 384807 10015 1416 10 0 382110 0
[pid=9283/tid=9285] ppid=9281 vsize=1539228 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3719 0 1 0 20 3 0 0 18 0 16 0 1341445 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 1341446 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 1341446 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 1341448 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 1341448 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 1341448 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341452 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1539228 CPUtime=1.07
/proc/9283/task/9292/stat : 9292 (java) R 9281 9283 2337 0 -1 4202560 3271 0 0 0 107 0 0 0 18 0 16 0 1341452 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 105496060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1539228 CPUtime=0.11
/proc/9283/task/9293/stat : 9293 (java) R 9281 9283 2337 0 -1 4202560 1136 0 0 0 11 0 0 0 25 0 16 0 1341453 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341453 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 1341453 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9296] ppid=9281 vsize=1539228 CPUtime=1.19
/proc/9283/task/9296/stat : 9296 (java) R 9281 9283 2337 0 -1 4202560 2361 0 0 0 118 1 0 0 18 0 16 0 1341469 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4109250279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9297] ppid=9281 vsize=1539228 CPUtime=0.1
/proc/9283/task/9297/stat : 9297 (java) R 9281 9283 2337 0 -1 4202560 224 0 0 0 10 0 0 0 25 0 16 0 1341469 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4108738590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1539228 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1576169472 10015 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1539228

[startup+3.10128 s]
/proc/loadavg: 1.32 1.07 1.02 5/122 9299
/proc/meminfo: memFree=1478024/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1543348 CPUtime=5.92
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 23327 0 1 0 573 19 0 0 18 0 16 0 1341443 1580388352 18762 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 385837 18762 1438 10 0 383140 0
[pid=9283/tid=9285] ppid=9281 vsize=1543348 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3719 0 1 0 20 3 0 0 18 0 16 0 1341445 1580388352 18763 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 122 0 0 0 0 0 0 0 18 0 16 0 1341446 1580388352 18763 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 76 0 0 0 0 0 0 0 18 0 16 0 1341446 1580388352 18763 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1543348 CPUtime=0.12
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 200 0 0 0 6 6 0 0 18 0 16 0 1341448 1580388352 18764 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1341448 1580388352 18764 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1341448 1580388352 18765 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341452 1580388352 18766 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1543348 CPUtime=2.36
/proc/9283/task/9292/stat : 9292 (java) R 9281 9283 2337 0 -1 4202560 5415 0 0 0 235 1 0 0 17 0 16 0 1341452 1580388352 18767 1992294400 134512640 134550932 4292401968 18446744073709551615 105578720 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1543348 CPUtime=0.51
/proc/9283/task/9293/stat : 9293 (java) R 9281 9283 2337 0 -1 4202560 3103 0 0 0 50 1 0 0 24 0 16 0 1341453 1580388352 18767 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341453 1580388352 18767 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1341453 1580388352 18768 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9296] ppid=9281 vsize=1543348 CPUtime=1.86
/proc/9283/task/9296/stat : 9296 (java) R 9281 9283 2337 0 -1 4202560 5404 0 0 0 183 3 0 0 18 0 16 0 1341469 1580388352 18768 1992294400 134512640 134550932 4292401968 18446744073709551615 4109021600 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9297] ppid=9281 vsize=1543348 CPUtime=0.77
/proc/9283/task/9297/stat : 9297 (java) R 9281 9283 2337 0 -1 4202560 4221 0 0 0 76 1 0 0 18 0 16 0 1341469 1580388352 18769 1992294400 134512640 134550932 4292401968 18446744073709551615 4109072782 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1580388352 18769 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1543348 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1580388352 18771 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1543348

[startup+6.30123 s]
/proc/loadavg: 1.45 1.10 1.03 4/122 9299
/proc/meminfo: memFree=1390356/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1544560 CPUtime=12.21
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 44873 0 1 0 1194 27 0 0 18 0 16 0 1341443 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 386140 38798 1447 10 0 383443 0
[pid=9283/tid=9285] ppid=9281 vsize=1544560 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3719 0 1 0 20 3 0 0 18 0 16 0 1341445 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1544560 CPUtime=0.03
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 396 0 0 0 3 0 0 0 16 0 16 0 1341446 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1544560 CPUtime=0.02
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 261 0 0 0 2 0 0 0 15 0 16 0 1341446 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1544560 CPUtime=0.18
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 769 0 0 0 12 6 0 0 15 0 16 0 1341448 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1341448 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1341448 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341452 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1544560 CPUtime=3.7
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 7154 0 0 0 369 1 0 0 16 0 16 0 1341452 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1544560 CPUtime=0.59
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 3120 0 0 0 58 1 0 0 15 0 16 0 1341453 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341453 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1341453 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9296] ppid=9281 vsize=1544560 CPUtime=4.28
/proc/9283/task/9296/stat : 9296 (java) R 9281 9283 2337 0 -1 4202560 9752 0 0 0 423 5 0 0 19 0 16 0 1341469 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4108891868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9297] ppid=9281 vsize=1544560 CPUtime=3.1
/proc/9283/task/9297/stat : 9297 (java) R 9281 9283 2337 0 -1 4202560 18628 0 0 0 303 7 0 0 20 0 16 0 1341469 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4109044191 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1581629440 38798 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 1544560

[startup+12.7011 s]
/proc/loadavg: 1.50 1.11 1.04 3/122 9299
/proc/meminfo: memFree=1352040/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1544560 CPUtime=24.73
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 54807 0 1 0 2442 31 0 0 18 0 16 0 1341443 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 386140 48677 1447 10 0 383443 0
[pid=9283/tid=9285] ppid=9281 vsize=1544560 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3719 0 1 0 20 3 0 0 18 0 16 0 1341445 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1544560 CPUtime=0.09
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 1171 0 0 0 9 0 0 0 16 0 16 0 1341446 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1544560 CPUtime=0.08
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 905 0 0 0 8 0 0 0 16 0 16 0 1341446 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1544560 CPUtime=0.34
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 1456 0 0 0 27 7 0 0 15 0 16 0 1341448 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1341448 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1341448 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341452 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1544560 CPUtime=3.7
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 7154 0 0 0 369 1 0 0 16 0 16 0 1341452 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1544560 CPUtime=0.6
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 3120 0 0 0 59 1 0 0 16 0 16 0 1341453 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341453 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1544560 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 1341453 1581629440 48677 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0

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

[pid=9283/tid=9287] ppid=9281 vsize=1552228 CPUtime=1.04
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 1979 0 0 0 101 3 0 0 16 0 16 0 1341446 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1552228 CPUtime=3.17
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 2165 0 0 0 309 8 0 0 15 0 16 0 1341448 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1341448 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1341448 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341452 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1552228 CPUtime=5.09
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 8319 0 0 0 507 2 0 0 16 0 16 0 1341452 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1552228 CPUtime=2.57
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 8017 0 0 0 254 3 0 0 15 0 16 0 1341453 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341453 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 1341453 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9296] ppid=9281 vsize=1552228 CPUtime=91.48
/proc/9283/task/9296/stat : 9296 (java) R 9281 9283 2337 0 -1 4202560 10510 0 0 0 9140 8 0 0 25 0 16 0 1341469 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4109158691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9297] ppid=9281 vsize=1552228 CPUtime=89.02
/proc/9283/task/9297/stat : 9297 (java) R 9281 9283 2337 0 -1 4202560 25817 0 0 0 8892 10 0 0 25 0 16 0 1341469 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4109938909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1552228 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1589481472 53211 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 193.73
Current children cumulated vsize (KiB) 1552228

[startup+101.002 s]
/proc/loadavg: 1.92 1.34 1.12 3/122 9301
/proc/meminfo: memFree=1332696/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1552164 CPUtime=196.84
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 64008 0 1 0 19640 44 0 0 18 0 16 0 1341443 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 388041 53236 1447 10 0 385344 0
[pid=9283/tid=9285] ppid=9281 vsize=1552164 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3721 0 1 0 20 3 0 0 15 0 16 0 1341445 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1552164 CPUtime=1.07
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 1987 0 0 0 105 2 0 0 15 0 16 0 1341446 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1552164 CPUtime=1.06
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 1979 0 0 0 103 3 0 0 16 0 16 0 1341446 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1552164 CPUtime=3.24
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 2165 0 0 0 316 8 0 0 15 0 16 0 1341448 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 1341448 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1341448 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341452 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1552164 CPUtime=5.38
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 8729 0 0 0 536 2 0 0 15 0 16 0 1341452 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1552164 CPUtime=2.57
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 8017 0 0 0 254 3 0 0 15 0 16 0 1341453 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1341453 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 1341453 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9296] ppid=9281 vsize=1552164 CPUtime=92.97
/proc/9283/task/9296/stat : 9296 (java) R 9281 9283 2337 0 -1 4202560 10513 0 0 0 9289 8 0 0 25 0 16 0 1341469 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4109158782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9283/tid=9297] ppid=9281 vsize=1552164 CPUtime=90.24
/proc/9283/task/9297/stat : 9297 (java) R 9281 9283 2337 0 -1 4202560 25817 0 0 0 9013 11 0 0 25 0 16 0 1341469 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4109045035 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1341470 1589415936 53236 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.84
Current children cumulated vsize (KiB) 1552164

[startup+101.802 s]
/proc/loadavg: 2.01 1.37 1.13 1/120 9301
/proc/meminfo: memFree=1332712/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1552164 CPUtime=196.98
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 64009 0 1 0 19654 44 0 0 18 0 14 0 1341443 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 388041 53237 1448 10 0 385344 0
[pid=9283/tid=9285] ppid=9281 vsize=1552164 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3721 0 1 0 20 3 0 0 15 0 14 0 1341445 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1552164 CPUtime=1.07
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 1987 0 0 0 105 2 0 0 15 0 14 0 1341446 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1552164 CPUtime=1.06
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 1979 0 0 0 103 3 0 0 16 0 14 0 1341446 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1552164 CPUtime=3.24
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 2165 0 0 0 316 8 0 0 15 0 14 0 1341448 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 1341448 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1341448 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1341452 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1552164 CPUtime=5.38
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 8729 0 0 0 536 2 0 0 15 0 14 0 1341452 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1552164 CPUtime=2.57
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 8017 0 0 0 254 3 0 0 15 0 14 0 1341453 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1341453 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 1341453 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1341470 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1341470 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.98
Current children cumulated vsize (KiB) 1552164

[startup+102.002 s]
/proc/loadavg: 2.01 1.37 1.13 1/120 9301
/proc/meminfo: memFree=1332712/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1552164 CPUtime=196.98
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 64009 0 1 0 19654 44 0 0 18 0 14 0 1341443 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 388041 53237 1448 10 0 385344 0
[pid=9283/tid=9285] ppid=9281 vsize=1552164 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3721 0 1 0 20 3 0 0 15 0 14 0 1341445 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1552164 CPUtime=1.07
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 1987 0 0 0 105 2 0 0 15 0 14 0 1341446 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1552164 CPUtime=1.06
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 1979 0 0 0 103 3 0 0 16 0 14 0 1341446 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1552164 CPUtime=3.24
/proc/9283/task/9288/stat : 9288 (java) S 9281 9283 2337 0 -1 4202560 2165 0 0 0 316 8 0 0 15 0 14 0 1341448 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 1341448 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1341448 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1341452 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1552164 CPUtime=5.38
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 8729 0 0 0 536 2 0 0 15 0 14 0 1341452 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1552164 CPUtime=2.57
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 8017 0 0 0 254 3 0 0 15 0 14 0 1341453 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1341453 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9295] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9295/stat : 9295 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 1341453 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1341470 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1341470 1589415936 53237 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.98
Current children cumulated vsize (KiB) 1552164

[startup+102.102 s]
/proc/loadavg: 2.01 1.37 1.13 1/120 9301
/proc/meminfo: memFree=1332712/2059040 swapFree=4192956/4192956
[pid=9283] ppid=9281 vsize=1552164 CPUtime=197.08
/proc/9283/stat : 9283 (java) S 9281 9283 2337 0 -1 4202496 64018 0 1 0 19664 44 0 0 18 0 13 0 1341443 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9283/statm: 388041 53245 1450 10 0 385344 0
[pid=9283/tid=9285] ppid=9281 vsize=1552164 CPUtime=0.23
/proc/9283/task/9285/stat : 9285 (java) S 9281 9283 2337 0 -1 4202560 3726 0 1 0 20 3 0 0 15 0 13 0 1341445 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9286] ppid=9281 vsize=1552164 CPUtime=1.07
/proc/9283/task/9286/stat : 9286 (java) S 9281 9283 2337 0 -1 4202560 1987 0 0 0 105 2 0 0 15 0 13 0 1341446 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9287] ppid=9281 vsize=1552164 CPUtime=1.06
/proc/9283/task/9287/stat : 9287 (java) S 9281 9283 2337 0 -1 4202560 1979 0 0 0 103 3 0 0 16 0 13 0 1341446 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9288] ppid=9281 vsize=1552164 CPUtime=3.25
/proc/9283/task/9288/stat : 9288 (java) R 9281 9283 2337 0 -1 4202560 2165 0 0 0 317 8 0 0 15 0 13 0 1341448 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 103387564 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9283/tid=9289] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9289/stat : 9289 (java) S 9281 9283 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 1341448 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9290] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9290/stat : 9290 (java) S 9281 9283 2337 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 1341448 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9291] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9291/stat : 9291 (java) S 9281 9283 2337 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 1341452 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9292] ppid=9281 vsize=1552164 CPUtime=5.42
/proc/9283/task/9292/stat : 9292 (java) S 9281 9283 2337 0 -1 4202560 8729 0 0 0 540 2 0 0 15 0 13 0 1341452 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9293] ppid=9281 vsize=1552164 CPUtime=2.6
/proc/9283/task/9293/stat : 9293 (java) S 9281 9283 2337 0 -1 4202560 8019 0 0 0 257 3 0 0 15 0 13 0 1341453 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9294] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9294/stat : 9294 (java) S 9281 9283 2337 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1341453 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
[pid=9283/tid=9298] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9298/stat : 9298 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1341470 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 1 0 0 0
[pid=9283/tid=9299] ppid=9281 vsize=1552164 CPUtime=0
/proc/9283/task/9299/stat : 9299 (java) S 9281 9283 2337 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1341470 1589415936 53245 1992294400 134512640 134550932 4292401968 18446744073709551615 4294960144 0 4 0 16800975 18446604437856686208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 197.08
Current children cumulated vsize (KiB) 1552164

Child status: 20
Real time (s): 102.128
CPU time (s): 197.113
CPU user time (s): 196.651
CPU system time (s): 0.461929
CPU usage (%): 193.005
Max. virtual memory (cumulated for all children) (KiB): 1553616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.651
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64018
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= 4018
involuntary context switches= 6273

runsolver used 0.450931 second user time and 1.26481 second system time

The end

Launcher Data

Begin job on node044 at 2010-06-15 13:14:51
IDJOB=2663251
IDBENCH=2901
IDSOLVER=1166
FILE ID=node044/2663251-1276600491
PBS_JOBID= 11173567
Free space on /tmp= 62588 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663251-1276600491/watcher-2663251-1276600491 -o /tmp/evaluation-result-2663251-1276600491/solver-2663251-1276600491 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663251-1276600491.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=921741596

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1542904 kB
Buffers:         49632 kB
Cached:         340648 kB
SwapCached:          0 kB
Active:         183132 kB
Inactive:       266460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1542904 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             268 kB
Writeback:           4 kB
AnonPages:       59380 kB
Mapped:          15392 kB
Slab:            44640 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181592 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= 62588 MiB
End job on node044 at 2010-06-15 13:16:34