Trace number 4106287

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 1060.62 529.569

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=487-P1=127-P2=347-P3=419-P4=367-P5=149-P6=419-B.opb
MD5SUM79cf27053836a1888aee43ca3805fcdd
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.144977
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106287-1466270238.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.23/0.22	c ... done. Wall clock time 0.106s.
0.23/0.22	c declared #vars     162
0.23/0.22	c internal #vars     648
0.23/0.22	c #constraints  991
0.23/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.23/0.22	c 991 constraints processed.
0.23/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 486
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 505
0.23/0.23	c 991 constraints processed.
0.23/0.23	c objective function length is 9 literals
2.95/0.93	c cleaning 2496 clauses out of 5000 with flag 11042/5000
4.54/1.38	c cleaning 4242 clauses out of 8505 with flag 23493/11001
6.01/1.99	c cleaning 5621 clauses out of 11263 with flag 38011/18001
7.66/2.72	c cleaning 6808 clauses out of 13641 with flag 54912/26000
8.88/3.33	c cleaning 7905 clauses out of 15834 with flag 73858/35001
10.27/4.05	c cleaning 8941 clauses out of 17928 with flag 95604/45000
11.89/4.83	c cleaning 9965 clauses out of 19989 with flag 119012/56002
12.09/4.98	c And the winner is solver0
12.26/5.23	c SATISFIABLE
12.26/5.23	c OPTIMIZING...
12.26/5.23	c Got one! Elapsed wall clock time (in seconds):5.112
12.26/5.23	o 81
12.82/5.54	c cleaning 7988 clauses out of 15986 with flag 6324/61964
13.43/5.86	c cleaning 6986 clauses out of 13997 with flag 18759/67963
14.42/6.31	c cleaning 6998 clauses out of 14011 with flag 33700/74963
15.27/6.72	c And the winner is solver0
15.27/6.78	c Got one! Elapsed wall clock time (in seconds):6.663
15.27/6.78	o 75
15.34/6.84	c cleaning 6487 clauses out of 13003 with flag 2203/80953
16.14/7.29	c cleaning 6247 clauses out of 12514 with flag 15235/86951
17.74/8.00	c cleaning 6624 clauses out of 13268 with flag 31159/93952
18.94/8.67	c cleaning 7316 clauses out of 14643 with flag 48402/101951
20.35/9.32	c cleaning 8162 clauses out of 16326 with flag 69190/110950
21.45/9.89	c cleaning 9082 clauses out of 18165 with flag 90854/120951
22.65/10.49	c cleaning 10032 clauses out of 20083 with flag 114544/131951
23.68/10.96	c And the winner is solver0
23.81/11.28	c Got one! Elapsed wall clock time (in seconds):11.164
23.81/11.28	o 65
24.64/11.74	c cleaning 10651 clauses out of 21326 with flag 10689/143226
25.25/12.02	c cleaning 8335 clauses out of 16676 with flag 24120/149227
26.05/12.48	c cleaning 7649 clauses out of 15339 with flag 39442/156225
27.25/13.00	c cleaning 7824 clauses out of 15691 with flag 56240/164226
28.45/13.61	c cleaning 8409 clauses out of 16866 with flag 75329/173225
29.45/14.16	c cleaning 9202 clauses out of 18457 with flag 96786/183225
31.29/15.02	c cleaning 10117 clauses out of 20255 with flag 121489/194225
32.89/15.82	c cleaning 11067 clauses out of 22138 with flag 146985/206225
33.49/16.16	c And the winner is solver0
33.63/16.28	c Got one! Elapsed wall clock time (in seconds):16.166
33.63/16.28	o 33
33.66/16.35	c cleaning 8418 clauses out of 16871 with flag 2587/212025
34.27/16.61	c cleaning 7209 clauses out of 14453 with flag 15780/218025
35.26/17.18	c cleaning 7104 clauses out of 14244 with flag 31353/225025
36.66/17.81	c cleaning 7572 clauses out of 15144 with flag 49154/233029
37.66/18.37	c cleaning 8283 clauses out of 16568 with flag 69747/242025
38.92/18.98	c cleaning 9128 clauses out of 18286 with flag 91605/252026
40.93/19.93	c cleaning 10071 clauses out of 20157 with flag 116977/263025
42.92/20.95	c cleaning 11030 clauses out of 22086 with flag 143570/275025
46.32/22.67	c cleaning 12022 clauses out of 24056 with flag 175129/288025
47.12/23.04	c And the winner is solver0
47.22/23.28	c Got one! Elapsed wall clock time (in seconds):23.168
47.22/23.28	o 3
47.24/23.36	c cleaning 8826 clauses out of 17678 with flag 2649/293669
47.85/23.64	c cleaning 7413 clauses out of 14852 with flag 15097/299669
48.85/24.17	c cleaning 7213 clauses out of 14439 with flag 30663/306669
49.85/24.69	c cleaning 7609 clauses out of 15225 with flag 48275/314668
51.28/25.35	c cleaning 8297 clauses out of 16618 with flag 68411/323670
52.88/26.13	c cleaning 9156 clauses out of 18319 with flag 90052/333668
54.68/27.08	c cleaning 10075 clauses out of 20164 with flag 115061/344669
56.48/27.98	c cleaning 11037 clauses out of 22088 with flag 140495/356668
58.88/29.12	c cleaning 12018 clauses out of 24051 with flag 169728/369668
60.89/30.19	c cleaning 13012 clauses out of 26033 with flag 201948/383668
63.48/31.46	c cleaning 14004 clauses out of 28023 with flag 235552/398670
66.93/33.14	c cleaning 15000 clauses out of 30017 with flag 273022/414668
71.72/35.55	c cleaning 16006 clauses out of 32018 with flag 314122/431669
76.19/37.74	c cleaning 16994 clauses out of 34012 with flag 357723/449669
82.86/40.86	c cleaning 18003 clauses out of 36017 with flag 405353/468668
86.72/42.79	c cleaning 18999 clauses out of 38014 with flag 451490/488668
92.78/45.75	c cleaning 20001 clauses out of 40015 with flag 504230/509668
97.01/47.83	c cleaning 21006 clauses out of 42014 with flag 555413/531668
103.43/51.08	c cleaning 21988 clauses out of 44008 with flag 611241/554668
110.63/54.68	c cleaning 23003 clauses out of 46020 with flag 669079/578668
113.04/55.89	c cleaning 0 clauses out of 7728 with flag 0/7731
116.71/57.55	c cleaning 23998 clauses out of 48018 with flag 726215/603669
121.96/60.19	c cleaning 24999 clauses out of 50020 with flag 784956/629669
130.82/64.53	c cleaning 25994 clauses out of 52020 with flag 851291/656668
140.84/69.54	c cleaning 27009 clauses out of 54027 with flag 917045/684669
150.10/74.18	c cleaning 28003 clauses out of 56018 with flag 984002/713669
167.97/83.05	c cleaning 29004 clauses out of 58015 with flag 1050024/743669
182.03/90.04	c cleaning 30001 clauses out of 60010 with flag 1121557/774668
198.70/98.34	c cleaning 30984 clauses out of 62010 with flag 1201688/806669
210.28/104.07	c cleaning 32005 clauses out of 64024 with flag 1275526/839668
227.01/112.36	c cleaning 33003 clauses out of 66019 with flag 1353400/873668
240.27/118.99	c cleaning 34002 clauses out of 68017 with flag 1433346/908669
251.32/124.43	c cleaning 35004 clauses out of 70014 with flag 1515321/944668
269.18/133.39	c cleaning 36001 clauses out of 72011 with flag 1597820/981669
281.63/139.60	c cleaning 36994 clauses out of 74009 with flag 1683233/1019668
295.89/146.63	c cleaning 37998 clauses out of 76015 with flag 1769563/1058668
296.49/146.92	c cleaning 0 clauses out of 13727 with flag 0/13730
312.79/155.05	c cleaning 39005 clauses out of 78018 with flag 1861039/1098669
334.07/165.65	c cleaning 39998 clauses out of 80012 with flag 1953231/1139668
360.65/179.05	c cleaning 40999 clauses out of 82014 with flag 2045432/1181668
377.92/187.62	c cleaning 42000 clauses out of 84015 with flag 2144855/1224668
396.81/197.07	c cleaning 43006 clauses out of 86016 with flag 2246534/1268669
412.44/204.82	c cleaning 43991 clauses out of 88009 with flag 2343508/1313669
427.92/212.51	c cleaning 45003 clauses out of 90017 with flag 2443232/1359668
447.81/222.45	c cleaning 45989 clauses out of 92014 with flag 2547851/1406668
470.72/233.81	c cleaning 47004 clauses out of 94025 with flag 2653917/1454668
500.40/248.70	c cleaning 47994 clauses out of 96022 with flag 2765499/1503669
520.34/258.73	c cleaning 48998 clauses out of 98028 with flag 2876402/1553669
541.83/269.49	c cleaning 50010 clauses out of 100029 with flag 2990963/1604668
572.36/284.63	c cleaning 50999 clauses out of 102020 with flag 3108257/1656669
595.06/295.97	c cleaning 52001 clauses out of 104020 with flag 3228041/1709668
615.93/306.38	c cleaning 52995 clauses out of 106021 with flag 3351964/1763670
639.27/318.00	c cleaning 54008 clauses out of 108025 with flag 3478328/1818669
686.49/341.41	c cleaning 55008 clauses out of 110018 with flag 3599882/1874670
729.13/362.85	c cleaning 55998 clauses out of 112009 with flag 3728211/1931670
752.26/374.40	c cleaning 57000 clauses out of 114009 with flag 3852382/1989668
776.60/386.44	c cleaning 57994 clauses out of 116009 with flag 3979395/2048668
789.92/393.00	c cleaning 0 clauses out of 20726 with flag 0/20729
805.17/400.66	c cleaning 58999 clauses out of 118015 with flag 4113685/2108668
856.01/425.93	c cleaning 60006 clauses out of 120017 with flag 4253412/2169669
889.11/442.47	c cleaning 61002 clauses out of 122010 with flag 4399646/2231668
938.15/467.19	c cleaning 62003 clauses out of 124010 with flag 4547718/2294671
1003.48/499.74	c cleaning 62998 clauses out of 126002 with flag 4687722/2358668
1054.89/525.39	c cleaning 63993 clauses out of 127998 with flag 4832132/2423669
1057.71/526.73	c And the winner is solver0
1060.34/529.55	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1060.34/529.55	c starts		: 6089
1060.34/529.55	c conflicts		: 2434526
1060.34/529.55	c decisions		: 2864572
1060.34/529.55	c propagations		: 53561343
1060.34/529.55	c inspects		: 7691054533
1060.34/529.55	c shortcuts		: 0
1060.34/529.55	c learnt literals	: 25
1060.34/529.55	c learnt binary clauses	: 32
1060.34/529.55	c learnt ternary clauses	: 73
1060.34/529.55	c learnt constraints	: 2434500
1060.34/529.55	c ignored constraints	: 0
1060.34/529.55	c root simplifications	: 0
1060.34/529.55	c removed literals (reason simplification)	: 6887205
1060.34/529.55	c reason swapping (by a shorter reason)	: 0
1060.34/529.55	c Calls to reduceDB	: 95
1060.34/529.55	c Number of update (reduction) of LBD	: 90630
1060.34/529.55	c Imported unit clauses	: 0
1060.34/529.55	c number of reductions to clauses (during analyze)	: 0
1060.34/529.55	c number of learned constraints concerned by reduction	: 0
1060.34/529.55	c number of learning phase by resolution	: 0
1060.34/529.55	c number of learning phase by cutting planes	: 0
1060.34/529.55	c speed (assignments/second)	: 101188.39158698943
1060.34/529.55	c non guided choices	17283
1060.34/529.55	c learnt constraints type 
1060.34/529.55	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1060.34/529.55	c starts		: 76
1060.34/529.55	c conflicts		: 23613
1060.34/529.55	c decisions		: 26881
1060.34/529.55	c propagations		: 423261
1060.34/529.55	c inspects		: 659661696
1060.34/529.55	c shortcuts		: 0
1060.34/529.55	c learnt literals	: 0
1060.34/529.55	c learnt binary clauses	: 0
1060.34/529.55	c learnt ternary clauses	: 0
1060.34/529.55	c learnt constraints	: 23609
1060.34/529.55	c ignored constraints	: 0
1060.34/529.55	c root simplifications	: 0
1060.34/529.55	c removed literals (reason simplification)	: 0
1060.34/529.55	c reason swapping (by a shorter reason)	: 0
1060.34/529.55	c Calls to reduceDB	: 3
1060.34/529.55	c Number of update (reduction) of LBD	: 0
1060.34/529.55	c Imported unit clauses	: 0
1060.34/529.55	c number of reductions to clauses (during analyze)	: 0
1060.34/529.55	c number of learned constraints concerned by reduction	: 0
1060.34/529.55	c number of learning phase by resolution	: 0
1060.34/529.55	c number of learning phase by cutting planes	: 0
1060.34/529.55	c speed (assignments/second)	: 836.0413851951931
1060.34/529.55	c non guided choices	1096
1060.34/529.55	c learnt constraints type 
1060.34/529.55	s OPTIMUM FOUND
1060.34/529.55	c Found 5 solution(s)
1060.34/529.55	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 
1060.34/529.55	c objective function=3
1060.34/529.55	c Total wall clock time (in seconds): 529.438

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-4106287-1466270238/watcher-4106287-1466270238 -o /tmp/evaluation-result-4106287-1466270238/solver-4106287-1466270238 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106287-1466270238.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.95 3.07 3.48 3/196 1287
/proc/meminfo: memFree=28511668/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/1287/stat : 1287 (java) D 1284 1287 30091 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 29072452 2560000 47 33554432000 1073741824 1073778376 140734992375712 140734992372840 270320889127 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 625 47 37 9 0 29 0

[startup+0.100153 s]
/proc/loadavg: 2.95 3.07 3.48 3/196 1287
/proc/meminfo: memFree=28511668/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 4418 0 1 0 9 1 0 0 20 0 18 0 29072452 9787879424 6046 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.95 3.07 3.48 3/196 1287
/proc/meminfo: memFree=28511668/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 4594 0 1 0 22 1 0 0 20 0 18 0 29072452 9787879424 7216 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2389619 7216 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.95 3.07 3.48 3/196 1287
/proc/meminfo: memFree=28511668/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 7418 0 1 0 55 2 0 0 20 0 22 0 29072452 10060525568 10562 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 10562 2236 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700177 s]
/proc/loadavg: 2.95 3.07 3.48 3/196 1287
/proc/meminfo: memFree=28511668/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 18563 0 1 0 211 4 0 0 20 0 22 0 29072452 10060525568 20802 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 20802 2254 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.95 3.07 3.48 6/218 1309
/proc/meminfo: memFree=28332408/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 27896 0 1 0 503 8 0 0 20 0 22 0 29072452 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 49507 2278 9 0 2446860 0
[pid=1287/tid=1289] ppid=1284 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/1287/task/1289/stat : 1289 (java) S 1284 1287 30091 0 -1 4202560 2420 0 1 0 20 0 0 0 20 0 22 0 29072453 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631199146872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1290/stat : 1290 (java) S 1284 1287 30091 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631042898088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1291] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1291/stat : 1291 (java) S 1284 1287 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631041845544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1292] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1292/stat : 1292 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631040793000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1293] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1293/stat : 1293 (java) S 1284 1287 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631039740456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1294] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1294/stat : 1294 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631038687912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1295] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1295/stat : 1295 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631037635368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1296] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/1287/task/1302/stat : 1302 (java) S 1284 1287 30091 0 -1 4202560 9856 0 0 0 115 1 0 0 20 0 22 0 29072458 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631019121208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1303] ppid=1284 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1287/task/1303/stat : 1303 (java) S 1284 1287 30091 0 -1 4202560 14102 0 0 0 116 2 0 0 20 0 22 0 29072458 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631018068664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1304] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1304/stat : 1304 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631017016312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1305] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1305/stat : 1305 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631015963976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1306] ppid=1284 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/1287/task/1306/stat : 1306 (java) R 1284 1287 30091 0 -1 4202560 29 0 0 0 122 0 0 0 20 0 22 0 29072475 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631014906256 140631071012064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1307] ppid=1284 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/1287/task/1307/stat : 1307 (java) R 1284 1287 30091 0 -1 4202560 107 0 0 0 121 3 0 0 20 0 22 0 29072475 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631013854448 140631070950088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1308] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1308/stat : 1308 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072476 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631012803624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1309] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1309/stat : 1309 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072476 10060525568 49507 33554432000 1073741824 1073778376 140736338746480 140631011751080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.95 3.07 3.48 4/218 1309
/proc/meminfo: memFree=28309732/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=8.47 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 28112 0 1 0 834 13 0 0 20 0 22 0 29072452 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 83417 2278 9 0 2446860 0
[pid=1287/tid=1289] ppid=1284 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/1287/task/1289/stat : 1289 (java) S 1284 1287 30091 0 -1 4202560 2420 0 1 0 20 0 0 0 20 0 22 0 29072453 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631199146872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1287/task/1290/stat : 1290 (java) S 1284 1287 30091 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631042898088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1291] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1291/stat : 1291 (java) S 1284 1287 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631041845544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1292] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1292/stat : 1292 (java) S 1284 1287 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631040793000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1293] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1293/stat : 1293 (java) S 1284 1287 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631039740456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1294] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1294/stat : 1294 (java) S 1284 1287 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631038687912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1295] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1295/stat : 1295 (java) S 1284 1287 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631037635368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1296] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1287/task/1302/stat : 1302 (java) S 1284 1287 30091 0 -1 4202560 9856 0 0 0 117 1 0 0 20 0 22 0 29072458 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631019121208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1303] ppid=1284 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/1287/task/1303/stat : 1303 (java) S 1284 1287 30091 0 -1 4202560 14102 0 0 0 130 3 0 0 20 0 22 0 29072458 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631018068664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1304] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1304/stat : 1304 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631017016312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1305] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1305/stat : 1305 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631015963976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1306] ppid=1284 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/1287/task/1306/stat : 1306 (java) R 1284 1287 30091 0 -1 4202560 31 0 0 0 278 0 0 0 20 0 22 0 29072475 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631014907936 140631071128598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1307] ppid=1284 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/1287/task/1307/stat : 1307 (java) R 1284 1287 30091 0 -1 4202560 164 0 0 0 275 4 0 0 20 0 22 0 29072475 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631013854176 140631070888615 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1308] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1308/stat : 1308 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072476 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631012803624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1309] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1309/stat : 1309 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29072476 10060525568 83417 33554432000 1073741824 1073778376 140736338746480 140631011751080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 3.03 3.09 3.48 4/218 1312
/proc/meminfo: memFree=27932560/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=14.42 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 28701 0 1 0 1421 21 0 0 20 0 22 0 29072452 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 150006 2283 9 0 2446860 0
[pid=1287/tid=1289] ppid=1284 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/1287/task/1289/stat : 1289 (java) S 1284 1287 30091 0 -1 4202560 2420 0 1 0 20 0 0 0 20 0 22 0 29072453 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631199146872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1287/task/1290/stat : 1290 (java) S 1284 1287 30091 0 -1 4202560 30 0 0 0 1 2 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631042898088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1291] ppid=1284 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1287/task/1291/stat : 1291 (java) S 1284 1287 30091 0 -1 4202560 62 0 0 0 1 1 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631041845544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1292] ppid=1284 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1287/task/1292/stat : 1292 (java) S 1284 1287 30091 0 -1 4202560 48 0 0 0 1 0 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631040793000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1293] ppid=1284 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1287/task/1293/stat : 1293 (java) S 1284 1287 30091 0 -1 4202560 59 0 0 0 1 0 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631039740456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1294] ppid=1284 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1287/task/1294/stat : 1294 (java) S 1284 1287 30091 0 -1 4202560 59 0 0 0 2 0 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631038687912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1295] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1295/stat : 1295 (java) S 1284 1287 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631037635368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1296] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29072454 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29072455 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29072458 10060525568 150006 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=1.18 cores=0,2,4,6

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

/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 402 0 0 0 141 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 360 0 0 0 138 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 1430 0 0 0 147 17 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/1287/task/1302/stat : 1302 (java) S 1284 1287 30091 0 -1 4202560 13702 0 0 0 206 2 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631019121208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1303] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1303/stat : 1303 (java) S 1284 1287 30091 0 -1 4202560 14930 0 0 0 161 3 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631018068664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1304] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1304/stat : 1304 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631017016312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1305] ppid=1284 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1287/task/1305/stat : 1305 (java) S 1284 1287 30091 0 -1 4202560 30 0 0 0 8 11 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631015963976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1309] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1309/stat : 1309 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29072476 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631011751080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1057.44
Current children cumulated vsize (KiB) 9824732

[startup+529.208 s]
/proc/loadavg: 3.16 3.23 3.37 3/215 1336
/proc/meminfo: memFree=26469968/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=1057.84 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 40505 0 1 0 105637 147 0 0 20 0 19 0 29072452 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 518974 2293 9 0 2446860 0
[pid=1287/tid=1289] ppid=1284 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/1287/task/1289/stat : 1289 (java) R 1284 1287 30091 0 -1 4202560 2431 0 1 0 236 2 0 0 20 0 19 0 29072453 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631199144496 140631071610561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/1287/task/1290/stat : 1290 (java) S 1284 1287 30091 0 -1 4202560 287 0 0 0 136 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631042898088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1291] ppid=1284 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/1287/task/1291/stat : 1291 (java) S 1284 1287 30091 0 -1 4202560 346 0 0 0 137 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631041845544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1292] ppid=1284 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/1287/task/1292/stat : 1292 (java) S 1284 1287 30091 0 -1 4202560 354 0 0 0 136 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631040793000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1293] ppid=1284 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/1287/task/1293/stat : 1293 (java) S 1284 1287 30091 0 -1 4202560 386 0 0 0 143 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631039740456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1294] ppid=1284 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/1287/task/1294/stat : 1294 (java) S 1284 1287 30091 0 -1 4202560 529 0 0 0 153 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631038687912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1295] ppid=1284 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/1287/task/1295/stat : 1295 (java) S 1284 1287 30091 0 -1 4202560 362 0 0 0 146 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631037635368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1296] ppid=1284 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 402 0 0 0 141 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 360 0 0 0 138 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 1430 0 0 0 147 17 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/1287/task/1302/stat : 1302 (java) S 1284 1287 30091 0 -1 4202560 13702 0 0 0 206 2 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631019121208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1303] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1303/stat : 1303 (java) S 1284 1287 30091 0 -1 4202560 14930 0 0 0 161 3 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631018068664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1304] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1304/stat : 1304 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631017016312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1305] ppid=1284 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1287/task/1305/stat : 1305 (java) S 1284 1287 30091 0 -1 4202560 30 0 0 0 8 11 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631015963976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1309] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1309/stat : 1309 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29072476 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631011751080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1057.84
Current children cumulated vsize (KiB) 9824732

[startup+529.401 s]
/proc/loadavg: 3.16 3.23 3.37 3/215 1336
/proc/meminfo: memFree=26469968/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=1058.04 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 40505 0 1 0 105657 147 0 0 20 0 19 0 29072452 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 518974 2293 9 0 2446860 0
[pid=1287/tid=1289] ppid=1284 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/1287/task/1289/stat : 1289 (java) R 1284 1287 30091 0 -1 4202560 2431 0 1 0 255 2 0 0 20 0 19 0 29072453 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631199144496 140631071610630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/1287/task/1290/stat : 1290 (java) S 1284 1287 30091 0 -1 4202560 287 0 0 0 136 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631042898088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1291] ppid=1284 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/1287/task/1291/stat : 1291 (java) S 1284 1287 30091 0 -1 4202560 346 0 0 0 137 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631041845544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1292] ppid=1284 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/1287/task/1292/stat : 1292 (java) S 1284 1287 30091 0 -1 4202560 354 0 0 0 136 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631040793000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1293] ppid=1284 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/1287/task/1293/stat : 1293 (java) S 1284 1287 30091 0 -1 4202560 386 0 0 0 143 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631039740456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1294] ppid=1284 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/1287/task/1294/stat : 1294 (java) S 1284 1287 30091 0 -1 4202560 529 0 0 0 153 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631038687912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1295] ppid=1284 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/1287/task/1295/stat : 1295 (java) S 1284 1287 30091 0 -1 4202560 362 0 0 0 146 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631037635368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1296] ppid=1284 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 402 0 0 0 141 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 360 0 0 0 138 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 1430 0 0 0 147 17 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/1287/task/1302/stat : 1302 (java) S 1284 1287 30091 0 -1 4202560 13702 0 0 0 206 2 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631019121208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1303] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1303/stat : 1303 (java) S 1284 1287 30091 0 -1 4202560 14930 0 0 0 161 3 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631018068664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1304] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1304/stat : 1304 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631017016312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1305] ppid=1284 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1287/task/1305/stat : 1305 (java) S 1284 1287 30091 0 -1 4202560 30 0 0 0 8 11 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631015963976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1309] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1309/stat : 1309 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29072476 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631011751080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1058.04
Current children cumulated vsize (KiB) 9824732

[startup+529.501 s]
/proc/loadavg: 3.16 3.23 3.37 3/215 1336
/proc/meminfo: memFree=26469968/32872528 swapFree=1556504/1720024
[pid=1287] ppid=1284 vsize=9824732 CPUtime=1058.14 cores=0,2,4,6
/proc/1287/stat : 1287 (java) S 1284 1287 30091 0 -1 4202496 40505 0 1 0 105667 147 0 0 20 0 19 0 29072452 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140736338737616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1287/statm: 2456183 518974 2293 9 0 2446860 0
[pid=1287/tid=1289] ppid=1284 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/1287/task/1289/stat : 1289 (java) R 1284 1287 30091 0 -1 4202560 2431 0 1 0 265 2 0 0 20 0 19 0 29072453 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631199144496 140631070742454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1290] ppid=1284 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/1287/task/1290/stat : 1290 (java) S 1284 1287 30091 0 -1 4202560 287 0 0 0 136 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631042898088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1291] ppid=1284 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/1287/task/1291/stat : 1291 (java) S 1284 1287 30091 0 -1 4202560 346 0 0 0 137 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631041845544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1292] ppid=1284 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/1287/task/1292/stat : 1292 (java) S 1284 1287 30091 0 -1 4202560 354 0 0 0 136 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631040793000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1293] ppid=1284 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/1287/task/1293/stat : 1293 (java) S 1284 1287 30091 0 -1 4202560 386 0 0 0 143 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631039740456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1294] ppid=1284 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/1287/task/1294/stat : 1294 (java) S 1284 1287 30091 0 -1 4202560 529 0 0 0 153 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631038687912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1295] ppid=1284 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/1287/task/1295/stat : 1295 (java) S 1284 1287 30091 0 -1 4202560 362 0 0 0 146 7 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631037635368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1296] ppid=1284 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/1287/task/1296/stat : 1296 (java) S 1284 1287 30091 0 -1 4202560 402 0 0 0 141 6 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631036582824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1297] ppid=1284 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/1287/task/1297/stat : 1297 (java) S 1284 1287 30091 0 -1 4202560 360 0 0 0 138 8 0 0 20 0 19 0 29072454 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631035530280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1298] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1298/stat : 1298 (java) S 1284 1287 30091 0 -1 4202560 1430 0 0 0 147 17 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631023331432 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1299] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1299/stat : 1299 (java) S 1284 1287 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631022277752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1300] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1300/stat : 1300 (java) S 1284 1287 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29072455 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631021225096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1287/tid=1301] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1301/stat : 1301 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631020173840 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1302] ppid=1284 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/1287/task/1302/stat : 1302 (java) S 1284 1287 30091 0 -1 4202560 13702 0 0 0 206 2 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631019121208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1303] ppid=1284 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/1287/task/1303/stat : 1303 (java) S 1284 1287 30091 0 -1 4202560 14930 0 0 0 161 3 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631018068664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1287/tid=1304] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1304/stat : 1304 (java) S 1284 1287 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631017016312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1287/tid=1305] ppid=1284 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1287/task/1305/stat : 1305 (java) S 1284 1287 30091 0 -1 4202560 30 0 0 0 8 11 0 0 20 0 19 0 29072458 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631015963976 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1287/tid=1309] ppid=1284 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1287/task/1309/stat : 1309 (java) S 1284 1287 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29072476 10060525568 518974 33554432000 1073741824 1073778376 140736338746480 140631011751080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1058.14
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.19995
#  lost CPU user time (s): 2.34998
#  lost CPU system time (s): -0.15

Real time (s): 529.569
CPU time (s): 1060.62
CPU user time (s): 1059.1
CPU system time (s): 1.52174
CPU usage (%): 200.28
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1056.75
system time used= 1.67175
maximum resident set size= 2193584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19252
involuntary context switches= 27199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67644 second user time and 4.94725 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 19:17:18
IDJOB=4106287
IDBENCH=48003
IDSOLVER=2543
FILE ID=node117/4106287-1466270238
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
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=487-P1=127-P2=347-P3=419-P4=367-P5=149-P6=419-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106287-1466270238/watcher-4106287-1466270238 -o /tmp/evaluation-result-4106287-1466270238/solver-4106287-1466270238 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106287-1466270238.opb

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

MD5SUM BENCH= 79cf27053836a1888aee43ca3805fcdd
RANDOM SEED=351706978

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        28512576 kB
Buffers:          135904 kB
Cached:           318244 kB
SwapCached:            0 kB
Active:          1522032 kB
Inactive:         354564 kB
Active(anon):    1414648 kB
Inactive(anon):    10636 kB
Active(file):     107384 kB
Inactive(file):   343928 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:            12 kB
AnonPages:       3144612 kB
Mapped:            21016 kB
Shmem:               204 kB
Slab:             621664 kB
SReclaimable:      65224 kB
SUnreclaim:       556440 kB
KernelStack:        1728 kB
PageTables:        10748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3419536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1564672 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 node117 at 2016-06-18 19:26:08