Trace number 2661833

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-31OPT3 150.995 81.9432

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=71-P1=29-P2=241-P3=127-P4=67-P5=23-B.opb
MD5SUM2f50a7c4db6c104684b2cc399418ffd9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.568912
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661833-1276650773.opb
0.24/0.21	c reading problem ... 
0.55/0.40	c ... done. Wall clock time 0.186s.
0.55/0.40	c #vars     440
0.55/0.40	c #constraints  656
0.55/0.40	c constraints type 
0.55/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.55/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.55/0.40	c constraints type 
0.55/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.55/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
8.05/4.29	c cleaning 2499 clauses out of 5001 with flag 5001/5001
10.59/5.54	c cleaning 4247 clauses out of 8502 with flag 11001/11001
13.10/6.85	c cleaning 5622 clauses out of 11255 with flag 18001/18001
15.82/8.25	c cleaning 6812 clauses out of 13632 with flag 26000/26000
19.31/10.08	c cleaning 7907 clauses out of 15821 with flag 35001/35001
23.80/12.39	c cleaning 8954 clauses out of 17913 with flag 45000/45000
29.89/15.49	c cleaning 9471 clauses out of 18959 with flag 55000/55000
33.38/17.25	c cleaning 9730 clauses out of 19489 with flag 65001/65001
34.47/17.89	c And the winner is Resolution
34.68/18.58	c SATISFIABLE
34.68/18.58	c OPTIMIZING...
34.68/18.58	c Got one! Elapsed wall clock time (in seconds):18.371
34.68/18.58	o 201
36.69/19.67	c cleaning 9863 clauses out of 19758 with flag 75000/75000
40.17/21.47	c cleaning 9941 clauses out of 19895 with flag 85001/85001
45.23/24.07	c cleaning 9974 clauses out of 19953 with flag 95000/95000
48.51/25.80	c cleaning 9983 clauses out of 19979 with flag 105000/105000
52.94/28.05	c cleaning 9992 clauses out of 19998 with flag 115002/115002
58.59/30.92	c cleaning 9998 clauses out of 20005 with flag 125001/125001
63.64/33.55	c cleaning 10000 clauses out of 20008 with flag 135002/135002
66.52/35.02	c cleaning 9997 clauses out of 20006 with flag 145000/145000
71.92/37.90	c cleaning 10000 clauses out of 20009 with flag 155000/155000
75.38/39.69	c And the winner is Resolution
75.65/40.68	c Got one! Elapsed wall clock time (in seconds):40.464
75.65/40.68	o 17
76.28/41.02	c cleaning 9994 clauses out of 20010 with flag 165001/165001
79.76/42.86	c cleaning 9998 clauses out of 20016 with flag 175001/175001
83.21/44.69	c cleaning 10005 clauses out of 20017 with flag 185000/185000
86.43/46.32	c And the winner is Resolution
86.50/46.69	c Got one! Elapsed wall clock time (in seconds):46.482
86.50/46.69	o 9
87.10/47.06	c cleaning 9998 clauses out of 20012 with flag 195000/195000
89.36/48.30	c cleaning 0 clauses out of 5001 with flag 0/5001
92.62/49.98	c cleaning 10005 clauses out of 20015 with flag 205001/205001
96.65/52.10	c cleaning 10002 clauses out of 20009 with flag 215001/215001
100.08/53.90	c cleaning 9995 clauses out of 20005 with flag 225000/225000
102.92/55.35	c cleaning 9997 clauses out of 20011 with flag 235001/235001
104.00/55.98	c And the winner is Resolution
104.20/56.72	c Got one! Elapsed wall clock time (in seconds):56.506
104.20/56.72	o 3
106.13/57.71	c cleaning 9993 clauses out of 20013 with flag 245000/245000
109.56/59.59	c cleaning 10000 clauses out of 20021 with flag 255001/255001
113.37/61.56	c cleaning 10008 clauses out of 20021 with flag 265001/265001
117.98/63.94	c cleaning 10003 clauses out of 20013 with flag 275001/275001
123.20/66.65	c cleaning 10002 clauses out of 20009 with flag 285000/285000
128.02/69.13	c cleaning 10000 clauses out of 20007 with flag 295000/295000
132.21/71.33	c cleaning 10000 clauses out of 20008 with flag 305001/305001
137.43/74.02	c cleaning 10000 clauses out of 20007 with flag 315000/315000
141.84/76.30	c cleaning 10004 clauses out of 20007 with flag 325001/325001
146.26/78.61	c cleaning 9996 clauses out of 20001 with flag 335000/335000
149.64/80.48	c And the winner is Resolution
150.86/81.89	c starts		: 138
150.86/81.89	c conflicts		: 343759
150.86/81.89	c decisions		: 359274
150.86/81.89	c propagations		: 6705872
150.86/81.89	c inspects		: 202645403
150.86/81.89	c learnt literals	: 16
150.86/81.89	c learnt binary clauses	: 69
150.86/81.89	c learnt ternary clauses	: 221
150.86/81.89	c learnt clauses	: 343742
150.86/81.89	c ignored clauses	: 0
150.86/81.89	c root simplifications	: 0
150.86/81.89	c removed literals (reason simplification)	: 11058690
150.86/81.89	c reason swapping (by a shorter reason)	: 0
150.86/81.89	c Calls to reduceDB	: 35
150.86/81.89	c number of reductions to clauses (during analyze)	: 0
150.86/81.89	c number of learned constraints concerned by reduction	: 0
150.86/81.89	c number of learning phase by resolution	: 0
150.86/81.89	c number of learning phase by cutting planes	: 0
150.86/81.89	c speed (assignments/second)	: 266423.20222487085
150.86/81.89	c non guided choices	2815
150.86/81.89	c learnt constraints type 
150.86/81.89	c constraints type 
150.86/81.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
150.86/81.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
150.86/81.89	c constraints type 
150.86/81.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
150.86/81.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
150.86/81.89	s OPTIMUM FOUND
150.86/81.89	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 x29 -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 -x44 x45 -x46 -x47 x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 x57 x58 -x59 x60 x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 
150.86/81.90	c objective function=3
150.86/81.90	c Total wall clock time (in seconds): 81.682

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661833-1276650773/watcher-2661833-1276650773 -o /tmp/evaluation-result-2661833-1276650773/solver-2661833-1276650773 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661833-1276650773.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 12433
/proc/meminfo: memFree=1809672/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=248 CPUtime=0
/proc/12433/stat : 12433 (java) R 12431 12433 11955 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 6369787 253952 29 1992294400 134512640 134550932 4289970768 18446744073709551615 2089556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12433/statm: 62 29 21 10 0 23 0

[startup+0.0503111 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12433
/proc/meminfo: memFree=1809672/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1521016 CPUtime=0.03
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 3495 0 1 0 2 1 0 0 18 0 5 0 6369787 1557520384 2938 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 380254 2938 990 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101317 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12433
/proc/meminfo: memFree=1809672/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1524180 CPUtime=0.08
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 6369787 1560760320 3402 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301337 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12433
/proc/meminfo: memFree=1809672/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1526244 CPUtime=0.37
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 5364 0 1 0 34 3 0 0 18 0 12 0 6369787 1562873856 4801 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 381561 4801 1356 10 0 378864 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526244

[startup+0.701384 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12433
/proc/meminfo: memFree=1809672/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1532460 CPUtime=1.13
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 7522 0 1 0 109 4 0 0 18 0 16 0 6369787 1569239040 6560 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 383115 6560 1418 10 0 380418 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1532460

[startup+1.50247 s]
/proc/loadavg: 1.00 1.00 1.00 5/122 12449
/proc/meminfo: memFree=1784372/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1537040 CPUtime=2.71
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 12263 0 1 0 265 6 0 0 18 0 16 0 6369787 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 384260 10784 1424 10 0 381563 0
[pid=12433/tid=12435] ppid=12431 vsize=1537040 CPUtime=0.36
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4002 0 1 0 34 2 0 0 18 0 16 0 6369788 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6369789 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 6369789 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 6369791 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6369792 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6369792 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6369796 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1537040 CPUtime=0.59
/proc/12433/task/12442/stat : 12442 (java) R 12431 12433 11955 0 -1 4202560 1539 0 0 0 59 0 0 0 25 0 16 0 6369796 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1537040 CPUtime=0.77
/proc/12433/task/12443/stat : 12443 (java) R 12431 12433 11955 0 -1 4202560 1839 0 0 0 77 0 0 0 25 0 16 0 6369796 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 105499176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6369796 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6369796 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12446] ppid=12431 vsize=1537040 CPUtime=0.55
/proc/12433/task/12446/stat : 12446 (java) R 12431 12433 11955 0 -1 4202560 904 0 0 0 55 0 0 0 25 0 16 0 6369827 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4109235268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12447] ppid=12431 vsize=1537040 CPUtime=0.4
/proc/12433/task/12447/stat : 12447 (java) R 12431 12433 11955 0 -1 4202560 2908 0 0 0 39 1 0 0 25 0 16 0 6369827 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4109274593 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6369828 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1537040 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6369829 1573928960 10784 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1537040

[startup+3.10166 s]
/proc/loadavg: 1.24 1.05 1.02 6/122 12449
/proc/meminfo: memFree=1733036/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1550476 CPUtime=5.88
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 44104 0 1 0 567 21 0 0 18 0 16 0 6369787 1587687424 36731 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 387619 36732 1430 10 0 384922 0
[pid=12433/tid=12435] ppid=12431 vsize=1550476 CPUtime=0.36
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4002 0 1 0 34 2 0 0 18 0 16 0 6369788 1587687424 36733 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 6369789 1587687424 36733 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 16 0 6369789 1587687424 36734 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6369791 1587687424 36734 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6369792 1587687424 36735 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6369792 1587687424 36736 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6369796 1587687424 36738 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1550476 CPUtime=1.01
/proc/12433/task/12442/stat : 12442 (java) R 12431 12433 11955 0 -1 4202560 3042 0 0 0 100 1 0 0 25 0 16 0 6369796 1587687424 36738 1992294400 134512640 134550932 4289970768 18446744073709551615 104138296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1550476 CPUtime=2.07
/proc/12433/task/12443/stat : 12443 (java) R 12431 12433 11955 0 -1 4202560 9758 0 0 0 204 3 0 0 17 0 16 0 6369796 1587687424 36739 1992294400 134512640 134550932 4289970768 18446744073709551615 104140903 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6369796 1587687424 36739 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6369796 1587687424 36740 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12446] ppid=12431 vsize=1550476 CPUtime=0.79
/proc/12433/task/12446/stat : 12446 (java) R 12431 12433 11955 0 -1 4202560 3030 0 0 0 78 1 0 0 25 0 16 0 6369827 1587687424 36741 1992294400 134512640 134550932 4289970768 18446744073709551615 4109788256 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12447] ppid=12431 vsize=1550476 CPUtime=1.6
/proc/12433/task/12447/stat : 12447 (java) R 12431 12433 11955 0 -1 4202560 23212 0 0 0 149 11 0 0 19 0 16 0 6369827 1587687424 36742 1992294400 134512640 134550932 4289970768 18446744073709551615 4109685318 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6369828 1587687424 36743 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1550476 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6369829 1587687424 36744 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1550476

[startup+6.302 s]
/proc/loadavg: 1.24 1.05 1.02 3/122 12449
/proc/meminfo: memFree=1648592/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1547832 CPUtime=12.11
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 51003 0 1 0 1187 24 0 0 18 0 16 0 6369787 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 386958 41967 1448 10 0 384261 0
[pid=12433/tid=12435] ppid=12431 vsize=1547832 CPUtime=0.36
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4002 0 1 0 34 2 0 0 18 0 16 0 6369788 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1547832 CPUtime=0.06
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 1474 0 0 0 6 0 0 0 15 0 16 0 6369789 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1547832 CPUtime=0.05
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 576 0 0 0 5 0 0 0 16 0 16 0 6369789 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1547832 CPUtime=0.09
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 1785 0 0 0 9 0 0 0 15 0 16 0 6369791 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6369792 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6369792 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6369796 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1547832 CPUtime=1.18
/proc/12433/task/12442/stat : 12442 (java) S 12431 12433 11955 0 -1 4202560 3288 0 0 0 117 1 0 0 18 0 16 0 6369796 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1547832 CPUtime=2.8
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10674 0 0 0 276 4 0 0 15 0 16 0 6369796 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6369796 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6369796 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12446] ppid=12431 vsize=1547832 CPUtime=3.02
/proc/12433/task/12446/stat : 12446 (java) R 12431 12433 11955 0 -1 4202560 3038 0 0 0 301 1 0 0 18 0 16 0 6369827 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4109613060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12447] ppid=12431 vsize=1547832 CPUtime=4.48
/proc/12433/task/12447/stat : 12447 (java) R 12431 12433 11955 0 -1 4202560 25096 0 0 0 436 12 0 0 21 0 16 0 6369827 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4109739582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6369828 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1547832 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6369829 1584979968 41967 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 1547832

[startup+12.7015 s]
/proc/loadavg: 1.36 1.08 1.03 3/122 12449
/proc/meminfo: memFree=1612880/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1546624 CPUtime=24.54
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 60425 0 1 0 2426 28 0 0 18 0 16 0 6369787 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 386656 50872 1448 10 0 383959 0
[pid=12433/tid=12435] ppid=12431 vsize=1546624 CPUtime=0.36
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4003 0 1 0 34 2 0 0 15 0 16 0 6369788 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1546624 CPUtime=0.15
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 3310 0 0 0 14 1 0 0 15 0 16 0 6369789 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1546624 CPUtime=0.15
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 2162 0 0 0 15 0 0 0 16 0 16 0 6369789 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1546624 CPUtime=0.34
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 2655 0 0 0 34 0 0 0 16 0 16 0 6369791 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1546624 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6369792 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1546624 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6369792 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1546624 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6369796 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1546624 CPUtime=1.27
/proc/12433/task/12442/stat : 12442 (java) S 12431 12433 11955 0 -1 4202560 3289 0 0 0 126 1 0 0 17 0 16 0 6369796 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1546624 CPUtime=2.85
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10679 0 0 0 281 4 0 0 16 0 16 0 6369796 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1546624 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6369796 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1546624 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6369796 1583742976 50872 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0

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

[pid=12433/tid=12438] ppid=12431 vsize=1546176 CPUtime=3.9
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 3398 0 0 0 388 2 0 0 16 0 16 0 6369791 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6369792 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6369792 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6369796 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1546176 CPUtime=2.79
/proc/12433/task/12442/stat : 12442 (java) S 12431 12433 11955 0 -1 4202560 5982 0 0 0 277 2 0 0 15 0 16 0 6369796 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1546176 CPUtime=2.89
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10679 0 0 0 285 4 0 0 15 0 16 0 6369796 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6369796 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 6369796 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6369828 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6369829 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12458] ppid=12431 vsize=1546176 CPUtime=18.09
/proc/12433/task/12458/stat : 12458 (java) R 12431 12433 11955 0 -1 4202560 17 0 0 0 1809 0 0 0 25 0 16 0 6375459 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4109738536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12459] ppid=12431 vsize=1546176 CPUtime=18.2
/proc/12433/task/12459/stat : 12459 (java) R 12431 12433 11955 0 -1 4202560 11 0 0 0 1820 0 0 0 25 0 16 0 6375459 1583284224 58972 1992294400 134512640 134550932 4289970768 18446744073709551615 4109604667 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.49
Current children cumulated vsize (KiB) 1546176

[startup+79.9021 s]
/proc/loadavg: 1.57 1.21 1.07 3/122 12459
/proc/meminfo: memFree=1576548/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1546176 CPUtime=148.65
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 72395 0 1 0 14822 43 0 0 18 0 16 0 6369787 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 386544 59287 1449 10 0 383847 0
[pid=12433/tid=12435] ppid=12431 vsize=1546176 CPUtime=0.36
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4006 0 1 0 34 2 0 0 15 0 16 0 6369788 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1546176 CPUtime=1.12
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 7652 0 0 0 106 6 0 0 16 0 16 0 6369789 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1546176 CPUtime=1.1
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 6248 0 0 0 106 4 0 0 15 0 16 0 6369789 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1546176 CPUtime=4.09
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 3398 0 0 0 407 2 0 0 15 0 16 0 6369791 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6369792 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6369792 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1546176 CPUtime=2.79
/proc/12433/task/12442/stat : 12442 (java) S 12431 12433 11955 0 -1 4202560 5982 0 0 0 277 2 0 0 15 0 16 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1546176 CPUtime=2.89
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10679 0 0 0 285 4 0 0 15 0 16 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6369828 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6369829 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12458] ppid=12431 vsize=1546176 CPUtime=21
/proc/12433/task/12458/stat : 12458 (java) R 12431 12433 11955 0 -1 4202560 18 0 0 0 2100 0 0 0 25 0 16 0 6375459 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4109659154 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12459] ppid=12431 vsize=1546176 CPUtime=21.16
/proc/12433/task/12459/stat : 12459 (java) R 12431 12433 11955 0 -1 4202560 14 0 0 0 2116 0 0 0 25 0 16 0 6375459 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4109608701 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.65
Current children cumulated vsize (KiB) 1546176

[startup+80.7012 s]
/proc/loadavg: 1.57 1.21 1.07 3/122 12459
/proc/meminfo: memFree=1576548/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1546176 CPUtime=149.96
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 72395 0 1 0 14953 43 0 0 18 0 14 0 6369787 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 386544 59287 1449 10 0 383847 0
[pid=12433/tid=12435] ppid=12431 vsize=1546176 CPUtime=0.36
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4006 0 1 0 34 2 0 0 15 0 14 0 6369788 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1546176 CPUtime=1.12
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 7652 0 0 0 106 6 0 0 16 0 14 0 6369789 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1546176 CPUtime=1.1
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 6248 0 0 0 106 4 0 0 15 0 14 0 6369789 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1546176 CPUtime=4.09
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 3398 0 0 0 407 2 0 0 15 0 14 0 6369791 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6369792 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6369792 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1546176 CPUtime=2.79
/proc/12433/task/12442/stat : 12442 (java) S 12431 12433 11955 0 -1 4202560 5982 0 0 0 277 2 0 0 15 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1546176 CPUtime=2.89
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10679 0 0 0 285 4 0 0 15 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6369828 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6369829 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 149.96
Current children cumulated vsize (KiB) 1546176

[startup+81.5012 s]
/proc/loadavg: 1.57 1.21 1.07 2/120 12459
/proc/meminfo: memFree=1576440/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1546176 CPUtime=150.56
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 72395 0 1 0 15013 43 0 0 18 0 14 0 6369787 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 386544 59287 1449 10 0 383847 0
[pid=12433/tid=12435] ppid=12431 vsize=1546176 CPUtime=0.94
/proc/12433/task/12435/stat : 12435 (java) R 12431 12433 11955 0 -1 4202560 4006 0 1 0 92 2 0 0 16 0 14 0 6369788 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4109403850 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1546176 CPUtime=1.12
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 7652 0 0 0 106 6 0 0 16 0 14 0 6369789 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1546176 CPUtime=1.1
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 6248 0 0 0 106 4 0 0 15 0 14 0 6369789 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1546176 CPUtime=4.09
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 3398 0 0 0 407 2 0 0 15 0 14 0 6369791 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6369792 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6369792 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1546176 CPUtime=2.82
/proc/12433/task/12442/stat : 12442 (java) S 12431 12433 11955 0 -1 4202560 5982 0 0 0 280 2 0 0 15 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1546176 CPUtime=2.89
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10679 0 0 0 285 4 0 0 15 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 6369796 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6369828 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6369829 1583284224 59287 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.56
Current children cumulated vsize (KiB) 1546176

[startup+81.903 s]
/proc/loadavg: 1.57 1.21 1.07 2/120 12459
/proc/meminfo: memFree=1576440/2059040 swapFree=4192956/4192956
[pid=12433] ppid=12431 vsize=1546176 CPUtime=150.96
/proc/12433/stat : 12433 (java) S 12431 12433 11955 0 -1 4202496 72401 0 1 0 15053 43 0 0 18 0 14 0 6369787 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12433/statm: 386544 59292 1449 10 0 383847 0
[pid=12433/tid=12435] ppid=12431 vsize=1546176 CPUtime=1.33
/proc/12433/task/12435/stat : 12435 (java) S 12431 12433 11955 0 -1 4202560 4012 0 1 0 131 2 0 0 15 0 14 0 6369788 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12436] ppid=12431 vsize=1546176 CPUtime=1.12
/proc/12433/task/12436/stat : 12436 (java) S 12431 12433 11955 0 -1 4202560 7652 0 0 0 106 6 0 0 16 0 14 0 6369789 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12437] ppid=12431 vsize=1546176 CPUtime=1.1
/proc/12433/task/12437/stat : 12437 (java) S 12431 12433 11955 0 -1 4202560 6248 0 0 0 106 4 0 0 15 0 14 0 6369789 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12438] ppid=12431 vsize=1546176 CPUtime=4.09
/proc/12433/task/12438/stat : 12438 (java) S 12431 12433 11955 0 -1 4202560 3398 0 0 0 407 2 0 0 16 0 14 0 6369791 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 0 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12439] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12439/stat : 12439 (java) S 12431 12433 11955 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6369792 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12440] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12440/stat : 12440 (java) S 12431 12433 11955 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6369792 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12441] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12441/stat : 12441 (java) S 12431 12433 11955 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6369796 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12442] ppid=12431 vsize=1546176 CPUtime=2.82
/proc/12433/task/12442/stat : 12442 (java) R 12431 12433 11955 0 -1 4202560 5982 0 0 0 280 2 0 0 15 0 14 0 6369796 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 105575666 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12433/tid=12443] ppid=12431 vsize=1546176 CPUtime=2.89
/proc/12433/task/12443/stat : 12443 (java) S 12431 12433 11955 0 -1 4202560 10679 0 0 0 285 4 0 0 15 0 14 0 6369796 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12444] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12444/stat : 12444 (java) S 12431 12433 11955 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6369796 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 0 0 0 0
[pid=12433/tid=12445] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12445/stat : 12445 (java) S 12431 12433 11955 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 6369796 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12448] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12448/stat : 12448 (java) S 12431 12433 11955 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6369828 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
[pid=12433/tid=12449] ppid=12431 vsize=1546176 CPUtime=0
/proc/12433/task/12449/stat : 12449 (java) S 12431 12433 11955 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6369829 1583284224 59292 1992294400 134512640 134550932 4289970768 18446744073709551615 4294960144 0 4 0 16800975 18446604437842387136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 150.96
Current children cumulated vsize (KiB) 1546176

Child status: 30
Real time (s): 81.9432
CPU time (s): 150.995
CPU user time (s): 150.541
CPU system time (s): 0.45393
CPU usage (%): 184.268
Max. virtual memory (cumulated for all children) (KiB): 1551500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.541
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72402
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= 3700
involuntary context switches= 4912

runsolver used 0.427934 second user time and 0.868867 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-16 03:12:53
IDJOB=2661833
IDBENCH=48088
IDSOLVER=1166
FILE ID=node042/2661833-1276650773
PBS_JOBID= 11172448
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=71-P1=29-P2=241-P3=127-P4=67-P5=23-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661833-1276650773/watcher-2661833-1276650773 -o /tmp/evaluation-result-2661833-1276650773/solver-2661833-1276650773 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661833-1276650773.opb

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

MD5SUM BENCH= 2f50a7c4db6c104684b2cc399418ffd9
RANDOM SEED=928942919

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1810068 kB
Buffers:         24716 kB
Cached:         100484 kB
SwapCached:          0 kB
Active:          83180 kB
Inactive:       101476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1810068 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       59300 kB
Mapped:          15384 kB
Slab:            42440 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182744 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= 62580 MiB
End job on node042 at 2010-06-16 03:14:15