Trace number 4085706

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)163 1800.07 1794.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUMbb6edae9b271ecf76d3d6c31c88b027d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark161
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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.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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085706-1465277932.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.28/0.23	c ... done. Wall clock time 0.13s.
0.28/0.23	c declared #vars     200
0.28/0.23	c #constraints  1999
0.28/0.23	c constraints type 
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1999
0.28/0.23	c 1999 constraints processed.
0.28/0.23	c objective function length is 200 literals
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.136
0.28/0.24	o 172
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.146
0.28/0.25	o 171
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.248
0.51/0.35	o 170
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.51/0.37	o 169
0.74/0.40	c Got one! Elapsed wall clock time (in seconds):0.296
0.74/0.40	o 168
1.02/0.66	c cleaning 3267 clauses out of 6533 with flag 10990/6533
1.38/0.91	c cleaning 4630 clauses out of 9264 with flag 24128/12531
1.59/1.20	c cleaning 5816 clauses out of 11635 with flag 38593/19532
2.00/1.58	c cleaning 6909 clauses out of 13818 with flag 55168/27531
2.53/2.04	c cleaning 7948 clauses out of 15909 with flag 73907/36531
3.03/2.51	c cleaning 8981 clauses out of 17961 with flag 94466/46531
3.62/3.12	c cleaning 9990 clauses out of 19981 with flag 117083/57532
4.32/3.89	c cleaning 10993 clauses out of 21990 with flag 141772/69531
5.22/4.75	c cleaning 12000 clauses out of 23999 with flag 168605/82533
6.14/5.69	c cleaning 12998 clauses out of 25997 with flag 197409/96531
7.33/6.85	c cleaning 14000 clauses out of 27999 with flag 228210/111531
8.43/7.99	c cleaning 15000 clauses out of 30000 with flag 261093/127532
9.62/9.16	c cleaning 16000 clauses out of 31999 with flag 296148/144531
10.92/10.45	c cleaning 17000 clauses out of 34000 with flag 333394/162532
12.58/12.09	c cleaning 17998 clauses out of 36000 with flag 372549/181532
14.48/13.94	c cleaning 18997 clauses out of 38002 with flag 413492/201532
16.38/15.88	c cleaning 20002 clauses out of 40004 with flag 456780/222531
18.29/17.72	c cleaning 20999 clauses out of 42005 with flag 501969/244534
20.68/20.18	c cleaning 21996 clauses out of 44003 with flag 549468/267531
23.28/22.71	c cleaning 23002 clauses out of 46007 with flag 598950/291531
26.08/25.50	c cleaning 23999 clauses out of 48006 with flag 650700/316532
29.29/28.70	c cleaning 25000 clauses out of 50006 with flag 704359/342531
32.64/32.07	c cleaning 26001 clauses out of 52006 with flag 760106/369531
35.84/35.29	c cleaning 27003 clauses out of 54005 with flag 817932/397531
39.53/38.97	c cleaning 27999 clauses out of 56003 with flag 878054/426532
43.73/43.17	c cleaning 29001 clauses out of 58004 with flag 940059/456532
47.73/47.14	c cleaning 30002 clauses out of 60003 with flag 1004112/487532
51.83/51.23	c cleaning 31000 clauses out of 62001 with flag 1070135/519532
56.23/55.51	c cleaning 31999 clauses out of 64000 with flag 1138317/552531
60.93/60.29	c cleaning 32995 clauses out of 66001 with flag 1208367/586531
66.03/65.39	c cleaning 33997 clauses out of 68007 with flag 1280614/621532
71.43/70.71	c cleaning 35002 clauses out of 70010 with flag 1354711/657532
77.54/76.84	c cleaning 36004 clauses out of 72007 with flag 1430973/694531
83.59/82.77	c cleaning 37001 clauses out of 74003 with flag 1509273/732531
89.89/89.05	c cleaning 38001 clauses out of 76003 with flag 1589873/771532
95.69/94.89	c cleaning 39001 clauses out of 78002 with flag 1672136/811532
102.39/101.57	c cleaning 39999 clauses out of 80000 with flag 1756552/852531
110.58/109.79	c cleaning 40998 clauses out of 82001 with flag 1843007/894531
120.05/119.04	c cleaning 42000 clauses out of 84003 with flag 1931267/937531
128.16/127.12	c cleaning 42999 clauses out of 86005 with flag 2021483/981533
136.47/135.43	c cleaning 43999 clauses out of 88004 with flag 2113931/1026531
145.06/144.02	c cleaning 45003 clauses out of 90006 with flag 2208692/1072532
157.23/156.01	c cleaning 45996 clauses out of 92002 with flag 2305552/1119531
169.73/168.56	c cleaning 47001 clauses out of 94006 with flag 2404402/1167531
182.14/180.96	c cleaning 47999 clauses out of 96005 with flag 2505595/1216531
195.49/194.01	c cleaning 49002 clauses out of 98007 with flag 2608679/1266532
206.89/205.45	c cleaning 50002 clauses out of 100007 with flag 2713447/1317534
218.49/217.03	c cleaning 51002 clauses out of 102003 with flag 2820877/1369532
228.71/226.91	c cleaning 51998 clauses out of 104000 with flag 2930333/1422531
238.12/236.37	c cleaning 52998 clauses out of 106004 with flag 3041893/1476533
248.52/246.79	c cleaning 53993 clauses out of 108004 with flag 3155235/1531531
258.73/256.76	c cleaning 54999 clauses out of 110011 with flag 3270848/1587531
264.63/262.64	c Got one! Elapsed wall clock time (in seconds):262.541
264.63/262.64	o 167
264.73/262.77	c Got one! Elapsed wall clock time (in seconds):262.672
264.73/262.77	o 166
266.23/264.22	c Got one! Elapsed wall clock time (in seconds):264.12
266.23/264.22	o 165
267.03/265.00	c cleaning 50964 clauses out of 101928 with flag 2269/1634447
268.04/266.06	c cleaning 28482 clauses out of 56963 with flag 15068/1640446
268.84/266.87	c cleaning 17741 clauses out of 35481 with flag 29456/1647446
269.54/267.57	c cleaning 12868 clauses out of 25743 with flag 45901/1655449
270.26/268.23	c cleaning 10936 clauses out of 21874 with flag 64378/1664448
270.86/268.88	c cleaning 10463 clauses out of 20937 with flag 84996/1674447
271.46/269.50	c cleaning 10734 clauses out of 21474 with flag 107595/1685447
272.16/270.14	c cleaning 11371 clauses out of 22741 with flag 132254/1697448
272.86/270.88	c cleaning 12182 clauses out of 24368 with flag 159000/1710446
273.77/271.74	c cleaning 13094 clauses out of 26188 with flag 187838/1724448
274.87/272.88	c cleaning 14046 clauses out of 28092 with flag 218648/1739446
276.30/274.28	c cleaning 15019 clauses out of 30046 with flag 251620/1755446
277.81/275.75	c cleaning 16012 clauses out of 32028 with flag 286636/1772447
278.22/276.14	c Got one! Elapsed wall clock time (in seconds):276.041
278.22/276.14	o 164
278.61/276.57	c cleaning 13643 clauses out of 27285 with flag 10847/1783716
279.01/276.94	c cleaning 9819 clauses out of 19642 with flag 23439/1789716
279.42/277.31	c cleaning 8406 clauses out of 16822 with flag 37860/1796715
279.81/277.71	c cleaning 8204 clauses out of 16417 with flag 54356/1804716
280.31/278.21	c cleaning 8603 clauses out of 17212 with flag 72932/1813715
280.91/278.85	c cleaning 9302 clauses out of 18609 with flag 93521/1823715
281.62/279.51	c cleaning 10151 clauses out of 20307 with flag 115990/1834715
282.31/280.26	c cleaning 11074 clauses out of 22157 with flag 140513/1846716
283.25/281.15	c cleaning 12039 clauses out of 24082 with flag 167074/1859715
284.24/282.20	c cleaning 13021 clauses out of 26046 with flag 195869/1873718
285.64/283.54	c cleaning 14011 clauses out of 28022 with flag 226804/1888715
286.94/284.84	c cleaning 15005 clauses out of 30012 with flag 259803/1904716
288.34/286.21	c cleaning 16001 clauses out of 32006 with flag 294911/1921715
289.94/287.84	c cleaning 17003 clauses out of 34005 with flag 332046/1939715
290.24/288.14	c Got one! Elapsed wall clock time (in seconds):288.04
290.24/288.14	o 163
290.36/288.26	c cleaning 11279 clauses out of 22573 with flag 2280/1945286
290.75/288.63	c cleaning 8644 clauses out of 17294 with flag 15121/1951286
291.16/289.03	c cleaning 7820 clauses out of 15650 with flag 29856/1958286
291.57/289.41	c cleaning 7911 clauses out of 15831 with flag 46357/1966287
291.96/289.86	c cleaning 8459 clauses out of 16919 with flag 65085/1975286
292.46/290.35	c cleaning 9228 clauses out of 18461 with flag 85499/1985287
293.06/290.98	c cleaning 10112 clauses out of 20233 with flag 108185/1996287
293.77/291.66	c cleaning 11059 clauses out of 22120 with flag 132726/2008286
294.77/292.63	c cleaning 12031 clauses out of 24062 with flag 159784/2021287
295.66/293.58	c cleaning 13017 clauses out of 26033 with flag 188721/2035289
296.86/294.76	c cleaning 14007 clauses out of 28014 with flag 219984/2050287
298.29/296.14	c cleaning 14999 clauses out of 30006 with flag 253399/2066286
299.79/297.63	c cleaning 15994 clauses out of 32008 with flag 288294/2083287
301.59/299.46	c cleaning 17004 clauses out of 34014 with flag 325365/2101287
303.59/301.45	c cleaning 18005 clauses out of 36009 with flag 364396/2120286
305.49/303.39	c cleaning 18994 clauses out of 38005 with flag 405464/2140287
307.39/305.26	c cleaning 20006 clauses out of 40011 with flag 448591/2161287
309.42/307.24	c cleaning 21000 clauses out of 42004 with flag 493871/2183286
311.52/309.38	c cleaning 21999 clauses out of 44005 with flag 541056/2206287
313.92/311.79	c cleaning 23003 clauses out of 46008 with flag 590580/2230289
316.41/314.28	c cleaning 24002 clauses out of 48003 with flag 642070/2255287
318.96/316.75	c cleaning 25001 clauses out of 50001 with flag 695611/2281287
321.76/319.59	c cleaning 25996 clauses out of 51999 with flag 751207/2308286
324.66/322.48	c cleaning 26999 clauses out of 54003 with flag 808931/2336286
328.14/325.86	c cleaning 27995 clauses out of 56004 with flag 868559/2365286
331.95/329.65	c cleaning 29002 clauses out of 58011 with flag 930490/2395288
335.25/332.99	c cleaning 30001 clauses out of 60008 with flag 994467/2426287
339.43/337.04	c cleaning 30999 clauses out of 62007 with flag 1060314/2458287
343.22/340.89	c cleaning 32001 clauses out of 64007 with flag 1128118/2491286
347.42/345.01	c cleaning 33000 clauses out of 66007 with flag 1197749/2525287
351.78/349.39	c cleaning 33998 clauses out of 68006 with flag 1269889/2560286
356.88/354.43	c cleaning 34999 clauses out of 70009 with flag 1343857/2596287
362.38/359.94	c cleaning 36005 clauses out of 72010 with flag 1420020/2633287
368.05/365.52	c cleaning 37000 clauses out of 74005 with flag 1498335/2671287
372.95/370.41	c cleaning 38001 clauses out of 76004 with flag 1578560/2710286
379.00/376.45	c cleaning 38999 clauses out of 78003 with flag 1660853/2750286
385.42/382.87	c cleaning 40002 clauses out of 80004 with flag 1744856/2791286
392.66/390.00	c cleaning 40997 clauses out of 82003 with flag 1830681/2833287
399.56/396.92	c cleaning 42001 clauses out of 84005 with flag 1919155/2876286
406.99/404.39	c cleaning 42997 clauses out of 86004 with flag 2009501/2920286
414.49/411.86	c cleaning 44000 clauses out of 88011 with flag 2102388/2965290
422.85/420.11	c cleaning 45001 clauses out of 90008 with flag 2197486/3011287
432.36/429.62	c cleaning 46004 clauses out of 92008 with flag 2294392/3058288
445.03/442.29	c cleaning 46992 clauses out of 94002 with flag 2393553/3106286
459.43/456.61	c cleaning 48003 clauses out of 96012 with flag 2494635/3155288
473.50/470.64	c cleaning 49003 clauses out of 98007 with flag 2597616/3205286
487.47/484.53	c cleaning 50001 clauses out of 100005 with flag 2702864/3256287
503.76/500.86	c cleaning 51000 clauses out of 102004 with flag 2809933/3308287
523.12/520.10	c cleaning 52000 clauses out of 104004 with flag 2919370/3361287
542.62/539.65	c cleaning 52998 clauses out of 106003 with flag 3030679/3415286
560.66/557.69	c cleaning 54003 clauses out of 108005 with flag 3143997/3470286
578.91/575.85	c cleaning 54999 clauses out of 110002 with flag 3259247/3526286
595.78/592.65	c cleaning 56000 clauses out of 112005 with flag 3376730/3583288
613.89/610.77	c cleaning 56998 clauses out of 114004 with flag 3496429/3641287
633.02/629.88	c cleaning 58000 clauses out of 116005 with flag 3618074/3700286
652.29/649.05	c cleaning 59003 clauses out of 118006 with flag 3741775/3760287
672.16/668.82	c cleaning 59997 clauses out of 120002 with flag 3867308/3821286
693.03/689.66	c cleaning 61003 clauses out of 122005 with flag 3995205/3883286
713.53/710.12	c cleaning 61995 clauses out of 124003 with flag 4124520/3946287
735.77/732.31	c cleaning 62998 clauses out of 126007 with flag 4256539/4010286
758.31/754.87	c cleaning 64004 clauses out of 128009 with flag 4390148/4075286
781.27/777.74	c cleaning 64996 clauses out of 130005 with flag 4526045/4141286
802.10/798.58	c cleaning 66001 clauses out of 132009 with flag 4663792/4208286
824.27/820.62	c cleaning 67002 clauses out of 134010 with flag 4803815/4276288
850.10/846.45	c cleaning 68000 clauses out of 136007 with flag 4945992/4345287
875.92/872.29	c cleaning 68999 clauses out of 138006 with flag 5090005/4415286
899.75/896.04	c cleaning 70003 clauses out of 140008 with flag 5236374/4486287
926.01/922.14	c cleaning 71003 clauses out of 142007 with flag 5384613/4558289
949.55/945.61	c cleaning 71998 clauses out of 144001 with flag 5534773/4631286
979.40/975.40	c cleaning 72999 clauses out of 146003 with flag 5686601/4705286
1010.74/1006.77	c cleaning 73998 clauses out of 148004 with flag 5840916/4780286
1044.97/1040.89	c cleaning 75000 clauses out of 150006 with flag 5997608/4856286
1078.77/1074.56	c cleaning 75997 clauses out of 152006 with flag 6156247/4933286
1113.43/1109.15	c cleaning 77002 clauses out of 154009 with flag 6316378/5011286
1146.14/1141.75	c cleaning 77998 clauses out of 156007 with flag 6479134/5090286
1183.80/1179.31	c cleaning 79002 clauses out of 158009 with flag 6644361/5170286
1217.12/1212.59	c cleaning 79999 clauses out of 160008 with flag 6811550/5251287
1249.98/1245.31	c cleaning 81005 clauses out of 162009 with flag 6980516/5333287
1283.65/1278.98	c cleaning 82000 clauses out of 164004 with flag 7150926/5416287
1323.11/1318.26	c cleaning 82997 clauses out of 166003 with flag 7324206/5500286
1364.18/1359.19	c cleaning 83998 clauses out of 168006 with flag 7499416/5585286
1410.24/1405.14	c cleaning 85001 clauses out of 170009 with flag 7676785/5671287
1459.47/1454.21	c cleaning 85995 clauses out of 172007 with flag 7856417/5758286
1514.96/1509.62	c cleaning 86999 clauses out of 174015 with flag 8037450/5846289
1566.44/1561.05	c cleaning 88006 clauses out of 176014 with flag 8220312/5935287
1616.15/1610.55	c cleaning 89001 clauses out of 178008 with flag 8405935/6025287
1674.77/1669.03	c cleaning 89998 clauses out of 180006 with flag 8593275/6116286
1729.29/1723.46	c cleaning 91004 clauses out of 182008 with flag 8782489/6208286
1783.53/1777.50	c cleaning 91993 clauses out of 184004 with flag 8974447/6301286
1800.07/1794.00	c starts		: 205
1800.07/1794.00	c conflicts		: 6339541
1800.07/1794.00	c decisions		: 6596405
1800.07/1794.00	c propagations		: 32706464
1800.07/1794.00	c inspects		: 27536064423
1800.07/1794.00	c shortcuts		: 0
1800.07/1794.00	c learnt literals	: 0
1800.07/1794.00	c learnt binary clauses	: 0
1800.07/1794.00	c learnt ternary clauses	: 0
1800.07/1794.00	c learnt constraints	: 6339542
1800.07/1794.00	c ignored constraints	: 0
1800.07/1794.00	c root simplifications	: 0
1800.07/1794.00	c removed literals (reason simplification)	: 0
1800.07/1794.00	c reason swapping (by a shorter reason)	: 0
1800.07/1794.00	c Calls to reduceDB	: 168
1800.07/1794.00	c Number of update (reduction) of LBD	: 147734
1800.07/1794.00	c Imported unit clauses	: 0
1800.07/1794.00	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.00	c number of learned constraints concerned by reduction	: 0
1800.07/1794.00	c number of learning phase by resolution	: 0
1800.07/1794.00	c number of learning phase by cutting planes	: 0
1800.07/1794.00	c speed (assignments/second)	: 18233.37564647399
1800.07/1794.00	c non guided choices	0
1800.07/1794.03	c learnt constraints type 
1800.07/1794.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130267
1800.07/1794.03	s SATISFIABLE
1800.07/1794.03	c Found 10 solution(s)
1800.07/1794.03	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 
1800.07/1794.03	c objective function=163
1800.07/1794.03	c Total wall clock time (in seconds): 1793.932

Verifier Data

OK	163

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-4085706-1465277932/watcher-4085706-1465277932 -o /tmp/evaluation-result-4085706-1465277932/solver-4085706-1465277932 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085706-1465277932.opb 

pid=18399
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.40 2.30 2.23 4/196 18402
/proc/meminfo: memFree=26750124/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 109725220 98570240 978 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 24065 978 744 9 0 16771 0
[pid=18402/tid=18403] ppid=18399 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 109725220 98582528 983 33554432000 1073741824 1073778376 140735851730720 140475405250088 215124624797 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.40 2.30 2.23 4/196 18402
/proc/meminfo: memFree=26750124/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 109725220 9787879424 6126 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2389619 6126 2157 9 0 2380296 0
[pid=18402/tid=18403] ppid=18399 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 109725220 9787879424 6126 33554432000 1073741824 1073778376 140735851730720 140475405253536 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200382 s]
/proc/loadavg: 2.40 2.30 2.23 4/196 18402
/proc/meminfo: memFree=26750124/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 5035 0 1 0 27 1 0 0 20 0 18 0 109725220 9787879424 7052 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2389619 7052 2217 9 0 2380296 0
[pid=18402/tid=18403] ppid=18399 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2391 0 1 0 16 1 0 0 20 0 18 0 109725220 9787879424 7052 33554432000 1073741824 1073778376 140735851730720 140475405253536 140475243755158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 2.40 2.30 2.23 4/196 18402
/proc/meminfo: memFree=26750124/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 6979 0 1 0 49 2 0 0 20 0 19 0 109725220 9856040960 9182 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 9182 2242 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 109725220 9856040960 9182 33554432000 1073741824 1073778376 140735851730720 140475405254840 140475412406104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70033 s]
/proc/loadavg: 2.40 2.30 2.23 4/196 18402
/proc/meminfo: memFree=26750124/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 7841 0 1 0 113 2 0 0 20 0 19 0 109725220 9856040960 10736 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 10736 2256 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 109725220 9856040960 10736 33554432000 1073741824 1073778376 140735851730720 140475405254728 140475244221000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.40 2.30 2.23 4/215 18421
/proc/meminfo: memFree=26709440/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 7851 0 1 0 197 3 0 0 20 0 19 0 109725220 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 13811 2258 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2415 0 1 0 146 1 0 0 20 0 19 0 109725220 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475405255064 140475244234268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18405] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18405/stat : 18405 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475366746920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18406] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18406/stat : 18406 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475365694120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18407] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18407/stat : 18407 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475364641832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18408] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18408/stat : 18408 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475363589032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18409] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18409/stat : 18409 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475362535720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18410] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18410/stat : 18410 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475243686056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18411] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18411/stat : 18411 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475242633768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18412] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18412/stat : 18412 (java) S 18399 18402 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475241580968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18413] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18413/stat : 18413 (java) S 18399 18402 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109725222 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475229383400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18414] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18414/stat : 18414 (java) S 18399 18402 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140475228329464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18415] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18415/stat : 18415 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474622928648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18416] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18416/stat : 18416 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474621877136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18417] ppid=18399 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/18402/task/18417/stat : 18417 (java) S 18399 18402 15085 0 -1 4202560 2035 0 0 0 23 0 0 0 20 0 19 0 109725225 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474620823736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18418] ppid=18399 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18402/task/18418/stat : 18418 (java) S 18399 18402 15085 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 109725225 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474619770936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18419] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18419/stat : 18419 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474618718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18420] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18420/stat : 18420 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474617666248 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18421] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18421/stat : 18421 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725244 9856040960 13811 33554432000 1073741824 1073778376 140735851730720 140474616612264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.40 2.30 2.23 3/215 18421
/proc/meminfo: memFree=26692560/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 7864 0 1 0 359 3 0 0 20 0 19 0 109725220 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 19444 2258 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2426 0 1 0 306 1 0 0 20 0 19 0 109725220 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475405246144 140475244366286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18405] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18405/stat : 18405 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475366746920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18406] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18406/stat : 18406 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475365694120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18407] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18407/stat : 18407 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475364641832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18408] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18408/stat : 18408 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475363589032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18409] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18409/stat : 18409 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475362535720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18410] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18410/stat : 18410 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475243686056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18411] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18411/stat : 18411 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475242633768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18412] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18412/stat : 18412 (java) S 18399 18402 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475241580968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18413] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18413/stat : 18413 (java) S 18399 18402 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109725222 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475229383400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18414] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18414/stat : 18414 (java) S 18399 18402 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140475228329464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18415] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18415/stat : 18415 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474622928648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18416] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18416/stat : 18416 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474621877136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18417] ppid=18399 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/18402/task/18417/stat : 18417 (java) S 18399 18402 15085 0 -1 4202560 2037 0 0 0 26 0 0 0 20 0 19 0 109725225 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474620823736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18418] ppid=18399 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18402/task/18418/stat : 18418 (java) S 18399 18402 15085 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 109725225 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474619770936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18419] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18419/stat : 18419 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474618718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18420] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18420/stat : 18420 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474617666248 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18421] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18421/stat : 18421 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725244 9856040960 19444 33554432000 1073741824 1073778376 140735851730720 140474616612264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.37 2.29 2.23 3/215 18421
/proc/meminfo: memFree=26654044/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 7883 0 1 0 679 4 0 0 20 0 19 0 109725220 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 27959 2259 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2444 0 1 0 624 2 0 0 20 0 19 0 109725220 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475405246144 140475244287211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18405] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18405/stat : 18405 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475366746920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18406] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18406/stat : 18406 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475365694120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18407] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18407/stat : 18407 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475364641832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18408] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18408/stat : 18408 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475363589032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18409] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18409/stat : 18409 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475362535720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18410] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18410/stat : 18410 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475243686056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18411] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18411/stat : 18411 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475242633768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18412] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18412/stat : 18412 (java) S 18399 18402 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109725221 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475241580968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18413] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18413/stat : 18413 (java) S 18399 18402 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109725222 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475229383400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18414] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18414/stat : 18414 (java) S 18399 18402 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140475228329464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18415] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18415/stat : 18415 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140474622928648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18416] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18416/stat : 18416 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140474621877136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18417] ppid=18399 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/18402/task/18417/stat : 18417 (java) S 18399 18402 15085 0 -1 4202560 2037 0 0 0 26 0 0 0 20 0 19 0 109725225 9856040960 27959 33554432000 1073741824 1073778376 140735851730720 140474620823736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18418] ppid=18399 vsize=9625040 CPUtime=0.24 cores=1,3,5,7

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

[pid=18402/tid=18421] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18421/stat : 18421 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725244 9856040960 90123 33554432000 1073741824 1073778376 140735851730720 140474616612264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1668.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/215 18488
/proc/meminfo: memFree=26386152/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=1728.18 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 12773 0 1 0 172708 110 0 0 20 0 19 0 109725220 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 88953 2282 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=1714.91 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2548 0 1 0 171460 31 0 0 20 0 19 0 109725220 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475405253824 140475244396304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18405] ppid=18399 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/18402/task/18405/stat : 18405 (java) S 18399 18402 15085 0 -1 4202560 485 0 0 0 77 6 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475366746920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18406] ppid=18399 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/18402/task/18406/stat : 18406 (java) S 18399 18402 15085 0 -1 4202560 504 0 0 0 69 9 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475365694120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18407] ppid=18399 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18402/task/18407/stat : 18407 (java) S 18399 18402 15085 0 -1 4202560 586 0 0 0 85 12 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475364641832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18408] ppid=18399 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/18402/task/18408/stat : 18408 (java) S 18399 18402 15085 0 -1 4202560 641 0 0 0 84 11 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475363589032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18409] ppid=18399 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/18402/task/18409/stat : 18409 (java) S 18399 18402 15085 0 -1 4202560 450 0 0 0 77 8 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475362535720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18410] ppid=18399 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/18402/task/18410/stat : 18410 (java) S 18399 18402 15085 0 -1 4202560 337 0 0 0 74 6 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475243686056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18411] ppid=18399 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18402/task/18411/stat : 18411 (java) S 18399 18402 15085 0 -1 4202560 570 0 0 0 86 11 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475242633768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18412] ppid=18399 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/18402/task/18412/stat : 18412 (java) S 18399 18402 15085 0 -1 4202560 385 0 0 0 82 7 0 0 20 0 19 0 109725221 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475241580968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18413] ppid=18399 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/18402/task/18413/stat : 18413 (java) S 18399 18402 15085 0 -1 4202560 404 0 0 0 74 3 0 0 20 0 19 0 109725222 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475229383400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18414] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18414/stat : 18414 (java) S 18399 18402 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140475228329464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18415] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18415/stat : 18415 (java) S 18399 18402 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474622928648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18416] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18416/stat : 18416 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474621877136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18417] ppid=18399 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/18402/task/18417/stat : 18417 (java) S 18399 18402 15085 0 -1 4202560 2376 0 0 0 29 0 0 0 20 0 19 0 109725225 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474620823736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18418] ppid=18399 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18402/task/18418/stat : 18418 (java) S 18399 18402 15085 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 109725225 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474619770936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18419] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18419/stat : 18419 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474618718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18420] ppid=18399 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/18402/task/18420/stat : 18420 (java) S 18399 18402 15085 0 -1 4202560 100 0 0 0 31 38 0 0 20 0 19 0 109725225 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474617666248 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18421] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18421/stat : 18421 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725244 9856040960 88953 33554432000 1073741824 1073778376 140735851730720 140474616612264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.19 2.18 4/215 18555
/proc/meminfo: memFree=29424244/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=1788.33 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 12821 0 1 0 178722 111 0 0 20 0 19 0 109725220 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 88477 2282 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=1774.69 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2551 0 1 0 177438 31 0 0 20 0 19 0 109725220 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475405246144 140475244224751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18405] ppid=18399 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/18402/task/18405/stat : 18405 (java) S 18399 18402 15085 0 -1 4202560 485 0 0 0 81 6 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475366746920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18406] ppid=18399 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/18402/task/18406/stat : 18406 (java) S 18399 18402 15085 0 -1 4202560 504 0 0 0 71 9 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475365694120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18407] ppid=18399 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/18402/task/18407/stat : 18407 (java) S 18399 18402 15085 0 -1 4202560 623 0 0 0 88 12 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475364641832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18408] ppid=18399 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18402/task/18408/stat : 18408 (java) S 18399 18402 15085 0 -1 4202560 641 0 0 0 86 11 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475363589032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18409] ppid=18399 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/18402/task/18409/stat : 18409 (java) S 18399 18402 15085 0 -1 4202560 450 0 0 0 80 8 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475362535720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18410] ppid=18399 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/18402/task/18410/stat : 18410 (java) S 18399 18402 15085 0 -1 4202560 337 0 0 0 78 6 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475243686056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18411] ppid=18399 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/18402/task/18411/stat : 18411 (java) S 18399 18402 15085 0 -1 4202560 570 0 0 0 88 11 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475242633768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18412] ppid=18399 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/18402/task/18412/stat : 18412 (java) S 18399 18402 15085 0 -1 4202560 385 0 0 0 84 7 0 0 20 0 19 0 109725221 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475241580968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18413] ppid=18399 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/18402/task/18413/stat : 18413 (java) S 18399 18402 15085 0 -1 4202560 408 0 0 0 75 3 0 0 20 0 19 0 109725222 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475229383400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18414] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18414/stat : 18414 (java) S 18399 18402 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140475228329464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18415] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18415/stat : 18415 (java) S 18399 18402 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474622928648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18416] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18416/stat : 18416 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474621877136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18417] ppid=18399 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/18402/task/18417/stat : 18417 (java) S 18399 18402 15085 0 -1 4202560 2376 0 0 0 29 0 0 0 20 0 19 0 109725225 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474620823736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18418] ppid=18399 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18402/task/18418/stat : 18418 (java) S 18399 18402 15085 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 109725225 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474619770936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18419] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18419/stat : 18419 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474618718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18420] ppid=18399 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/18402/task/18420/stat : 18420 (java) S 18399 18402 15085 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 109725225 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474617666248 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18421] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18421/stat : 18421 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725244 9856040960 88477 33554432000 1073741824 1073778376 140735851730720 140474616612264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.33
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.19 2.20 2.18 3/215 18555
/proc/meminfo: memFree=29425324/32872528 swapFree=20720/1686580
[pid=18402] ppid=18399 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/18402/stat : 18402 (java) S 18399 18402 15085 0 -1 4202496 12824 0 1 0 179895 112 0 0 20 0 19 0 109725220 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140735851721856 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18402/statm: 2406260 87675 2282 9 0 2396937 0
[pid=18402/tid=18403] ppid=18399 vsize=9625040 CPUtime=1786.35 cores=1,3,5,7
/proc/18402/task/18403/stat : 18403 (java) R 18399 18402 15085 0 -1 4202560 2552 0 1 0 178603 32 0 0 20 0 19 0 109725220 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475405253856 140475244224041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18405] ppid=18399 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/18402/task/18405/stat : 18405 (java) S 18399 18402 15085 0 -1 4202560 485 0 0 0 82 6 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475366746920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18406] ppid=18399 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/18402/task/18406/stat : 18406 (java) S 18399 18402 15085 0 -1 4202560 504 0 0 0 72 9 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475365694120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18407] ppid=18399 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/18402/task/18407/stat : 18407 (java) S 18399 18402 15085 0 -1 4202560 623 0 0 0 88 12 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475364641832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18408] ppid=18399 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18402/task/18408/stat : 18408 (java) S 18399 18402 15085 0 -1 4202560 641 0 0 0 86 11 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475363589032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18409] ppid=18399 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/18402/task/18409/stat : 18409 (java) S 18399 18402 15085 0 -1 4202560 450 0 0 0 80 8 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475362535720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18410] ppid=18399 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/18402/task/18410/stat : 18410 (java) S 18399 18402 15085 0 -1 4202560 337 0 0 0 78 6 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475243686056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18411] ppid=18399 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/18402/task/18411/stat : 18411 (java) S 18399 18402 15085 0 -1 4202560 570 0 0 0 89 11 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475242633768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18412] ppid=18399 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/18402/task/18412/stat : 18412 (java) S 18399 18402 15085 0 -1 4202560 385 0 0 0 85 7 0 0 20 0 19 0 109725221 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475241580968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18413] ppid=18399 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/18402/task/18413/stat : 18413 (java) S 18399 18402 15085 0 -1 4202560 410 0 0 0 75 3 0 0 20 0 19 0 109725222 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475229383400 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18414] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18414/stat : 18414 (java) S 18399 18402 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140475228329464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18415] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18415/stat : 18415 (java) S 18399 18402 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109725223 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474622928648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18416] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18416/stat : 18416 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474621877136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18417] ppid=18399 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/18402/task/18417/stat : 18417 (java) S 18399 18402 15085 0 -1 4202560 2376 0 0 0 29 0 0 0 20 0 19 0 109725225 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474620823736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18402/tid=18418] ppid=18399 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18402/task/18418/stat : 18418 (java) S 18399 18402 15085 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 109725225 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474619770936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18402/tid=18419] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18419/stat : 18419 (java) S 18399 18402 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109725225 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474618718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18402/tid=18420] ppid=18399 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/18402/task/18420/stat : 18420 (java) S 18399 18402 15085 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 109725225 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474617666248 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18402/tid=18421] ppid=18399 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18402/task/18421/stat : 18421 (java) S 18399 18402 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109725244 9856040960 87675 33554432000 1073741824 1073778376 140735851730720 140474616612264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 18402 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1794.04
CPU time (s): 1800.07
CPU user time (s): 1798.95
CPU system time (s): 1.12
CPU usage (%): 100.336
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.60276
maximum resident set size= 753672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12870
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40479
involuntary context switches= 19271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.169 second user time and 8.86065 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 07:38:52
IDJOB=4085706
IDBENCH=89835
IDSOLVER=2546
FILE ID=node135/4085706-1465277932
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71500 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085706-1465277932/watcher-4085706-1465277932 -o /tmp/evaluation-result-4085706-1465277932/solver-4085706-1465277932 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085706-1465277932.opb

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

MD5SUM BENCH= bb6edae9b271ecf76d3d6c31c88b027d
RANDOM SEED=1028392400

node135.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.026
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.05
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.026
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		: 2667.026
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		: 2667.026
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.026
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.56
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.026
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.026
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.026
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:        26751304 kB
Buffers:          121152 kB
Cached:           451464 kB
SwapCached:         1764 kB
Active:          3435456 kB
Inactive:         253648 kB
Active(anon):    3117352 kB
Inactive(anon):     1376 kB
Active(file):     318104 kB
Inactive(file):   252272 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:               904 kB
Writeback:             0 kB
AnonPages:       4802352 kB
Mapped:            15512 kB
Shmem:                 0 kB
Slab:             608164 kB
SReclaimable:      51252 kB
SUnreclaim:       556912 kB
KernelStack:        1624 kB
PageTables:        13116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5076916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4747264 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= 71720 MiB
End job on node135 at 2016-06-07 08:08:46