Trace number 2691622

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26MSAT (TO) 1800.23 1671.9

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568186--soft-0-100-0.wbo
MD5SUM0bc882feda752f8542fa470cf04f3d53
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark307.459
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.0.v20100526
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2691622-1277926658.wbo
0.11/0.10	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.22s.
0.48/0.32	c #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.48/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.24/0.94	c SATISFIABLE
2.24/0.94	c OPTIMIZING...
2.24/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
2.24/0.94	o 1204
2.82/1.21	c Got one! Elapsed wall clock time (in seconds):1.113
2.82/1.21	o 1174
3.58/1.64	c Got one! Elapsed wall clock time (in seconds):1.541
3.58/1.64	o 1138
3.96/1.91	c Got one! Elapsed wall clock time (in seconds):1.804
3.96/1.91	o 1137
4.41/2.39	c Got one! Elapsed wall clock time (in seconds):2.29
4.41/2.39	o 1125
5.60/3.44	c Got one! Elapsed wall clock time (in seconds):3.334
5.60/3.44	o 1060
6.12/3.94	c Got one! Elapsed wall clock time (in seconds):3.836
6.12/3.94	o 1045
6.95/4.75	c Got one! Elapsed wall clock time (in seconds):4.652
6.95/4.75	o 1036
8.16/5.97	c Got one! Elapsed wall clock time (in seconds):5.87
8.16/5.97	o 1005
10.39/8.12	c Got one! Elapsed wall clock time (in seconds):8.019
10.39/8.12	o 992
11.21/8.96	c Got one! Elapsed wall clock time (in seconds):8.861
11.21/8.96	o 981
12.57/10.26	c Got one! Elapsed wall clock time (in seconds):10.155
12.57/10.26	o 932
14.61/12.24	c Got one! Elapsed wall clock time (in seconds):12.137
14.61/12.24	o 914
18.17/15.74	c Got one! Elapsed wall clock time (in seconds):15.638
18.17/15.74	o 904
24.99/22.31	c Got one! Elapsed wall clock time (in seconds):22.213
24.99/22.31	o 850
30.92/28.19	c Got one! Elapsed wall clock time (in seconds):28.091
30.92/28.19	o 840
43.05/40.01	c Got one! Elapsed wall clock time (in seconds):39.908
43.05/40.01	o 815
47.31/44.21	c Got one! Elapsed wall clock time (in seconds):44.109
47.31/44.21	o 808
53.01/49.83	c Got one! Elapsed wall clock time (in seconds):49.731
53.01/49.83	o 800
62.19/58.86	c Got one! Elapsed wall clock time (in seconds):58.761
62.19/58.86	o 788
75.79/72.18	c cleaning 0 clauses out of 5001 with flag 0/5001
79.71/75.96	c Got one! Elapsed wall clock time (in seconds):75.854
79.71/75.96	o 772
83.60/79.77	c Got one! Elapsed wall clock time (in seconds):79.673
83.60/79.77	o 747
91.21/87.15	c Got one! Elapsed wall clock time (in seconds):87.046
91.21/87.15	o 731
118.94/114.06	c Got one! Elapsed wall clock time (in seconds):113.957
118.94/114.06	o 726
129.38/124.23	c Got one! Elapsed wall clock time (in seconds):124.131
129.38/124.23	o 666
158.35/152.30	c Got one! Elapsed wall clock time (in seconds):152.199
158.35/152.30	o 661
272.56/261.12	c Got one! Elapsed wall clock time (in seconds):261.021
272.56/261.12	o 654
358.86/344.10	c Got one! Elapsed wall clock time (in seconds):343.995
358.86/344.10	o 623
371.06/355.64	c Got one! Elapsed wall clock time (in seconds):355.543
371.06/355.64	o 612
499.27/476.14	c Got one! Elapsed wall clock time (in seconds):476.043
499.27/476.14	o 588
619.46/588.06	c Got one! Elapsed wall clock time (in seconds):587.956
619.46/588.06	o 576
657.00/623.72	c Got one! Elapsed wall clock time (in seconds):623.614
657.00/623.72	o 572
696.32/661.51	c cleaning 0 clauses out of 11002 with flag 0/11002
1314.77/1228.38	c Got one! Elapsed wall clock time (in seconds):1228.275
1314.77/1228.38	o 564
1505.38/1409.19	c Got one! Elapsed wall clock time (in seconds):1409.085
1505.38/1409.19	o 558
1533.16/1434.40	c Got one! Elapsed wall clock time (in seconds):1434.301
1533.16/1434.40	o 538
1629.76/1520.75	c Got one! Elapsed wall clock time (in seconds):1520.646
1629.76/1520.75	o 530
1800.09/1671.81	c starts		: 76
1800.09/1671.81	c conflicts		: 14939
1800.09/1671.81	c decisions		: 347603
1800.09/1671.81	c propagations		: 2286092
1800.09/1671.81	c inspects		: 600782822
1800.09/1671.81	c learnt literals	: 0
1800.09/1671.81	c learnt binary clauses	: 0
1800.09/1671.81	c learnt ternary clauses	: 0
1800.09/1671.81	c learnt clauses	: 14938
1800.09/1671.81	c ignored clauses	: 0
1800.09/1671.81	c root simplifications	: 0
1800.09/1671.81	c removed literals (reason simplification)	: 0
1800.09/1671.81	c reason swapping (by a shorter reason)	: 0
1800.09/1671.81	c Calls to reduceDB	: 2
1800.09/1671.81	c number of reductions to clauses (during analyze)	: 0
1800.09/1671.81	c number of learned constraints concerned by reduction	: 0
1800.09/1671.81	c number of learning phase by resolution	: 0
1800.09/1671.81	c number of learning phase by cutting planes	: 0
1800.09/1671.81	c speed (assignments/second)	: 15134.069484164811
1800.09/1671.81	c non guided choices	3930
1800.09/1671.82	c learnt constraints type 
1800.09/1671.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.09/1671.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14930
1800.09/1671.82	c constraints type 
1800.09/1671.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.09/1671.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2684
1800.09/1671.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/1671.82	s SATISFIABLE
1800.09/1671.82	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
1800.09/1671.82	c objective function=530
1800.09/1671.82	c Total wall clock time (in seconds): 1671.721

Verifier Data

OK	530

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691622-1277926658/watcher-2691622-1277926658 -o /tmp/evaluation-result-2691622-1277926658/solver-2691622-1277926658 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691622-1277926658.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 12716
/proc/meminfo: memFree=29964720/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1700 CPUtime=0
/proc/12716/stat : 12716 (java) R 12714 12716 12691 0 -1 4194304 373 0 0 0 0 0 0 0 24 0 1 0 133963214 1740800 105 4089446400 134512640 134550932 4292283312 18446744073709551615 10959008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12716/statm: 425 105 81 10 0 30 0

[startup+0.049878 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 12716
/proc/meminfo: memFree=29964720/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1528720 CPUtime=0.03
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 3993 0 1 0 3 0 0 0 24 0 18 0 133963214 1565409280 3433 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 382180 3434 1077 10 0 379482 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528720

[startup+0.101872 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 12716
/proc/meminfo: memFree=29964720/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1530160 CPUtime=0.11
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 5205 0 1 0 10 1 0 0 24 0 18 0 133963214 1566883840 4643 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 382540 4643 1347 10 0 379842 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530160

[startup+0.300854 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 12716
/proc/meminfo: memFree=29964720/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1531832 CPUtime=0.48
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 7366 0 1 0 47 1 0 0 24 0 18 0 133963214 1568595968 6646 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 382958 6647 1402 10 0 380260 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1531832

[startup+0.700779 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 12716
/proc/meminfo: memFree=29964720/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1547304 CPUtime=1.65
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 18041 0 1 0 163 2 0 0 24 0 19 0 133963214 1584439296 13972 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 386826 13972 1421 10 0 384128 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 1547304

[startup+1.50165 s]
/proc/loadavg: 2.09 2.02 2.01 4/197 12736
/proc/meminfo: memFree=29870576/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1549488 CPUtime=3.37
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 45619 0 1 0 332 5 0 0 24 0 19 0 133963214 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 387372 38999 1444 10 0 384674 0
[pid=12716/tid=12718] ppid=12714 vsize=1549488 CPUtime=1.47
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 32101 0 1 0 144 3 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4109771906 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 115 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12720] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12720/stat : 12720 (java) S 12714 12716 12691 0 -1 4202560 194 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12721] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12721/stat : 12721 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12722] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12722/stat : 12722 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12723] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12723/stat : 12723 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12724] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 203 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 199 0 0 0 0 0 0 0 18 0 19 0 133963215 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 133963216 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1549488 CPUtime=0.85
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 4601 0 0 0 85 0 0 0 15 0 19 0 133963219 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1549488 CPUtime=1.01
/proc/12716/task/12732/stat : 12732 (java) R 12714 12716 12691 0 -1 4202560 7128 0 0 0 101 0 0 0 16 0 19 0 133963219 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 105634565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133963219 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1549488 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1586675712 38999 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 1549488

[startup+3.10135 s]
/proc/loadavg: 2.09 2.02 2.01 3/197 12736
/proc/meminfo: memFree=29809072/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1548060 CPUtime=5.28
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 50011 0 1 0 522 6 0 0 24 0 19 0 133963214 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 387015 43054 1444 10 0 384317 0
[pid=12716/tid=12718] ppid=12714 vsize=1548060 CPUtime=3.04
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 32106 0 1 0 301 3 0 0 19 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4109437148 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12720] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12720/stat : 12720 (java) S 12714 12716 12691 0 -1 4202560 307 0 0 0 0 0 0 0 15 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12721] ppid=12714 vsize=1548060 CPUtime=0.01
/proc/12716/task/12721/stat : 12721 (java) S 12714 12716 12691 0 -1 4202560 793 0 0 0 1 0 0 0 16 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12722] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12722/stat : 12722 (java) S 12714 12716 12691 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12723] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12723/stat : 12723 (java) S 12714 12716 12691 0 -1 4202560 355 0 0 0 0 0 0 0 15 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12724] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 481 0 0 0 0 0 0 0 16 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1548060 CPUtime=0.01
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 1141 0 0 0 1 0 0 0 16 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1548060 CPUtime=0.01
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 958 0 0 0 1 0 0 0 16 0 19 0 133963215 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 133963216 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1548060 CPUtime=0.96
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 4609 0 0 0 96 0 0 0 15 0 19 0 133963219 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1548060 CPUtime=1.18
/proc/12716/task/12732/stat : 12732 (java) S 12714 12716 12691 0 -1 4202560 7153 0 0 0 118 0 0 0 16 0 19 0 133963219 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133963219 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1585213440 43054 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 1548060

[startup+6.30073 s]
/proc/loadavg: 2.09 2.02 2.01 3/197 12736
/proc/meminfo: memFree=29771740/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1548060 CPUtime=8.57
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 57188 0 1 0 849 8 0 0 24 0 19 0 133963214 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 387015 49771 1444 10 0 384317 0
[pid=12716/tid=12718] ppid=12714 vsize=1548060 CPUtime=6.21
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 35244 0 1 0 617 4 0 0 25 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4109340734 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 568 0 0 0 0 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12720] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12720/stat : 12720 (java) S 12714 12716 12691 0 -1 4202560 600 0 0 0 0 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12721] ppid=12714 vsize=1548060 CPUtime=0.02
/proc/12716/task/12721/stat : 12721 (java) S 12714 12716 12691 0 -1 4202560 1419 0 0 0 2 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12722] ppid=12714 vsize=1548060 CPUtime=0.02
/proc/12716/task/12722/stat : 12722 (java) S 12714 12716 12691 0 -1 4202560 1625 0 0 0 2 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12723] ppid=12714 vsize=1548060 CPUtime=0.01
/proc/12716/task/12723/stat : 12723 (java) S 12714 12716 12691 0 -1 4202560 906 0 0 0 1 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12724] ppid=12714 vsize=1548060 CPUtime=0.01
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 607 0 0 0 1 0 0 0 16 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1548060 CPUtime=0.02
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 1600 0 0 0 2 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1548060 CPUtime=0.02
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 1760 0 0 0 2 0 0 0 15 0 19 0 133963215 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 133963216 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1548060 CPUtime=0.97
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 4610 0 0 0 97 0 0 0 15 0 19 0 133963219 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1548060 CPUtime=1.18
/proc/12716/task/12732/stat : 12732 (java) S 12714 12716 12691 0 -1 4202560 7153 0 0 0 118 0 0 0 16 0 19 0 133963219 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 133963219 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1548060 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1585213440 49771 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 1548060

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/197 12736
/proc/meminfo: memFree=29757416/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1548060 CPUtime=15.12
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 60741 0 1 0 1502 10 0 0 24 0 19 0 133963214 1585213440 52976 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 387015 52976 1444 10 0 384317 0
[pid=12716/tid=12718] ppid=12714 vsize=1548060 CPUtime=12.56
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 35395 0 1 0 1252 4 0 0 25 0 19 0 133963215 1585213440 52976 4089446400 134512640 134550932 4292283312 18446744073709551615 4109347648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1548060 CPUtime=0.02
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 855 0 0 0 2 0 0 0 15 0 19 0 133963215 1585213440 52976 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0

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

[pid=12716/tid=12724] ppid=12714 vsize=1553180 CPUtime=16.13
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 23862 0 0 0 1334 279 0 0 16 0 19 0 133963215 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1553180 CPUtime=16.32
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 24540 0 0 0 1360 272 0 0 16 0 19 0 133963215 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1553180 CPUtime=16.24
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 25164 0 0 0 1374 250 0 0 16 0 19 0 133963215 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1553180 CPUtime=1.76
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 222 0 0 0 100 76 0 0 15 0 19 0 133963216 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1553180 CPUtime=1.28
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 8195 0 0 0 127 1 0 0 15 0 19 0 133963219 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1553180 CPUtime=1.19
/proc/12716/task/12732/stat : 12732 (java) S 12714 12716 12691 0 -1 4202560 7160 0 0 0 119 0 0 0 15 0 19 0 133963219 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) S 12714 12716 12691 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 133963219 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1590456320 225606 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1652.55
Current children cumulated vsize (KiB) 1553180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.07 4/197 12815
/proc/meminfo: memFree=29234436/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1553180 CPUtime=1721.09
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 259726 0 1 0 169627 2482 0 0 24 0 19 0 133963214 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 388295 237560 1450 10 0 385597 0
[pid=12716/tid=12718] ppid=12714 vsize=1553180 CPUtime=1575.74
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 39650 0 1 0 157558 16 0 0 25 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4109599037 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1553180 CPUtime=17.88
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 23390 0 0 0 1449 339 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12720] ppid=12714 vsize=1553180 CPUtime=18.09
/proc/12716/task/12720/stat : 12720 (java) S 12714 12716 12691 0 -1 4202560 25010 0 0 0 1484 325 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12721] ppid=12714 vsize=1553180 CPUtime=17.22
/proc/12716/task/12721/stat : 12721 (java) S 12714 12716 12691 0 -1 4202560 25830 0 0 0 1455 267 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12722] ppid=12714 vsize=1553180 CPUtime=17.7
/proc/12716/task/12722/stat : 12722 (java) S 12714 12716 12691 0 -1 4202560 25960 0 0 0 1467 303 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12723] ppid=12714 vsize=1553180 CPUtime=17.65
/proc/12716/task/12723/stat : 12723 (java) S 12714 12716 12691 0 -1 4202560 25255 0 0 0 1478 287 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12724] ppid=12714 vsize=1553180 CPUtime=17.33
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 25284 0 0 0 1436 297 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1553180 CPUtime=17.62
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 26099 0 0 0 1468 294 0 0 16 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 7 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1553180 CPUtime=17.42
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 26511 0 0 0 1476 266 0 0 15 0 19 0 133963215 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1553180 CPUtime=1.83
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 226 0 0 0 103 80 0 0 15 0 19 0 133963216 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1553180 CPUtime=1.28
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 8195 0 0 0 127 1 0 0 15 0 19 0 133963219 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1553180 CPUtime=1.19
/proc/12716/task/12732/stat : 12732 (java) S 12714 12716 12691 0 -1 4202560 7160 0 0 0 119 0 0 0 15 0 19 0 133963219 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) S 12714 12716 12691 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 133963219 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1590456320 237560 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1721.09
Current children cumulated vsize (KiB) 1553180

[startup+1662.3 s]
/proc/loadavg: 2.48 2.15 2.09 3/197 12817
/proc/meminfo: memFree=29139680/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1553180 CPUtime=1789.31
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 270832 0 1 0 176266 2665 0 0 24 0 19 0 133963214 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 388295 248266 1450 10 0 385597 0
[pid=12716/tid=12718] ppid=12714 vsize=1553180 CPUtime=1634.07
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 39825 0 1 0 163390 17 0 0 25 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4109771876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1553180 CPUtime=19.05
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 24612 0 0 0 1550 355 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12720] ppid=12714 vsize=1553180 CPUtime=19.38
/proc/12716/task/12720/stat : 12720 (java) S 12714 12716 12691 0 -1 4202560 26496 0 0 0 1581 357 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12721] ppid=12714 vsize=1553180 CPUtime=18.43
/proc/12716/task/12721/stat : 12721 (java) S 12714 12716 12691 0 -1 4202560 27230 0 0 0 1559 284 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12722] ppid=12714 vsize=1553180 CPUtime=18.99
/proc/12716/task/12722/stat : 12722 (java) S 12714 12716 12691 0 -1 4202560 27270 0 0 0 1569 330 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12723] ppid=12714 vsize=1553180 CPUtime=18.94
/proc/12716/task/12723/stat : 12723 (java) S 12714 12716 12691 0 -1 4202560 26472 0 0 0 1582 312 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12724] ppid=12714 vsize=1553180 CPUtime=18.6
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 26697 0 0 0 1544 316 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 7 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1553180 CPUtime=18.86
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 27405 0 0 0 1569 317 0 0 16 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1553180 CPUtime=18.53
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 28080 0 0 0 1567 286 0 0 15 0 19 0 133963215 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1553180 CPUtime=1.88
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 230 0 0 0 104 84 0 0 15 0 19 0 133963216 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1553180 CPUtime=1.28
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 8195 0 0 0 127 1 0 0 15 0 19 0 133963219 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1553180 CPUtime=1.19
/proc/12716/task/12732/stat : 12732 (java) S 12714 12716 12691 0 -1 4202560 7160 0 0 0 119 0 0 0 15 0 19 0 133963219 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) S 12714 12716 12691 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 133963219 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 7 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1590456320 248266 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.31
Current children cumulated vsize (KiB) 1553180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1671.8 s]
/proc/loadavg: 2.25 2.11 2.08 2/216 12879
/proc/meminfo: memFree=29582724/32951124 swapFree=67111528/67111528
[pid=12716] ppid=12714 vsize=1553180 CPUtime=1800.09
/proc/12716/stat : 12716 (java) S 12714 12716 12691 0 -1 4202496 273071 0 1 0 177318 2691 0 0 24 0 19 0 133963214 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12716/statm: 388295 250410 1450 10 0 385597 0
[pid=12716/tid=12718] ppid=12714 vsize=1553180 CPUtime=1643.31
/proc/12716/task/12718/stat : 12718 (java) R 12714 12716 12691 0 -1 4202560 39853 0 1 0 164314 17 0 0 25 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4109771835 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12716/tid=12719] ppid=12714 vsize=1553180 CPUtime=19.25
/proc/12716/task/12719/stat : 12719 (java) S 12714 12716 12691 0 -1 4202560 24840 0 0 0 1566 359 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 7 0 0 0
[pid=12716/tid=12720] ppid=12714 vsize=1553180 CPUtime=19.59
/proc/12716/task/12720/stat : 12720 (java) S 12714 12716 12691 0 -1 4202560 26840 0 0 0 1597 362 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 3 0 0 0
[pid=12716/tid=12721] ppid=12714 vsize=1553180 CPUtime=18.6
/proc/12716/task/12721/stat : 12721 (java) S 12714 12716 12691 0 -1 4202560 27433 0 0 0 1574 286 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12722] ppid=12714 vsize=1553180 CPUtime=19.18
/proc/12716/task/12722/stat : 12722 (java) S 12714 12716 12691 0 -1 4202560 27568 0 0 0 1586 332 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12723] ppid=12714 vsize=1553180 CPUtime=19.1
/proc/12716/task/12723/stat : 12723 (java) S 12714 12716 12691 0 -1 4202560 26747 0 0 0 1596 314 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12724] ppid=12714 vsize=1553180 CPUtime=18.8
/proc/12716/task/12724/stat : 12724 (java) S 12714 12716 12691 0 -1 4202560 26977 0 0 0 1559 321 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 5 0 0 0
[pid=12716/tid=12725] ppid=12714 vsize=1553180 CPUtime=19.03
/proc/12716/task/12725/stat : 12725 (java) S 12714 12716 12691 0 -1 4202560 27744 0 0 0 1584 319 0 0 15 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12726] ppid=12714 vsize=1553180 CPUtime=18.73
/proc/12716/task/12726/stat : 12726 (java) S 12714 12716 12691 0 -1 4202560 28324 0 0 0 1585 288 0 0 16 0 19 0 133963215 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12727] ppid=12714 vsize=1553180 CPUtime=1.9
/proc/12716/task/12727/stat : 12727 (java) S 12714 12716 12691 0 -1 4202560 230 0 0 0 105 85 0 0 15 0 19 0 133963216 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 0 0 16800975 18446604453900336064 0 0 -1 3 0 0 0
[pid=12716/tid=12728] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12728/stat : 12728 (java) S 12714 12716 12691 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 2 0 0 0
[pid=12716/tid=12729] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12729/stat : 12729 (java) S 12714 12716 12691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 133963217 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
[pid=12716/tid=12730] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12730/stat : 12730 (java) S 12714 12716 12691 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 133963219 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12731] ppid=12714 vsize=1553180 CPUtime=1.28
/proc/12716/task/12731/stat : 12731 (java) S 12714 12716 12691 0 -1 4202560 8195 0 0 0 127 1 0 0 15 0 19 0 133963219 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 6 0 0 0
[pid=12716/tid=12732] ppid=12714 vsize=1553180 CPUtime=1.19
/proc/12716/task/12732/stat : 12732 (java) S 12714 12716 12691 0 -1 4202560 7160 0 0 0 119 0 0 0 15 0 19 0 133963219 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 0 0 0 0
[pid=12716/tid=12733] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12733/stat : 12733 (java) S 12714 12716 12691 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 19 0 133963219 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 4 0 0 0
[pid=12716/tid=12734] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12734/stat : 12734 (java) R 12714 12716 12691 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 133963219 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12716/tid=12735] ppid=12714 vsize=1553180 CPUtime=0
/proc/12716/task/12735/stat : 12735 (java) S 12714 12716 12691 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 133963254 1590456320 250410 4089446400 134512640 134550932 4292283312 18446744073709551615 4294960144 0 4 0 16800975 18446604453900336064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1553180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1671.9
CPU time (s): 1800.23
CPU user time (s): 1773.27
CPU system time (s): 26.9589
CPU usage (%): 107.676
Max. virtual memory (cumulated for all children) (KiB): 1556252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.27
system time used= 26.9589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273093
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= 160285
involuntary context switches= 6466578

runsolver used 3.10853 second user time and 6.11807 second system time

The end

Launcher Data

Begin job on node105 at 2010-06-30 21:37:39
IDJOB=2691622
IDBENCH=79272
IDSOLVER=1203
FILE ID=node105/2691622-1277926658
PBS_JOBID= 11197382
Free space on /tmp= 74208 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568186--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2691622-1277926658/watcher-2691622-1277926658 -o /tmp/evaluation-result-2691622-1277926658/solver-2691622-1277926658 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2691622-1277926658.wbo

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

MD5SUM BENCH= 0bc882feda752f8542fa470cf04f3d53
RANDOM SEED=160636058

node105.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29964992 kB
Buffers:        208944 kB
Cached:        1817640 kB
SwapCached:          0 kB
Active:        1289680 kB
Inactive:      1551112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29964992 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             572 kB
Writeback:           0 kB
AnonPages:      814176 kB
Mapped:          16044 kB
Slab:            81012 kB
PageTables:       6228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   975364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74212 MiB
End job on node105 at 2010-06-30 22:05:32