Trace number 4120982

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 PB16UNSAT 1594.73 1593.11

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-98.cnf.gz-extracted.pb.metafix.opb
MD5SUM976267151fed9b0a8cf7ba7513c95a2d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393
Total number of constraints392
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)392
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4120982-1467313142.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.063s.
0.09/0.18	c declared #vars     393
0.09/0.18	c #constraints  392
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 392
0.09/0.18	c 392 constraints processed.
0.65/0.44	c cleaning 2491 clauses out of 5000 with flag 23327/5000
0.98/0.62	c cleaning 4242 clauses out of 8509 with flag 55614/11000
1.20/0.82	c cleaning 5622 clauses out of 11267 with flag 94547/18000
1.41/1.06	c cleaning 6809 clauses out of 13645 with flag 139743/26000
1.72/1.34	c cleaning 7904 clauses out of 15837 with flag 188678/35001
2.02/1.68	c cleaning 8966 clauses out of 17935 with flag 240435/45003
2.63/2.22	c cleaning 9960 clauses out of 19967 with flag 306963/56001
3.02/2.68	c cleaning 10993 clauses out of 22007 with flag 376293/68001
3.52/3.19	c cleaning 11982 clauses out of 24014 with flag 447979/81001
4.13/3.78	c cleaning 12997 clauses out of 26031 with flag 521276/95000
4.84/4.43	c cleaning 13996 clauses out of 28036 with flag 604119/110002
5.53/5.14	c cleaning 15005 clauses out of 30038 with flag 699837/126000
6.33/5.93	c cleaning 16012 clauses out of 32033 with flag 804909/143000
7.14/6.76	c cleaning 16989 clauses out of 34022 with flag 909957/161001
8.14/7.71	c cleaning 17995 clauses out of 36033 with flag 1021449/180001
9.24/8.85	c cleaning 18993 clauses out of 38037 with flag 1145353/200000
10.34/9.97	c cleaning 20004 clauses out of 40044 with flag 1265615/221000
11.63/11.23	c cleaning 21008 clauses out of 42040 with flag 1400043/243000
13.03/12.62	c cleaning 22002 clauses out of 44032 with flag 1544377/266000
14.43/14.08	c cleaning 23013 clauses out of 46030 with flag 1693241/290000
16.03/15.62	c cleaning 24003 clauses out of 48019 with flag 1846198/315002
17.83/17.41	c cleaning 25001 clauses out of 50015 with flag 2017542/341001
19.53/19.16	c cleaning 25975 clauses out of 52015 with flag 2195920/368002
21.43/21.04	c cleaning 26994 clauses out of 54038 with flag 2377899/396000
23.42/23.06	c cleaning 28009 clauses out of 56044 with flag 2566980/425000
25.62/25.28	c cleaning 29008 clauses out of 58035 with flag 2762578/455000
27.82/27.42	c cleaning 29998 clauses out of 60027 with flag 2959819/486000
30.32/29.90	c cleaning 30994 clauses out of 62029 with flag 3162029/518000
32.83/32.41	c cleaning 31978 clauses out of 64035 with flag 3379256/551000
35.33/34.97	c cleaning 33007 clauses out of 66057 with flag 3593952/585000
38.23/37.89	c cleaning 33999 clauses out of 68052 with flag 3813599/620002
41.23/40.88	c cleaning 35016 clauses out of 70051 with flag 4046675/656000
44.53/44.16	c cleaning 35996 clauses out of 72037 with flag 4290484/693002
47.83/47.45	c cleaning 37004 clauses out of 74039 with flag 4537908/731000
51.23/50.86	c cleaning 38001 clauses out of 76038 with flag 4783724/770003
54.73/54.37	c cleaning 39005 clauses out of 78037 with flag 5040640/810003
58.73/58.34	c cleaning 40005 clauses out of 80032 with flag 5298881/851003
62.73/62.39	c cleaning 40993 clauses out of 82024 with flag 5566651/893000
66.93/66.55	c cleaning 41994 clauses out of 84033 with flag 5845885/936002
71.25/70.86	c cleaning 43000 clauses out of 86038 with flag 6119960/980001
75.27/74.85	c cleaning 44004 clauses out of 88038 with flag 6398291/1025001
79.86/79.43	c cleaning 45006 clauses out of 90034 with flag 6694197/1071001
84.76/84.34	c cleaning 45996 clauses out of 92027 with flag 6983220/1118000
89.67/89.25	c cleaning 46990 clauses out of 94032 with flag 7270190/1166001
94.76/94.34	c cleaning 47999 clauses out of 96041 with flag 7569141/1215000
99.86/99.49	c cleaning 49007 clauses out of 98043 with flag 7873934/1265001
105.36/104.93	c cleaning 49989 clauses out of 100035 with flag 8183131/1316000
110.86/110.49	c cleaning 50993 clauses out of 102047 with flag 8497750/1368001
116.76/116.39	c cleaning 52001 clauses out of 104053 with flag 8816819/1421000
122.76/122.32	c cleaning 53014 clauses out of 106053 with flag 9136766/1475001
128.86/128.43	c cleaning 53995 clauses out of 108038 with flag 9472095/1530000
135.46/135.09	c cleaning 55019 clauses out of 110043 with flag 9809072/1586000
142.26/141.86	c cleaning 55995 clauses out of 112024 with flag 10143917/1643000
149.36/148.90	c cleaning 56999 clauses out of 114031 with flag 10483401/1701002
156.37/155.94	c cleaning 57997 clauses out of 116032 with flag 10835921/1760002
163.87/163.40	c cleaning 58994 clauses out of 118036 with flag 11189775/1820003
171.76/171.32	c cleaning 60006 clauses out of 120039 with flag 11553164/1881000
179.46/179.06	c cleaning 60998 clauses out of 122034 with flag 11937853/1943001
187.52/187.03	c cleaning 62006 clauses out of 124035 with flag 12306732/2006000
195.82/195.34	c cleaning 63006 clauses out of 126029 with flag 12681235/2070000
204.03/203.60	c cleaning 63994 clauses out of 128024 with flag 13054269/2135001
212.62/212.12	c cleaning 64997 clauses out of 130031 with flag 13438209/2201002
221.42/220.90	c cleaning 65996 clauses out of 132033 with flag 13834992/2268001
230.43/229.98	c cleaning 67003 clauses out of 134037 with flag 14219396/2336001
239.43/238.93	c cleaning 68000 clauses out of 136033 with flag 14622393/2405000
249.43/248.92	c cleaning 69000 clauses out of 138033 with flag 15010614/2475000
259.04/258.56	c cleaning 70000 clauses out of 140033 with flag 15416014/2546000
269.44/268.99	c cleaning 70996 clauses out of 142033 with flag 15830888/2618000
280.04/279.53	c cleaning 72001 clauses out of 144038 with flag 16244646/2691001
290.84/290.30	c cleaning 73002 clauses out of 146036 with flag 16656857/2765000
301.43/300.98	c cleaning 74004 clauses out of 148035 with flag 17092289/2840001
312.63/312.17	c cleaning 74994 clauses out of 150030 with flag 17525860/2916000
324.73/324.27	c cleaning 76002 clauses out of 152037 with flag 17965454/2993001
336.26/335.73	c cleaning 76989 clauses out of 154035 with flag 18396470/3071001
348.46/347.95	c cleaning 78005 clauses out of 156046 with flag 18838698/3150001
360.86/360.30	c cleaning 79005 clauses out of 158042 with flag 19292556/3230002
373.67/373.19	c cleaning 80006 clauses out of 160035 with flag 19736429/3311000
386.87/386.34	c cleaning 80992 clauses out of 162029 with flag 20196736/3393000
400.27/399.74	c cleaning 82004 clauses out of 164038 with flag 20650997/3476001
414.28/413.75	c cleaning 83011 clauses out of 166034 with flag 21118727/3560001
427.48/426.98	c cleaning 83994 clauses out of 168022 with flag 21598306/3645000
441.98/441.45	c cleaning 84995 clauses out of 170028 with flag 22064719/3731000
456.78/456.22	c cleaning 86004 clauses out of 172036 with flag 22534958/3818003
471.38/470.90	c cleaning 86995 clauses out of 174029 with flag 23026222/3906000
486.98/486.41	c cleaning 88006 clauses out of 176035 with flag 23516042/3995001
502.52/501.94	c cleaning 88992 clauses out of 178029 with flag 24010358/4085001
517.53/516.94	c cleaning 90011 clauses out of 180036 with flag 24499944/4176000
533.62/533.01	c cleaning 90999 clauses out of 182029 with flag 24998868/4268004
550.12/549.51	c cleaning 92000 clauses out of 184026 with flag 25510958/4361000
567.13/566.58	c cleaning 93000 clauses out of 186026 with flag 26023136/4455000
584.52/583.92	c cleaning 94002 clauses out of 188027 with flag 26526547/4550001
602.22/601.61	c cleaning 94997 clauses out of 190024 with flag 27037933/4646000
620.13/619.51	c cleaning 95992 clauses out of 192027 with flag 27573058/4743000
637.93/637.32	c cleaning 96991 clauses out of 194036 with flag 28109154/4841001
656.83/656.24	c cleaning 98013 clauses out of 196045 with flag 28640706/4940001
676.84/676.22	c cleaning 99004 clauses out of 198033 with flag 29186623/5040002
696.91/696.25	c cleaning 99993 clauses out of 200028 with flag 29722212/5141001
717.31/716.69	c cleaning 100993 clauses out of 202034 with flag 30266530/5243000
738.62/737.97	c cleaning 101999 clauses out of 204042 with flag 30803732/5346001
759.92/759.26	c cleaning 103009 clauses out of 206042 with flag 31355270/5450000
781.22/780.52	c cleaning 104001 clauses out of 208033 with flag 31906555/5555000
801.72/801.05	c cleaning 104989 clauses out of 210033 with flag 32468619/5661001
823.73/823.00	c cleaning 106000 clauses out of 212043 with flag 33029054/5768000
846.33/845.60	c cleaning 107008 clauses out of 214043 with flag 33591950/5876000
868.63/867.91	c cleaning 108002 clauses out of 216035 with flag 34180435/5985000
892.24/891.45	c cleaning 109007 clauses out of 218036 with flag 34761287/6095003
914.84/914.09	c cleaning 110002 clauses out of 220027 with flag 35354596/6206001
937.43/936.65	c cleaning 111007 clauses out of 222025 with flag 35956578/6318001
961.83/961.02	c cleaning 111999 clauses out of 224020 with flag 36549991/6431003
986.43/985.66	c cleaning 112985 clauses out of 226018 with flag 37152647/6545000
1011.83/1011.07	c cleaning 114004 clauses out of 228033 with flag 37757369/6660000
1038.32/1037.51	c cleaning 115014 clauses out of 230029 with flag 38362238/6776000
1063.91/1063.12	c cleaning 115989 clauses out of 232015 with flag 38978311/6893000
1090.53/1089.64	c cleaning 117009 clauses out of 234029 with flag 39603179/7011003
1116.92/1116.08	c cleaning 117984 clauses out of 236018 with flag 40249864/7130001
1142.72/1141.81	c cleaning 118999 clauses out of 238033 with flag 40875358/7250000
1170.71/1169.83	c cleaning 120015 clauses out of 240035 with flag 41511292/7371001
1199.61/1198.76	c cleaning 120999 clauses out of 242023 with flag 42167744/7493004
1227.10/1226.27	c cleaning 121986 clauses out of 244020 with flag 42848606/7616000
1255.80/1254.96	c cleaning 123008 clauses out of 246034 with flag 43503730/7740000
1285.49/1284.67	c cleaning 123999 clauses out of 248026 with flag 44181993/7865000
1315.23/1314.21	c cleaning 125014 clauses out of 250029 with flag 44872740/7991002
1344.62/1343.70	c cleaning 125996 clauses out of 252014 with flag 45542544/8118001
1377.92/1376.95	c cleaning 126999 clauses out of 254021 with flag 46240573/8246004
1406.93/1405.96	c cleaning 127992 clauses out of 256018 with flag 46954044/8375000
1437.81/1436.81	c cleaning 128997 clauses out of 258027 with flag 47643398/8505001
1467.90/1466.95	c cleaning 130001 clauses out of 260030 with flag 48334565/8636001
1500.09/1498.96	c cleaning 130997 clauses out of 262030 with flag 49065655/8768002
1530.69/1529.58	c cleaning 132011 clauses out of 264031 with flag 49803323/8901000
1560.88/1559.75	c cleaning 133001 clauses out of 266020 with flag 50559014/9035000
1594.25/1593.07	c starts		: 19340
1594.25/1593.07	c conflicts		: 9164193
1594.25/1593.07	c decisions		: 13745344
1594.25/1593.07	c propagations		: 164697178
1594.25/1593.07	c inspects		: 34871289870
1594.25/1593.07	c shortcuts		: 0
1594.25/1593.07	c learnt literals	: 13
1594.25/1593.07	c learnt binary clauses	: 10
1594.25/1593.07	c learnt ternary clauses	: 25
1594.25/1593.07	c learnt constraints	: 9164179
1594.25/1593.07	c ignored constraints	: 0
1594.25/1593.07	c root simplifications	: 0
1594.25/1593.07	c removed literals (reason simplification)	: 0
1594.25/1593.07	c reason swapping (by a shorter reason)	: 0
1594.25/1593.07	c Calls to reduceDB	: 130
1594.25/1593.07	c Number of update (reduction) of LBD	: 2824296
1594.25/1593.07	c Imported unit clauses	: 0
1594.25/1593.07	c number of reductions to clauses (during analyze)	: 0
1594.25/1593.07	c number of learned constraints concerned by reduction	: 0
1594.25/1593.07	c number of learning phase by resolution	: 0
1594.25/1593.07	c number of learning phase by cutting planes	: 0
1594.25/1593.07	c speed (assignments/second)	: 103394.8741128574
1594.25/1593.07	c non guided choices	131978
1594.36/1593.10	c learnt constraints type 
1594.36/1593.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1594.36/1593.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 262188
1594.36/1593.10	s UNSATISFIABLE
1594.36/1593.10	c Total wall clock time (in seconds): 1592.991

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-4120982-1467313142/watcher-4120982-1467313142 -o /tmp/evaluation-result-4120982-1467313142/solver-4120982-1467313142 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120982-1467313142.opb 

pid=24516
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.27 2.24 2.31 3/194 24519
/proc/meminfo: memFree=28343640/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24519/stat : 24519 (java) D 24516 24519 14900 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 10338396 2560000 46 33554432000 1073741824 1073778376 140735253567104 140735253564232 270698376487 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.27 2.24 2.31 3/194 24519
/proc/meminfo: memFree=28343640/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 10338396 9787879424 6034 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.27 2.24 2.31 3/194 24519
/proc/meminfo: memFree=28343640/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 4731 0 1 0 23 1 0 0 20 0 19 0 10338396 9856040960 6810 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 6810 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300206 s]
/proc/loadavg: 2.27 2.24 2.31 3/194 24519
/proc/meminfo: memFree=28343640/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 6898 0 1 0 50 1 0 0 20 0 19 0 10338396 9856040960 8235 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 8235 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700144 s]
/proc/loadavg: 2.27 2.24 2.31 3/194 24519
/proc/meminfo: memFree=28343640/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 8894 0 1 0 109 2 0 0 20 0 19 0 10338396 9856040960 9297 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 9297 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.27 2.24 2.31 3/213 24538
/proc/meminfo: memFree=28323896/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 8902 0 1 0 190 2 0 0 20 0 19 0 10338396 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 10326 2257 9 0 2396937 0
[pid=24519/tid=24521] ppid=24516 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/24519/task/24521/stat : 24521 (java) R 24516 24519 14900 0 -1 4202560 2412 0 1 0 144 2 0 0 20 0 19 0 10338397 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394385067712 140394243750273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24522] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24522/stat : 24522 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394363177128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24523] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2947 0 0 0 23 0 0 0 20 0 19 0 10338402 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) S 24516 24519 14900 0 -1 4202560 2270 0 0 0 20 0 0 0 20 0 19 0 10338402 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394136677048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24538] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24538/stat : 24538 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338414 9856040960 10326 33554432000 1073741824 1073778376 140735253567104 140394133517096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.24 2.23 2.31 3/213 24538
/proc/meminfo: memFree=28319304/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 8906 0 1 0 350 2 0 0 20 0 19 0 10338396 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 11862 2257 9 0 2396937 0
[pid=24519/tid=24521] ppid=24516 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/24519/task/24521/stat : 24521 (java) R 24516 24519 14900 0 -1 4202560 2416 0 1 0 304 2 0 0 20 0 19 0 10338397 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394385067712 140394243750345 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24522] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24522/stat : 24522 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394363177128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24523] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2947 0 0 0 23 0 0 0 20 0 19 0 10338402 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) S 24516 24519 14900 0 -1 4202560 2270 0 0 0 20 0 0 0 20 0 19 0 10338402 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394136677048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24538] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24538/stat : 24538 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338414 9856040960 11862 33554432000 1073741824 1073778376 140735253567104 140394133517096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.24 2.23 2.31 4/213 24538
/proc/meminfo: memFree=28306528/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 8912 0 1 0 670 3 0 0 20 0 19 0 10338396 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 13911 2258 9 0 2396937 0
[pid=24519/tid=24521] ppid=24516 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/24519/task/24521/stat : 24521 (java) R 24516 24519 14900 0 -1 4202560 2421 0 1 0 624 2 0 0 20 0 19 0 10338397 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394385067712 140394243750599 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24522] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24522/stat : 24522 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394363177128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24523] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10338398 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2947 0 0 0 23 0 0 0 20 0 19 0 10338402 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) S 24516 24519 14900 0 -1 4202560 2270 0 0 0 20 0 0 0 20 0 19 0 10338402 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394136677048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24538] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24538/stat : 24538 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338414 9856040960 13911 33554432000 1073741824 1073778376 140735253567104 140394133517096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=24519/tid=24523] ppid=24516 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 103 0 0 0 8 0 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 161 0 0 0 8 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 69 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 87 0 0 0 13 0 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 285 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 209 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 65 0 0 0 0 1 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2948 0 0 0 24 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) S 24516 24519 14900 0 -1 4202560 2448 0 0 0 26 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394136677048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 92 0 0 0 16 21 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24538] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24538/stat : 24538 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338414 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394133517096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1593.22
Current children cumulated vsize (KiB) 9625040

[startup+1592.8 s]
/proc/loadavg: 2.15 2.17 2.20 3/213 25183
/proc/meminfo: memFree=27999136/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=1594.05 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 10578 0 1 0 159364 41 0 0 20 0 19 0 10338396 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 74558 2272 9 0 2396937 0
[pid=24519/tid=24521] ppid=24516 vsize=9625040 CPUtime=1592.27 cores=1,3,5,7
/proc/24519/task/24521/stat : 24521 (java) R 24516 24519 14900 0 -1 4202560 2487 0 1 0 159196 31 0 0 20 0 19 0 10338397 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394385076584 140394243964647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24522] ppid=24516 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24519/task/24522/stat : 24522 (java) S 24516 24519 14900 0 -1 4202560 287 0 0 0 9 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394363177128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24523] ppid=24516 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 103 0 0 0 8 0 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 161 0 0 0 8 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 69 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 87 0 0 0 13 0 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 285 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 209 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 65 0 0 0 0 1 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2948 0 0 0 24 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) S 24516 24519 14900 0 -1 4202560 2448 0 0 0 28 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394136677048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 92 0 0 0 16 21 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24538] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24538/stat : 24538 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338414 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394133517096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1594.05
Current children cumulated vsize (KiB) 9625040

[startup+1593 s]
/proc/loadavg: 2.15 2.17 2.20 3/213 25183
/proc/meminfo: memFree=27999136/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9625040 CPUtime=1594.25 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 10578 0 1 0 159384 41 0 0 20 0 19 0 10338396 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2406260 74558 2272 9 0 2396937 0
[pid=24519/tid=24521] ppid=24516 vsize=9625040 CPUtime=1592.46 cores=1,3,5,7
/proc/24519/task/24521/stat : 24521 (java) R 24516 24519 14900 0 -1 4202560 2487 0 1 0 159215 31 0 0 20 0 19 0 10338397 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394385076584 140394243995213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24522] ppid=24516 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/24519/task/24522/stat : 24522 (java) S 24516 24519 14900 0 -1 4202560 287 0 0 0 9 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394363177128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24523] ppid=24516 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 103 0 0 0 8 0 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 161 0 0 0 8 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 69 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 87 0 0 0 13 0 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 285 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 209 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 10338398 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 65 0 0 0 0 1 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10338399 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2948 0 0 0 24 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) S 24516 24519 14900 0 -1 4202560 2448 0 0 0 28 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394136677048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 92 0 0 0 16 21 0 0 20 0 19 0 10338402 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24538] ppid=24516 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24538/stat : 24538 (java) S 24516 24519 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10338414 9856040960 74558 33554432000 1073741824 1073778376 140735253567104 140394133517096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1594.25
Current children cumulated vsize (KiB) 9625040

[startup+1593.1 s]
/proc/loadavg: 2.15 2.17 2.20 3/213 25183
/proc/meminfo: memFree=27999136/32872528 swapFree=1526624/1696276
[pid=24519] ppid=24516 vsize=9691604 CPUtime=1594.36 cores=1,3,5,7
/proc/24519/stat : 24519 (java) S 24516 24519 14900 0 -1 4202496 10597 0 1 0 159395 41 0 0 20 0 19 0 10338396 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140735253558240 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24519/statm: 2422901 74575 2281 9 0 2413578 0
[pid=24519/tid=24521] ppid=24516 vsize=9691604 CPUtime=1592.54 cores=1,3,5,7
/proc/24519/task/24521/stat : 24521 (java) S 24516 24519 14900 0 -1 4202560 2489 0 1 0 159223 31 0 0 20 0 19 0 10338397 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394385076952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24522] ppid=24516 vsize=9691604 CPUtime=0.11 cores=1,3,5,7
/proc/24519/task/24522/stat : 24522 (java) S 24516 24519 14900 0 -1 4202560 287 0 0 0 9 2 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394363177128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24523] ppid=24516 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/24519/task/24523/stat : 24523 (java) S 24516 24519 14900 0 -1 4202560 103 0 0 0 8 0 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394362124584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24519/tid=24524] ppid=24516 vsize=9691604 CPUtime=0.1 cores=1,3,5,7
/proc/24519/task/24524/stat : 24524 (java) S 24516 24519 14900 0 -1 4202560 161 0 0 0 8 2 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394159401384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24525] ppid=24516 vsize=9691604 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24525/stat : 24525 (java) S 24516 24519 14900 0 -1 4202560 69 0 0 0 12 2 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394158348840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24526] ppid=24516 vsize=9691604 CPUtime=0.13 cores=1,3,5,7
/proc/24519/task/24526/stat : 24526 (java) S 24516 24519 14900 0 -1 4202560 87 0 0 0 13 0 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394157296296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24527] ppid=24516 vsize=9691604 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24527/stat : 24527 (java) S 24516 24519 14900 0 -1 4202560 285 0 0 0 12 2 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394156243752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24519/tid=24528] ppid=24516 vsize=9691604 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24528/stat : 24528 (java) S 24516 24519 14900 0 -1 4202560 209 0 0 0 12 2 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394155191208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24529] ppid=24516 vsize=9691604 CPUtime=0.14 cores=1,3,5,7
/proc/24519/task/24529/stat : 24529 (java) S 24516 24519 14900 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 10338398 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394154138664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24530] ppid=24516 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/24519/task/24530/stat : 24530 (java) S 24516 24519 14900 0 -1 4202560 65 0 0 0 0 1 0 0 20 0 19 0 10338399 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394141939816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24531] ppid=24516 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24531/stat : 24531 (java) S 24516 24519 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10338399 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394140886136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24532] ppid=24516 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24532/stat : 24532 (java) S 24516 24519 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10338399 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394139833480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24533] ppid=24516 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24533/stat : 24533 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394138782224 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24534] ppid=24516 vsize=9691604 CPUtime=0.24 cores=1,3,5,7
/proc/24519/task/24534/stat : 24534 (java) S 24516 24519 14900 0 -1 4202560 2948 0 0 0 24 0 0 0 20 0 19 0 10338402 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394137729592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24519/tid=24535] ppid=24516 vsize=9691604 CPUtime=0.3 cores=1,3,5,7
/proc/24519/task/24535/stat : 24535 (java) R 24516 24519 14900 0 -1 4202560 2456 0 0 0 30 0 0 0 20 0 19 0 10338402 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394136677048 140394387126017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24536] ppid=24516 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24519/task/24536/stat : 24536 (java) S 24516 24519 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10338402 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394135624696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24519/tid=24537] ppid=24516 vsize=9691604 CPUtime=0.37 cores=1,3,5,7
/proc/24519/task/24537/stat : 24537 (java) S 24516 24519 14900 0 -1 4202560 92 0 0 0 16 21 0 0 20 0 19 0 10338402 9924202496 74575 33554432000 1073741824 1073778376 140735253567104 140394134572360 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1594.36
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 1593.11
CPU time (s): 1594.73
CPU user time (s): 1593.94
CPU system time (s): 0.791879
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1593.94
system time used= 0.791879
maximum resident set size= 298312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10602
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33952
involuntary context switches= 16735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.29274 second user time and 12.5951 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:59:02
IDJOB=4120982
IDBENCH=110205
IDSOLVER=2546
FILE ID=node125/4120982-1467313142
RUNJOBID= node125-1467310468-23888
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-98.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120982-1467313142/watcher-4120982-1467313142 -o /tmp/evaluation-result-4120982-1467313142/solver-4120982-1467313142 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120982-1467313142.opb

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

MD5SUM BENCH= 976267151fed9b0a8cf7ba7513c95a2d
RANDOM SEED=211550073

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28344012 kB
Buffers:          140932 kB
Cached:          1800424 kB
SwapCached:            0 kB
Active:           401228 kB
Inactive:        1684232 kB
Active(anon):     146788 kB
Inactive(anon):        0 kB
Active(file):     254440 kB
Inactive(file):  1684232 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       1842424 kB
Mapped:            21496 kB
Shmem:               204 kB
Slab:             610720 kB
SReclaimable:      54404 kB
SUnreclaim:       556316 kB
KernelStack:        1616 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 71740 MiB
End job on node125 at 2016-06-30 21:25:35