Trace number 4106042

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 Resolution PB16OPT3 891.76 888.334

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=293-P1=97-P2=163-P3=149-P4=163-P5=457-P6=521-P7=173-P8=431-P9=419-B.opb
MD5SUM3e0f07488272e35b9b674c3d7ccbd7e8
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.216966
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 variables243
Total number of constraints19
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 constraints19
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)729
Sum of products size (including duplicates)1458
Number of different products729
Sum of products size1458

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106042-1466269425.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.26/0.20	c ... done. Wall clock time 0.097s.
0.26/0.20	c declared #vars     243
0.26/0.20	c internal #vars     972
0.26/0.20	c #constraints  1486
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 729
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 757
0.26/0.20	c 1486 constraints processed.
0.26/0.20	c objective function length is 9 literals
1.02/0.71	c cleaning 2499 clauses out of 5001 with flag 10151/5001
1.79/1.26	c cleaning 4249 clauses out of 8502 with flag 22365/11001
2.39/1.86	c cleaning 5622 clauses out of 11252 with flag 36552/18000
3.30/2.71	c cleaning 6807 clauses out of 13631 with flag 52705/26001
4.23/3.63	c cleaning 7910 clauses out of 15823 with flag 71045/35000
5.53/4.93	c cleaning 8948 clauses out of 17914 with flag 91319/45001
7.13/6.56	c cleaning 9975 clauses out of 19967 with flag 113573/56002
9.03/8.44	c cleaning 10987 clauses out of 21991 with flag 137929/68001
11.33/10.76	c cleaning 11993 clauses out of 24004 with flag 164469/81001
13.73/13.18	c cleaning 12998 clauses out of 26011 with flag 192738/95001
14.99/14.31	c cleaning 14004 clauses out of 28012 with flag 224725/110000
16.77/16.04	c cleaning 14999 clauses out of 30009 with flag 262552/126001
18.60/17.43	c cleaning 16000 clauses out of 32010 with flag 299990/143001
19.91/18.71	c cleaning 16990 clauses out of 34009 with flag 336632/161000
22.70/21.55	c cleaning 18004 clauses out of 36019 with flag 378040/180000
25.10/23.92	c cleaning 18997 clauses out of 38015 with flag 420776/200000
27.61/26.43	c cleaning 20001 clauses out of 40019 with flag 467555/221001
30.41/29.21	c cleaning 20995 clauses out of 42017 with flag 516096/243000
30.61/29.44	c SATISFIABLE
30.61/29.44	c OPTIMIZING...
30.61/29.44	c Got one! Elapsed wall clock time (in seconds):29.339
30.61/29.44	o 65
30.91/29.72	c cleaning 13111 clauses out of 26225 with flag 5135/248203
31.21/30.07	c cleaning 9542 clauses out of 19115 with flag 18028/254204
31.61/30.45	c cleaning 8276 clauses out of 16574 with flag 32378/261205
32.31/31.13	c cleaning 8137 clauses out of 16297 with flag 49659/269204
33.11/31.97	c cleaning 8568 clauses out of 17159 with flag 68638/278203
34.00/32.85	c cleaning 9285 clauses out of 18591 with flag 91424/288203
34.92/33.73	c cleaning 10144 clauses out of 20306 with flag 115455/299203
36.02/34.86	c cleaning 11067 clauses out of 22162 with flag 141285/311203
36.92/35.79	c cleaning 12033 clauses out of 24095 with flag 169797/324203
38.12/36.92	c cleaning 13019 clauses out of 26063 with flag 201122/338204
39.12/37.90	c cleaning 14016 clauses out of 28043 with flag 232960/353203
40.66/39.40	c cleaning 14996 clauses out of 30028 with flag 267964/369204
41.92/40.69	c cleaning 16011 clauses out of 32032 with flag 304155/386204
43.82/42.51	c cleaning 16996 clauses out of 34021 with flag 344325/404204
44.92/43.69	c cleaning 17994 clauses out of 36025 with flag 385951/423204
47.12/45.82	c cleaning 19003 clauses out of 38030 with flag 431311/443203
49.02/47.77	c cleaning 20010 clauses out of 40027 with flag 477197/464203
51.23/49.96	c cleaning 20999 clauses out of 42016 with flag 524199/486203
53.43/52.18	c cleaning 21999 clauses out of 44017 with flag 572663/509203
57.43/56.17	c cleaning 23009 clauses out of 46018 with flag 622620/533203
61.42/60.12	c cleaning 23994 clauses out of 48009 with flag 674183/558203
64.03/62.74	c cleaning 25004 clauses out of 50015 with flag 729866/584203
66.23/64.96	c cleaning 25997 clauses out of 52012 with flag 787791/611204
68.82/67.51	c cleaning 27004 clauses out of 54015 with flag 846977/639204
71.79/70.48	c cleaning 27993 clauses out of 56010 with flag 909687/668203
73.58/72.24	c Got one! Elapsed wall clock time (in seconds):72.136
73.58/72.24	o 23
73.99/72.67	c cleaning 29057 clauses out of 58127 with flag 10813/698313
74.38/73.04	c cleaning 17534 clauses out of 35071 with flag 24362/704314
74.88/73.58	c cleaning 12259 clauses out of 24536 with flag 39779/711313
75.28/73.99	c cleaning 10133 clauses out of 20277 with flag 56892/719313
75.58/74.20	c Got one! Elapsed wall clock time (in seconds):74.096
75.58/74.20	o 11
75.78/74.45	c cleaning 10100 clauses out of 20227 with flag 10682/729396
76.19/74.87	c cleaning 8051 clauses out of 16127 with flag 23639/735396
76.58/75.25	c cleaning 7517 clauses out of 15076 with flag 39309/742396
76.68/75.34	c Got one! Elapsed wall clock time (in seconds):75.236
76.68/75.34	o 9
76.88/75.55	c cleaning 6606 clauses out of 13226 with flag 6731/748063
77.18/75.82	c cleaning 6305 clauses out of 12619 with flag 19299/754062
77.58/76.25	c cleaning 6645 clauses out of 13314 with flag 34509/761062
77.98/76.61	c cleaning 7331 clauses out of 14670 with flag 51410/769063
78.58/77.27	c cleaning 8159 clauses out of 16339 with flag 71023/778063
79.08/77.78	c cleaning 9086 clauses out of 18181 with flag 93641/788064
80.08/78.78	c cleaning 10035 clauses out of 20094 with flag 121641/799063
80.88/79.55	c cleaning 11025 clauses out of 22059 with flag 147673/811063
82.38/81.01	c cleaning 11994 clauses out of 24034 with flag 174762/824063
82.98/81.68	c cleaning 13015 clauses out of 26040 with flag 204972/838063
83.91/82.58	c cleaning 13995 clauses out of 28024 with flag 237302/853062
85.20/83.84	c cleaning 15004 clauses out of 30031 with flag 270837/869064
85.80/84.40	c Got one! Elapsed wall clock time (in seconds):84.296
85.80/84.40	o 7
86.51/85.10	c cleaning 15058 clauses out of 30124 with flag 10825/884161
86.91/85.54	c cleaning 10514 clauses out of 21066 with flag 24071/890161
87.41/86.01	c cleaning 8772 clauses out of 17553 with flag 40260/897162
87.81/86.47	c cleaning 8376 clauses out of 16780 with flag 57449/905161
88.32/86.94	c cleaning 8686 clauses out of 17405 with flag 76691/914162
89.42/88.08	c cleaning 9356 clauses out of 18718 with flag 97645/924161
90.31/88.93	c cleaning 10159 clauses out of 20362 with flag 121428/935161
91.31/89.94	c cleaning 11092 clauses out of 22203 with flag 147448/947161
91.91/90.57	c cleaning 12037 clauses out of 24111 with flag 175283/960161
93.01/91.61	c cleaning 13029 clauses out of 26074 with flag 205102/974161
94.31/92.96	c cleaning 14019 clauses out of 28047 with flag 237904/989163
95.74/94.39	c cleaning 15007 clauses out of 30027 with flag 271651/1005162
97.04/95.70	c cleaning 16003 clauses out of 32019 with flag 310005/1022161
99.14/97.74	c cleaning 16999 clauses out of 34017 with flag 348924/1040162
100.74/99.39	c cleaning 17996 clauses out of 36017 with flag 390632/1059161
101.65/100.23	c Got one! Elapsed wall clock time (in seconds):100.129
101.65/100.23	o 3
101.94/100.57	c cleaning 16159 clauses out of 32336 with flag 12531/1073476
102.44/101.00	c cleaning 11085 clauses out of 22177 with flag 26851/1079476
102.75/101.39	c cleaning 9026 clauses out of 18093 with flag 42140/1086477
103.24/101.84	c cleaning 8517 clauses out of 17065 with flag 59610/1094475
103.75/102.36	c cleaning 8770 clauses out of 17548 with flag 78615/1103475
104.24/102.83	c cleaning 9385 clauses out of 18778 with flag 101648/1113475
104.95/103.55	c cleaning 10192 clauses out of 20394 with flag 124730/1124476
105.64/104.26	c cleaning 11088 clauses out of 22201 with flag 151987/1136475
106.44/105.01	c cleaning 12042 clauses out of 24113 with flag 182128/1149475
107.54/106.13	c cleaning 13026 clauses out of 26073 with flag 213203/1163477
108.74/107.34	c cleaning 14020 clauses out of 28047 with flag 248971/1178477
109.74/108.36	c cleaning 14992 clauses out of 30026 with flag 285551/1194476
111.34/109.91	c cleaning 15999 clauses out of 32034 with flag 319852/1211476
112.84/111.48	c cleaning 17010 clauses out of 34035 with flag 356485/1229476
114.14/112.77	c cleaning 18009 clauses out of 36024 with flag 397379/1248475
115.54/114.18	c cleaning 18997 clauses out of 38016 with flag 441396/1268476
117.24/115.82	c cleaning 20001 clauses out of 40019 with flag 487676/1289476
119.54/118.11	c cleaning 21000 clauses out of 42017 with flag 537084/1311475
121.14/119.77	c cleaning 22002 clauses out of 44018 with flag 588641/1334476
122.86/121.42	c cleaning 22993 clauses out of 46016 with flag 640305/1358476
124.86/123.42	c cleaning 24005 clauses out of 48023 with flag 696694/1383476
127.06/125.63	c cleaning 25004 clauses out of 50018 with flag 752019/1409476
130.16/128.73	c cleaning 25998 clauses out of 52016 with flag 809710/1436478
135.06/133.70	c cleaning 26997 clauses out of 54015 with flag 869818/1464475
142.47/141.01	c cleaning 28002 clauses out of 56019 with flag 930512/1493476
148.07/146.60	c cleaning 29000 clauses out of 58016 with flag 994080/1523475
151.67/150.28	c cleaning 30007 clauses out of 60017 with flag 1060435/1554476
155.37/153.90	c cleaning 30993 clauses out of 62009 with flag 1131868/1586476
158.87/157.47	c cleaning 31998 clauses out of 64015 with flag 1203572/1619475
162.77/161.31	c cleaning 32990 clauses out of 66017 with flag 1278540/1653475
166.73/165.20	c cleaning 33989 clauses out of 68027 with flag 1366994/1688475
171.23/169.72	c cleaning 35007 clauses out of 70039 with flag 1448305/1724476
178.33/176.80	c cleaning 36013 clauses out of 72032 with flag 1527285/1761476
183.74/182.26	c cleaning 36996 clauses out of 74018 with flag 1610924/1799475
188.23/186.73	c cleaning 38006 clauses out of 76022 with flag 1697956/1838475
193.04/191.54	c cleaning 39001 clauses out of 78016 with flag 1786954/1878475
198.13/196.66	c cleaning 39991 clauses out of 80015 with flag 1883745/1919475
202.63/201.11	c cleaning 41005 clauses out of 82024 with flag 1983044/1961475
207.63/206.14	c cleaning 41995 clauses out of 84019 with flag 2080151/2004475
213.34/211.77	c cleaning 43002 clauses out of 86024 with flag 2179978/2048475
219.33/217.75	c cleaning 44003 clauses out of 88023 with flag 2279044/2093476
225.04/223.49	c cleaning 44997 clauses out of 90020 with flag 2385933/2139476
231.94/230.32	c cleaning 46003 clauses out of 92022 with flag 2491969/2186475
237.94/236.34	c cleaning 47006 clauses out of 94019 with flag 2597905/2234475
247.34/245.80	c cleaning 47994 clauses out of 96014 with flag 2703726/2283476
254.56/252.80	c cleaning 49003 clauses out of 98020 with flag 2812481/2333477
260.06/258.34	c cleaning 49987 clauses out of 100015 with flag 2923477/2384475
266.97/265.22	c cleaning 51001 clauses out of 102028 with flag 3038596/2436475
275.06/273.37	c cleaning 51999 clauses out of 104029 with flag 3157107/2489477
283.96/282.22	c cleaning 53008 clauses out of 106029 with flag 3276459/2543476
294.96/293.21	c cleaning 54010 clauses out of 108020 with flag 3404500/2598475
304.36/302.45	c cleaning 54995 clauses out of 110010 with flag 3530364/2654475
311.07/309.17	c cleaning 55995 clauses out of 112015 with flag 3657892/2711475
319.16/317.29	c cleaning 57004 clauses out of 114021 with flag 3787825/2769476
331.15/329.24	c cleaning 57986 clauses out of 116016 with flag 3922109/2828475
340.27/338.21	c cleaning 59006 clauses out of 118030 with flag 4058294/2888475
346.97/344.91	c cleaning 59991 clauses out of 120025 with flag 4192420/2949476
355.37/353.31	c cleaning 61003 clauses out of 122033 with flag 4331049/3011475
367.42/365.30	c cleaning 62003 clauses out of 124029 with flag 4471169/3074475
377.67/375.46	c cleaning 63007 clauses out of 126027 with flag 4612596/3138476
386.66/384.43	c cleaning 63998 clauses out of 128020 with flag 4754324/3203476
398.06/395.84	c cleaning 64998 clauses out of 130021 with flag 4899343/3269475
409.16/406.91	c cleaning 65999 clauses out of 132024 with flag 5047787/3336476
419.42/417.06	c cleaning 66999 clauses out of 134024 with flag 5204106/3404475
429.41/427.05	c cleaning 68001 clauses out of 136025 with flag 5358205/3473475
439.61/437.29	c cleaning 69008 clauses out of 138025 with flag 5515209/3543476
449.70/447.28	c cleaning 70000 clauses out of 140016 with flag 5672159/3614475
461.50/459.02	c cleaning 70996 clauses out of 142017 with flag 5840486/3686476
474.60/472.18	c cleaning 71998 clauses out of 144021 with flag 5999226/3759476
490.74/488.17	c cleaning 73000 clauses out of 146021 with flag 6172059/3833475
503.44/500.81	c cleaning 74005 clauses out of 148022 with flag 6333414/3908476
517.75/515.15	c cleaning 74991 clauses out of 150016 with flag 6498097/3984475
532.17/529.40	c cleaning 76001 clauses out of 152026 with flag 6669505/4061476
546.97/544.23	c cleaning 77003 clauses out of 154024 with flag 6840543/4139475
560.27/557.59	c cleaning 78001 clauses out of 156023 with flag 7013199/4218477
573.78/570.97	c cleaning 79007 clauses out of 158019 with flag 7199686/4298475
589.98/587.16	c cleaning 79996 clauses out of 160012 with flag 7377835/4379476
603.98/601.15	c cleaning 81003 clauses out of 162016 with flag 7561919/4461476
617.86/614.94	c cleaning 81994 clauses out of 164012 with flag 7746670/4544475
635.75/632.86	c cleaning 83003 clauses out of 166018 with flag 7926478/4628476
654.45/651.41	c cleaning 83999 clauses out of 168015 with flag 8110703/4713476
674.16/671.14	c cleaning 85002 clauses out of 170015 with flag 8297501/4799475
692.56/689.55	c cleaning 85991 clauses out of 172013 with flag 8485396/4886475
712.11/709.05	c cleaning 87002 clauses out of 174023 with flag 8676824/4974476
731.61/728.53	c cleaning 88002 clauses out of 176022 with flag 8875259/5063477
751.91/748.70	c cleaning 89003 clauses out of 178018 with flag 9076457/5153475
776.12/772.97	c cleaning 89999 clauses out of 180015 with flag 9275342/5244475
802.83/799.67	c cleaning 91002 clauses out of 182017 with flag 9493642/5336476
840.83/837.56	c cleaning 92000 clauses out of 184014 with flag 9710202/5429475
880.24/876.96	c cleaning 93002 clauses out of 186010 with flag 9912004/5523475
891.76/888.32	c starts		: 8133
891.76/888.32	c conflicts		: 5570584
891.76/888.32	c decisions		: 6229723
891.76/888.32	c propagations		: 116537225
891.76/888.32	c inspects		: 17905925524
891.76/888.32	c shortcuts		: 0
891.76/888.32	c learnt literals	: 22
891.76/888.32	c learnt binary clauses	: 47
891.76/888.32	c learnt ternary clauses	: 104
891.76/888.32	c learnt constraints	: 5570561
891.76/888.32	c ignored constraints	: 0
891.76/888.32	c root simplifications	: 0
891.76/888.33	c removed literals (reason simplification)	: 0
891.76/888.33	c reason swapping (by a shorter reason)	: 0
891.76/888.33	c Calls to reduceDB	: 167
891.76/888.33	c Number of update (reduction) of LBD	: 161349
891.76/888.33	c Imported unit clauses	: 0
891.76/888.33	c number of reductions to clauses (during analyze)	: 0
891.76/888.33	c number of learned constraints concerned by reduction	: 0
891.76/888.33	c number of learning phase by resolution	: 0
891.76/888.33	c number of learning phase by cutting planes	: 0
891.76/888.33	c speed (assignments/second)	: 131217.43835031858
891.76/888.33	c non guided choices	47725
891.76/888.33	c learnt constraints type 
891.76/888.33	s OPTIMUM FOUND
891.76/888.33	c Found 6 solution(s)
891.76/888.33	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 x190 -x191 x192 -x193 -x194 x195 x196 x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 x208 x209 -x210 -x211 x212 -x213 x214 -x215 -x216 x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 x228 x229 x230 x231 -x232 -x233 -x234 x235 x236 -x237 -x238 x239 -x240 x241 -x242 -x243 
891.76/888.33	c objective function=3
891.76/888.33	c Total wall clock time (in seconds): 888.225

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-4106042-1466269425/watcher-4106042-1466269425 -o /tmp/evaluation-result-4106042-1466269425/solver-4106042-1466269425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106042-1466269425.opb 

pid=26403
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.28 2.22 2.18 3/194 26406
/proc/meminfo: memFree=27952568/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 28989115 98570240 977 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 24065 977 743 9 0 16771 0
[pid=26406/tid=26407] ppid=26403 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 28989115 98570240 978 33554432000 1073741824 1073778376 140735852895216 140395772026408 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 26406
/proc/meminfo: memFree=27952568/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 4537 0 1 0 10 1 0 0 20 0 18 0 28989115 9787879424 5663 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2389619 5663 2157 9 0 2380296 0
[pid=26406/tid=26407] ppid=26403 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 28989115 9787879424 5663 33554432000 1073741824 1073778376 140735852895216 140395772029856 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 26406
/proc/meminfo: memFree=27952568/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 4745 0 1 0 25 1 0 0 20 0 18 0 28989115 9787879424 6322 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2389619 6322 2214 9 0 2380296 0
[pid=26406/tid=26407] ppid=26403 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2455 0 1 0 17 0 0 0 20 0 18 0 28989115 9787879424 6322 33554432000 1073741824 1073778376 140735852895216 140395772029856 140395643786369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 26406
/proc/meminfo: memFree=27952568/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 6815 0 1 0 52 1 0 0 20 0 19 0 28989115 9856040960 7936 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 7936 2244 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2466 0 1 0 27 0 0 0 20 0 19 0 28989115 9856040960 7936 33554432000 1073741824 1073778376 140735852895216 140395772031616 140395775316821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700235 s]
/proc/loadavg: 2.28 2.22 2.18 3/194 26406
/proc/meminfo: memFree=27952568/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 6838 0 1 0 101 1 0 0 20 0 19 0 28989115 9856040960 8980 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 8980 2246 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2468 0 1 0 67 0 0 0 20 0 19 0 28989115 9856040960 8980 33554432000 1073741824 1073778376 140735852895216 140395772031368 140395643803472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.28 2.22 2.18 4/213 26425
/proc/meminfo: memFree=27908512/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 13642 0 1 0 207 2 0 0 20 0 19 0 28989115 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 13699 2256 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2471 0 1 0 146 1 0 0 20 0 19 0 28989115 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395772031528 140395644253832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26409] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26409/stat : 26409 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395616135464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26410] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26410/stat : 26410 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395615082664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26411] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26411/stat : 26411 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395614030376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26412] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26412/stat : 26412 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395612977576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26413] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26413/stat : 26413 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395611925288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26414] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26414/stat : 26414 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395610872488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26415] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26415/stat : 26415 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395609820200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26416] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26416/stat : 26416 (java) S 26403 26406 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395608767400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26417] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26417/stat : 26417 (java) S 26403 26406 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395596355816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 2291 0 0 0 21 0 0 0 20 0 19 0 28989120 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26406/task/26422/stat : 26422 (java) S 26403 26406 21988 0 -1 4202560 7608 0 0 0 36 1 0 0 20 0 19 0 28989120 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395591092792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26423] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26423/stat : 26423 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395590040696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26424] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26424/stat : 26424 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395588988104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26425] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26425/stat : 26425 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989135 9856040960 13699 33554432000 1073741824 1073778376 140735852895216 140395587834792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.34 2.23 2.19 4/213 26425
/proc/meminfo: memFree=27901872/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 13651 0 1 0 370 2 0 0 20 0 19 0 28989115 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 15752 2256 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2475 0 1 0 306 1 0 0 20 0 19 0 28989115 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395772022480 140395644267020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26409] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26409/stat : 26409 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395616135464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26410] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26410/stat : 26410 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395615082664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26411] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26411/stat : 26411 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395614030376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26412] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26412/stat : 26412 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395612977576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26413] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26413/stat : 26413 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395611925288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26414] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26414/stat : 26414 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395610872488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26415] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26415/stat : 26415 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395609820200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26416] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26416/stat : 26416 (java) S 26403 26406 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395608767400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26417] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26417/stat : 26417 (java) S 26403 26406 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395596355816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 2296 0 0 0 24 0 0 0 20 0 19 0 28989120 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26406/task/26422/stat : 26422 (java) S 26403 26406 21988 0 -1 4202560 7608 0 0 0 36 1 0 0 20 0 19 0 28989120 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395591092792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26423] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26423/stat : 26423 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395590040696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26424] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26424/stat : 26424 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395588988104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26425] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26425/stat : 26425 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989135 9856040960 15752 33554432000 1073741824 1073778376 140735852895216 140395587834792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.34 2.23 2.19 4/213 26425
/proc/meminfo: memFree=27877468/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=6.93 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 13659 0 1 0 690 3 0 0 20 0 19 0 28989115 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 18765 2257 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2482 0 1 0 625 1 0 0 20 0 19 0 28989115 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395772022464 140395644267020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26409] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26409/stat : 26409 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395616135464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26410] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26410/stat : 26410 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395615082664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26411] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26411/stat : 26411 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395614030376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26412] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26412/stat : 26412 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395612977576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26413] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26413/stat : 26413 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395611925288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26414] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26414/stat : 26414 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395610872488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26415] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26415/stat : 26415 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395609820200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26416] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26416/stat : 26416 (java) S 26403 26406 21988 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28989116 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395608767400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26417] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26417/stat : 26417 (java) S 26403 26406 21988 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395596355816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 2296 0 0 0 24 0 0 0 20 0 19 0 28989120 9856040960 18765 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=0.37 cores=1,3,5,7

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

[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 3303 0 0 0 38 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/26406/task/26422/stat : 26422 (java) S 26403 26406 21988 0 -1 4202560 12933 0 0 0 98 3 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395591092792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26423] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26423/stat : 26423 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395590040696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26424] ppid=26403 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26406/task/26424/stat : 26424 (java) S 26403 26406 21988 0 -1 4202560 52 0 0 0 10 12 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395588988104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26425] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26425/stat : 26425 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989135 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395587834792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 890.66
Current children cumulated vsize (KiB) 9625040

[startup+888.001 s]
/proc/loadavg: 2.17 2.22 2.18 3/213 26640
/proc/meminfo: memFree=29037120/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=891.46 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 22156 0 1 0 89079 67 0 0 20 0 19 0 28989115 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 124138 2281 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=884.84 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2558 0 1 0 88468 16 0 0 20 0 19 0 28989115 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395772030128 140395644267020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26409] ppid=26403 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26406/task/26409/stat : 26409 (java) S 26403 26406 21988 0 -1 4202560 363 0 0 0 26 6 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395616135464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26410] ppid=26403 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26406/task/26410/stat : 26410 (java) S 26403 26406 21988 0 -1 4202560 320 0 0 0 29 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395615082664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26411] ppid=26403 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26406/task/26411/stat : 26411 (java) S 26403 26406 21988 0 -1 4202560 135 0 0 0 26 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395614030376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26412] ppid=26403 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/26406/task/26412/stat : 26412 (java) S 26403 26406 21988 0 -1 4202560 229 0 0 0 31 8 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395612977576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26413] ppid=26403 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26406/task/26413/stat : 26413 (java) S 26403 26406 21988 0 -1 4202560 287 0 0 0 24 5 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395611925288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26414] ppid=26403 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26406/task/26414/stat : 26414 (java) S 26403 26406 21988 0 -1 4202560 225 0 0 0 24 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395610872488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26415] ppid=26403 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26406/task/26415/stat : 26415 (java) S 26403 26406 21988 0 -1 4202560 84 0 0 0 25 6 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395609820200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26416] ppid=26403 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26406/task/26416/stat : 26416 (java) S 26403 26406 21988 0 -1 4202560 290 0 0 0 25 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395608767400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26417] ppid=26403 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/26406/task/26417/stat : 26417 (java) S 26403 26406 21988 0 -1 4202560 119 0 0 0 12 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395596355816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 3303 0 0 0 38 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/26406/task/26422/stat : 26422 (java) S 26403 26406 21988 0 -1 4202560 12933 0 0 0 98 3 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395591092792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26423] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26423/stat : 26423 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395590040696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26424] ppid=26403 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26406/task/26424/stat : 26424 (java) S 26403 26406 21988 0 -1 4202560 52 0 0 0 10 12 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395588988104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26425] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26425/stat : 26425 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989135 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395587834792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 891.46
Current children cumulated vsize (KiB) 9625040

[startup+888.201 s]
/proc/loadavg: 2.17 2.22 2.18 3/213 26640
/proc/meminfo: memFree=29037120/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=891.66 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 22157 0 1 0 89099 67 0 0 20 0 19 0 28989115 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 124138 2281 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=885.04 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2558 0 1 0 88488 16 0 0 20 0 19 0 28989115 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395772030128 140395644330748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26409] ppid=26403 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26406/task/26409/stat : 26409 (java) S 26403 26406 21988 0 -1 4202560 363 0 0 0 26 6 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395616135464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26410] ppid=26403 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26406/task/26410/stat : 26410 (java) S 26403 26406 21988 0 -1 4202560 320 0 0 0 29 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395615082664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26411] ppid=26403 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26406/task/26411/stat : 26411 (java) S 26403 26406 21988 0 -1 4202560 135 0 0 0 26 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395614030376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26412] ppid=26403 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/26406/task/26412/stat : 26412 (java) S 26403 26406 21988 0 -1 4202560 229 0 0 0 31 8 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395612977576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26413] ppid=26403 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26406/task/26413/stat : 26413 (java) S 26403 26406 21988 0 -1 4202560 287 0 0 0 24 5 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395611925288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26414] ppid=26403 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26406/task/26414/stat : 26414 (java) S 26403 26406 21988 0 -1 4202560 225 0 0 0 24 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395610872488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26415] ppid=26403 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26406/task/26415/stat : 26415 (java) S 26403 26406 21988 0 -1 4202560 84 0 0 0 25 6 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395609820200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26416] ppid=26403 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26406/task/26416/stat : 26416 (java) S 26403 26406 21988 0 -1 4202560 290 0 0 0 25 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395608767400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26417] ppid=26403 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/26406/task/26417/stat : 26417 (java) S 26403 26406 21988 0 -1 4202560 119 0 0 0 12 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395596355816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 3303 0 0 0 38 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/26406/task/26422/stat : 26422 (java) S 26403 26406 21988 0 -1 4202560 12934 0 0 0 98 3 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395591092792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26423] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26423/stat : 26423 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395590040696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26424] ppid=26403 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26406/task/26424/stat : 26424 (java) S 26403 26406 21988 0 -1 4202560 52 0 0 0 10 12 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395588988104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26425] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26425/stat : 26425 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989135 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395587834792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 891.66
Current children cumulated vsize (KiB) 9625040

[startup+888.301 s]
/proc/loadavg: 2.17 2.22 2.18 3/213 26640
/proc/meminfo: memFree=29037120/32872528 swapFree=1542984/1696284
[pid=26406] ppid=26403 vsize=9625040 CPUtime=891.76 cores=1,3,5,7
/proc/26406/stat : 26406 (java) S 26403 26406 21988 0 -1 4202496 22157 0 1 0 89109 67 0 0 20 0 19 0 28989115 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140735852886352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26406/statm: 2406260 124138 2281 9 0 2396937 0
[pid=26406/tid=26407] ppid=26403 vsize=9625040 CPUtime=885.14 cores=1,3,5,7
/proc/26406/task/26407/stat : 26407 (java) R 26403 26406 21988 0 -1 4202560 2558 0 1 0 88498 16 0 0 20 0 19 0 28989115 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395772030128 140395644330752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26409] ppid=26403 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26406/task/26409/stat : 26409 (java) S 26403 26406 21988 0 -1 4202560 363 0 0 0 26 6 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395616135464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26410] ppid=26403 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26406/task/26410/stat : 26410 (java) S 26403 26406 21988 0 -1 4202560 320 0 0 0 29 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395615082664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26411] ppid=26403 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26406/task/26411/stat : 26411 (java) S 26403 26406 21988 0 -1 4202560 135 0 0 0 26 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395614030376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26412] ppid=26403 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/26406/task/26412/stat : 26412 (java) S 26403 26406 21988 0 -1 4202560 229 0 0 0 31 8 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395612977576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26413] ppid=26403 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26406/task/26413/stat : 26413 (java) S 26403 26406 21988 0 -1 4202560 287 0 0 0 24 5 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395611925288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26414] ppid=26403 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26406/task/26414/stat : 26414 (java) S 26403 26406 21988 0 -1 4202560 225 0 0 0 24 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395610872488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26415] ppid=26403 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26406/task/26415/stat : 26415 (java) S 26403 26406 21988 0 -1 4202560 84 0 0 0 25 6 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395609820200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26406/tid=26416] ppid=26403 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26406/task/26416/stat : 26416 (java) S 26403 26406 21988 0 -1 4202560 290 0 0 0 25 7 0 0 20 0 19 0 28989116 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395608767400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26417] ppid=26403 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/26406/task/26417/stat : 26417 (java) S 26403 26406 21988 0 -1 4202560 119 0 0 0 12 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395596355816 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26418] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26418/stat : 26418 (java) S 26403 26406 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395595301880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26419] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26419/stat : 26419 (java) S 26403 26406 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28989117 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395594249480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26420] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26420/stat : 26420 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395593197968 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26421] ppid=26403 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26406/task/26421/stat : 26421 (java) S 26403 26406 21988 0 -1 4202560 3303 0 0 0 38 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395592145592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26406/tid=26422] ppid=26403 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/26406/task/26422/stat : 26422 (java) S 26403 26406 21988 0 -1 4202560 12934 0 0 0 98 3 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395591092792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26423] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26423/stat : 26423 (java) S 26403 26406 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395590040696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26406/tid=26424] ppid=26403 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26406/task/26424/stat : 26424 (java) S 26403 26406 21988 0 -1 4202560 52 0 0 0 10 12 0 0 20 0 19 0 28989120 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395588988104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26406/tid=26425] ppid=26403 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26406/task/26425/stat : 26425 (java) S 26403 26406 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28989135 9856040960 124138 33554432000 1073741824 1073778376 140735852895216 140395587834792 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 891.76
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26406 and gives
#  childrusage.ru_utime.tv_sec=888
#  childrusage.ru_utime.tv_usec=815879
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=972852
# CPU time returned by wait4() is 889.789
# while last known CPU time is 891.76
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 888.334
CPU time (s): 891.76
CPU user time (s): 891.09
CPU system time (s): 0.67
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 888.816
system time used= 0.972852
maximum resident set size= 577140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22179
page faults= 1
swaps= 0
block input operations= 0
block output operations= 824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19507
involuntary context switches= 4873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.79942 second user time and 4.48832 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 19:03:45
IDJOB=4106042
IDBENCH=47903
IDSOLVER=2546
FILE ID=node125/4106042-1466269425
RUNJOBID= node125-1466240732-22005
PBS_JOBID= 19918195
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=293-P1=97-P2=163-P3=149-P4=163-P5=457-P6=521-P7=173-P8=431-P9=419-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106042-1466269425/watcher-4106042-1466269425 -o /tmp/evaluation-result-4106042-1466269425/solver-4106042-1466269425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106042-1466269425.opb

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

MD5SUM BENCH= 3e0f07488272e35b9b674c3d7ccbd7e8
RANDOM SEED=178539397

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        27953476 kB
Buffers:          139564 kB
Cached:           182548 kB
SwapCached:          688 kB
Active:          2239968 kB
Inactive:         239500 kB
Active(anon):    2158276 kB
Inactive(anon):     1040 kB
Active(file):      81692 kB
Inactive(file):   238460 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               628 kB
Writeback:             0 kB
AnonPages:       3891172 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             604596 kB
SReclaimable:      48048 kB
SUnreclaim:       556548 kB
KernelStack:        1760 kB
PageTables:        13208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3986872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2328576 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= 71744 MiB
End job on node125 at 2016-06-18 19:18:33