Trace number 4116545

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 2.3.6 Resolution PB16? (TO) 1800.05 1798.03

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-2.opb
MD5SUM0fa0928008c966292e9de5be6ad7d68b
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 variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116545-1466972476.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.67/0.42	c ... done. Wall clock time 0.307s.
0.67/0.42	c declared #vars     4288
0.67/0.42	c #constraints  10784
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.42	c org.sat4j.specs.Constr$1 => 888
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.42	c 10784 constraints processed.
1.69/1.08	c cleaning 2485 clauses out of 4998 with flag 16103/5000
2.36/1.69	c cleaning 4242 clauses out of 8513 with flag 37901/11000
3.08/2.40	c cleaning 5634 clauses out of 11271 with flag 67097/18000
3.98/3.24	c cleaning 6785 clauses out of 13637 with flag 100401/26000
4.99/4.22	c cleaning 7918 clauses out of 15852 with flag 140982/35000
5.99/5.30	c cleaning 8946 clauses out of 17935 with flag 187768/45001
7.29/6.51	c cleaning 9984 clauses out of 19988 with flag 241847/56000
8.60/7.86	c cleaning 10993 clauses out of 22005 with flag 303710/68001
10.10/9.38	c cleaning 11945 clauses out of 24011 with flag 372461/81000
11.81/11.06	c cleaning 13014 clauses out of 26067 with flag 447063/95001
13.71/12.90	c cleaning 14006 clauses out of 28052 with flag 526629/110000
15.61/14.85	c cleaning 15001 clauses out of 30048 with flag 615142/126002
17.81/17.00	c cleaning 15997 clauses out of 32046 with flag 708653/143001
20.01/19.28	c cleaning 16992 clauses out of 34049 with flag 809800/161001
22.61/21.84	c cleaning 18005 clauses out of 36056 with flag 918428/180000
25.31/24.55	c cleaning 18977 clauses out of 38051 with flag 1035338/200000
28.21/27.46	c cleaning 20000 clauses out of 40074 with flag 1160036/221000
31.31/30.52	c cleaning 21015 clauses out of 42074 with flag 1289256/243000
34.72/33.93	c cleaning 22012 clauses out of 44059 with flag 1424038/266000
38.22/37.47	c cleaning 22994 clauses out of 46048 with flag 1565525/290001
42.01/41.23	c cleaning 24025 clauses out of 48053 with flag 1716386/315000
45.93/45.17	c cleaning 24973 clauses out of 50028 with flag 1873174/341000
50.12/49.32	c cleaning 25999 clauses out of 52057 with flag 2030872/368002
54.26/53.47	c cleaning 26973 clauses out of 54056 with flag 2199014/396000
58.46/57.67	c cleaning 28022 clauses out of 56083 with flag 2374393/425000
62.86/62.05	c cleaning 29018 clauses out of 58061 with flag 2557821/455000
67.46/66.69	c cleaning 30003 clauses out of 60043 with flag 2743373/486000
72.37/71.55	c cleaning 30994 clauses out of 62041 with flag 2936135/518001
77.48/76.63	c cleaning 31971 clauses out of 64046 with flag 3137903/551000
82.78/81.96	c cleaning 33003 clauses out of 66075 with flag 3343516/585000
88.38/87.53	c cleaning 34026 clauses out of 68075 with flag 3560808/620003
94.28/93.45	c cleaning 34979 clauses out of 70047 with flag 3778178/656001
100.48/99.64	c cleaning 36013 clauses out of 72069 with flag 4005277/693002
106.98/106.18	c cleaning 36990 clauses out of 74054 with flag 4239686/731000
113.78/112.90	c cleaning 37997 clauses out of 76064 with flag 4484593/770000
120.68/119.90	c cleaning 39006 clauses out of 78069 with flag 4739550/810002
127.98/127.18	c cleaning 40023 clauses out of 80061 with flag 4993903/851000
135.61/134.70	c cleaning 40988 clauses out of 82039 with flag 5259859/893001
143.11/142.25	c cleaning 42015 clauses out of 84051 with flag 5526710/936001
150.91/150.09	c cleaning 42983 clauses out of 86037 with flag 5804544/980002
158.91/158.06	c cleaning 44020 clauses out of 88052 with flag 6080120/1025000
167.31/166.40	c cleaning 45005 clauses out of 90034 with flag 6368500/1071002
176.01/175.13	c cleaning 45965 clauses out of 92027 with flag 6663236/1118000
184.92/184.01	c cleaning 47024 clauses out of 94062 with flag 6965235/1166000
194.42/193.50	c cleaning 48010 clauses out of 96039 with flag 7267069/1215001
204.32/203.46	c cleaning 48993 clauses out of 98028 with flag 7571649/1265000
214.42/213.57	c cleaning 49986 clauses out of 100035 with flag 7888591/1316000
224.81/223.91	c cleaning 51018 clauses out of 102049 with flag 8212937/1368000
235.56/234.69	c cleaning 51994 clauses out of 104031 with flag 8544472/1421000
246.46/245.54	c cleaning 52982 clauses out of 106037 with flag 8876229/1475000
257.56/256.70	c cleaning 54002 clauses out of 108057 with flag 9219893/1530002
269.16/268.27	c cleaning 54981 clauses out of 110054 with flag 9562100/1586001
280.96/280.04	c cleaning 56022 clauses out of 112072 with flag 9919039/1643000
293.06/292.16	c cleaning 57010 clauses out of 114050 with flag 10281877/1701000
305.77/304.85	c cleaning 58005 clauses out of 116040 with flag 10651387/1760000
318.77/317.90	c cleaning 59001 clauses out of 118035 with flag 11024240/1820000
332.57/331.64	c cleaning 60001 clauses out of 120034 with flag 11402668/1881000
346.30/345.31	c cleaning 60967 clauses out of 122033 with flag 11784527/1943000
359.90/358.99	c cleaning 62006 clauses out of 124067 with flag 12180305/2006001
373.79/372.86	c cleaning 63009 clauses out of 126060 with flag 12576159/2070000
388.32/387.31	c cleaning 64016 clauses out of 128052 with flag 12976109/2135001
403.43/402.48	c cleaning 64924 clauses out of 130036 with flag 13383005/2201001
419.04/418.04	c cleaning 66034 clauses out of 132111 with flag 13795883/2268000
434.73/433.79	c cleaning 67003 clauses out of 134077 with flag 14216162/2336000
451.04/450.09	c cleaning 67993 clauses out of 136074 with flag 14645524/2405000
467.25/466.23	c cleaning 69028 clauses out of 138081 with flag 15084413/2475000
483.85/482.89	c cleaning 70002 clauses out of 140053 with flag 15529270/2546000
501.46/500.46	c cleaning 71023 clauses out of 142051 with flag 15982549/2618000
519.16/518.14	c cleaning 71984 clauses out of 144028 with flag 16430831/2691000
537.26/536.26	c cleaning 73015 clauses out of 146045 with flag 16885186/2765001
555.95/554.97	c cleaning 73995 clauses out of 148029 with flag 17349648/2840000
575.12/574.04	c cleaning 74974 clauses out of 150034 with flag 17817773/2916000
594.52/593.40	c cleaning 76016 clauses out of 152060 with flag 18290609/2993000
614.42/613.37	c cleaning 77014 clauses out of 154045 with flag 18772065/3071001
635.33/634.26	c cleaning 78008 clauses out of 156030 with flag 19263035/3150000
656.63/655.58	c cleaning 78949 clauses out of 158022 with flag 19758280/3230000
678.44/677.34	c cleaning 79985 clauses out of 160073 with flag 20257135/3311000
700.73/699.51	c cleaning 81013 clauses out of 162091 with flag 20763337/3393003
723.03/721.83	c cleaning 82025 clauses out of 164077 with flag 21280110/3476002
746.22/745.07	c cleaning 82993 clauses out of 166050 with flag 21799830/3560000
770.02/768.81	c cleaning 84016 clauses out of 168058 with flag 22321257/3645001
794.32/793.14	c cleaning 84979 clauses out of 170041 with flag 22850524/3731000
819.11/817.93	c cleaning 86004 clauses out of 172063 with flag 23383657/3818001
843.96/842.74	c cleaning 86996 clauses out of 174058 with flag 23926677/3906000
869.75/868.53	c cleaning 87990 clauses out of 176062 with flag 24469564/3995000
895.75/894.59	c cleaning 89022 clauses out of 178072 with flag 25013262/4085000
922.65/921.43	c cleaning 89978 clauses out of 180050 with flag 25568053/4176000
950.06/948.75	c cleaning 91020 clauses out of 182073 with flag 26133756/4268001
977.86/976.57	c cleaning 92011 clauses out of 184053 with flag 26706132/4361001
1006.47/1005.19	c cleaning 92977 clauses out of 186041 with flag 27280078/4455000
1035.26/1033.99	c cleaning 94005 clauses out of 188065 with flag 27861080/4550001
1065.17/1063.85	c cleaning 95001 clauses out of 190060 with flag 28450153/4646001
1095.87/1094.45	c cleaning 96012 clauses out of 192059 with flag 29040835/4743001
1126.57/1125.19	c cleaning 96979 clauses out of 194047 with flag 29638248/4841001
1158.58/1157.13	c cleaning 97983 clauses out of 196068 with flag 30238490/4940001
1191.18/1189.72	c cleaning 99036 clauses out of 198084 with flag 30843193/5040000
1224.56/1222.94	c cleaning 100001 clauses out of 200049 with flag 31453337/5141001
1257.88/1256.26	c cleaning 100969 clauses out of 202049 with flag 32070206/5243002
1291.99/1290.37	c cleaning 102000 clauses out of 204078 with flag 32692378/5346000
1326.18/1324.59	c cleaning 102974 clauses out of 206078 with flag 33324365/5450000
1362.01/1360.21	c cleaning 104036 clauses out of 208104 with flag 33964809/5555000
1397.81/1396.06	c cleaning 104975 clauses out of 210068 with flag 34602120/5661000
1434.01/1432.22	c cleaning 106003 clauses out of 212094 with flag 35255156/5768001
1471.21/1469.48	c cleaning 107013 clauses out of 214092 with flag 35907903/5876002
1509.99/1508.18	c cleaning 108000 clauses out of 216079 with flag 36570414/5985002
1548.50/1546.62	c cleaning 109012 clauses out of 218077 with flag 37231470/6095000
1587.89/1586.07	c cleaning 109980 clauses out of 220065 with flag 37897016/6206000
1628.38/1626.49	c cleaning 111027 clauses out of 222085 with flag 38570936/6318000
1669.07/1667.10	c cleaning 112007 clauses out of 224058 with flag 39251133/6431000
1710.86/1708.93	c cleaning 113009 clauses out of 226052 with flag 39940664/6545001
1752.76/1750.77	c cleaning 113988 clauses out of 228043 with flag 40630137/6660001
1795.16/1793.17	c cleaning 115016 clauses out of 230054 with flag 41329021/6776000
1800.05/1798.00	c starts		: 49019
1800.05/1798.00	c conflicts		: 6793032
1800.05/1798.00	c decisions		: 61176501
1800.05/1798.00	c propagations		: 902081780
1800.05/1798.00	c inspects		: 24727323411
1800.05/1798.00	c shortcuts		: 0
1800.05/1798.00	c learnt literals	: 2
1800.05/1798.00	c learnt binary clauses	: 50
1800.05/1798.00	c learnt ternary clauses	: 616
1800.05/1798.00	c learnt constraints	: 6793030
1800.05/1798.00	c ignored constraints	: 0
1800.05/1798.00	c root simplifications	: 0
1800.05/1798.00	c removed literals (reason simplification)	: 0
1800.05/1798.00	c reason swapping (by a shorter reason)	: 0
1800.05/1798.00	c Calls to reduceDB	: 112
1800.05/1798.00	c Number of update (reduction) of LBD	: 1462237
1800.05/1798.00	c Imported unit clauses	: 0
1800.05/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.00	c number of learned constraints concerned by reduction	: 0
1800.05/1798.00	c number of learning phase by resolution	: 0
1800.05/1798.00	c number of learning phase by cutting planes	: 0
1800.05/1798.00	c speed (assignments/second)	: 501832.62450801773
1800.05/1798.00	c non guided choices	29218
1800.05/1798.00	c timeout
1800.05/1798.03	c learnt constraints type 
1800.05/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.05/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132020
1800.05/1798.03	s UNKNOWN
1800.05/1798.03	c Total wall clock time (in seconds): 1797.914

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4116545-1466972476/watcher-4116545-1466972476 -o /tmp/evaluation-result-4116545-1466972476/solver-4116545-1466972476 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116545-1466972476.opb 

pid=30145
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: 2.15 2.14 2.09 3/194 30148
/proc/meminfo: memFree=31042520/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30148/stat : 30148 (java) D 30145 30148 26442 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 30285548 9515008 185 33554432000 1073741824 1073778376 140736242018752 140736242007816 206619897127 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2323 185 143 9 0 71 0

[startup+0.100112 s]
/proc/loadavg: 2.15 2.14 2.09 3/194 30148
/proc/meminfo: memFree=31042520/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 4394 0 1 0 7 2 0 0 20 0 18 0 30285548 9787879424 6022 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.15 2.14 2.09 3/194 30148
/proc/meminfo: memFree=31042520/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 4936 0 1 0 24 2 0 0 20 0 18 0 30285548 9787879424 6989 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2389619 6989 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.15 2.14 2.09 3/194 30148
/proc/meminfo: memFree=31042520/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 5726 0 1 0 46 2 0 0 20 0 18 0 30285548 9787879424 8947 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2389619 8947 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 2.15 2.14 2.09 3/194 30148
/proc/meminfo: memFree=31042520/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 8347 0 1 0 131 3 0 0 20 0 19 0 30285548 9856040960 15897 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 15897 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.14 2.13 2.09 4/213 30167
/proc/meminfo: memFree=30985324/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 8873 0 1 0 222 3 0 0 20 0 19 0 30285548 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 16470 2270 9 0 2396937 0
[pid=30148/tid=30150] ppid=30145 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/30148/task/30150/stat : 30150 (java) R 30145 30148 26442 0 -1 4202560 2437 0 1 0 145 2 0 0 20 0 19 0 30285549 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369096715984 140368944007617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30151] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30151/stat : 30151 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369069177384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30152] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30152/stat : 30152 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369068124584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30153] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30153/stat : 30153 (java) S 30145 30148 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369067071784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30154] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30154/stat : 30154 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369066018984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30155] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30155/stat : 30155 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369064967208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30156] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30156/stat : 30156 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369063914408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30157] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30157/stat : 30157 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369062861608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30158] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30158/stat : 30158 (java) S 30145 30148 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140369061808808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30159] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30159/stat : 30159 (java) S 30145 30148 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30285551 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368450390504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30160] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30160/stat : 30160 (java) S 30145 30148 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368449336568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30161] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30161/stat : 30161 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368448283656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30162] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30162/stat : 30162 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368447232144 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30163] ppid=30145 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/30148/task/30163/stat : 30163 (java) S 30145 30148 26442 0 -1 4202560 1864 0 0 0 30 0 0 0 20 0 19 0 30285554 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368446180280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30164] ppid=30145 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/30148/task/30164/stat : 30164 (java) S 30145 30148 26442 0 -1 4202560 3299 0 0 0 45 0 0 0 20 0 19 0 30285554 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368445127480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30165] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30165/stat : 30165 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368444074872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30166] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30166/stat : 30166 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368443022280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 16470 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.14 2.13 2.09 3/213 30167
/proc/meminfo: memFree=30983152/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=3.88 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 8877 0 1 0 385 3 0 0 20 0 19 0 30285548 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 17495 2270 9 0 2396937 0
[pid=30148/tid=30150] ppid=30145 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/30148/task/30150/stat : 30150 (java) R 30145 30148 26442 0 -1 4202560 2440 0 1 0 304 2 0 0 20 0 19 0 30285549 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369096724896 140368943968791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30151] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30151/stat : 30151 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369069177384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30152] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30152/stat : 30152 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369068124584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30153] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30153/stat : 30153 (java) S 30145 30148 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369067071784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30154] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30154/stat : 30154 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369066018984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30155] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30155/stat : 30155 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369064967208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30156] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30156/stat : 30156 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369063914408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30157] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30157/stat : 30157 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369062861608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30158] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30158/stat : 30158 (java) S 30145 30148 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140369061808808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30159] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30159/stat : 30159 (java) S 30145 30148 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30285551 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368450390504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30160] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30160/stat : 30160 (java) S 30145 30148 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368449336568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30161] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30161/stat : 30161 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368448283656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30162] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30162/stat : 30162 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368447232144 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30163] ppid=30145 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/30148/task/30163/stat : 30163 (java) S 30145 30148 26442 0 -1 4202560 1864 0 0 0 32 0 0 0 20 0 19 0 30285554 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368446180280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30164] ppid=30145 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/30148/task/30164/stat : 30164 (java) S 30145 30148 26442 0 -1 4202560 3300 0 0 0 47 0 0 0 20 0 19 0 30285554 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368445127480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30165] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30165/stat : 30165 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368444074872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30166] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30166/stat : 30166 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368443022280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 17495 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.13 2.13 2.09 3/213 30167
/proc/meminfo: memFree=30974712/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=7.09 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 8883 0 1 0 706 3 0 0 20 0 19 0 30285548 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 19536 2271 9 0 2396937 0
[pid=30148/tid=30150] ppid=30145 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/30148/task/30150/stat : 30150 (java) R 30145 30148 26442 0 -1 4202560 2445 0 1 0 624 2 0 0 20 0 19 0 30285549 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369096724904 140368944007584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30151] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30151/stat : 30151 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369069177384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30152] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30152/stat : 30152 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369068124584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30153] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30153/stat : 30153 (java) S 30145 30148 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369067071784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30154] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30154/stat : 30154 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369066018984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30155] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30155/stat : 30155 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369064967208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30156] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30156/stat : 30156 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369063914408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30157] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30157/stat : 30157 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369062861608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30158] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30158/stat : 30158 (java) S 30145 30148 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30285550 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140369061808808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30159] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30159/stat : 30159 (java) S 30145 30148 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30285551 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368450390504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30160] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30160/stat : 30160 (java) S 30145 30148 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368449336568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30161] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30161/stat : 30161 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368448283656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30162] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30162/stat : 30162 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368447232144 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30163] ppid=30145 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/30148/task/30163/stat : 30163 (java) S 30145 30148 26442 0 -1 4202560 1864 0 0 0 32 0 0 0 20 0 19 0 30285554 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368446180280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30164] ppid=30145 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/30148/task/30164/stat : 30164 (java) S 30145 30148 26442 0 -1 4202560 3300 0 0 0 48 0 0 0 20 0 19 0 30285554 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368445127480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30165] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30165/stat : 30165 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368444074872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30166] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30166/stat : 30166 (java) S 30145 30148 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368443022280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 19536 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.27
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.07 3/213 30275
/proc/meminfo: memFree=30744580/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=1724.26 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 10324 0 1 0 172376 50 0 0 20 0 19 0 30285548 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 88529 2285 9 0 2396937 0
[pid=30148/tid=30150] ppid=30145 vsize=9625040 CPUtime=1717.36 cores=1,3,5,7
/proc/30148/task/30150/stat : 30150 (java) R 30145 30148 26442 0 -1 4202560 2501 0 1 0 171706 30 0 0 20 0 19 0 30285549 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369096716064 140368943968415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30151] ppid=30145 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/30148/task/30151/stat : 30151 (java) S 30145 30148 26442 0 -1 4202560 174 0 0 0 16 4 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369069177384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30152] ppid=30145 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/30148/task/30152/stat : 30152 (java) S 30145 30148 26442 0 -1 4202560 391 0 0 0 12 4 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369068124584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30153] ppid=30145 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/30148/task/30153/stat : 30153 (java) S 30145 30148 26442 0 -1 4202560 126 0 0 0 12 3 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369067071784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30154] ppid=30145 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/30148/task/30154/stat : 30154 (java) S 30145 30148 26442 0 -1 4202560 30 0 0 0 12 1 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369066018984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30155] ppid=30145 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/30148/task/30155/stat : 30155 (java) S 30145 30148 26442 0 -1 4202560 220 0 0 0 20 4 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369064967208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30156] ppid=30145 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/30148/task/30156/stat : 30156 (java) S 30145 30148 26442 0 -1 4202560 117 0 0 0 15 2 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369063914408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30157] ppid=30145 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/30148/task/30157/stat : 30157 (java) S 30145 30148 26442 0 -1 4202560 39 0 0 0 13 2 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369062861608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30158] ppid=30145 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/30148/task/30158/stat : 30158 (java) S 30145 30148 26442 0 -1 4202560 26 0 0 0 12 2 0 0 20 0 19 0 30285550 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140369061808808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30159] ppid=30145 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30148/task/30159/stat : 30159 (java) S 30145 30148 26442 0 -1 4202560 67 0 0 0 1 1 0 0 20 0 19 0 30285551 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368450390504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30160] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30160/stat : 30160 (java) S 30145 30148 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368449336568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30161] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30161/stat : 30161 (java) S 30145 30148 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368448283656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30162] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30162/stat : 30162 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368447232144 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30163] ppid=30145 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/30148/task/30163/stat : 30163 (java) S 30145 30148 26442 0 -1 4202560 1864 0 0 0 32 0 0 0 20 0 19 0 30285554 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368446180280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30164] ppid=30145 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30148/task/30164/stat : 30164 (java) S 30145 30148 26442 0 -1 4202560 3411 0 0 0 52 0 0 0 20 0 19 0 30285554 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368445127480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30165] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30165/stat : 30165 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368444074872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30166] ppid=30145 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/30148/task/30166/stat : 30166 (java) S 30145 30148 26442 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 30285554 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368443022280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 88529 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.07 3/214 30279
/proc/meminfo: memFree=30731948/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=1784.35 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 10356 0 1 0 178383 52 0 0 20 0 19 0 30285548 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 91603 2285 9 0 2396937 0
[pid=30148/tid=30150] ppid=30145 vsize=9625040 CPUtime=1777.14 cores=1,3,5,7
/proc/30148/task/30150/stat : 30150 (java) R 30145 30148 26442 0 -1 4202560 2502 0 1 0 177683 31 0 0 20 0 19 0 30285549 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369096716064 140368943895394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30151] ppid=30145 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/30148/task/30151/stat : 30151 (java) S 30145 30148 26442 0 -1 4202560 174 0 0 0 17 4 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369069177384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30152] ppid=30145 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/30148/task/30152/stat : 30152 (java) S 30145 30148 26442 0 -1 4202560 396 0 0 0 15 4 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369068124584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30153] ppid=30145 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/30148/task/30153/stat : 30153 (java) S 30145 30148 26442 0 -1 4202560 136 0 0 0 16 3 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369067071784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30154] ppid=30145 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/30148/task/30154/stat : 30154 (java) S 30145 30148 26442 0 -1 4202560 33 0 0 0 13 1 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369066018984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30155] ppid=30145 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/30148/task/30155/stat : 30155 (java) S 30145 30148 26442 0 -1 4202560 222 0 0 0 21 4 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369064967208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30156] ppid=30145 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/30148/task/30156/stat : 30156 (java) S 30145 30148 26442 0 -1 4202560 120 0 0 0 16 2 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369063914408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30157] ppid=30145 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/30148/task/30157/stat : 30157 (java) S 30145 30148 26442 0 -1 4202560 41 0 0 0 14 3 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369062861608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30158] ppid=30145 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/30148/task/30158/stat : 30158 (java) S 30145 30148 26442 0 -1 4202560 26 0 0 0 13 2 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369061808808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30159] ppid=30145 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30148/task/30159/stat : 30159 (java) S 30145 30148 26442 0 -1 4202560 69 0 0 0 1 1 0 0 20 0 19 0 30285551 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368450390504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30160] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30160/stat : 30160 (java) S 30145 30148 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368449336568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30161] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30161/stat : 30161 (java) S 30145 30148 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368448283656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30162] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30162/stat : 30162 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368447232144 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30163] ppid=30145 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/30148/task/30163/stat : 30163 (java) S 30145 30148 26442 0 -1 4202560 1864 0 0 0 32 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368446180280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30164] ppid=30145 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30148/task/30164/stat : 30164 (java) S 30145 30148 26442 0 -1 4202560 3411 0 0 0 52 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368445127480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30165] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30165/stat : 30165 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368444074872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30166] ppid=30145 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/30148/task/30166/stat : 30166 (java) S 30145 30148 26442 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368443022280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.05 2.06 2.07 3/213 30279
/proc/meminfo: memFree=30732448/32872528 swapFree=552864/567172
[pid=30148] ppid=30145 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/30148/stat : 30148 (java) S 30145 30148 26442 0 -1 4202496 10356 0 1 0 179952 53 0 0 20 0 19 0 30285548 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140736242009888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30148/statm: 2406260 91603 2285 9 0 2396937 0
[pid=30148/tid=30150] ppid=30145 vsize=9625040 CPUtime=1792.8 cores=1,3,5,7
/proc/30148/task/30150/stat : 30150 (java) R 30145 30148 26442 0 -1 4202560 2502 0 1 0 179248 32 0 0 20 0 19 0 30285549 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369096716064 140368943968906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30151] ppid=30145 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/30148/task/30151/stat : 30151 (java) S 30145 30148 26442 0 -1 4202560 174 0 0 0 17 4 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369069177384 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30152] ppid=30145 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/30148/task/30152/stat : 30152 (java) S 30145 30148 26442 0 -1 4202560 396 0 0 0 15 4 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369068124584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30153] ppid=30145 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/30148/task/30153/stat : 30153 (java) S 30145 30148 26442 0 -1 4202560 136 0 0 0 16 3 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369067071784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30154] ppid=30145 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/30148/task/30154/stat : 30154 (java) S 30145 30148 26442 0 -1 4202560 33 0 0 0 13 1 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369066018984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30155] ppid=30145 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/30148/task/30155/stat : 30155 (java) S 30145 30148 26442 0 -1 4202560 222 0 0 0 21 4 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369064967208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30156] ppid=30145 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/30148/task/30156/stat : 30156 (java) S 30145 30148 26442 0 -1 4202560 120 0 0 0 16 2 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369063914408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30157] ppid=30145 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/30148/task/30157/stat : 30157 (java) S 30145 30148 26442 0 -1 4202560 41 0 0 0 14 3 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369062861608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30158] ppid=30145 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/30148/task/30158/stat : 30158 (java) S 30145 30148 26442 0 -1 4202560 26 0 0 0 13 2 0 0 20 0 19 0 30285550 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140369061808808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30159] ppid=30145 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/30148/task/30159/stat : 30159 (java) S 30145 30148 26442 0 -1 4202560 69 0 0 0 1 1 0 0 20 0 19 0 30285551 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368450390504 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30148/tid=30160] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30160/stat : 30160 (java) S 30145 30148 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368449336568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30161] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30161/stat : 30161 (java) S 30145 30148 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30285552 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368448283656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30162] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30162/stat : 30162 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368447232144 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30163] ppid=30145 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/30148/task/30163/stat : 30163 (java) S 30145 30148 26442 0 -1 4202560 1864 0 0 0 32 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368446180280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30148/tid=30164] ppid=30145 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30148/task/30164/stat : 30164 (java) S 30145 30148 26442 0 -1 4202560 3411 0 0 0 52 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368445127480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30165] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30165/stat : 30165 (java) S 30145 30148 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368444074872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30148/tid=30166] ppid=30145 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/30148/task/30166/stat : 30166 (java) S 30145 30148 26442 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 30285554 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368443022280 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30148/tid=30167] ppid=30145 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30148/task/30167/stat : 30167 (java) S 30145 30148 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30285591 9856040960 91603 33554432000 1073741824 1073778376 140736242018752 140368441967784 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30148 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30148 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=67108
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=112830
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.03
CPU time (s): 1800.05
CPU user time (s): 1799.52
CPU system time (s): 0.53
CPU usage (%): 100.112
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 1.11283
maximum resident set size= 366528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10392
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38464
involuntary context switches= 12382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1935 second user time and 14.3408 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 22:21:16
IDJOB=4116545
IDBENCH=109483
IDSOLVER=2546
FILE ID=node138/4116545-1466972476
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116545-1466972476/watcher-4116545-1466972476 -o /tmp/evaluation-result-4116545-1466972476/solver-4116545-1466972476 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116545-1466972476.opb

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

MD5SUM BENCH= 0fa0928008c966292e9de5be6ad7d68b
RANDOM SEED=336969200

node138.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.803
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.60
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.803
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	: 5332.55
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.803
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	: 5332.56
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.803
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	: 5332.55
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.803
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	: 5332.55
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.803
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	: 5332.55
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.803
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	: 5332.55
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.803
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31043776 kB
Buffers:           38448 kB
Cached:           227844 kB
SwapCached:         3788 kB
Active:           316636 kB
Inactive:         243612 kB
Active(anon):     291620 kB
Inactive(anon):     4564 kB
Active(file):      25016 kB
Inactive(file):   239048 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:        802880 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             567260 kB
SReclaimable:      10904 kB
SUnreclaim:       556356 kB
KernelStack:        1760 kB
PageTables:         5892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1291952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node138 at 2016-06-26 22:51:15