Trace number 4081370

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 PB16OPT2 1067.02 538.945

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark827.696
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081370-1465231790.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.026s.
0.09/0.15	c declared #vars     94
0.09/0.15	c #constraints  8
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.15	c 8 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.15	c 8 constraints processed.
0.09/0.15	c objective function length is 64 literals
1.49/0.58	c And the winner is solver1
1.86/0.65	c SATISFIABLE
1.86/0.65	c OPTIMIZING...
1.86/0.65	c Got one! Elapsed wall clock time (in seconds):0.531
1.86/0.65	o 874
1.86/0.66	c And the winner is solver0
2.09/1.15	c Got one! Elapsed wall clock time (in seconds):1.032
2.09/1.15	o 95
2.09/1.16	c And the winner is solver0
2.09/1.65	c Got one! Elapsed wall clock time (in seconds):1.533
2.09/1.65	o 94
2.09/1.66	c And the winner is solver0
2.09/2.15	c Got one! Elapsed wall clock time (in seconds):2.035
2.09/2.15	o 90
2.09/2.16	c And the winner is solver0
2.10/2.65	c Got one! Elapsed wall clock time (in seconds):2.536
2.10/2.65	o 75
2.10/2.66	c And the winner is solver0
2.10/3.16	c Got one! Elapsed wall clock time (in seconds):3.037
2.10/3.16	o 63
2.10/3.20	c And the winner is solver0
2.34/3.66	c Got one! Elapsed wall clock time (in seconds):3.538
2.34/3.66	o 61
2.34/3.66	c And the winner is solver0
2.34/4.16	c Got one! Elapsed wall clock time (in seconds):4.04
2.34/4.16	o 22
2.43/4.20	c And the winner is solver0
2.51/4.66	c Got one! Elapsed wall clock time (in seconds):4.541
2.51/4.66	o 20
2.59/4.74	c And the winner is solver0
2.68/5.16	c Got one! Elapsed wall clock time (in seconds):5.043
2.68/5.16	o 16
2.74/5.25	c cleaning 3747 clauses out of 7493 with flag 2171/7493
2.97/5.33	c And the winner is solver0
3.04/5.66	c Got one! Elapsed wall clock time (in seconds):5.545
3.04/5.66	o 14
3.36/5.81	c And the winner is solver0
3.40/6.17	c Got one! Elapsed wall clock time (in seconds):6.047
3.40/6.17	o 12
3.66/6.32	c cleaning 4895 clauses out of 9789 with flag 4240/13536
4.38/6.67	c cleaning 5446 clauses out of 10893 with flag 16462/19535
4.59/6.71	c And the winner is solver0
4.61/7.17	c Got one! Elapsed wall clock time (in seconds):7.051
4.61/7.17	o 10
5.26/7.52	c cleaning 5650 clauses out of 11302 with flag 10329/25390
5.49/7.67	c And the winner is solver0
5.66/7.72	c Got one! Elapsed wall clock time (in seconds):7.606
5.66/7.72	o 8
6.00/7.97	c cleaning 5804 clauses out of 11610 with flag 6290/31348
6.83/8.32	c cleaning 5901 clauses out of 11807 with flag 18692/37349
6.83/8.36	c And the winner is solver0
6.98/8.73	c Got one! Elapsed wall clock time (in seconds):8.612
6.98/8.73	o 7
7.12/8.87	c And the winner is solver0
7.26/9.24	c Got one! Elapsed wall clock time (in seconds):9.12
7.26/9.24	o 6
7.56/9.42	c cleaning 5632 clauses out of 11274 with flag 4334/42717
8.37/9.83	c cleaning 5819 clauses out of 11640 with flag 16600/48715
9.39/10.35	c cleaning 6410 clauses out of 12822 with flag 30755/55716
10.59/10.95	c cleaning 7205 clauses out of 14411 with flag 47118/63715
12.19/11.70	c cleaning 8101 clauses out of 16206 with flag 65526/72715
13.79/12.54	c cleaning 9051 clauses out of 18107 with flag 85822/82717
13.99/12.68	c And the winner is solver0
14.17/12.75	c Got one! Elapsed wall clock time (in seconds):12.629
14.17/12.75	o 5
14.66/13.05	c cleaning 7113 clauses out of 14227 with flag 6232/87888
15.45/13.47	c cleaning 6552 clauses out of 13108 with flag 18418/93882
16.47/13.95	c cleaning 6771 clauses out of 13556 with flag 32634/100882
17.66/14.52	c cleaning 7391 clauses out of 14786 with flag 49162/108883
18.86/15.18	c cleaning 8196 clauses out of 16394 with flag 67702/117882
20.46/15.94	c cleaning 9095 clauses out of 18199 with flag 88211/127883
22.26/16.87	c cleaning 10050 clauses out of 20104 with flag 110823/138883
24.47/17.93	c cleaning 11026 clauses out of 22053 with flag 135415/150882
26.87/19.17	c cleaning 12010 clauses out of 24028 with flag 162006/163883
27.27/19.35	c And the winner is solver0
27.37/19.76	c Got one! Elapsed wall clock time (in seconds):19.646
27.37/19.76	o 3
28.01/20.17	c cleaning 8856 clauses out of 17718 with flag 6292/169583
29.25/20.72	c cleaning 7431 clauses out of 14864 with flag 18776/175585
30.25/21.24	c cleaning 7211 clauses out of 14431 with flag 33375/182583
31.65/21.92	c cleaning 7610 clauses out of 15220 with flag 50206/190583
33.06/22.69	c cleaning 8305 clauses out of 16612 with flag 68959/199585
34.86/23.52	c cleaning 9153 clauses out of 18307 with flag 89492/209585
36.66/24.48	c cleaning 10076 clauses out of 20152 with flag 111871/220583
39.06/25.68	c cleaning 11034 clauses out of 22077 with flag 136906/232584
42.07/27.12	c cleaning 12021 clauses out of 24042 with flag 164673/245583
45.29/28.71	c cleaning 13008 clauses out of 26023 with flag 193928/259585
48.88/30.60	c cleaning 14004 clauses out of 28013 with flag 224979/274583
53.08/32.67	c cleaning 15003 clauses out of 30009 with flag 258104/290583
58.50/35.36	c cleaning 16002 clauses out of 32008 with flag 293612/307585
59.30/35.77	c And the winner is solver0
59.30/35.79	c Got one! Elapsed wall clock time (in seconds):35.67
59.30/35.79	o 2
59.74/36.03	c cleaning 10655 clauses out of 21311 with flag 2230/312890
60.55/36.49	c cleaning 8327 clauses out of 16655 with flag 14861/318889
61.73/37.02	c cleaning 7665 clauses out of 15331 with flag 29537/325892
62.94/37.61	c cleaning 7831 clauses out of 15664 with flag 45996/333890
64.14/38.28	c cleaning 8416 clauses out of 16833 with flag 65090/342890
65.94/39.15	c cleaning 9209 clauses out of 18419 with flag 86364/352892
68.14/40.20	c cleaning 10104 clauses out of 20211 with flag 109782/363893
70.55/41.50	c cleaning 11052 clauses out of 22105 with flag 135449/375891
73.58/42.97	c cleaning 12026 clauses out of 24052 with flag 163381/388890
76.78/44.58	c cleaning 13013 clauses out of 26029 with flag 192476/402893
80.40/46.32	c cleaning 14007 clauses out of 28014 with flag 224153/417891
84.60/48.46	c cleaning 15000 clauses out of 30006 with flag 257681/433890
89.60/50.99	c cleaning 15999 clauses out of 32006 with flag 292313/450890
95.41/53.83	c cleaning 17003 clauses out of 34007 with flag 328925/468890
100.84/56.56	c cleaning 18001 clauses out of 36004 with flag 367119/487890
106.87/59.51	c cleaning 18998 clauses out of 38003 with flag 407448/507890
113.28/62.75	c cleaning 20002 clauses out of 40005 with flag 450178/528890
120.12/66.18	c cleaning 21001 clauses out of 42002 with flag 494670/550889
128.12/70.11	c cleaning 22000 clauses out of 44002 with flag 541772/573890
138.57/75.37	c cleaning 22997 clauses out of 46001 with flag 591671/597889
147.82/79.91	c cleaning 24000 clauses out of 48005 with flag 644101/622890
155.62/83.81	c cleaning 24999 clauses out of 50006 with flag 698189/648891
164.49/88.20	c cleaning 26002 clauses out of 52006 with flag 755117/675890
174.91/93.47	c cleaning 27003 clauses out of 54005 with flag 812801/703891
187.19/99.51	c cleaning 27995 clauses out of 56000 with flag 871823/732889
199.44/105.70	c cleaning 29001 clauses out of 58005 with flag 933367/762889
212.27/112.04	c cleaning 29999 clauses out of 60005 with flag 995901/793890
226.96/119.31	c cleaning 31002 clauses out of 62006 with flag 1060495/825890
242.42/127.07	c cleaning 31996 clauses out of 64003 with flag 1127483/858889
261.93/136.79	c cleaning 0 clauses out of 8648 with flag 0/8663
262.49/136.93	c cleaning 33004 clauses out of 66007 with flag 1197308/892889
285.66/148.37	c cleaning 33995 clauses out of 68003 with flag 1270210/927889
304.77/157.88	c cleaning 35002 clauses out of 70008 with flag 1345487/963889
323.71/167.27	c cleaning 36003 clauses out of 72008 with flag 1421952/1000891
351.22/180.97	c cleaning 36999 clauses out of 74003 with flag 1499977/1038889
378.93/194.64	c cleaning 37999 clauses out of 76004 with flag 1581476/1077889
400.18/205.22	c cleaning 39002 clauses out of 78006 with flag 1662815/1117890
426.47/218.35	c cleaning 39998 clauses out of 80003 with flag 1747606/1158889
459.05/234.52	c cleaning 41001 clauses out of 82005 with flag 1835187/1200889
488.66/249.20	c cleaning 41997 clauses out of 84005 with flag 1924597/1243890
523.80/266.78	c cleaning 43002 clauses out of 86007 with flag 2016466/1287889
562.85/286.14	c cleaning 43999 clauses out of 88005 with flag 2112964/1332889
594.99/302.12	c cleaning 45000 clauses out of 90008 with flag 2211009/1378891
638.84/323.96	c cleaning 46002 clauses out of 92006 with flag 2311925/1425889
669.82/339.38	c cleaning 46996 clauses out of 94004 with flag 2414656/1473889
721.92/365.27	c cleaning 48001 clauses out of 96011 with flag 2518075/1522892
764.84/386.59	c cleaning 49002 clauses out of 98007 with flag 2624532/1572889
818.27/413.19	c cleaning 50000 clauses out of 100006 with flag 2734615/1623890
822.29/415.12	c cleaning 0 clauses out of 14647 with flag 0/14662
861.11/434.43	c cleaning 50998 clauses out of 102006 with flag 2845231/1675890
911.65/459.57	c cleaning 52004 clauses out of 104008 with flag 2959654/1728890
963.27/485.20	c cleaning 53000 clauses out of 106002 with flag 3076159/1782889
1021.23/513.98	c cleaning 54001 clauses out of 108002 with flag 3192172/1837890
1062.30/534.33	c And the winner is solver0
1066.69/538.93	c >>>>>>>>>> Solver number 0 (19 answers) <<<<<<<<<<<<<<<<<<
1066.69/538.93	c starts		: 604
1066.69/538.93	c conflicts		: 1878960
1066.69/538.93	c decisions		: 1899156
1066.69/538.93	c propagations		: 12700397
1066.69/538.93	c inspects		: 10130293541
1066.69/538.93	c shortcuts		: 0
1066.69/538.93	c learnt literals	: 16
1066.69/538.93	c learnt binary clauses	: 103
1066.69/538.93	c learnt ternary clauses	: 541
1066.69/538.93	c learnt constraints	: 1878943
1066.69/538.93	c ignored constraints	: 0
1066.69/538.93	c root simplifications	: 0
1066.69/538.93	c removed literals (reason simplification)	: 15422145
1066.69/538.93	c reason swapping (by a shorter reason)	: 0
1066.69/538.93	c Calls to reduceDB	: 85
1066.69/538.93	c Number of update (reduction) of LBD	: 32375
1066.69/538.93	c Imported unit clauses	: 0
1066.69/538.93	c number of reductions to clauses (during analyze)	: 0
1066.69/538.93	c number of learned constraints concerned by reduction	: 0
1066.69/538.93	c number of learning phase by resolution	: 0
1066.69/538.93	c number of learning phase by cutting planes	: 0
1066.69/538.93	c speed (assignments/second)	: 23594.31859137032
1066.69/538.93	c non guided choices	286
1066.69/538.93	c learnt constraints type 
1066.69/538.93	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1066.69/538.93	c starts		: 55
1066.69/538.93	c conflicts		: 16566
1066.69/538.93	c decisions		: 53135
1066.69/538.93	c propagations		: 168096
1066.69/538.93	c inspects		: 497328105
1066.69/538.93	c shortcuts		: 0
1066.69/538.93	c learnt literals	: 0
1066.69/538.93	c learnt binary clauses	: 0
1066.69/538.93	c learnt ternary clauses	: 0
1066.69/538.93	c learnt constraints	: 16551
1066.69/538.93	c ignored constraints	: 0
1066.69/538.93	c root simplifications	: 0
1066.69/538.93	c removed literals (reason simplification)	: 0
1066.69/538.93	c reason swapping (by a shorter reason)	: 0
1066.69/538.93	c Calls to reduceDB	: 2
1066.69/538.93	c Number of update (reduction) of LBD	: 0
1066.69/538.93	c Imported unit clauses	: 0
1066.69/538.93	c number of reductions to clauses (during analyze)	: 0
1066.69/538.93	c number of learned constraints concerned by reduction	: 0
1066.69/538.93	c number of learning phase by resolution	: 0
1066.69/538.93	c number of learning phase by cutting planes	: 0
1066.69/538.93	c speed (assignments/second)	: 334.20481815127255
1066.69/538.93	c non guided choices	238
1066.69/538.93	c learnt constraints type 
1066.69/538.93	s OPTIMUM FOUND
1066.69/538.93	c Found 19 solution(s)
1066.69/538.93	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 
1066.69/538.93	c objective function=2
1066.69/538.93	c Total wall clock time (in seconds): 538.815

Verifier Data

OK	2

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-4081370-1465231790/watcher-4081370-1465231790 -o /tmp/evaluation-result-4081370-1465231790/solver-4081370-1465231790 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081370-1465231790.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.52 4.34 4.22 4/197 7649
/proc/meminfo: memFree=27235132/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (java) R 7646 7649 32147 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 105113570 9515008 185 33554432000 1073741824 1073778376 140733682968080 140733682959304 219513777591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2 1 0 0 0 2 0

[startup+0.100141 s]
/proc/loadavg: 4.52 4.34 4.22 4/197 7649
/proc/meminfo: memFree=27235132/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 105113570 9787879424 6040 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.52 4.34 4.22 4/197 7649
/proc/meminfo: memFree=27235132/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 6429 0 1 0 28 2 0 0 20 0 22 0 105113570 10060525568 9070 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 9071 2220 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300221 s]
/proc/loadavg: 4.52 4.34 4.22 4/197 7649
/proc/meminfo: memFree=27235132/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 8739 0 1 0 68 2 0 0 20 0 22 0 105113570 10060525568 10096 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 10096 2224 9 0 2446860 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700305 s]
/proc/loadavg: 4.52 4.34 4.22 4/197 7649
/proc/meminfo: memFree=27235132/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 16200 0 1 0 200 6 0 0 20 0 19 0 105113570 10060525568 21714 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 21714 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.52 4.34 4.22 4/216 7674
/proc/meminfo: memFree=27156372/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 16209 0 1 0 203 6 0 0 20 0 19 0 105113570 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 22738 2252 9 0 2446860 0
[pid=7649/tid=7651] ppid=7646 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7649/task/7651/stat : 7651 (java) S 7646 7649 32147 0 -1 4202560 2407 0 1 0 10 2 0 0 20 0 19 0 105113571 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659974460280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7652] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7652/stat : 7652 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659935951784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7653] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7653/stat : 7653 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659934899240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7654] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7654/stat : 7654 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659933846184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7655] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7655/stat : 7655 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659932793640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7656] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7656/stat : 7656 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659931740584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7657] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7657/stat : 7657 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659930688040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7658] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113573 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7522 0 0 0 54 1 0 0 20 0 19 0 105113576 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 4908 0 0 0 51 2 0 0 20 0 19 0 105113576 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113635 10060525568 22738 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.52 4.34 4.22 4/216 7683
/proc/meminfo: memFree=27140848/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 16238 0 1 0 204 6 0 0 20 0 19 0 105113570 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 26835 2252 9 0 2446860 0
[pid=7649/tid=7651] ppid=7646 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7649/task/7651/stat : 7651 (java) S 7646 7649 32147 0 -1 4202560 2408 0 1 0 11 2 0 0 20 0 19 0 105113571 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659974460280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7652] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7652/stat : 7652 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659935951784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7653] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7653/stat : 7653 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659934899240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7654] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7654/stat : 7654 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659933846184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7655] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7655/stat : 7655 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659932793640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7656] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7656/stat : 7656 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659931740584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7657] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7657/stat : 7657 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659930688040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7658] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105113572 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113573 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7522 0 0 0 54 1 0 0 20 0 19 0 105113576 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 4908 0 0 0 51 2 0 0 20 0 19 0 105113576 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113635 10060525568 26835 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=19 pid=1770 uid=0 cmd=

[startup+6.30094 s]
/proc/loadavg: 4.32 4.30 4.21 3/216 7701
/proc/meminfo: memFree=27065092/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 16413 0 1 0 349 17 0 0 20 0 22 0 105113570 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 46235 2273 9 0 2446860 0
[pid=7649/tid=7651] ppid=7646 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7649/task/7651/stat : 7651 (java) S 7646 7649 32147 0 -1 4202560 2409 0 1 0 12 2 0 0 20 0 22 0 105113571 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659974460280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7652] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7652/stat : 7652 (java) S 7646 7649 32147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659935951784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7653] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7653/stat : 7653 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659934899240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7654] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7654/stat : 7654 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659933846184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7655] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7655/stat : 7655 (java) S 7646 7649 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659932793640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7656] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7656/stat : 7656 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659931740584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7657] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7657/stat : 7657 (java) S 7646 7649 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659930688040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7658] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105113572 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105113573 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105113574 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105113574 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105113576 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7528 0 0 0 67 1 0 0 20 0 22 0 105113576 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 4934 0 0 0 72 2 0 0 20 0 22 0 105113576 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105113576 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105113576 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105113635 10060525568 46235 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.66

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

/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 281 0 0 0 193 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 270 0 0 0 175 5 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 574 0 0 0 8 27 0 0 20 0 19 0 105113573 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7639 0 0 0 93 1 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 7255 0 0 0 148 2 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 32 0 0 0 6 12 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113635 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1063.17
Current children cumulated vsize (KiB) 9824732

[startup+538.401 s]
/proc/loadavg: 4.11 4.17 4.17 4/216 7810
/proc/meminfo: memFree=28108436/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=1063.97 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 22891 0 1 0 106271 126 0 0 20 0 19 0 105113570 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 263697 2275 9 0 2446860 0
[pid=7649/tid=7651] ppid=7646 vsize=9824732 CPUtime=4.13 cores=0,2,4,6
/proc/7649/task/7651/stat : 7651 (java) R 7646 7649 32147 0 -1 4202560 2422 0 1 0 411 2 0 0 20 0 19 0 105113571 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659974457904 139659804902088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7652] ppid=7646 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/7649/task/7652/stat : 7652 (java) S 7646 7649 32147 0 -1 4202560 295 0 0 0 180 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659935951784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7653] ppid=7646 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/7649/task/7653/stat : 7653 (java) S 7646 7649 32147 0 -1 4202560 296 0 0 0 180 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659934899240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7654] ppid=7646 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7649/task/7654/stat : 7654 (java) S 7646 7649 32147 0 -1 4202560 290 0 0 0 183 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659933846184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7655] ppid=7646 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/7649/task/7655/stat : 7655 (java) S 7646 7649 32147 0 -1 4202560 311 0 0 0 184 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659932793640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7656] ppid=7646 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/7649/task/7656/stat : 7656 (java) S 7646 7649 32147 0 -1 4202560 314 0 0 0 204 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659931740584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7657] ppid=7646 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7649/task/7657/stat : 7657 (java) S 7646 7649 32147 0 -1 4202560 275 0 0 0 183 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659930688040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7658] ppid=7646 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 281 0 0 0 193 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 270 0 0 0 175 5 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 574 0 0 0 8 27 0 0 20 0 19 0 105113573 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7639 0 0 0 93 1 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 7255 0 0 0 148 2 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 32 0 0 0 6 12 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113635 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1063.97
Current children cumulated vsize (KiB) 9824732

[startup+538.801 s]
/proc/loadavg: 4.11 4.17 4.17 4/216 7810
/proc/meminfo: memFree=28108436/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=1064.37 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 22891 0 1 0 106311 126 0 0 20 0 19 0 105113570 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 263697 2275 9 0 2446860 0
[pid=7649/tid=7651] ppid=7646 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/7649/task/7651/stat : 7651 (java) R 7646 7649 32147 0 -1 4202560 2422 0 1 0 451 2 0 0 20 0 19 0 105113571 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659974457904 139659804153794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7652] ppid=7646 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/7649/task/7652/stat : 7652 (java) S 7646 7649 32147 0 -1 4202560 295 0 0 0 180 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659935951784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7653] ppid=7646 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/7649/task/7653/stat : 7653 (java) S 7646 7649 32147 0 -1 4202560 296 0 0 0 180 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659934899240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7654] ppid=7646 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7649/task/7654/stat : 7654 (java) S 7646 7649 32147 0 -1 4202560 290 0 0 0 183 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659933846184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7655] ppid=7646 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/7649/task/7655/stat : 7655 (java) S 7646 7649 32147 0 -1 4202560 311 0 0 0 184 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659932793640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7656] ppid=7646 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/7649/task/7656/stat : 7656 (java) S 7646 7649 32147 0 -1 4202560 314 0 0 0 204 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659931740584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7657] ppid=7646 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7649/task/7657/stat : 7657 (java) S 7646 7649 32147 0 -1 4202560 275 0 0 0 183 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659930688040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7658] ppid=7646 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 281 0 0 0 193 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 270 0 0 0 175 5 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 574 0 0 0 8 27 0 0 20 0 19 0 105113573 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7639 0 0 0 93 1 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 7255 0 0 0 148 2 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 32 0 0 0 6 12 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113635 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1064.37
Current children cumulated vsize (KiB) 9824732

[startup+538.901 s]
/proc/loadavg: 4.11 4.17 4.17 4/216 7810
/proc/meminfo: memFree=28108436/32872528 swapFree=12208/1156848
[pid=7649] ppid=7646 vsize=9824732 CPUtime=1064.47 cores=0,2,4,6
/proc/7649/stat : 7649 (java) S 7646 7649 32147 0 -1 4202496 22891 0 1 0 106321 126 0 0 20 0 19 0 105113570 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 140736061864624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7649/statm: 2456183 263697 2275 9 0 2446860 0
[pid=7649/tid=7651] ppid=7646 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/7649/task/7651/stat : 7651 (java) R 7646 7649 32147 0 -1 4202560 2422 0 1 0 461 2 0 0 20 0 19 0 105113571 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659974457904 139659804153668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7652] ppid=7646 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/7649/task/7652/stat : 7652 (java) S 7646 7649 32147 0 -1 4202560 295 0 0 0 180 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659935951784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7653] ppid=7646 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/7649/task/7653/stat : 7653 (java) S 7646 7649 32147 0 -1 4202560 296 0 0 0 180 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659934899240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7649/tid=7654] ppid=7646 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7649/task/7654/stat : 7654 (java) S 7646 7649 32147 0 -1 4202560 290 0 0 0 183 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659933846184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7655] ppid=7646 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/7649/task/7655/stat : 7655 (java) S 7646 7649 32147 0 -1 4202560 311 0 0 0 184 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659932793640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7656] ppid=7646 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/7649/task/7656/stat : 7656 (java) S 7646 7649 32147 0 -1 4202560 314 0 0 0 204 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659931740584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7657] ppid=7646 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/7649/task/7657/stat : 7657 (java) S 7646 7649 32147 0 -1 4202560 275 0 0 0 183 4 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659930688040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7658] ppid=7646 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/7649/task/7658/stat : 7658 (java) S 7646 7649 32147 0 -1 4202560 281 0 0 0 193 3 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659929634984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7659] ppid=7646 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/7649/task/7659/stat : 7659 (java) S 7646 7649 32147 0 -1 4202560 270 0 0 0 175 5 0 0 20 0 19 0 105113572 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659928582440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7660] ppid=7646 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/7649/task/7660/stat : 7660 (java) S 7646 7649 32147 0 -1 4202560 574 0 0 0 8 27 0 0 20 0 19 0 105113573 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659798616936 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7661] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7661/stat : 7661 (java) S 7646 7649 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659797563256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7662] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7662/stat : 7662 (java) S 7646 7649 32147 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105113574 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659796510088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7663] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7663/stat : 7663 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659795458832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7664] ppid=7646 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7649/task/7664/stat : 7664 (java) S 7646 7649 32147 0 -1 4202560 7639 0 0 0 93 1 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659794405688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7649/tid=7665] ppid=7646 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/7649/task/7665/stat : 7665 (java) S 7646 7649 32147 0 -1 4202560 7255 0 0 0 148 2 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659793353144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7666] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7666/stat : 7666 (java) S 7646 7649 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659792300280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7649/tid=7667] ppid=7646 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/7649/task/7667/stat : 7667 (java) S 7646 7649 32147 0 -1 4202560 32 0 0 0 6 12 0 0 20 0 19 0 105113576 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139659791247944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7649/tid=7674] ppid=7646 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7649/task/7674/stat : 7674 (java) S 7646 7649 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105113635 10060525568 263697 33554432000 1073741824 1073778376 140736061873488 139658645197608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1064.47
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.21997
#  lost CPU user time (s): 2.37
#  lost CPU system time (s): -0.15

Real time (s): 538.945
CPU time (s): 1067.02
CPU user time (s): 1065.7
CPU system time (s): 1.32178
CPU usage (%): 197.983
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1063.33
system time used= 1.47178
maximum resident set size= 1181724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22903
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23865
involuntary context switches= 33488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.10768 second user time and 2.36564 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 18:49:50
IDJOB=4081370
IDBENCH=2896
IDSOLVER=2543
FILE ID=node114/4081370-1465231790
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081370-1465231790/watcher-4081370-1465231790 -o /tmp/evaluation-result-4081370-1465231790/solver-4081370-1465231790 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081370-1465231790.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=335523738

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27235776 kB
Buffers:           29200 kB
Cached:           134764 kB
SwapCached:         1736 kB
Active:          3668744 kB
Inactive:         105072 kB
Active(anon):    3610352 kB
Inactive(anon):     1768 kB
Active(file):      58392 kB
Inactive(file):   103304 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       4851688 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             567396 kB
SReclaimable:      11288 kB
SUnreclaim:       556108 kB
KernelStack:        1800 kB
PageTables:        13564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5395560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4761600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node114 at 2016-06-06 18:58:49