Trace number 2663252

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 361.733 187.486

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
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 benchmark117.186
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2663252-1276601742.opb
0.23/0.22	c reading problem ... 
0.23/0.25	c ... done. Wall clock time 0.039s.
0.23/0.25	c #vars     31
0.23/0.25	c #constraints  9
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
2.98/1.69	c cleaning 2501 clauses out of 5002 with flag 5002/5002
8.54/4.47	c cleaning 4250 clauses out of 8499 with flag 11000/11000
11.50/5.92	c cleaning 5622 clauses out of 11249 with flag 18000/18000
13.83/7.12	c cleaning 6814 clauses out of 13627 with flag 26000/26000
16.17/8.38	c cleaning 7907 clauses out of 15814 with flag 35001/35001
19.69/10.10	c cleaning 8953 clauses out of 17906 with flag 45000/45000
23.03/11.87	c cleaning 9475 clauses out of 18953 with flag 55000/55000
26.75/13.79	c cleaning 9737 clauses out of 19478 with flag 65000/65000
30.27/15.50	c cleaning 9866 clauses out of 19741 with flag 75000/75000
34.41/17.69	c cleaning 9935 clauses out of 19876 with flag 85001/85001
38.52/19.76	c cleaning 9971 clauses out of 19941 with flag 95001/95001
41.83/21.46	c cleaning 9979 clauses out of 19970 with flag 105001/105001
45.34/23.27	c cleaning 9992 clauses out of 19990 with flag 115000/115000
51.05/26.16	c cleaning 10000 clauses out of 20000 with flag 125002/125002
56.36/28.84	c cleaning 9999 clauses out of 19999 with flag 135001/135001
60.67/31.00	c cleaning 9999 clauses out of 20000 with flag 145001/145001
64.38/32.97	c cleaning 9998 clauses out of 20001 with flag 155001/155001
68.49/35.06	c cleaning 9998 clauses out of 20002 with flag 165000/165000
73.21/37.41	c cleaning 9999 clauses out of 20004 with flag 175000/175000
77.31/39.55	c cleaning 10002 clauses out of 20006 with flag 185001/185001
81.19/41.58	c cleaning 9995 clauses out of 20003 with flag 195000/195000
85.50/43.70	c cleaning 9998 clauses out of 20008 with flag 205000/205000
88.41/45.29	c cleaning 0 clauses out of 5000 with flag 0/5000
91.13/46.60	c cleaning 10004 clauses out of 20010 with flag 215000/215000
95.43/48.83	c cleaning 9997 clauses out of 20006 with flag 225000/225000
99.91/51.12	c cleaning 10000 clauses out of 20009 with flag 235000/235000
103.81/53.11	c cleaning 10002 clauses out of 20009 with flag 245000/245000
107.32/54.97	c cleaning 10003 clauses out of 20008 with flag 255001/255001
111.21/56.98	c cleaning 10000 clauses out of 20004 with flag 265000/265000
114.91/58.89	c cleaning 10001 clauses out of 20005 with flag 275001/275001
118.82/60.84	c cleaning 10000 clauses out of 20003 with flag 285000/285000
122.34/62.63	c cleaning 10001 clauses out of 20004 with flag 295001/295001
126.01/64.58	c cleaning 10001 clauses out of 20003 with flag 305001/305001
129.52/66.30	c cleaning 9999 clauses out of 20002 with flag 315001/315001
132.62/67.94	c cleaning 10001 clauses out of 20003 with flag 325001/325001
135.53/69.49	c cleaning 9999 clauses out of 20001 with flag 335000/335000
138.83/71.13	c cleaning 10000 clauses out of 20002 with flag 345000/345000
142.33/72.96	c cleaning 9994 clauses out of 20002 with flag 355000/355000
145.63/74.69	c cleaning 10002 clauses out of 20008 with flag 365000/365000
149.15/76.45	c cleaning 10000 clauses out of 20006 with flag 375000/375000
152.05/78.00	c cleaning 10002 clauses out of 20006 with flag 385000/385000
155.74/79.85	c cleaning 9998 clauses out of 20004 with flag 395000/395000
159.24/81.69	c cleaning 10002 clauses out of 20006 with flag 405000/405000
162.75/83.46	c cleaning 9996 clauses out of 20004 with flag 415000/415000
166.04/85.13	c cleaning 10003 clauses out of 20008 with flag 425000/425000
169.36/86.90	c cleaning 9999 clauses out of 20005 with flag 435000/435000
172.85/88.69	c cleaning 9999 clauses out of 20006 with flag 445000/445000
176.14/90.36	c cleaning 10001 clauses out of 20008 with flag 455001/455001
179.43/92.00	c cleaning 10000 clauses out of 20006 with flag 465000/465000
182.35/93.60	c cleaning 10001 clauses out of 20006 with flag 475000/475000
185.84/95.30	c cleaning 10003 clauses out of 20005 with flag 485000/485000
189.13/97.01	c cleaning 9995 clauses out of 20002 with flag 495000/495000
192.23/98.65	c cleaning 10002 clauses out of 20008 with flag 505001/505001
195.32/100.29	c cleaning 10001 clauses out of 20005 with flag 515000/515000
198.82/102.01	c cleaning 9999 clauses out of 20004 with flag 525000/525000
202.11/103.70	c cleaning 9996 clauses out of 20006 with flag 535001/535001
205.00/105.24	c cleaning 10003 clauses out of 20010 with flag 545001/545001
207.91/106.76	c cleaning 9997 clauses out of 20006 with flag 555000/555000
210.80/108.28	c cleaning 10002 clauses out of 20010 with flag 565001/565001
213.70/109.77	c cleaning 10002 clauses out of 20009 with flag 575002/575002
216.58/111.22	c cleaning 9998 clauses out of 20005 with flag 585000/585000
220.08/113.06	c cleaning 10000 clauses out of 20007 with flag 595000/595000
223.57/114.83	c cleaning 10000 clauses out of 20008 with flag 605001/605001
226.88/116.60	c cleaning 10000 clauses out of 20007 with flag 615000/615000
230.15/118.27	c cleaning 10000 clauses out of 20007 with flag 625000/625000
233.46/119.94	c cleaning 10002 clauses out of 20008 with flag 635001/635001
236.14/121.31	c cleaning 10000 clauses out of 20005 with flag 645000/645000
239.04/122.85	c cleaning 10004 clauses out of 20007 with flag 655002/655002
241.93/124.34	c cleaning 10000 clauses out of 20002 with flag 665001/665001
245.01/125.95	c cleaning 9994 clauses out of 20002 with flag 675001/675001
248.31/127.64	c cleaning 9998 clauses out of 20007 with flag 685000/685000
251.19/129.19	c cleaning 10002 clauses out of 20010 with flag 695001/695001
254.49/130.83	c cleaning 10004 clauses out of 20007 with flag 705000/705000
257.57/132.45	c cleaning 9998 clauses out of 20004 with flag 715001/715001
260.87/134.18	c cleaning 10000 clauses out of 20006 with flag 725001/725001
263.75/135.65	c cleaning 10001 clauses out of 20006 with flag 735001/735001
266.64/137.11	c cleaning 10004 clauses out of 20007 with flag 745003/745003
269.55/138.62	c cleaning 9998 clauses out of 20001 with flag 755001/755001
272.43/140.18	c cleaning 10000 clauses out of 20003 with flag 765001/765001
277.10/142.53	c cleaning 10001 clauses out of 20002 with flag 775000/775000
279.99/144.05	c cleaning 9999 clauses out of 20002 with flag 785001/785001
283.06/145.60	c cleaning 9998 clauses out of 20003 with flag 795001/795001
286.15/147.21	c cleaning 9998 clauses out of 20004 with flag 805000/805000
288.84/148.64	c cleaning 9999 clauses out of 20006 with flag 815000/815000
291.71/150.15	c cleaning 10005 clauses out of 20009 with flag 825002/825002
294.40/151.57	c cleaning 10001 clauses out of 20002 with flag 835000/835000
297.48/153.13	c cleaning 9998 clauses out of 20001 with flag 845000/845000
300.38/154.64	c cleaning 10002 clauses out of 20003 with flag 855000/855000
303.06/156.09	c cleaning 9997 clauses out of 20002 with flag 865001/865001
305.93/157.59	c cleaning 10002 clauses out of 20005 with flag 875001/875001
310.80/160.03	c cleaning 9996 clauses out of 20003 with flag 885001/885001
313.90/161.69	c cleaning 10001 clauses out of 20007 with flag 895001/895001
317.14/163.31	c cleaning 10001 clauses out of 20005 with flag 905000/905000
320.02/164.82	c cleaning 9999 clauses out of 20005 with flag 915001/915001
322.91/166.32	c cleaning 10002 clauses out of 20006 with flag 925001/925001
325.79/167.86	c cleaning 9999 clauses out of 20003 with flag 935000/935000
328.67/169.35	c cleaning 9998 clauses out of 20005 with flag 945001/945001
331.34/170.72	c cleaning 10001 clauses out of 20007 with flag 955001/955001
333.83/172.10	c cleaning 10005 clauses out of 20009 with flag 965004/965004
337.11/173.72	c cleaning 9999 clauses out of 20000 with flag 975000/975000
339.96/175.27	c cleaning 9998 clauses out of 20002 with flag 985001/985001
342.84/176.72	c cleaning 10000 clauses out of 20003 with flag 995000/995000
345.54/178.17	c cleaning 10000 clauses out of 20005 with flag 1005002/1005002
348.42/179.67	c cleaning 10002 clauses out of 20004 with flag 1015001/1015001
351.29/181.19	c cleaning 9997 clauses out of 20002 with flag 1025001/1025001
354.19/182.70	c cleaning 9999 clauses out of 20004 with flag 1035000/1035000
357.26/184.29	c cleaning 10002 clauses out of 20006 with flag 1045002/1045002
360.35/185.86	c cleaning 10000 clauses out of 20001 with flag 1055002/1055002
361.41/186.48	c And the winner is Resolution
361.65/187.39	c starts		: 188
361.65/187.39	c conflicts		: 1060300
361.65/187.39	c decisions		: 1062759
361.65/187.39	c propagations		: 7380031
361.65/187.39	c inspects		: 911563429
361.65/187.39	c learnt literals	: 12
361.65/187.39	c learnt binary clauses	: 71
361.65/187.40	c learnt ternary clauses	: 313
361.65/187.40	c learnt clauses	: 1060287
361.65/187.40	c ignored clauses	: 0
361.65/187.40	c root simplifications	: 0
361.65/187.40	c removed literals (reason simplification)	: 10532693
361.65/187.40	c reason swapping (by a shorter reason)	: 0
361.65/187.40	c Calls to reduceDB	: 107
361.65/187.40	c number of reductions to clauses (during analyze)	: 0
361.65/187.40	c number of learned constraints concerned by reduction	: 0
361.65/187.40	c number of learning phase by resolution	: 0
361.65/187.40	c number of learning phase by cutting planes	: 0
361.65/187.40	c speed (assignments/second)	: 39435.25004942744
361.65/187.40	c non guided choices	13
361.65/187.42	c learnt constraints type 
361.65/187.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15219
361.65/187.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
361.65/187.42	c constraints type 
361.65/187.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
361.65/187.42	c constraints type 
361.65/187.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
361.65/187.42	s UNSATISFIABLE
361.65/187.42	c Total wall clock time (in seconds): 187.214

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-2663252-1276601742/watcher-2663252-1276601742 -o /tmp/evaluation-result-2663252-1276601742/solver-2663252-1276601742 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663252-1276601742.opb 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/105 11347
/proc/meminfo: memFree=1440860/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=248 CPUtime=0
/proc/11347/stat : 11347 (java) R 11345 11347 11322 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 1467672 253952 28 1992294400 134512640 134550932 4294465488 18446744073709551615 8925662 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11347/statm: 62 28 21 10 0 23 0

[startup+0.0903011 s]
/proc/loadavg: 0.85 0.97 0.99 3/105 11347
/proc/meminfo: memFree=1440860/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1521796 CPUtime=0.07
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 3862 0 1 0 5 2 0 0 18 0 7 0 1467672 1558319104 3303 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 380449 3303 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101507 s]
/proc/loadavg: 0.85 0.97 0.99 3/105 11347
/proc/meminfo: memFree=1440860/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1524180 CPUtime=0.08
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 3972 0 1 0 6 2 0 0 18 0 12 0 1467672 1560760320 3411 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 381045 3411 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301528 s]
/proc/loadavg: 0.85 0.97 0.99 3/105 11347
/proc/meminfo: memFree=1440860/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1528812 CPUtime=0.39
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 5713 0 1 0 36 3 0 0 18 0 16 0 1467672 1565503488 5150 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 382203 5150 1369 10 0 379506 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1528812

[startup+0.701572 s]
/proc/loadavg: 0.85 0.97 0.99 3/105 11347
/proc/meminfo: memFree=1440860/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1532236 CPUtime=1.2
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 8538 0 1 0 115 5 0 0 18 0 16 0 1467672 1569009664 7297 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 383059 7297 1412 10 0 380362 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1532236

[startup+1.50165 s]
/proc/loadavg: 0.85 0.97 0.99 5/121 11363
/proc/meminfo: memFree=1409176/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1534908 CPUtime=2.78
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 20363 0 1 0 269 9 0 0 18 0 16 0 1467672 1571745792 18338 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 383727 18339 1418 10 0 381030 0
[pid=11347/tid=11349] ppid=11345 vsize=1534908 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3709 0 1 0 21 2 0 0 18 0 16 0 1467674 1571745792 18340 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 1467675 1571745792 18340 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 1467675 1571745792 18340 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 1467677 1571745792 18342 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 16 0 1467677 1571745792 18343 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 1467677 1571745792 18343 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467681 1571745792 18343 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1534908 CPUtime=0.24
/proc/11347/task/11356/stat : 11356 (java) R 11345 11347 11322 0 -1 4202560 435 0 0 0 24 0 0 0 25 0 16 0 1467681 1571745792 18344 1992294400 134512640 134550932 4294465488 18446744073709551615 9397756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1534908 CPUtime=0.82
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 3445 0 0 0 81 1 0 0 16 0 16 0 1467682 1571745792 18344 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467682 1571745792 18344 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1467682 1571745792 18344 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11360] ppid=11345 vsize=1534908 CPUtime=0.75
/proc/11347/task/11360/stat : 11360 (java) R 11345 11347 11322 0 -1 4202560 5630 0 0 0 74 1 0 0 25 0 16 0 1467698 1571745792 18344 1992294400 134512640 134550932 4294465488 18446744073709551615 4109183195 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11361] ppid=11345 vsize=1534908 CPUtime=0.68
/proc/11347/task/11361/stat : 11361 (java) R 11345 11347 11322 0 -1 4202560 6078 0 0 0 66 2 0 0 18 0 16 0 1467698 1571745792 18345 1992294400 134512640 134550932 4294465488 18446744073709551615 4109531858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1467698 1571745792 18345 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1534908 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1467698 1571745792 18345 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1534908

[startup+3.10182 s]
/proc/loadavg: 0.85 0.97 0.99 5/121 11363
/proc/meminfo: memFree=1356476/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1540068 CPUtime=5.96
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 34727 0 1 0 580 16 0 0 18 0 16 0 1467672 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385017 31595 1438 10 0 382320 0
[pid=11347/tid=11349] ppid=11345 vsize=1540068 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) R 11345 11347 11322 0 -1 4202560 3709 0 1 0 21 2 0 0 18 0 16 0 1467674 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 249 0 0 0 0 0 0 0 17 0 16 0 1467675 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 1467675 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1540068 CPUtime=0.02
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 257 0 0 0 2 0 0 0 15 0 16 0 1467677 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1467677 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1467677 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467681 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1540068 CPUtime=0.24
/proc/11347/task/11356/stat : 11356 (java) R 11345 11347 11322 0 -1 4202560 478 0 0 0 24 0 0 0 25 0 16 0 1467681 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 9425671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1540068 CPUtime=2.23
/proc/11347/task/11357/stat : 11357 (java) R 11345 11347 11322 0 -1 4202560 5921 0 0 0 221 2 0 0 17 0 16 0 1467682 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 103137329 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467682 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1467682 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11360] ppid=11345 vsize=1540068 CPUtime=1.2
/proc/11347/task/11360/stat : 11360 (java) R 11345 11347 11322 0 -1 4202560 5718 0 0 0 119 1 0 0 25 0 16 0 1467698 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4109487998 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11361] ppid=11345 vsize=1540068 CPUtime=1.98
/proc/11347/task/11361/stat : 11361 (java) R 11345 11347 11322 0 -1 4202560 17323 0 0 0 190 8 0 0 19 0 16 0 1467698 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4109167649 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1467698 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1540068 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1467698 1577029632 31595 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 1540068

[startup+6.30115 s]
/proc/loadavg: 1.26 1.05 1.02 3/121 11363
/proc/meminfo: memFree=1289516/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1542956 CPUtime=12.26
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 44217 0 1 0 1203 23 0 0 18 0 16 0 1467672 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385739 39141 1445 10 0 383042 0
[pid=11347/tid=11349] ppid=11345 vsize=1542956 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3709 0 1 0 21 2 0 0 15 0 16 0 1467674 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1542956 CPUtime=0.04
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 704 0 0 0 4 0 0 0 15 0 16 0 1467675 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1542956 CPUtime=0.01
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 211 0 0 0 1 0 0 0 16 0 16 0 1467675 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=0.12
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 928 0 0 0 10 2 0 0 15 0 16 0 1467677 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467681 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=0.59
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 609 0 0 0 59 0 0 0 25 0 16 0 1467681 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=3.97
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8605 0 0 0 395 2 0 0 16 0 16 0 1467682 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467682 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1467682 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11360] ppid=11345 vsize=1542956 CPUtime=2.82
/proc/11347/task/11360/stat : 11360 (java) R 11345 11347 11322 0 -1 4202560 6988 0 0 0 280 2 0 0 18 0 16 0 1467698 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4109545106 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11361] ppid=11345 vsize=1542956 CPUtime=4.39
/proc/11347/task/11361/stat : 11361 (java) R 11345 11347 11322 0 -1 4202560 21392 0 0 0 429 10 0 0 19 0 16 0 1467698 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4109495059 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1467698 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1467698 1579986944 39141 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 1542956

[startup+12.7028 s]
/proc/loadavg: 1.32 1.07 1.02 3/121 11363
/proc/meminfo: memFree=1250704/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1542956 CPUtime=24.77
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 53766 0 1 0 2450 27 0 0 18 0 16 0 1467672 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385739 48592 1447 10 0 383042 0
[pid=11347/tid=11349] ppid=11345 vsize=1542956 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3710 0 1 0 21 2 0 0 15 0 16 0 1467674 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1542956 CPUtime=0.11
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 1655 0 0 0 10 1 0 0 15 0 16 0 1467675 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1542956 CPUtime=0.09
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 1104 0 0 0 8 1 0 0 16 0 16 0 1467675 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=0.29
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 1466 0 0 0 26 3 0 0 15 0 16 0 1467677 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467681 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=0.59
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 609 0 0 0 59 0 0 0 25 0 16 0 1467681 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=4.03
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8612 0 0 0 401 2 0 0 16 0 16 0 1467682 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467682 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1467682 1579986944 48592 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0

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

[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=8.16
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 3422 0 0 0 799 17 0 0 15 0 16 0 1467677 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467681 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=1.88
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 641 0 0 0 188 0 0 0 15 0 16 0 1467681 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=5.75
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8725 0 0 0 572 3 0 0 16 0 16 0 1467682 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467682 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 1467682 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11360] ppid=11345 vsize=1542956 CPUtime=167.67
/proc/11347/task/11360/stat : 11360 (java) R 11345 11347 11322 0 -1 4202560 7622 0 0 0 16763 4 0 0 25 0 16 0 1467698 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4109522886 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11361] ppid=11345 vsize=1542956 CPUtime=171.26
/proc/11347/task/11361/stat : 11361 (java) R 11345 11347 11322 0 -1 4202560 28143 0 0 0 17113 13 0 0 25 0 16 0 1467698 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4109702655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1467698 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1467698 1579986944 52747 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 359.75
Current children cumulated vsize (KiB) 1542956

[startup+186.302 s]
/proc/loadavg: 1.99 1.49 1.19 4/121 11367
/proc/meminfo: memFree=1233220/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1542956 CPUtime=361.21
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 58282 0 1 0 36069 52 0 0 18 0 16 0 1467672 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385739 52780 1447 10 0 383042 0
[pid=11347/tid=11349] ppid=11345 vsize=1542956 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3714 0 1 0 21 2 0 0 15 0 16 0 1467674 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1542956 CPUtime=2.41
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 2898 0 0 0 238 3 0 0 16 0 16 0 1467675 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1542956 CPUtime=2.33
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 2033 0 0 0 227 6 0 0 15 0 16 0 1467675 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=8.28
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 3422 0 0 0 811 17 0 0 16 0 16 0 1467677 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 1467677 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467681 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=1.88
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 641 0 0 0 188 0 0 0 15 0 16 0 1467681 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=5.75
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8725 0 0 0 572 3 0 0 16 0 16 0 1467682 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1467682 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 16 0 1467682 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11360] ppid=11345 vsize=1542956 CPUtime=168.32
/proc/11347/task/11360/stat : 11360 (java) R 11345 11347 11322 0 -1 4202560 7622 0 0 0 16828 4 0 0 25 0 16 0 1467698 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4109546584 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11347/tid=11361] ppid=11345 vsize=1542956 CPUtime=171.93
/proc/11347/task/11361/stat : 11361 (java) R 11345 11347 11322 0 -1 4202560 28144 0 0 0 17180 13 0 0 25 0 16 0 1467698 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4109442290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1467698 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1467698 1579986944 52780 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.21
Current children cumulated vsize (KiB) 1542956

[startup+187.101 s]
/proc/loadavg: 1.99 1.49 1.19 1/119 11367
/proc/meminfo: memFree=1233112/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1542956 CPUtime=361.65
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 58283 0 1 0 36113 52 0 0 18 0 14 0 1467672 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385739 52781 1448 10 0 383042 0
[pid=11347/tid=11349] ppid=11345 vsize=1542956 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3714 0 1 0 21 2 0 0 15 0 14 0 1467674 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1542956 CPUtime=2.41
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 2898 0 0 0 238 3 0 0 16 0 14 0 1467675 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1542956 CPUtime=2.33
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 2033 0 0 0 227 6 0 0 15 0 14 0 1467675 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=8.28
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 3422 0 0 0 811 17 0 0 15 0 14 0 1467677 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1467677 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 1467677 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1467681 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=1.88
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 641 0 0 0 188 0 0 0 15 0 14 0 1467681 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=5.75
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8725 0 0 0 572 3 0 0 16 0 14 0 1467682 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1467682 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) R 11345 11347 11322 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 1467682 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1467698 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1467698 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.65
Current children cumulated vsize (KiB) 1542956

[startup+187.301 s]
/proc/loadavg: 1.99 1.49 1.19 1/119 11367
/proc/meminfo: memFree=1233112/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1542956 CPUtime=361.65
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 58283 0 1 0 36113 52 0 0 18 0 14 0 1467672 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385739 52781 1448 10 0 383042 0
[pid=11347/tid=11349] ppid=11345 vsize=1542956 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3714 0 1 0 21 2 0 0 15 0 14 0 1467674 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1542956 CPUtime=2.41
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 2898 0 0 0 238 3 0 0 16 0 14 0 1467675 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1542956 CPUtime=2.33
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 2033 0 0 0 227 6 0 0 15 0 14 0 1467675 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=8.28
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 3422 0 0 0 811 17 0 0 15 0 14 0 1467677 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1467677 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 1467677 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1467681 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=1.88
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 641 0 0 0 188 0 0 0 15 0 14 0 1467681 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=5.75
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8725 0 0 0 572 3 0 0 16 0 14 0 1467682 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1467682 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 1467682 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1467698 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1467698 1579986944 52781 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.65
Current children cumulated vsize (KiB) 1542956

[startup+187.401 s]
/proc/loadavg: 1.99 1.49 1.19 1/119 11367
/proc/meminfo: memFree=1233112/2059040 swapFree=4192956/4192956
[pid=11347] ppid=11345 vsize=1542956 CPUtime=361.65
/proc/11347/stat : 11347 (java) S 11345 11347 11322 0 -1 4202496 58285 0 1 0 36113 52 0 0 18 0 15 0 1467672 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11347/statm: 385739 52783 1448 10 0 383042 0
[pid=11347/tid=11349] ppid=11345 vsize=1542956 CPUtime=0.23
/proc/11347/task/11349/stat : 11349 (java) S 11345 11347 11322 0 -1 4202560 3716 0 1 0 21 2 0 0 16 0 15 0 1467674 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11350] ppid=11345 vsize=1542956 CPUtime=2.41
/proc/11347/task/11350/stat : 11350 (java) S 11345 11347 11322 0 -1 4202560 2898 0 0 0 238 3 0 0 16 0 15 0 1467675 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11351] ppid=11345 vsize=1542956 CPUtime=2.33
/proc/11347/task/11351/stat : 11351 (java) S 11345 11347 11322 0 -1 4202560 2033 0 0 0 227 6 0 0 15 0 15 0 1467675 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11352] ppid=11345 vsize=1542956 CPUtime=8.28
/proc/11347/task/11352/stat : 11352 (java) S 11345 11347 11322 0 -1 4202560 3422 0 0 0 811 17 0 0 15 0 15 0 1467677 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 0 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11353] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11353/stat : 11353 (java) S 11345 11347 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 1467677 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11354] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11354/stat : 11354 (java) S 11345 11347 11322 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 1467677 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11355] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11355/stat : 11355 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1467681 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11356] ppid=11345 vsize=1542956 CPUtime=1.88
/proc/11347/task/11356/stat : 11356 (java) S 11345 11347 11322 0 -1 4202560 641 0 0 0 188 0 0 0 15 0 15 0 1467681 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 1 0 0 0
[pid=11347/tid=11357] ppid=11345 vsize=1542956 CPUtime=5.75
/proc/11347/task/11357/stat : 11357 (java) S 11345 11347 11322 0 -1 4202560 8725 0 0 0 572 3 0 0 16 0 15 0 1467682 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11358] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11358/stat : 11358 (java) S 11345 11347 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1467682 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11359] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11359/stat : 11359 (java) S 11345 11347 11322 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 15 0 1467682 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11362] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11362/stat : 11362 (java) S 11345 11347 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 1467698 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
[pid=11347/tid=11363] ppid=11345 vsize=1542956 CPUtime=0
/proc/11347/task/11363/stat : 11363 (java) S 11345 11347 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 15 0 1467698 1579986944 52783 1992294400 134512640 134550932 4294465488 18446744073709551615 4294960144 0 4 0 16800975 18446604435949771648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.65
Current children cumulated vsize (KiB) 1542956

Child status: 20
Real time (s): 187.486
CPU time (s): 361.733
CPU user time (s): 361.188
CPU system time (s): 0.544917
CPU usage (%): 192.939
Max. virtual memory (cumulated for all children) (KiB): 1543908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 361.188
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58295
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= 6978
involuntary context switches= 10499

runsolver used 1.13283 second user time and 1.84572 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-15 13:35:42
IDJOB=2663252
IDBENCH=2905
IDSOLVER=1166
FILE ID=node082/2663252-1276601742
PBS_JOBID= 11172251
Free space on /tmp= 62584 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_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663252-1276601742/watcher-2663252-1276601742 -o /tmp/evaluation-result-2663252-1276601742/solver-2663252-1276601742 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663252-1276601742.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1495997833

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1441132 kB
Buffers:         54344 kB
Cached:         423612 kB
SwapCached:          0 kB
Active:         198996 kB
Inactive:       338176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1441132 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59248 kB
Mapped:          15368 kB
Slab:            59004 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node082 at 2010-06-15 13:38:49