Trace number 4118254

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 PB16SAT (TO)-77 1800.08 1791.94

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament22.lin.opb
MD5SUM22fc3249fb568c4a11286475c418509d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-107
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables671
Total number of constraints880
Number of constraints which are clauses440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints440
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 602
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 652
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 652
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.12	c version PB16.v20160501
0.08/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.12	c java.vm.version	19.1-b02
0.08/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.12	c sun.arch.data.model	64
0.08/0.12	c java.version		1.6.0_24
0.08/0.12	c os.name		Linux
0.08/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.12	c os.arch		amd64
0.08/0.12	c Free memory 		501472288
0.08/0.12	c Max memory 		7480803328
0.08/0.12	c Total memory 		504102912
0.08/0.12	c Number of processors 	8
0.08/0.14	c Pseudo Boolean Optimization by upper bound
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.14	c No reason simplification
0.08/0.14	c Glucose 2.1 dynamic restart strategy
0.08/0.14	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.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.14	c --- End Solver configuration ---
0.08/0.15	c solving HOME/instance-4118254-1467226486.opb
0.08/0.15	c reading problem ... 
0.08/0.15	c  objective function found
0.19/0.25	c ... done. Wall clock time 0.105s.
0.19/0.25	c declared #vars     671
0.19/0.25	c #constraints  880
0.19/0.25	c constraints type 
0.19/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 440
0.19/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 440
0.19/0.25	c 880 constraints processed.
0.19/0.25	c objective function length is 602 literals
0.19/0.27	c SATISFIABLE
0.19/0.27	c OPTIMIZING...
0.19/0.27	c Got one! Elapsed wall clock time (in seconds):0.121
0.19/0.27	o -69
0.19/0.29	c Got one! Elapsed wall clock time (in seconds):0.144
0.19/0.29	o -70
0.36/0.30	c Got one! Elapsed wall clock time (in seconds):0.159
0.36/0.30	o -71
0.36/0.32	c Got one! Elapsed wall clock time (in seconds):0.178
0.36/0.32	o -72
1.05/0.62	c Got one! Elapsed wall clock time (in seconds):0.475
1.05/0.62	o -73
1.05/0.63	c Got one! Elapsed wall clock time (in seconds):0.483
1.05/0.63	o -74
1.31/0.87	c cleaning 2690 clauses out of 5390 with flag 6036/5390
1.81/1.25	c Got one! Elapsed wall clock time (in seconds):1.1
1.81/1.25	o -75
2.28/1.69	c cleaning 6479 clauses out of 12972 with flag 10020/15662
2.78/2.19	c cleaning 6241 clauses out of 12494 with flag 22046/21663
3.40/2.79	c cleaning 6620 clauses out of 13253 with flag 36063/28663
4.13/3.48	c cleaning 7308 clauses out of 14632 with flag 52083/36662
5.02/4.30	c cleaning 8156 clauses out of 16326 with flag 70136/45664
5.92/5.25	c cleaning 9076 clauses out of 18170 with flag 90175/55664
6.42/5.79	c Got one! Elapsed wall clock time (in seconds):5.642
6.42/5.79	o -76
7.04/6.39	c cleaning 10048 clauses out of 20115 with flag 10049/66685
7.64/6.97	c cleaning 8025 clauses out of 16067 with flag 22068/72685
8.34/7.60	c cleaning 7515 clauses out of 15042 with flag 36084/79685
8.94/8.29	c cleaning 7754 clauses out of 15527 with flag 52097/87685
9.74/9.09	c cleaning 8376 clauses out of 16772 with flag 70126/96684
10.64/10.00	c cleaning 9189 clauses out of 18396 with flag 90145/106684
11.78/11.08	c cleaning 10097 clauses out of 20208 with flag 112169/117685
13.08/12.32	c cleaning 11049 clauses out of 22110 with flag 136180/129684
14.38/13.63	c cleaning 12024 clauses out of 24061 with flag 162206/142684
15.78/15.09	c cleaning 13014 clauses out of 26037 with flag 190228/156684
17.48/16.75	c cleaning 14002 clauses out of 28023 with flag 220258/171684
19.37/18.64	c cleaning 15001 clauses out of 30021 with flag 252295/187684
21.47/20.70	c cleaning 16003 clauses out of 32020 with flag 286362/204684
23.57/22.87	c cleaning 17000 clauses out of 34017 with flag 322426/222684
26.02/25.29	c cleaning 18000 clauses out of 36018 with flag 360498/241685
28.72/27.98	c cleaning 18999 clauses out of 38018 with flag 400552/261685
31.63/30.87	c cleaning 20001 clauses out of 40020 with flag 442588/282686
34.72/33.99	c cleaning 21005 clauses out of 42017 with flag 486650/304684
38.23/37.41	c cleaning 21996 clauses out of 44012 with flag 532722/327684
42.06/41.27	c cleaning 23000 clauses out of 46017 with flag 580749/351685
46.07/45.26	c cleaning 24000 clauses out of 48016 with flag 630798/376684
50.47/49.68	c cleaning 25003 clauses out of 50016 with flag 682840/402684
55.46/54.63	c cleaning 25997 clauses out of 52014 with flag 736905/429685
60.98/60.07	c cleaning 26997 clauses out of 54016 with flag 792957/457684
66.58/65.64	c cleaning 27999 clauses out of 56020 with flag 851017/486685
72.49/71.54	c cleaning 29004 clauses out of 58020 with flag 911051/516684
78.69/77.70	c cleaning 30002 clauses out of 60016 with flag 973066/547684
85.59/84.56	c cleaning 30998 clauses out of 62014 with flag 1037144/579684
92.99/91.95	c cleaning 31999 clauses out of 64018 with flag 1103212/612686
100.39/99.34	c cleaning 33000 clauses out of 66018 with flag 1171251/646685
108.08/106.86	c cleaning 33998 clauses out of 68017 with flag 1241321/681684
116.28/115.05	c cleaning 34999 clauses out of 70019 with flag 1313389/717684
124.48/123.23	c cleaning 35995 clauses out of 72020 with flag 1387439/754684
133.30/131.98	c cleaning 37003 clauses out of 74025 with flag 1463502/792684
142.60/141.26	c cleaning 37999 clauses out of 76022 with flag 1541552/831684
152.76/151.26	c cleaning 39005 clauses out of 78025 with flag 1621626/871686
162.66/161.12	c cleaning 40002 clauses out of 80020 with flag 1703705/912686
173.90/172.23	c cleaning 40996 clauses out of 82016 with flag 1787785/954684
185.60/183.95	c cleaning 41999 clauses out of 84021 with flag 1873864/997685
198.09/196.34	c cleaning 43000 clauses out of 86021 with flag 1961959/1041684
212.10/210.25	c cleaning 44000 clauses out of 88021 with flag 2052126/1086684
226.20/224.36	c cleaning 45000 clauses out of 90021 with flag 2144213/1132684
240.08/238.18	c cleaning 46001 clauses out of 92021 with flag 2238320/1179684
255.22/253.28	c cleaning 46999 clauses out of 94021 with flag 2334416/1227685
270.82/268.72	c cleaning 48000 clauses out of 96022 with flag 2432545/1276685
285.89/283.79	c cleaning 49002 clauses out of 98021 with flag 2532682/1326684
301.79/299.67	c cleaning 49998 clauses out of 100019 with flag 2634811/1377684
318.75/316.52	c cleaning 51000 clauses out of 102023 with flag 2738960/1429686
334.36/332.08	c cleaning 52002 clauses out of 104022 with flag 2845068/1482685
351.53/349.13	c cleaning 53004 clauses out of 106020 with flag 2953168/1536685
367.89/365.47	c cleaning 53996 clauses out of 108015 with flag 3063238/1591684
385.21/382.74	c cleaning 54997 clauses out of 110020 with flag 3175301/1647685
402.75/400.27	c cleaning 55999 clauses out of 112023 with flag 3289392/1704685
422.59/420.04	c cleaning 57003 clauses out of 114023 with flag 3405528/1762684
443.02/440.42	c cleaning 58002 clauses out of 116022 with flag 3523686/1821686
465.88/463.27	c cleaning 58996 clauses out of 118018 with flag 3643796/1881684
490.52/487.84	c cleaning 60000 clauses out of 120023 with flag 3765934/1942685
515.84/513.01	c cleaning 61001 clauses out of 122023 with flag 3890079/2004685
544.02/541.10	c cleaning 61999 clauses out of 124022 with flag 4016271/2067685
568.97/566.01	c cleaning 63004 clauses out of 126023 with flag 4144515/2131685
594.60/591.52	c cleaning 63997 clauses out of 128018 with flag 4274772/2196684
620.27/617.15	c cleaning 65002 clauses out of 130021 with flag 4406973/2262684
647.11/643.95	c cleaning 66001 clauses out of 132020 with flag 4541234/2329685
677.12/673.82	c cleaning 67001 clauses out of 134019 with flag 4677441/2397685
708.07/704.77	c cleaning 67999 clauses out of 136019 with flag 4815662/2466686
739.87/736.46	c cleaning 69001 clauses out of 138018 with flag 4955854/2536684
776.06/772.56	c cleaning 69996 clauses out of 140017 with flag 5097978/2607684
813.01/809.43	c cleaning 70999 clauses out of 142022 with flag 5242074/2679685
850.10/846.41	c cleaning 72001 clauses out of 144022 with flag 5388142/2752684
889.47/885.74	c cleaning 73000 clauses out of 146022 with flag 5536286/2826685
930.70/926.84	c cleaning 73996 clauses out of 148022 with flag 5686454/2901685
972.78/968.86	c cleaning 74998 clauses out of 150026 with flag 5838581/2977685
1014.86/1010.76	c cleaning 75999 clauses out of 152028 with flag 5992691/3054685
1055.69/1051.47	c cleaning 77004 clauses out of 154029 with flag 6148799/3132685
1100.44/1096.05	c cleaning 78003 clauses out of 156024 with flag 6306884/3211684
1143.96/1139.46	c cleaning 79004 clauses out of 158022 with flag 6467016/3291685
1147.57/1143.02	c Got one! Elapsed wall clock time (in seconds):1142.874
1147.57/1143.02	o -77
1149.96/1145.43	c cleaning 47353 clauses out of 94717 with flag 10017/3307384
1151.29/1146.79	c cleaning 26676 clauses out of 53364 with flag 22037/3313384
1152.29/1147.78	c cleaning 16837 clauses out of 33688 with flag 36056/3320384
1153.29/1148.70	c cleaning 12418 clauses out of 24850 with flag 52082/3328383
1154.09/1149.60	c cleaning 10704 clauses out of 21432 with flag 70108/3337383
1155.12/1150.57	c cleaning 10355 clauses out of 20728 with flag 90146/3347383
1156.22/1151.64	c cleaning 10676 clauses out of 21374 with flag 112187/3358384
1157.42/1152.87	c cleaning 11343 clauses out of 22700 with flag 136227/3370386
1158.94/1154.30	c cleaning 12166 clauses out of 24355 with flag 162264/3383384
1160.54/1155.98	c cleaning 13081 clauses out of 26188 with flag 190286/3397383
1162.44/1157.84	c cleaning 14046 clauses out of 28107 with flag 220298/3412383
1164.34/1159.77	c cleaning 15022 clauses out of 30061 with flag 252347/3428383
1166.67/1162.02	c cleaning 16012 clauses out of 32041 with flag 286381/3445385
1169.07/1164.41	c cleaning 17003 clauses out of 34028 with flag 322428/3463384
1171.68/1167.10	c cleaning 18004 clauses out of 36025 with flag 360482/3482384
1174.59/1169.98	c cleaning 19002 clauses out of 38022 with flag 400539/3502385
1177.59/1172.98	c cleaning 19995 clauses out of 40018 with flag 442605/3523383
1181.14/1176.40	c cleaning 21000 clauses out of 42023 with flag 486672/3545383
1185.07/1180.31	c cleaning 22001 clauses out of 44023 with flag 532759/3568383
1189.30/1184.55	c cleaning 23001 clauses out of 46022 with flag 580846/3592383
1193.93/1189.20	c cleaning 23999 clauses out of 48021 with flag 630952/3617383
1199.06/1194.25	c cleaning 25004 clauses out of 50022 with flag 683000/3643383
1204.60/1199.77	c cleaning 26000 clauses out of 52019 with flag 737053/3670384
1210.62/1205.78	c cleaning 27001 clauses out of 54018 with flag 793123/3698383
1216.94/1212.02	c cleaning 27995 clauses out of 56017 with flag 851181/3727383
1224.07/1219.17	c cleaning 29000 clauses out of 58023 with flag 911256/3757384
1231.52/1226.58	c cleaning 30004 clauses out of 60022 with flag 973286/3788383
1239.43/1234.49	c cleaning 30999 clauses out of 62018 with flag 1037366/3820383
1248.06/1243.06	c cleaning 32001 clauses out of 64019 with flag 1103487/3853383
1257.90/1252.82	c cleaning 33003 clauses out of 66020 with flag 1171551/3887385
1267.93/1262.88	c cleaning 34000 clauses out of 68015 with flag 1241566/3922383
1277.78/1272.62	c cleaning 35000 clauses out of 70015 with flag 1313657/3958383
1288.42/1283.30	c cleaning 35996 clauses out of 72015 with flag 1387730/3995383
1299.80/1294.55	c cleaning 37001 clauses out of 74020 with flag 1463777/4033384
1311.78/1306.48	c cleaning 38000 clauses out of 76018 with flag 1541854/4072383
1324.52/1319.14	c cleaning 39000 clauses out of 78018 with flag 1621899/4112383
1337.45/1332.05	c cleaning 39999 clauses out of 80019 with flag 1704002/4153384
1351.81/1346.35	c cleaning 41000 clauses out of 82019 with flag 1788023/4195383
1367.08/1361.50	c cleaning 41997 clauses out of 84020 with flag 1874077/4238384
1381.38/1375.78	c cleaning 43001 clauses out of 86024 with flag 1962168/4282385
1394.44/1388.75	c cleaning 43998 clauses out of 88022 with flag 2052254/4327384
1407.63/1401.83	c cleaning 45003 clauses out of 90023 with flag 2144396/4373383
1421.34/1415.46	c cleaning 45999 clauses out of 92022 with flag 2238498/4420385
1435.48/1429.53	c cleaning 47005 clauses out of 94022 with flag 2334569/4468384
1450.38/1444.39	c cleaning 47997 clauses out of 96016 with flag 2432681/4517383
1464.44/1458.38	c cleaning 49000 clauses out of 98019 with flag 2532806/4567383
1478.50/1472.35	c cleaning 49997 clauses out of 100019 with flag 2634945/4618383
1493.59/1487.36	c cleaning 50997 clauses out of 102022 with flag 2739150/4670383
1509.49/1503.19	c cleaning 52001 clauses out of 104025 with flag 2845253/4723383
1525.89/1519.45	c cleaning 52998 clauses out of 106024 with flag 2953387/4777383
1542.45/1535.94	c cleaning 54006 clauses out of 108028 with flag 3063507/4832385
1559.86/1553.28	c cleaning 54996 clauses out of 110020 with flag 3175556/4888383
1576.73/1570.09	c cleaning 56002 clauses out of 112025 with flag 3289645/4945384
1595.55/1588.72	c cleaning 57000 clauses out of 114024 with flag 3405780/5003385
1614.86/1607.97	c cleaning 57999 clauses out of 116022 with flag 3523910/5062383
1637.27/1630.23	c cleaning 58997 clauses out of 118023 with flag 3644010/5122383
1658.18/1651.01	c cleaning 60006 clauses out of 120027 with flag 3766123/5183384
1680.25/1672.96	c cleaning 60999 clauses out of 122020 with flag 3890266/5245383
1701.59/1694.15	c cleaning 62001 clauses out of 124023 with flag 4016435/5308385
1725.08/1717.42	c cleaning 62997 clauses out of 126020 with flag 4144563/5372383
1750.42/1742.68	c cleaning 63997 clauses out of 128023 with flag 4274806/5437383
1776.03/1768.08	c cleaning 65004 clauses out of 130028 with flag 4406995/5503385
1800.08/1791.91	c starts		: 10
1800.08/1791.91	c conflicts		: 5570383
1800.08/1791.91	c decisions		: 5849250
1800.08/1791.91	c propagations		: 93336667
1800.08/1791.91	c inspects		: 29719746890
1800.08/1791.91	c shortcuts		: 0
1800.08/1791.91	c learnt literals	: 0
1800.08/1791.91	c learnt binary clauses	: 0
1800.08/1791.91	c learnt ternary clauses	: 0
1800.08/1791.91	c learnt constraints	: 5570383
1800.08/1791.91	c ignored constraints	: 0
1800.08/1791.91	c root simplifications	: 0
1800.08/1791.91	c removed literals (reason simplification)	: 0
1800.08/1791.91	c reason swapping (by a shorter reason)	: 0
1800.08/1791.91	c Calls to reduceDB	: 146
1800.08/1791.91	c Number of update (reduction) of LBD	: 8375
1800.08/1791.91	c Imported unit clauses	: 0
1800.08/1791.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1791.91	c number of learned constraints concerned by reduction	: 0
1800.08/1791.91	c number of learning phase by resolution	: 0
1800.08/1791.91	c number of learning phase by cutting planes	: 0
1800.08/1791.91	c speed (assignments/second)	: 52095.25220829468
1800.08/1791.91	c non guided choices	35
1800.08/1791.93	c learnt constraints type 
1800.08/1791.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132022
1800.08/1791.94	s SATISFIABLE
1800.08/1791.94	c Found 9 solution(s)
1800.08/1791.94	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 -x244 x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 x275 x276 x277 x278 x279 x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 x288 -x289 x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 x299 x300 x301 x302 x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 x318 -x319 x320 -x321 -x322 -x323 x324 x325 -x326 x327 x328 x329 -x330 -x331 -x332 x333 x334 -x335 x336 x337 -x338 -x339 x340 -x341 x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 x356 x357 x358 -x359 -x360 x361 x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 x388 x389 x390 x391 -x392 x393 x394 x395 -x396 x397 -x398 x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 x411 x412 -x413 -x414 -x415 -x416 -x417 x418 x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 -x431 -x432 x433 x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 x442 x443 x444 -x445 x446 -x447 -x448 -x449 x450 x451 x452 -x453 x454 -x455 x456 x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 x479 -x480 x481 -x482 x483 x484 x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 -x505 -x506 x507 x508 x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 x549 -x550 -x551 -x552 x553 x554 -x555 x556 -x557 x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 x578 -x579 x580 x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 x589 -x590 x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 x610 -x611 -x612 x613 -x614 -x615 x616 x617 x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 x634 -x635 -x636 x637 -x638 x639 -x640 -x641 -x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 x652 -x653 -x654 x655 -x656 -x657 x658 x659 x660 -x661 -x662 x663 -x664 -x665 -x666 -x667 -x668 x669 -x670 x671 
1800.08/1791.94	c objective function=-77
1800.08/1791.94	c Total wall clock time (in seconds): 1791.793

Verifier Data

OK	-77

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-4118254-1467226486/watcher-4118254-1467226486 -o /tmp/evaluation-result-4118254-1467226486/solver-4118254-1467226486 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118254-1467226486.opb 

pid=4050
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.26 2.19 2.17 3/194 4053
/proc/meminfo: memFree=29387724/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4053/stat : 4053 (java) D 4050 4053 1865 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 1677777 9515008 186 33554432000 1073741824 1073778376 140736955151504 140736955140568 271778409767 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2323 186 143 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 2.26 2.19 2.17 3/194 4053
/proc/meminfo: memFree=29387724/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 4361 0 1 0 7 1 0 0 20 0 18 0 1677777 9787879424 5479 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2389619 5479 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.26 2.19 2.17 3/194 4053
/proc/meminfo: memFree=29387724/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 4671 0 1 0 18 1 0 0 20 0 18 0 1677777 9787879424 6250 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2389619 6250 2196 9 0 2380296 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9558476

[startup+0.300207 s]
/proc/loadavg: 2.26 2.19 2.17 3/194 4053
/proc/meminfo: memFree=29387724/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 5051 0 1 0 35 1 0 0 20 0 19 0 1677777 9856040960 7547 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 7547 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 9625040

[startup+0.700243 s]
/proc/loadavg: 2.26 2.19 2.17 3/194 4053
/proc/meminfo: memFree=29387724/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 11127 0 1 0 115 3 0 0 20 0 19 0 1677777 9856040960 12566 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 12566 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.24 2.19 2.17 3/213 4072
/proc/meminfo: memFree=29340148/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 11223 0 1 0 215 3 0 0 20 0 19 0 1677777 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 15727 2260 9 0 2396937 0
[pid=4053/tid=4055] ppid=4050 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/4053/task/4055/stat : 4055 (java) R 4050 4053 1865 0 -1 4202560 2412 0 1 0 143 0 0 0 20 0 19 0 1677778 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867236647400 139867103667586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4056] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4056/stat : 4056 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867225708968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4057] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4057/stat : 4057 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867224656424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4058] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4058/stat : 4058 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867223603368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4059] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4059/stat : 4059 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867222550824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4060] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4060/stat : 4060 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867075591080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4061] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4061/stat : 4061 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867074538536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4062] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4062/stat : 4062 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867073485480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4063] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4063/stat : 4063 (java) S 4050 4053 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867072432936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4064] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4064/stat : 4064 (java) S 4050 4053 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 1677780 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867060234600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4065] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4065/stat : 4065 (java) S 4050 4053 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867059180920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4066] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4066/stat : 4066 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867058127752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4067] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4067/stat : 4067 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867057076496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4068] ppid=4050 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4053/task/4068/stat : 4068 (java) S 4050 4053 1865 0 -1 4202560 2822 0 0 0 28 0 0 0 20 0 19 0 1677783 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867056024376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4069] ppid=4050 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/4053/task/4069/stat : 4069 (java) S 4050 4053 1865 0 -1 4202560 4717 0 0 0 41 1 0 0 20 0 19 0 1677783 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867054971832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4070] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4070/stat : 4070 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867053918968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4071] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4071/stat : 4071 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867052866632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4072] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 15727 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.24 2.19 2.17 4/213 4072
/proc/meminfo: memFree=29352060/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 11234 0 1 0 379 4 0 0 20 0 19 0 1677777 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 20848 2260 9 0 2396937 0
[pid=4053/tid=4055] ppid=4050 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/4053/task/4055/stat : 4055 (java) R 4050 4053 1865 0 -1 4202560 2422 0 1 0 301 1 0 0 20 0 19 0 1677778 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867236638384 139867103878251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4056] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4056/stat : 4056 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867225708968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4057] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4057/stat : 4057 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867224656424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4058] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4058/stat : 4058 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867223603368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4059] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4059/stat : 4059 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867222550824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4060] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4060/stat : 4060 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867075591080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4061] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4061/stat : 4061 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867074538536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4062] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4062/stat : 4062 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867073485480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4063] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4063/stat : 4063 (java) S 4050 4053 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867072432936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4064] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4064/stat : 4064 (java) S 4050 4053 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 1677780 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867060234600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4065] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4065/stat : 4065 (java) S 4050 4053 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867059180920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4066] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4066/stat : 4066 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867058127752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4067] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4067/stat : 4067 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867057076496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4068] ppid=4050 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4053/task/4068/stat : 4068 (java) S 4050 4053 1865 0 -1 4202560 2823 0 0 0 32 0 0 0 20 0 19 0 1677783 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867056024376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4069] ppid=4050 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/4053/task/4069/stat : 4069 (java) S 4050 4053 1865 0 -1 4202560 4717 0 0 0 41 1 0 0 20 0 19 0 1677783 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867054971832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4070] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4070/stat : 4070 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867053918968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4071] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4071/stat : 4071 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867052866632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4072] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 20848 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.24 2.19 2.17 3/213 4072
/proc/meminfo: memFree=29310776/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 11254 0 1 0 700 4 0 0 20 0 19 0 1677777 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 30057 2261 9 0 2396937 0
[pid=4053/tid=4055] ppid=4050 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/4053/task/4055/stat : 4055 (java) R 4050 4053 1865 0 -1 4202560 2441 0 1 0 620 1 0 0 20 0 19 0 1677778 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867236647384 139867103774763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4056] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4056/stat : 4056 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867225708968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4057] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4057/stat : 4057 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867224656424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4058] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4058/stat : 4058 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867223603368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4059] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4059/stat : 4059 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867222550824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4060] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4060/stat : 4060 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867075591080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4061] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4061/stat : 4061 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867074538536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4062] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4062/stat : 4062 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867073485480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4063] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4063/stat : 4063 (java) S 4050 4053 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 1677779 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867072432936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4064] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4064/stat : 4064 (java) S 4050 4053 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 1677780 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867060234600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4065] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4065/stat : 4065 (java) S 4050 4053 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867059180920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4066] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4066/stat : 4066 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867058127752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4067] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4067/stat : 4067 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867057076496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4068] ppid=4050 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4053/task/4068/stat : 4068 (java) S 4050 4053 1865 0 -1 4202560 2823 0 0 0 33 0 0 0 20 0 19 0 1677783 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867056024376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4069] ppid=4050 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/4053/task/4069/stat : 4069 (java) S 4050 4053 1865 0 -1 4202560 4717 0 0 0 43 1 0 0 20 0 19 0 1677783 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867054971832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4070] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4070/stat : 4070 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867053918968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4071] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4071/stat : 4071 (java) S 4050 4053 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867052866632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4072] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 30057 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 69924 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.57 2.27 2.19 3/213 4205
/proc/meminfo: memFree=28978080/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=1790.4 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 18611 0 1 0 178928 112 0 0 20 0 19 0 1677777 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 69822 2283 9 0 2396937 0
[pid=4053/tid=4055] ppid=4050 vsize=9625040 CPUtime=1773.05 cores=1,3,5,7
/proc/4053/task/4055/stat : 4055 (java) R 4050 4053 1865 0 -1 4202560 2659 0 1 0 177275 30 0 0 20 0 19 0 1677778 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867236646096 139867103675815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4056] ppid=4050 vsize=9625040 CPUtime=1.34 cores=1,3,5,7
/proc/4053/task/4056/stat : 4056 (java) S 4050 4053 1865 0 -1 4202560 1197 0 0 0 124 10 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867225708968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4057] ppid=4050 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/4053/task/4057/stat : 4057 (java) S 4050 4053 1865 0 -1 4202560 774 0 0 0 115 9 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867224656424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4058] ppid=4050 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/4053/task/4058/stat : 4058 (java) S 4050 4053 1865 0 -1 4202560 748 0 0 0 126 12 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867223603368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4059] ppid=4050 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/4053/task/4059/stat : 4059 (java) S 4050 4053 1865 0 -1 4202560 438 0 0 0 110 6 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867222550824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4060] ppid=4050 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/4053/task/4060/stat : 4060 (java) S 4050 4053 1865 0 -1 4202560 1050 0 0 0 114 7 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867075591080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4061] ppid=4050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/4053/task/4061/stat : 4061 (java) S 4050 4053 1865 0 -1 4202560 764 0 0 0 124 11 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867074538536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4062] ppid=4050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/4053/task/4062/stat : 4062 (java) S 4050 4053 1865 0 -1 4202560 908 0 0 0 125 10 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867073485480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4063] ppid=4050 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/4053/task/4063/stat : 4063 (java) S 4050 4053 1865 0 -1 4202560 803 0 0 0 113 9 0 0 20 0 19 0 1677779 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867072432936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4064] ppid=4050 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/4053/task/4064/stat : 4064 (java) S 4050 4053 1865 0 -1 4202560 365 0 0 0 133 4 0 0 20 0 19 0 1677780 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867060234600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4065] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4065/stat : 4065 (java) S 4050 4053 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867059180920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4066] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4066/stat : 4066 (java) S 4050 4053 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867058127752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4067] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4067/stat : 4067 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867057076496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4068] ppid=4050 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4053/task/4068/stat : 4068 (java) S 4050 4053 1865 0 -1 4202560 2823 0 0 0 33 0 0 0 20 0 19 0 1677783 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867056024376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4069] ppid=4050 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/4053/task/4069/stat : 4069 (java) S 4050 4053 1865 0 -1 4202560 4719 0 0 0 45 1 0 0 20 0 19 0 1677783 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867054971832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4070] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4070/stat : 4070 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867053918968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4071] ppid=4050 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/4053/task/4071/stat : 4071 (java) S 4050 4053 1865 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 1677783 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867052866632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4072] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 69822 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.48 2.26 2.19 3/212 4205
/proc/meminfo: memFree=28978584/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 18626 0 1 0 179896 112 0 0 20 0 19 0 1677777 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 69674 2283 9 0 2396937 0
[pid=4053/tid=4055] ppid=4050 vsize=9625040 CPUtime=1782.52 cores=1,3,5,7
/proc/4053/task/4055/stat : 4055 (java) R 4050 4053 1865 0 -1 4202560 2662 0 1 0 178221 31 0 0 20 0 19 0 1677778 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867236646080 139867103914625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4056] ppid=4050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/4053/task/4056/stat : 4056 (java) S 4050 4053 1865 0 -1 4202560 1197 0 0 0 125 10 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867225708968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4057] ppid=4050 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/4053/task/4057/stat : 4057 (java) S 4050 4053 1865 0 -1 4202560 774 0 0 0 116 9 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867224656424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4058] ppid=4050 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/4053/task/4058/stat : 4058 (java) S 4050 4053 1865 0 -1 4202560 748 0 0 0 127 12 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867223603368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4059] ppid=4050 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/4053/task/4059/stat : 4059 (java) S 4050 4053 1865 0 -1 4202560 438 0 0 0 112 6 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867222550824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4060] ppid=4050 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/4053/task/4060/stat : 4060 (java) S 4050 4053 1865 0 -1 4202560 1050 0 0 0 114 8 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867075591080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4061] ppid=4050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/4053/task/4061/stat : 4061 (java) S 4050 4053 1865 0 -1 4202560 764 0 0 0 124 11 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867074538536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4062] ppid=4050 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/4053/task/4062/stat : 4062 (java) S 4050 4053 1865 0 -1 4202560 908 0 0 0 126 10 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867073485480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4063] ppid=4050 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/4053/task/4063/stat : 4063 (java) S 4050 4053 1865 0 -1 4202560 803 0 0 0 114 9 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867072432936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4064] ppid=4050 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/4053/task/4064/stat : 4064 (java) S 4050 4053 1865 0 -1 4202560 377 0 0 0 140 4 0 0 20 0 19 0 1677780 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867060234600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4065] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4065/stat : 4065 (java) S 4050 4053 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867059180920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4066] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4066/stat : 4066 (java) S 4050 4053 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867058127752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4067] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4067/stat : 4067 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867057076496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4068] ppid=4050 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4053/task/4068/stat : 4068 (java) S 4050 4053 1865 0 -1 4202560 2823 0 0 0 33 0 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867056024376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4069] ppid=4050 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/4053/task/4069/stat : 4069 (java) S 4050 4053 1865 0 -1 4202560 4719 0 0 0 45 1 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867054971832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4070] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4070/stat : 4070 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867053918968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4071] ppid=4050 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/4053/task/4071/stat : 4071 (java) S 4050 4053 1865 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867052866632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4072] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 4053 sig 9
??? kill -4053 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.9 s]
/proc/loadavg: 2.48 2.26 2.19 3/212 4205
/proc/meminfo: memFree=28978584/32872528 swapFree=1099624/1181384
[pid=4053] ppid=4050 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/4053/stat : 4053 (java) S 4050 4053 1865 0 -1 4202496 18626 0 1 0 179896 112 0 0 20 0 19 0 1677777 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 140736955142640 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4053/statm: 2406260 69674 2283 9 0 2396937 0
[pid=4053/tid=4055] ppid=4050 vsize=9625040 CPUtime=1782.52 cores=1,3,5,7
/proc/4053/task/4055/stat : 4055 (java) R 4050 4053 1865 0 -1 4202560 2662 0 1 0 178221 31 0 0 20 0 19 0 1677778 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867236646080 139867103914625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4056] ppid=4050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/4053/task/4056/stat : 4056 (java) S 4050 4053 1865 0 -1 4202560 1197 0 0 0 125 10 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867225708968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4057] ppid=4050 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/4053/task/4057/stat : 4057 (java) S 4050 4053 1865 0 -1 4202560 774 0 0 0 116 9 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867224656424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4058] ppid=4050 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/4053/task/4058/stat : 4058 (java) S 4050 4053 1865 0 -1 4202560 748 0 0 0 127 12 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867223603368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4059] ppid=4050 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/4053/task/4059/stat : 4059 (java) S 4050 4053 1865 0 -1 4202560 438 0 0 0 112 6 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867222550824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4060] ppid=4050 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/4053/task/4060/stat : 4060 (java) S 4050 4053 1865 0 -1 4202560 1050 0 0 0 114 8 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867075591080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4061] ppid=4050 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/4053/task/4061/stat : 4061 (java) S 4050 4053 1865 0 -1 4202560 764 0 0 0 124 11 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867074538536 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4062] ppid=4050 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/4053/task/4062/stat : 4062 (java) S 4050 4053 1865 0 -1 4202560 908 0 0 0 126 10 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867073485480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4053/tid=4063] ppid=4050 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/4053/task/4063/stat : 4063 (java) S 4050 4053 1865 0 -1 4202560 803 0 0 0 114 9 0 0 20 0 19 0 1677779 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867072432936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4064] ppid=4050 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/4053/task/4064/stat : 4064 (java) S 4050 4053 1865 0 -1 4202560 377 0 0 0 140 4 0 0 20 0 19 0 1677780 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867060234600 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4065] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4065/stat : 4065 (java) S 4050 4053 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867059180920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4066] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4066/stat : 4066 (java) S 4050 4053 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 1677781 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867058127752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4067] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4067/stat : 4067 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867057076496 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4068] ppid=4050 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/4053/task/4068/stat : 4068 (java) S 4050 4053 1865 0 -1 4202560 2823 0 0 0 33 0 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867056024376 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4053/tid=4069] ppid=4050 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/4053/task/4069/stat : 4069 (java) S 4050 4053 1865 0 -1 4202560 4719 0 0 0 45 1 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867054971832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4070] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4070/stat : 4070 (java) S 4050 4053 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867053918968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4053/tid=4071] ppid=4050 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/4053/task/4071/stat : 4071 (java) S 4050 4053 1865 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 1677783 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867052866632 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4053/tid=4072] ppid=4050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4053/task/4072/stat : 4072 (java) S 4050 4053 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 1677803 9856040960 69674 33554432000 1073741824 1073778376 140736955151504 139867051811880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4053 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=438203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=612754
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.94
CPU time (s): 1800.08
CPU user time (s): 1798.96
CPU system time (s): 1.12
CPU usage (%): 100.454
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.61275
maximum resident set size= 682900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18673
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43902
involuntary context switches= 24637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.52255 second user time and 14.1239 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 20:54:46
IDJOB=4118254
IDBENCH=111473
IDSOLVER=2546
FILE ID=node115/4118254-1467226486
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament22.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118254-1467226486/watcher-4118254-1467226486 -o /tmp/evaluation-result-4118254-1467226486/solver-4118254-1467226486 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118254-1467226486.opb

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

MD5SUM BENCH= 22fc3249fb568c4a11286475c418509d
RANDOM SEED=1281738377

node115.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		: 2667.087
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	: 5334.17
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		: 2667.087
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.56
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		: 2667.087
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.54
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		: 2667.087
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		: 2667.087
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		: 2667.087
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		: 2667.087
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		: 2667.087
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:        29388624 kB
Buffers:           78560 kB
Cached:          1164496 kB
SwapCached:            0 kB
Active:           444680 kB
Inactive:        1150072 kB
Active(anon):     354252 kB
Inactive(anon):        0 kB
Active(file):      90428 kB
Inactive(file):  1150072 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:       1533048 kB
Mapped:            22060 kB
Shmem:               204 kB
Slab:             575324 kB
SReclaimable:      19556 kB
SUnreclaim:       555768 kB
KernelStack:        1584 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1669572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 71660 MiB
End job on node115 at 2016-06-29 21:24:38