Trace number 4085179

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)114 1800.01 1797.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085179-1465222035.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.26/0.26	c ... done. Wall clock time 0.149s.
0.26/0.26	c declared #vars     464
0.26/0.26	c #constraints  1069
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
0.26/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 693
0.26/0.26	c 1069 constraints processed.
0.26/0.26	c objective function length is 8 literals
1.05/0.61	c SATISFIABLE
1.05/0.61	c OPTIMIZING...
1.05/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.05/0.62	o 123
1.05/0.68	c cleaning 2653 clauses out of 5308 with flag 2975/5308
1.58/1.02	c cleaning 4326 clauses out of 8654 with flag 18357/11307
2.07/1.57	c cleaning 5661 clauses out of 11328 with flag 36343/18307
2.59/2.08	c cleaning 6829 clauses out of 13668 with flag 65613/26308
2.71/2.18	c Got one! Elapsed wall clock time (in seconds):2.065
2.71/2.18	o 120
3.01/2.43	c cleaning 6107 clauses out of 12218 with flag 10188/31687
3.31/2.73	c cleaning 6053 clauses out of 12111 with flag 24881/37687
3.71/3.15	c cleaning 6527 clauses out of 13058 with flag 41989/44687
4.21/3.66	c cleaning 7265 clauses out of 14531 with flag 64687/52687
4.71/4.17	c cleaning 8131 clauses out of 16268 with flag 90960/61689
5.32/4.70	c Got one! Elapsed wall clock time (in seconds):4.592
5.32/4.70	o 119
5.72/5.19	c cleaning 10376 clauses out of 20793 with flag 25384/74345
6.67/5.74	c cleaning 8199 clauses out of 16420 with flag 62361/80348
7.64/6.32	c cleaning 7600 clauses out of 15219 with flag 101973/87346
8.34/7.03	c cleaning 7800 clauses out of 15619 with flag 152352/95346
9.15/7.87	c cleaning 8393 clauses out of 16818 with flag 205252/104345
9.44/8.16	c Got one! Elapsed wall clock time (in seconds):8.044
9.44/8.16	o 118
9.54/8.23	c cleaning 6731 clauses out of 13473 with flag 5190/109393
10.04/8.71	c cleaning 6344 clauses out of 12742 with flag 42507/115393
10.64/9.35	c cleaning 6689 clauses out of 13397 with flag 90751/122392
11.44/10.12	c cleaning 7335 clauses out of 14710 with flag 147890/130394
12.44/11.11	c cleaning 8172 clauses out of 16373 with flag 216280/139392
13.44/12.20	c cleaning 9082 clauses out of 18201 with flag 285317/149392
14.74/13.42	c cleaning 10051 clauses out of 20119 with flag 362397/160392
16.14/14.86	c cleaning 11025 clauses out of 22069 with flag 450166/172393
17.84/16.51	c cleaning 12021 clauses out of 24045 with flag 540992/185394
18.04/16.75	c Got one! Elapsed wall clock time (in seconds):16.635
18.04/16.75	o 117
18.34/17.06	c cleaning 8668 clauses out of 17360 with flag 14986/190730
18.94/17.66	c cleaning 7342 clauses out of 14692 with flag 51839/196730
19.64/18.32	c cleaning 7168 clauses out of 14349 with flag 94955/203729
20.44/19.17	c cleaning 7571 clauses out of 15181 with flag 154048/211729
21.34/20.06	c cleaning 8286 clauses out of 16611 with flag 210197/220730
22.44/21.10	c cleaning 9144 clauses out of 18324 with flag 273871/230729
23.64/22.35	c cleaning 10086 clauses out of 20181 with flag 346430/241730
25.04/23.74	c cleaning 11034 clauses out of 22094 with flag 421101/253729
26.65/25.36	c cleaning 12027 clauses out of 24063 with flag 502307/266732
28.64/27.36	c cleaning 13000 clauses out of 26034 with flag 606774/280730
30.94/29.62	c cleaning 14006 clauses out of 28033 with flag 721445/295729
33.34/32.04	c cleaning 14992 clauses out of 30028 with flag 845411/311730
36.33/35.06	c cleaning 16012 clauses out of 32035 with flag 994520/328729
39.43/38.18	c cleaning 17001 clauses out of 34023 with flag 1139484/346729
43.03/41.71	c cleaning 17999 clauses out of 36022 with flag 1285426/365729
46.24/44.99	c cleaning 18999 clauses out of 38025 with flag 1436933/385731
49.94/48.63	c cleaning 19992 clauses out of 40024 with flag 1580353/406729
53.94/52.69	c cleaning 21009 clauses out of 42033 with flag 1725057/428730
58.44/57.17	c cleaning 22009 clauses out of 44023 with flag 1880079/451729
63.14/61.87	c cleaning 22989 clauses out of 46015 with flag 2043040/475730
68.14/66.82	c cleaning 24005 clauses out of 48028 with flag 2222479/500732
74.34/73.03	c cleaning 24991 clauses out of 50020 with flag 2405609/526729
80.36/79.04	c cleaning 25998 clauses out of 52031 with flag 2585129/553731
86.86/85.58	c cleaning 27010 clauses out of 54031 with flag 2783219/581729
90.66/89.30	c Got one! Elapsed wall clock time (in seconds):89.189
90.66/89.30	o 116
91.76/90.50	c cleaning 24672 clauses out of 49352 with flag 28508/604060
92.76/91.45	c cleaning 15333 clauses out of 30679 with flag 63711/610059
93.66/92.36	c cleaning 11152 clauses out of 22346 with flag 107487/617059
94.56/93.26	c cleaning 9588 clauses out of 19194 with flag 152461/625059
95.66/94.31	c cleaning 9295 clauses out of 18607 with flag 203660/634060
96.76/95.48	c cleaning 9636 clauses out of 19310 with flag 259557/644058
98.17/96.87	c cleaning 10326 clauses out of 20675 with flag 323244/655059
99.76/98.44	c cleaning 11157 clauses out of 22348 with flag 394241/667058
101.56/100.27	c cleaning 12078 clauses out of 24191 with flag 475159/680058
103.86/102.51	c cleaning 13036 clauses out of 26114 with flag 568397/694059
106.06/104.72	c cleaning 14017 clauses out of 28078 with flag 663937/709059
108.38/107.04	c cleaning 15017 clauses out of 30061 with flag 763404/725059
111.39/110.04	c cleaning 16017 clauses out of 32043 with flag 878012/742058
114.38/113.09	c cleaning 17002 clauses out of 34026 with flag 992127/760058
117.78/116.44	c cleaning 17989 clauses out of 36024 with flag 1103719/779058
121.19/119.84	c cleaning 19012 clauses out of 38035 with flag 1221871/799058
124.99/123.70	c cleaning 20007 clauses out of 40024 with flag 1353221/820059
129.09/127.74	c cleaning 21004 clauses out of 42017 with flag 1478385/842059
133.78/132.46	c cleaning 21988 clauses out of 44012 with flag 1616434/865058
138.58/137.21	c cleaning 23005 clauses out of 46025 with flag 1766212/889059
142.08/140.77	c Got one! Elapsed wall clock time (in seconds):140.66
142.08/140.77	o 115
143.28/142.00	c cleaning 23175 clauses out of 46373 with flag 24814/912412
144.38/143.02	c cleaning 14593 clauses out of 29198 with flag 58179/918412
145.27/143.98	c cleaning 10787 clauses out of 21605 with flag 96779/925412
146.27/144.92	c cleaning 9380 clauses out of 18818 with flag 144252/933412
147.27/145.95	c cleaning 9203 clauses out of 18438 with flag 189765/942412
148.57/147.25	c cleaning 9606 clauses out of 19235 with flag 240271/952412
150.07/148.72	c cleaning 10306 clauses out of 20629 with flag 303917/963412
151.77/150.42	c cleaning 11148 clauses out of 22325 with flag 372796/975414
153.67/152.31	c cleaning 12078 clauses out of 24175 with flag 447178/988412
155.67/154.36	c cleaning 13034 clauses out of 26097 with flag 526737/1002412
157.87/156.56	c cleaning 14021 clauses out of 28065 with flag 613260/1017414
160.67/159.35	c cleaning 15018 clauses out of 30043 with flag 714306/1033413
163.68/162.33	c cleaning 15997 clauses out of 32025 with flag 829290/1050413
166.98/165.66	c cleaning 16995 clauses out of 34029 with flag 954872/1068414
170.78/169.47	c cleaning 18011 clauses out of 36034 with flag 1095318/1087414
174.47/173.16	c cleaning 18994 clauses out of 38022 with flag 1209822/1107413
178.48/177.12	c cleaning 19998 clauses out of 40027 with flag 1336941/1128412
183.07/181.72	c cleaning 21004 clauses out of 42031 with flag 1480126/1150414
188.08/186.77	c cleaning 22002 clauses out of 44025 with flag 1644835/1173412
193.91/192.51	c cleaning 23001 clauses out of 46023 with flag 1819279/1197412
198.90/197.50	c cleaning 24007 clauses out of 48027 with flag 1960800/1222417
204.79/203.49	c cleaning 24990 clauses out of 50016 with flag 2121755/1248413
211.09/209.77	c cleaning 25998 clauses out of 52026 with flag 2292745/1275413
217.99/216.63	c cleaning 26999 clauses out of 54027 with flag 2469042/1303412
225.49/224.19	c cleaning 28004 clauses out of 56029 with flag 2671824/1332413
233.52/232.19	c cleaning 28999 clauses out of 58024 with flag 2881655/1362412
241.41/240.05	c cleaning 29993 clauses out of 60025 with flag 3066276/1393412
250.21/248.81	c cleaning 31016 clauses out of 62033 with flag 3287569/1425413
259.31/257.99	c cleaning 31999 clauses out of 64016 with flag 3503174/1458412
268.96/267.56	c cleaning 33002 clauses out of 66019 with flag 3711287/1492414
278.66/277.22	c cleaning 34005 clauses out of 68016 with flag 3938089/1527413
289.75/288.34	c cleaning 34990 clauses out of 70011 with flag 4181600/1563413
303.14/301.76	c cleaning 36004 clauses out of 72020 with flag 4453548/1600412
316.40/314.91	c cleaning 36995 clauses out of 74018 with flag 4738700/1638414
330.20/328.75	c cleaning 37999 clauses out of 76023 with flag 5049504/1677414
345.01/343.55	c cleaning 39005 clauses out of 78022 with flag 5367291/1717412
360.11/358.70	c cleaning 39997 clauses out of 80017 with flag 5679286/1758412
372.45/370.93	c Got one! Elapsed wall clock time (in seconds):370.815
372.45/370.93	o 114
374.55/373.07	c cleaning 40655 clauses out of 81329 with flag 30964/1799721
376.05/374.55	c cleaning 23331 clauses out of 46676 with flag 70456/1805723
377.25/375.71	c cleaning 15155 clauses out of 30344 with flag 116189/1812722
378.35/376.80	c cleaning 11399 clauses out of 23188 with flag 153951/1820721
379.45/377.96	c cleaning 9007 clauses out of 20789 with flag 190893/1829721
380.65/379.17	c cleaning 9982 clauses out of 21783 with flag 227429/1839722
382.25/380.76	c cleaning 10981 clauses out of 22803 with flag 273667/1850724
383.85/382.35	c cleaning 11885 clauses out of 23820 with flag 319230/1862722
385.55/384.03	c cleaning 12462 clauses out of 24934 with flag 369332/1875721
387.65/386.12	c cleaning 13225 clauses out of 26474 with flag 428100/1889723
389.76/388.23	c cleaning 14118 clauses out of 28247 with flag 493390/1904721
392.36/390.81	c cleaning 15046 clauses out of 30129 with flag 572038/1920721
394.96/393.49	c cleaning 16028 clauses out of 32084 with flag 651187/1937722
397.86/396.33	c cleaning 17018 clauses out of 34057 with flag 733123/1955723
401.56/400.05	c cleaning 18002 clauses out of 36038 with flag 847277/1974722
405.06/403.59	c cleaning 19001 clauses out of 38035 with flag 951223/1994721
409.06/407.59	c cleaning 20001 clauses out of 40036 with flag 1062916/2015723
413.37/411.85	c cleaning 21000 clauses out of 42034 with flag 1180528/2037722
417.66/416.17	c cleaning 22012 clauses out of 44033 with flag 1296189/2060721
422.36/420.86	c cleaning 22996 clauses out of 46022 with flag 1420972/2084722
427.86/426.31	c cleaning 24007 clauses out of 48025 with flag 1559863/2109721
433.66/432.19	c cleaning 24993 clauses out of 50019 with flag 1713157/2135722
440.36/438.87	c cleaning 26001 clauses out of 52027 with flag 1875597/2162723
446.96/445.49	c cleaning 26995 clauses out of 54025 with flag 2023357/2190722
454.36/452.84	c cleaning 28001 clauses out of 56030 with flag 2189774/2219722
461.46/459.98	c cleaning 29004 clauses out of 58032 with flag 2355338/2249725
469.74/468.23	c cleaning 29997 clauses out of 60024 with flag 2530028/2280721
478.98/477.45	c cleaning 31003 clauses out of 62028 with flag 2725145/2312722
488.27/486.74	c cleaning 31990 clauses out of 64025 with flag 2928905/2345722
497.57/496.04	c cleaning 32997 clauses out of 66034 with flag 3121377/2379721
507.86/506.38	c cleaning 34003 clauses out of 68039 with flag 3319112/2414723
518.97/517.45	c cleaning 35010 clauses out of 70036 with flag 3545881/2450723
530.96/529.47	c cleaning 36005 clauses out of 72024 with flag 3782071/2487721
544.36/542.90	c cleaning 37001 clauses out of 74019 with flag 4056391/2525721
557.97/556.43	c cleaning 37994 clauses out of 76019 with flag 4325883/2564722
572.76/571.25	c cleaning 38996 clauses out of 78025 with flag 4576542/2604722
588.87/587.35	c cleaning 40005 clauses out of 80030 with flag 4859219/2645723
605.58/604.09	c cleaning 40993 clauses out of 82025 with flag 5158431/2687723
622.36/620.87	c cleaning 42002 clauses out of 84030 with flag 5458479/2730721
638.98/637.47	c cleaning 42992 clauses out of 86028 with flag 5779335/2774721
657.86/656.33	c cleaning 44014 clauses out of 88036 with flag 6073114/2819721
676.30/674.73	c cleaning 44987 clauses out of 90023 with flag 6401966/2865722
694.70/693.13	c cleaning 46006 clauses out of 92035 with flag 6735725/2912721
716.48/714.91	c cleaning 47005 clauses out of 94031 with flag 7045464/2960723
737.99/736.42	c cleaning 48004 clauses out of 96025 with flag 7376406/3009722
761.99/760.43	c cleaning 48999 clauses out of 98021 with flag 7738101/3059722
785.31/783.73	c cleaning 49995 clauses out of 100021 with flag 8103657/3110721
810.62/809.05	c cleaning 51003 clauses out of 102026 with flag 8479244/3162721
837.08/835.41	c cleaning 52005 clauses out of 104025 with flag 8885594/3215723
864.27/862.52	c cleaning 52999 clauses out of 106019 with flag 9282267/3269722
891.86/890.16	c cleaning 53993 clauses out of 108020 with flag 9655696/3324722
919.70/917.97	c cleaning 55004 clauses out of 110026 with flag 10021808/3380721
950.81/949.07	c cleaning 56002 clauses out of 112022 with flag 10415887/3437721
982.15/980.35	c cleaning 57001 clauses out of 114020 with flag 10831638/3495721
1015.55/1013.75	c cleaning 58001 clauses out of 116019 with flag 11250193/3554721
1051.97/1050.15	c cleaning 58993 clauses out of 118018 with flag 11687577/3614721
1087.63/1085.77	c cleaning 60001 clauses out of 120025 with flag 12120532/3675721
1126.98/1125.06	c cleaning 61002 clauses out of 122026 with flag 12595351/3737723
1167.69/1165.77	c cleaning 61999 clauses out of 124023 with flag 13080429/3800722
1211.20/1209.29	c cleaning 63003 clauses out of 126023 with flag 13580734/3864721
1252.73/1250.75	c cleaning 64007 clauses out of 128021 with flag 14064559/3929722
1297.18/1295.15	c cleaning 65003 clauses out of 130015 with flag 14520503/3995723
1343.69/1341.67	c cleaning 65997 clauses out of 132011 with flag 15026933/4062722
1393.93/1391.85	c cleaning 67004 clauses out of 134014 with flag 15536672/4130722
1441.66/1439.51	c cleaning 68001 clauses out of 136009 with flag 16015251/4199721
1495.60/1493.47	c cleaning 68997 clauses out of 138009 with flag 16534239/4269722
1550.34/1548.11	c cleaning 70002 clauses out of 140014 with flag 17062176/4340724
1604.01/1601.71	c cleaning 70997 clauses out of 142009 with flag 17566083/4412721
1657.95/1655.65	c cleaning 72001 clauses out of 144013 with flag 18078375/4485722
1718.57/1716.27	c cleaning 72999 clauses out of 146012 with flag 18630774/4559722
1781.61/1779.21	c cleaning 73991 clauses out of 148012 with flag 19220355/4634721
1800.01/1797.62	c starts		: 7733
1800.01/1797.62	c conflicts		: 4665913
1800.01/1797.62	c decisions		: 6013390
1800.01/1797.62	c propagations		: 318384192
1800.01/1797.62	c inspects		: 32532769869
1800.01/1797.62	c shortcuts		: 0
1800.01/1797.62	c learnt literals	: 0
1800.01/1797.62	c learnt binary clauses	: 1
1800.01/1797.62	c learnt ternary clauses	: 25
1800.01/1797.62	c learnt constraints	: 4665913
1800.01/1797.62	c ignored constraints	: 0
1800.01/1797.62	c root simplifications	: 0
1800.01/1797.62	c removed literals (reason simplification)	: 0
1800.01/1797.62	c reason swapping (by a shorter reason)	: 0
1800.01/1797.62	c Calls to reduceDB	: 175
1800.01/1797.62	c Number of update (reduction) of LBD	: 1511143
1800.01/1797.62	c Imported unit clauses	: 0
1800.01/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.62	c number of learned constraints concerned by reduction	: 0
1800.01/1797.62	c number of learning phase by resolution	: 0
1800.01/1797.62	c number of learning phase by cutting planes	: 0
1800.01/1797.62	c speed (assignments/second)	: 177140.60677006686
1800.01/1797.62	c non guided choices	258
1800.01/1797.65	c learnt constraints type 
1800.01/1797.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/1797.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105212
1800.01/1797.65	s SATISFIABLE
1800.01/1797.65	c Found 8 solution(s)
1800.01/1797.65	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 
1800.01/1797.65	c objective function=114
1800.01/1797.65	c Total wall clock time (in seconds): 1797.535

Verifier Data

OK	114

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-4085179-1465222035/watcher-4085179-1465222035 -o /tmp/evaluation-result-4085179-1465222035/solver-4085179-1465222035 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085179-1465222035.opb 

pid=9341
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.19 2.25 2.19 3/194 9344
/proc/meminfo: memFree=29805180/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/9344/stat : 9344 (java) R 9341 9344 9017 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 104135426 2560000 46 33554432000 1073741824 1073778376 140733956370576 140734964478168 248781040935 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.19 2.25 2.19 3/194 9344
/proc/meminfo: memFree=29805180/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 104135426 9787879424 6032 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.19 2.25 2.19 3/194 9344
/proc/meminfo: memFree=29805180/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 4925 0 1 0 24 2 0 0 20 0 18 0 104135426 9787879424 6963 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2389619 6963 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.19 2.25 2.19 3/194 9344
/proc/meminfo: memFree=29805180/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 6125 0 1 0 47 2 0 0 20 0 19 0 104135426 9856040960 8670 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 8670 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700184 s]
/proc/loadavg: 2.19 2.25 2.19 3/194 9344
/proc/meminfo: memFree=29805180/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 10459 0 1 0 118 3 0 0 20 0 19 0 104135426 9856040960 11590 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 11590 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.19 2.25 2.19 3/213 9363
/proc/meminfo: memFree=29763240/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 10653 0 1 0 203 4 0 0 20 0 19 0 104135426 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 13211 2258 9 0 2396937 0
[pid=9344/tid=9346] ppid=9341 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/9344/task/9346/stat : 9346 (java) R 9341 9344 9017 0 -1 4202560 2412 0 1 0 143 2 0 0 20 0 19 0 104135427 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140147144217080 140147014834490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9347] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9347/stat : 9347 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135428 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140147133279272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9348] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9348/stat : 9348 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146986662824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9349] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9349/stat : 9349 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146985610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9350] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9350/stat : 9350 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146984557224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9351] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9351/stat : 9351 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146983504424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9352] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9352/stat : 9352 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146982451624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9353] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9353/stat : 9353 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146981398824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9354] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9354/stat : 9354 (java) S 9341 9344 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146980346024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9355] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9355/stat : 9355 (java) S 9341 9344 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146968148968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9356] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9356/stat : 9356 (java) S 9341 9344 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146967095032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9357] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9357/stat : 9357 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146966042120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9358] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9358/stat : 9358 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146964990608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9359] ppid=9341 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9344/task/9359/stat : 9359 (java) S 9341 9344 9017 0 -1 4202560 3308 0 0 0 29 0 0 0 20 0 19 0 104135432 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146963937720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9360] ppid=9341 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9344/task/9360/stat : 9360 (java) S 9341 9344 9017 0 -1 4202560 3662 0 0 0 28 1 0 0 20 0 19 0 104135432 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146962884920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9361] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9361/stat : 9361 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146961832312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9362] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9362/stat : 9362 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146960779720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 13211 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.19 2.25 2.19 3/213 9363
/proc/meminfo: memFree=29752256/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 10662 0 1 0 367 4 0 0 20 0 19 0 104135426 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 16795 2258 9 0 2396937 0
[pid=9344/tid=9346] ppid=9341 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/9344/task/9346/stat : 9346 (java) R 9341 9344 9017 0 -1 4202560 2421 0 1 0 302 2 0 0 20 0 19 0 104135427 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140147144214968 140147014834541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9347] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9347/stat : 9347 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135428 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140147133279272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9348] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9348/stat : 9348 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146986662824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9349] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9349/stat : 9349 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146985610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9350] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9350/stat : 9350 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146984557224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9351] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9351/stat : 9351 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146983504424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9352] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9352/stat : 9352 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146982451624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9353] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9353/stat : 9353 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146981398824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9354] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9354/stat : 9354 (java) S 9341 9344 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146980346024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9355] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9355/stat : 9355 (java) S 9341 9344 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146968148968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9356] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9356/stat : 9356 (java) S 9341 9344 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146967095032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9357] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9357/stat : 9357 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146966042120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9358] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9358/stat : 9358 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146964990608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9359] ppid=9341 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9344/task/9359/stat : 9359 (java) S 9341 9344 9017 0 -1 4202560 3308 0 0 0 30 0 0 0 20 0 19 0 104135432 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146963937720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9360] ppid=9341 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9344/task/9360/stat : 9360 (java) S 9341 9344 9017 0 -1 4202560 3662 0 0 0 31 1 0 0 20 0 19 0 104135432 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146962884920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9361] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9361/stat : 9361 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146961832312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9362] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9362/stat : 9362 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146960779720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 16795 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.18 2.25 2.19 3/213 9363
/proc/meminfo: memFree=29714872/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=7.64 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 18110 0 1 0 758 6 0 0 20 0 19 0 104135426 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 26856 2260 9 0 2396937 0
[pid=9344/tid=9346] ppid=9341 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/9344/task/9346/stat : 9346 (java) R 9341 9344 9017 0 -1 4202560 2437 0 1 0 621 2 0 0 20 0 19 0 104135427 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140147144214960 140147014759420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9347] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9347/stat : 9347 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135428 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140147133279272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9348] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9348/stat : 9348 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146986662824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9349] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9349/stat : 9349 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146985610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9350] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9350/stat : 9350 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146984557224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9351] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9351/stat : 9351 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146983504424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9352] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9352/stat : 9352 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146982451624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9353] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9353/stat : 9353 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146981398824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9354] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9354/stat : 9354 (java) S 9341 9344 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104135429 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146980346024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9355] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9355/stat : 9355 (java) S 9341 9344 9017 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146968148968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9356] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9356/stat : 9356 (java) S 9341 9344 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146967095032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9357] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9357/stat : 9357 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146966042120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9358] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9358/stat : 9358 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146964990608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9359] ppid=9341 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9344/task/9359/stat : 9359 (java) S 9341 9344 9017 0 -1 4202560 3308 0 0 0 33 0 0 0 20 0 19 0 104135432 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146963937720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9360] ppid=9341 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/9344/task/9360/stat : 9360 (java) S 9341 9344 9017 0 -1 4202560 11092 0 0 0 100 3 0 0 20 0 19 0 104135432 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146962884920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9361] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9361/stat : 9361 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146961832312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9362] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9362/stat : 9362 (java) S 9341 9344 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146960779720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 26856 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9625040


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

[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 66480 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.64
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.25 2.20 3/213 9472
/proc/meminfo: memFree=26940928/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=1724.67 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 18709 0 1 0 172419 48 0 0 20 0 19 0 104135426 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 66671 2274 9 0 2396937 0
[pid=9344/tid=9346] ppid=9341 vsize=9625040 CPUtime=1717.04 cores=1,3,5,7
/proc/9344/task/9346/stat : 9346 (java) R 9341 9344 9017 0 -1 4202560 2513 0 1 0 171673 31 0 0 20 0 19 0 104135427 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140147144208064 140147014834461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9347] ppid=9341 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9344/task/9347/stat : 9347 (java) S 9341 9344 9017 0 -1 4202560 135 0 0 0 18 2 0 0 20 0 19 0 104135428 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140147133279272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9348] ppid=9341 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9344/task/9348/stat : 9348 (java) S 9341 9344 9017 0 -1 4202560 30 0 0 0 16 2 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146986662824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9349] ppid=9341 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9344/task/9349/stat : 9349 (java) S 9341 9344 9017 0 -1 4202560 36 0 0 0 18 2 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146985610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9350] ppid=9341 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9344/task/9350/stat : 9350 (java) S 9341 9344 9017 0 -1 4202560 34 0 0 0 17 2 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146984557224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9351] ppid=9341 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9344/task/9351/stat : 9351 (java) S 9341 9344 9017 0 -1 4202560 27 0 0 0 13 2 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146983504424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9352] ppid=9341 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9344/task/9352/stat : 9352 (java) S 9341 9344 9017 0 -1 4202560 36 0 0 0 18 2 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146982451624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9353] ppid=9341 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/9344/task/9353/stat : 9353 (java) S 9341 9344 9017 0 -1 4202560 18 0 0 0 13 1 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146981398824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9354] ppid=9341 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9344/task/9354/stat : 9354 (java) S 9341 9344 9017 0 -1 4202560 33 0 0 0 16 2 0 0 20 0 19 0 104135429 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146980346024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9355] ppid=9341 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9344/task/9355/stat : 9355 (java) S 9341 9344 9017 0 -1 4202560 87 0 0 0 2 1 0 0 20 0 19 0 104135430 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146968148968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9356] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9356/stat : 9356 (java) S 9341 9344 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146967095032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9357] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9357/stat : 9357 (java) S 9341 9344 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146966042120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9358] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9358/stat : 9358 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146964990608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9359] ppid=9341 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9344/task/9359/stat : 9359 (java) S 9341 9344 9017 0 -1 4202560 3308 0 0 0 33 0 0 0 20 0 19 0 104135432 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146963937720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9360] ppid=9341 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/9344/task/9360/stat : 9360 (java) S 9341 9344 9017 0 -1 4202560 11095 0 0 0 102 3 0 0 20 0 19 0 104135432 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146962884920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9361] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9361/stat : 9361 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146961832312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9362] ppid=9341 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/9344/task/9362/stat : 9362 (java) S 9341 9344 9017 0 -1 4202560 100 0 0 0 30 31 0 0 20 0 19 0 104135432 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146960779720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 66671 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.24 2.19 4/213 9473
/proc/meminfo: memFree=26942408/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=1784.71 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 18716 0 1 0 178421 50 0 0 20 0 19 0 104135426 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 66190 2274 9 0 2396937 0
[pid=9344/tid=9346] ppid=9341 vsize=9625040 CPUtime=1776.87 cores=1,3,5,7
/proc/9344/task/9346/stat : 9346 (java) R 9341 9344 9017 0 -1 4202560 2514 0 1 0 177655 32 0 0 20 0 19 0 104135427 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140147144208064 140147014303671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9347] ppid=9341 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9344/task/9347/stat : 9347 (java) S 9341 9344 9017 0 -1 4202560 135 0 0 0 19 2 0 0 20 0 19 0 104135428 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140147133279272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9348] ppid=9341 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9344/task/9348/stat : 9348 (java) S 9341 9344 9017 0 -1 4202560 30 0 0 0 16 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146986662824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9349] ppid=9341 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9344/task/9349/stat : 9349 (java) S 9341 9344 9017 0 -1 4202560 36 0 0 0 19 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146985610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9350] ppid=9341 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9344/task/9350/stat : 9350 (java) S 9341 9344 9017 0 -1 4202560 34 0 0 0 18 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146984557224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9351] ppid=9341 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9344/task/9351/stat : 9351 (java) S 9341 9344 9017 0 -1 4202560 27 0 0 0 13 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146983504424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9352] ppid=9341 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9344/task/9352/stat : 9352 (java) S 9341 9344 9017 0 -1 4202560 36 0 0 0 19 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146982451624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9353] ppid=9341 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9344/task/9353/stat : 9353 (java) S 9341 9344 9017 0 -1 4202560 18 0 0 0 14 1 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146981398824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9354] ppid=9341 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9344/task/9354/stat : 9354 (java) S 9341 9344 9017 0 -1 4202560 33 0 0 0 16 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146980346024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9355] ppid=9341 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9344/task/9355/stat : 9355 (java) S 9341 9344 9017 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 19 0 104135430 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146968148968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9356] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9356/stat : 9356 (java) S 9341 9344 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146967095032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9357] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9357/stat : 9357 (java) S 9341 9344 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146966042120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9358] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9358/stat : 9358 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146964990608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9359] ppid=9341 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9344/task/9359/stat : 9359 (java) S 9341 9344 9017 0 -1 4202560 3308 0 0 0 33 0 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146963937720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9360] ppid=9341 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/9344/task/9360/stat : 9360 (java) S 9341 9344 9017 0 -1 4202560 11095 0 0 0 102 3 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146962884920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9361] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9361/stat : 9361 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146961832312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9362] ppid=9341 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9344/task/9362/stat : 9362 (java) S 9341 9344 9017 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146960779720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.71
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.17 2.23 2.19 3/213 9473
/proc/meminfo: memFree=26942204/32872528 swapFree=17452/1581112
[pid=9344] ppid=9341 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/9344/stat : 9344 (java) S 9341 9344 9017 0 -1 4202496 18716 0 1 0 179951 50 0 0 20 0 19 0 104135426 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140733956361712 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9344/statm: 2406260 66190 2274 9 0 2396937 0
[pid=9344/tid=9346] ppid=9341 vsize=9625040 CPUtime=1792.13 cores=1,3,5,7
/proc/9344/task/9346/stat : 9346 (java) R 9341 9344 9017 0 -1 4202560 2514 0 1 0 179181 32 0 0 20 0 19 0 104135427 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140147144208064 140147014789735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9347] ppid=9341 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9344/task/9347/stat : 9347 (java) S 9341 9344 9017 0 -1 4202560 135 0 0 0 19 2 0 0 20 0 19 0 104135428 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140147133279272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9348] ppid=9341 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9344/task/9348/stat : 9348 (java) S 9341 9344 9017 0 -1 4202560 30 0 0 0 16 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146986662824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9349] ppid=9341 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9344/task/9349/stat : 9349 (java) S 9341 9344 9017 0 -1 4202560 36 0 0 0 19 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146985610024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9350] ppid=9341 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9344/task/9350/stat : 9350 (java) S 9341 9344 9017 0 -1 4202560 34 0 0 0 18 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146984557224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9351] ppid=9341 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9344/task/9351/stat : 9351 (java) S 9341 9344 9017 0 -1 4202560 27 0 0 0 13 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146983504424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9352] ppid=9341 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9344/task/9352/stat : 9352 (java) S 9341 9344 9017 0 -1 4202560 36 0 0 0 19 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146982451624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9344/tid=9353] ppid=9341 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/9344/task/9353/stat : 9353 (java) S 9341 9344 9017 0 -1 4202560 18 0 0 0 14 1 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146981398824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9354] ppid=9341 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9344/task/9354/stat : 9354 (java) S 9341 9344 9017 0 -1 4202560 33 0 0 0 16 2 0 0 20 0 19 0 104135429 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146980346024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9355] ppid=9341 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9344/task/9355/stat : 9355 (java) S 9341 9344 9017 0 -1 4202560 89 0 0 0 2 1 0 0 20 0 19 0 104135430 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146968148968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9356] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9356/stat : 9356 (java) S 9341 9344 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146967095032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9357] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9357/stat : 9357 (java) S 9341 9344 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104135430 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146966042120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9358] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9358/stat : 9358 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146964990608 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9359] ppid=9341 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9344/task/9359/stat : 9359 (java) S 9341 9344 9017 0 -1 4202560 3308 0 0 0 33 0 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146963937720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9360] ppid=9341 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/9344/task/9360/stat : 9360 (java) S 9341 9344 9017 0 -1 4202560 11095 0 0 0 102 3 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146962884920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9344/tid=9361] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9361/stat : 9361 (java) S 9341 9344 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146961832312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9344/tid=9362] ppid=9341 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9344/task/9362/stat : 9362 (java) S 9341 9344 9017 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 104135432 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146960779720 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9344/tid=9363] ppid=9341 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9344/task/9363/stat : 9363 (java) S 9341 9344 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104135453 9856040960 66190 33554432000 1073741824 1073778376 140733956370576 140146959726248 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 9344 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 9344 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=70107
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=981850
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.66
CPU time (s): 1800.01
CPU user time (s): 1799.51
CPU system time (s): 0.5
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.07
system time used= 0.98185
maximum resident set size= 267968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18770
page faults= 1
swaps= 0
block input operations= 88
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39240
involuntary context switches= 16526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7424 second user time and 13.5819 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 16:07:15
IDJOB=4085179
IDBENCH=1844
IDSOLVER=2546
FILE ID=node139/4085179-1465222035
RUNJOBID= node139-1465220260-9034
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085179-1465222035/watcher-4085179-1465222035 -o /tmp/evaluation-result-4085179-1465222035/solver-4085179-1465222035 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085179-1465222035.opb

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=276635097

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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:        29805824 kB
Buffers:           10996 kB
Cached:            75048 kB
SwapCached:         1464 kB
Active:           747092 kB
Inactive:          36060 kB
Active(anon):     697424 kB
Inactive(anon):     2172 kB
Active(file):      49668 kB
Inactive(file):    33888 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       2336480 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             566384 kB
SReclaimable:      10580 kB
SUnreclaim:       555804 kB
KernelStack:        1768 kB
PageTables:         8636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2426028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2297856 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= 71696 MiB
End job on node139 at 2016-06-06 16:37:13