Trace number 2658292

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 Resolution 2.2.0 2010-05-26OPT3 142.653 141.041

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=263-P1=409-P2=29-P3=379-B.opb
MD5SUM947e947c586d02edcb816b66608818b9
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 benchmark2.6116
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 variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@17f1ba3
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658292-1276646497.opb
0.25/0.20	c reading problem ... 
0.41/0.32	c ... done. Wall clock time 0.124s.
0.41/0.32	c #vars     324
0.41/0.32	c #constraints  496
0.41/0.32	c constraints type 
0.41/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.41/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
2.35/1.83	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.22/3.62	c cleaning 4250 clauses out of 8500 with flag 11001/11001
4.82/4.28	c SATISFIABLE
4.82/4.28	c OPTIMIZING...
4.82/4.28	c Got one! Elapsed wall clock time (in seconds):4.081
4.82/4.28	o 3
6.13/5.54	c cleaning 5625 clauses out of 11250 with flag 18001/18001
8.35/7.76	c cleaning 6810 clauses out of 13625 with flag 26001/26001
11.07/10.40	c cleaning 7902 clauses out of 15815 with flag 35001/35001
14.08/13.49	c cleaning 8948 clauses out of 17912 with flag 45000/45000
17.03/16.30	c cleaning 9478 clauses out of 18964 with flag 55000/55000
20.13/19.42	c cleaning 9732 clauses out of 19486 with flag 65000/65000
22.04/21.36	c cleaning 9873 clauses out of 19754 with flag 75000/75000
25.65/24.96	c cleaning 9939 clauses out of 19882 with flag 85001/85001
27.75/27.04	c cleaning 9969 clauses out of 19943 with flag 95001/95001
30.36/29.61	c cleaning 9981 clauses out of 19974 with flag 105001/105001
33.36/32.62	c cleaning 9994 clauses out of 19993 with flag 115001/115001
35.97/35.26	c cleaning 9993 clauses out of 19999 with flag 125001/125001
38.67/37.93	c cleaning 9997 clauses out of 20007 with flag 135002/135002
41.08/40.34	c cleaning 10000 clauses out of 20010 with flag 145002/145002
44.48/43.79	c cleaning 10003 clauses out of 20008 with flag 155000/155000
47.58/46.84	c cleaning 10003 clauses out of 20005 with flag 165000/165000
50.78/50.02	c cleaning 9995 clauses out of 20002 with flag 175000/175000
53.59/52.88	c cleaning 10001 clauses out of 20007 with flag 185000/185000
55.58/54.82	c cleaning 9998 clauses out of 20007 with flag 195001/195001
57.39/56.64	c cleaning 10000 clauses out of 20009 with flag 205001/205001
59.89/59.10	c cleaning 9996 clauses out of 20010 with flag 215002/215002
62.40/61.64	c cleaning 9995 clauses out of 20012 with flag 225000/225000
64.29/63.52	c cleaning 10001 clauses out of 20018 with flag 235001/235001
67.09/66.39	c cleaning 10004 clauses out of 20017 with flag 245001/245001
69.59/68.88	c cleaning 10001 clauses out of 20012 with flag 255000/255000
72.20/71.43	c cleaning 10006 clauses out of 20011 with flag 265000/265000
74.59/73.85	c cleaning 9997 clauses out of 20005 with flag 275000/275000
77.50/76.76	c cleaning 9997 clauses out of 20009 with flag 285001/285001
80.30/79.24	c cleaning 9997 clauses out of 20009 with flag 295000/295000
83.73/82.32	c cleaning 10004 clauses out of 20013 with flag 305001/305001
86.86/85.37	c cleaning 9999 clauses out of 20008 with flag 315000/315000
90.07/88.54	c cleaning 10002 clauses out of 20009 with flag 325000/325000
92.87/91.31	c cleaning 10000 clauses out of 20008 with flag 335001/335001
95.47/93.94	c cleaning 9998 clauses out of 20008 with flag 345001/345001
98.18/96.67	c cleaning 10000 clauses out of 20010 with flag 355001/355001
101.59/100.05	c cleaning 10000 clauses out of 20009 with flag 365000/365000
104.59/103.09	c cleaning 9999 clauses out of 20009 with flag 375000/375000
107.69/106.13	c cleaning 10003 clauses out of 20011 with flag 385001/385001
110.51/108.93	c cleaning 10000 clauses out of 20008 with flag 395001/395001
113.20/111.62	c cleaning 9998 clauses out of 20008 with flag 405001/405001
115.80/114.22	c cleaning 10002 clauses out of 20009 with flag 415000/415000
118.50/116.91	c cleaning 10000 clauses out of 20007 with flag 425000/425000
121.00/119.43	c cleaning 10001 clauses out of 20008 with flag 435001/435001
123.82/122.23	c cleaning 9998 clauses out of 20007 with flag 445001/445001
126.82/125.23	c cleaning 10004 clauses out of 20008 with flag 455000/455000
129.32/127.72	c cleaning 9998 clauses out of 20005 with flag 465001/465001
132.02/130.44	c cleaning 9999 clauses out of 20006 with flag 475000/475000
134.82/133.20	c cleaning 10004 clauses out of 20008 with flag 485001/485001
137.43/135.85	c cleaning 9997 clauses out of 20003 with flag 495000/495000
140.14/138.53	c cleaning 10001 clauses out of 20006 with flag 505000/505000
142.53/140.99	c starts		: 153
142.53/140.99	c conflicts		: 513984
142.53/140.99	c decisions		: 526048
142.53/140.99	c propagations		: 10910892
142.53/140.99	c inspects		: 441297625
142.53/140.99	c learnt literals	: 14
142.53/140.99	c learnt binary clauses	: 82
142.53/140.99	c learnt ternary clauses	: 282
142.53/140.99	c learnt clauses	: 513969
142.53/140.99	c ignored clauses	: 0
142.53/140.99	c root simplifications	: 0
142.53/140.99	c removed literals (reason simplification)	: 25338475
142.53/140.99	c reason swapping (by a shorter reason)	: 0
142.53/140.99	c Calls to reduceDB	: 52
142.53/140.99	c number of reductions to clauses (during analyze)	: 0
142.53/140.99	c number of learned constraints concerned by reduction	: 0
142.53/140.99	c number of learning phase by resolution	: 0
142.53/140.99	c number of learning phase by cutting planes	: 0
142.53/140.99	c speed (assignments/second)	: 79809.90556721843
142.53/140.99	c non guided choices	1093
142.53/140.99	c learnt constraints type 
142.53/140.99	c constraints type 
142.53/140.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
142.53/140.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
142.53/140.99	s OPTIMUM FOUND
142.53/140.99	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 
142.53/140.99	c objective function=3
142.53/140.99	c Total wall clock time (in seconds): 140.794

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-2658292-1276646497/watcher-2658292-1276646497 -o /tmp/evaluation-result-2658292-1276646497/solver-2658292-1276646497 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658292-1276646497.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.28 1.85 1.83 3/106 4808
/proc/meminfo: memFree=1817080/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=248 CPUtime=0
/proc/4808/stat : 4808 (java) R 4806 4808 3937 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 40253401 253952 28 1992294400 134512640 134550932 4294349392 18446744073709551615 8782420 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4808/statm: 75 36 29 10 0 23 0

[startup+0.0416569 s]
/proc/loadavg: 1.28 1.85 1.83 3/106 4808
/proc/meminfo: memFree=1817080/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1520328 CPUtime=0.03
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 3424 0 1 0 1 2 0 0 18 0 4 0 40253401 1556815872 2867 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 380082 2867 960 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100656 s]
/proc/loadavg: 1.28 1.85 1.83 3/106 4808
/proc/meminfo: memFree=1817080/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1524184 CPUtime=0.09
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 3996 0 1 0 7 2 0 0 18 0 12 0 40253401 1560764416 3435 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 381046 3435 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.306338 s]
/proc/loadavg: 1.28 1.85 1.83 3/106 4808
/proc/meminfo: memFree=1817080/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1526980 CPUtime=0.41
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 5485 0 1 0 38 3 0 0 18 0 12 0 40253401 1563627520 4922 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 381745 4922 1365 10 0 379047 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1526980

[startup+0.703747 s]
/proc/loadavg: 1.28 1.85 1.83 3/106 4808
/proc/meminfo: memFree=1817080/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1531064 CPUtime=1.14
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 7070 0 1 0 110 4 0 0 18 0 13 0 40253401 1567809536 6451 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 382766 6451 1419 10 0 380068 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531064

[startup+1.50228 s]
/proc/loadavg: 1.28 1.85 1.83 2/119 4821
/proc/meminfo: memFree=1789016/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1531064 CPUtime=2.01
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 11914 0 1 0 195 6 0 0 18 0 13 0 40253401 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 382766 11294 1419 10 0 380068 0
[pid=4808/tid=4810] ppid=4806 vsize=1531064 CPUtime=1.25
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 9142 0 1 0 121 4 0 0 20 0 13 0 40253403 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4109291717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 40253404 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 40253404 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40253406 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 40253406 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 40253406 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1531064 CPUtime=0.31
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 934 0 0 0 31 0 0 0 15 0 13 0 40253410 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1531064 CPUtime=0.41
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 774 0 0 0 41 0 0 0 16 0 13 0 40253410 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40253410 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1567809536 11294 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1531064

[startup+3.10247 s]
/proc/loadavg: 1.28 1.85 1.83 2/119 4821
/proc/meminfo: memFree=1768804/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1531064 CPUtime=3.7
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 13952 0 1 0 363 7 0 0 18 0 13 0 40253401 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 382766 13328 1438 10 0 380068 0
[pid=4808/tid=4810] ppid=4806 vsize=1531064 CPUtime=2.8
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 10492 0 1 0 275 5 0 0 25 0 13 0 40253403 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4109220285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 247 0 0 0 0 0 0 0 18 0 13 0 40253404 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 90 0 0 0 0 0 0 0 18 0 13 0 40253404 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1531064 CPUtime=0.01
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 332 0 0 0 1 0 0 0 16 0 13 0 40253406 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1531064 CPUtime=0.41
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 949 0 0 0 41 0 0 0 15 0 13 0 40253410 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1531064 CPUtime=0.42
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 777 0 0 0 42 0 0 0 15 0 13 0 40253410 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40253410 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1531064 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1567809536 13328 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1531064

[startup+6.30182 s]
/proc/loadavg: 1.26 1.84 1.83 2/119 4821
/proc/meminfo: memFree=1762604/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1530224 CPUtime=6.93
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 16203 0 1 0 685 8 0 0 18 0 13 0 40253401 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 382556 15391 1438 10 0 379858 0
[pid=4808/tid=4810] ppid=4806 vsize=1530224 CPUtime=5.9
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 11511 0 1 0 585 5 0 0 25 0 13 0 40253403 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4109219995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1530224 CPUtime=0.01
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 570 0 0 0 1 0 0 0 17 0 13 0 40253404 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1530224 CPUtime=0.01
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 344 0 0 0 1 0 0 0 16 0 13 0 40253404 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1530224 CPUtime=0.06
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 981 0 0 0 6 0 0 0 15 0 13 0 40253406 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1530224 CPUtime=0.45
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 953 0 0 0 45 0 0 0 15 0 13 0 40253410 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1530224 CPUtime=0.45
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 779 0 0 0 45 0 0 0 16 0 13 0 40253410 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40253410 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1566949376 15391 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 1530224

[startup+12.7016 s]
/proc/loadavg: 1.24 1.82 1.82 2/119 4821
/proc/meminfo: memFree=1745392/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1530224 CPUtime=13.38
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 19879 0 1 0 1327 11 0 0 18 0 13 0 40253401 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 382556 19065 1440 10 0 379858 0
[pid=4808/tid=4810] ppid=4806 vsize=1530224 CPUtime=12.23
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 14910 0 1 0 1215 8 0 0 25 0 13 0 40253403 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4109270791 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1530224 CPUtime=0.02
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 647 0 0 0 2 0 0 0 16 0 13 0 40253404 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1530224 CPUtime=0.02
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 404 0 0 0 2 0 0 0 16 0 13 0 40253404 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1530224 CPUtime=0.12
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 1108 0 0 0 12 0 0 0 15 0 13 0 40253406 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1530224 CPUtime=0.49
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 966 0 0 0 49 0 0 0 15 0 13 0 40253410 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1530224 CPUtime=0.45
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 779 0 0 0 45 0 0 0 16 0 13 0 40253410 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 40253410 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1530224 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1566949376 19065 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 1530224

[startup+25.5015 s]
/proc/loadavg: 1.18 1.78 1.81 2/119 4821
/proc/meminfo: memFree=1731628/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1530224 CPUtime=26.26
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 23376 0 1 0 2613 13 0 0 18 0 13 0 40253401 1566949376 22554 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 382556 22554 1440 10 0 379858 0
[pid=4808/tid=4810] ppid=4806 vsize=1530224 CPUtime=24.83
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 17319 0 1 0 2473 10 0 0 25 0 13 0 40253403 1566949376 22554 1992294400 134512640 134550932 4294349392 18446744073709551615 4109188714 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1530224 CPUtime=0.05
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 797 0 0 0 5 0 0 0 16 0 13 0 40253404 1566949376 22554 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1530224 CPUtime=0.06
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 596 0 0 0 6 0 0 0 15 0 13 0 40253404 1566949376 22554 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1530224 CPUtime=0.27

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

/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 139.14
Current children cumulated vsize (KiB) 1533896

[startup+139.102 s]
/proc/loadavg: 1.03 1.54 1.71 2/119 4825
/proc/meminfo: memFree=1667272/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1533896 CPUtime=140.74
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 41114 0 1 0 14047 27 0 0 18 0 13 0 40253401 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 383474 38564 1440 10 0 380776 0
[pid=4808/tid=4810] ppid=4806 vsize=1533896 CPUtime=136.67
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 32119 0 1 0 13648 19 0 0 25 0 13 0 40253403 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4109171594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1533896 CPUtime=0.29
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 809 0 0 0 28 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1533896 CPUtime=0.3
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 605 0 0 0 29 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1533896 CPUtime=1.6
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 2054 0 0 0 159 1 0 0 16 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1533896 CPUtime=1.32
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 3666 0 0 0 131 1 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1533896 CPUtime=0.48
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 788 0 0 0 48 0 0 0 16 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 140.74
Current children cumulated vsize (KiB) 1533896

[startup+139.902 s]
/proc/loadavg: 1.18 1.56 1.72 2/119 4825
/proc/meminfo: memFree=1667272/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1533896 CPUtime=141.53
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 41115 0 1 0 14126 27 0 0 18 0 13 0 40253401 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 383474 38564 1440 10 0 380776 0
[pid=4808/tid=4810] ppid=4806 vsize=1533896 CPUtime=137.47
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 32120 0 1 0 13728 19 0 0 25 0 13 0 40253403 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4109189867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1533896 CPUtime=0.29
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 809 0 0 0 28 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1533896 CPUtime=0.3
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 605 0 0 0 29 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1533896 CPUtime=1.6
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 2054 0 0 0 159 1 0 0 16 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1533896 CPUtime=1.32
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 3666 0 0 0 131 1 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1533896 CPUtime=0.48
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 788 0 0 0 48 0 0 0 16 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 141.53
Current children cumulated vsize (KiB) 1533896

[startup+140.702 s]
/proc/loadavg: 1.18 1.56 1.72 2/119 4825
/proc/meminfo: memFree=1667272/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1533896 CPUtime=142.34
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 41115 0 1 0 14207 27 0 0 18 0 13 0 40253401 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 383474 38564 1440 10 0 380776 0
[pid=4808/tid=4810] ppid=4806 vsize=1533896 CPUtime=138.28
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 32120 0 1 0 13809 19 0 0 25 0 13 0 40253403 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4109220175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1533896 CPUtime=0.29
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 809 0 0 0 28 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1533896 CPUtime=0.3
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 605 0 0 0 29 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1533896 CPUtime=1.6
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 2054 0 0 0 159 1 0 0 15 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1533896 CPUtime=1.32
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 3666 0 0 0 131 1 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1533896 CPUtime=0.48
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 788 0 0 0 48 0 0 0 16 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 142.34
Current children cumulated vsize (KiB) 1533896

[startup+140.902 s]
/proc/loadavg: 1.18 1.56 1.72 2/119 4825
/proc/meminfo: memFree=1667272/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1533896 CPUtime=142.53
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 41115 0 1 0 14226 27 0 0 18 0 13 0 40253401 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 383474 38564 1440 10 0 380776 0
[pid=4808/tid=4810] ppid=4806 vsize=1533896 CPUtime=138.47
/proc/4808/task/4810/stat : 4810 (java) R 4806 4808 3937 0 -1 4202560 32120 0 1 0 13828 19 0 0 25 0 13 0 40253403 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4109359710 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1533896 CPUtime=0.29
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 809 0 0 0 28 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1533896 CPUtime=0.3
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 605 0 0 0 29 1 0 0 15 0 13 0 40253404 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1533896 CPUtime=1.6
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 2054 0 0 0 159 1 0 0 15 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1533896 CPUtime=1.32
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 3666 0 0 0 131 1 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1533896 CPUtime=0.48
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 788 0 0 0 48 0 0 0 16 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 40253410 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1533896 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1570709504 38564 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 142.53
Current children cumulated vsize (KiB) 1533896

[startup+141.002 s]
/proc/loadavg: 1.18 1.56 1.72 2/119 4825
/proc/meminfo: memFree=1667272/2059040 swapFree=4140468/4192956
[pid=4808] ppid=4806 vsize=1534220 CPUtime=142.63
/proc/4808/stat : 4808 (java) S 4806 4808 3937 0 -1 4202496 41126 0 1 0 14236 27 0 0 18 0 13 0 40253401 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4808/statm: 383555 38575 1441 10 0 380857 0
[pid=4808/tid=4810] ppid=4806 vsize=1534220 CPUtime=138.55
/proc/4808/task/4810/stat : 4810 (java) S 4806 4808 3937 0 -1 4202560 32126 0 1 0 13836 19 0 0 18 0 13 0 40253403 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4811] ppid=4806 vsize=1534220 CPUtime=0.29
/proc/4808/task/4811/stat : 4811 (java) S 4806 4808 3937 0 -1 4202560 809 0 0 0 28 1 0 0 15 0 13 0 40253404 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4812] ppid=4806 vsize=1534220 CPUtime=0.3
/proc/4808/task/4812/stat : 4812 (java) S 4806 4808 3937 0 -1 4202560 605 0 0 0 29 1 0 0 15 0 13 0 40253404 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4813] ppid=4806 vsize=1534220 CPUtime=1.6
/proc/4808/task/4813/stat : 4813 (java) S 4806 4808 3937 0 -1 4202560 2054 0 0 0 159 1 0 0 15 0 13 0 40253406 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 0 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4814] ppid=4806 vsize=1534220 CPUtime=0
/proc/4808/task/4814/stat : 4814 (java) S 4806 4808 3937 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40253406 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4815] ppid=4806 vsize=1534220 CPUtime=0
/proc/4808/task/4815/stat : 4815 (java) S 4806 4808 3937 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40253406 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4816] ppid=4806 vsize=1534220 CPUtime=0
/proc/4808/task/4816/stat : 4816 (java) S 4806 4808 3937 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40253410 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4817] ppid=4806 vsize=1534220 CPUtime=1.33
/proc/4808/task/4817/stat : 4817 (java) S 4806 4808 3937 0 -1 4202560 3666 0 0 0 132 1 0 0 15 0 13 0 40253410 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4818] ppid=4806 vsize=1534220 CPUtime=0.48
/proc/4808/task/4818/stat : 4818 (java) S 4806 4808 3937 0 -1 4202560 788 0 0 0 48 0 0 0 16 0 13 0 40253410 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4819] ppid=4806 vsize=1534220 CPUtime=0
/proc/4808/task/4819/stat : 4819 (java) S 4806 4808 3937 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 40253410 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
[pid=4808/tid=4820] ppid=4806 vsize=1534220 CPUtime=0
/proc/4808/task/4820/stat : 4820 (java) S 4806 4808 3937 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 40253410 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 1 0 0 0
[pid=4808/tid=4821] ppid=4806 vsize=1534220 CPUtime=0
/proc/4808/task/4821/stat : 4821 (java) S 4806 4808 3937 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40253435 1571041280 38575 1992294400 134512640 134550932 4294349392 18446744073709551615 4294960144 0 4 0 16800975 18446604437845912256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 142.63
Current children cumulated vsize (KiB) 1534220

Child status: 30
Real time (s): 141.041
CPU time (s): 142.653
CPU user time (s): 142.363
CPU system time (s): 0.289955
CPU usage (%): 101.143
Max. virtual memory (cumulated for all children) (KiB): 1538204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.363
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41127
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= 3723
involuntary context switches= 2636

runsolver used 0.289955 second user time and 0.770882 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-16 02:01:37
IDJOB=2658292
IDBENCH=47906
IDSOLVER=1164
FILE ID=node005/2658292-1276646497
PBS_JOBID= 11172399
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=263-P1=409-P2=29-P3=379-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658292-1276646497/watcher-2658292-1276646497 -o /tmp/evaluation-result-2658292-1276646497/solver-2658292-1276646497 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658292-1276646497.opb

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

MD5SUM BENCH= 947e947c586d02edcb816b66608818b9
RANDOM SEED=1706328088

node005.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.246
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.49
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.246
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:       1817352 kB
Buffers:         65288 kB
Cached:          94576 kB
SwapCached:       6288 kB
Active:          90736 kB
Inactive:        82988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1817352 kB
SwapTotal:     4192956 kB
SwapFree:      4140468 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:       11760 kB
Mapped:          13156 kB
Slab:            46124 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181168 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= 62564 MiB
End job on node005 at 2010-06-16 02:03:58