Trace number 2661769

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 142.581 75.0835

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=19-P2=137-P3=191-P4=223-B.opb
MD5SUM9b762ab9d310cdc754a8481e0a3342a1
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 benchmark1.89785
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 variables96
Total number of constraints9
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 constraints9
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)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2661769-1276649362.opb
0.23/0.22	c reading problem ... 
0.36/0.38	c ... done. Wall clock time 0.157s.
0.36/0.38	c #vars     352
0.36/0.38	c #constraints  525
0.36/0.38	c constraints type 
0.36/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.36/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
0.36/0.38	c constraints type 
0.36/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.36/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
10.06/5.24	c cleaning 2501 clauses out of 5001 with flag 5001/5001
12.20/6.38	c cleaning 4250 clauses out of 8500 with flag 11001/11001
14.73/7.66	c cleaning 5618 clauses out of 11252 with flag 18003/18003
18.43/9.50	c cleaning 6814 clauses out of 13631 with flag 26000/26000
21.73/11.28	c cleaning 7903 clauses out of 15818 with flag 35001/35001
26.02/13.41	c cleaning 8951 clauses out of 17915 with flag 45001/45001
29.73/15.32	c cleaning 9477 clauses out of 18963 with flag 55000/55000
31.04/16.07	c And the winner is Resolution
31.21/16.15	c SATISFIABLE
31.21/16.15	c OPTIMIZING...
31.21/16.15	c Got one! Elapsed wall clock time (in seconds):15.929
31.21/16.15	o 3
32.91/17.06	c cleaning 9737 clauses out of 19487 with flag 65001/65001
37.57/19.41	c cleaning 9866 clauses out of 19749 with flag 75000/75000
42.05/21.77	c cleaning 9939 clauses out of 19883 with flag 85000/85000
47.51/24.59	c cleaning 9967 clauses out of 19945 with flag 95001/95001
52.19/26.92	c cleaning 9980 clauses out of 19978 with flag 105001/105001
57.43/29.62	c cleaning 9995 clauses out of 19997 with flag 115000/115000
62.48/32.22	c cleaning 9995 clauses out of 20004 with flag 125002/125002
65.97/34.07	c cleaning 10002 clauses out of 20011 with flag 135004/135004
70.41/36.39	c cleaning 9996 clauses out of 20005 with flag 145000/145000
76.19/39.31	c cleaning 10002 clauses out of 20009 with flag 155000/155000
78.45/40.60	c cleaning 0 clauses out of 5000 with flag 0/5000
82.29/42.60	c cleaning 9997 clauses out of 20008 with flag 165001/165001
86.10/44.56	c cleaning 9999 clauses out of 20010 with flag 175000/175000
90.29/46.74	c cleaning 10000 clauses out of 20012 with flag 185001/185001
94.30/48.83	c cleaning 10001 clauses out of 20012 with flag 195001/195001
98.12/50.87	c cleaning 10006 clauses out of 20011 with flag 205001/205001
103.14/53.49	c cleaning 9999 clauses out of 20005 with flag 215001/215001
106.91/55.43	c cleaning 9992 clauses out of 20006 with flag 225001/225001
110.92/57.53	c cleaning 10004 clauses out of 20014 with flag 235001/235001
115.12/59.75	c cleaning 9999 clauses out of 20008 with flag 245000/245000
119.32/61.90	c cleaning 9999 clauses out of 20009 with flag 255000/255000
123.87/64.34	c cleaning 9999 clauses out of 20009 with flag 265000/265000
128.47/66.78	c cleaning 10001 clauses out of 20010 with flag 275001/275001
133.05/69.20	c cleaning 10001 clauses out of 20009 with flag 285001/285001
137.44/71.49	c cleaning 9999 clauses out of 20006 with flag 295000/295000
141.40/73.54	c And the winner is Resolution
142.53/75.01	c starts		: 121
142.53/75.01	c conflicts		: 303117
142.53/75.01	c decisions		: 313278
142.53/75.01	c propagations		: 5884748
142.53/75.01	c inspects		: 205172728
142.53/75.01	c learnt literals	: 12
142.53/75.01	c learnt binary clauses	: 56
142.53/75.01	c learnt ternary clauses	: 165
142.53/75.01	c learnt clauses	: 303104
142.53/75.01	c ignored clauses	: 0
142.53/75.01	c root simplifications	: 0
142.53/75.01	c removed literals (reason simplification)	: 9956894
142.53/75.01	c reason swapping (by a shorter reason)	: 0
142.53/75.01	c Calls to reduceDB	: 31
142.53/75.01	c number of reductions to clauses (during analyze)	: 0
142.53/75.01	c number of learned constraints concerned by reduction	: 0
142.53/75.01	c number of learning phase by resolution	: 0
142.53/75.01	c number of learning phase by cutting planes	: 0
142.53/75.01	c speed (assignments/second)	: 99975.33213278516
142.53/75.01	c non guided choices	1037
142.53/75.01	c learnt constraints type 
142.53/75.01	c constraints type 
142.53/75.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
142.53/75.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
142.53/75.01	c constraints type 
142.53/75.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
142.53/75.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
142.53/75.01	s OPTIMUM FOUND
142.53/75.01	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 
142.53/75.01	c objective function=3
142.53/75.01	c Total wall clock time (in seconds): 74.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-2661769-1276649362/watcher-2661769-1276649362 -o /tmp/evaluation-result-2661769-1276649362/solver-2661769-1276649362 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661769-1276649362.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 12158
/proc/meminfo: memFree=1841564/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1832 CPUtime=0
/proc/12158/stat : 12158 (java6) R 12156 12158 11823 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 6227694 1875968 153 1992294400 134512640 134550932 4287600640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12158/statm: 458 156 119 10 0 63 0

[startup+0.0453529 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12158
/proc/meminfo: memFree=1841564/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1520328 CPUtime=0.03
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 3399 0 1 0 1 2 0 0 15 0 4 0 6227694 1556815872 2842 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 380082 2842 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101358 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12158
/proc/meminfo: memFree=1841564/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1524180 CPUtime=0.08
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 3960 0 1 0 6 2 0 0 15 0 12 0 6227694 1560760320 3399 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301374 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12158
/proc/meminfo: memFree=1841564/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1526220 CPUtime=0.36
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 5379 0 1 0 33 3 0 0 15 0 12 0 6227694 1562849280 4816 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 381555 4816 1353 10 0 378858 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526220

[startup+0.701413 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 12158
/proc/meminfo: memFree=1841564/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1533948 CPUtime=1.15
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 8078 0 1 0 110 5 0 0 15 0 16 0 6227694 1570762752 6908 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 383487 6908 1416 10 0 380790 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1533948

[startup+1.51654 s]
/proc/loadavg: 1.00 1.00 1.00 7/122 12174
/proc/meminfo: memFree=1816140/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1537424 CPUtime=2.76
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 13000 0 1 0 268 8 0 0 15 0 16 0 6227694 1574322176 11543 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 384356 11544 1422 10 0 381659 0
[pid=12158/tid=12160] ppid=12156 vsize=1537424 CPUtime=0.35
/proc/12158/task/12160/stat : 12160 (java) S 12156 12158 11823 0 -1 4202560 3948 0 1 0 33 2 0 0 18 0 16 0 6227696 1574322176 11544 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 6227697 1574322176 11544 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6227697 1574322176 11544 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1537424 CPUtime=0.01
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 1 0 0 0 18 0 16 0 6227699 1574322176 11544 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6227699 1574322176 11545 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6227699 1574322176 11545 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6227704 1574322176 11545 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1537424 CPUtime=0.47
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1648 0 0 0 47 0 0 0 22 0 16 0 6227704 1574322176 11545 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1537424 CPUtime=1
/proc/12158/task/12168/stat : 12168 (java) R 12156 12158 11823 0 -1 4202560 2237 0 0 0 99 1 0 0 16 0 16 0 6227704 1574322176 11545 1992294400 134512640 134550932 4288344832 18446744073709551615 102539503 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6227704 1574322176 11546 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6227704 1574322176 11546 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1537424 CPUtime=0.68
/proc/12158/task/12171/stat : 12171 (java) R 12156 12158 11823 0 -1 4202560 2333 0 0 0 68 0 0 0 25 0 16 0 6227732 1574322176 11547 1992294400 134512640 134550932 4288344832 18446744073709551615 4109073485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12172] ppid=12156 vsize=1537424 CPUtime=0.18
/proc/12158/task/12172/stat : 12172 (java) R 12156 12158 11823 0 -1 4202560 1764 0 0 0 17 1 0 0 18 0 16 0 6227732 1574322176 11547 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1574322176 11547 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1537424 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1574322176 11547 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1537424

[startup+3.10163 s]
/proc/loadavg: 1.08 1.02 1.01 8/122 12174
/proc/meminfo: memFree=1771624/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1545028 CPUtime=5.91
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 40269 0 1 0 560 31 0 0 15 0 16 0 6227694 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 386257 33603 1424 10 0 383560 0
[pid=12158/tid=12160] ppid=12156 vsize=1545028 CPUtime=0.35
/proc/12158/task/12160/stat : 12160 (java) S 12156 12158 11823 0 -1 4202560 3948 0 1 0 33 2 0 0 18 0 16 0 6227696 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 6227697 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6227697 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1545028 CPUtime=0.19
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 8 11 0 0 18 0 16 0 6227699 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6227699 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 6227699 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6227704 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1545028 CPUtime=0.47
/proc/12158/task/12167/stat : 12167 (java) R 12156 12158 11823 0 -1 4202560 1648 0 0 0 47 0 0 0 18 0 16 0 6227704 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 105542703 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1545028 CPUtime=2.58
/proc/12158/task/12168/stat : 12168 (java) R 12156 12158 11823 0 -1 4202560 9471 0 0 0 255 3 0 0 17 0 16 0 6227704 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 105715695 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6227704 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6227704 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1545028 CPUtime=0.82
/proc/12158/task/12171/stat : 12171 (java) R 12156 12158 11823 0 -1 4202560 3268 0 0 0 81 1 0 0 25 0 16 0 6227732 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 105931589 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12172] ppid=12156 vsize=1545028 CPUtime=1.42
/proc/12158/task/12172/stat : 12172 (java) R 12156 12158 11823 0 -1 4202560 20860 0 0 0 133 9 0 0 17 0 16 0 6227732 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4109252413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1545028 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1582108672 33603 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1545028

[startup+6.30217 s]
/proc/loadavg: 1.08 1.02 1.01 4/122 12174
/proc/meminfo: memFree=1682592/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1543408 CPUtime=12.2
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 51479 0 1 0 1184 36 0 0 15 0 16 0 6227694 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 385852 40876 1446 10 0 383155 0
[pid=12158/tid=12160] ppid=12156 vsize=1543408 CPUtime=0.35
/proc/12158/task/12160/stat : 12160 (java) S 12156 12158 11823 0 -1 4202560 3948 0 1 0 33 2 0 0 15 0 16 0 6227696 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=0.05
/proc/12158/task/12161/stat : 12161 (java) R 12156 12158 11823 0 -1 4202560 1249 0 0 0 5 0 0 0 16 0 16 0 6227697 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=0.05
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 1139 0 0 0 5 0 0 0 15 0 16 0 6227697 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=0.26
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 1201 0 0 0 14 12 0 0 15 0 16 0 6227699 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6227699 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6227699 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6227704 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.78
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 78 0 0 0 15 0 16 0 6227704 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=4.24
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 12860 0 0 0 420 4 0 0 16 0 16 0 6227704 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6227704 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6227704 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12171] ppid=12156 vsize=1543408 CPUtime=2.19
/proc/12158/task/12171/stat : 12171 (java) S 12156 12158 11823 0 -1 4202560 3272 0 0 0 218 1 0 0 18 0 16 0 6227732 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12172] ppid=12156 vsize=1543408 CPUtime=4.19
/proc/12158/task/12172/stat : 12172 (java) S 12156 12158 11823 0 -1 4202560 24890 0 0 0 408 11 0 0 17 0 16 0 6227732 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1580449792 40876 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 1543408

[startup+12.7012 s]
/proc/loadavg: 1.29 1.06 1.02 3/122 12174
/proc/meminfo: memFree=1650476/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1543408 CPUtime=24.64
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 59642 0 1 0 2425 39 0 0 15 0 16 0 6227694 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 385852 48865 1448 10 0 383155 0
[pid=12158/tid=12160] ppid=12156 vsize=1543408 CPUtime=0.35
/proc/12158/task/12160/stat : 12160 (java) S 12156 12158 11823 0 -1 4202560 3948 0 1 0 33 2 0 0 15 0 16 0 6227696 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=0.14
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 2784 0 0 0 14 0 0 0 16 0 16 0 6227697 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=0.14
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 2713 0 0 0 13 1 0 0 15 0 16 0 6227697 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=0.49
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 2535 0 0 0 36 13 0 0 15 0 16 0 6227699 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6227699 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6227699 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6227704 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.78
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 78 0 0 0 15 0 16 0 6227704 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=4.31
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 12862 0 0 0 427 4 0 0 16 0 16 0 6227704 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6227704 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6227704 1580449792 48865 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0

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

[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=1.08
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 7630 0 0 0 102 6 0 0 16 0 16 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=1.09
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 7598 0 0 0 105 4 0 0 15 0 16 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=4.56
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 3916 0 0 0 416 40 0 0 15 0 16 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.82
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 82 0 0 0 16 0 16 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=5.75
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 13372 0 0 0 570 5 0 0 15 0 16 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12177] ppid=12156 vsize=1543408 CPUtime=51.39
/proc/12158/task/12177/stat : 12177 (java) R 12156 12158 11823 0 -1 4202560 45 0 0 0 5138 1 0 0 25 0 16 0 6229309 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12158/tid=12178] ppid=12156 vsize=1543408 CPUtime=51.56
/proc/12158/task/12178/stat : 12178 (java) R 12156 12158 11823 0 -1 4202560 33 0 0 0 5155 1 0 0 25 0 16 0 6229309 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4109234676 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 141.4
Current children cumulated vsize (KiB) 1543408

[startup+74.3015 s]
/proc/loadavg: 1.84 1.26 1.09 2/121 12178
/proc/meminfo: memFree=1608200/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1543408 CPUtime=141.83
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 71361 0 1 0 14104 79 0 0 15 0 14 0 6227694 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 385852 59375 1449 10 0 383155 0
[pid=12158/tid=12160] ppid=12156 vsize=1543408 CPUtime=0.5
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 11823 0 -1 4202560 3954 0 1 0 48 2 0 0 16 0 14 0 6227696 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4108871393 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=1.08
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 7630 0 0 0 102 6 0 0 16 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=1.09
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 7598 0 0 0 105 4 0 0 15 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=4.56
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 3916 0 0 0 416 40 0 0 15 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.85
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 85 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=5.75
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 13372 0 0 0 570 5 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 141.83
Current children cumulated vsize (KiB) 1543408

[startup+74.7015 s]
/proc/loadavg: 1.84 1.26 1.09 2/120 12178
/proc/meminfo: memFree=1608208/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1543408 CPUtime=142.24
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 71361 0 1 0 14145 79 0 0 15 0 14 0 6227694 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 385852 59375 1449 10 0 383155 0
[pid=12158/tid=12160] ppid=12156 vsize=1543408 CPUtime=0.91
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 11823 0 -1 4202560 3954 0 1 0 89 2 0 0 16 0 14 0 6227696 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4108871388 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=1.08
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 7630 0 0 0 102 6 0 0 16 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=1.09
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 7598 0 0 0 105 4 0 0 15 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=4.56
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 3916 0 0 0 416 40 0 0 15 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.85
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 85 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=5.75
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 13372 0 0 0 570 5 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.24
Current children cumulated vsize (KiB) 1543408

[startup+74.9015 s]
/proc/loadavg: 1.84 1.26 1.09 2/120 12178
/proc/meminfo: memFree=1608208/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1543408 CPUtime=142.43
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 71361 0 1 0 14164 79 0 0 15 0 14 0 6227694 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 385852 59375 1449 10 0 383155 0
[pid=12158/tid=12160] ppid=12156 vsize=1543408 CPUtime=1.1
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 11823 0 -1 4202560 3954 0 1 0 108 2 0 0 16 0 14 0 6227696 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4108871393 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=1.08
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 7630 0 0 0 102 6 0 0 16 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=1.09
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 7598 0 0 0 105 4 0 0 15 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=4.56
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 3916 0 0 0 416 40 0 0 15 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.85
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 85 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=5.75
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 13372 0 0 0 570 5 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.43
Current children cumulated vsize (KiB) 1543408

[startup+75.0015 s]
/proc/loadavg: 1.84 1.26 1.09 2/120 12178
/proc/meminfo: memFree=1608208/2059040 swapFree=4164932/4192956
[pid=12158] ppid=12156 vsize=1543408 CPUtime=142.53
/proc/12158/stat : 12158 (java) S 12156 12158 11823 0 -1 4202496 71361 0 1 0 14174 79 0 0 15 0 14 0 6227694 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12158/statm: 385852 59375 1449 10 0 383155 0
[pid=12158/tid=12160] ppid=12156 vsize=1543408 CPUtime=1.2
/proc/12158/task/12160/stat : 12160 (java) R 12156 12158 11823 0 -1 4202560 3954 0 1 0 118 2 0 0 16 0 14 0 6227696 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4108871469 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12158/tid=12161] ppid=12156 vsize=1543408 CPUtime=1.08
/proc/12158/task/12161/stat : 12161 (java) S 12156 12158 11823 0 -1 4202560 7630 0 0 0 102 6 0 0 16 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12162] ppid=12156 vsize=1543408 CPUtime=1.09
/proc/12158/task/12162/stat : 12162 (java) S 12156 12158 11823 0 -1 4202560 7598 0 0 0 105 4 0 0 15 0 14 0 6227697 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12163] ppid=12156 vsize=1543408 CPUtime=4.56
/proc/12158/task/12163/stat : 12163 (java) S 12156 12158 11823 0 -1 4202560 3916 0 0 0 416 40 0 0 15 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 0 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12164] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12164/stat : 12164 (java) S 12156 12158 11823 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12165] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12165/stat : 12165 (java) S 12156 12158 11823 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 6227699 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12166] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12166/stat : 12166 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12167] ppid=12156 vsize=1543408 CPUtime=0.85
/proc/12158/task/12167/stat : 12167 (java) S 12156 12158 11823 0 -1 4202560 1847 0 0 0 85 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12168] ppid=12156 vsize=1543408 CPUtime=5.75
/proc/12158/task/12168/stat : 12168 (java) S 12156 12158 11823 0 -1 4202560 13372 0 0 0 570 5 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12169] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12169/stat : 12169 (java) S 12156 12158 11823 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 0 0 0 0
[pid=12158/tid=12170] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12170/stat : 12170 (java) S 12156 12158 11823 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 6227704 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12173] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12173/stat : 12173 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
[pid=12158/tid=12174] ppid=12156 vsize=1543408 CPUtime=0
/proc/12158/task/12174/stat : 12174 (java) S 12156 12158 11823 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6227733 1580449792 59375 1992294400 134512640 134550932 4288344832 18446744073709551615 4294960144 0 4 0 16800975 18446604436671002560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 142.53
Current children cumulated vsize (KiB) 1543408

Child status: 30
Real time (s): 75.0835
CPU time (s): 142.581
CPU user time (s): 141.763
CPU system time (s): 0.817875
CPU usage (%): 189.897
Max. virtual memory (cumulated for all children) (KiB): 1546744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.763
system time used= 0.817875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71367
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= 3104
involuntary context switches= 4548

runsolver used 0.348946 second user time and 0.907861 second system time

The end

Launcher Data

Begin job on node051 at 2010-06-16 02:49:22
IDJOB=2661769
IDBENCH=48024
IDSOLVER=1166
FILE ID=node051/2661769-1276649362
PBS_JOBID= 11172445
Free space on /tmp= 62564 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=149-P1=19-P2=137-P3=191-P4=223-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661769-1276649362/watcher-2661769-1276649362 -o /tmp/evaluation-result-2661769-1276649362/solver-2661769-1276649362 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661769-1276649362.opb

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

MD5SUM BENCH= 9b762ab9d310cdc754a8481e0a3342a1
RANDOM SEED=345878318

node051.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.255
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.51
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.255
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841960 kB
Buffers:         24088 kB
Cached:          96140 kB
SwapCached:       1380 kB
Active:          83616 kB
Inactive:        69280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841960 kB
SwapTotal:     4192956 kB
SwapFree:      4164932 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       31272 kB
Mapped:          14864 kB
Slab:            42220 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182748 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 node051 at 2010-06-16 02:50:37