Trace number 4106395

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 964.147 480.871

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
MD5SUM0f650891245dab338bc3d2f3a3dc10c7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.177972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106395-1466270991.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.24/0.22	c ... done. Wall clock time 0.113s.
0.24/0.22	c declared #vars     189
0.24/0.22	c internal #vars     756
0.24/0.22	c #constraints  1156
0.24/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.24/0.22	c 1156 constraints processed.
0.24/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
0.24/0.22	c 1156 constraints processed.
0.24/0.22	c objective function length is 9 literals
2.59/0.84	c cleaning 2500 clauses out of 5000 with flag 10405/5000
4.19/1.26	c cleaning 4248 clauses out of 8501 with flag 23092/11001
5.90/1.93	c cleaning 5617 clauses out of 11253 with flag 37745/18001
7.14/2.50	c cleaning 6799 clauses out of 13635 with flag 55093/26000
7.96/3.00	c cleaning 7909 clauses out of 15836 with flag 75391/35000
9.36/3.68	c cleaning 8948 clauses out of 17928 with flag 96821/45001
11.60/4.72	c cleaning 9978 clauses out of 19979 with flag 121579/56000
14.43/6.16	c cleaning 10991 clauses out of 22001 with flag 147495/68000
17.89/7.81	c cleaning 11980 clauses out of 24010 with flag 176055/81000
19.27/8.59	c cleaning 13006 clauses out of 26030 with flag 207876/95000
21.73/9.77	c cleaning 13984 clauses out of 28024 with flag 240992/110000
24.93/11.31	c cleaning 15015 clauses out of 30040 with flag 276332/126000
28.13/12.96	c cleaning 16003 clauses out of 32025 with flag 314296/143000
30.80/14.25	c cleaning 17004 clauses out of 34023 with flag 352930/161001
31.99/14.86	c And the winner is solver0
32.06/15.23	c SATISFIABLE
32.06/15.23	c OPTIMIZING...
32.06/15.23	c Got one! Elapsed wall clock time (in seconds):15.12
32.06/15.23	o 35
33.59/16.07	c cleaning 14603 clauses out of 29221 with flag 11127/173203
34.39/16.42	c cleaning 10303 clauses out of 20618 with flag 25525/179203
35.85/17.12	c cleaning 8651 clauses out of 17316 with flag 41906/186204
36.45/17.44	c And the winner is solver0
36.55/17.73	c Got one! Elapsed wall clock time (in seconds):17.621
36.55/17.73	o 3
36.68/17.86	c cleaning 7172 clauses out of 14350 with flag 4681/191889
37.28/18.13	c cleaning 6577 clauses out of 13177 with flag 17714/197888
38.28/18.64	c cleaning 6781 clauses out of 13600 with flag 33356/204888
39.08/19.07	c cleaning 7406 clauses out of 14821 with flag 50341/212890
40.69/19.90	c cleaning 8197 clauses out of 16414 with flag 69554/221889
41.92/20.42	c cleaning 9088 clauses out of 18217 with flag 90206/231889
43.54/21.26	c cleaning 10039 clauses out of 20128 with flag 113044/242888
46.01/22.25	c cleaning 11037 clauses out of 22090 with flag 138699/254889
48.21/23.31	c cleaning 12006 clauses out of 24053 with flag 169351/267889
50.29/24.31	c cleaning 13010 clauses out of 26047 with flag 198902/281889
52.88/25.61	c cleaning 14010 clauses out of 28037 with flag 231731/296889
56.27/27.32	c cleaning 15012 clauses out of 30026 with flag 267548/312888
58.67/28.56	c cleaning 0 clauses out of 6325 with flag 0/6325
59.69/28.93	c cleaning 15995 clauses out of 32014 with flag 308071/329888
63.34/30.76	c cleaning 16996 clauses out of 34020 with flag 350149/347889
67.74/32.90	c cleaning 18000 clauses out of 36023 with flag 393549/366888
70.74/34.41	c cleaning 19002 clauses out of 38024 with flag 440300/386889
76.61/37.39	c cleaning 20003 clauses out of 40021 with flag 490232/407888
82.92/40.49	c cleaning 20998 clauses out of 42018 with flag 542859/429889
88.53/43.26	c cleaning 21986 clauses out of 44019 with flag 591629/452888
93.38/45.67	c cleaning 22999 clauses out of 46034 with flag 644039/476889
97.98/47.96	c cleaning 24002 clauses out of 48034 with flag 698080/501888
104.04/50.92	c cleaning 25013 clauses out of 50033 with flag 753322/527889
109.04/53.41	c cleaning 25999 clauses out of 52020 with flag 812224/554889
117.09/57.40	c cleaning 26998 clauses out of 54021 with flag 871730/582889
123.53/60.70	c cleaning 28008 clauses out of 56022 with flag 934979/611888
130.75/64.21	c cleaning 29004 clauses out of 58015 with flag 1002061/641889
140.21/68.91	c cleaning 29999 clauses out of 60010 with flag 1073174/672888
147.21/72.42	c cleaning 30985 clauses out of 62013 with flag 1144000/704890
153.85/75.79	c cleaning 32004 clauses out of 64027 with flag 1219756/737889
165.50/81.57	c cleaning 33000 clauses out of 66022 with flag 1292649/771888
173.52/85.50	c cleaning 34001 clauses out of 68023 with flag 1374563/806889
184.94/91.25	c cleaning 34996 clauses out of 70022 with flag 1453903/842889
194.59/96.08	c cleaning 35984 clauses out of 72025 with flag 1537128/879888
202.82/100.13	c cleaning 37004 clauses out of 74042 with flag 1623512/917889
214.46/105.94	c cleaning 38011 clauses out of 76038 with flag 1708885/956889
223.49/110.41	c cleaning 39006 clauses out of 78027 with flag 1802096/996889
239.13/118.25	c cleaning 40002 clauses out of 80019 with flag 1893594/1037888
251.98/124.68	c cleaning 40999 clauses out of 82017 with flag 1984832/1079888
260.61/128.94	c cleaning 0 clauses out of 12323 with flag 0/12323
265.64/131.41	c cleaning 42000 clauses out of 84018 with flag 2078967/1122888
278.25/137.74	c cleaning 43006 clauses out of 86020 with flag 2176416/1166890
296.38/146.75	c cleaning 44005 clauses out of 88013 with flag 2277136/1211889
308.46/152.76	c cleaning 44995 clauses out of 90007 with flag 2381691/1257888
325.18/161.05	c cleaning 45996 clauses out of 92012 with flag 2487585/1304888
344.96/171.01	c cleaning 46987 clauses out of 94018 with flag 2598125/1352890
367.69/182.39	c cleaning 47999 clauses out of 96030 with flag 2706238/1401889
386.21/191.58	c cleaning 49012 clauses out of 98031 with flag 2821508/1451889
405.47/201.10	c cleaning 49996 clauses out of 100019 with flag 2938321/1502889
421.36/209.05	c cleaning 51000 clauses out of 102023 with flag 3058601/1554889
435.85/216.26	c cleaning 52002 clauses out of 104022 with flag 3176342/1607889
459.33/227.92	c cleaning 53000 clauses out of 106019 with flag 3293936/1661888
486.83/241.68	c cleaning 53995 clauses out of 108019 with flag 3414089/1716888
503.73/250.05	c cleaning 55002 clauses out of 110024 with flag 3538112/1772888
526.45/261.58	c cleaning 56001 clauses out of 112020 with flag 3663612/1829888
547.71/272.12	c cleaning 56999 clauses out of 114020 with flag 3792641/1887889
566.62/281.53	c cleaning 58005 clauses out of 116020 with flag 3926215/1946888
586.92/291.68	c cleaning 59001 clauses out of 118015 with flag 4058727/2006888
609.82/303.08	c cleaning 60002 clauses out of 120017 with flag 4194194/2067891
634.90/315.55	c cleaning 60999 clauses out of 122011 with flag 4330452/2129888
641.70/318.91	c cleaning 0 clauses out of 19323 with flag 0/19323
657.97/327.02	c cleaning 61994 clauses out of 124012 with flag 4467210/2192888
696.38/346.13	c cleaning 63004 clauses out of 126019 with flag 4609479/2256889
727.96/361.85	c cleaning 63999 clauses out of 128014 with flag 4751517/2321888
770.14/383.07	c cleaning 65002 clauses out of 130015 with flag 4899449/2387888
805.83/400.83	c cleaning 66000 clauses out of 132014 with flag 5050493/2454889
849.98/422.86	c cleaning 67000 clauses out of 134012 with flag 5209800/2522888
910.81/453.10	c cleaning 67995 clauses out of 136011 with flag 5356379/2591888
961.61/478.43	c And the winner is solver0
963.83/480.85	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
963.83/480.85	c starts		: 5907
963.83/480.85	c conflicts		: 2650670
963.83/480.85	c decisions		: 3079032
963.83/480.85	c propagations		: 58232498
963.83/480.85	c inspects		: 7395944598
963.83/480.85	c shortcuts		: 0
963.83/480.85	c learnt literals	: 20
963.83/480.85	c learnt binary clauses	: 25
963.83/480.85	c learnt ternary clauses	: 55
963.83/480.86	c learnt constraints	: 2650649
963.83/480.86	c ignored constraints	: 0
963.83/480.86	c root simplifications	: 0
963.83/480.86	c removed literals (reason simplification)	: 7134642
963.83/480.86	c reason swapping (by a shorter reason)	: 0
963.83/480.86	c Calls to reduceDB	: 82
963.83/480.86	c Number of update (reduction) of LBD	: 88740
963.83/480.86	c Imported unit clauses	: 0
963.83/480.86	c number of reductions to clauses (during analyze)	: 0
963.83/480.86	c number of learned constraints concerned by reduction	: 0
963.83/480.86	c number of learning phase by resolution	: 0
963.83/480.86	c number of learning phase by cutting planes	: 0
963.83/480.86	c speed (assignments/second)	: 121159.6917353618
963.83/480.86	c non guided choices	20634
963.83/480.86	c learnt constraints type 
963.83/480.86	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
963.83/480.86	c starts		: 70
963.83/480.86	c conflicts		: 22540
963.83/480.86	c decisions		: 26042
963.83/480.86	c propagations		: 401080
963.83/480.86	c inspects		: 596672391
963.83/480.86	c shortcuts		: 0
963.83/480.86	c learnt literals	: 0
963.83/480.86	c learnt binary clauses	: 0
963.83/480.86	c learnt ternary clauses	: 0
963.83/480.86	c learnt constraints	: 22540
963.83/480.86	c ignored constraints	: 0
963.83/480.86	c root simplifications	: 0
963.83/480.86	c removed literals (reason simplification)	: 0
963.83/480.86	c reason swapping (by a shorter reason)	: 0
963.83/480.86	c Calls to reduceDB	: 3
963.83/480.86	c Number of update (reduction) of LBD	: 0
963.83/480.86	c Imported unit clauses	: 0
963.83/480.86	c number of reductions to clauses (during analyze)	: 0
963.83/480.86	c number of learned constraints concerned by reduction	: 0
963.83/480.86	c number of learning phase by resolution	: 0
963.83/480.86	c number of learning phase by cutting planes	: 0
963.83/480.86	c speed (assignments/second)	: 866.0334295640683
963.83/480.86	c non guided choices	876
963.83/480.86	c learnt constraints type 
963.83/480.86	s OPTIMUM FOUND
963.83/480.86	c Found 2 solution(s)
963.83/480.86	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 x47 x48 -x49 -x50 -x51 -x52 -x53 x54 x55 x56 -x57 x58 x59 -x60 -x61 -x62 x63 x64 x65 x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 x102 x103 -x104 x105 -x106 -x107 -x108 x109 x110 -x111 x112 x113 x114 -x115 -x116 -x117 x118 -x119 -x120 x121 x122 x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 x164 x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 x185 -x186 x187 -x188 -x189 
963.83/480.86	c objective function=3
963.83/480.86	c Total wall clock time (in seconds): 480.748

Verifier Data

OK	3

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-4106395-1466270991/watcher-4106395-1466270991 -o /tmp/evaluation-result-4106395-1466270991/solver-4106395-1466270991 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106395-1466270991.opb 

pid=32457
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: 3.80 3.77 3.59 4/197 32460
/proc/meminfo: memFree=27904712/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 29147570 95129600 927 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 23225 927 703 9 0 16769 0
[pid=32460/tid=32461] ppid=32457 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) R 32457 32460 28285 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 29147571 95129600 927 33554432000 1073741824 1073778376 140734721644912 139833306431016 217401355559 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 3.80 3.77 3.59 4/197 32460
/proc/meminfo: memFree=27904712/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 29147570 9787879424 6061 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2389619 6061 2141 9 0 2380296 0
[pid=32460/tid=32461] ppid=32457 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) R 32457 32460 28285 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 29147571 9787879424 6061 33554432000 1073741824 1073778376 140734721644912 139833306434312 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 3.80 3.77 3.59 4/197 32460
/proc/meminfo: memFree=27904712/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 4648 0 1 0 23 1 0 0 20 0 18 0 29147570 9787879424 7236 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2389619 7236 2217 9 0 2380296 0
[pid=32460/tid=32461] ppid=32457 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) R 32457 32460 28285 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 29147571 9787879424 7236 33554432000 1073741824 1073778376 140734721644912 139833306434312 139833146178510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300292 s]
/proc/loadavg: 3.80 3.77 3.59 4/197 32460
/proc/meminfo: memFree=27904712/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 7453 0 1 0 58 2 0 0 20 0 22 0 29147570 10060525568 11191 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 11191 2237 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) S 32457 32460 28285 0 -1 4202560 2409 0 1 0 19 1 0 0 20 0 22 0 29147571 10060525568 11191 33554432000 1073741824 1073778376 140734721644912 139833306436472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700251 s]
/proc/loadavg: 3.80 3.77 3.59 4/197 32460
/proc/meminfo: memFree=27904712/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 16279 0 1 0 216 4 0 0 20 0 22 0 29147570 10060525568 24031 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 24031 2256 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) S 32457 32460 28285 0 -1 4202560 2409 0 1 0 19 1 0 0 20 0 22 0 29147571 10060525568 24031 33554432000 1073741824 1073778376 140734721644912 139833306436472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50099 s]
/proc/loadavg: 3.80 3.77 3.59 7/219 32482
/proc/meminfo: memFree=27724428/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 21832 0 1 0 499 8 0 0 20 0 22 0 29147570 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 49202 2278 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) S 32457 32460 28285 0 -1 4202560 2409 0 1 0 19 1 0 0 20 0 22 0 29147571 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833306436472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32463] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32463/stat : 32463 (java) S 32457 32460 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833267927592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32464] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32464/stat : 32464 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833266874792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32465] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32465/stat : 32465 (java) S 32457 32460 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833265821992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32466] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32466/stat : 32466 (java) S 32457 32460 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833264769192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32467] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32467/stat : 32467 (java) S 32457 32460 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833146076200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32468] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32468/stat : 32468 (java) S 32457 32460 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833145023400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32469] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32469/stat : 32469 (java) S 32457 32460 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833143970600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32470] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32470/stat : 32470 (java) S 32457 32460 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833142917800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32471] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32471/stat : 32471 (java) S 32457 32460 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139833130506728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32472] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32472/stat : 32472 (java) S 32457 32460 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832525317368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32473] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32473/stat : 32473 (java) S 32457 32460 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832524264456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32474] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32474/stat : 32474 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832523212944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32475] ppid=32457 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/32460/task/32475/stat : 32475 (java) S 32457 32460 28285 0 -1 4202560 10638 0 0 0 111 2 0 0 20 0 22 0 29147575 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832522161080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32476] ppid=32457 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/32460/task/32476/stat : 32476 (java) S 32457 32460 28285 0 -1 4202560 7277 0 0 0 114 1 0 0 20 0 22 0 29147575 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832521108280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32477] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32477/stat : 32477 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832520055672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32478] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32478/stat : 32478 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832519003080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32479] ppid=32457 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/32460/task/32479/stat : 32479 (java) R 32457 32460 28285 0 -1 4202560 24 0 0 0 124 0 0 0 20 0 22 0 29147593 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832517948096 139833146726321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32480] ppid=32457 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/32460/task/32480/stat : 32480 (java) R 32457 32460 28285 0 -1 4202560 98 0 0 0 120 3 0 0 20 0 22 0 29147593 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832516894032 139833146683588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32481] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32481/stat : 32481 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29147594 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832515842984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32482] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32482/stat : 32482 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29147594 10060525568 49202 33554432000 1073741824 1073778376 140734721644912 139832514790184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 3.80 3.77 3.59 5/219 32482
/proc/meminfo: memFree=27644080/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=8.36 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 22281 0 1 0 822 14 0 0 20 0 22 0 29147570 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 87927 2281 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) S 32457 32460 28285 0 -1 4202560 2409 0 1 0 19 1 0 0 20 0 22 0 29147571 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833306436472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32463] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32463/stat : 32463 (java) S 32457 32460 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833267927592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32464] ppid=32457 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32460/task/32464/stat : 32464 (java) S 32457 32460 28285 0 -1 4202560 69 0 0 0 1 1 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833266874792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32465] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32465/stat : 32465 (java) S 32457 32460 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833265821992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32466] ppid=32457 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32460/task/32466/stat : 32466 (java) S 32457 32460 28285 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833264769192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32467] ppid=32457 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32460/task/32467/stat : 32467 (java) S 32457 32460 28285 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833146076200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32468] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32468/stat : 32468 (java) S 32457 32460 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833145023400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32469] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32469/stat : 32469 (java) S 32457 32460 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833143970600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32470] ppid=32457 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32460/task/32470/stat : 32470 (java) S 32457 32460 28285 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 22 0 29147572 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833142917800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32471] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32471/stat : 32471 (java) S 32457 32460 28285 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139833130506728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32472] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32472/stat : 32472 (java) S 32457 32460 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832525317368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32473] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32473/stat : 32473 (java) S 32457 32460 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832524264456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32474] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32474/stat : 32474 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832523212944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32475] ppid=32457 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/32460/task/32475/stat : 32475 (java) S 32457 32460 28285 0 -1 4202560 10642 0 0 0 114 2 0 0 20 0 22 0 29147575 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832522161080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32476] ppid=32457 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/32460/task/32476/stat : 32476 (java) S 32457 32460 28285 0 -1 4202560 7277 0 0 0 117 1 0 0 20 0 22 0 29147575 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832521108280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32477] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32477/stat : 32477 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832520055672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32478] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32478/stat : 32478 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832519003080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32479] ppid=32457 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/32460/task/32479/stat : 32479 (java) R 32457 32460 28285 0 -1 4202560 28 0 0 0 279 0 0 0 20 0 22 0 29147593 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832517939184 139833146660466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32480] ppid=32457 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/32460/task/32480/stat : 32480 (java) R 32457 32460 28285 0 -1 4202560 153 0 0 0 274 3 0 0 20 0 22 0 29147593 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832516893840 139833146570924 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32481] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32481/stat : 32481 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29147594 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832515842984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32482] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32482/stat : 32482 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29147594 10060525568 87927 33554432000 1073741824 1073778376 140734721644912 139832514790184 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.81 3.77 3.60 6/219 32482
/proc/meminfo: memFree=27296988/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=14.83 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 22714 0 1 0 1462 21 0 0 20 0 22 0 29147570 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 153766 2283 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) S 32457 32460 28285 0 -1 4202560 2409 0 1 0 19 1 0 0 20 0 22 0 29147571 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833306436472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32463] ppid=32457 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32460/task/32463/stat : 32463 (java) S 32457 32460 28285 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833267927592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32464] ppid=32457 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32460/task/32464/stat : 32464 (java) S 32457 32460 28285 0 -1 4202560 72 0 0 0 2 1 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833266874792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32465] ppid=32457 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32460/task/32465/stat : 32465 (java) S 32457 32460 28285 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833265821992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32466] ppid=32457 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/32460/task/32466/stat : 32466 (java) S 32457 32460 28285 0 -1 4202560 81 0 0 0 3 0 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833264769192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32467] ppid=32457 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/32460/task/32467/stat : 32467 (java) S 32457 32460 28285 0 -1 4202560 64 0 0 0 2 0 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833146076200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32468] ppid=32457 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/32460/task/32468/stat : 32468 (java) S 32457 32460 28285 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833145023400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32469] ppid=32457 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/32460/task/32469/stat : 32469 (java) S 32457 32460 28285 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 29147572 10060525568 153766 33554432000 1073741824 1073778376 140734721644912 139833143970600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32470] ppid=32457 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/32460/task/32472/stat : 32472 (java) S 32457 32460 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832525317368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32473] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32473/stat : 32473 (java) S 32457 32460 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29147573 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832524264456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32474] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32474/stat : 32474 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832523212944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32475] ppid=32457 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/32460/task/32475/stat : 32475 (java) S 32457 32460 28285 0 -1 4202560 14672 0 0 0 189 2 0 0 20 0 22 0 29147575 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832522161080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32476] ppid=32457 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/32460/task/32476/stat : 32476 (java) S 32457 32460 28285 0 -1 4202560 7715 0 0 0 147 1 0 0 20 0 22 0 29147575 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832521108280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32477] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32477/stat : 32477 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29147575 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832520055672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32478] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32478/stat : 32478 (java) S 32457 32460 28285 0 -1 4202560 27 0 0 0 6 14 0 0 20 0 22 0 29147575 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832519003080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32481] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32481/stat : 32481 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29147594 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832515842984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32489] ppid=32457 vsize=9824732 CPUtime=455.31 cores=1,3,5,7
/proc/32460/task/32489/stat : 32489 (java) R 32457 32460 28285 0 -1 4202560 71 0 0 0 45525 6 0 0 20 0 22 0 29149344 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832517947024 139833146660407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32490] ppid=32457 vsize=9824732 CPUtime=455.3 cores=1,3,5,7
/proc/32460/task/32490/stat : 32490 (java) R 32457 32460 28285 0 -1 4202560 690 0 0 0 45511 19 0 0 20 0 22 0 29149344 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832516893360 139833146683732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32491] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32491/stat : 32491 (java) S 32457 32460 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29149344 10060525568 541698 33554432000 1073741824 1073778376 140734721644912 139832514790440 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 961.61
Current children cumulated vsize (KiB) 9824732

[startup+480.001 s]
/proc/loadavg: 4.22 4.16 3.84 4/216 32652
/proc/meminfo: memFree=25898676/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=960.95 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 32580 0 1 0 95953 142 0 0 20 0 19 0 29147570 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 541027 2293 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) R 32457 32460 28285 0 -1 4202560 2411 0 1 0 160 2 0 0 20 0 19 0 29147571 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833306434096 139833146914517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32463] ppid=32457 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/32460/task/32463/stat : 32463 (java) S 32457 32460 28285 0 -1 4202560 294 0 0 0 124 9 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833267927592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32464] ppid=32457 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32460/task/32464/stat : 32464 (java) S 32457 32460 28285 0 -1 4202560 421 0 0 0 115 7 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833266874792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32465] ppid=32457 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/32460/task/32465/stat : 32465 (java) S 32457 32460 28285 0 -1 4202560 364 0 0 0 118 7 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833265821992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32466] ppid=32457 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32460/task/32466/stat : 32466 (java) S 32457 32460 28285 0 -1 4202560 573 0 0 0 126 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833264769192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32467] ppid=32457 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/32460/task/32467/stat : 32467 (java) S 32457 32460 28285 0 -1 4202560 457 0 0 0 128 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833146076200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32468] ppid=32457 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/32460/task/32468/stat : 32468 (java) S 32457 32460 28285 0 -1 4202560 360 0 0 0 124 6 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833145023400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32469] ppid=32457 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/32460/task/32469/stat : 32469 (java) S 32457 32460 28285 0 -1 4202560 293 0 0 0 129 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833143970600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32470] ppid=32457 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/32460/task/32470/stat : 32470 (java) S 32457 32460 28285 0 -1 4202560 405 0 0 0 122 9 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833142917800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32471] ppid=32457 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/32460/task/32471/stat : 32471 (java) S 32457 32460 28285 0 -1 4202560 1412 0 0 0 109 17 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833130506728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32472] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32472/stat : 32472 (java) S 32457 32460 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832525317368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32473] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32473/stat : 32473 (java) S 32457 32460 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832524264456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32474] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32474/stat : 32474 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832523212944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32475] ppid=32457 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/32460/task/32475/stat : 32475 (java) S 32457 32460 28285 0 -1 4202560 14672 0 0 0 189 2 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832522161080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32476] ppid=32457 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/32460/task/32476/stat : 32476 (java) S 32457 32460 28285 0 -1 4202560 7716 0 0 0 149 1 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832521108280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32477] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32477/stat : 32477 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832520055672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32478] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32478/stat : 32478 (java) S 32457 32460 28285 0 -1 4202560 27 0 0 0 6 14 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832519003080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32481] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32481/stat : 32481 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29147594 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832515842984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 960.95
Current children cumulated vsize (KiB) 9824732

[startup+480.401 s]
/proc/loadavg: 4.22 4.16 3.84 4/216 32652
/proc/meminfo: memFree=25898676/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=961.35 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 32580 0 1 0 95993 142 0 0 20 0 19 0 29147570 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 541027 2293 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) R 32457 32460 28285 0 -1 4202560 2411 0 1 0 199 2 0 0 20 0 19 0 29147571 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833306434096 139833146349506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32463] ppid=32457 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/32460/task/32463/stat : 32463 (java) S 32457 32460 28285 0 -1 4202560 294 0 0 0 124 9 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833267927592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32464] ppid=32457 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32460/task/32464/stat : 32464 (java) S 32457 32460 28285 0 -1 4202560 421 0 0 0 115 7 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833266874792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32465] ppid=32457 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/32460/task/32465/stat : 32465 (java) S 32457 32460 28285 0 -1 4202560 364 0 0 0 118 7 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833265821992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32466] ppid=32457 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32460/task/32466/stat : 32466 (java) S 32457 32460 28285 0 -1 4202560 573 0 0 0 126 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833264769192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32467] ppid=32457 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/32460/task/32467/stat : 32467 (java) S 32457 32460 28285 0 -1 4202560 457 0 0 0 128 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833146076200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32468] ppid=32457 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/32460/task/32468/stat : 32468 (java) S 32457 32460 28285 0 -1 4202560 360 0 0 0 124 6 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833145023400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32469] ppid=32457 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/32460/task/32469/stat : 32469 (java) S 32457 32460 28285 0 -1 4202560 293 0 0 0 129 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833143970600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32470] ppid=32457 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/32460/task/32470/stat : 32470 (java) S 32457 32460 28285 0 -1 4202560 405 0 0 0 122 9 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833142917800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32471] ppid=32457 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/32460/task/32471/stat : 32471 (java) S 32457 32460 28285 0 -1 4202560 1412 0 0 0 109 17 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833130506728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32472] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32472/stat : 32472 (java) S 32457 32460 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832525317368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32473] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32473/stat : 32473 (java) S 32457 32460 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832524264456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32474] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32474/stat : 32474 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832523212944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32475] ppid=32457 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/32460/task/32475/stat : 32475 (java) S 32457 32460 28285 0 -1 4202560 14672 0 0 0 189 2 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832522161080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32476] ppid=32457 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/32460/task/32476/stat : 32476 (java) S 32457 32460 28285 0 -1 4202560 7716 0 0 0 149 1 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832521108280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32477] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32477/stat : 32477 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832520055672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32478] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32478/stat : 32478 (java) S 32457 32460 28285 0 -1 4202560 27 0 0 0 6 14 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832519003080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32481] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32481/stat : 32481 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29147594 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832515842984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 961.35
Current children cumulated vsize (KiB) 9824732

[startup+480.808 s]
/proc/loadavg: 4.22 4.16 3.84 5/216 32652
/proc/meminfo: memFree=25898676/32872528 swapFree=1534436/1655032
[pid=32460] ppid=32457 vsize=9824732 CPUtime=961.75 cores=1,3,5,7
/proc/32460/stat : 32460 (java) S 32457 32460 28285 0 -1 4202496 32580 0 1 0 96033 142 0 0 20 0 19 0 29147570 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 140734721636048 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32460/statm: 2456183 541027 2293 9 0 2446860 0
[pid=32460/tid=32461] ppid=32457 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/32460/task/32461/stat : 32461 (java) R 32457 32460 28285 0 -1 4202560 2411 0 1 0 240 2 0 0 20 0 19 0 29147571 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833306434096 139833146349494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32463] ppid=32457 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/32460/task/32463/stat : 32463 (java) S 32457 32460 28285 0 -1 4202560 294 0 0 0 124 9 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833267927592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32464] ppid=32457 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/32460/task/32464/stat : 32464 (java) S 32457 32460 28285 0 -1 4202560 421 0 0 0 115 7 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833266874792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32465] ppid=32457 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/32460/task/32465/stat : 32465 (java) S 32457 32460 28285 0 -1 4202560 364 0 0 0 118 7 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833265821992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32466] ppid=32457 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/32460/task/32466/stat : 32466 (java) S 32457 32460 28285 0 -1 4202560 573 0 0 0 126 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833264769192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32467] ppid=32457 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/32460/task/32467/stat : 32467 (java) S 32457 32460 28285 0 -1 4202560 457 0 0 0 128 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833146076200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32468] ppid=32457 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/32460/task/32468/stat : 32468 (java) S 32457 32460 28285 0 -1 4202560 360 0 0 0 124 6 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833145023400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32469] ppid=32457 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/32460/task/32469/stat : 32469 (java) S 32457 32460 28285 0 -1 4202560 293 0 0 0 129 8 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833143970600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32470] ppid=32457 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/32460/task/32470/stat : 32470 (java) S 32457 32460 28285 0 -1 4202560 405 0 0 0 122 9 0 0 20 0 19 0 29147572 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833142917800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32471] ppid=32457 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/32460/task/32471/stat : 32471 (java) S 32457 32460 28285 0 -1 4202560 1412 0 0 0 109 17 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139833130506728 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32460/tid=32472] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32472/stat : 32472 (java) S 32457 32460 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832525317368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32473] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32473/stat : 32473 (java) S 32457 32460 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29147573 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832524264456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32474] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32474/stat : 32474 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832523212944 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32460/tid=32475] ppid=32457 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/32460/task/32475/stat : 32475 (java) S 32457 32460 28285 0 -1 4202560 14672 0 0 0 189 2 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832522161080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32476] ppid=32457 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/32460/task/32476/stat : 32476 (java) S 32457 32460 28285 0 -1 4202560 7716 0 0 0 149 1 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832521108280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32477] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32477/stat : 32477 (java) S 32457 32460 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832520055672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32460/tid=32478] ppid=32457 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/32460/task/32478/stat : 32478 (java) S 32457 32460 28285 0 -1 4202560 27 0 0 0 6 14 0 0 20 0 19 0 29147575 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832519003080 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32460/tid=32481] ppid=32457 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32460/task/32481/stat : 32481 (java) S 32457 32460 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29147594 10060525568 541027 33554432000 1073741824 1073778376 140734721644912 139832515842984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 961.75
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.08002
#  lost CPU user time (s): 2.21002
#  lost CPU system time (s): -0.13

Real time (s): 480.871
CPU time (s): 964.147
CPU user time (s): 962.605
CPU system time (s): 1.54174
CPU usage (%): 200.5
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 960.395
system time used= 1.67175
maximum resident set size= 2908788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32587
page faults= 1
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16636
involuntary context switches= 22464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.04869 second user time and 2.50162 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:29:51
IDJOB=4106395
IDBENCH=48044
IDSOLVER=2543
FILE ID=node122/4106395-1466270991
RUNJOBID= node122-1466264503-28302
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=509-P1=457-P2=223-P3=127-P4=431-P5=67-P6=17-P7=479-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106395-1466270991/watcher-4106395-1466270991 -o /tmp/evaluation-result-4106395-1466270991/solver-4106395-1466270991 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106395-1466270991.opb

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

MD5SUM BENCH= 0f650891245dab338bc3d2f3a3dc10c7
RANDOM SEED=1459989233

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27905976 kB
Buffers:          145220 kB
Cached:           220212 kB
SwapCached:            0 kB
Active:          2295468 kB
Inactive:         267604 kB
Active(anon):    2190536 kB
Inactive(anon):     9916 kB
Active(file):     104932 kB
Inactive(file):   257688 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1112 kB
Writeback:            24 kB
AnonPages:       3853128 kB
Mapped:            21048 kB
Shmem:               204 kB
Slab:             611184 kB
SReclaimable:      54180 kB
SUnreclaim:       557004 kB
KernelStack:        1696 kB
PageTables:        12320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3990200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2252800 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= 71744 MiB
End job on node122 at 2016-06-18 19:37:52