Trace number 4081829

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 1010.45 504.364

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
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.141978
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 variables162
Total number of constraints13
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 constraints13
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)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081829-1465253100.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.26/0.21	c ... done. Wall clock time 0.101s.
0.26/0.21	c declared #vars     162
0.26/0.21	c internal #vars     648
0.26/0.21	c #constraints  991
0.26/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.26/0.21	c 991 constraints processed.
0.26/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
0.26/0.21	c 991 constraints processed.
0.26/0.21	c objective function length is 9 literals
3.00/0.92	c cleaning 2497 clauses out of 5000 with flag 10103/5000
5.31/1.50	c cleaning 4245 clauses out of 8503 with flag 22293/11000
6.54/2.20	c cleaning 5619 clauses out of 11258 with flag 36560/18000
7.56/2.67	c cleaning 6816 clauses out of 13639 with flag 53023/26000
9.02/3.32	c cleaning 7905 clauses out of 15823 with flag 71794/35000
11.03/4.38	c cleaning 8950 clauses out of 17918 with flag 92468/45000
13.27/5.49	c cleaning 9977 clauses out of 19970 with flag 116304/56002
15.28/6.49	c And the winner is solver0
15.47/6.71	c SATISFIABLE
15.47/6.71	c OPTIMIZING...
15.47/6.71	c Got one! Elapsed wall clock time (in seconds):6.606
15.47/6.71	o 17
16.63/7.30	c cleaning 13360 clauses out of 26742 with flag 11640/72751
17.23/7.60	c cleaning 9684 clauses out of 19381 with flag 24705/78750
17.45/7.79	c And the winner is solver0
17.64/8.21	c Got one! Elapsed wall clock time (in seconds):8.107
17.64/8.21	o 15
17.81/8.39	c cleaning 7809 clauses out of 15629 with flag 7725/84682
18.86/8.87	c cleaning 6898 clauses out of 13821 with flag 20535/90683
19.67/9.28	c cleaning 6953 clauses out of 13923 with flag 35695/97683
21.08/9.96	c cleaning 7473 clauses out of 14971 with flag 53779/105684
23.13/10.90	c cleaning 8242 clauses out of 16497 with flag 73173/114683
24.33/11.51	c cleaning 9116 clauses out of 18254 with flag 95759/124682
25.56/12.15	c cleaning 10053 clauses out of 20139 with flag 119296/135683
25.76/12.21	c And the winner is solver0
25.76/12.27	c Got one! Elapsed wall clock time (in seconds):12.159
25.76/12.27	o 9
26.23/12.53	c cleaning 7814 clauses out of 15633 with flag 9085/141230
27.03/12.90	c cleaning 6898 clauses out of 13817 with flag 22484/147228
27.85/13.37	c cleaning 6951 clauses out of 13919 with flag 37573/154228
29.23/14.05	c cleaning 7483 clauses out of 14970 with flag 54653/162230
30.44/14.61	c cleaning 8231 clauses out of 16485 with flag 74182/171228
32.09/15.41	c cleaning 9123 clauses out of 18255 with flag 96794/181229
32.09/15.44	c And the winner is solver0
32.17/15.77	c Got one! Elapsed wall clock time (in seconds):15.66
32.17/15.77	o 5
32.63/16.05	c cleaning 7256 clauses out of 14531 with flag 12145/186628
34.10/16.62	c cleaning 6627 clauses out of 13275 with flag 25421/192628
35.69/17.23	c cleaning 6812 clauses out of 13648 with flag 40630/199628
36.70/17.73	c cleaning 7399 clauses out of 14836 with flag 57624/207628
37.53/18.14	c And the winner is solver0
37.64/18.27	c Got one! Elapsed wall clock time (in seconds):18.161
37.64/18.27	o 3
38.30/18.63	c cleaning 9924 clauses out of 19866 with flag 11600/220057
38.90/18.96	c cleaning 7963 clauses out of 15943 with flag 24938/226058
39.72/19.37	c cleaning 7478 clauses out of 14980 with flag 39737/233058
40.74/19.83	c cleaning 7742 clauses out of 15502 with flag 58218/241058
41.72/20.33	c cleaning 8375 clauses out of 16760 with flag 78664/250058
43.01/20.96	c cleaning 9167 clauses out of 18384 with flag 100464/260057
44.20/21.59	c cleaning 10084 clauses out of 20217 with flag 124180/271057
45.59/22.29	c cleaning 11061 clauses out of 22133 with flag 150224/283057
47.60/23.21	c cleaning 12029 clauses out of 24073 with flag 179222/296058
49.60/24.24	c cleaning 13003 clauses out of 26043 with flag 209737/310057
51.80/25.34	c cleaning 14009 clauses out of 28040 with flag 242611/325057
54.45/26.69	c cleaning 15011 clauses out of 30031 with flag 279389/341057
58.26/28.56	c cleaning 16001 clauses out of 32020 with flag 317174/358057
60.68/29.78	c cleaning 16987 clauses out of 34021 with flag 357460/376059
64.52/31.68	c cleaning 17994 clauses out of 36033 with flag 396326/395058
67.33/33.07	c cleaning 0 clauses out of 6136 with flag 0/6141
68.79/33.69	c cleaning 19002 clauses out of 38038 with flag 440789/415057
75.12/36.73	c cleaning 20008 clauses out of 40038 with flag 489620/436059
79.56/38.99	c cleaning 21006 clauses out of 42030 with flag 538360/458059
83.76/41.07	c cleaning 21982 clauses out of 44022 with flag 590014/481057
89.36/43.87	c cleaning 23007 clauses out of 46042 with flag 646364/505059
97.01/47.65	c cleaning 24009 clauses out of 48033 with flag 704487/530057
103.30/50.73	c cleaning 25001 clauses out of 50024 with flag 763722/556057
110.89/54.56	c cleaning 25995 clauses out of 52024 with flag 839618/583058
119.94/59.09	c cleaning 27005 clauses out of 54030 with flag 907018/611059
128.21/63.16	c cleaning 27990 clauses out of 56024 with flag 978037/640058
136.87/67.44	c cleaning 28997 clauses out of 58033 with flag 1047172/670057
144.67/71.36	c cleaning 30013 clauses out of 60037 with flag 1119242/701058
156.54/77.24	c cleaning 31003 clauses out of 62023 with flag 1197408/733057
164.74/81.34	c cleaning 32006 clauses out of 64020 with flag 1272856/766057
176.83/87.32	c cleaning 32998 clauses out of 66015 with flag 1352541/800058
188.27/93.03	c cleaning 34000 clauses out of 68016 with flag 1432745/835058
195.49/96.63	c cleaning 0 clauses out of 12136 with flag 0/12141
199.89/98.82	c cleaning 34994 clauses out of 70017 with flag 1513485/871059
210.55/104.18	c cleaning 36005 clauses out of 72022 with flag 1598347/908058
227.22/112.47	c cleaning 36994 clauses out of 74017 with flag 1684376/946058
242.08/119.80	c cleaning 38001 clauses out of 76023 with flag 1772094/985058
262.42/129.94	c cleaning 39004 clauses out of 78022 with flag 1862987/1025058
279.05/138.29	c cleaning 40001 clauses out of 80017 with flag 1954828/1066057
296.56/146.80	c cleaning 41002 clauses out of 82017 with flag 2052247/1108058
314.46/155.75	c cleaning 41997 clauses out of 84014 with flag 2148665/1151057
326.33/161.68	c cleaning 43004 clauses out of 86019 with flag 2248243/1195059
348.30/172.58	c cleaning 43994 clauses out of 88014 with flag 2348692/1240058
367.41/182.07	c cleaning 45004 clauses out of 90020 with flag 2451755/1286058
386.96/191.98	c cleaning 45999 clauses out of 92015 with flag 2564712/1333057
410.50/203.62	c cleaning 46998 clauses out of 94015 with flag 2673071/1381057
427.99/212.32	c cleaning 48003 clauses out of 96018 with flag 2782251/1430058
452.09/224.30	c cleaning 48999 clauses out of 98016 with flag 2895321/1480059
476.03/236.23	c cleaning 50002 clauses out of 100016 with flag 3008521/1531058
504.41/250.34	c cleaning 50994 clauses out of 102013 with flag 3123530/1583057
526.33/261.26	c cleaning 52006 clauses out of 104019 with flag 3243804/1636057
531.35/263.75	c cleaning 0 clauses out of 19136 with flag 0/19141
545.41/270.91	c cleaning 52996 clauses out of 106013 with flag 3368219/1690057
574.93/285.66	c cleaning 54004 clauses out of 108017 with flag 3493648/1745057
605.44/300.87	c cleaning 55004 clauses out of 110012 with flag 3617198/1801057
638.21/317.15	c cleaning 55996 clauses out of 112009 with flag 3743010/1858058
666.14/331.02	c cleaning 57002 clauses out of 114013 with flag 3874363/1916058
690.54/343.11	c cleaning 57999 clauses out of 116009 with flag 4004448/1975057
725.89/360.78	c cleaning 58995 clauses out of 118010 with flag 4140610/2035057
753.73/374.83	c cleaning 60002 clauses out of 120016 with flag 4276233/2096058
783.64/389.79	c cleaning 61001 clauses out of 122014 with flag 4424994/2158059
833.65/414.64	c cleaning 62000 clauses out of 124011 with flag 4570596/2221057
885.84/440.62	c cleaning 63000 clauses out of 126012 with flag 4714131/2285058
964.77/479.97	c cleaning 64000 clauses out of 128008 with flag 4860045/2350057
1007.56/501.28	c And the winner is solver0
1010.23/504.35	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1010.23/504.35	c starts		: 4835
1010.23/504.35	c conflicts		: 2401178
1010.23/504.35	c decisions		: 2749027
1010.23/504.35	c propagations		: 52221013
1010.23/504.35	c inspects		: 7734225352
1010.23/504.35	c shortcuts		: 0
1010.23/504.35	c learnt literals	: 18
1010.23/504.35	c learnt binary clauses	: 27
1010.23/504.35	c learnt ternary clauses	: 99
1010.23/504.35	c learnt constraints	: 2401159
1010.23/504.35	c ignored constraints	: 0
1010.23/504.35	c root simplifications	: 0
1010.23/504.35	c removed literals (reason simplification)	: 7301091
1010.23/504.35	c reason swapping (by a shorter reason)	: 0
1010.23/504.35	c Calls to reduceDB	: 87
1010.23/504.35	c Number of update (reduction) of LBD	: 89528
1010.23/504.35	c Imported unit clauses	: 0
1010.23/504.35	c number of reductions to clauses (during analyze)	: 0
1010.23/504.35	c number of learned constraints concerned by reduction	: 0
1010.23/504.35	c number of learning phase by resolution	: 0
1010.23/504.35	c number of learning phase by cutting planes	: 0
1010.23/504.35	c speed (assignments/second)	: 103585.78589380183
1010.23/504.35	c non guided choices	16310
1010.23/504.35	c learnt constraints type 
1010.23/504.35	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1010.23/504.35	c starts		: 82
1010.23/504.35	c conflicts		: 26149
1010.23/504.35	c decisions		: 29442
1010.23/504.35	c propagations		: 435438
1010.23/504.35	c inspects		: 643372085
1010.23/504.35	c shortcuts		: 0
1010.23/504.35	c learnt literals	: 0
1010.23/504.35	c learnt binary clauses	: 0
1010.23/504.35	c learnt ternary clauses	: 0
1010.23/504.35	c learnt constraints	: 26143
1010.23/504.35	c ignored constraints	: 0
1010.23/504.35	c root simplifications	: 0
1010.23/504.35	c removed literals (reason simplification)	: 0
1010.23/504.35	c reason swapping (by a shorter reason)	: 0
1010.23/504.35	c Calls to reduceDB	: 3
1010.23/504.35	c Number of update (reduction) of LBD	: 0
1010.23/504.35	c Imported unit clauses	: 0
1010.23/504.35	c number of reductions to clauses (during analyze)	: 0
1010.23/504.35	c number of learned constraints concerned by reduction	: 0
1010.23/504.35	c number of learning phase by resolution	: 0
1010.23/504.35	c number of learning phase by cutting planes	: 0
1010.23/504.35	c speed (assignments/second)	: 895.8173465630073
1010.23/504.35	c non guided choices	1157
1010.23/504.35	c learnt constraints type 
1010.23/504.35	s OPTIMUM FOUND
1010.23/504.35	c Found 5 solution(s)
1010.23/504.35	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 x13 -x14 x15 x16 x17 -x18 x19 x20 -x21 x22 -x23 x24 x25 -x26 x27 x28 -x29 x30 -x31 -x32 x33 -x34 -x35 -x36 x37 x38 -x39 x40 x41 x42 x43 -x44 -x45 x46 x47 -x48 x49 -x50 x51 x52 -x53 -x54 x55 -x56 x57 x58 -x59 x60 -x61 x62 x63 x64 x65 -x66 x67 x68 x69 -x70 x71 -x72 x73 -x74 -x75 x76 -x77 x78 -x79 -x80 x81 x82 -x83 x84 x85 -x86 x87 x88 x89 -x90 x91 x92 x93 x94 x95 -x96 x97 x98 x99 x100 -x101 x102 -x103 x104 x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 x140 x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 x150 x151 -x152 -x153 -x154 -x155 x156 x157 -x158 x159 -x160 -x161 -x162 
1010.23/504.35	c objective function=3
1010.23/504.35	c Total wall clock time (in seconds): 504.243

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-4081829-1465253100/watcher-4081829-1465253100 -o /tmp/evaluation-result-4081829-1465253100/solver-4081829-1465253100 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081829-1465253100.opb 

pid=19091
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: 4.28 4.17 3.35 4/197 19094
/proc/meminfo: memFree=27222172/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107242386 98570240 977 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 24065 977 743 9 0 16771 0
[pid=19094/tid=19095] ppid=19091 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) R 19091 19094 17726 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107242386 98570240 977 33554432000 1073741824 1073778376 140734832511760 140448135585320 213419640192 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100121 s]
/proc/loadavg: 4.28 4.17 3.35 4/197 19094
/proc/meminfo: memFree=27222172/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 107242386 9787879424 6110 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2389619 6110 2156 9 0 2380296 0
[pid=19094/tid=19095] ppid=19091 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) R 19091 19094 17726 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 107242386 9787879424 6110 33554432000 1073741824 1073778376 140734832511760 140448135589592 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200341 s]
/proc/loadavg: 4.28 4.17 3.35 4/197 19094
/proc/meminfo: memFree=27222172/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 4700 0 1 0 25 1 0 0 20 0 18 0 107242386 9787879424 7290 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2389619 7290 2222 9 0 2380296 0
[pid=19094/tid=19095] ppid=19091 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) R 19091 19094 17726 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 18 0 107242386 9787879424 7290 33554432000 1073741824 1073778376 140734832511760 140448135589592 140447997570593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.28 4.17 3.35 4/197 19094
/proc/meminfo: memFree=27222172/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 7505 0 1 0 60 1 0 0 20 0 22 0 107242386 10060525568 10541 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 10541 2237 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) S 19091 19094 17726 0 -1 4202560 2431 0 1 0 19 0 0 0 20 0 22 0 107242386 10060525568 10541 33554432000 1073741824 1073778376 140734832511760 140448135590776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700227 s]
/proc/loadavg: 4.28 4.17 3.35 4/197 19094
/proc/meminfo: memFree=27222172/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 18694 0 1 0 216 4 0 0 20 0 22 0 107242386 10060525568 21961 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 21961 2254 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) S 19091 19094 17726 0 -1 4202560 2431 0 1 0 19 0 0 0 20 0 22 0 107242386 10060525568 21962 33554432000 1073741824 1073778376 140734832511760 140448135590776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.42 4.20 3.37 7/219 19116
/proc/meminfo: memFree=27040096/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=5.31 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 33277 0 1 0 524 7 0 0 20 0 22 0 107242386 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 51286 2278 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) S 19091 19094 17726 0 -1 4202560 2431 0 1 0 19 0 0 0 20 0 22 0 107242386 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448135590776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 17726 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448124651816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448123599016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448122546728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448121493928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448120441640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448119388840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140448117283752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 17726 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107242388 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447959824616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107242388 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447958770680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107242388 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447957718280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242390 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447956666768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 17726 0 -1 4202560 12304 0 0 0 125 1 0 0 20 0 22 0 107242390 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447955614392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 17726 0 -1 4202560 17035 0 0 0 125 3 0 0 20 0 22 0 107242391 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447954561592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242391 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447953509496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242391 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447952456904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) R 19091 19094 17726 0 -1 4202560 30 0 0 0 122 0 0 0 20 0 22 0 107242407 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447951352248 140447998658629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19114] ppid=19091 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/19094/task/19114/stat : 19114 (java) R 19091 19094 17726 0 -1 4202560 99 0 0 0 123 2 0 0 20 0 22 0 107242407 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447950298176 140447997969227 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19115] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19115/stat : 19115 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107242408 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447949247656 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19116] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19116/stat : 19116 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107242408 10060525568 51286 33554432000 1073741824 1073778376 140734832511760 140447948194856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.42 4.20 3.37 7/219 19116
/proc/meminfo: memFree=26999392/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=8.6 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 33756 0 1 0 846 14 0 0 20 0 22 0 107242386 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 89018 2278 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) S 19091 19094 17726 0 -1 4202560 2431 0 1 0 19 0 0 0 20 0 22 0 107242386 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448135590776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 17726 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448124651816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 17726 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448123599016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 17726 0 -1 4202560 72 0 0 0 2 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448122546728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 17726 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448121493928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448120441640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 17726 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448119388840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 17726 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 107242387 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140448117283752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 17726 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 107242388 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447959824616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107242388 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447958770680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107242388 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447957718280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242390 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447956666768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 17726 0 -1 4202560 12305 0 0 0 128 1 0 0 20 0 22 0 107242390 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447955614392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 17726 0 -1 4202560 17035 0 0 0 126 3 0 0 20 0 22 0 107242391 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447954561592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242391 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447953509496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107242391 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447952456904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19113] ppid=19091 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/19094/task/19113/stat : 19113 (java) R 19091 19094 17726 0 -1 4202560 34 0 0 0 277 0 0 0 20 0 22 0 107242407 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447951352248 140447997997815 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19114] ppid=19091 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/19094/task/19114/stat : 19114 (java) R 19091 19094 17726 0 -1 4202560 154 0 0 0 276 3 0 0 20 0 22 0 107242407 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447950298256 140447998077516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19115] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19115/stat : 19115 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107242408 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447949247656 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19116] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19116/stat : 19116 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107242408 10060525568 89018 33554432000 1073741824 1073778376 140734832511760 140447948194856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.42 4.20 3.37 5/219 19116
/proc/meminfo: memFree=26607876/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=15.07 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 34217 0 1 0 1486 21 0 0 20 0 22 0 107242386 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 155197 2281 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) S 19091 19094 17726 0 -1 4202560 2431 0 1 0 19 0 0 0 20 0 22 0 107242386 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448135590776 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 17726 0 -1 4202560 103 0 0 0 3 0 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448124651816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 17726 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448123599016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 17726 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448122546728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 17726 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448121493928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 17726 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448120441640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 17726 0 -1 4202560 94 0 0 0 2 2 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448119388840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 107242387 10060525568 155197 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 304 0 0 0 134 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 17726 0 -1 4202560 286 0 0 0 139 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448117283752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 17726 0 -1 4202560 1409 0 0 0 125 17 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447959824616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447958770680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447957718280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447956666768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 17726 0 -1 4202560 19809 0 0 0 227 3 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447955614392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 17726 0 -1 4202560 18310 0 0 0 197 3 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447954561592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447953509496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 17726 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447952456904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19115] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19115/stat : 19115 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107242408 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447949247656 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1007.07
Current children cumulated vsize (KiB) 9824732

[startup+504.001 s]
/proc/loadavg: 4.17 4.15 3.67 4/216 19144
/proc/meminfo: memFree=24733412/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=1007.87 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 47663 0 1 0 100628 159 0 0 20 0 19 0 107242386 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 552747 2294 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) R 19091 19094 17726 0 -1 4202560 2437 0 1 0 244 2 0 0 20 0 19 0 107242386 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448135588400 140447998912466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 17726 0 -1 4202560 380 0 0 0 143 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448124651816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 17726 0 -1 4202560 297 0 0 0 130 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448123599016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 17726 0 -1 4202560 346 0 0 0 132 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448122546728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 17726 0 -1 4202560 272 0 0 0 141 9 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448121493928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 17726 0 -1 4202560 307 0 0 0 127 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448120441640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 17726 0 -1 4202560 376 0 0 0 137 9 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448119388840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 304 0 0 0 134 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 17726 0 -1 4202560 286 0 0 0 139 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448117283752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 17726 0 -1 4202560 1409 0 0 0 125 17 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447959824616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447958770680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447957718280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447956666768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 17726 0 -1 4202560 19809 0 0 0 227 3 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447955614392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 17726 0 -1 4202560 18310 0 0 0 197 3 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447954561592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447953509496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 17726 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447952456904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19115] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19115/stat : 19115 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107242408 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447949247656 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1007.87
Current children cumulated vsize (KiB) 9824732

[startup+504.201 s]
/proc/loadavg: 4.17 4.15 3.67 4/216 19144
/proc/meminfo: memFree=24733412/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=1008.07 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 47663 0 1 0 100648 159 0 0 20 0 19 0 107242386 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 552747 2294 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) R 19091 19094 17726 0 -1 4202560 2437 0 1 0 264 2 0 0 20 0 19 0 107242386 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448135588400 140447997761474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 17726 0 -1 4202560 380 0 0 0 143 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448124651816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 17726 0 -1 4202560 297 0 0 0 130 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448123599016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 17726 0 -1 4202560 346 0 0 0 132 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448122546728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 17726 0 -1 4202560 272 0 0 0 141 9 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448121493928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 17726 0 -1 4202560 307 0 0 0 127 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448120441640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 17726 0 -1 4202560 376 0 0 0 137 9 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448119388840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 304 0 0 0 134 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 17726 0 -1 4202560 286 0 0 0 139 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448117283752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 17726 0 -1 4202560 1409 0 0 0 125 17 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447959824616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447958770680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447957718280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447956666768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 17726 0 -1 4202560 19809 0 0 0 227 3 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447955614392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 17726 0 -1 4202560 18310 0 0 0 197 3 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447954561592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447953509496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 17726 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447952456904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19115] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19115/stat : 19115 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107242408 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447949247656 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1008.07
Current children cumulated vsize (KiB) 9824732

[startup+504.301 s]
/proc/loadavg: 4.17 4.15 3.67 4/216 19144
/proc/meminfo: memFree=24733412/32872528 swapFree=16636/1570076
[pid=19094] ppid=19091 vsize=9824732 CPUtime=1008.17 cores=1,3,5,7
/proc/19094/stat : 19094 (java) S 19091 19094 17726 0 -1 4202496 47663 0 1 0 100658 159 0 0 20 0 19 0 107242386 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140734832502896 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19094/statm: 2456183 552747 2294 9 0 2446860 0
[pid=19094/tid=19095] ppid=19091 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/19094/task/19095/stat : 19095 (java) R 19091 19094 17726 0 -1 4202560 2437 0 1 0 274 2 0 0 20 0 19 0 107242386 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448135588400 140447997761462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19097] ppid=19091 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/19094/task/19097/stat : 19097 (java) S 19091 19094 17726 0 -1 4202560 380 0 0 0 143 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448124651816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19098] ppid=19091 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/19094/task/19098/stat : 19098 (java) S 19091 19094 17726 0 -1 4202560 297 0 0 0 130 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448123599016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19099] ppid=19091 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/19094/task/19099/stat : 19099 (java) S 19091 19094 17726 0 -1 4202560 346 0 0 0 132 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448122546728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19100] ppid=19091 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/19094/task/19100/stat : 19100 (java) S 19091 19094 17726 0 -1 4202560 272 0 0 0 141 9 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448121493928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19101] ppid=19091 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/19094/task/19101/stat : 19101 (java) S 19091 19094 17726 0 -1 4202560 307 0 0 0 127 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448120441640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19102] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19102/stat : 19102 (java) S 19091 19094 17726 0 -1 4202560 376 0 0 0 137 9 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448119388840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19103] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19103/stat : 19103 (java) S 19091 19094 17726 0 -1 4202560 304 0 0 0 134 8 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448118336552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19104] ppid=19091 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19094/task/19104/stat : 19104 (java) S 19091 19094 17726 0 -1 4202560 286 0 0 0 139 7 0 0 20 0 19 0 107242387 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140448117283752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19105] ppid=19091 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/19094/task/19105/stat : 19105 (java) S 19091 19094 17726 0 -1 4202560 1409 0 0 0 125 17 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447959824616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19106] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19106/stat : 19106 (java) S 19091 19094 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447958770680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19107] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19107/stat : 19107 (java) S 19091 19094 17726 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107242388 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447957718280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19108] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19108/stat : 19108 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447956666768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19109] ppid=19091 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/19094/task/19109/stat : 19109 (java) S 19091 19094 17726 0 -1 4202560 19809 0 0 0 227 3 0 0 20 0 19 0 107242390 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447955614392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19094/tid=19110] ppid=19091 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/19094/task/19110/stat : 19110 (java) S 19091 19094 17726 0 -1 4202560 18310 0 0 0 197 3 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447954561592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19094/tid=19111] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19111/stat : 19111 (java) S 19091 19094 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447953509496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19094/tid=19112] ppid=19091 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19094/task/19112/stat : 19112 (java) S 19091 19094 17726 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 19 0 107242391 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447952456904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19094/tid=19115] ppid=19091 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19094/task/19115/stat : 19115 (java) S 19091 19094 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107242408 10060525568 552747 33554432000 1073741824 1073778376 140734832511760 140447949247656 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1008.17
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.05994
#  lost CPU user time (s): 2.19995
#  lost CPU system time (s): -0.14

Real time (s): 504.364
CPU time (s): 1010.45
CPU user time (s): 1008.85
CPU system time (s): 1.60473
CPU usage (%): 200.342
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1006.65
system time used= 1.74473
maximum resident set size= 2887836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47676
page faults= 1
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17845
involuntary context switches= 23460

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.65844 second user time and 4.52931 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 00:45:00
IDJOB=4081829
IDBENCH=48012
IDSOLVER=2543
FILE ID=node140/4081829-1465253100
RUNJOBID= node140-1465252001-17743
PBS_JOBID= 19843256
Free space on /tmp= 71740 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=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081829-1465253100/watcher-4081829-1465253100 -o /tmp/evaluation-result-4081829-1465253100/solver-4081829-1465253100 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081829-1465253100.opb

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1129525539

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27222808 kB
Buffers:           60988 kB
Cached:            79048 kB
SwapCached:         1744 kB
Active:          3262416 kB
Inactive:          95592 kB
Active(anon):    3217976 kB
Inactive(anon):     2608 kB
Active(file):      44440 kB
Inactive(file):    92984 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098608 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       4767460 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             568624 kB
SReclaimable:      12536 kB
SUnreclaim:       556088 kB
KernelStack:        1608 kB
PageTables:        13708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5080544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4694016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node140 at 2016-06-07 00:53:25