Trace number 3689395

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.03 1794.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689395-1337890007.opb
0.10/0.11	c reading problem ... 
2.30/1.68	c ... done. Wall clock time 1.563s.
2.30/1.68	c declared #vars     10086
2.30/1.68	c #constraints  226608
2.30/1.68	c constraints type 
2.30/1.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.30/1.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.30/1.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.30/1.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.30/1.68	c 226608 constraints processed.
4.55/3.47	c cleaning 2483 clauses out of 5000 with flag 5000/5000
6.76/5.41	c cleaning 4252 clauses out of 8517 with flag 11000/11000
8.58/7.21	c cleaning 5579 clauses out of 11266 with flag 18001/18001
9.98/8.66	c cleaning 6808 clauses out of 13686 with flag 26000/26000
12.33/10.96	c cleaning 7824 clauses out of 15878 with flag 35000/35000
15.05/13.66	c cleaning 8987 clauses out of 18054 with flag 45000/45000
17.46/16.05	c cleaning 10020 clauses out of 20069 with flag 56002/56002
20.27/18.87	c cleaning 10916 clauses out of 22047 with flag 68000/68000
23.19/21.76	c cleaning 12010 clauses out of 24131 with flag 81000/81000
25.91/24.42	c cleaning 12997 clauses out of 26121 with flag 95000/95000
29.23/27.80	c cleaning 13976 clauses out of 28124 with flag 110000/110000
32.54/31.09	c cleaning 14995 clauses out of 30150 with flag 126002/126002
36.58/35.02	c cleaning 16029 clauses out of 32152 with flag 143000/143000
40.59/39.01	c cleaning 16996 clauses out of 34121 with flag 161000/161000
45.02/43.40	c cleaning 18052 clauses out of 36125 with flag 180000/180000
48.99/47.35	c cleaning 19002 clauses out of 38072 with flag 200000/200000
54.60/53.00	c cleaning 20026 clauses out of 40071 with flag 221001/221001
59.33/57.67	c cleaning 20976 clauses out of 42047 with flag 243003/243003
65.15/63.42	c cleaning 21846 clauses out of 44068 with flag 266000/266000
70.46/68.71	c cleaning 23096 clauses out of 46221 with flag 290000/290000
76.38/74.68	c cleaning 24014 clauses out of 48126 with flag 315001/315001
82.59/80.80	c cleaning 25036 clauses out of 50114 with flag 341004/341004
88.52/86.74	c cleaning 25977 clauses out of 52075 with flag 368001/368001
94.95/93.18	c cleaning 26939 clauses out of 54100 with flag 396003/396003
100.17/98.38	c cleaning 28044 clauses out of 56159 with flag 425001/425001
105.99/104.17	c cleaning 28995 clauses out of 58119 with flag 455005/455005
113.01/111.16	c cleaning 30003 clauses out of 60121 with flag 486002/486002
122.60/120.69	c cleaning 30953 clauses out of 62116 with flag 518000/518000
133.14/131.11	c cleaning 31829 clauses out of 64164 with flag 551001/551001
140.57/138.52	c cleaning 32911 clauses out of 66335 with flag 585001/585001
150.90/148.83	c cleaning 34103 clauses out of 68423 with flag 620000/620000
162.92/160.85	c cleaning 35093 clauses out of 70323 with flag 656003/656003
171.75/169.62	c cleaning 36105 clauses out of 72230 with flag 693003/693003
181.78/179.60	c cleaning 37009 clauses out of 74123 with flag 731001/731001
195.70/193.52	c cleaning 38050 clauses out of 76113 with flag 770000/770000
205.15/202.96	c cleaning 38983 clauses out of 78063 with flag 810000/810000
212.78/210.51	c cleaning 39915 clauses out of 80080 with flag 851000/851000
224.72/222.43	c cleaning 40890 clauses out of 82167 with flag 893002/893002
238.75/236.49	c cleaning 42085 clauses out of 84275 with flag 936000/936000
256.76/254.48	c cleaning 43039 clauses out of 86190 with flag 980000/980000
264.93/262.59	c cleaning 43931 clauses out of 88151 with flag 1025000/1025000
283.25/280.84	c cleaning 45099 clauses out of 90220 with flag 1071000/1071000
294.70/292.28	c cleaning 45968 clauses out of 92121 with flag 1118000/1118000
306.20/303.74	c cleaning 46990 clauses out of 94153 with flag 1166000/1166000
318.94/316.42	c cleaning 48074 clauses out of 96163 with flag 1215000/1215000
336.84/334.35	c cleaning 48986 clauses out of 98090 with flag 1265001/1265001
351.18/348.68	c cleaning 50008 clauses out of 100103 with flag 1316000/1316000
366.77/364.19	c cleaning 51020 clauses out of 102095 with flag 1368000/1368000
378.49/375.82	c cleaning 51731 clauses out of 104075 with flag 1421000/1421000
399.43/396.73	c cleaning 53053 clauses out of 106344 with flag 1475000/1475000
410.57/407.85	c cleaning 53987 clauses out of 108291 with flag 1530000/1530000
422.21/419.46	c cleaning 55082 clauses out of 110304 with flag 1586000/1586000
435.55/432.78	c cleaning 56055 clauses out of 112222 with flag 1643000/1643000
459.67/456.80	c cleaning 57018 clauses out of 114168 with flag 1701001/1701001
489.33/486.46	c cleaning 57948 clauses out of 116149 with flag 1760000/1760000
516.73/513.76	c cleaning 59050 clauses out of 118201 with flag 1820000/1820000
557.76/554.75	c cleaning 60052 clauses out of 120151 with flag 1881000/1881000
602.25/599.13	c cleaning 61028 clauses out of 122101 with flag 1943002/1943002
655.16/651.90	c cleaning 62014 clauses out of 124071 with flag 2006000/2006000
672.04/668.74	c cleaning 62993 clauses out of 126061 with flag 2070004/2070004
688.99/685.66	c cleaning 63907 clauses out of 128064 with flag 2135000/2135000
709.74/706.32	c cleaning 64918 clauses out of 130157 with flag 2201000/2201000
746.87/743.50	c cleaning 66109 clauses out of 132246 with flag 2268007/2268007
772.15/768.64	c cleaning 66895 clauses out of 134130 with flag 2336000/2336000
797.91/794.36	c cleaning 68060 clauses out of 136235 with flag 2405000/2405000
828.08/824.45	c cleaning 69017 clauses out of 138176 with flag 2475001/2475001
850.25/846.53	c cleaning 69938 clauses out of 140158 with flag 2546000/2546000
881.88/878.16	c cleaning 70805 clauses out of 142220 with flag 2618000/2618000
905.54/901.73	c cleaning 72075 clauses out of 144415 with flag 2691000/2691000
933.57/929.79	c cleaning 73089 clauses out of 146340 with flag 2765000/2765000
960.74/956.85	c cleaning 73899 clauses out of 148251 with flag 2840000/2840000
988.58/984.65	c cleaning 74946 clauses out of 150352 with flag 2916000/2916000
1016.34/1012.32	c cleaning 76080 clauses out of 152408 with flag 2993002/2993002
1080.92/1076.88	c cleaning 77123 clauses out of 154327 with flag 3071001/3071001
1116.62/1112.48	c cleaning 77995 clauses out of 156205 with flag 3150002/3150002
1170.25/1166.04	c cleaning 79070 clauses out of 158209 with flag 3230001/3230001
1221.54/1217.27	c cleaning 80042 clauses out of 160139 with flag 3311001/3311001
1250.11/1245.72	c cleaning 80975 clauses out of 162096 with flag 3393000/3393000
1276.79/1272.35	c cleaning 81893 clauses out of 164121 with flag 3476000/3476000
1310.13/1305.62	c cleaning 82817 clauses out of 166228 with flag 3560000/3560000
1346.69/1342.11	c cleaning 83723 clauses out of 168411 with flag 3645000/3645000
1375.22/1370.65	c cleaning 85079 clauses out of 170689 with flag 3731001/3731001
1421.30/1416.64	c cleaning 86140 clauses out of 172609 with flag 3818000/3818000
1457.98/1453.25	c cleaning 87122 clauses out of 174471 with flag 3906002/3906002
1505.31/1500.51	c cleaning 88074 clauses out of 176347 with flag 3995000/3995000
1539.40/1534.50	c cleaning 89077 clauses out of 178273 with flag 4085000/4085000
1565.23/1560.37	c cleaning 90042 clauses out of 180196 with flag 4176000/4176000
1597.29/1592.32	c cleaning 90928 clauses out of 182155 with flag 4268001/4268001
1636.85/1631.85	c cleaning 91964 clauses out of 184226 with flag 4361000/4361000
1661.84/1656.79	c cleaning 92889 clauses out of 186263 with flag 4455001/4455001
1689.26/1684.20	c cleaning 94048 clauses out of 188374 with flag 4550001/4550001
1728.62/1723.47	c cleaning 95121 clauses out of 190325 with flag 4646000/4646000
1758.67/1753.49	c cleaning 95973 clauses out of 192204 with flag 4743000/4743000
1800.03/1794.72	c starts		: 272
1800.03/1794.72	c conflicts		: 4824280
1800.03/1794.72	c decisions		: 18731193
1800.03/1794.72	c propagations		: 1546059630
1800.03/1794.72	c inspects		: 20497602779
1800.03/1794.72	c shortcuts		: 0
1800.03/1794.72	c learnt literals	: 6
1800.03/1794.72	c learnt binary clauses	: 572
1800.03/1794.72	c learnt ternary clauses	: 2251
1800.03/1794.72	c learnt constraints	: 4824273
1800.03/1794.72	c ignored constraints	: 0
1800.03/1794.72	c root simplifications	: 0
1800.03/1794.72	c removed literals (reason simplification)	: 0
1800.03/1794.72	c reason swapping (by a shorter reason)	: 0
1800.03/1794.72	c Calls to reduceDB	: 93
1800.03/1794.72	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.72	c number of learned constraints concerned by reduction	: 0
1800.03/1794.72	c number of learning phase by resolution	: 0
1800.03/1794.72	c number of learning phase by cutting planes	: 0
1800.03/1794.72	c speed (assignments/second)	: 862261.8447676222
1800.03/1794.72	c non guided choices	612924
1800.03/1794.75	c learnt constraints type 
1800.03/1794.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 572
1800.03/1794.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176969
1800.03/1794.75	c constraints type 
1800.03/1794.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.03/1794.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.03/1794.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.03/1794.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.03/1794.75	c 226608 constraints processed.
1800.03/1794.75	s UNKNOWN
1800.03/1794.75	c Total wall clock time (in seconds): 1794.641

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689395-1337890007/watcher-3689395-1337890007 -o /tmp/evaluation-result-3689395-1337890007/solver-3689395-1337890007 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689395-1337890007.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.23 2.35 2.98 3/173 25840
/proc/meminfo: memFree=30004900/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/25840/stat : 25840 (java) R 25838 25840 20082 0 -1 4202496 285 0 0 0 0 0 0 0 20 0 1 0 255067739 278528 33 33554432000 1073741824 1073778376 140735004645248 140734382383112 209088245031 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 68 33 25 9 0 25 0

[startup+0.0820679 s]
/proc/loadavg: 1.23 2.35 2.98 3/173 25840
/proc/meminfo: memFree=30004900/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 3429 0 1 0 6 1 0 0 20 0 18 0 255067739 9787813888 4126 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2389603 4126 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100232 s]
/proc/loadavg: 1.23 2.35 2.98 3/173 25840
/proc/meminfo: memFree=30004900/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 4346 0 1 0 9 1 0 0 20 0 18 0 255067739 9787813888 5028 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2389603 5028 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300207 s]
/proc/loadavg: 1.23 2.35 2.98 3/173 25840
/proc/meminfo: memFree=30004900/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 5853 0 1 0 46 1 0 0 20 0 18 0 255067739 9787813888 8669 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2389603 8669 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700212 s]
/proc/loadavg: 1.23 2.35 2.98 3/173 25840
/proc/meminfo: memFree=30004900/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9558412 CPUtime=1.12 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 6771 0 1 0 108 4 0 0 20 0 18 0 255067739 9787813888 39857 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2389603 39857 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 1.23 2.35 2.98 5/191 25879
/proc/meminfo: memFree=29818292/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9558412 CPUtime=2.2 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 8318 0 1 0 211 9 0 0 20 0 18 0 255067739 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2389603 77957 2247 9 0 2380296 0
[pid=25840/tid=25842] ppid=25838 vsize=9558412 CPUtime=1.4 cores=1,3,5,7
/proc/25840/task/25842/stat : 25842 (java) R 25838 25840 20082 0 -1 4202560 2629 0 1 0 136 4 0 0 20 0 18 0 255067740 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622938553528 209100793101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25843] ppid=25838 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25843/stat : 25843 (java) S 25838 25840 20082 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622782299176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25844] ppid=25838 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25844/stat : 25844 (java) S 25838 25840 20082 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622781246376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25845] ppid=25838 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25845/stat : 25845 (java) S 25838 25840 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622780193576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25846] ppid=25838 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (java) S 25838 25840 20082 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622779140776 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25847] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (java) S 25838 25840 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622778087976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25848] ppid=25838 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622777035176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25849] ppid=25838 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622775982376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25850] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255067741 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622774929576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25851] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (java) S 25838 25840 20082 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255067742 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622762732520 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25852] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255067743 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622761678584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25853] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25853/stat : 25853 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255067743 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622760625672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25854] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25854/stat : 25854 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255067745 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622759574160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25855] ppid=25838 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2082 0 0 0 28 0 0 0 20 0 18 0 255067745 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 2156 0 0 0 27 0 0 0 20 0 18 0 255067745 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255067745 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255067745 9787813888 77957 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558412

[startup+3.10082 s]
/proc/loadavg: 1.23 2.35 2.98 3/192 25880
/proc/meminfo: memFree=29617764/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9624976 CPUtime=4.25 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 9688 0 1 0 415 10 0 0 20 0 19 0 255067739 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2406244 78070 2269 9 0 2396937 0
[pid=25840/tid=25842] ppid=25838 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/25840/task/25842/stat : 25842 (java) R 25838 25840 20082 0 -1 4202560 2643 0 1 0 295 5 0 0 20 0 19 0 255067740 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622938554848 140622811362395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25843] ppid=25838 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25843/stat : 25843 (java) S 25838 25840 20082 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622782299176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25844] ppid=25838 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25844/stat : 25844 (java) S 25838 25840 20082 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622781246376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25845] ppid=25838 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25845/stat : 25845 (java) S 25838 25840 20082 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622780193576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25846] ppid=25838 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (java) S 25838 25840 20082 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622779140776 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25847] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (java) S 25838 25840 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622778087976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25848] ppid=25838 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622777035176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25849] ppid=25838 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622775982376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25850] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255067741 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622774929576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25851] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (java) S 25838 25840 20082 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 255067742 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622762732520 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25852] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622761678584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25853] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25853/stat : 25853 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622760625672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25854] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25854/stat : 25854 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622759574160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25855] ppid=25838 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2553 0 0 0 51 0 0 0 20 0 19 0 255067745 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 3027 0 0 0 48 0 0 0 20 0 19 0 255067745 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25880] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25880/stat : 25880 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255067909 9855975424 78070 33554432000 1073741824 1073778376 140735004645248 140622754309800 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9624976

[startup+6.30076 s]
/proc/loadavg: 1.29 2.34 2.97 3/192 25880
/proc/meminfo: memFree=29403692/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9624976 CPUtime=7.66 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 9911 0 1 0 751 15 0 0 20 0 19 0 255067739 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2406244 90734 2281 9 0 2396937 0
[pid=25840/tid=25842] ppid=25838 vsize=9624976 CPUtime=5.99 cores=1,3,5,7
/proc/25840/task/25842/stat : 25842 (java) R 25838 25840 20082 0 -1 4202560 2646 0 1 0 594 5 0 0 20 0 19 0 255067740 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622938554856 140622811514672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25843] ppid=25838 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25840/task/25843/stat : 25843 (java) S 25838 25840 20082 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622782299176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25844] ppid=25838 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25844/stat : 25844 (java) S 25838 25840 20082 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622781246376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25845] ppid=25838 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25840/task/25845/stat : 25845 (java) S 25838 25840 20082 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622780193576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25846] ppid=25838 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (java) S 25838 25840 20082 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622779140776 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25847] ppid=25838 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (java) S 25838 25840 20082 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622778087976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25848] ppid=25838 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622777035176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25849] ppid=25838 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (java) S 25838 25840 20082 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622775982376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25850] ppid=25838 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (java) S 25838 25840 20082 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255067741 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622774929576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25851] ppid=25838 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (java) S 25838 25840 20082 0 -1 4202560 229 0 0 0 15 0 0 0 20 0 19 0 255067742 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622762732520 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25852] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622761678584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25853] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25853/stat : 25853 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622760625672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25854] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25854/stat : 25854 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622759574160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25855] ppid=25838 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2560 0 0 0 55 0 0 0 20 0 19 0 255067745 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 3103 0 0 0 54 0 0 0 20 0 19 0 255067745 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25880] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25880/stat : 25880 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255067909 9855975424 90734 33554432000 1073741824 1073778376 140735004645248 140622754309800 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]
/proc/loadavg: 2.04 2.46 3.00 3/212 25907
/proc/meminfo: memFree=27159620/32873844 swapFree=6868/6868

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

[pid=25840/tid=25855] ppid=25838 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2694 0 0 0 64 0 0 0 20 0 19 0 255067745 9855975424 116533 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 3103 0 0 0 56 0 0 0 20 0 19 0 255067745 9855975424 116533 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116533 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 95 0 0 0 47 31 0 0 20 0 19 0 255067745 9855975424 116533 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25880] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25880/stat : 25880 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255067909 9855975424 116533 33554432000 1073741824 1073778376 140735004645248 140622754309800 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.46
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/213 25923
/proc/meminfo: memFree=25727136/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9624976 CPUtime=1727.52 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 11210 0 1 0 172685 67 0 0 20 0 19 0 255067739 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2406244 116539 2282 9 0 2396937 0
[pid=25840/tid=25842] ppid=25838 vsize=9624976 CPUtime=1705.41 cores=1,3,5,7
/proc/25840/task/25842/stat : 25842 (java) R 25838 25840 20082 0 -1 4202560 2736 0 1 0 170510 31 0 0 20 0 19 0 255067740 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622938554656 140622811481565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25843] ppid=25838 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/25840/task/25843/stat : 25843 (java) S 25838 25840 20082 0 -1 4202560 142 0 0 0 63 3 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622782299176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25844] ppid=25838 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25840/task/25844/stat : 25844 (java) S 25838 25840 20082 0 -1 4202560 134 0 0 0 61 3 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622781246376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25845] ppid=25838 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/25840/task/25845/stat : 25845 (java) S 25838 25840 20082 0 -1 4202560 149 0 0 0 69 3 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622780193576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25846] ppid=25838 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (java) S 25838 25840 20082 0 -1 4202560 137 0 0 0 63 4 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622779140776 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25847] ppid=25838 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (java) S 25838 25840 20082 0 -1 4202560 116 0 0 0 68 3 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622778087976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25848] ppid=25838 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (java) S 25838 25840 20082 0 -1 4202560 136 0 0 0 69 4 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622777035176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25849] ppid=25838 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (java) S 25838 25840 20082 0 -1 4202560 105 0 0 0 67 3 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622775982376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25850] ppid=25838 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (java) S 25838 25840 20082 0 -1 4202560 150 0 0 0 59 3 0 0 20 0 19 0 255067741 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622774929576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25851] ppid=25838 vsize=9624976 CPUtime=10.44 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (java) S 25838 25840 20082 0 -1 4202560 323 0 0 0 1041 3 0 0 20 0 19 0 255067742 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622762732520 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25852] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622761678584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25853] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25853/stat : 25853 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622760625672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25854] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25854/stat : 25854 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622759574160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25855] ppid=25838 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2694 0 0 0 64 0 0 0 20 0 19 0 255067745 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 3103 0 0 0 56 0 0 0 20 0 19 0 255067745 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 99 0 0 0 48 32 0 0 20 0 19 0 255067745 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25880] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25880/stat : 25880 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255067909 9855975424 116539 33554432000 1073741824 1073778376 140735004645248 140622754309800 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.52
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 25923
/proc/meminfo: memFree=25726204/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9624976 CPUtime=1787.61 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 11332 0 1 0 178692 69 0 0 20 0 19 0 255067739 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2406244 116651 2282 9 0 2396937 0
[pid=25840/tid=25842] ppid=25838 vsize=9624976 CPUtime=1764.88 cores=1,3,5,7
/proc/25840/task/25842/stat : 25842 (java) R 25838 25840 20082 0 -1 4202560 2738 0 1 0 176456 32 0 0 20 0 19 0 255067740 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622938554656 140622811481565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25843] ppid=25838 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25840/task/25843/stat : 25843 (java) S 25838 25840 20082 0 -1 4202560 147 0 0 0 65 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622782299176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25844] ppid=25838 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/25840/task/25844/stat : 25844 (java) S 25838 25840 20082 0 -1 4202560 144 0 0 0 63 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622781246376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25845] ppid=25838 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25840/task/25845/stat : 25845 (java) S 25838 25840 20082 0 -1 4202560 182 0 0 0 71 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622780193576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25846] ppid=25838 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (java) S 25838 25840 20082 0 -1 4202560 137 0 0 0 64 4 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622779140776 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25847] ppid=25838 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (java) S 25838 25840 20082 0 -1 4202560 116 0 0 0 69 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622778087976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25848] ppid=25838 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (java) S 25838 25840 20082 0 -1 4202560 154 0 0 0 71 4 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622777035176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25849] ppid=25838 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (java) S 25838 25840 20082 0 -1 4202560 142 0 0 0 69 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622775982376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25850] ppid=25838 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (java) S 25838 25840 20082 0 -1 4202560 159 0 0 0 60 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622774929576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25851] ppid=25838 vsize=9624976 CPUtime=10.76 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (java) S 25838 25840 20082 0 -1 4202560 327 0 0 0 1073 3 0 0 20 0 19 0 255067742 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622762732520 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25852] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622761678584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25853] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25853/stat : 25853 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622760625672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25854] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25854/stat : 25854 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622759574160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25855] ppid=25838 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2694 0 0 0 64 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 3103 0 0 0 56 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 103 0 0 0 50 33 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25880] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25880/stat : 25880 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255067909 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622754309800 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.61
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 25923
/proc/meminfo: memFree=25726328/32873844 swapFree=6868/6868
[pid=25840] ppid=25838 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/25840/stat : 25840 (java) S 25838 25840 20082 0 -1 4202496 11332 0 1 0 179933 70 0 0 20 0 19 0 255067739 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140735004636384 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25840/statm: 2406244 116651 2282 9 0 2396937 0
[pid=25840/tid=25842] ppid=25838 vsize=9624976 CPUtime=1777.26 cores=1,3,5,7
/proc/25840/task/25842/stat : 25842 (java) R 25838 25840 20082 0 -1 4202560 2738 0 1 0 177693 33 0 0 20 0 19 0 255067740 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622938554656 140622811412591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25843] ppid=25838 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25840/task/25843/stat : 25843 (java) S 25838 25840 20082 0 -1 4202560 147 0 0 0 65 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622782299176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25844] ppid=25838 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/25840/task/25844/stat : 25844 (java) S 25838 25840 20082 0 -1 4202560 144 0 0 0 63 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622781246376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25845] ppid=25838 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/25840/task/25845/stat : 25845 (java) S 25838 25840 20082 0 -1 4202560 182 0 0 0 71 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622780193576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25846] ppid=25838 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/25840/task/25846/stat : 25846 (java) S 25838 25840 20082 0 -1 4202560 137 0 0 0 64 4 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622779140776 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25847] ppid=25838 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/25840/task/25847/stat : 25847 (java) S 25838 25840 20082 0 -1 4202560 116 0 0 0 69 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622778087976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25848] ppid=25838 vsize=9624976 CPUtime=0.75 cores=1,3,5,7
/proc/25840/task/25848/stat : 25848 (java) S 25838 25840 20082 0 -1 4202560 154 0 0 0 71 4 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622777035176 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25849] ppid=25838 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/25840/task/25849/stat : 25849 (java) S 25838 25840 20082 0 -1 4202560 142 0 0 0 69 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622775982376 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25840/tid=25850] ppid=25838 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/25840/task/25850/stat : 25850 (java) S 25838 25840 20082 0 -1 4202560 159 0 0 0 60 3 0 0 20 0 19 0 255067741 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622774929576 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25851] ppid=25838 vsize=9624976 CPUtime=10.76 cores=1,3,5,7
/proc/25840/task/25851/stat : 25851 (java) S 25838 25840 20082 0 -1 4202560 327 0 0 0 1073 3 0 0 20 0 19 0 255067742 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622762732520 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25852] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25852/stat : 25852 (java) S 25838 25840 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622761678584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25853] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25853/stat : 25853 (java) S 25838 25840 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255067743 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622760625672 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25854] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25854/stat : 25854 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622759574160 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25840/tid=25855] ppid=25838 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/25840/task/25855/stat : 25855 (java) S 25838 25840 20082 0 -1 4202560 2694 0 0 0 64 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622758521272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25840/tid=25856] ppid=25838 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/25840/task/25856/stat : 25856 (java) S 25838 25840 20082 0 -1 4202560 3103 0 0 0 56 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622757468472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25857] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25857/stat : 25857 (java) S 25838 25840 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622756415864 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25858] ppid=25838 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/25840/task/25858/stat : 25858 (java) S 25838 25840 20082 0 -1 4202560 103 0 0 0 50 34 0 0 20 0 19 0 255067745 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622755363272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25840/tid=25880] ppid=25838 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25840/task/25880/stat : 25880 (java) S 25838 25840 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255067909 9855975424 116651 33554432000 1073741824 1073778376 140735004645248 140622754309800 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25840 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=898134
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=102832
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.76
CPU time (s): 1800.03
CPU user time (s): 1799.33
CPU system time (s): 0.7
CPU usage (%): 100.293
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.9
system time used= 1.10283
maximum resident set size= 466728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11366
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40520
involuntary context switches= 33206

runsolver used 6.48101 second user time and 16.6935 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 22:06:47
IDJOB=3689395
IDBENCH=89634
IDSOLVER=2269
FILE ID=node105/3689395-1337890007
RUNJOBID= node105-1337890002-25502
PBS_JOBID= 14620099
Free space on /tmp= 71612 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689395-1337890007/watcher-3689395-1337890007 -o /tmp/evaluation-result-3689395-1337890007/solver-3689395-1337890007 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689395-1337890007.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=1101980562

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.882
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30005544 kB
Buffers:          191732 kB
Cached:          1897684 kB
SwapCached:         6340 kB
Active:           581416 kB
Inactive:        1524304 kB
Active(anon):       4172 kB
Inactive(anon):    14612 kB
Active(file):     577244 kB
Inactive(file):  1509692 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:             12732 kB
Writeback:             0 kB
AnonPages:         16256 kB
Mapped:            13848 kB
Shmem:                 8 kB
Slab:             626156 kB
SReclaimable:      67052 kB
SUnreclaim:       559104 kB
KernelStack:        1576 kB
PageTables:         3840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node105 at 2012-05-24 22:36:44