Trace number 4097916

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.07 1793.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_13.opb
MD5SUM29ef5a3d2a2feb1d7447df3e3126a59a
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 variables2070
Total number of constraints9950
Number of constraints which are clauses9945
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint45
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 58
Number of bits of the biggest sum of numbers6
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 	16
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@2626d4f1
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@4def8cf3
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4097916-1466118883.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.70/0.42	c ... done. Wall clock time 0.322s.
0.70/0.42	c declared #vars     2070
0.70/0.42	c #constraints  9954
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5940
0.70/0.42	c org.sat4j.specs.Constr$1 => 4
0.70/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.70/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4004
0.70/0.42	c 9954 constraints processed.
2.09/1.41	c cleaning 2504 clauses out of 5008 with flag 20304/5008
3.06/2.37	c cleaning 4247 clauses out of 8496 with flag 50228/11000
4.05/3.40	c cleaning 5625 clauses out of 11252 with flag 82010/18003
5.35/4.62	c cleaning 6803 clauses out of 13626 with flag 114265/26002
6.66/5.98	c cleaning 7911 clauses out of 15821 with flag 153221/35000
8.26/7.52	c cleaning 8954 clauses out of 17910 with flag 194917/45000
9.86/9.11	c cleaning 9976 clauses out of 19956 with flag 239514/56000
11.67/10.92	c cleaning 10991 clauses out of 21981 with flag 288877/68001
13.67/12.90	c cleaning 11991 clauses out of 23989 with flag 343146/81000
15.87/15.16	c cleaning 12992 clauses out of 25998 with flag 403464/95000
18.38/17.62	c cleaning 14001 clauses out of 28012 with flag 472306/110006
20.96/20.21	c cleaning 14997 clauses out of 30007 with flag 546785/126002
23.56/22.88	c cleaning 15998 clauses out of 32010 with flag 623231/143002
26.46/25.79	c cleaning 17004 clauses out of 34012 with flag 707334/161002
29.86/29.12	c cleaning 17990 clauses out of 36006 with flag 792210/180000
33.16/32.47	c cleaning 19004 clauses out of 38016 with flag 882343/200000
36.77/35.91	c cleaning 20004 clauses out of 40012 with flag 980666/221000
40.27/39.41	c cleaning 20998 clauses out of 42008 with flag 1081196/243000
43.78/42.91	c cleaning 21996 clauses out of 44010 with flag 1192552/266000
47.67/46.80	c cleaning 23007 clauses out of 46018 with flag 1307373/290004
52.17/51.39	c cleaning 24002 clauses out of 48007 with flag 1422051/315000
56.87/56.05	c cleaning 24995 clauses out of 50008 with flag 1547358/341003
61.77/60.93	c cleaning 26005 clauses out of 52012 with flag 1682606/368002
66.88/66.09	c cleaning 26994 clauses out of 54008 with flag 1822607/396003
72.48/71.61	c cleaning 28002 clauses out of 56011 with flag 1970230/425000
77.67/76.84	c cleaning 29004 clauses out of 58014 with flag 2119553/455005
83.38/82.61	c cleaning 30000 clauses out of 60005 with flag 2285031/486000
89.47/88.68	c cleaning 30998 clauses out of 62008 with flag 2443722/518003
95.77/94.71	c cleaning 32002 clauses out of 64014 with flag 2620180/551007
101.96/100.93	c cleaning 32995 clauses out of 66006 with flag 2798187/585001
108.36/107.30	c cleaning 34006 clauses out of 68013 with flag 2984657/620003
114.96/113.98	c cleaning 34995 clauses out of 70004 with flag 3185928/656000
121.76/120.71	c cleaning 36000 clauses out of 72011 with flag 3385950/693002
128.86/127.80	c cleaning 36998 clauses out of 74009 with flag 3599673/731000
136.26/135.30	c cleaning 37998 clauses out of 76012 with flag 3837063/770001
144.17/143.18	c cleaning 39004 clauses out of 78013 with flag 4074820/810000
152.09/150.99	c cleaning 39995 clauses out of 80009 with flag 4322507/851000
161.19/160.06	c cleaning 40995 clauses out of 82014 with flag 4558828/893000
170.90/169.77	c cleaning 42012 clauses out of 84023 with flag 4776011/936004
181.30/180.16	c cleaning 42995 clauses out of 86007 with flag 4997195/980000
191.90/190.73	c cleaning 43998 clauses out of 88014 with flag 5230019/1025002
202.62/201.44	c cleaning 45000 clauses out of 90015 with flag 5468580/1071001
213.72/212.54	c cleaning 46002 clauses out of 92017 with flag 5733394/1118003
224.58/223.36	c cleaning 46993 clauses out of 94014 with flag 6002582/1166002
235.47/234.28	c cleaning 48011 clauses out of 96022 with flag 6269948/1215003
247.27/246.06	c cleaning 49004 clauses out of 98011 with flag 6550977/1265003
259.17/257.96	c cleaning 49998 clauses out of 100004 with flag 6831005/1316000
270.58/269.34	c cleaning 51000 clauses out of 102006 with flag 7110573/1368000
283.29/281.85	c cleaning 52001 clauses out of 104007 with flag 7419000/1421001
295.30/293.83	c cleaning 52998 clauses out of 106007 with flag 7718875/1475002
308.09/306.63	c cleaning 53998 clauses out of 108007 with flag 8046334/1530000
321.40/319.92	c cleaning 55003 clauses out of 110010 with flag 8386041/1586001
335.70/334.28	c cleaning 56000 clauses out of 112008 with flag 8687460/1643002
351.01/349.52	c cleaning 57001 clauses out of 114006 with flag 9023181/1701000
368.50/366.71	c cleaning 58000 clauses out of 116005 with flag 9328455/1760000
386.10/384.36	c cleaning 58999 clauses out of 118009 with flag 9631912/1820004
404.10/402.37	c cleaning 59992 clauses out of 120006 with flag 9948332/1881000
423.22/421.48	c cleaning 61005 clauses out of 122023 with flag 10272703/1943009
443.31/441.55	c cleaning 62003 clauses out of 124010 with flag 10617029/2006001
464.28/462.24	c cleaning 63003 clauses out of 126007 with flag 10950661/2070001
485.48/483.44	c cleaning 64004 clauses out of 128007 with flag 11290518/2135004
507.48/505.44	c cleaning 64997 clauses out of 130000 with flag 11625525/2201001
530.31/528.22	c cleaning 65996 clauses out of 132003 with flag 11991332/2268001
552.92/550.86	c cleaning 67004 clauses out of 134013 with flag 12341010/2336007
578.22/575.73	c cleaning 67995 clauses out of 136002 with flag 12708381/2405000
603.72/601.30	c cleaning 69003 clauses out of 138007 with flag 13094414/2475000
631.64/629.15	c cleaning 69999 clauses out of 140004 with flag 13489291/2546000
657.57/654.70	c cleaning 71000 clauses out of 142005 with flag 13893475/2618000
683.08/680.25	c cleaning 71997 clauses out of 144007 with flag 14287300/2691002
708.48/705.68	c cleaning 72999 clauses out of 146008 with flag 14680155/2765000
734.19/732.23	c cleaning 73998 clauses out of 148011 with flag 15091898/2840002
759.99/757.43	c cleaning 75000 clauses out of 150014 with flag 15524806/2916003
767.38/783.37	c cleaning 76000 clauses out of 152013 with flag 15938286/2993002
812.19/811.92	c cleaning 77003 clauses out of 154013 with flag 16384877/3071002
844.98/842.26	c cleaning 78001 clauses out of 156010 with flag 16844549/3150002
876.21/874.00	c cleaning 79001 clauses out of 158008 with flag 17296070/3230001
903.80/903.86	c cleaning 79991 clauses out of 160006 with flag 17767943/3311000
936.47/933.59	c cleaning 81004 clauses out of 162015 with flag 18234785/3393000
962.11/968.22	c cleaning 81995 clauses out of 164011 with flag 18713477/3476000
1006.73/1002.76	c cleaning 83005 clauses out of 166019 with flag 19206341/3560003
1043.73/1039.75	c cleaning 84005 clauses out of 168012 with flag 19738137/3645001
1079.31/1075.36	c cleaning 84996 clauses out of 170008 with flag 20242490/3731002
1115.37/1111.18	c cleaning 85999 clauses out of 172010 with flag 20756711/3818000
1151.76/1147.55	c cleaning 86999 clauses out of 174012 with flag 21289665/3906001
1186.43/1181.94	c cleaning 88002 clauses out of 176015 with flag 21844922/3995003
1227.62/1223.19	c cleaning 88998 clauses out of 178010 with flag 22387097/4085000
1272.96/1268.27	c cleaning 90003 clauses out of 180012 with flag 22925494/4176000
1318.67/1313.90	c cleaning 91003 clauses out of 182015 with flag 23494180/4268006
1362.16/1357.13	c cleaning 91996 clauses out of 184007 with flag 24094399/4361001
1409.66/1404.66	c cleaning 93001 clauses out of 186010 with flag 24711451/4455000
1456.52/1451.28	c cleaning 93992 clauses out of 188011 with flag 25290779/4550002
1506.51/1500.84	c cleaning 95001 clauses out of 190017 with flag 25921863/4646000
1556.93/1551.27	c cleaning 96001 clauses out of 192016 with flag 26544293/4743000
1609.17/1603.35	c cleaning 97004 clauses out of 194015 with flag 27204921/4841000
1664.80/1658.98	c cleaning 98004 clauses out of 196013 with flag 27910160/4940002
1725.24/1719.25	c cleaning 98999 clauses out of 198010 with flag 28634336/5040003
1787.37/1781.01	c cleaning 100000 clauses out of 200008 with flag 29336125/5141000
1800.07/1793.70	c starts		: 4658
1800.07/1793.70	c conflicts		: 5170854
1800.07/1793.70	c decisions		: 8948927
1800.07/1793.70	c propagations		: 500132483
1800.07/1793.70	c inspects		: 29180156567
1800.07/1793.70	c timeout
1800.07/1793.70	c shortcuts		: 0
1800.07/1793.70	c learnt literals	: 0
1800.07/1793.70	c learnt binary clauses	: 0
1800.07/1793.70	c learnt ternary clauses	: 100
1800.07/1793.70	c learnt constraints	: 5170854
1800.07/1793.70	c ignored constraints	: 0
1800.07/1793.70	c root simplifications	: 0
1800.07/1793.70	c removed literals (reason simplification)	: 0
1800.07/1793.70	c reason swapping (by a shorter reason)	: 0
1800.07/1793.70	c Calls to reduceDB	: 97
1800.07/1793.70	c Number of update (reduction) of LBD	: 1253030
1800.07/1793.70	c Imported unit clauses	: 0
1800.07/1793.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.70	c number of learned constraints concerned by reduction	: 0
1800.07/1793.70	c number of learning phase by resolution	: 0
1800.07/1793.70	c number of learning phase by cutting planes	: 0
1800.07/1793.70	c speed (assignments/second)	: 278893.35601065087
1800.07/1793.70	c non guided choices	1321
1800.07/1793.73	c learnt constraints type 
1800.07/1793.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129862
1800.07/1793.73	s UNKNOWN
1800.07/1793.73	c Total wall clock time (in seconds): 1793.63

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-4097916-1466118883/watcher-4097916-1466118883 -o /tmp/evaluation-result-4097916-1466118883/solver-4097916-1466118883 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466118817-24154 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097916-1466118883.opb 

pid=24485
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.78 1.47 1.76 3/281 24488
/proc/meminfo: memFree=31809188/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=102664 CPUtime=0 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 1506 0 1 0 0 0 0 0 20 0 2 0 13932896 105127936 1110 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 25666 1111 857 9 0 16775 0
[pid=24488/tid=24489] ppid=24485 vsize=102664 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) D 24485 24488 19483 0 -1 4202560 282 0 1 0 0 0 0 0 20 0 2 0 13932896 105127936 1111 33554432000 1073741824 1073778376 140734548524400 140187621026096 216808637357 0 4 0 16784584 18446744072100756772 0 0 -1 9 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 1.78 1.47 1.76 3/281 24488
/proc/meminfo: memFree=31809188/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 4510 0 1 0 9 2 0 0 20 0 23 0 13932896 10133950464 6144 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2474109 6144 2155 9 0 2464786 0
[pid=24488/tid=24489] ppid=24485 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2407 0 1 0 7 0 0 0 20 0 23 0 13932896 10133950464 6144 33554432000 1073741824 1073778376 140734548524400 140187621022576 216811999761 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200247 s]
/proc/loadavg: 1.78 1.47 1.76 3/281 24488
/proc/meminfo: memFree=31809188/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9896436 CPUtime=0.29 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 4940 0 1 0 27 2 0 0 20 0 23 0 13932896 10133950464 6936 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2474109 6936 2216 9 0 2464786 0
[pid=24488/tid=24489] ppid=24485 vsize=9896436 CPUtime=0.17 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2425 0 1 0 17 0 0 0 20 0 23 0 13932896 10133950464 6936 33554432000 1073741824 1073778376 140734548524400 140187621022576 140187623214880 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9896436

[startup+0.300265 s]
/proc/loadavg: 1.78 1.47 1.76 3/281 24488
/proc/meminfo: memFree=31809188/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9896436 CPUtime=0.58 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 7282 0 1 0 56 2 0 0 20 0 23 0 13932896 10133950464 10763 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2474109 10763 2236 9 0 2464786 0
[pid=24488/tid=24489] ppid=24485 vsize=9896436 CPUtime=0.27 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2430 0 1 0 26 1 0 0 20 0 23 0 13932896 10133950464 10763 33554432000 1073741824 1073778376 140734548524400 140187621022576 140187481334573 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9896436

[startup+0.700339 s]
/proc/loadavg: 1.78 1.47 1.76 3/281 24488
/proc/meminfo: memFree=31809188/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9963000 CPUtime=1.25 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 9169 0 1 0 122 3 0 0 20 0 24 0 13932896 10202112000 20583 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2490750 20583 2261 9 0 2481427 0
[pid=24488/tid=24489] ppid=24485 vsize=9963000 CPUtime=0.67 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2460 0 1 0 66 1 0 0 20 0 24 0 13932896 10202112000 20583 33554432000 1073741824 1073778376 140734548524400 140187621024384 216812010552 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9963000

[startup+1.50092 s]
/proc/loadavg: 1.78 1.47 1.76 3/305 24512
/proc/meminfo: memFree=31731592/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9963000 CPUtime=2.21 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 10514 0 1 0 217 4 0 0 20 0 24 0 13932896 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2490750 21143 2271 9 0 2481427 0
[pid=24488/tid=24489] ppid=24485 vsize=9963000 CPUtime=1.47 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2462 0 1 0 145 2 0 0 20 0 24 0 13932896 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187621023080 140187481588717 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24491] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24491/stat : 24491 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187464268840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24492] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24492/stat : 24492 (java) S 24485 24488 19483 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187463216040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24493] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24493/stat : 24493 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187462163240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24494] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24494/stat : 24494 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187461110440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24495] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24495/stat : 24495 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187460057640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24496] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24496/stat : 24496 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187459004840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24497] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24497/stat : 24497 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187457952040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24498] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24498/stat : 24498 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187456899240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24499] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24499/stat : 24499 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187455847464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24500] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24500/stat : 24500 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187454794664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24501] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24501/stat : 24501 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187453741864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24502] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24502/stat : 24502 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187452689064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24503] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24503/stat : 24503 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187451636264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24504] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24504/stat : 24504 (java) S 24485 24488 19483 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 13932898 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187434174824 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24505] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24505/stat : 24505 (java) S 24485 24488 19483 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187433120888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24506] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24506/stat : 24506 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187432067976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24507] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24507/stat : 24507 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187431017488 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24508] ppid=24485 vsize=9963000 CPUtime=0.41 cores=0-3,8-11
/proc/24488/task/24508/stat : 24508 (java) S 24485 24488 19483 0 -1 4202560 3954 0 0 0 40 1 0 0 20 0 24 0 13932901 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187429964600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24509] ppid=24485 vsize=9963000 CPUtime=0.28 cores=0-3,8-11
/proc/24488/task/24509/stat : 24509 (java) S 24485 24488 19483 0 -1 4202560 2809 0 0 0 28 0 0 0 20 0 24 0 13932901 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187428911800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24510] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24510/stat : 24510 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187427859192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24511] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24511/stat : 24511 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187426806600 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24512] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24512/stat : 24512 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932939 10202112000 21143 33554432000 1073741824 1073778376 140734548524400 140187425653800 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9963000

[startup+3.10093 s]
/proc/loadavg: 1.78 1.47 1.76 3/305 24512
/proc/meminfo: memFree=31729048/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9963000 CPUtime=3.84 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 10518 0 1 0 380 4 0 0 20 0 24 0 13932896 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2490750 22167 2271 9 0 2481427 0
[pid=24488/tid=24489] ppid=24485 vsize=9963000 CPUtime=3.07 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2466 0 1 0 305 2 0 0 20 0 24 0 13932896 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187621024296 140187481490946 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24491] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24491/stat : 24491 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187464268840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24492] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24492/stat : 24492 (java) S 24485 24488 19483 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187463216040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24493] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24493/stat : 24493 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187462163240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24494] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24494/stat : 24494 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187461110440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24495] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24495/stat : 24495 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187460057640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24496] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24496/stat : 24496 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187459004840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24497] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24497/stat : 24497 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187457952040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24498] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24498/stat : 24498 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187456899240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24499] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24499/stat : 24499 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187455847464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24500] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24500/stat : 24500 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187454794664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24501] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24501/stat : 24501 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187453741864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24502] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24502/stat : 24502 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187452689064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24503] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24503/stat : 24503 (java) S 24485 24488 19483 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187451636264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24504] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24504/stat : 24504 (java) S 24485 24488 19483 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 13932898 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187434174824 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24505] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24505/stat : 24505 (java) S 24485 24488 19483 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187433120888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24506] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24506/stat : 24506 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187432067976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24507] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24507/stat : 24507 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187431017488 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24508] ppid=24485 vsize=9963000 CPUtime=0.43 cores=0-3,8-11
/proc/24488/task/24508/stat : 24508 (java) S 24485 24488 19483 0 -1 4202560 3954 0 0 0 42 1 0 0 20 0 24 0 13932901 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187429964600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24509] ppid=24485 vsize=9963000 CPUtime=0.29 cores=0-3,8-11
/proc/24488/task/24509/stat : 24509 (java) S 24485 24488 19483 0 -1 4202560 2809 0 0 0 29 0 0 0 20 0 24 0 13932901 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187428911800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24510] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24510/stat : 24510 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187427859192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24511] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24511/stat : 24511 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187426806600 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24512] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24512/stat : 24512 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932939 10202112000 22167 33554432000 1073741824 1073778376 140734548524400 140187425653800 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9963000

[startup+6.30095 s]
/proc/loadavg: 1.80 1.48 1.76 3/305 24512
/proc/meminfo: memFree=31721132/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9963000 CPUtime=7.06 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 10524 0 1 0 702 4 0 0 20 0 24 0 13932896 10202112000 24093 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2490750 24093 2272 9 0 2481427 0
[pid=24488/tid=24489] ppid=24485 vsize=9963000 CPUtime=6.27 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2471 0 1 0 625 2 0 0 20 0 24 0 13932896 10202112000 24093 33554432000 1073741824 1073778376 140734548524400 140187621024072 140187481541769 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24491] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24491/stat : 24491 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 24093 33554432000 1073741824 1073778376 140734548524400 140187464268840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24492] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24492/stat : 24492 (java) S 24485 24488 19483 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 24093 33554432000 1073741824 1073778376 140734548524400 140187463216040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24493] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24493/stat : 24493 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932897 10202112000 24093 33554432000 1073741824 1073778376 140734548524400 140187462163240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24494] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11

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

/proc/24488/task/24499/stat : 24499 (java) S 24485 24488 19483 0 -1 4202560 216 0 0 0 29 12 0 0 20 0 24 0 13932897 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187455847464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24500] ppid=24485 vsize=9963000 CPUtime=0.42 cores=0-3,8-11
/proc/24488/task/24500/stat : 24500 (java) S 24485 24488 19483 0 -1 4202560 156 0 0 0 30 12 0 0 20 0 24 0 13932897 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187454794664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24501] ppid=24485 vsize=9963000 CPUtime=0.47 cores=0-3,8-11
/proc/24488/task/24501/stat : 24501 (java) S 24485 24488 19483 0 -1 4202560 208 0 0 0 31 16 0 0 20 0 24 0 13932897 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187453741864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24502] ppid=24485 vsize=9963000 CPUtime=0.39 cores=0-3,8-11
/proc/24488/task/24502/stat : 24502 (java) S 24485 24488 19483 0 -1 4202560 195 0 0 0 25 14 0 0 20 0 24 0 13932897 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187452689064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24503] ppid=24485 vsize=9963000 CPUtime=0.36 cores=0-3,8-11
/proc/24488/task/24503/stat : 24503 (java) S 24485 24488 19483 0 -1 4202560 96 0 0 0 24 12 0 0 20 0 24 0 13932897 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187451636264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24504] ppid=24485 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/24488/task/24504/stat : 24504 (java) S 24485 24488 19483 0 -1 4202560 141 0 0 0 14 2 0 0 20 0 24 0 13932898 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187434174824 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24505] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24505/stat : 24505 (java) S 24485 24488 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187433120888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24506] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24506/stat : 24506 (java) S 24485 24488 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187432067976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24507] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24507/stat : 24507 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187431017488 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24508] ppid=24485 vsize=9963000 CPUtime=0.45 cores=0-3,8-11
/proc/24488/task/24508/stat : 24508 (java) S 24485 24488 19483 0 -1 4202560 3954 0 0 0 44 1 0 0 20 0 24 0 13932901 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187429964600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24509] ppid=24485 vsize=9963000 CPUtime=0.32 cores=0-3,8-11
/proc/24488/task/24509/stat : 24509 (java) S 24485 24488 19483 0 -1 4202560 2811 0 0 0 32 0 0 0 20 0 24 0 13932901 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187428911800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24510] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24510/stat : 24510 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187427859192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24511] ppid=24485 vsize=9963000 CPUtime=0.59 cores=0-3,8-11
/proc/24488/task/24511/stat : 24511 (java) S 24485 24488 19483 0 -1 4202560 100 0 0 0 30 29 0 0 20 0 24 0 13932901 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187426806600 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24512] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24512/stat : 24512 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932939 10202112000 133725 33554432000 1073741824 1073778376 140734548524400 140187425653800 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1728.35
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 1.46 1.91 1.95 2/275 24589
/proc/meminfo: memFree=31437752/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9963000 CPUtime=1788.66 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 13494 0 1 0 178651 215 0 0 20 0 24 0 13932896 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2490750 133746 2294 9 0 2481427 0
[pid=24488/tid=24489] ppid=24485 vsize=9963000 CPUtime=1776.56 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2527 0 1 0 177626 30 0 0 20 0 24 0 13932896 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187621015232 140187481541424 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24491] ppid=24485 vsize=9963000 CPUtime=0.42 cores=0-3,8-11
/proc/24488/task/24491/stat : 24491 (java) S 24485 24488 19483 0 -1 4202560 184 0 0 0 30 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187464268840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24492] ppid=24485 vsize=9963000 CPUtime=0.43 cores=0-3,8-11
/proc/24488/task/24492/stat : 24492 (java) S 24485 24488 19483 0 -1 4202560 146 0 0 0 29 14 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187463216040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24493] ppid=24485 vsize=9963000 CPUtime=0.57 cores=0-3,8-11
/proc/24488/task/24493/stat : 24493 (java) S 24485 24488 19483 0 -1 4202560 279 0 0 0 40 17 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187462163240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24494] ppid=24485 vsize=9963000 CPUtime=0.57 cores=0-3,8-11
/proc/24488/task/24494/stat : 24494 (java) S 24485 24488 19483 0 -1 4202560 371 0 0 0 40 17 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187461110440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24495] ppid=24485 vsize=9963000 CPUtime=0.41 cores=0-3,8-11
/proc/24488/task/24495/stat : 24495 (java) S 24485 24488 19483 0 -1 4202560 200 0 0 0 30 11 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187460057640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24496] ppid=24485 vsize=9963000 CPUtime=0.44 cores=0-3,8-11
/proc/24488/task/24496/stat : 24496 (java) S 24485 24488 19483 0 -1 4202560 247 0 0 0 30 14 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187459004840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24497] ppid=24485 vsize=9963000 CPUtime=0.53 cores=0-3,8-11
/proc/24488/task/24497/stat : 24497 (java) S 24485 24488 19483 0 -1 4202560 275 0 0 0 38 15 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187457952040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24498] ppid=24485 vsize=9963000 CPUtime=0.49 cores=0-3,8-11
/proc/24488/task/24498/stat : 24498 (java) S 24485 24488 19483 0 -1 4202560 101 0 0 0 37 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187456899240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24499] ppid=24485 vsize=9963000 CPUtime=0.43 cores=0-3,8-11
/proc/24488/task/24499/stat : 24499 (java) S 24485 24488 19483 0 -1 4202560 216 0 0 0 31 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187455847464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24500] ppid=24485 vsize=9963000 CPUtime=0.44 cores=0-3,8-11
/proc/24488/task/24500/stat : 24500 (java) S 24485 24488 19483 0 -1 4202560 156 0 0 0 32 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187454794664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24501] ppid=24485 vsize=9963000 CPUtime=0.5 cores=0-3,8-11
/proc/24488/task/24501/stat : 24501 (java) S 24485 24488 19483 0 -1 4202560 208 0 0 0 34 16 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187453741864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24502] ppid=24485 vsize=9963000 CPUtime=0.41 cores=0-3,8-11
/proc/24488/task/24502/stat : 24502 (java) S 24485 24488 19483 0 -1 4202560 195 0 0 0 27 14 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187452689064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24503] ppid=24485 vsize=9963000 CPUtime=0.38 cores=0-3,8-11
/proc/24488/task/24503/stat : 24503 (java) S 24485 24488 19483 0 -1 4202560 96 0 0 0 26 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187451636264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24504] ppid=24485 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/24488/task/24504/stat : 24504 (java) S 24485 24488 19483 0 -1 4202560 164 0 0 0 14 2 0 0 20 0 24 0 13932898 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187434174824 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24505] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24505/stat : 24505 (java) S 24485 24488 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187433120888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24506] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24506/stat : 24506 (java) S 24485 24488 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187432067976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24507] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24507/stat : 24507 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187431017488 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24508] ppid=24485 vsize=9963000 CPUtime=0.45 cores=0-3,8-11
/proc/24488/task/24508/stat : 24508 (java) S 24485 24488 19483 0 -1 4202560 3954 0 0 0 44 1 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187429964600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24509] ppid=24485 vsize=9963000 CPUtime=0.32 cores=0-3,8-11
/proc/24488/task/24509/stat : 24509 (java) S 24485 24488 19483 0 -1 4202560 2811 0 0 0 32 0 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187428911800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24510] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24510/stat : 24510 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187427859192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24511] ppid=24485 vsize=9963000 CPUtime=0.62 cores=0-3,8-11
/proc/24488/task/24511/stat : 24511 (java) S 24485 24488 19483 0 -1 4202560 104 0 0 0 31 31 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187426806600 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24512] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24512/stat : 24512 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932939 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187425653800 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1788.66
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 1.39 1.88 1.94 2/275 24590
/proc/meminfo: memFree=31437488/32872528 swapFree=7036/7036
[pid=24488] ppid=24485 vsize=9963000 CPUtime=1800.07 cores=0-3,8-11
/proc/24488/stat : 24488 (java) S 24485 24488 19483 0 -1 4202496 13494 0 1 0 179791 216 0 0 20 0 24 0 13932896 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140734548515536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/24488/statm: 2490750 133746 2294 9 0 2481427 0
[pid=24488/tid=24489] ppid=24485 vsize=9963000 CPUtime=1787.94 cores=0-3,8-11
/proc/24488/task/24489/stat : 24489 (java) R 24485 24488 19483 0 -1 4202560 2527 0 1 0 178764 30 0 0 20 0 24 0 13932896 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187621015232 140187481541708 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24491] ppid=24485 vsize=9963000 CPUtime=0.42 cores=0-3,8-11
/proc/24488/task/24491/stat : 24491 (java) S 24485 24488 19483 0 -1 4202560 184 0 0 0 30 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187464268840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24488/tid=24492] ppid=24485 vsize=9963000 CPUtime=0.43 cores=0-3,8-11
/proc/24488/task/24492/stat : 24492 (java) S 24485 24488 19483 0 -1 4202560 146 0 0 0 29 14 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187463216040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24493] ppid=24485 vsize=9963000 CPUtime=0.57 cores=0-3,8-11
/proc/24488/task/24493/stat : 24493 (java) S 24485 24488 19483 0 -1 4202560 279 0 0 0 40 17 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187462163240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24494] ppid=24485 vsize=9963000 CPUtime=0.57 cores=0-3,8-11
/proc/24488/task/24494/stat : 24494 (java) S 24485 24488 19483 0 -1 4202560 371 0 0 0 40 17 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187461110440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=24488/tid=24495] ppid=24485 vsize=9963000 CPUtime=0.41 cores=0-3,8-11
/proc/24488/task/24495/stat : 24495 (java) S 24485 24488 19483 0 -1 4202560 200 0 0 0 30 11 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187460057640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24496] ppid=24485 vsize=9963000 CPUtime=0.44 cores=0-3,8-11
/proc/24488/task/24496/stat : 24496 (java) S 24485 24488 19483 0 -1 4202560 247 0 0 0 30 14 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187459004840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24497] ppid=24485 vsize=9963000 CPUtime=0.53 cores=0-3,8-11
/proc/24488/task/24497/stat : 24497 (java) S 24485 24488 19483 0 -1 4202560 275 0 0 0 38 15 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187457952040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24498] ppid=24485 vsize=9963000 CPUtime=0.49 cores=0-3,8-11
/proc/24488/task/24498/stat : 24498 (java) S 24485 24488 19483 0 -1 4202560 101 0 0 0 37 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187456899240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24499] ppid=24485 vsize=9963000 CPUtime=0.43 cores=0-3,8-11
/proc/24488/task/24499/stat : 24499 (java) S 24485 24488 19483 0 -1 4202560 216 0 0 0 31 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187455847464 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24500] ppid=24485 vsize=9963000 CPUtime=0.44 cores=0-3,8-11
/proc/24488/task/24500/stat : 24500 (java) S 24485 24488 19483 0 -1 4202560 156 0 0 0 32 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187454794664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24501] ppid=24485 vsize=9963000 CPUtime=0.5 cores=0-3,8-11
/proc/24488/task/24501/stat : 24501 (java) S 24485 24488 19483 0 -1 4202560 208 0 0 0 34 16 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187453741864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24502] ppid=24485 vsize=9963000 CPUtime=0.41 cores=0-3,8-11
/proc/24488/task/24502/stat : 24502 (java) S 24485 24488 19483 0 -1 4202560 195 0 0 0 27 14 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187452689064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=24488/tid=24503] ppid=24485 vsize=9963000 CPUtime=0.38 cores=0-3,8-11
/proc/24488/task/24503/stat : 24503 (java) S 24485 24488 19483 0 -1 4202560 96 0 0 0 26 12 0 0 20 0 24 0 13932897 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187451636264 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24504] ppid=24485 vsize=9963000 CPUtime=0.16 cores=0-3,8-11
/proc/24488/task/24504/stat : 24504 (java) S 24485 24488 19483 0 -1 4202560 164 0 0 0 14 2 0 0 20 0 24 0 13932898 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187434174824 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24488/tid=24505] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24505/stat : 24505 (java) S 24485 24488 19483 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187433120888 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24506] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24506/stat : 24506 (java) S 24485 24488 19483 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 24 0 13932899 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187432067976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24507] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24507/stat : 24507 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187431017488 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24508] ppid=24485 vsize=9963000 CPUtime=0.45 cores=0-3,8-11
/proc/24488/task/24508/stat : 24508 (java) S 24485 24488 19483 0 -1 4202560 3954 0 0 0 44 1 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187429964600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=24488/tid=24509] ppid=24485 vsize=9963000 CPUtime=0.32 cores=0-3,8-11
/proc/24488/task/24509/stat : 24509 (java) S 24485 24488 19483 0 -1 4202560 2811 0 0 0 32 0 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187428911800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24488/tid=24510] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24510/stat : 24510 (java) S 24485 24488 19483 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187427859192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=24488/tid=24511] ppid=24485 vsize=9963000 CPUtime=0.62 cores=0-3,8-11
/proc/24488/task/24511/stat : 24511 (java) S 24485 24488 19483 0 -1 4202560 104 0 0 0 31 31 0 0 20 0 24 0 13932901 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187426806600 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24488/tid=24512] ppid=24485 vsize=9963000 CPUtime=0 cores=0-3,8-11
/proc/24488/task/24512/stat : 24512 (java) S 24485 24488 19483 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 13932939 10202112000 133746 33554432000 1073741824 1073778376 140734548524400 140187425653800 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9963000

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 24488 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 24488 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=309375
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=612602
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.74
CPU time (s): 1800.07
CPU user time (s): 1797.91
CPU system time (s): 2.16
CPU usage (%): 100.353
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.31
system time used= 2.6126
maximum resident set size= 599524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13528
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38658
involuntary context switches= 14563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0842 second user time and 15.4137 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-17 01:14:43
IDJOB=4097916
IDBENCH=107825
IDSOLVER=2546
FILE ID=node132/4097916-1466118883
RUNJOBID= node132-1466118817-24154
PBS_JOBID= 19904121
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_13.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097916-1466118883/watcher-4097916-1466118883 -o /tmp/evaluation-result-4097916-1466118883/solver-4097916-1466118883 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466118817-24154 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097916-1466118883.opb

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

MD5SUM BENCH= 29ef5a3d2a2feb1d7447df3e3126a59a
RANDOM SEED=380666985

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31808860 kB
Buffers:           51356 kB
Cached:           125340 kB
SwapCached:          584 kB
Active:           238704 kB
Inactive:          98028 kB
Active(anon):     161384 kB
Inactive(anon):     1076 kB
Active(file):      77320 kB
Inactive(file):    96952 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:        315828 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             574104 kB
SReclaimable:      14144 kB
SUnreclaim:       559960 kB
KernelStack:        2560 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     704340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71736 MiB
End job on node132 at 2016-06-17 01:44:37