Trace number 4085183

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)16 1800.67 1797.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-5xp1.b.opb
MD5SUMb3e6d54e40b24334877b0ae377edea30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.148976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables464
Total number of constraints845
Number of constraints which are clauses845
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint149
Number of terms in the objective function 464
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 464
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 464
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085183-1465230638.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.54/0.32	c ... done. Wall clock time 0.207s.
0.54/0.32	c declared #vars     464
0.54/0.32	c #constraints  845
0.54/0.32	c constraints type 
0.54/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 841
0.54/0.32	c org.sat4j.specs.Constr$1 => 1
0.54/0.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.54/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.54/0.32	c 845 constraints processed.
0.54/0.32	c objective function length is 464 literals
0.54/0.33	c SATISFIABLE
0.54/0.33	c OPTIMIZING...
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.217
0.54/0.33	o 20
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.235
0.54/0.35	o 19
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.246
0.54/0.36	o 18
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.27
0.54/0.39	o 17
1.32/0.70	c cleaning 2528 clauses out of 5065 with flag 22238/5065
1.66/1.03	c cleaning 4269 clauses out of 8537 with flag 52374/11065
2.06/1.40	c cleaning 5622 clauses out of 11268 with flag 84083/18065
2.47/1.83	c cleaning 6820 clauses out of 13648 with flag 121837/26067
3.18/2.55	c cleaning 7913 clauses out of 15826 with flag 155924/35065
4.09/3.49	c cleaning 8942 clauses out of 17913 with flag 188143/45065
5.09/4.42	c cleaning 9986 clauses out of 19971 with flag 225975/56065
6.08/5.40	c cleaning 10992 clauses out of 21986 with flag 269141/68066
6.98/6.30	c cleaning 11975 clauses out of 23993 with flag 318276/81065
8.28/7.67	c cleaning 13004 clauses out of 26018 with flag 369447/95065
9.88/9.25	c cleaning 14006 clauses out of 28014 with flag 417043/110065
11.98/11.37	c cleaning 14991 clauses out of 30008 with flag 470197/126065
12.68/12.07	c Got one! Elapsed wall clock time (in seconds):11.952
12.68/12.07	o 16
13.19/12.50	c cleaning 13525 clauses out of 27067 with flag 24953/138115
13.59/12.92	c cleaning 9757 clauses out of 19542 with flag 50795/144115
14.00/13.34	c cleaning 8376 clauses out of 16785 with flag 82923/151115
14.49/13.83	c cleaning 8205 clauses out of 16409 with flag 119609/159115
15.10/14.43	c cleaning 8588 clauses out of 17204 with flag 156315/168115
15.89/15.27	c cleaning 9271 clauses out of 18616 with flag 189936/178115
16.70/16.06	c cleaning 10166 clauses out of 20345 with flag 233477/189115
17.70/17.05	c cleaning 11067 clauses out of 22180 with flag 277014/201116
18.70/18.02	c cleaning 12057 clauses out of 24113 with flag 333069/214116
19.80/19.12	c cleaning 13020 clauses out of 26055 with flag 390328/228115
21.10/20.45	c cleaning 13992 clauses out of 28035 with flag 446482/243115
22.50/21.86	c cleaning 15020 clauses out of 30044 with flag 512022/259116
24.10/23.44	c cleaning 16003 clauses out of 32023 with flag 574291/276115
25.60/24.91	c cleaning 16966 clauses out of 34020 with flag 646108/294115
27.10/26.49	c cleaning 17981 clauses out of 36054 with flag 728187/313115
29.10/28.47	c cleaning 19015 clauses out of 38073 with flag 803836/333115
31.40/30.70	c cleaning 20032 clauses out of 40063 with flag 881434/354120
33.59/32.93	c cleaning 21002 clauses out of 42026 with flag 969081/376115
35.79/35.18	c cleaning 22010 clauses out of 44024 with flag 1062554/399115
38.10/37.41	c cleaning 23004 clauses out of 46016 with flag 1155994/423117
40.59/39.94	c cleaning 23991 clauses out of 48010 with flag 1255019/448115
43.00/42.38	c cleaning 24968 clauses out of 50019 with flag 1353909/474115
45.70/45.08	c cleaning 26007 clauses out of 52052 with flag 1469039/501116
48.20/47.59	c cleaning 27012 clauses out of 54044 with flag 1586174/529115
52.10/51.46	c cleaning 27995 clauses out of 56032 with flag 1687231/558115
56.53/55.80	c cleaning 29017 clauses out of 58037 with flag 1791530/588115
59.63/58.96	c cleaning 29998 clauses out of 60021 with flag 1915566/619116
64.03/63.37	c cleaning 30993 clauses out of 62022 with flag 2037022/651115
67.94/67.27	c cleaning 31988 clauses out of 64029 with flag 2165005/684115
72.43/71.77	c cleaning 33000 clauses out of 66041 with flag 2289609/718115
76.53/75.86	c cleaning 34014 clauses out of 68041 with flag 2434392/753115
80.83/80.15	c cleaning 35011 clauses out of 70028 with flag 2570685/789116
85.53/84.81	c cleaning 35994 clauses out of 72016 with flag 2712758/826115
90.23/89.59	c cleaning 37000 clauses out of 74022 with flag 2853550/864115
95.43/94.75	c cleaning 37988 clauses out of 76023 with flag 2996395/903116
99.23/98.50	c cleaning 38997 clauses out of 78038 with flag 3169158/943119
105.23/104.58	c cleaning 40021 clauses out of 80042 with flag 3328802/984120
111.03/110.36	c cleaning 40972 clauses out of 82016 with flag 3490976/1026115
118.12/117.43	c cleaning 42009 clauses out of 84044 with flag 3645771/1069115
123.02/122.34	c cleaning 42980 clauses out of 86035 with flag 3828310/1113115
130.23/129.53	c cleaning 44011 clauses out of 88055 with flag 4003122/1158115
136.13/135.46	c cleaning 45007 clauses out of 90044 with flag 4182313/1204115
142.46/141.76	c cleaning 46018 clauses out of 92037 with flag 4369400/1251115
149.66/148.97	c cleaning 47002 clauses out of 94019 with flag 4552045/1299115
156.77/156.00	c cleaning 48003 clauses out of 96017 with flag 4740660/1348115
165.46/164.70	c cleaning 49006 clauses out of 98014 with flag 4929913/1398115
173.08/172.34	c cleaning 49978 clauses out of 100008 with flag 5132106/1449115
181.19/180.44	c cleaning 50977 clauses out of 102030 with flag 5332889/1501115
190.28/189.58	c cleaning 52012 clauses out of 104054 with flag 5536666/1554116
200.08/199.39	c cleaning 53003 clauses out of 106041 with flag 5727769/1608115
208.39/207.65	c cleaning 54015 clauses out of 108038 with flag 5952852/1663115
215.89/215.19	c cleaning 55004 clauses out of 110025 with flag 6186894/1719117
224.59/223.87	c cleaning 55997 clauses out of 112020 with flag 6413761/1776116
233.49/232.71	c cleaning 56987 clauses out of 114022 with flag 6644862/1834115
243.19/242.47	c cleaning 58007 clauses out of 116035 with flag 6876915/1893115
253.24/252.45	c cleaning 59009 clauses out of 118031 with flag 7111349/1953118
264.44/263.64	c cleaning 60002 clauses out of 120019 with flag 7334462/2014115
272.65/271.81	c cleaning 61002 clauses out of 122020 with flag 7602421/2076118
283.04/282.25	c cleaning 61996 clauses out of 124015 with flag 7841248/2139115
294.14/293.34	c cleaning 63001 clauses out of 126019 with flag 8061727/2203115
305.85/305.01	c cleaning 64008 clauses out of 128019 with flag 8308650/2268116
318.35/317.59	c cleaning 65000 clauses out of 130011 with flag 8555908/2334116
329.35/328.51	c cleaning 65998 clauses out of 132010 with flag 8821677/2401115
341.86/341.10	c cleaning 66979 clauses out of 134013 with flag 9076347/2469116
356.05/355.20	c cleaning 67985 clauses out of 136033 with flag 9319254/2538115
368.42/367.57	c cleaning 69019 clauses out of 138049 with flag 9583715/2608116
379.21/378.37	c cleaning 69994 clauses out of 140029 with flag 9885016/2679115
392.10/391.22	c cleaning 71009 clauses out of 142035 with flag 10171001/2751115
403.71/402.87	c cleaning 71996 clauses out of 144028 with flag 10484840/2824117
418.40/417.51	c cleaning 73000 clauses out of 146030 with flag 10760733/2898115
434.10/433.28	c cleaning 73994 clauses out of 148030 with flag 11049364/2973115
449.81/448.93	c cleaning 75017 clauses out of 150038 with flag 11335069/3049117
466.00/465.16	c cleaning 75989 clauses out of 152019 with flag 11623091/3126115
481.01/480.19	c cleaning 77003 clauses out of 154030 with flag 11931549/3204115
495.91/495.08	c cleaning 77991 clauses out of 156027 with flag 12224736/3283115
512.69/511.78	c cleaning 79019 clauses out of 158039 with flag 12537156/3363118
531.80/530.80	c cleaning 79951 clauses out of 160017 with flag 12851511/3444115
550.40/549.46	c cleaning 81015 clauses out of 162068 with flag 13170392/3526117
568.89/567.93	c cleaning 82018 clauses out of 164051 with flag 13480264/3609115
587.69/586.75	c cleaning 83003 clauses out of 166034 with flag 13799581/3693116
605.01/604.09	c cleaning 84001 clauses out of 168030 with flag 14145138/3778115
625.50/624.55	c cleaning 85009 clauses out of 170032 with flag 14479315/3864118
644.44/643.34	c cleaning 85984 clauses out of 172020 with flag 14850555/3951115
660.44/659.35	c cleaning 87003 clauses out of 174036 with flag 15202227/4039115
678.65/677.56	c cleaning 88002 clauses out of 176033 with flag 15557602/4128115
696.66/695.53	c cleaning 88993 clauses out of 178033 with flag 15929411/4218117
720.45/719.31	c cleaning 90007 clauses out of 180038 with flag 16279933/4309115
740.66/739.57	c cleaning 91013 clauses out of 182033 with flag 16630441/4401117
757.26/756.18	c cleaning 91990 clauses out of 184018 with flag 17029291/4494115
776.26/775.07	c cleaning 93004 clauses out of 186031 with flag 17416596/4588118
796.85/795.69	c cleaning 94009 clauses out of 188025 with flag 17792833/4683116
821.25/820.01	c cleaning 95003 clauses out of 190017 with flag 18158808/4779117
849.86/848.67	c cleaning 95982 clauses out of 192012 with flag 18524904/4876115
871.37/870.11	c cleaning 97007 clauses out of 194032 with flag 18911799/4974117
896.62/895.20	c cleaning 97987 clauses out of 196023 with flag 19272083/5073115
918.13/916.76	c cleaning 99006 clauses out of 198036 with flag 19688457/5173115
950.63/949.27	c cleaning 100001 clauses out of 200030 with flag 20063514/5274115
982.75/981.40	c cleaning 101008 clauses out of 202031 with flag 20433142/5376117
1002.64/1001.25	c cleaning 102003 clauses out of 204021 with flag 20868439/5479115
1029.23/1027.60	c cleaning 103009 clauses out of 206021 with flag 21264656/5583118
1057.85/1056.20	c cleaning 103998 clauses out of 208012 with flag 21691424/5688118
1087.65/1086.03	c cleaning 105004 clauses out of 210011 with flag 22095694/5794115
1113.76/1112.17	c cleaning 105996 clauses out of 212007 with flag 22503687/5901115
1144.96/1143.33	c cleaning 106983 clauses out of 214011 with flag 22910539/6009115
1173.73/1171.91	c cleaning 107972 clauses out of 216028 with flag 23350561/6118115
1207.74/1205.90	c cleaning 109021 clauses out of 218056 with flag 23777498/6228115
1241.64/1239.88	c cleaning 110010 clauses out of 220035 with flag 24193739/6339115
1268.93/1267.13	c cleaning 110987 clauses out of 222026 with flag 24646706/6451116
1300.51/1298.57	c cleaning 112011 clauses out of 224038 with flag 25086292/6564115
1336.31/1334.40	c cleaning 112996 clauses out of 226027 with flag 25506979/6678115
1365.61/1363.65	c cleaning 114004 clauses out of 228031 with flag 25972180/6793115
1392.52/1390.57	c cleaning 115011 clauses out of 230030 with flag 26456570/6909118
1434.60/1432.58	c cleaning 115990 clauses out of 232019 with flag 26890011/7026118
1466.50/1464.41	c cleaning 117006 clauses out of 234026 with flag 27363934/7144115
1502.81/1500.72	c cleaning 117997 clauses out of 236020 with flag 27834700/7263115
1533.51/1531.45	c cleaning 118991 clauses out of 238023 with flag 28314745/7383115
1573.81/1571.63	c cleaning 120011 clauses out of 240032 with flag 28784927/7504115
1607.92/1605.75	c cleaning 120998 clauses out of 242022 with flag 29261547/7626116
1652.22/1650.08	c cleaning 121998 clauses out of 244023 with flag 29730122/7749115
1699.94/1697.67	c cleaning 122991 clauses out of 246025 with flag 30167870/7873115
1739.75/1737.48	c cleaning 124007 clauses out of 248036 with flag 30649019/7998117
1780.64/1778.30	c cleaning 125003 clauses out of 250027 with flag 31130064/8124115
1800.05/1797.70	c starts		: 30198
1800.05/1797.70	c conflicts		: 8192324
1800.05/1797.70	c decisions		: 60977532
1800.05/1797.70	c propagations		: 641129594
1800.05/1797.70	c inspects		: 34861843334
1800.05/1797.70	c shortcuts		: 0
1800.05/1797.70	c learnt literals	: 0
1800.05/1797.70	c learnt binary clauses	: 0
1800.05/1797.70	c learnt ternary clauses	: 0
1800.05/1797.70	c learnt constraints	: 8192324
1800.05/1797.70	c ignored constraints	: 0
1800.05/1797.70	c root simplifications	: 0
1800.05/1797.70	c removed literals (reason simplification)	: 0
1800.05/1797.70	c reason swapping (by a shorter reason)	: 0
1800.05/1797.70	c Calls to reduceDB	: 134
1800.05/1797.70	c Number of update (reduction) of LBD	: 4289937
1800.05/1797.70	c Imported unit clauses	: 0
1800.05/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.70	c number of learned constraints concerned by reduction	: 0
1800.05/1797.70	c number of learning phase by resolution	: 0
1800.05/1797.70	c number of learning phase by cutting planes	: 0
1800.05/1797.70	c speed (assignments/second)	: 356703.1333454992
1800.05/1797.70	c non guided choices	0
1800.05/1797.73	c learnt constraints type 
1800.05/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193234
1800.05/1797.73	s SATISFIABLE
1800.05/1797.73	c Found 5 solution(s)
1800.05/1797.73	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.05/1797.73	c objective function=16
1800.05/1797.73	c Total wall clock time (in seconds): 1797.617

Verifier Data

OK	16

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-4085183-1465230638/watcher-4085183-1465230638 -o /tmp/evaluation-result-4085183-1465230638/solver-4085183-1465230638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085183-1465230638.opb 

pid=2976
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.24 2.19 3/195 2979
/proc/meminfo: memFree=30194588/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/2979/stat : 2979 (java) D 2976 2979 737 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 104996947 2560000 46 33554432000 1073741824 1073778376 140736990824864 140736990821992 272877317415 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.28 2.24 2.19 3/195 2979
/proc/meminfo: memFree=30194588/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 104996947 9787879424 6029 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.28 2.24 2.19 3/195 2979
/proc/meminfo: memFree=30194588/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 4971 0 1 0 26 1 0 0 20 0 18 0 104996947 9787879424 6998 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2389619 6998 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.28 2.24 2.19 3/195 2979
/proc/meminfo: memFree=30194588/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 7267 0 1 0 53 1 0 0 20 0 18 0 104996947 9787879424 9816 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2389619 9816 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700159 s]
/proc/loadavg: 2.28 2.24 2.19 3/195 2979
/proc/meminfo: memFree=30194588/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 9450 0 1 0 130 2 0 0 20 0 19 0 104996947 9856040960 13401 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 13401 2269 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.26 2.23 2.19 3/214 2998
/proc/meminfo: memFree=30146920/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 9454 0 1 0 215 2 0 0 20 0 19 0 104996947 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 14426 2269 9 0 2396937 0
[pid=2979/tid=2981] ppid=2976 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/2979/task/2981/stat : 2981 (java) R 2976 2979 737 0 -1 4202560 2418 0 1 0 144 2 0 0 20 0 19 0 104996948 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278512550184 140278346894354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2982] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2982/stat : 2982 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278474042024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2983] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2983/stat : 2983 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278472989480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2984] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2984/stat : 2984 (java) S 2976 2979 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278471936936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2985] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2985/stat : 2985 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278470884392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2986] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2986/stat : 2986 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278469830824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2987] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2987/stat : 2987 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278468778280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2988] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2988/stat : 2988 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278467725736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2989] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2989/stat : 2989 (java) S 2976 2979 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278466673192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2990] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2990/stat : 2990 (java) S 2976 2979 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278336805480 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 33 0 0 0 20 0 19 0 104996953 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2800 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 14426 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.26 2.23 2.19 3/214 2998
/proc/meminfo: memFree=30142460/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 9456 0 1 0 376 2 0 0 20 0 19 0 104996947 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 15450 2269 9 0 2396937 0
[pid=2979/tid=2981] ppid=2976 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/2979/task/2981/stat : 2981 (java) R 2976 2979 737 0 -1 4202560 2420 0 1 0 304 2 0 0 20 0 19 0 104996948 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278512550016 140278346875584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2982] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2982/stat : 2982 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278474042024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2983] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2983/stat : 2983 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278472989480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2984] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2984/stat : 2984 (java) S 2976 2979 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278471936936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2985] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2985/stat : 2985 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278470884392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2986] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2986/stat : 2986 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278469830824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2987] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2987/stat : 2987 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278468778280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2988] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2988/stat : 2988 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278467725736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2989] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2989/stat : 2989 (java) S 2976 2979 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278466673192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2990] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2990/stat : 2990 (java) S 2976 2979 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278336805480 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2800 0 0 0 36 0 0 0 20 0 19 0 104996953 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 15450 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.23 2.23 2.19 3/214 2998
/proc/meminfo: memFree=30133952/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=6.98 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 9461 0 1 0 696 2 0 0 20 0 19 0 104996947 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 17474 2269 9 0 2396937 0
[pid=2979/tid=2981] ppid=2976 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/2979/task/2981/stat : 2981 (java) R 2976 2979 737 0 -1 4202560 2425 0 1 0 624 2 0 0 20 0 19 0 104996948 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278512541376 140278347086882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2982] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2982/stat : 2982 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278474042024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2983] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2983/stat : 2983 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278472989480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2984] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2984/stat : 2984 (java) S 2976 2979 737 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278471936936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2985] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2985/stat : 2985 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278470884392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2986] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2986/stat : 2986 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278469830824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2987] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2987/stat : 2987 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278468778280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2988] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2988/stat : 2988 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278467725736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2989] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2989/stat : 2989 (java) S 2976 2979 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104996949 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278466673192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2990] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2990/stat : 2990 (java) S 2976 2979 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278336805480 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2800 0 0 0 36 0 0 0 20 0 19 0 104996953 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 17474 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625040


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

[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2830 0 0 0 41 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 99 0 0 0 26 26 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.15 2.15 3/214 3109
/proc/meminfo: memFree=29878588/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=1784.65 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 12044 0 1 0 178406 59 0 0 20 0 19 0 104996947 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 110639 2283 9 0 2396937 0
[pid=2979/tid=2981] ppid=2976 vsize=9625040 CPUtime=1781.77 cores=0,2,4,6
/proc/2979/task/2981/stat : 2981 (java) R 2976 2979 737 0 -1 4202560 2486 0 1 0 178146 31 0 0 20 0 19 0 104996948 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278512541472 140278346876528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2982] ppid=2976 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2979/task/2982/stat : 2982 (java) S 2976 2979 737 0 -1 4202560 383 0 0 0 25 6 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278474042024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2983] ppid=2976 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2979/task/2983/stat : 2983 (java) S 2976 2979 737 0 -1 4202560 442 0 0 0 17 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278472989480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2984] ppid=2976 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2979/task/2984/stat : 2984 (java) S 2976 2979 737 0 -1 4202560 561 0 0 0 15 2 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278471936936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2985] ppid=2976 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/2979/task/2985/stat : 2985 (java) S 2976 2979 737 0 -1 4202560 367 0 0 0 18 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278470884392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2986] ppid=2976 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/2979/task/2986/stat : 2986 (java) S 2976 2979 737 0 -1 4202560 167 0 0 0 22 3 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278469830824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2987] ppid=2976 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2979/task/2987/stat : 2987 (java) S 2976 2979 737 0 -1 4202560 139 0 0 0 20 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278468778280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2988] ppid=2976 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/2979/task/2988/stat : 2988 (java) S 2976 2979 737 0 -1 4202560 177 0 0 0 23 5 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278467725736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2989] ppid=2976 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2979/task/2989/stat : 2989 (java) S 2976 2979 737 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278466673192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2990] ppid=2976 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2979/task/2990/stat : 2990 (java) S 2976 2979 737 0 -1 4202560 80 0 0 0 0 1 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278336805480 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2830 0 0 0 41 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 103 0 0 0 27 26 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.16 2.16 2.16 4/214 3109
/proc/meminfo: memFree=29878844/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 12044 0 1 0 179946 59 0 0 20 0 19 0 104996947 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 110639 2283 9 0 2396937 0
[pid=2979/tid=2981] ppid=2976 vsize=9625040 CPUtime=1797.17 cores=0,2,4,6
/proc/2979/task/2981/stat : 2981 (java) R 2976 2979 737 0 -1 4202560 2486 0 1 0 179686 31 0 0 20 0 19 0 104996948 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278512541472 140278346876528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2982] ppid=2976 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2979/task/2982/stat : 2982 (java) S 2976 2979 737 0 -1 4202560 383 0 0 0 25 6 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278474042024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2983] ppid=2976 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2979/task/2983/stat : 2983 (java) S 2976 2979 737 0 -1 4202560 442 0 0 0 17 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278472989480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2984] ppid=2976 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2979/task/2984/stat : 2984 (java) S 2976 2979 737 0 -1 4202560 561 0 0 0 15 2 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278471936936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2985] ppid=2976 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/2979/task/2985/stat : 2985 (java) S 2976 2979 737 0 -1 4202560 367 0 0 0 18 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278470884392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2986] ppid=2976 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/2979/task/2986/stat : 2986 (java) S 2976 2979 737 0 -1 4202560 167 0 0 0 22 3 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278469830824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2987] ppid=2976 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2979/task/2987/stat : 2987 (java) S 2976 2979 737 0 -1 4202560 139 0 0 0 20 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278468778280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2988] ppid=2976 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/2979/task/2988/stat : 2988 (java) S 2976 2979 737 0 -1 4202560 177 0 0 0 23 5 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278467725736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2989] ppid=2976 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2979/task/2989/stat : 2989 (java) S 2976 2979 737 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278466673192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2990] ppid=2976 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2979/task/2990/stat : 2990 (java) S 2976 2979 737 0 -1 4202560 80 0 0 0 0 1 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278336805480 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2830 0 0 0 41 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 2979 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.16 2.16 2.16 4/214 3109
/proc/meminfo: memFree=29878844/32872528 swapFree=16252/1391864
[pid=2979] ppid=2976 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/2979/stat : 2979 (java) S 2976 2979 737 0 -1 4202496 12044 0 1 0 179946 59 0 0 20 0 19 0 104996947 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140736990816000 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2979/statm: 2406260 110639 2283 9 0 2396937 0
[pid=2979/tid=2981] ppid=2976 vsize=9625040 CPUtime=1797.17 cores=0,2,4,6
/proc/2979/task/2981/stat : 2981 (java) R 2976 2979 737 0 -1 4202560 2486 0 1 0 179686 31 0 0 20 0 19 0 104996948 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278512541472 140278346876528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2982] ppid=2976 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2979/task/2982/stat : 2982 (java) S 2976 2979 737 0 -1 4202560 383 0 0 0 25 6 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278474042024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2983] ppid=2976 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2979/task/2983/stat : 2983 (java) S 2976 2979 737 0 -1 4202560 442 0 0 0 17 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278472989480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2984] ppid=2976 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2979/task/2984/stat : 2984 (java) S 2976 2979 737 0 -1 4202560 561 0 0 0 15 2 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278471936936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2985] ppid=2976 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/2979/task/2985/stat : 2985 (java) S 2976 2979 737 0 -1 4202560 367 0 0 0 18 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278470884392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2986] ppid=2976 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/2979/task/2986/stat : 2986 (java) S 2976 2979 737 0 -1 4202560 167 0 0 0 22 3 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278469830824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2987] ppid=2976 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2979/task/2987/stat : 2987 (java) S 2976 2979 737 0 -1 4202560 139 0 0 0 20 4 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278468778280 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2979/tid=2988] ppid=2976 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/2979/task/2988/stat : 2988 (java) S 2976 2979 737 0 -1 4202560 177 0 0 0 23 5 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278467725736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2989] ppid=2976 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2979/task/2989/stat : 2989 (java) S 2976 2979 737 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 104996949 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278466673192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2990] ppid=2976 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/2979/task/2990/stat : 2990 (java) S 2976 2979 737 0 -1 4202560 80 0 0 0 0 1 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278336805480 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2991] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2991/stat : 2991 (java) S 2976 2979 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278335751800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2992] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2992/stat : 2992 (java) S 2976 2979 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104996951 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278334699144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2993] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2993/stat : 2993 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278333647888 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2994] ppid=2976 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/2979/task/2994/stat : 2994 (java) S 2976 2979 737 0 -1 4202560 2963 0 0 0 34 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278332594232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2979/tid=2995] ppid=2976 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2979/task/2995/stat : 2995 (java) S 2976 2979 737 0 -1 4202560 2830 0 0 0 41 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140278331541688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2996] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2996/stat : 2996 (java) S 2976 2979 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277457086968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2979/tid=2997] ppid=2976 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/2979/task/2997/stat : 2997 (java) S 2976 2979 737 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 104996953 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277456034632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2979/tid=2998] ppid=2976 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2979/task/2998/stat : 2998 (java) S 2976 2979 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104996980 9856040960 110639 33554432000 1073741824 1073778376 140736990824864 140277454980392 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.67
CPU user time (s): 1799.63
CPU system time (s): 1.04384
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 1.04384
maximum resident set size= 442700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12086
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38412
involuntary context switches= 5354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9613 second user time and 12.3941 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 18:30:38
IDJOB=4085183
IDBENCH=2046
IDSOLVER=2546
FILE ID=node119/4085183-1465230638
RUNJOBID= node119-1465217315-754
PBS_JOBID= 19843200
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/logic-synthesis/normalized-5xp1.b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085183-1465230638/watcher-4085183-1465230638 -o /tmp/evaluation-result-4085183-1465230638/solver-4085183-1465230638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085183-1465230638.opb

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

MD5SUM BENCH= b3e6d54e40b24334877b0ae377edea30
RANDOM SEED=705818026

node119.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.410
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	: 5332.82
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.410
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.410
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.410
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.410
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.410
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.410
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.56
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.410
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:        30195240 kB
Buffers:           22528 kB
Cached:            88876 kB
SwapCached:          832 kB
Active:           532708 kB
Inactive:          52988 kB
Active(anon):     475308 kB
Inactive(anon):     1608 kB
Active(file):      57400 kB
Inactive(file):    51380 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       1957888 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             565608 kB
SReclaimable:       9596 kB
SUnreclaim:       556012 kB
KernelStack:        1768 kB
PageTables:         7844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1997756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1929216 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= 71736 MiB
End job on node119 at 2016-06-06 19:00:36