Trace number 4116625

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.03 1798.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-1.opb
MD5SUM236f8faf1e8f3de6a4b12979ca18f795
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 variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116625-1466964893.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.295s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  10016
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 920
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 10016 constraints processed.
1.85/1.13	c cleaning 2495 clauses out of 5000 with flag 16424/5002
2.51/1.77	c cleaning 4244 clauses out of 8503 with flag 38105/11000
3.31/2.52	c cleaning 5607 clauses out of 11259 with flag 66883/18000
4.23/3.40	c cleaning 6815 clauses out of 13652 with flag 102125/26000
5.25/4.45	c cleaning 7894 clauses out of 15838 with flag 144210/35001
6.45/5.63	c cleaning 8964 clauses out of 17943 with flag 193319/45000
7.65/6.89	c cleaning 9980 clauses out of 19979 with flag 249084/56000
9.05/8.26	c cleaning 10991 clauses out of 21999 with flag 310119/68000
10.65/9.85	c cleaning 11975 clauses out of 24009 with flag 378024/81001
12.35/11.59	c cleaning 13010 clauses out of 26035 with flag 454773/95002
14.35/13.55	c cleaning 13995 clauses out of 28024 with flag 539220/110001
16.45/15.61	c cleaning 15006 clauses out of 30030 with flag 628846/126002
18.65/17.83	c cleaning 16004 clauses out of 32022 with flag 725906/143000
21.16/20.35	c cleaning 16960 clauses out of 34018 with flag 828507/161000
23.86/23.07	c cleaning 18016 clauses out of 36058 with flag 938878/180000
26.76/25.92	c cleaning 19007 clauses out of 38042 with flag 1057522/200000
29.76/28.95	c cleaning 20006 clauses out of 40039 with flag 1179747/221004
32.96/32.11	c cleaning 20978 clauses out of 42030 with flag 1309011/243001
36.37/35.56	c cleaning 21996 clauses out of 44051 with flag 1443126/266000
40.06/39.27	c cleaning 22997 clauses out of 46055 with flag 1588096/290000
44.06/43.22	c cleaning 23979 clauses out of 48059 with flag 1736747/315001
48.17/47.38	c cleaning 25022 clauses out of 50079 with flag 1889656/341000
52.77/51.91	c cleaning 26019 clauses out of 52057 with flag 2050373/368000
57.57/56.73	c cleaning 26997 clauses out of 54038 with flag 2217438/396000
62.20/61.38	c cleaning 28017 clauses out of 56042 with flag 2390619/425001
66.90/66.02	c cleaning 28995 clauses out of 58024 with flag 2570333/455000
71.80/70.94	c cleaning 30005 clauses out of 60030 with flag 2756386/486001
76.90/76.04	c cleaning 31002 clauses out of 62024 with flag 2949564/518000
82.20/81.37	c cleaning 31965 clauses out of 64022 with flag 3151929/551000
88.00/87.10	c cleaning 33009 clauses out of 66058 with flag 3360016/585001
93.79/92.97	c cleaning 33997 clauses out of 68049 with flag 3573738/620001
99.90/99.05	c cleaning 34966 clauses out of 70051 with flag 3792967/656000
106.19/105.36	c cleaning 35999 clauses out of 72085 with flag 4015522/693000
113.10/112.20	c cleaning 37030 clauses out of 74087 with flag 4248539/731001
120.20/119.31	c cleaning 37995 clauses out of 76056 with flag 4487760/770000
127.70/126.85	c cleaning 39020 clauses out of 78061 with flag 4729568/810000
135.50/134.64	c cleaning 40012 clauses out of 80041 with flag 4978089/851000
143.50/142.68	c cleaning 40957 clauses out of 82029 with flag 5235531/893000
151.80/150.98	c cleaning 41991 clauses out of 84072 with flag 5503428/936000
160.22/159.32	c cleaning 43007 clauses out of 86082 with flag 5776143/980001
168.52/167.67	c cleaning 44038 clauses out of 88075 with flag 6054654/1025001
177.32/176.44	c cleaning 44971 clauses out of 90037 with flag 6341817/1071001
186.42/185.53	c cleaning 46020 clauses out of 92065 with flag 6633843/1118000
196.12/195.22	c cleaning 46995 clauses out of 94045 with flag 6930988/1166000
206.03/205.15	c cleaning 47984 clauses out of 96050 with flag 7236411/1215000
216.33/215.40	c cleaning 49007 clauses out of 98067 with flag 7546385/1265001
226.63/225.79	c cleaning 49998 clauses out of 100059 with flag 7860551/1316000
237.93/237.01	c cleaning 51015 clauses out of 102061 with flag 8179877/1368000
249.33/248.42	c cleaning 51959 clauses out of 104046 with flag 8507698/1421000
261.29/260.36	c cleaning 53009 clauses out of 106088 with flag 8839659/1475001
273.40/272.46	c cleaning 54018 clauses out of 108078 with flag 9181125/1530000
285.70/284.73	c cleaning 55031 clauses out of 110061 with flag 9525971/1586001
298.50/297.59	c cleaning 56003 clauses out of 112029 with flag 9878398/1643000
311.60/310.67	c cleaning 57004 clauses out of 114026 with flag 10233453/1701000
325.40/324.43	c cleaning 58000 clauses out of 116022 with flag 10596922/1760000
339.40/338.48	c cleaning 58987 clauses out of 118022 with flag 10964629/1820000
354.31/353.39	c cleaning 59963 clauses out of 120037 with flag 11335564/1881002
369.62/368.61	c cleaning 60987 clauses out of 122072 with flag 11712439/1943000
384.75/383.76	c cleaning 62003 clauses out of 124085 with flag 12093621/2006000
400.46/399.43	c cleaning 62986 clauses out of 126082 with flag 12478667/2070000
416.15/415.17	c cleaning 64007 clauses out of 128097 with flag 12872675/2135001
432.47/431.44	c cleaning 65031 clauses out of 130089 with flag 13275310/2201000
449.28/448.29	c cleaning 66004 clauses out of 132058 with flag 13678968/2268000
466.49/465.45	c cleaning 67014 clauses out of 134055 with flag 14092311/2336001
484.59/483.54	c cleaning 68002 clauses out of 136040 with flag 14510608/2405000
503.07/501.95	c cleaning 68996 clauses out of 138038 with flag 14936208/2475000
521.59/520.45	c cleaning 69992 clauses out of 140043 with flag 15363437/2546001
540.79/539.65	c cleaning 70992 clauses out of 142050 with flag 15795933/2618000
560.50/559.37	c cleaning 72006 clauses out of 144059 with flag 16239054/2691001
580.60/579.46	c cleaning 72969 clauses out of 146052 with flag 16690197/2765000
601.60/600.42	c cleaning 74017 clauses out of 148083 with flag 17146166/2840000
623.00/621.80	c cleaning 75003 clauses out of 150066 with flag 17613283/2916000
644.58/643.36	c cleaning 76012 clauses out of 152063 with flag 18080733/2993000
666.79/665.57	c cleaning 76993 clauses out of 154052 with flag 18553585/3071001
689.68/688.43	c cleaning 78006 clauses out of 156058 with flag 19036031/3150000
713.19/711.93	c cleaning 79000 clauses out of 158052 with flag 19519931/3230000
737.20/735.96	c cleaning 80009 clauses out of 160052 with flag 20006659/3311000
762.10/760.84	c cleaning 80995 clauses out of 162043 with flag 20502935/3393000
786.98/785.61	c cleaning 81970 clauses out of 164049 with flag 21002466/3476001
812.49/811.11	c cleaning 83029 clauses out of 166081 with flag 21511626/3560003
838.70/837.35	c cleaning 83976 clauses out of 168050 with flag 22027089/3645001
865.60/864.24	c cleaning 85029 clauses out of 170074 with flag 22549186/3731001
893.20/891.88	c cleaning 86022 clauses out of 172044 with flag 23072484/3818000
921.21/919.72	c cleaning 86991 clauses out of 174022 with flag 23605099/3906000
949.90/948.50	c cleaning 87991 clauses out of 176031 with flag 24146415/3995000
979.50/978.04	c cleaning 89000 clauses out of 178040 with flag 24693475/4085000
1009.29/1007.89	c cleaning 89990 clauses out of 180041 with flag 25241293/4176001
1040.08/1038.65	c cleaning 90999 clauses out of 182050 with flag 25793701/4268000
1071.77/1070.22	c cleaning 92024 clauses out of 184053 with flag 26355544/4361002
1103.17/1101.60	c cleaning 93001 clauses out of 186027 with flag 26924923/4455000
1135.37/1133.86	c cleaning 93985 clauses out of 188026 with flag 27495067/4550000
1168.76/1167.30	c cleaning 95000 clauses out of 190043 with flag 28072482/4646002
1202.85/1201.26	c cleaning 95996 clauses out of 192041 with flag 28659327/4743000
1236.95/1235.36	c cleaning 97009 clauses out of 194048 with flag 29250245/4841003
1272.14/1270.52	c cleaning 97972 clauses out of 196036 with flag 29850588/4940000
1308.03/1306.46	c cleaning 99002 clauses out of 198064 with flag 30456132/5040000
1344.47/1342.75	c cleaning 100004 clauses out of 200062 with flag 31066803/5141000
1381.36/1379.62	c cleaning 101023 clauses out of 202059 with flag 31688131/5243001
1418.96/1417.28	c cleaning 102002 clauses out of 204035 with flag 32311990/5346000
1457.65/1455.94	c cleaning 103003 clauses out of 206033 with flag 32944687/5450000
1496.68/1494.90	c cleaning 103946 clauses out of 208031 with flag 33584551/5555001
1536.58/1534.76	c cleaning 105011 clauses out of 210085 with flag 34232642/5661001
1577.99/1576.10	c cleaning 106009 clauses out of 212073 with flag 34877276/5768000
1620.27/1618.30	c cleaning 107024 clauses out of 214064 with flag 35527859/5876000
1662.67/1660.80	c cleaning 108018 clauses out of 216040 with flag 36186763/5985000
1705.66/1703.74	c cleaning 108988 clauses out of 218023 with flag 36850228/6095001
1749.83/1747.80	c cleaning 109956 clauses out of 220035 with flag 37520523/6206001
1794.42/1792.44	c cleaning 111030 clauses out of 222079 with flag 38200066/6318001
1800.03/1798.01	c starts		: 56275
1800.03/1798.01	c conflicts		: 6337023
1800.03/1798.01	c decisions		: 56147346
1800.03/1798.01	c propagations		: 837845285
1800.03/1798.01	c inspects		: 24586553430
1800.03/1798.01	c shortcuts		: 0
1800.03/1798.01	c timeout
1800.03/1798.01	c learnt literals	: 2
1800.03/1798.01	c learnt binary clauses	: 64
1800.03/1798.01	c learnt ternary clauses	: 835
1800.03/1798.01	c learnt constraints	: 6337021
1800.03/1798.01	c ignored constraints	: 0
1800.03/1798.01	c root simplifications	: 0
1800.03/1798.01	c removed literals (reason simplification)	: 0
1800.03/1798.01	c reason swapping (by a shorter reason)	: 0
1800.03/1798.01	c Calls to reduceDB	: 108
1800.03/1798.01	c Number of update (reduction) of LBD	: 1345141
1800.03/1798.01	c Imported unit clauses	: 0
1800.03/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.01	c number of learned constraints concerned by reduction	: 0
1800.03/1798.01	c number of learning phase by resolution	: 0
1800.03/1798.01	c number of learning phase by cutting planes	: 0
1800.03/1798.01	c speed (assignments/second)	: 466094.1689641898
1800.03/1798.01	c non guided choices	14112
1800.03/1798.03	c learnt constraints type 
1800.03/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
1800.03/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130007
1800.03/1798.03	s UNKNOWN
1800.03/1798.03	c Total wall clock time (in seconds): 1797.919

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-4116625-1466964893/watcher-4116625-1466964893 -o /tmp/evaluation-result-4116625-1466964893/solver-4116625-1466964893 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116625-1466964893.opb 

pid=22874
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.17 2.24 2.20 3/195 22877
/proc/meminfo: memFree=30093372/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/22877/stat : 22877 (java) R 22874 22877 19710 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 29527654 9547776 183 33554432000 1073741824 1073778376 140733396090848 140733396073576 273905361376 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2323 183 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.17 2.24 2.20 3/195 22877
/proc/meminfo: memFree=30093372/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 29527654 9787879424 6029 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.17 2.24 2.20 3/195 22877
/proc/meminfo: memFree=30093372/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 4933 0 1 0 25 1 0 0 20 0 18 0 29527654 9787879424 6973 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2389619 6974 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.17 2.24 2.20 3/195 22877
/proc/meminfo: memFree=30093372/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 5861 0 1 0 48 2 0 0 20 0 18 0 29527654 9787879424 8988 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2389619 8990 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 2.17 2.24 2.20 3/195 22877
/proc/meminfo: memFree=30093372/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 9353 0 1 0 135 3 0 0 20 0 19 0 29527654 9856040960 15720 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 15720 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.17 2.24 2.20 3/215 22897
/proc/meminfo: memFree=30040280/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 10041 0 1 0 225 3 0 0 20 0 19 0 29527654 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 16032 2270 9 0 2396937 0
[pid=22877/tid=22879] ppid=22874 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/22877/task/22879/stat : 22879 (java) R 22874 22877 19710 0 -1 4202560 2432 0 1 0 143 2 0 0 20 0 19 0 29527655 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240926953152 140240766030167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22880] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22880/stat : 22880 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240888453544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22881] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22881/stat : 22881 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240887401000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22882] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22882/stat : 22882 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240886347944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22883] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22883/stat : 22883 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240885295400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22884] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22884/stat : 22884 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240884243368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22885] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22885/stat : 22885 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240765316136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22886] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22886/stat : 22886 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240764263080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22887] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22887/stat : 22887 (java) S 22874 22877 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240763210536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22888] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22888/stat : 22888 (java) S 22874 22877 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240751012200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22889] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22889/stat : 22889 (java) S 22874 22877 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240749958520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22890] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22890/stat : 22890 (java) S 22874 22877 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240144556936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22891] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22891/stat : 22891 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240143505680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22892] ppid=22874 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22877/task/22892/stat : 22892 (java) S 22874 22877 19710 0 -1 4202560 3666 0 0 0 44 0 0 0 20 0 19 0 29527660 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240142453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22893] ppid=22874 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22877/task/22893/stat : 22893 (java) S 22874 22877 19710 0 -1 4202560 2666 0 0 0 35 0 0 0 20 0 19 0 29527660 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240141401016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22894] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22894/stat : 22894 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240140348152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22895] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22895/stat : 22895 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240139295816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 16032 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.17 2.24 2.20 3/215 22897
/proc/meminfo: memFree=30037484/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 10043 0 1 0 389 3 0 0 20 0 19 0 29527654 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 16544 2270 9 0 2396937 0
[pid=22877/tid=22879] ppid=22874 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/22877/task/22879/stat : 22879 (java) R 22874 22877 19710 0 -1 4202560 2434 0 1 0 303 2 0 0 20 0 19 0 29527655 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240926962064 140240766030823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22880] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22880/stat : 22880 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240888453544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22881] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22881/stat : 22881 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240887401000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22882] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22882/stat : 22882 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240886347944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22883] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22883/stat : 22883 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240885295400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22884] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22884/stat : 22884 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240884243368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22885] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22885/stat : 22885 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240765316136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22886] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22886/stat : 22886 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240764263080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22887] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22887/stat : 22887 (java) S 22874 22877 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240763210536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22888] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22888/stat : 22888 (java) S 22874 22877 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240751012200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22889] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22889/stat : 22889 (java) S 22874 22877 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240749958520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22890] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22890/stat : 22890 (java) S 22874 22877 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240144556936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22891] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22891/stat : 22891 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240143505680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22892] ppid=22874 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22877/task/22892/stat : 22892 (java) S 22874 22877 19710 0 -1 4202560 3666 0 0 0 46 0 0 0 20 0 19 0 29527660 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240142453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22893] ppid=22874 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/22877/task/22893/stat : 22893 (java) S 22874 22877 19710 0 -1 4202560 2666 0 0 0 37 0 0 0 20 0 19 0 29527660 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240141401016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22894] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22894/stat : 22894 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240140348152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22895] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22895/stat : 22895 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240139295816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 16544 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.16 2.23 2.20 3/215 22897
/proc/meminfo: memFree=30029504/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=7.15 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 10056 0 1 0 711 4 0 0 20 0 19 0 29527654 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 18487 2271 9 0 2396937 0
[pid=22877/tid=22879] ppid=22874 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/22877/task/22879/stat : 22879 (java) R 22874 22877 19710 0 -1 4202560 2439 0 1 0 623 2 0 0 20 0 19 0 29527655 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240926962072 140240765928872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22880] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22880/stat : 22880 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240888453544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22881] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22881/stat : 22881 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240887401000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22882] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22882/stat : 22882 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240886347944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22883] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22883/stat : 22883 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240885295400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22884] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22884/stat : 22884 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240884243368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22885] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22885/stat : 22885 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240765316136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22886] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22886/stat : 22886 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240764263080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22887] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22887/stat : 22887 (java) S 22874 22877 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29527656 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240763210536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22888] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22888/stat : 22888 (java) S 22874 22877 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240751012200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22889] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22889/stat : 22889 (java) S 22874 22877 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240749958520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22890] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22890/stat : 22890 (java) S 22874 22877 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240144556936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22891] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22891/stat : 22891 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240143505680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22892] ppid=22874 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22877/task/22892/stat : 22892 (java) S 22874 22877 19710 0 -1 4202560 3666 0 0 0 46 0 0 0 20 0 19 0 29527660 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240142453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22893] ppid=22874 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/22877/task/22893/stat : 22893 (java) S 22874 22877 19710 0 -1 4202560 2673 0 0 0 38 0 0 0 20 0 19 0 29527660 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240141401016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22894] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22894/stat : 22894 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240140348152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22895] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22895/stat : 22895 (java) S 22874 22877 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240139295816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 18487 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 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.20 2.19 2.18 3/215 23005
/proc/meminfo: memFree=29695120/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=1724.25 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 11391 0 1 0 172368 57 0 0 20 0 19 0 29527654 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 90960 2285 9 0 2396937 0
[pid=22877/tid=22879] ppid=22874 vsize=9625040 CPUtime=1717.13 cores=1,3,5,7
/proc/22877/task/22879/stat : 22879 (java) R 22874 22877 19710 0 -1 4202560 2496 0 1 0 171681 32 0 0 20 0 19 0 29527655 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240926953232 140240766030735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22880] ppid=22874 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22877/task/22880/stat : 22880 (java) S 22874 22877 19710 0 -1 4202560 156 0 0 0 12 2 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240888453544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22881] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22881/stat : 22881 (java) S 22874 22877 19710 0 -1 4202560 87 0 0 0 15 2 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240887401000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22882] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22882/stat : 22882 (java) S 22874 22877 19710 0 -1 4202560 123 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240886347944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22883] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22883/stat : 22883 (java) S 22874 22877 19710 0 -1 4202560 157 0 0 0 13 4 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240885295400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22884] ppid=22874 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22877/task/22884/stat : 22884 (java) S 22874 22877 19710 0 -1 4202560 41 0 0 0 11 2 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240884243368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22885] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22885/stat : 22885 (java) S 22874 22877 19710 0 -1 4202560 55 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240765316136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22886] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22886/stat : 22886 (java) S 22874 22877 19710 0 -1 4202560 45 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240764263080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22887] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22887/stat : 22887 (java) S 22874 22877 19710 0 -1 4202560 131 0 0 0 14 3 0 0 20 0 19 0 29527656 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240763210536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22888] ppid=22874 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22877/task/22888/stat : 22888 (java) S 22874 22877 19710 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 29527658 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240751012200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22889] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22889/stat : 22889 (java) S 22874 22877 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240749958520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22890] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22890/stat : 22890 (java) S 22874 22877 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240144556936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22891] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22891/stat : 22891 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240143505680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22892] ppid=22874 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22877/task/22892/stat : 22892 (java) S 22874 22877 19710 0 -1 4202560 3666 0 0 0 46 0 0 0 20 0 19 0 29527660 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240142453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22893] ppid=22874 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22877/task/22893/stat : 22893 (java) S 22874 22877 19710 0 -1 4202560 3009 0 0 0 42 0 0 0 20 0 19 0 29527660 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240141401016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22894] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22894/stat : 22894 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240140348152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22895] ppid=22874 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22877/task/22895/stat : 22895 (java) S 22874 22877 19710 0 -1 4202560 100 0 0 0 33 34 0 0 20 0 19 0 29527660 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240139295816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 90960 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.22 2.19 4/215 23006
/proc/meminfo: memFree=29682232/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=1784.32 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 11424 0 1 0 178373 59 0 0 20 0 19 0 29527654 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 94035 2285 9 0 2396937 0
[pid=22877/tid=22879] ppid=22874 vsize=9625040 CPUtime=1776.92 cores=1,3,5,7
/proc/22877/task/22879/stat : 22879 (java) R 22874 22877 19710 0 -1 4202560 2497 0 1 0 177659 33 0 0 20 0 19 0 29527655 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240926953232 140240766030730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22880] ppid=22874 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22877/task/22880/stat : 22880 (java) S 22874 22877 19710 0 -1 4202560 162 0 0 0 13 2 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240888453544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22881] ppid=22874 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22877/task/22881/stat : 22881 (java) S 22874 22877 19710 0 -1 4202560 92 0 0 0 17 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240887401000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22882] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22882/stat : 22882 (java) S 22874 22877 19710 0 -1 4202560 125 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240886347944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22883] ppid=22874 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22877/task/22883/stat : 22883 (java) S 22874 22877 19710 0 -1 4202560 158 0 0 0 14 4 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240885295400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22884] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22884/stat : 22884 (java) S 22874 22877 19710 0 -1 4202560 47 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240884243368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22885] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22885/stat : 22885 (java) S 22874 22877 19710 0 -1 4202560 57 0 0 0 14 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240765316136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22886] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22886/stat : 22886 (java) S 22874 22877 19710 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240764263080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22887] ppid=22874 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22877/task/22887/stat : 22887 (java) S 22874 22877 19710 0 -1 4202560 133 0 0 0 15 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240763210536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22888] ppid=22874 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22877/task/22888/stat : 22888 (java) S 22874 22877 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 29527658 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240751012200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22889] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22889/stat : 22889 (java) S 22874 22877 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240749958520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22890] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22890/stat : 22890 (java) S 22874 22877 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240144556936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22891] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22891/stat : 22891 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240143505680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22892] ppid=22874 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22877/task/22892/stat : 22892 (java) S 22874 22877 19710 0 -1 4202560 3666 0 0 0 46 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240142453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22893] ppid=22874 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22877/task/22893/stat : 22893 (java) S 22874 22877 19710 0 -1 4202560 3009 0 0 0 42 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240141401016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22894] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22894/stat : 22894 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240140348152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22895] ppid=22874 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/22877/task/22895/stat : 22895 (java) S 22874 22877 19710 0 -1 4202560 104 0 0 0 34 36 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240139295816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.32
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.30 2.22 2.19 4/215 23006
/proc/meminfo: memFree=29682356/32872528 swapFree=1491540/1663236
[pid=22877] ppid=22874 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/22877/stat : 22877 (java) S 22874 22877 19710 0 -1 4202496 11424 0 1 0 179943 60 0 0 20 0 19 0 29527654 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140733396081984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22877/statm: 2406260 94035 2285 9 0 2396937 0
[pid=22877/tid=22879] ppid=22874 vsize=9625040 CPUtime=1792.58 cores=1,3,5,7
/proc/22877/task/22879/stat : 22879 (java) R 22874 22877 19710 0 -1 4202560 2497 0 1 0 179225 33 0 0 20 0 19 0 29527655 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240926953232 140240766004553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22880] ppid=22874 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22877/task/22880/stat : 22880 (java) S 22874 22877 19710 0 -1 4202560 162 0 0 0 13 2 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240888453544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22881] ppid=22874 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22877/task/22881/stat : 22881 (java) S 22874 22877 19710 0 -1 4202560 92 0 0 0 17 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240887401000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22882] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22882/stat : 22882 (java) S 22874 22877 19710 0 -1 4202560 125 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240886347944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22883] ppid=22874 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22877/task/22883/stat : 22883 (java) S 22874 22877 19710 0 -1 4202560 158 0 0 0 14 4 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240885295400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22884] ppid=22874 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22877/task/22884/stat : 22884 (java) S 22874 22877 19710 0 -1 4202560 47 0 0 0 13 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240884243368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22885] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22885/stat : 22885 (java) S 22874 22877 19710 0 -1 4202560 57 0 0 0 14 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240765316136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22886] ppid=22874 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/22877/task/22886/stat : 22886 (java) S 22874 22877 19710 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240764263080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22887] ppid=22874 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22877/task/22887/stat : 22887 (java) S 22874 22877 19710 0 -1 4202560 133 0 0 0 15 3 0 0 20 0 19 0 29527656 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240763210536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22877/tid=22888] ppid=22874 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/22877/task/22888/stat : 22888 (java) S 22874 22877 19710 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 29527658 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240751012200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22889] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22889/stat : 22889 (java) S 22874 22877 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240749958520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22890] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22890/stat : 22890 (java) S 22874 22877 19710 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29527658 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240144556936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22891] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22891/stat : 22891 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240143505680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22892] ppid=22874 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22877/task/22892/stat : 22892 (java) S 22874 22877 19710 0 -1 4202560 3666 0 0 0 46 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240142453560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22893] ppid=22874 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22877/task/22893/stat : 22893 (java) S 22874 22877 19710 0 -1 4202560 3009 0 0 0 42 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240141401016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22877/tid=22894] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22894/stat : 22894 (java) S 22874 22877 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240140348152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22877/tid=22895] ppid=22874 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/22877/task/22895/stat : 22895 (java) S 22874 22877 19710 0 -1 4202560 104 0 0 0 34 36 0 0 20 0 19 0 29527660 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240139295816 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22877/tid=22896] ppid=22874 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22877/task/22896/stat : 22896 (java) S 22874 22877 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29527696 9856040960 94035 33554432000 1073741824 1073778376 140733396090848 140240138241064 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 22877 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 22877 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=779152
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=82835
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.04
CPU time (s): 1800.03
CPU user time (s): 1799.43
CPU system time (s): 0.6
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.08283
maximum resident set size= 376256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38412
involuntary context switches= 20105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5911 second user time and 16.3445 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 20:14:53
IDJOB=4116625
IDBENCH=109493
IDSOLVER=2546
FILE ID=node134/4116625-1466964893
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116625-1466964893/watcher-4116625-1466964893 -o /tmp/evaluation-result-4116625-1466964893/solver-4116625-1466964893 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116625-1466964893.opb

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

MD5SUM BENCH= 236f8faf1e8f3de6a4b12979ca18f795
RANDOM SEED=858821190

node134.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		: 2667.170
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	: 5334.34
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		: 2667.170
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		: 2667.170
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.54
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		: 2667.170
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.56
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		: 2667.170
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.57
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		: 2667.170
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	: 5317.19
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		: 2667.170
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		: 2667.170
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:        30093924 kB
Buffers:           27460 kB
Cached:           113352 kB
SwapCached:         1316 kB
Active:           292048 kB
Inactive:         117892 kB
Active(anon):     268872 kB
Inactive(anon):     2488 kB
Active(file):      23176 kB
Inactive(file):   115404 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       2071764 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565448 kB
SReclaimable:       9168 kB
SUnreclaim:       556280 kB
KernelStack:        1776 kB
PageTables:         7964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 71692 MiB
End job on node134 at 2016-06-26 20:44:52