Trace number 4085257

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)64 1800.07 1795.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUMff9be653d1d3ea3b1a82846016e94df6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085257-1465228777.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.47/0.36	c ... done. Wall clock time 0.251s.
0.47/0.36	c declared #vars     540
0.47/0.36	c #constraints  4626
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.47/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.47/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.47/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.47/0.36	c 4626 constraints processed.
0.47/0.36	c objective function length is 180 literals
0.72/0.49	c SATISFIABLE
0.72/0.49	c OPTIMIZING...
0.72/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.72/0.49	o 88
1.02/0.55	c Got one! Elapsed wall clock time (in seconds):0.438
1.02/0.55	o 74
1.18/0.66	c Got one! Elapsed wall clock time (in seconds):0.544
1.18/0.66	o 70
1.66/1.06	c cleaning 2898 clauses out of 5813 with flag 23336/5813
2.33/1.63	c cleaning 4446 clauses out of 8917 with flag 84691/11815
2.83/2.19	c cleaning 5729 clauses out of 11469 with flag 142848/18813
3.16/2.44	c cleaning 6869 clauses out of 13741 with flag 160728/26814
3.47/2.78	c cleaning 7936 clauses out of 15872 with flag 180859/35814
3.97/3.25	c cleaning 8968 clauses out of 17935 with flag 202790/45813
4.57/3.83	c cleaning 9985 clauses out of 19969 with flag 226936/56815
5.18/4.43	c cleaning 10985 clauses out of 21982 with flag 253442/68813
5.87/5.15	c cleaning 11994 clauses out of 23998 with flag 283452/81814
6.67/5.95	c cleaning 12998 clauses out of 26004 with flag 315490/95814
8.97/8.27	c cleaning 13998 clauses out of 28005 with flag 476440/110813
9.37/8.62	c Got one! Elapsed wall clock time (in seconds):8.511
9.37/8.62	o 68
10.08/9.37	c Got one! Elapsed wall clock time (in seconds):9.26
10.08/9.37	o 64
10.30/9.57	c cleaning 10421 clauses out of 20851 with flag 9376/117657
11.21/10.43	c cleaning 8204 clauses out of 16430 with flag 73413/123657
11.81/11.04	c cleaning 7609 clauses out of 15227 with flag 136569/130658
12.11/11.33	c cleaning 7801 clauses out of 15617 with flag 155040/138657
12.41/11.64	c cleaning 8404 clauses out of 16816 with flag 175513/147657
12.81/12.02	c cleaning 9206 clauses out of 18412 with flag 198043/157657
13.21/12.48	c cleaning 10097 clauses out of 20207 with flag 224609/168658
13.81/13.08	c cleaning 11054 clauses out of 22110 with flag 251826/180658
14.97/13.83	c cleaning 12028 clauses out of 24055 with flag 280645/193657
16.24/14.70	c cleaning 13014 clauses out of 26028 with flag 311306/207658
17.24/15.75	c cleaning 14007 clauses out of 28014 with flag 344268/222658
18.34/16.89	c cleaning 15000 clauses out of 30006 with flag 379432/238657
19.44/17.98	c cleaning 15999 clauses out of 32006 with flag 417850/255657
20.74/19.26	c cleaning 17002 clauses out of 34007 with flag 460758/273657
22.24/20.71	c cleaning 17997 clauses out of 36005 with flag 507363/292657
23.95/22.43	c cleaning 19001 clauses out of 38008 with flag 555250/312657
25.76/24.29	c cleaning 20001 clauses out of 40007 with flag 604712/333657
27.96/26.48	c cleaning 21001 clauses out of 42006 with flag 655656/355657
30.26/28.76	c cleaning 22004 clauses out of 44008 with flag 708482/378660
32.65/31.14	c cleaning 22999 clauses out of 46001 with flag 762800/402657
35.06/33.59	c cleaning 24001 clauses out of 48002 with flag 821124/427657
38.16/36.64	c cleaning 25002 clauses out of 50003 with flag 879969/453659
41.06/39.54	c cleaning 25995 clauses out of 52000 with flag 942597/480658
44.06/42.50	c cleaning 26995 clauses out of 54005 with flag 1015336/508658
46.86/45.36	c cleaning 28000 clauses out of 56010 with flag 1089661/537658
49.76/48.20	c cleaning 29004 clauses out of 58011 with flag 1167070/567659
53.76/52.25	c cleaning 29999 clauses out of 60005 with flag 1241188/598657
58.06/56.56	c cleaning 30999 clauses out of 62007 with flag 1318550/630658
62.76/61.24	c cleaning 31999 clauses out of 64008 with flag 1396337/663658
66.66/65.11	c cleaning 33005 clauses out of 66009 with flag 1483933/697658
70.90/69.37	c cleaning 33999 clauses out of 68004 with flag 1572151/732658
75.49/73.92	c cleaning 34997 clauses out of 70004 with flag 1671653/768657
80.29/78.70	c cleaning 36001 clauses out of 72008 with flag 1766899/805658
85.49/83.95	c cleaning 36999 clauses out of 74006 with flag 1867137/843657
91.29/89.79	c cleaning 38000 clauses out of 76007 with flag 1969038/882657
97.49/95.92	c cleaning 39004 clauses out of 78007 with flag 2067812/922657
102.99/101.45	c cleaning 40001 clauses out of 80003 with flag 2190974/963657
111.40/109.87	c cleaning 40997 clauses out of 82002 with flag 2477085/1005657
117.80/116.29	c cleaning 41992 clauses out of 84005 with flag 2746206/1048657
121.96/120.37	c cleaning 43007 clauses out of 86013 with flag 2851475/1092657
127.16/125.54	c cleaning 43998 clauses out of 88007 with flag 2957274/1137658
132.56/130.94	c cleaning 44999 clauses out of 90008 with flag 3066609/1183657
138.26/136.65	c cleaning 46001 clauses out of 92009 with flag 3181192/1230657
144.36/142.71	c cleaning 47005 clauses out of 94009 with flag 3297053/1278658
150.65/149.00	c cleaning 47998 clauses out of 96003 with flag 3417632/1327657
157.35/155.70	c cleaning 49000 clauses out of 98006 with flag 3539749/1377658
164.17/162.51	c cleaning 49997 clauses out of 100006 with flag 3661958/1428658
171.18/169.55	c cleaning 51001 clauses out of 102008 with flag 3788921/1480657
178.22/176.58	c cleaning 52000 clauses out of 104007 with flag 3928675/1533657
186.03/184.31	c cleaning 52996 clauses out of 106008 with flag 4069237/1587658
194.63/192.91	c cleaning 54005 clauses out of 108012 with flag 4207844/1642658
202.43/200.78	c cleaning 54996 clauses out of 110007 with flag 4351580/1698658
212.73/211.04	c cleaning 55999 clauses out of 112012 with flag 4655063/1755659
237.93/236.24	c cleaning 57002 clauses out of 114011 with flag 5522944/1813657
267.63/265.86	c cleaning 58001 clauses out of 116011 with flag 6463555/1872659
277.24/275.46	c cleaning 58990 clauses out of 118008 with flag 6732463/1932657
286.24/284.45	c cleaning 60006 clauses out of 120018 with flag 6876765/1993657
295.64/293.82	c cleaning 61004 clauses out of 122013 with flag 7027132/2055658
304.35/302.53	c cleaning 61997 clauses out of 124008 with flag 7183356/2118657
313.68/311.77	c cleaning 63001 clauses out of 126012 with flag 7344936/2182658
323.89/321.96	c cleaning 63996 clauses out of 128010 with flag 7512663/2247657
335.19/333.30	c cleaning 65001 clauses out of 130014 with flag 7683816/2313657
345.79/343.87	c cleaning 66001 clauses out of 132016 with flag 7856993/2380660
355.89/354.00	c cleaning 67005 clauses out of 134012 with flag 8033176/2448657
368.89/366.94	c cleaning 67997 clauses out of 136008 with flag 8215016/2517658
381.58/379.54	c cleaning 68992 clauses out of 138010 with flag 8402533/2587657
392.78/390.78	c cleaning 70006 clauses out of 140018 with flag 8589018/2658657
405.29/403.24	c cleaning 70996 clauses out of 142014 with flag 8782585/2730659
419.09/417.06	c cleaning 72002 clauses out of 144017 with flag 8978088/2803658
434.59/432.55	c cleaning 73001 clauses out of 146014 with flag 9179762/2877657
449.80/447.64	c cleaning 74005 clauses out of 148015 with flag 9385324/2952659
466.11/463.93	c cleaning 74996 clauses out of 150008 with flag 9593865/3028657
481.61/479.44	c cleaning 76002 clauses out of 152012 with flag 9805480/3105657
497.01/494.82	c cleaning 76994 clauses out of 154011 with flag 10019930/3183658
514.66/512.33	c cleaning 78000 clauses out of 156018 with flag 10236431/3262659
538.46/536.17	c cleaning 79003 clauses out of 158017 with flag 10859683/3342658
597.97/595.62	c cleaning 79995 clauses out of 160014 with flag 12284349/3423658
613.38/610.97	c cleaning 81006 clauses out of 162019 with flag 12503501/3505658
628.79/626.32	c cleaning 82000 clauses out of 164012 with flag 12686626/3588657
644.89/642.50	c cleaning 83000 clauses out of 166012 with flag 12874343/3672657
660.09/657.64	c cleaning 84001 clauses out of 168012 with flag 13067121/3757657
675.83/673.29	c cleaning 85005 clauses out of 170012 with flag 13267758/3843658
693.32/690.71	c cleaning 86000 clauses out of 172007 with flag 13468673/3930658
707.12/704.57	c cleaning 87000 clauses out of 174006 with flag 13678363/4018657
724.63/722.01	c cleaning 88004 clauses out of 176007 with flag 13891532/4107658
740.32/737.69	c cleaning 88990 clauses out of 178002 with flag 14104758/4197657
755.12/752.45	c cleaning 90003 clauses out of 180012 with flag 14314268/4288657
771.72/769.07	c cleaning 91001 clauses out of 182010 with flag 14525449/4380658
786.71/783.98	c cleaning 91998 clauses out of 184009 with flag 14741298/4473658
805.02/802.24	c cleaning 92995 clauses out of 186012 with flag 14953562/4567659
822.72/819.99	c cleaning 94001 clauses out of 188015 with flag 15180306/4662657
839.22/836.44	c cleaning 95003 clauses out of 190017 with flag 15415819/4758660
858.36/855.58	c cleaning 95997 clauses out of 192011 with flag 15645075/4855657
881.98/879.10	c cleaning 97002 clauses out of 194015 with flag 15878251/4953658
898.98/896.18	c cleaning 97997 clauses out of 196012 with flag 16120017/5052657
920.36/917.50	c cleaning 99004 clauses out of 198015 with flag 16357893/5152657
943.96/941.00	c cleaning 100003 clauses out of 200012 with flag 16595087/5253658
968.69/965.60	c cleaning 101000 clauses out of 202008 with flag 16839882/5355657
992.98/989.97	c cleaning 101998 clauses out of 204009 with flag 17084443/5458658
1016.30/1013.26	c cleaning 103003 clauses out of 206011 with flag 17346742/5562658
1039.31/1036.15	c cleaning 103998 clauses out of 208007 with flag 17593538/5667657
1062.42/1059.28	c cleaning 104998 clauses out of 210009 with flag 17843224/5773657
1087.23/1084.00	c cleaning 106002 clauses out of 212011 with flag 18090664/5880657
1116.52/1113.23	c cleaning 106996 clauses out of 214009 with flag 18355675/5988657
1147.22/1143.95	c cleaning 108005 clauses out of 216015 with flag 18639826/6097659
1179.63/1176.29	c cleaning 108997 clauses out of 218008 with flag 18916707/6207657
1212.62/1209.20	c cleaning 110003 clauses out of 220012 with flag 19199564/6318658
1243.73/1240.30	c cleaning 110999 clauses out of 222008 with flag 19492356/6430657
1277.22/1273.71	c cleaning 112005 clauses out of 224009 with flag 19790775/6543657
1312.13/1308.60	c cleaning 112996 clauses out of 226005 with flag 20089836/6657658
1349.90/1346.34	c cleaning 113999 clauses out of 228008 with flag 20385171/6772657
1391.40/1387.87	c cleaning 114998 clauses out of 230010 with flag 20695291/6888658
1427.32/1423.65	c cleaning 115997 clauses out of 232011 with flag 21002200/7005657
1468.53/1464.85	c cleaning 117005 clauses out of 234014 with flag 21306963/7123657
1511.99/1508.10	c cleaning 117995 clauses out of 236009 with flag 21701341/7242657
1556.09/1552.22	c cleaning 118998 clauses out of 238016 with flag 22247945/7362659
1589.29/1585.32	c cleaning 120005 clauses out of 240016 with flag 22550460/7483657
1624.51/1620.54	c cleaning 120999 clauses out of 242011 with flag 22871853/7605657
1665.93/1661.88	c cleaning 122000 clauses out of 244014 with flag 23217009/7728659
1708.24/1704.12	c cleaning 122997 clauses out of 246012 with flag 23567147/7852657
1751.61/1747.49	c cleaning 124004 clauses out of 248015 with flag 23884468/7977657
1790.22/1786.03	c cleaning 124999 clauses out of 250011 with flag 24207860/8103657
1800.07/1795.80	c starts		: 2901
1800.07/1795.80	c conflicts		: 8158120
1800.07/1795.80	c decisions		: 9205882
1800.07/1795.80	c propagations		: 139978226
1800.07/1795.80	c inspects		: 36125618168
1800.07/1795.80	c shortcuts		: 0
1800.07/1795.80	c learnt literals	: 0
1800.07/1795.80	c learnt binary clauses	: 2
1800.07/1795.80	c learnt ternary clauses	: 3
1800.07/1795.80	c learnt constraints	: 8158120
1800.07/1795.80	c ignored constraints	: 0
1800.07/1795.80	c root simplifications	: 0
1800.07/1795.80	c removed literals (reason simplification)	: 0
1800.07/1795.80	c reason swapping (by a shorter reason)	: 0
1800.07/1795.80	c Calls to reduceDB	: 133
1800.07/1795.80	c Number of update (reduction) of LBD	: 568565
1800.07/1795.80	c Imported unit clauses	: 0
1800.07/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.80	c number of learned constraints concerned by reduction	: 0
1800.07/1795.80	c number of learning phase by resolution	: 0
1800.07/1795.80	c number of learning phase by cutting planes	: 0
1800.07/1795.80	c speed (assignments/second)	: 77963.40496871232
1800.07/1795.80	c non guided choices	396
1800.07/1795.83	c learnt constraints type 
1800.07/1795.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.07/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 179473
1800.07/1795.83	s SATISFIABLE
1800.07/1795.83	c Found 5 solution(s)
1800.07/1795.83	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 x396 x397 -x398 -x399 x400 -x401 x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 x427 -x428 -x429 -x430 x431 x432 -x433 x434 -x435 -x436 -x437 x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 x468 -x469 x470 -x471 -x472 -x473 x474 -x475 x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 x500 x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 x510 -x511 -x512 -x513 -x514 x515 -x516 x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 x530 x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 x540 
1800.07/1795.83	c objective function=64
1800.07/1795.83	c Total wall clock time (in seconds): 1795.719

Verifier Data

OK	64

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-4085257-1465228777/watcher-4085257-1465228777 -o /tmp/evaluation-result-4085257-1465228777/solver-4085257-1465228777 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085257-1465228777.opb 

pid=3099
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.27 2.26 3/194 3102
/proc/meminfo: memFree=28548732/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=132 CPUtime=0 cores=1,3,5,7
/proc/3102/stat : 3102 (java) R 3099 3102 32365 0 -1 4194304 328 0 0 0 0 0 0 0 20 0 1 0 104810026 135168 2 33554432000 0 0 140736951387695 140735191042600 240564989367 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 67 4 0 9 0 24 0

[startup+0.10006 s]
/proc/loadavg: 2.19 2.27 2.26 3/194 3102
/proc/meminfo: memFree=28548732/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 4381 0 1 0 8 1 0 0 20 0 18 0 104810026 9787879424 6011 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2389619 6011 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.19 2.27 2.26 3/194 3102
/proc/meminfo: memFree=28548732/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 4788 0 1 0 24 1 0 0 20 0 18 0 104810026 9787879424 6830 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2389619 6830 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.19 2.27 2.26 3/194 3102
/proc/meminfo: memFree=28548732/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 6055 0 1 0 46 1 0 0 20 0 18 0 104810026 9787879424 9189 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2389619 9189 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.19 2.27 2.26 3/194 3102
/proc/meminfo: memFree=28548732/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 8431 0 1 0 127 2 0 0 20 0 19 0 104810026 9856040960 12877 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 12877 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.19 2.27 2.26 3/213 3121
/proc/meminfo: memFree=28510412/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 9404 0 1 0 220 3 0 0 20 0 19 0 104810026 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 14428 2269 9 0 2396937 0
[pid=3102/tid=3104] ppid=3099 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/3102/task/3104/stat : 3104 (java) R 3099 3102 32365 0 -1 4202560 2423 0 1 0 144 1 0 0 20 0 19 0 104810027 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015903113224 140015750054593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3105] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3105/stat : 3105 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015875565864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3106] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3106/stat : 3106 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015874513064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3107] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3107/stat : 3107 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015873460776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3108] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3108/stat : 3108 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015872407976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3109] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3109/stat : 3109 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015871355688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3110] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3110/stat : 3110 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015870302888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3111] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3111/stat : 3111 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015869250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3112] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3112/stat : 3112 (java) S 3099 3102 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015868197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3113] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3113/stat : 3113 (java) S 3099 3102 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104810029 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015256439016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3114] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3114/stat : 3114 (java) S 3099 3102 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015255385080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3115] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3115/stat : 3115 (java) S 3099 3102 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015254332680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3116] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3116/stat : 3116 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015253281168 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3117] ppid=3099 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3102/task/3117/stat : 3117 (java) S 3099 3102 32365 0 -1 4202560 3290 0 0 0 36 0 0 0 20 0 19 0 104810032 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015252228792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3118] ppid=3099 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3102/task/3118/stat : 3118 (java) S 3099 3102 32365 0 -1 4202560 2415 0 0 0 36 0 0 0 20 0 19 0 104810032 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015251175992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3119] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3119/stat : 3119 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015250123896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3120] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3120/stat : 3120 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015249071304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 14428 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.19 2.27 2.26 3/213 3121
/proc/meminfo: memFree=28501848/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 9412 0 1 0 384 3 0 0 20 0 19 0 104810026 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 17500 2269 9 0 2396937 0
[pid=3102/tid=3104] ppid=3099 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/3102/task/3104/stat : 3104 (java) R 3099 3102 32365 0 -1 4202560 2431 0 1 0 304 1 0 0 20 0 19 0 104810027 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015903113656 140015750032582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3105] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3105/stat : 3105 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015875565864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3106] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3106/stat : 3106 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015874513064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3107] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3107/stat : 3107 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015873460776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3108] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3108/stat : 3108 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015872407976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3109] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3109/stat : 3109 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015871355688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3110] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3110/stat : 3110 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015870302888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3111] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3111/stat : 3111 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015869250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3112] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3112/stat : 3112 (java) S 3099 3102 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015868197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3113] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3113/stat : 3113 (java) S 3099 3102 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104810029 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015256439016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3114] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3114/stat : 3114 (java) S 3099 3102 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015255385080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3115] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3115/stat : 3115 (java) S 3099 3102 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015254332680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3116] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3116/stat : 3116 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015253281168 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3117] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3117/stat : 3117 (java) S 3099 3102 32365 0 -1 4202560 3290 0 0 0 38 0 0 0 20 0 19 0 104810032 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015252228792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3118] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3118/stat : 3118 (java) S 3099 3102 32365 0 -1 4202560 2415 0 0 0 38 0 0 0 20 0 19 0 104810032 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015251175992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3119] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3119/stat : 3119 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015250123896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3120] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3120/stat : 3120 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015249071304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 17500 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.26 2.29 2.27 4/213 3121
/proc/meminfo: memFree=28481784/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 9423 0 1 0 704 3 0 0 20 0 19 0 104810026 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 21937 2270 9 0 2396937 0
[pid=3102/tid=3104] ppid=3099 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/3102/task/3104/stat : 3104 (java) R 3099 3102 32365 0 -1 4202560 2441 0 1 0 623 1 0 0 20 0 19 0 104810027 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015903104704 140015749886631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3105] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3105/stat : 3105 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015875565864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3106] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3106/stat : 3106 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015874513064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3107] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3107/stat : 3107 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015873460776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3108] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3108/stat : 3108 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015872407976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3109] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3109/stat : 3109 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015871355688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3110] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3110/stat : 3110 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015870302888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3111] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3111/stat : 3111 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015869250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3112] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3112/stat : 3112 (java) S 3099 3102 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104810028 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015868197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3113] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3113/stat : 3113 (java) S 3099 3102 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104810029 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015256439016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3114] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3114/stat : 3114 (java) S 3099 3102 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015255385080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3115] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3115/stat : 3115 (java) S 3099 3102 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015254332680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3116] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3116/stat : 3116 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015253281168 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3117] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3117/stat : 3117 (java) S 3099 3102 32365 0 -1 4202560 3290 0 0 0 38 0 0 0 20 0 19 0 104810032 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015252228792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3118] ppid=3099 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3102/task/3118/stat : 3118 (java) S 3099 3102 32365 0 -1 4202560 2415 0 0 0 39 0 0 0 20 0 19 0 104810032 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015251175992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3119] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3119/stat : 3119 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015250123896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3120] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3120/stat : 3120 (java) S 3099 3102 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015249071304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 21937 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 114986 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1666.43
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.20 2.23 4/213 3317
/proc/meminfo: memFree=29248260/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=1726.51 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 23514 0 1 0 172573 78 0 0 20 0 19 0 104810026 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 113447 2294 9 0 2396937 0
[pid=3102/tid=3104] ppid=3099 vsize=9625040 CPUtime=1716.74 cores=1,3,5,7
/proc/3102/task/3104/stat : 3104 (java) R 3099 3102 32365 0 -1 4202560 2508 0 1 0 171646 28 0 0 20 0 19 0 104810027 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015903112400 140015749923055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3105] ppid=3099 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3102/task/3105/stat : 3105 (java) S 3099 3102 32365 0 -1 4202560 402 0 0 0 41 6 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015875565864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3106] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3106/stat : 3106 (java) S 3099 3102 32365 0 -1 4202560 586 0 0 0 32 6 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015874513064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3107] ppid=3099 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3102/task/3107/stat : 3107 (java) S 3099 3102 32365 0 -1 4202560 249 0 0 0 31 5 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015873460776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3108] ppid=3099 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3102/task/3108/stat : 3108 (java) S 3099 3102 32365 0 -1 4202560 358 0 0 0 35 4 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015872407976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3109] ppid=3099 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/3102/task/3109/stat : 3109 (java) S 3099 3102 32365 0 -1 4202560 298 0 0 0 30 5 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015871355688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3110] ppid=3099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3102/task/3110/stat : 3110 (java) S 3099 3102 32365 0 -1 4202560 280 0 0 0 29 4 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015870302888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3111] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3111/stat : 3111 (java) S 3099 3102 32365 0 -1 4202560 122 0 0 0 34 4 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015869250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3112] ppid=3099 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3102/task/3112/stat : 3112 (java) S 3099 3102 32365 0 -1 4202560 180 0 0 0 38 5 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015868197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3113] ppid=3099 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/3102/task/3113/stat : 3113 (java) S 3099 3102 32365 0 -1 4202560 123 0 0 0 15 2 0 0 20 0 19 0 104810029 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015256439016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3114] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3114/stat : 3114 (java) S 3099 3102 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015255385080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3115] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3115/stat : 3115 (java) S 3099 3102 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015254332680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3116] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3116/stat : 3116 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015253281168 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3117] ppid=3099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/3102/task/3117/stat : 3117 (java) S 3099 3102 32365 0 -1 4202560 3743 0 0 0 44 0 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015252228792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3118] ppid=3099 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/3102/task/3118/stat : 3118 (java) S 3099 3102 32365 0 -1 4202560 13303 0 0 0 110 2 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015251175992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3119] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3119/stat : 3119 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015250123896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3120] ppid=3099 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/3102/task/3120/stat : 3120 (java) S 3099 3102 32365 0 -1 4202560 100 0 0 0 28 37 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015249071304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.19 2.23 3/213 3318
/proc/meminfo: memFree=29258628/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=1786.52 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 23518 0 1 0 178573 79 0 0 20 0 19 0 104810026 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 113447 2294 9 0 2396937 0
[pid=3102/tid=3104] ppid=3099 vsize=9625040 CPUtime=1776.58 cores=1,3,5,7
/proc/3102/task/3104/stat : 3104 (java) R 3099 3102 32365 0 -1 4202560 2508 0 1 0 177629 29 0 0 20 0 19 0 104810027 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015903104704 140015749886631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3105] ppid=3099 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3102/task/3105/stat : 3105 (java) S 3099 3102 32365 0 -1 4202560 402 0 0 0 41 6 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015875565864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3106] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3106/stat : 3106 (java) S 3099 3102 32365 0 -1 4202560 586 0 0 0 32 6 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015874513064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3107] ppid=3099 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3102/task/3107/stat : 3107 (java) S 3099 3102 32365 0 -1 4202560 249 0 0 0 31 5 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015873460776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3108] ppid=3099 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3102/task/3108/stat : 3108 (java) S 3099 3102 32365 0 -1 4202560 358 0 0 0 35 4 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015872407976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3109] ppid=3099 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/3102/task/3109/stat : 3109 (java) S 3099 3102 32365 0 -1 4202560 298 0 0 0 30 5 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015871355688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3110] ppid=3099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3102/task/3110/stat : 3110 (java) S 3099 3102 32365 0 -1 4202560 280 0 0 0 29 4 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015870302888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3111] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3111/stat : 3111 (java) S 3099 3102 32365 0 -1 4202560 122 0 0 0 34 4 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015869250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3112] ppid=3099 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3102/task/3112/stat : 3112 (java) S 3099 3102 32365 0 -1 4202560 180 0 0 0 38 5 0 0 20 0 19 0 104810028 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015868197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3113] ppid=3099 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/3102/task/3113/stat : 3113 (java) S 3099 3102 32365 0 -1 4202560 123 0 0 0 15 2 0 0 20 0 19 0 104810029 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015256439016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3114] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3114/stat : 3114 (java) S 3099 3102 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015255385080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3115] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3115/stat : 3115 (java) S 3099 3102 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015254332680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3116] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3116/stat : 3116 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015253281168 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3117] ppid=3099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/3102/task/3117/stat : 3117 (java) S 3099 3102 32365 0 -1 4202560 3743 0 0 0 44 0 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015252228792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3118] ppid=3099 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/3102/task/3118/stat : 3118 (java) S 3099 3102 32365 0 -1 4202560 13303 0 0 0 110 2 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015251175992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3119] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3119/stat : 3119 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015250123896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3120] ppid=3099 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/3102/task/3120/stat : 3120 (java) S 3099 3102 32365 0 -1 4202560 104 0 0 0 29 38 0 0 20 0 19 0 104810032 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015249071304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 113447 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.11 2.18 2.22 3/213 3318
/proc/meminfo: memFree=29264836/32872528 swapFree=15844/1710320
[pid=3102] ppid=3099 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/3102/stat : 3102 (java) S 3099 3102 32365 0 -1 4202496 23521 0 1 0 179928 79 0 0 20 0 19 0 104810026 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140736951376048 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3102/statm: 2406260 112886 2294 9 0 2396937 0
[pid=3102/tid=3104] ppid=3099 vsize=9625040 CPUtime=1790.02 cores=1,3,5,7
/proc/3102/task/3104/stat : 3104 (java) R 3099 3102 32365 0 -1 4202560 2509 0 1 0 178973 29 0 0 20 0 19 0 104810027 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015903112400 140015749923055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3105] ppid=3099 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3102/task/3105/stat : 3105 (java) S 3099 3102 32365 0 -1 4202560 402 0 0 0 41 6 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015875565864 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3106] ppid=3099 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3102/task/3106/stat : 3106 (java) S 3099 3102 32365 0 -1 4202560 586 0 0 0 32 6 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015874513064 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3107] ppid=3099 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/3102/task/3107/stat : 3107 (java) S 3099 3102 32365 0 -1 4202560 249 0 0 0 32 5 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015873460776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3102/tid=3108] ppid=3099 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3102/task/3108/stat : 3108 (java) S 3099 3102 32365 0 -1 4202560 358 0 0 0 36 4 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015872407976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3109] ppid=3099 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3102/task/3109/stat : 3109 (java) S 3099 3102 32365 0 -1 4202560 298 0 0 0 31 5 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015871355688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3110] ppid=3099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3102/task/3110/stat : 3110 (java) S 3099 3102 32365 0 -1 4202560 280 0 0 0 29 4 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015870302888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3111] ppid=3099 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3102/task/3111/stat : 3111 (java) S 3099 3102 32365 0 -1 4202560 122 0 0 0 35 4 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015869250600 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3102/tid=3112] ppid=3099 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/3102/task/3112/stat : 3112 (java) S 3099 3102 32365 0 -1 4202560 180 0 0 0 38 5 0 0 20 0 19 0 104810028 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015868197800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3113] ppid=3099 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/3102/task/3113/stat : 3113 (java) S 3099 3102 32365 0 -1 4202560 125 0 0 0 15 2 0 0 20 0 19 0 104810029 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015256439016 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3114] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3114/stat : 3114 (java) S 3099 3102 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015255385080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3115] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3115/stat : 3115 (java) S 3099 3102 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104810030 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015254332680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3116] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3116/stat : 3116 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015253281168 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3117] ppid=3099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/3102/task/3117/stat : 3117 (java) S 3099 3102 32365 0 -1 4202560 3743 0 0 0 44 0 0 0 20 0 19 0 104810032 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015252228792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3118] ppid=3099 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/3102/task/3118/stat : 3118 (java) S 3099 3102 32365 0 -1 4202560 13303 0 0 0 110 2 0 0 20 0 19 0 104810032 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015251175992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3119] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3119/stat : 3119 (java) S 3099 3102 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104810032 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015250123896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3102/tid=3120] ppid=3099 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/3102/task/3120/stat : 3120 (java) S 3099 3102 32365 0 -1 4202560 104 0 0 0 29 39 0 0 20 0 19 0 104810032 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015249071304 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3102/tid=3121] ppid=3099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3102/task/3121/stat : 3121 (java) S 3099 3102 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104810063 9856040960 112886 33554432000 1073741824 1073778376 140736951384912 140015248016296 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 3102 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 3102 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=659170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=252809
# CPU time returned by wait4() is 1795.91
# 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): 1795.84
CPU time (s): 1800.07
CPU user time (s): 1799.28
CPU system time (s): 0.79
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.25281
maximum resident set size= 550644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23563
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38719
involuntary context switches= 5645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9223 second user time and 13.464 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 17:59:37
IDJOB=4085257
IDBENCH=2007
IDSOLVER=2546
FILE ID=node146/4085257-1465228777
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085257-1465228777/watcher-4085257-1465228777 -o /tmp/evaluation-result-4085257-1465228777/solver-4085257-1465228777 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085257-1465228777.opb

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

MD5SUM BENCH= ff9be653d1d3ea3b1a82846016e94df6
RANDOM SEED=983263663

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.56
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.799
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.799
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.56
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.799
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.799
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:        28549260 kB
Buffers:           20836 kB
Cached:           247592 kB
SwapCached:         1468 kB
Active:          1697144 kB
Inactive:         209976 kB
Active(anon):    1637408 kB
Inactive(anon):     3460 kB
Active(file):      59736 kB
Inactive(file):   206516 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:       3347836 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             569008 kB
SReclaimable:      12248 kB
SUnreclaim:       556760 kB
KernelStack:        1600 kB
PageTables:        10524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3488708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3291136 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= 71732 MiB
End job on node146 at 2016-06-06 18:29:33