Trace number 4106413

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 679.932 340.374

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
MD5SUM773aedb43187ca11a13e2d0d2a59ebe9
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.113981
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 variables135
Total number of constraints11
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 constraints11
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)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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-4106413-1466271333.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.24/0.20	c ... done. Wall clock time 0.089s.
0.24/0.20	c declared #vars     135
0.24/0.20	c internal #vars     540
0.24/0.20	c #constraints  826
0.24/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.24/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.24/0.20	c 826 constraints processed.
0.24/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.24/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.24/0.20	c 826 constraints processed.
0.24/0.20	c objective function length is 9 literals
2.79/0.91	c cleaning 2499 clauses out of 5002 with flag 10385/5002
4.00/1.24	c cleaning 4238 clauses out of 8501 with flag 22973/11000
5.34/1.73	c cleaning 5620 clauses out of 11264 with flag 37878/18001
6.57/2.36	c cleaning 6806 clauses out of 13644 with flag 55667/26001
8.44/3.12	c cleaning 7915 clauses out of 15838 with flag 76113/35001
9.66/3.74	c cleaning 8956 clauses out of 17923 with flag 97457/45001
10.90/4.38	c cleaning 9965 clauses out of 19966 with flag 121796/56000
10.90/4.39	c And the winner is solver0
11.10/4.70	c SATISFIABLE
11.10/4.70	c OPTIMIZING...
11.10/4.70	c Got one! Elapsed wall clock time (in seconds):4.594
11.10/4.70	o 333
11.49/4.99	c cleaning 7678 clauses out of 15364 with flag 11302/61363
12.30/5.36	c cleaning 6835 clauses out of 13685 with flag 25090/67362
13.35/5.85	c cleaning 6916 clauses out of 13850 with flag 41769/74362
14.36/6.39	c cleaning 7461 clauses out of 14935 with flag 59221/82363
15.56/6.93	c cleaning 8233 clauses out of 16473 with flag 78899/91362
15.56/6.95	c And the winner is solver0
15.70/7.21	c Got one! Elapsed wall clock time (in seconds):7.097
15.70/7.21	o 145
16.48/7.61	c cleaning 6857 clauses out of 13723 with flag 11089/96845
17.28/8.02	c cleaning 6411 clauses out of 12865 with flag 23818/102844
17.88/8.36	c cleaning 6719 clauses out of 13455 with flag 39943/109845
18.92/8.82	c And the winner is solver0
18.98/9.21	c Got one! Elapsed wall clock time (in seconds):9.099
18.98/9.21	o 69
19.95/9.71	c cleaning 9470 clauses out of 18948 with flag 10936/122057
20.75/10.14	c cleaning 7733 clauses out of 15478 with flag 24570/128057
21.36/10.48	c cleaning 7360 clauses out of 14744 with flag 39629/135056
22.59/11.08	c cleaning 7682 clauses out of 15386 with flag 59035/143058
24.05/11.77	c cleaning 8343 clauses out of 16703 with flag 80983/152057
25.45/12.49	c cleaning 9177 clauses out of 18359 with flag 104511/162056
26.85/13.11	c cleaning 10080 clauses out of 20182 with flag 128661/173056
29.04/14.26	c cleaning 11038 clauses out of 22103 with flag 154916/185057
30.68/15.06	c And the winner is solver0
30.83/15.21	c Got one! Elapsed wall clock time (in seconds):15.1
30.83/15.21	o 33
32.29/15.94	c cleaning 13803 clauses out of 27606 with flag 10718/201598
33.83/16.52	c cleaning 9894 clauses out of 19803 with flag 23340/207598
35.02/17.15	c cleaning 8438 clauses out of 16908 with flag 38936/214597
36.70/17.95	c cleaning 8217 clauses out of 16470 with flag 56994/222597
38.52/18.88	c cleaning 8616 clauses out of 17253 with flag 76530/231597
40.30/19.74	c cleaning 9300 clauses out of 18637 with flag 99344/241597
43.17/21.12	c cleaning 10164 clauses out of 20339 with flag 124405/252599
44.57/21.84	c And the winner is solver0
44.70/22.21	c Got one! Elapsed wall clock time (in seconds):22.102
44.70/22.21	o 31
45.47/22.64	c cleaning 13127 clauses out of 26274 with flag 11684/268698
46.48/23.20	c cleaning 9570 clauses out of 19147 with flag 26007/274698
48.07/23.96	c cleaning 8278 clauses out of 16578 with flag 41616/281699
49.47/24.62	c cleaning 8126 clauses out of 16299 with flag 60215/289698
50.47/25.17	c cleaning 8580 clauses out of 17174 with flag 79454/298699
50.66/25.29	c And the winner is solver0
50.89/25.71	c Got one! Elapsed wall clock time (in seconds):25.604
50.89/25.71	o 17
51.06/25.87	c cleaning 6896 clauses out of 13820 with flag 6615/303925
52.06/26.32	c cleaning 6452 clauses out of 12924 with flag 20072/309925
53.08/26.82	c cleaning 6724 clauses out of 13471 with flag 35880/316924
53.88/27.26	c cleaning 7363 clauses out of 14749 with flag 52906/324926
54.08/27.36	c And the winner is solver0
54.26/27.71	c Got one! Elapsed wall clock time (in seconds):27.605
54.26/27.71	o 9
54.43/27.88	c cleaning 6375 clauses out of 12767 with flag 6796/330307
54.63/27.93	c And the winner is solver0
54.77/28.21	c Got one! Elapsed wall clock time (in seconds):28.105
54.77/28.21	o 3
55.38/28.51	c cleaning 6145 clauses out of 12314 with flag 10673/336229
56.18/28.97	c cleaning 6081 clauses out of 12170 with flag 23555/342230
56.98/29.32	c cleaning 6534 clauses out of 13087 with flag 39486/349228
58.00/29.86	c cleaning 7270 clauses out of 14553 with flag 57700/357228
59.38/30.50	c cleaning 8130 clauses out of 16283 with flag 78247/366228
60.78/31.29	c cleaning 9066 clauses out of 18153 with flag 101621/376228
62.39/32.01	c cleaning 10041 clauses out of 20087 with flag 125896/387228
63.78/32.76	c cleaning 11020 clauses out of 22047 with flag 152075/399229
65.98/33.89	c cleaning 12009 clauses out of 24027 with flag 182304/412229
68.18/34.91	c cleaning 13000 clauses out of 26017 with flag 212940/426228
70.83/36.29	c cleaning 13991 clauses out of 28018 with flag 246606/441229
74.43/38.00	c cleaning 15004 clauses out of 30026 with flag 282992/457228
78.43/40.07	c cleaning 15997 clauses out of 32023 with flag 325856/474229
82.24/41.98	c cleaning 17007 clauses out of 34026 with flag 366898/492229
88.08/44.87	c cleaning 18002 clauses out of 36018 with flag 415644/511228
93.88/47.72	c cleaning 19003 clauses out of 38016 with flag 468100/531229
99.13/50.38	c cleaning 19992 clauses out of 40013 with flag 514662/552229
103.33/52.46	c cleaning 21003 clauses out of 42021 with flag 561104/574229
109.33/55.40	c cleaning 21991 clauses out of 44017 with flag 612687/597228
115.19/58.33	c cleaning 23001 clauses out of 46026 with flag 664519/621228
124.25/62.87	c cleaning 24006 clauses out of 48026 with flag 719268/646229
124.87/63.12	c cleaning 0 clauses out of 8383 with flag 0/8387
134.12/67.62	c cleaning 25007 clauses out of 50019 with flag 777050/672228
140.84/70.92	c cleaning 25996 clauses out of 52012 with flag 836720/699228
149.84/75.45	c cleaning 26982 clauses out of 54016 with flag 897164/727228
158.84/79.94	c cleaning 28006 clauses out of 56034 with flag 961082/756229
171.91/86.45	c cleaning 29012 clauses out of 58028 with flag 1031861/786229
185.54/93.29	c cleaning 29997 clauses out of 60015 with flag 1103294/817228
200.37/100.63	c cleaning 31001 clauses out of 62019 with flag 1173406/849229
209.40/105.19	c cleaning 31998 clauses out of 64017 with flag 1244709/882228
226.83/113.83	c cleaning 32998 clauses out of 66019 with flag 1323072/916228
236.87/118.81	c cleaning 34002 clauses out of 68022 with flag 1401837/951229
250.56/125.65	c cleaning 34998 clauses out of 70021 with flag 1482051/987230
268.41/134.55	c cleaning 36001 clauses out of 72022 with flag 1564023/1024229
284.25/142.47	c cleaning 37005 clauses out of 74021 with flag 1649940/1062229
300.12/150.38	c cleaning 37999 clauses out of 76016 with flag 1745447/1101229
317.62/159.02	c cleaning 39006 clauses out of 78018 with flag 1839753/1141230
333.51/166.96	c cleaning 40004 clauses out of 80011 with flag 1928508/1182229
349.98/175.15	c cleaning 40993 clauses out of 82007 with flag 2021237/1224229
371.88/186.01	c cleaning 42002 clauses out of 84012 with flag 2117144/1267228
393.79/196.96	c cleaning 43003 clauses out of 86010 with flag 2212486/1311228
406.68/203.31	c cleaning 0 clauses out of 14383 with flag 0/14387
414.98/207.42	c cleaning 44000 clauses out of 88008 with flag 2312435/1356229
431.98/216.03	c cleaning 44999 clauses out of 90010 with flag 2415474/1402231
452.21/226.19	c cleaning 46000 clauses out of 92008 with flag 2519999/1449228
470.43/235.22	c cleaning 46998 clauses out of 94009 with flag 2626654/1497229
490.28/245.18	c cleaning 48000 clauses out of 96011 with flag 2739781/1546229
517.19/258.54	c cleaning 49003 clauses out of 98011 with flag 2856502/1596229
549.28/274.51	c cleaning 50003 clauses out of 100010 with flag 2976306/1647231
588.41/294.04	c cleaning 50997 clauses out of 102004 with flag 3094952/1699228
632.11/315.72	c cleaning 52002 clauses out of 104007 with flag 3210640/1752229
669.49/334.31	c cleaning 52996 clauses out of 106002 with flag 3329411/1806229
677.73/338.47	c And the winner is solver0
679.63/340.36	c >>>>>>>>>> Solver number 0 (9 answers) <<<<<<<<<<<<<<<<<<
679.63/340.36	c starts		: 4114
679.63/340.36	c conflicts		: 1828911
679.63/340.36	c decisions		: 2109969
679.63/340.36	c propagations		: 39103474
679.63/340.36	c inspects		: 5312695260
679.63/340.36	c shortcuts		: 0
679.63/340.36	c learnt literals	: 23
679.63/340.36	c learnt binary clauses	: 37
679.63/340.36	c learnt ternary clauses	: 67
679.63/340.36	c learnt constraints	: 1828887
679.63/340.36	c ignored constraints	: 0
679.63/340.36	c root simplifications	: 0
679.63/340.36	c removed literals (reason simplification)	: 5798862
679.63/340.36	c reason swapping (by a shorter reason)	: 0
679.63/340.36	c Calls to reduceDB	: 90
679.63/340.36	c Number of update (reduction) of LBD	: 66699
679.63/340.36	c Imported unit clauses	: 0
679.63/340.36	c number of reductions to clauses (during analyze)	: 0
679.63/340.36	c number of learned constraints concerned by reduction	: 0
679.63/340.36	c number of learning phase by resolution	: 0
679.63/340.36	c number of learning phase by cutting planes	: 0
679.63/340.36	c speed (assignments/second)	: 114959.16225441053
679.63/340.36	c non guided choices	9704
679.63/340.36	c learnt constraints type 
679.63/340.36	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
679.63/340.36	c starts		: 80
679.63/340.36	c conflicts		: 18481
679.63/340.36	c decisions		: 22152
679.63/340.36	c propagations		: 316134
679.63/340.36	c inspects		: 430291162
679.63/340.36	c shortcuts		: 0
679.63/340.36	c learnt literals	: 0
679.63/340.36	c learnt binary clauses	: 0
679.63/340.36	c learnt ternary clauses	: 0
679.63/340.36	c learnt constraints	: 18476
679.63/340.36	c ignored constraints	: 0
679.63/340.36	c root simplifications	: 0
679.63/340.36	c removed literals (reason simplification)	: 0
679.63/340.36	c reason swapping (by a shorter reason)	: 0
679.63/340.36	c Calls to reduceDB	: 2
679.63/340.36	c Number of update (reduction) of LBD	: 0
679.63/340.36	c Imported unit clauses	: 0
679.63/340.36	c number of reductions to clauses (during analyze)	: 0
679.63/340.36	c number of learned constraints concerned by reduction	: 0
679.63/340.36	c number of learning phase by resolution	: 0
679.63/340.36	c number of learning phase by cutting planes	: 0
679.63/340.36	c speed (assignments/second)	: 1012.8863997539344
679.63/340.36	c non guided choices	1656
679.63/340.36	c learnt constraints type 
679.63/340.36	s OPTIMUM FOUND
679.63/340.36	c Found 8 solution(s)
679.63/340.36	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 
679.63/340.36	c objective function=3
679.63/340.36	c Total wall clock time (in seconds): 340.25

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-4106413-1466271333/watcher-4106413-1466271333 -o /tmp/evaluation-result-4106413-1466271333/solver-4106413-1466271333 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106413-1466271333.opb 

pid=8717
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.34 3.42 3.52 3/196 8720
/proc/meminfo: memFree=28608768/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 29180080 94019584 917 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 22954 917 697 9 0 16769 0
[pid=8720/tid=8721] ppid=8717 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) D 8717 8720 3621 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 29180080 95129600 927 33554432000 1073741824 1073778376 140735893190096 140623436762664 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 3.34 3.42 3.52 3/196 8720
/proc/meminfo: memFree=28608768/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 4431 0 1 0 10 0 0 0 20 0 18 0 29180080 9787879424 6063 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2389619 6063 2141 9 0 2380296 0
[pid=8720/tid=8721] ppid=8717 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) R 8717 8720 3621 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 29180080 9787879424 6063 33554432000 1073741824 1073778376 140735893190096 140623436750512 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 3.34 3.42 3.52 3/196 8720
/proc/meminfo: memFree=28608768/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 4624 0 1 0 24 0 0 0 20 0 18 0 29180080 9787879424 7233 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2389619 7233 2217 9 0 2380296 0
[pid=8720/tid=8721] ppid=8717 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) R 8717 8720 3621 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 18 0 29180080 9787879424 7233 33554432000 1073741824 1073778376 140735893190096 140623436750512 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30028 s]
/proc/loadavg: 3.34 3.42 3.52 3/196 8720
/proc/meminfo: memFree=28608768/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 8321 0 1 0 63 1 0 0 20 0 22 0 29180080 10060525568 10355 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 10355 2238 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) S 8717 8720 3621 0 -1 4202560 2440 0 1 0 18 0 0 0 20 0 22 0 29180080 10060525568 10355 33554432000 1073741824 1073778376 140735893190096 140623436768120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700229 s]
/proc/loadavg: 3.34 3.42 3.52 3/196 8720
/proc/meminfo: memFree=28608768/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 16584 0 1 0 211 3 0 0 20 0 22 0 29180080 10060525568 21374 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 21374 2256 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) S 8717 8720 3621 0 -1 4202560 2440 0 1 0 18 0 0 0 20 0 22 0 29180080 10060525568 21374 33554432000 1073741824 1073778376 140735893190096 140623436768120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 3.34 3.42 3.52 6/218 8742
/proc/meminfo: memFree=28426652/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=4.92 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 27403 0 1 0 485 7 0 0 20 0 22 0 29180080 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 48176 2278 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) S 8717 8720 3621 0 -1 4202560 2440 0 1 0 18 0 0 0 20 0 22 0 29180080 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623436768120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8723] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8723/stat : 8723 (java) S 8717 8720 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623409220648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8724] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8724/stat : 8724 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623408167848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623407115048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) S 8717 8720 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623406062248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623273826600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8730/stat : 8730 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140623272773800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8731] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8731/stat : 8731 (java) S 8717 8720 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29180082 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622789827560 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8732] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8732/stat : 8732 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29180083 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622788773624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8733] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8733/stat : 8733 (java) S 8717 8720 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29180083 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622787720712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8734] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8734/stat : 8734 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180085 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622786669200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8735] ppid=8717 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/8720/task/8735/stat : 8735 (java) S 8717 8720 3621 0 -1 4202560 12655 0 0 0 113 2 0 0 20 0 22 0 29180085 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622785616312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8736] ppid=8717 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8720/task/8736/stat : 8736 (java) S 8717 8720 3621 0 -1 4202560 10792 0 0 0 103 2 0 0 20 0 22 0 29180085 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622784563512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8737] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8737/stat : 8737 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180085 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622783510904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8738] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8738/stat : 8738 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180085 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622782458312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8739] ppid=8717 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/8720/task/8739/stat : 8739 (java) R 8717 8720 3621 0 -1 4202560 33 0 0 0 123 0 0 0 20 0 22 0 29180100 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622781404264 140623286459063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8740] ppid=8717 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8720/task/8740/stat : 8740 (java) R 8717 8720 3621 0 -1 4202560 103 0 0 0 118 2 0 0 20 0 22 0 29180100 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622780350056 140623286401168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8741] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8741/stat : 8741 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29180101 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622779299240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8742] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8742/stat : 8742 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29180101 10060525568 48176 33554432000 1073741824 1073778376 140735893190096 140622778246440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 3.34 3.42 3.52 4/218 8742
/proc/meminfo: memFree=28405952/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=8.44 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 28912 0 1 0 830 14 0 0 20 0 22 0 29180080 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 86702 2282 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) S 8717 8720 3621 0 -1 4202560 2440 0 1 0 18 0 0 0 20 0 22 0 29180080 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623436768120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8723] ppid=8717 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8720/task/8723/stat : 8723 (java) R 8717 8720 3621 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623409220648 140623439238865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8724] ppid=8717 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8720/task/8724/stat : 8724 (java) S 8717 8720 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623408167848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) R 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623407115224 140623440943411 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) R 8717 8720 3621 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623406062248 140623440929543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) R 8717 8720 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623273826600 140623440524428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8730/stat : 8730 (java) R 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29180081 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140623272773800 214373020732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8731] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8731/stat : 8731 (java) S 8717 8720 3621 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 29180082 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140622789826440 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8732] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8732/stat : 8732 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29180083 10060525568 86702 33554432000 1073741824 1073778376 140735893190096 140622788773624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8733] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8733/stat : 8733 (java) S 8717 8720 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29180083 10060525568 86703 33554432000 1073741824 1073778376 140735893190096 140622787720712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8734] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8734/stat : 8734 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180085 10060525568 86712 33554432000 1073741824 1073778376 140735893190096 140622786669200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8735] ppid=8717 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/8720/task/8735/stat : 8735 (java) S 8717 8720 3621 0 -1 4202560 13367 0 0 0 126 2 0 0 20 0 22 0 29180085 10060525568 86721 33554432000 1073741824 1073778376 140735893190096 140622785616312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8736] ppid=8717 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8720/task/8736/stat : 8736 (java) S 8717 8720 3621 0 -1 4202560 11331 0 0 0 118 2 0 0 20 0 22 0 29180085 10060525568 86730 33554432000 1073741824 1073778376 140735893190096 140622784563512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8737] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8737/stat : 8737 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180085 10060525568 86739 33554432000 1073741824 1073778376 140735893190096 140622783510904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8738] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8738/stat : 8738 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29180085 10060525568 86747 33554432000 1073741824 1073778376 140735893190096 140622782458312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8739] ppid=8717 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/8720/task/8739/stat : 8739 (java) S 8717 8720 3621 0 -1 4202560 36 0 0 0 278 0 0 0 20 0 22 0 29180100 10060525568 86753 33554432000 1073741824 1073778376 140735893190096 140622781403256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8740] ppid=8717 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/8720/task/8740/stat : 8740 (java) S 8717 8720 3621 0 -1 4202560 160 0 0 0 271 3 0 0 20 0 22 0 29180100 10060525568 86760 33554432000 1073741824 1073778376 140735893190096 140622780351640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8741] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8741/stat : 8741 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29180101 10060525568 86769 33554432000 1073741824 1073778376 140735893190096 140622779299240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8742] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8742/stat : 8742 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29180101 10060525568 86781 33554432000 1073741824 1073778376 140735893190096 140622778246440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.32 3.42 3.51 4/218 8745
/proc/meminfo: memFree=28016620/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=14.36 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 29596 0 1 0 1412 24 0 0 20 0 22 0 29180080 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 154050 2286 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) S 8717 8720 3621 0 -1 4202560 2440 0 1 0 18 0 0 0 20 0 22 0 29180080 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623436768120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8723] ppid=8717 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8720/task/8723/stat : 8723 (java) S 8717 8720 3621 0 -1 4202560 112 0 0 0 2 3 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623409220648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8724] ppid=8717 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8720/task/8724/stat : 8724 (java) S 8717 8720 3621 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623408167848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) S 8717 8720 3621 0 -1 4202560 39 0 0 0 2 2 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623407115048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) S 8717 8720 3621 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623406062248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) S 8717 8720 3621 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 22 0 29180081 10060525568 154050 33554432000 1073741824 1073778376 140735893190096 140623273826600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) S 8717 8720 3621 0 -1 4202560 255 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623407115048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) S 8717 8720 3621 0 -1 4202560 289 0 0 0 73 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623406062248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 212 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 222 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) S 8717 8720 3621 0 -1 4202560 253 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623273826600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8720/task/8730/stat : 8730 (java) S 8717 8720 3621 0 -1 4202560 259 0 0 0 84 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623272773800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8731] ppid=8717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/8720/task/8731/stat : 8731 (java) S 8717 8720 3621 0 -1 4202560 1303 0 0 0 34 13 0 0 20 0 19 0 29180082 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622789827560 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8732] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8732/stat : 8732 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622788773624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8733] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8733/stat : 8733 (java) S 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622787720712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8734] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8734/stat : 8734 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622786669200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8735] ppid=8717 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/8720/task/8735/stat : 8735 (java) S 8717 8720 3621 0 -1 4202560 14731 0 0 0 162 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622785616312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8736] ppid=8717 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8720/task/8736/stat : 8736 (java) S 8717 8720 3621 0 -1 4202560 16058 0 0 0 200 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622784563512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8737] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8737/stat : 8737 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622783510904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8738] ppid=8717 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8720/task/8738/stat : 8738 (java) S 8717 8720 3621 0 -1 4202560 19 0 0 0 5 9 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622782458312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8742] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8742/stat : 8742 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29180101 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622778246440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 678.52
Current children cumulated vsize (KiB) 9824732

[startup+340.008 s]
/proc/loadavg: 3.33 3.34 3.44 3/215 8775
/proc/meminfo: memFree=26099928/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=679.33 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 39675 0 1 0 67793 140 0 0 20 0 19 0 29180080 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 606814 2294 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) R 8717 8720 3621 0 -1 4202560 2444 0 1 0 136 2 0 0 20 0 19 0 29180080 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623436765744 140623286114224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8723] ppid=8717 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/8720/task/8723/stat : 8723 (java) S 8717 8720 3621 0 -1 4202560 335 0 0 0 90 8 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623409220648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8724] ppid=8717 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8720/task/8724/stat : 8724 (java) S 8717 8720 3621 0 -1 4202560 207 0 0 0 88 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623408167848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) S 8717 8720 3621 0 -1 4202560 255 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623407115048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) S 8717 8720 3621 0 -1 4202560 289 0 0 0 73 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623406062248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 212 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 222 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) S 8717 8720 3621 0 -1 4202560 253 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623273826600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8720/task/8730/stat : 8730 (java) S 8717 8720 3621 0 -1 4202560 259 0 0 0 84 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623272773800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8731] ppid=8717 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/8720/task/8731/stat : 8731 (java) S 8717 8720 3621 0 -1 4202560 1303 0 0 0 35 13 0 0 20 0 19 0 29180082 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622789827560 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8732] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8732/stat : 8732 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622788773624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8733] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8733/stat : 8733 (java) S 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622787720712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8734] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8734/stat : 8734 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622786669200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8735] ppid=8717 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/8720/task/8735/stat : 8735 (java) S 8717 8720 3621 0 -1 4202560 14731 0 0 0 163 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622785616312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8736] ppid=8717 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8720/task/8736/stat : 8736 (java) S 8717 8720 3621 0 -1 4202560 16058 0 0 0 200 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622784563512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8737] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8737/stat : 8737 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622783510904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8738] ppid=8717 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8720/task/8738/stat : 8738 (java) S 8717 8720 3621 0 -1 4202560 19 0 0 0 5 9 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622782458312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8742] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8742/stat : 8742 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29180101 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622778246440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 679.33
Current children cumulated vsize (KiB) 9824732

[startup+340.201 s]
/proc/loadavg: 3.33 3.34 3.44 3/215 8775
/proc/meminfo: memFree=26099928/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=679.53 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 39676 0 1 0 67813 140 0 0 20 0 19 0 29180080 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 606814 2294 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) R 8717 8720 3621 0 -1 4202560 2445 0 1 0 155 2 0 0 20 0 19 0 29180080 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623436765744 140623287241932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8723] ppid=8717 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/8720/task/8723/stat : 8723 (java) S 8717 8720 3621 0 -1 4202560 335 0 0 0 90 8 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623409220648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8724] ppid=8717 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8720/task/8724/stat : 8724 (java) S 8717 8720 3621 0 -1 4202560 207 0 0 0 88 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623408167848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) S 8717 8720 3621 0 -1 4202560 255 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623407115048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) S 8717 8720 3621 0 -1 4202560 289 0 0 0 73 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623406062248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 212 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 222 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) S 8717 8720 3621 0 -1 4202560 253 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623273826600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8720/task/8730/stat : 8730 (java) S 8717 8720 3621 0 -1 4202560 259 0 0 0 84 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623272773800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8731] ppid=8717 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/8720/task/8731/stat : 8731 (java) S 8717 8720 3621 0 -1 4202560 1303 0 0 0 35 13 0 0 20 0 19 0 29180082 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622789827560 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8732] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8732/stat : 8732 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622788773624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8733] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8733/stat : 8733 (java) S 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622787720712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8734] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8734/stat : 8734 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622786669200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8735] ppid=8717 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/8720/task/8735/stat : 8735 (java) S 8717 8720 3621 0 -1 4202560 14731 0 0 0 163 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622785616312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8736] ppid=8717 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8720/task/8736/stat : 8736 (java) S 8717 8720 3621 0 -1 4202560 16058 0 0 0 200 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622784563512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8737] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8737/stat : 8737 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622783510904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8738] ppid=8717 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8720/task/8738/stat : 8738 (java) S 8717 8720 3621 0 -1 4202560 19 0 0 0 5 9 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622782458312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8742] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8742/stat : 8742 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29180101 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622778246440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 679.53
Current children cumulated vsize (KiB) 9824732

[startup+340.301 s]
/proc/loadavg: 3.33 3.34 3.44 3/215 8775
/proc/meminfo: memFree=26099928/32872528 swapFree=1286400/1433568
[pid=8720] ppid=8717 vsize=9824732 CPUtime=679.63 cores=1,3,5,7
/proc/8720/stat : 8720 (java) S 8717 8720 3621 0 -1 4202496 39676 0 1 0 67823 140 0 0 20 0 19 0 29180080 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140735893181232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8720/statm: 2456183 606814 2294 9 0 2446860 0
[pid=8720/tid=8721] ppid=8717 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/8720/task/8721/stat : 8721 (java) R 8717 8720 3621 0 -1 4202560 2445 0 1 0 165 2 0 0 20 0 19 0 29180080 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623436765744 140623286114242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8723] ppid=8717 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/8720/task/8723/stat : 8723 (java) S 8717 8720 3621 0 -1 4202560 335 0 0 0 90 8 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623409220648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8724] ppid=8717 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/8720/task/8724/stat : 8724 (java) S 8717 8720 3621 0 -1 4202560 207 0 0 0 88 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623408167848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8725] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8725/stat : 8725 (java) S 8717 8720 3621 0 -1 4202560 255 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623407115048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8726] ppid=8717 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/8720/task/8726/stat : 8726 (java) S 8717 8720 3621 0 -1 4202560 289 0 0 0 73 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623406062248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8727] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8727/stat : 8727 (java) S 8717 8720 3621 0 -1 4202560 212 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623405009448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8728] ppid=8717 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/8720/task/8728/stat : 8728 (java) S 8717 8720 3621 0 -1 4202560 222 0 0 0 74 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623274879400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8729] ppid=8717 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/8720/task/8729/stat : 8729 (java) S 8717 8720 3621 0 -1 4202560 253 0 0 0 77 6 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623273826600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8730] ppid=8717 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/8720/task/8730/stat : 8730 (java) S 8717 8720 3621 0 -1 4202560 259 0 0 0 84 7 0 0 20 0 19 0 29180081 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140623272773800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8731] ppid=8717 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/8720/task/8731/stat : 8731 (java) S 8717 8720 3621 0 -1 4202560 1303 0 0 0 35 13 0 0 20 0 19 0 29180082 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622789827560 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8732] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8732/stat : 8732 (java) S 8717 8720 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622788773624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8733] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8733/stat : 8733 (java) S 8717 8720 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29180083 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622787720712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8734] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8734/stat : 8734 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622786669200 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8735] ppid=8717 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/8720/task/8735/stat : 8735 (java) S 8717 8720 3621 0 -1 4202560 14731 0 0 0 163 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622785616312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8720/tid=8736] ppid=8717 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/8720/task/8736/stat : 8736 (java) S 8717 8720 3621 0 -1 4202560 16058 0 0 0 200 3 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622784563512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8720/tid=8737] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8737/stat : 8737 (java) S 8717 8720 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622783510904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8720/tid=8738] ppid=8717 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8720/task/8738/stat : 8738 (java) S 8717 8720 3621 0 -1 4202560 19 0 0 0 5 9 0 0 20 0 19 0 29180085 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622782458312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8720/tid=8742] ppid=8717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8720/task/8742/stat : 8742 (java) S 8717 8720 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29180101 10060525568 606814 33554432000 1073741824 1073778376 140735893190096 140622778246440 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 679.63
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 340.374
CPU time (s): 679.932
CPU user time (s): 678.311
CPU system time (s): 1.62075
CPU usage (%): 199.76
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 678.311
system time used= 1.62075
maximum resident set size= 2889740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39686
page faults= 1
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11957
involuntary context switches= 14875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31465 second user time and 3.16652 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 19:35:33
IDJOB=4106413
IDBENCH=48051
IDSOLVER=2543
FILE ID=node130/4106413-1466271333
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 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=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106413-1466271333/watcher-4106413-1466271333 -o /tmp/evaluation-result-4106413-1466271333/solver-4106413-1466271333 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106413-1466271333.opb

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

MD5SUM BENCH= 773aedb43187ca11a13e2d0d2a59ebe9
RANDOM SEED=159700731

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        28609032 kB
Buffers:           46804 kB
Cached:           166876 kB
SwapCached:         1876 kB
Active:          1926112 kB
Inactive:         162380 kB
Active(anon):    1874952 kB
Inactive(anon):     2212 kB
Active(file):      51160 kB
Inactive(file):   160168 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       3307812 kB
Mapped:            15212 kB
Shmem:                 0 kB
Slab:             601756 kB
SReclaimable:      44904 kB
SUnreclaim:       556852 kB
KernelStack:        1680 kB
PageTables:        11184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4246748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1961984 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= 71748 MiB
End job on node130 at 2016-06-18 19:41:14