Trace number 4116089

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.78 1797.75

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-0.opb
MD5SUM07476883d79040c68787d0ce7712b615
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4116089-1466975797.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.307s.
0.71/0.41	c declared #vars     4288
0.71/0.41	c #constraints  10848
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.71/0.41	c org.sat4j.specs.Constr$1 => 920
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.71/0.41	c 10848 constraints processed.
1.78/1.07	c cleaning 2499 clauses out of 4999 with flag 17107/5001
2.46/1.65	c cleaning 4235 clauses out of 8501 with flag 40464/11002
3.17/2.33	c cleaning 5622 clauses out of 11264 with flag 69439/18000
3.97/3.17	c cleaning 6810 clauses out of 13642 with flag 103788/26000
4.89/4.07	c cleaning 7908 clauses out of 15832 with flag 146082/35000
5.99/5.11	c cleaning 8959 clauses out of 17924 with flag 193283/45000
7.09/6.25	c cleaning 9979 clauses out of 19965 with flag 248563/56000
8.39/7.52	c cleaning 10970 clauses out of 21986 with flag 308586/68000
9.80/8.95	c cleaning 11997 clauses out of 24016 with flag 374345/81000
11.39/10.58	c cleaning 12997 clauses out of 26019 with flag 447818/95000
13.11/12.28	c cleaning 13996 clauses out of 28022 with flag 527302/110000
15.00/14.16	c cleaning 14986 clauses out of 30027 with flag 615581/126001
17.10/16.23	c cleaning 15997 clauses out of 32040 with flag 707895/143000
19.30/18.48	c cleaning 16981 clauses out of 34043 with flag 807745/161000
21.70/20.86	c cleaning 18022 clauses out of 36062 with flag 913711/180000
24.20/23.39	c cleaning 19002 clauses out of 38042 with flag 1027496/200002
27.00/26.14	c cleaning 20013 clauses out of 40039 with flag 1146946/221001
30.00/29.10	c cleaning 20980 clauses out of 42026 with flag 1272849/243001
33.10/32.24	c cleaning 22021 clauses out of 44045 with flag 1405659/266000
36.60/35.74	c cleaning 22978 clauses out of 46025 with flag 1542589/290001
40.41/39.51	c cleaning 23994 clauses out of 48046 with flag 1686198/315000
44.31/43.42	c cleaning 25011 clauses out of 50052 with flag 1838534/341000
48.41/47.56	c cleaning 26006 clauses out of 52041 with flag 1995800/368000
52.53/51.63	c cleaning 27011 clauses out of 54036 with flag 2158063/396001
56.53/55.67	c cleaning 27990 clauses out of 56024 with flag 2327517/425000
60.73/59.88	c cleaning 29009 clauses out of 58034 with flag 2500264/455000
65.23/64.39	c cleaning 29974 clauses out of 60026 with flag 2681389/486001
70.03/69.15	c cleaning 30965 clauses out of 62053 with flag 2872530/518002
75.04/74.19	c cleaning 32029 clauses out of 64086 with flag 3072218/551000
80.34/79.44	c cleaning 32979 clauses out of 66057 with flag 3273064/585000
85.74/84.88	c cleaning 33998 clauses out of 68081 with flag 3476535/620003
91.44/90.56	c cleaning 35033 clauses out of 70080 with flag 3693765/656000
97.64/96.70	c cleaning 36008 clauses out of 72047 with flag 3914364/693000
103.95/103.09	c cleaning 37002 clauses out of 74039 with flag 4138846/731000
110.65/109.77	c cleaning 37974 clauses out of 76037 with flag 4373297/770000
117.45/116.59	c cleaning 38978 clauses out of 78063 with flag 4613365/810000
124.75/123.85	c cleaning 40022 clauses out of 80085 with flag 4859993/851000
132.25/131.35	c cleaning 41020 clauses out of 82063 with flag 5109535/893000
139.48/138.59	c cleaning 42003 clauses out of 84043 with flag 5366774/936000
146.98/146.01	c cleaning 43005 clauses out of 86041 with flag 5631395/980001
154.78/153.86	c cleaning 44008 clauses out of 88037 with flag 5900049/1025002
162.89/161.96	c cleaning 45007 clauses out of 90027 with flag 6177536/1071000
171.50/170.54	c cleaning 45957 clauses out of 92021 with flag 6460013/1118001
180.19/179.28	c cleaning 47016 clauses out of 94063 with flag 6754256/1166000
189.29/188.32	c cleaning 47998 clauses out of 96048 with flag 7050173/1215001
198.89/197.94	c cleaning 49011 clauses out of 98051 with flag 7352111/1265002
208.69/207.76	c cleaning 50005 clauses out of 100038 with flag 7657624/1316000
218.60/217.67	c cleaning 50972 clauses out of 102033 with flag 7974516/1368000
229.25/228.21	c cleaning 52023 clauses out of 104061 with flag 8292949/1421000
239.66/238.65	c cleaning 52983 clauses out of 106038 with flag 8621475/1475000
250.87/249.85	c cleaning 53966 clauses out of 108056 with flag 8957393/1530001
262.47/261.41	c cleaning 55009 clauses out of 110090 with flag 9301740/1586001
274.37/273.30	c cleaning 55997 clauses out of 112080 with flag 9646140/1643000
286.57/285.59	c cleaning 57001 clauses out of 114083 with flag 9995294/1701000
299.28/298.22	c cleaning 57990 clauses out of 116082 with flag 10355204/1760000
312.18/311.10	c cleaning 59042 clauses out of 118093 with flag 10717501/1820001
325.79/324.71	c cleaning 59979 clauses out of 120050 with flag 11081784/1881000
339.74/338.61	c cleaning 60994 clauses out of 122071 with flag 11455132/1943000
354.03/352.93	c cleaning 62026 clauses out of 124078 with flag 11832188/2006001
368.43/367.33	c cleaning 63018 clauses out of 126051 with flag 12213824/2070000
382.74/381.66	c cleaning 63969 clauses out of 128033 with flag 12602384/2135000
397.66/396.58	c cleaning 65001 clauses out of 130064 with flag 13001844/2201000
412.96/411.89	c cleaning 66026 clauses out of 132063 with flag 13404315/2268000
428.75/427.68	c cleaning 66996 clauses out of 134037 with flag 13810433/2336000
444.75/443.68	c cleaning 67989 clauses out of 136041 with flag 14229842/2405000
461.09/459.99	c cleaning 69006 clauses out of 138052 with flag 14647064/2475000
477.88/476.74	c cleaning 70023 clauses out of 140046 with flag 15071334/2546000
495.58/494.43	c cleaning 70983 clauses out of 142023 with flag 15505217/2618000
513.28/512.14	c cleaning 72000 clauses out of 144042 with flag 15936456/2691002
531.29/530.20	c cleaning 73012 clauses out of 146040 with flag 16379985/2765000
549.89/548.78	c cleaning 73989 clauses out of 148028 with flag 16821162/2840000
569.45/568.24	c cleaning 74993 clauses out of 150042 with flag 17275955/2916003
589.16/587.98	c cleaning 76025 clauses out of 152049 with flag 17731286/2993003
609.26/608.04	c cleaning 76978 clauses out of 154021 with flag 18198017/3071000
629.37/628.19	c cleaning 78004 clauses out of 156043 with flag 18668854/3150000
650.07/648.87	c cleaning 79007 clauses out of 158039 with flag 19142833/3230000
671.57/670.39	c cleaning 80016 clauses out of 160032 with flag 19629121/3311000
693.63/692.36	c cleaning 80989 clauses out of 162016 with flag 20113412/3393000
715.93/714.61	c cleaning 82005 clauses out of 164028 with flag 20603410/3476001
739.34/738.00	c cleaning 83000 clauses out of 166023 with flag 21098177/3560001
762.94/761.60	c cleaning 83977 clauses out of 168022 with flag 21599813/3645000
786.55/785.25	c cleaning 84936 clauses out of 170045 with flag 22107652/3731000
811.36/809.98	c cleaning 86000 clauses out of 172110 with flag 22621406/3818001
836.48/835.10	c cleaning 87037 clauses out of 174109 with flag 23141884/3906000
862.47/861.07	c cleaning 88025 clauses out of 176072 with flag 23666340/3995000
888.37/886.96	c cleaning 89016 clauses out of 178047 with flag 24196673/4085000
915.18/913.75	c cleaning 89952 clauses out of 180032 with flag 24737798/4176001
942.16/940.62	c cleaning 90989 clauses out of 182079 with flag 25283804/4268000
969.45/967.91	c cleaning 92024 clauses out of 184091 with flag 25830691/4361001
997.56/996.06	c cleaning 92993 clauses out of 186066 with flag 26384664/4455000
1027.27/1025.72	c cleaning 94008 clauses out of 188075 with flag 26947651/4550002
1057.87/1056.22	c cleaning 95005 clauses out of 190066 with flag 27514720/4646001
1087.58/1085.95	c cleaning 95997 clauses out of 192060 with flag 28090287/4743000
1118.08/1116.41	c cleaning 97008 clauses out of 194063 with flag 28671466/4841000
1149.88/1148.27	c cleaning 98015 clauses out of 196057 with flag 29249497/4940002
1181.82/1180.03	c cleaning 98995 clauses out of 198040 with flag 29839336/5040000
1213.82/1212.04	c cleaning 99993 clauses out of 200045 with flag 30430162/5141000
1247.02/1245.30	c cleaning 101007 clauses out of 202052 with flag 31029271/5243000
1281.41/1279.68	c cleaning 101970 clauses out of 204045 with flag 31630511/5346000
1316.98/1315.00	c cleaning 103032 clauses out of 206075 with flag 32239680/5450000
1353.18/1351.23	c cleaning 104014 clauses out of 208043 with flag 32851258/5555000
1389.09/1387.19	c cleaning 104992 clauses out of 210030 with flag 33471118/5661001
1426.73/1424.65	c cleaning 105968 clauses out of 212037 with flag 34098351/5768000
1463.93/1461.85	c cleaning 106986 clauses out of 214069 with flag 34725441/5876000
1502.35/1500.26	c cleaning 108038 clauses out of 216084 with flag 35361029/5985001
1541.05/1538.93	c cleaning 109006 clauses out of 218045 with flag 36003485/6095000
1581.35/1579.14	c cleaning 109993 clauses out of 220040 with flag 36651016/6206001
1621.75/1619.52	c cleaning 111019 clauses out of 222046 with flag 37304569/6318000
1662.96/1660.72	c cleaning 111978 clauses out of 224031 with flag 37960364/6431004
1705.96/1703.63	c cleaning 112995 clauses out of 226050 with flag 38624759/6545001
1751.16/1748.83	c cleaning 114020 clauses out of 228055 with flag 39293323/6660001
1797.65/1795.33	c cleaning 114976 clauses out of 230034 with flag 39965707/6776000
1800.05/1797.72	c starts		: 55002
1800.05/1797.72	c conflicts		: 6783959
1800.05/1797.72	c decisions		: 57102339
1800.05/1797.72	c propagations		: 876539319
1800.05/1797.72	c inspects		: 25357356116
1800.05/1797.72	c shortcuts		: 0
1800.05/1797.72	c learnt literals	: 2
1800.05/1797.72	c learnt binary clauses	: 72
1800.05/1797.72	c learnt ternary clauses	: 888
1800.05/1797.72	c learnt constraints	: 6783957
1800.05/1797.72	c ignored constraints	: 0
1800.05/1797.72	c root simplifications	: 0
1800.05/1797.72	c removed literals (reason simplification)	: 0
1800.05/1797.72	c reason swapping (by a shorter reason)	: 0
1800.05/1797.72	c Calls to reduceDB	: 112
1800.05/1797.72	c Number of update (reduction) of LBD	: 1454736
1800.05/1797.72	c Imported unit clauses	: 0
1800.05/1797.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.72	c number of learned constraints concerned by reduction	: 0
1800.05/1797.72	c number of learning phase by resolution	: 0
1800.05/1797.72	c number of learning phase by cutting planes	: 0
1800.05/1797.72	c speed (assignments/second)	: 487696.74968730944
1800.05/1797.72	c non guided choices	26191
1800.05/1797.72	c timeout
1800.05/1797.74	c learnt constraints type 
1800.05/1797.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
1800.05/1797.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122945
1800.05/1797.74	s UNKNOWN
1800.05/1797.74	c Total wall clock time (in seconds): 1797.644

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-4116089-1466975797/watcher-4116089-1466975797 -o /tmp/evaluation-result-4116089-1466975797/solver-4116089-1466975797 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116089-1466975797.opb 

pid=26111
running on 4 cores: 0,2,4,6

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.32 2.24 2.19 3/192 26114
/proc/meminfo: memFree=30315848/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 30616958 98570240 977 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 24065 977 743 9 0 16771 0
[pid=26114/tid=26115] ppid=26111 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30616958 98570240 978 33554432000 1073741824 1073778376 140736767224960 139694193298984 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.32 2.24 2.19 3/192 26114
/proc/meminfo: memFree=30315848/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 4476 0 1 0 10 1 0 0 20 0 18 0 30616958 9787879424 6116 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2389619 6116 2157 9 0 2380296 0
[pid=26114/tid=26115] ppid=26111 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 30616958 9787879424 6116 33554432000 1073741824 1073778376 140736767224960 139694193302432 248793588149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.32 2.24 2.19 3/192 26114
/proc/meminfo: memFree=30315848/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 4965 0 1 0 27 1 0 0 20 0 18 0 30616958 9787879424 6988 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2389619 6988 2217 9 0 2380296 0
[pid=26114/tid=26115] ppid=26111 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 30616958 9787879424 6988 33554432000 1073741824 1073778376 140736767224960 139694193303576 139694029700260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 2.32 2.24 2.19 3/192 26114
/proc/meminfo: memFree=30315848/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 5957 0 1 0 51 1 0 0 20 0 18 0 30616958 9787879424 9525 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2389619 9525 2233 9 0 2380296 0
[pid=26114/tid=26115] ppid=26111 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2399 0 1 0 26 1 0 0 20 0 18 0 30616958 9787879424 9525 33554432000 1073741824 1073778376 140736767224960 139694193303752 139694199829215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700307 s]
/proc/loadavg: 2.32 2.24 2.19 3/192 26114
/proc/meminfo: memFree=30315848/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 9021 0 1 0 141 2 0 0 20 0 19 0 30616958 9856040960 15841 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 15841 2264 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2438 0 1 0 66 1 0 0 20 0 19 0 30616958 9856040960 15841 33554432000 1073741824 1073778376 140736767224960 139694193304192 139694030177565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.32 2.24 2.19 3/213 26135
/proc/meminfo: memFree=30240968/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 10205 0 1 0 231 2 0 0 20 0 19 0 30616958 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 16360 2270 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2440 0 1 0 146 2 0 0 20 0 19 0 30616958 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694193295056 139694030075627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26117] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694154795816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26118] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694153743016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26119] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694152690728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26120] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694151637928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26121] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694150584616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26122] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694149531816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26123] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694148479528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26124] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694029400488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26125] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30616960 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694017202920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 3884 0 0 0 45 0 0 0 20 0 19 0 30616963 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/26114/task/26130/stat : 26130 (java) S 26111 26114 23975 0 -1 4202560 2610 0 0 0 37 0 0 0 20 0 19 0 30616963 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139693273372728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26131] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26131/stat : 26131 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139693272320632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26132] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26132/stat : 26132 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139693271268040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26134] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26134/stat : 26134 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30617000 9856040960 16360 33554432000 1073741824 1073778376 140736767224960 139693270214056 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.30 2.23 2.19 3/213 26135
/proc/meminfo: memFree=30235996/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 10208 0 1 0 395 2 0 0 20 0 19 0 30616958 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 17384 2270 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2443 0 1 0 306 2 0 0 20 0 19 0 30616958 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694193302064 139694029674362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26117] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694154795816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26118] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694153743016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26119] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694152690728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26120] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694151637928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26121] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694150584616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26122] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694149531816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26123] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694148479528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26124] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694029400488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26125] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30616960 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694017202920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 3884 0 0 0 47 0 0 0 20 0 19 0 30616963 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/26114/task/26130/stat : 26130 (java) S 26111 26114 23975 0 -1 4202560 2610 0 0 0 39 0 0 0 20 0 19 0 30616963 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139693273372728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26131] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26131/stat : 26131 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139693272320632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26132] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26132/stat : 26132 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139693271268040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26134] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26134/stat : 26134 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30617000 9856040960 17384 33554432000 1073741824 1073778376 140736767224960 139693270214056 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.30 2.23 2.19 3/213 26135
/proc/meminfo: memFree=30219872/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=7.19 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 10246 0 1 0 716 3 0 0 20 0 19 0 30616958 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 19417 2271 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2448 0 1 0 626 2 0 0 20 0 19 0 30616958 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694193303960 139694030049929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26117] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694154795816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26118] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694153743016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26119] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694152690728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26120] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694151637928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26121] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694150584616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26122] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694149531816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26123] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694148479528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26124] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30616959 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694029400488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26125] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30616960 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694017202920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 3916 0 0 0 48 0 0 0 20 0 19 0 30616963 9856040960 19417 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 4335 0 0 0 52 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/26114/task/26130/stat : 26130 (java) S 26111 26114 23975 0 -1 4202560 2610 0 0 0 39 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693273372728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26131] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26131/stat : 26131 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693272320632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26132] ppid=26111 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/26114/task/26132/stat : 26132 (java) S 26111 26114 23975 0 -1 4202560 100 0 0 0 38 35 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693271268040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26134] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26134/stat : 26134 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30617000 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693270214056 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.17 2.17 3/213 26178
/proc/meminfo: memFree=29666032/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=1784.65 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 13290 0 1 0 178416 49 0 0 20 0 19 0 30616958 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 87818 2285 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=1781.78 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2505 0 1 0 178147 31 0 0 20 0 19 0 30616958 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694193295136 139694030137699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26117] ppid=26111 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 23975 0 -1 4202560 340 0 0 0 13 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694154795816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26118] ppid=26111 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 23975 0 -1 4202560 266 0 0 0 17 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694153743016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26119] ppid=26111 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 23975 0 -1 4202560 362 0 0 0 19 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694152690728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26120] ppid=26111 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 23975 0 -1 4202560 174 0 0 0 18 4 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694151637928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26121] ppid=26111 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 23975 0 -1 4202560 319 0 0 0 20 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694150584616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26122] ppid=26111 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 23975 0 -1 4202560 243 0 0 0 17 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694149531816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26123] ppid=26111 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 23975 0 -1 4202560 350 0 0 0 15 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694148479528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26124] ppid=26111 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 23975 0 -1 4202560 372 0 0 0 13 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694029400488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26125] ppid=26111 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 23975 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 30616960 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694017202920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 4335 0 0 0 52 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/26114/task/26130/stat : 26130 (java) S 26111 26114 23975 0 -1 4202560 2610 0 0 0 39 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693273372728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26131] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26131/stat : 26131 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693272320632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26132] ppid=26111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/26114/task/26132/stat : 26132 (java) S 26111 26114 23975 0 -1 4202560 104 0 0 0 40 35 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693271268040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26134] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26134/stat : 26134 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30617000 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693270214056 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.23 2.19 2.18 4/213 26178
/proc/meminfo: memFree=29666164/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 13290 0 1 0 179956 49 0 0 20 0 19 0 30616958 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 87818 2285 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=1797.18 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2505 0 1 0 179687 31 0 0 20 0 19 0 30616958 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694193295136 139694030137736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26117] ppid=26111 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 23975 0 -1 4202560 340 0 0 0 13 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694154795816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26118] ppid=26111 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 23975 0 -1 4202560 266 0 0 0 17 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694153743016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26119] ppid=26111 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 23975 0 -1 4202560 362 0 0 0 19 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694152690728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26120] ppid=26111 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 23975 0 -1 4202560 174 0 0 0 18 4 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694151637928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26121] ppid=26111 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 23975 0 -1 4202560 319 0 0 0 20 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694150584616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26122] ppid=26111 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 23975 0 -1 4202560 243 0 0 0 17 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694149531816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26123] ppid=26111 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 23975 0 -1 4202560 350 0 0 0 15 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694148479528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26124] ppid=26111 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 23975 0 -1 4202560 372 0 0 0 13 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694029400488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26125] ppid=26111 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 23975 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 30616960 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694017202920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 4335 0 0 0 52 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/26114/task/26130/stat : 26130 (java) S 26111 26114 23975 0 -1 4202560 2610 0 0 0 39 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693273372728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26131] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26131/stat : 26131 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693272320632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26132] ppid=26111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/26114/task/26132/stat : 26132 (java) S 26111 26114 23975 0 -1 4202560 104 0 0 0 40 35 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693271268040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26134] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26134/stat : 26134 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30617000 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693270214056 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 26114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.23 2.19 2.18 4/213 26178
/proc/meminfo: memFree=29666164/32872528 swapFree=1392268/1580316
[pid=26114] ppid=26111 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/26114/stat : 26114 (java) S 26111 26114 23975 0 -1 4202496 13290 0 1 0 179956 49 0 0 20 0 19 0 30616958 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 140736767216096 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26114/statm: 2406260 87818 2285 9 0 2396937 0
[pid=26114/tid=26115] ppid=26111 vsize=9625040 CPUtime=1797.18 cores=0,2,4,6
/proc/26114/task/26115/stat : 26115 (java) R 26111 26114 23975 0 -1 4202560 2505 0 1 0 179687 31 0 0 20 0 19 0 30616958 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694193295136 139694030137736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26117] ppid=26111 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/26114/task/26117/stat : 26117 (java) S 26111 26114 23975 0 -1 4202560 340 0 0 0 13 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694154795816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26118] ppid=26111 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26114/task/26118/stat : 26118 (java) S 26111 26114 23975 0 -1 4202560 266 0 0 0 17 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694153743016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26119] ppid=26111 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/26114/task/26119/stat : 26119 (java) S 26111 26114 23975 0 -1 4202560 362 0 0 0 19 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694152690728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26120] ppid=26111 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/26114/task/26120/stat : 26120 (java) S 26111 26114 23975 0 -1 4202560 174 0 0 0 18 4 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694151637928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26121] ppid=26111 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/26114/task/26121/stat : 26121 (java) S 26111 26114 23975 0 -1 4202560 319 0 0 0 20 3 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694150584616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26122] ppid=26111 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26114/task/26122/stat : 26122 (java) S 26111 26114 23975 0 -1 4202560 243 0 0 0 17 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694149531816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26123] ppid=26111 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/26114/task/26123/stat : 26123 (java) S 26111 26114 23975 0 -1 4202560 350 0 0 0 15 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694148479528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26124] ppid=26111 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/26114/task/26124/stat : 26124 (java) S 26111 26114 23975 0 -1 4202560 372 0 0 0 13 2 0 0 20 0 19 0 30616959 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694029400488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26125] ppid=26111 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26114/task/26125/stat : 26125 (java) S 26111 26114 23975 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 30616960 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694017202920 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26114/tid=26126] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26126/stat : 26126 (java) S 26111 26114 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694016148984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26127] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26127/stat : 26127 (java) S 26111 26114 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30616961 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694015096584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26128] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26128/stat : 26128 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139694014045072 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26129] ppid=26111 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26114/task/26129/stat : 26129 (java) S 26111 26114 23975 0 -1 4202560 4335 0 0 0 52 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693274425528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26114/tid=26130] ppid=26111 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/26114/task/26130/stat : 26130 (java) S 26111 26114 23975 0 -1 4202560 2610 0 0 0 39 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693273372728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26131] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26131/stat : 26131 (java) S 26111 26114 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693272320632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26114/tid=26132] ppid=26111 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/26114/task/26132/stat : 26132 (java) S 26111 26114 23975 0 -1 4202560 104 0 0 0 40 35 0 0 20 0 19 0 30616963 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693271268040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26114/tid=26134] ppid=26111 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26114/task/26134/stat : 26134 (java) S 26111 26114 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30617000 9856040960 87818 33554432000 1073741824 1073778376 140736767224960 139693270214056 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.75
CPU time (s): 1800.78
CPU user time (s): 1799.75
CPU system time (s): 1.03084
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 1.03084
maximum resident set size= 361604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13349
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38468
involuntary context switches= 4777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.32358 second user time and 14.9527 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 23:16:37
IDJOB=4116089
IDBENCH=109426
IDSOLVER=2546
FILE ID=node139/4116089-1466975797
RUNJOBID= node139-1466956013-23991
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116089-1466975797/watcher-4116089-1466975797 -o /tmp/evaluation-result-4116089-1466975797/solver-4116089-1466975797 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116089-1466975797.opb

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

MD5SUM BENCH= 07476883d79040c68787d0ce7712b615
RANDOM SEED=927737534

node139.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.394
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	: 5332.78
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.394
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.394
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.55
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.394
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.394
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.394
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.57
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.394
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.394
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30318160 kB
Buffers:           46572 kB
Cached:           181616 kB
SwapCached:         2156 kB
Active:            80636 kB
Inactive:         186848 kB
Active(anon):      41160 kB
Inactive(anon):     1276 kB
Active(file):      39476 kB
Inactive(file):   185572 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              2408 kB
Writeback:             0 kB
AnonPages:       1538964 kB
Mapped:            15028 kB
Shmem:                 0 kB
Slab:             568540 kB
SReclaimable:      12564 kB
SUnreclaim:       555976 kB
KernelStack:        1648 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71676 MiB
End job on node139 at 2016-06-26 23:46:35