Trace number 4106242

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 1496.92 747.398

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
MD5SUMe808e428ddeed4827e7f6cc4dcf60aa4
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.160974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)567
Sum of products size (including duplicates)1134
Number of different products567
Sum of products size1134

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106242-1466269807.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.24/0.23	c ... done. Wall clock time 0.113s.
0.24/0.23	c declared #vars     189
0.24/0.23	c internal #vars     756
0.24/0.23	c #constraints  1156
0.24/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 589
0.24/0.23	c 1156 constraints processed.
0.24/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 589
0.24/0.23	c 1156 constraints processed.
0.24/0.23	c objective function length is 9 literals
2.58/0.81	c cleaning 2496 clauses out of 5000 with flag 10532/5000
4.49/1.37	c cleaning 4242 clauses out of 8505 with flag 22896/11001
5.63/1.87	c cleaning 5617 clauses out of 11262 with flag 37716/18000
6.04/2.00	c And the winner is solver0
6.06/2.23	c SATISFIABLE
6.06/2.23	c OPTIMIZING...
6.06/2.23	c Got one! Elapsed wall clock time (in seconds):2.118
6.06/2.23	o 207
6.20/2.39	c cleaning 5801 clauses out of 11610 with flag 6601/23965
6.83/2.67	c cleaning 5870 clauses out of 11808 with flag 19090/29964
7.87/3.10	c cleaning 6460 clauses out of 12938 with flag 34278/36964
8.52/3.47	c cleaning 7218 clauses out of 14478 with flag 50477/44964
9.70/4.04	c cleaning 8112 clauses out of 16261 with flag 69539/53965
11.92/5.12	c cleaning 9060 clauses out of 18149 with flag 90991/63965
14.56/6.42	c cleaning 10037 clauses out of 20088 with flag 114994/74964
15.98/7.17	c cleaning 11015 clauses out of 22051 with flag 141278/86964
18.09/8.03	c cleaning 11995 clauses out of 24036 with flag 169657/99964
21.12/9.34	c cleaning 13013 clauses out of 26042 with flag 199791/113965
22.34/9.94	c And the winner is solver0
22.43/10.23	c Got one! Elapsed wall clock time (in seconds):10.12
22.43/10.23	o 139
23.55/10.82	c cleaning 12202 clauses out of 24408 with flag 10899/125344
24.21/11.13	c cleaning 9089 clauses out of 18207 with flag 23865/131345
24.99/11.56	c cleaning 8048 clauses out of 16118 with flag 39889/138345
26.79/12.42	c cleaning 8025 clauses out of 16069 with flag 57598/146344
28.80/13.42	c cleaning 8521 clauses out of 17044 with flag 77330/155344
29.80/13.99	c cleaning 9255 clauses out of 18523 with flag 99135/165344
30.81/14.43	c And the winner is solver0
30.90/14.74	c Got one! Elapsed wall clock time (in seconds):14.622
30.90/14.74	o 11
31.61/15.15	c cleaning 10955 clauses out of 21917 with flag 11933/177993
32.66/15.60	c cleaning 8475 clauses out of 16963 with flag 24958/183994
33.86/16.29	c cleaning 7733 clauses out of 15489 with flag 40808/190995
35.46/17.07	c cleaning 7866 clauses out of 15755 with flag 58662/198994
37.06/17.83	c cleaning 8437 clauses out of 16888 with flag 79059/207993
38.66/18.70	c cleaning 9223 clauses out of 18452 with flag 101070/217994
40.71/19.66	c cleaning 10109 clauses out of 20228 with flag 125866/228993
43.11/20.88	c cleaning 11053 clauses out of 22119 with flag 155268/240993
45.31/21.92	c cleaning 12029 clauses out of 24067 with flag 185455/253994
47.93/23.21	c cleaning 13011 clauses out of 26038 with flag 217649/267994
50.91/24.77	c cleaning 14005 clauses out of 28026 with flag 250470/282993
53.52/26.09	c cleaning 15001 clauses out of 30021 with flag 285417/298993
58.58/28.50	c cleaning 16004 clauses out of 32021 with flag 328103/315994
61.78/30.13	c cleaning 17000 clauses out of 34017 with flag 370055/333994
64.98/31.79	c And the winner is solver0
65.21/32.24	c Got one! Elapsed wall clock time (in seconds):32.126
65.21/32.24	o 3
66.93/33.16	c cleaning 19169 clauses out of 38347 with flag 12658/355324
68.31/33.82	c cleaning 12575 clauses out of 25178 with flag 27961/361324
69.36/34.38	c cleaning 9795 clauses out of 19602 with flag 45743/368323
70.36/34.83	c cleaning 8891 clauses out of 17807 with flag 63954/376323
71.18/35.30	c cleaning 8958 clauses out of 17918 with flag 83293/385325
72.36/35.89	c cleaning 9454 clauses out of 18959 with flag 104489/395324
73.98/36.63	c cleaning 10245 clauses out of 20504 with flag 129496/406323
76.18/37.73	c cleaning 11103 clauses out of 22260 with flag 157547/418324
78.78/39.09	c cleaning 12067 clauses out of 24156 with flag 188138/431323
81.58/40.41	c cleaning 13035 clauses out of 26089 with flag 223334/445323
83.62/41.49	c cleaning 14017 clauses out of 28054 with flag 256269/460323
88.01/43.63	c cleaning 15006 clauses out of 30038 with flag 296079/476324
90.81/45.01	c cleaning 16009 clauses out of 32032 with flag 334045/493324
94.41/46.88	c cleaning 16996 clauses out of 34023 with flag 375350/511324
98.48/48.81	c cleaning 17997 clauses out of 36026 with flag 419196/530323
102.68/50.95	c cleaning 19001 clauses out of 38029 with flag 467947/550323
107.08/53.11	c cleaning 20010 clauses out of 40029 with flag 516235/571324
112.72/55.94	c cleaning 0 clauses out of 7507 with flag 0/7509
113.04/56.00	c cleaning 20991 clauses out of 42018 with flag 568257/593323
119.31/59.11	c cleaning 22002 clauses out of 44027 with flag 627067/616323
124.16/61.59	c cleaning 23000 clauses out of 46026 with flag 682055/640324
131.17/65.01	c cleaning 24000 clauses out of 48025 with flag 738785/665323
141.62/70.29	c cleaning 25005 clauses out of 50026 with flag 798070/691324
146.82/72.85	c cleaning 26000 clauses out of 52021 with flag 859072/718324
156.10/77.48	c cleaning 26999 clauses out of 54022 with flag 921877/746325
164.15/81.49	c cleaning 28005 clauses out of 56021 with flag 989999/775323
174.94/86.82	c cleaning 28982 clauses out of 58017 with flag 1057284/805324
183.59/91.15	c cleaning 30009 clauses out of 60035 with flag 1128072/836324
192.86/95.76	c cleaning 31010 clauses out of 62026 with flag 1206968/868324
208.32/103.42	c cleaning 32003 clauses out of 64015 with flag 1278144/901324
219.73/109.18	c cleaning 33000 clauses out of 66011 with flag 1353023/935323
231.01/114.79	c cleaning 34004 clauses out of 68011 with flag 1432369/970323
248.71/123.55	c cleaning 34986 clauses out of 70008 with flag 1512995/1006324
261.93/130.12	c cleaning 35992 clauses out of 72021 with flag 1596243/1043323
273.97/136.15	c cleaning 37001 clauses out of 74031 with flag 1679611/1081325
287.41/142.83	c cleaning 37992 clauses out of 76029 with flag 1770184/1120324
300.44/149.39	c cleaning 39006 clauses out of 78036 with flag 1859924/1160323
315.02/156.67	c cleaning 40012 clauses out of 80031 with flag 1952779/1201324
340.55/169.30	c cleaning 40999 clauses out of 82020 with flag 2047661/1243325
353.63/175.81	c cleaning 41998 clauses out of 84020 with flag 2147791/1286324
366.31/182.13	c cleaning 43005 clauses out of 86022 with flag 2248441/1330324
381.82/189.81	c cleaning 44000 clauses out of 88017 with flag 2350638/1375324
399.31/198.52	c cleaning 44999 clauses out of 90017 with flag 2461418/1421324
401.51/199.60	c cleaning 0 clauses out of 13504 with flag 0/13506
423.26/210.40	c cleaning 46000 clauses out of 92018 with flag 2564002/1468324
439.26/218.53	c cleaning 47005 clauses out of 94017 with flag 2672873/1516323
454.55/226.14	c cleaning 48001 clauses out of 96012 with flag 2782126/1565323
470.04/233.89	c cleaning 48998 clauses out of 98010 with flag 2895116/1615323
502.60/250.04	c cleaning 50000 clauses out of 100013 with flag 3008649/1666324
525.92/261.68	c cleaning 50995 clauses out of 102012 with flag 3129924/1718323
542.97/270.12	c cleaning 51997 clauses out of 104018 with flag 3255403/1771324
559.69/278.47	c cleaning 53009 clauses out of 106021 with flag 3376590/1825324
579.43/288.49	c cleaning 53997 clauses out of 108012 with flag 3503655/1880324
599.14/298.28	c cleaning 55000 clauses out of 110015 with flag 3630823/1936324
619.61/308.49	c cleaning 56006 clauses out of 112015 with flag 3776049/1993324
642.54/319.89	c cleaning 56997 clauses out of 114009 with flag 3911196/2051324
667.49/332.25	c cleaning 57999 clauses out of 116012 with flag 4047349/2110324
698.82/347.82	c cleaning 59004 clauses out of 118011 with flag 4188250/2170323
727.33/362.08	c cleaning 59992 clauses out of 120007 with flag 4328607/2231323
761.06/378.84	c cleaning 61000 clauses out of 122017 with flag 4467385/2293325
762.06/379.33	c cleaning 0 clauses out of 20504 with flag 0/20506
790.24/393.32	c cleaning 61994 clauses out of 124016 with flag 4609637/2356324
822.66/409.69	c cleaning 63005 clauses out of 126021 with flag 4753833/2420323
849.95/423.20	c cleaning 63993 clauses out of 128016 with flag 4897692/2485323
884.94/440.60	c cleaning 65000 clauses out of 130024 with flag 5045584/2551324
915.51/455.89	c cleaning 66001 clauses out of 132024 with flag 5203970/2618324
938.99/467.56	c cleaning 66998 clauses out of 134023 with flag 5358874/2686324
980.37/488.18	c cleaning 68003 clauses out of 136024 with flag 5513887/2755323
1032.42/514.08	c cleaning 69006 clauses out of 138020 with flag 5668031/2825323
1087.05/541.23	c cleaning 70001 clauses out of 140016 with flag 5826185/2896325
1142.96/569.35	c cleaning 71000 clauses out of 142014 with flag 5994445/2968324
1161.28/578.44	c cleaning 0 clauses out of 28505 with flag 0/28507
1185.99/590.71	c cleaning 72000 clauses out of 144013 with flag 6163934/3041323
1231.75/613.58	c cleaning 73000 clauses out of 146013 with flag 6336144/3115323
1305.41/650.25	c cleaning 74002 clauses out of 148013 with flag 6511226/3190323
1391.42/693.01	c cleaning 75002 clauses out of 150009 with flag 6687093/3266323
1479.01/736.65	c cleaning 75999 clauses out of 152006 with flag 6861131/3343324
1492.30/743.29	c And the winner is solver0
1496.41/747.38	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1496.41/747.38	c starts		: 7548
1496.41/747.38	c conflicts		: 3373017
1496.41/747.38	c decisions		: 3936171
1496.41/747.38	c propagations		: 74431436
1496.41/747.38	c inspects		: 11003857418
1496.41/747.38	c shortcuts		: 0
1496.41/747.38	c learnt literals	: 19
1496.41/747.38	c learnt binary clauses	: 62
1496.41/747.38	c learnt ternary clauses	: 127
1496.41/747.38	c learnt constraints	: 3372997
1496.41/747.38	c ignored constraints	: 0
1496.41/747.38	c root simplifications	: 0
1496.41/747.38	c removed literals (reason simplification)	: 10256616
1496.41/747.38	c reason swapping (by a shorter reason)	: 0
1496.41/747.38	c Calls to reduceDB	: 106
1496.41/747.38	c Number of update (reduction) of LBD	: 134017
1496.41/747.38	c Imported unit clauses	: 0
1496.41/747.38	c number of reductions to clauses (during analyze)	: 0
1496.41/747.38	c number of learned constraints concerned by reduction	: 0
1496.41/747.38	c number of learning phase by resolution	: 0
1496.41/747.38	c number of learning phase by cutting planes	: 0
1496.41/747.38	c speed (assignments/second)	: 99620.73913066754
1496.41/747.38	c non guided choices	25792
1496.41/747.38	c learnt constraints type 
1496.41/747.38	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1496.41/747.38	c starts		: 92
1496.41/747.38	c conflicts		: 32528
1496.41/747.38	c decisions		: 36354
1496.41/747.38	c propagations		: 518657
1496.41/747.38	c inspects		: 905112333
1496.41/747.38	c shortcuts		: 0
1496.41/747.38	c learnt literals	: 0
1496.41/747.38	c learnt binary clauses	: 0
1496.41/747.38	c learnt ternary clauses	: 0
1496.41/747.38	c learnt constraints	: 32526
1496.41/747.38	c ignored constraints	: 0
1496.41/747.38	c root simplifications	: 0
1496.41/747.38	c removed literals (reason simplification)	: 0
1496.41/747.38	c reason swapping (by a shorter reason)	: 0
1496.41/747.38	c Calls to reduceDB	: 4
1496.41/747.38	c Number of update (reduction) of LBD	: 0
1496.41/747.38	c Imported unit clauses	: 0
1496.41/747.38	c number of reductions to clauses (during analyze)	: 0
1496.41/747.38	c number of learned constraints concerned by reduction	: 0
1496.41/747.38	c number of learning phase by resolution	: 0
1496.41/747.38	c number of learning phase by cutting planes	: 0
1496.41/747.38	c speed (assignments/second)	: 725.2523981318343
1496.41/747.38	c non guided choices	1160
1496.41/747.38	c learnt constraints type 
1496.41/747.38	s OPTIMUM FOUND
1496.41/747.38	c Found 4 solution(s)
1496.41/747.38	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 x12 x13 -x14 x15 x16 x17 -x18 x19 x20 -x21 x22 x23 -x24 x25 x26 -x27 x28 x29 x30 -x31 x32 -x33 -x34 -x35 -x36 x37 x38 -x39 -x40 x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 x56 -x57 x58 x59 x60 x61 x62 -x63 x64 x65 x66 -x67 x68 x69 x70 -x71 x72 x73 x74 x75 -x76 -x77 -x78 x79 x80 -x81 x82 -x83 x84 x85 x86 x87 -x88 -x89 -x90 x91 x92 -x93 x94 x95 x96 x97 -x98 x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 x117 x118 x119 x120 -x121 -x122 x123 x124 x125 x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 x138 -x139 x140 -x141 x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 x173 x174 x175 x176 x177 x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 x186 x187 -x188 x189 
1496.41/747.38	c objective function=3
1496.41/747.38	c Total wall clock time (in seconds): 747.27

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

pid=7554
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: 2.97 3.18 3.41 3/197 7557
/proc/meminfo: memFree=29083404/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7557/stat : 7557 (java) R 7554 7557 3621 0 -1 4202496 1059 0 0 0 0 0 0 0 20 0 1 0 29027481 23793664 710 33554432000 1073741824 1073778376 140734554998016 140734554987080 214360438120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 5809 711 525 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.97 3.18 3.41 3/197 7557
/proc/meminfo: memFree=29083404/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 29027481 9787879424 6039 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.97 3.18 3.41 3/197 7557
/proc/meminfo: memFree=29083404/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 4638 0 1 0 23 1 0 0 20 0 18 0 29027481 9787879424 7206 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2389619 7206 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.97 3.18 3.41 3/197 7557
/proc/meminfo: memFree=29083404/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 7536 0 1 0 57 1 0 0 20 0 22 0 29027481 10060525568 11237 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 11237 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700205 s]
/proc/loadavg: 2.97 3.18 3.41 3/197 7557
/proc/meminfo: memFree=29083404/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 17543 0 1 0 215 3 0 0 20 0 22 0 29027481 10060525568 21718 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 21718 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.97 3.18 3.41 11/219 7579
/proc/meminfo: memFree=28918152/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=5.01 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 30380 0 1 0 492 9 0 0 20 0 22 0 29027481 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 47166 2278 9 0 2446860 0
[pid=7557/tid=7559] ppid=7554 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/7557/task/7559/stat : 7559 (java) S 7554 7557 3621 0 -1 4202560 2411 0 1 0 21 0 0 0 20 0 22 0 29027482 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458290959224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7560] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458252450216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7561] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458251397672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027486 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 12208 0 0 0 111 1 0 0 20 0 22 0 29027486 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14258 0 0 0 114 3 0 0 20 0 22 0 29027486 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027486 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7575/stat : 7575 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027487 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457637018696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7576] ppid=7554 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/7557/task/7576/stat : 7576 (java) R 7554 7557 3621 0 -1 4202560 23 0 0 0 118 0 0 0 20 0 22 0 29027505 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457635961456 140458130997130 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7577] ppid=7554 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/7557/task/7577/stat : 7577 (java) R 7554 7557 3621 0 -1 4202560 93 0 0 0 118 2 0 0 20 0 22 0 29027505 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457634909360 140458131564065 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7578] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7578/stat : 7578 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027505 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457633858344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7579] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7579/stat : 7579 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027505 10060525568 47166 33554432000 1073741824 1073778376 140734554998016 140457632805800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 2.97 3.18 3.41 2/216 7579
/proc/meminfo: memFree=28890568/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=7.87 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 30616 0 1 0 772 15 0 0 20 0 22 0 29027481 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 81596 2284 9 0 2446860 0
[pid=7557/tid=7559] ppid=7554 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/7557/task/7559/stat : 7559 (java) S 7554 7557 3621 0 -1 4202560 2411 0 1 0 21 0 0 0 20 0 22 0 29027482 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458290959224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7560] ppid=7554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458252450216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7561] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458251397672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027483 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027486 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 12216 0 0 0 119 2 0 0 20 0 22 0 29027486 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14258 0 0 0 116 3 0 0 20 0 22 0 29027486 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027486 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7575/stat : 7575 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027487 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457637018696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7579] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7579/stat : 7579 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29027505 10060525568 81596 33554432000 1073741824 1073778376 140734554998016 140457632805800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 2.97 3.18 3.40 4/219 7582
/proc/meminfo: memFree=28501052/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=14.36 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 31603 0 1 0 1413 23 0 0 20 0 22 0 29027481 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 151476 2284 9 0 2446860 0
[pid=7557/tid=7559] ppid=7554 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/7557/task/7559/stat : 7559 (java) S 7554 7557 3621 0 -1 4202560 2411 0 1 0 21 0 0 0 20 0 22 0 29027482 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458290959224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7560] ppid=7554 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 3621 0 -1 4202560 75 0 0 0 4 0 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458252450216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7561] ppid=7554 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 3621 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458251397672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 127 0 0 0 4 1 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 143 0 0 0 2 0 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 143 0 0 0 2 0 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 158 0 0 0 3 0 0 0 20 0 22 0 29027483 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29027484 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027486 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 12216 0 0 0 121 2 0 0 20 0 22 0 29027486 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14258 0 0 0 116 3 0 0 20 0 22 0 29027486 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29027486 10060525568 151476 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 207 8 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 569 0 0 0 199 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 648 0 0 0 200 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 203 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 387 0 0 0 196 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 620 0 0 0 208 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 1466 0 0 0 156 24 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 19242 0 0 0 215 4 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14271 0 0 0 131 3 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7557/task/7575/stat : 7575 (java) S 7554 7557 3621 0 -1 4202560 43 0 0 0 11 21 0 0 20 0 19 0 29027487 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457637018696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7579] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7579/stat : 7579 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29027505 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457632805800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1495.51
Current children cumulated vsize (KiB) 9824732

[startup+746.801 s]
/proc/loadavg: 4.11 3.90 3.62 4/216 7925
/proc/meminfo: memFree=26263288/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=1495.91 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 44863 0 1 0 149409 182 0 0 20 0 19 0 29027481 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 475921 2293 9 0 2446860 0
[pid=7557/tid=7559] ppid=7554 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 3621 0 -1 4202560 2422 0 1 0 337 3 0 0 20 0 19 0 29027482 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458290956848 140458131651761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7560] ppid=7554 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 3621 0 -1 4202560 428 0 0 0 194 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458252450216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7561] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 3621 0 -1 4202560 354 0 0 0 212 7 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458251397672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 207 8 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 569 0 0 0 199 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 648 0 0 0 200 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 203 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 387 0 0 0 196 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 620 0 0 0 208 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 1466 0 0 0 156 24 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 19242 0 0 0 215 4 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14271 0 0 0 131 3 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7557/task/7575/stat : 7575 (java) S 7554 7557 3621 0 -1 4202560 43 0 0 0 11 21 0 0 20 0 19 0 29027487 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457637018696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7579] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7579/stat : 7579 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29027505 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457632805800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1495.91
Current children cumulated vsize (KiB) 9824732

[startup+747.201 s]
/proc/loadavg: 4.11 3.90 3.62 5/216 7925
/proc/meminfo: memFree=26263164/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=1496.31 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 44864 0 1 0 149449 182 0 0 20 0 19 0 29027481 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 475921 2293 9 0 2446860 0
[pid=7557/tid=7559] ppid=7554 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 3621 0 -1 4202560 2423 0 1 0 377 3 0 0 20 0 19 0 29027482 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458290956848 140458131651856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7560] ppid=7554 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 3621 0 -1 4202560 428 0 0 0 194 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458252450216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7561] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 3621 0 -1 4202560 354 0 0 0 212 7 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458251397672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 207 8 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 569 0 0 0 199 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 648 0 0 0 200 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 203 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 387 0 0 0 196 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 620 0 0 0 208 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 1466 0 0 0 156 24 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 19242 0 0 0 215 4 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14271 0 0 0 131 3 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7557/task/7575/stat : 7575 (java) S 7554 7557 3621 0 -1 4202560 43 0 0 0 11 21 0 0 20 0 19 0 29027487 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457637018696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7579] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7579/stat : 7579 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29027505 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457632805800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1496.31
Current children cumulated vsize (KiB) 9824732

[startup+747.301 s]
/proc/loadavg: 4.11 3.90 3.62 5/216 7925
/proc/meminfo: memFree=26263164/32872528 swapFree=1286400/1433568
[pid=7557] ppid=7554 vsize=9824732 CPUtime=1496.41 cores=1,3,5,7
/proc/7557/stat : 7557 (java) S 7554 7557 3621 0 -1 4202496 44864 0 1 0 149459 182 0 0 20 0 19 0 29027481 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140734554989152 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7557/statm: 2456183 475921 2293 9 0 2446860 0
[pid=7557/tid=7559] ppid=7554 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 3621 0 -1 4202560 2423 0 1 0 387 3 0 0 20 0 19 0 29027482 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458290956848 140458131199926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7560] ppid=7554 vsize=9824732 CPUtime=2.03 cores=1,3,5,7
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 3621 0 -1 4202560 428 0 0 0 194 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458252450216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7561] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 3621 0 -1 4202560 354 0 0 0 212 7 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458251397672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7562] ppid=7554 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 207 8 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458250344616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7563] ppid=7554 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 3621 0 -1 4202560 569 0 0 0 199 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458130925864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7564] ppid=7554 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 3621 0 -1 4202560 648 0 0 0 200 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458129873832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7565] ppid=7554 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 3621 0 -1 4202560 526 0 0 0 203 10 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458128821288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7566] ppid=7554 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 3621 0 -1 4202560 387 0 0 0 196 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458127768232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7567] ppid=7554 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 3621 0 -1 4202560 620 0 0 0 208 9 0 0 20 0 19 0 29027483 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140458126715688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7557/tid=7568] ppid=7554 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 3621 0 -1 4202560 1466 0 0 0 156 24 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457644386664 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7569] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457643332984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7570] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29027484 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457642279816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7571] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457641228560 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7572] ppid=7554 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 3621 0 -1 4202560 19242 0 0 0 215 4 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457640176440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7557/tid=7573] ppid=7554 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 3621 0 -1 4202560 14271 0 0 0 131 3 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457639123896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7574] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7574/stat : 7574 (java) S 7554 7557 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29027486 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457638071032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7557/tid=7575] ppid=7554 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7557/task/7575/stat : 7575 (java) S 7554 7557 3621 0 -1 4202560 43 0 0 0 11 21 0 0 20 0 19 0 29027487 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457637018696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7557/tid=7579] ppid=7554 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7557/task/7579/stat : 7579 (java) S 7554 7557 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29027505 10060525568 475921 33554432000 1073741824 1073778376 140734554998016 140457632805800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1496.41
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 747.398
CPU time (s): 1496.92
CPU user time (s): 1494.81
CPU system time (s): 2.10068
CPU usage (%): 200.284
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1494.81
system time used= 2.10068
maximum resident set size= 2875528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44875
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25460
involuntary context switches= 34878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.84357 second user time and 3.69144 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 19:10:07
IDJOB=4106242
IDBENCH=47986
IDSOLVER=2543
FILE ID=node130/4106242-1466269807
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=137-P1=101-P2=5-P3=409-P4=419-P5=401-P6=61-P7=239-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106242-1466269807/watcher-4106242-1466269807 -o /tmp/evaluation-result-4106242-1466269807/solver-4106242-1466269807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106242-1466269807.opb

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

MD5SUM BENCH= e808e428ddeed4827e7f6cc4dcf60aa4
RANDOM SEED=1597399728

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29083940 kB
Buffers:           44520 kB
Cached:           166184 kB
SwapCached:         1876 kB
Active:          1456188 kB
Inactive:         159760 kB
Active(anon):    1405644 kB
Inactive(anon):     2212 kB
Active(file):      50544 kB
Inactive(file):   157548 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       2834260 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             601772 kB
SReclaimable:      44760 kB
SUnreclaim:       557012 kB
KernelStack:        1648 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2969956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1529856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-18 19:22:35