Trace number 4085211

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)196 1800.02 1785.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMeb2e849a72ed563d78cdb83a394edb27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark6.20606
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 456
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 456
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 456
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@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085211-1465232371.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.27/0.26	c ... done. Wall clock time 0.148s.
0.27/0.26	c declared #vars     456
0.27/0.26	c #constraints  1602
0.27/0.26	c constraints type 
0.27/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 126
0.27/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1476
0.27/0.26	c 1602 constraints processed.
0.27/0.26	c objective function length is 456 literals
0.27/0.29	c SATISFIABLE
0.27/0.29	c OPTIMIZING...
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.174
0.27/0.29	o 226
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.196
0.47/0.31	o 224
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.21
0.47/0.32	o 223
0.47/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.47/0.33	o 216
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.236
0.47/0.35	o 215
0.47/0.39	c Got one! Elapsed wall clock time (in seconds):0.274
0.47/0.39	o 214
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.329
0.78/0.44	o 213
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.347
0.78/0.46	o 212
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.78/0.47	o 211
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.78/0.47	o 210
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.368
0.78/0.48	o 209
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.78/0.48	o 208
1.00/0.52	c Got one! Elapsed wall clock time (in seconds):0.409
1.00/0.52	o 207
1.00/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
1.00/0.58	o 206
1.00/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
1.00/0.59	o 205
1.14/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.14/0.62	o 204
1.14/0.64	c Got one! Elapsed wall clock time (in seconds):0.528
1.14/0.64	o 203
1.14/0.66	c Got one! Elapsed wall clock time (in seconds):0.548
1.14/0.66	o 202
1.14/0.67	c Got one! Elapsed wall clock time (in seconds):0.558
1.14/0.67	o 201
1.14/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
1.14/0.67	o 197
1.14/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.14/0.68	o 196
1.40/0.88	c cleaning 4568 clauses out of 9155 with flag 10102/9155
1.76/1.15	c cleaning 5292 clauses out of 10586 with flag 24622/15154
2.06/1.46	c cleaning 6150 clauses out of 12302 with flag 41127/22162
2.49/1.83	c cleaning 7071 clauses out of 14147 with flag 60027/30157
2.91/2.28	c cleaning 8037 clauses out of 16074 with flag 81584/39155
3.50/2.85	c cleaning 9018 clauses out of 18035 with flag 105114/49153
4.20/3.51	c cleaning 10007 clauses out of 20017 with flag 130934/60153
4.90/4.23	c cleaning 11006 clauses out of 22011 with flag 159292/72154
5.50/4.90	c cleaning 12002 clauses out of 24004 with flag 189952/85153
6.41/5.74	c cleaning 12999 clauses out of 26002 with flag 222625/99153
7.31/6.62	c cleaning 13992 clauses out of 28004 with flag 257827/114154
8.28/7.59	c cleaning 15003 clauses out of 30011 with flag 295668/130153
9.38/8.65	c cleaning 16004 clauses out of 32009 with flag 336027/147154
10.58/9.81	c cleaning 16997 clauses out of 34009 with flag 378761/165158
11.68/10.98	c cleaning 18006 clauses out of 36013 with flag 424204/184159
13.08/12.37	c cleaning 18994 clauses out of 38001 with flag 471102/204153
14.68/13.97	c cleaning 20005 clauses out of 40009 with flag 520833/225155
16.28/15.56	c cleaning 20996 clauses out of 42008 with flag 573198/247159
18.28/17.40	c cleaning 22002 clauses out of 44010 with flag 627548/270157
20.08/19.21	c cleaning 23004 clauses out of 46007 with flag 684225/294156
21.98/21.18	c cleaning 23999 clauses out of 48002 with flag 743560/319155
24.18/23.31	c cleaning 24996 clauses out of 50001 with flag 805191/345153
26.38/25.58	c cleaning 26003 clauses out of 52005 with flag 869147/372153
28.91/27.92	c cleaning 26996 clauses out of 54004 with flag 935375/400155
31.41/30.41	c cleaning 28004 clauses out of 56011 with flag 1004521/429158
34.13/33.13	c cleaning 28998 clauses out of 58002 with flag 1075900/459153
36.92/35.94	c cleaning 29999 clauses out of 60008 with flag 1148946/490157
39.72/38.79	c cleaning 30998 clauses out of 62006 with flag 1225102/522154
43.23/42.11	c cleaning 32001 clauses out of 64008 with flag 1303162/555154
46.53/45.44	c cleaning 33001 clauses out of 66006 with flag 1383938/589153
50.13/49.06	c cleaning 34001 clauses out of 68006 with flag 1465877/624154
54.05/52.94	c cleaning 34991 clauses out of 70004 with flag 1550820/660153
57.57/56.36	c cleaning 36008 clauses out of 72017 with flag 1638430/697157
61.88/60.70	c cleaning 36999 clauses out of 74005 with flag 1728898/735153
65.77/64.55	c cleaning 37995 clauses out of 76007 with flag 1821013/774154
70.20/68.83	c cleaning 39006 clauses out of 78019 with flag 1915954/814161
74.60/73.25	c cleaning 39998 clauses out of 80005 with flag 2012906/855153
79.20/77.83	c cleaning 41001 clauses out of 82007 with flag 2112568/897153
84.44/82.93	c cleaning 42004 clauses out of 84008 with flag 2214705/940155
89.74/88.29	c cleaning 43002 clauses out of 86003 with flag 2319080/984154
94.84/93.37	c cleaning 43992 clauses out of 88001 with flag 2425457/1029154
100.65/99.01	c cleaning 44996 clauses out of 90009 with flag 2534535/1075154
105.94/104.39	c cleaning 46003 clauses out of 92012 with flag 2645865/1122153
111.77/110.19	c cleaning 47005 clauses out of 94010 with flag 2759924/1170154
117.98/116.21	c cleaning 48000 clauses out of 96005 with flag 2876336/1219154
124.49/122.79	c cleaning 48990 clauses out of 98006 with flag 2994522/1269155
130.98/129.10	c cleaning 50004 clauses out of 100014 with flag 3115003/1320153
138.28/136.42	c cleaning 50999 clauses out of 102010 with flag 3237766/1372153
146.05/144.09	c cleaning 52001 clauses out of 104011 with flag 3363649/1425153
153.24/151.25	c cleaning 53002 clauses out of 106010 with flag 3492075/1479153
160.30/158.23	c cleaning 54001 clauses out of 108010 with flag 3622108/1534155
167.00/164.92	c cleaning 54995 clauses out of 110007 with flag 3754227/1590153
174.37/172.20	c cleaning 56001 clauses out of 112012 with flag 3889138/1647153
181.97/179.85	c cleaning 57000 clauses out of 114011 with flag 4026383/1705153
190.44/188.24	c cleaning 58000 clauses out of 116011 with flag 4165944/1764153
199.24/197.02	c cleaning 58993 clauses out of 118016 with flag 4308247/1824158
207.78/205.54	c cleaning 60000 clauses out of 120020 with flag 4452742/1885155
217.16/214.80	c cleaning 61006 clauses out of 122023 with flag 4600382/1947158
226.66/224.34	c cleaning 62007 clauses out of 124013 with flag 4749823/2010154
236.43/234.04	c cleaning 63002 clauses out of 126005 with flag 4900832/2074153
247.30/244.89	c cleaning 63996 clauses out of 128004 with flag 5054660/2139154
257.60/255.10	c cleaning 64996 clauses out of 130007 with flag 5210773/2205153
267.67/265.19	c cleaning 66003 clauses out of 132011 with flag 5369117/2272153
279.01/276.45	c cleaning 66999 clauses out of 134009 with flag 5530261/2340154
289.37/286.78	c cleaning 67995 clauses out of 136009 with flag 5693762/2409153
300.89/298.24	c cleaning 69003 clauses out of 138016 with flag 5859362/2479155
313.21/310.50	c cleaning 70004 clauses out of 140011 with flag 6028206/2550153
324.64/321.91	c cleaning 70995 clauses out of 142007 with flag 6198725/2622153
337.31/334.56	c cleaning 72002 clauses out of 144013 with flag 6370478/2695154
349.96/347.16	c cleaning 73012 clauses out of 146023 with flag 6545373/2769166
363.73/360.90	c cleaning 73999 clauses out of 147999 with flag 6721624/2844154
377.91/374.90	c cleaning 74997 clauses out of 150002 with flag 6901897/2920156
391.79/388.76	c cleaning 75997 clauses out of 152006 with flag 7083921/2997157
404.46/401.30	c cleaning 77003 clauses out of 154012 with flag 7269368/3075160
416.54/413.38	c cleaning 77996 clauses out of 156003 with flag 7456391/3154154
430.01/426.71	c cleaning 78999 clauses out of 158008 with flag 7646936/3234155
444.07/440.71	c cleaning 79997 clauses out of 160012 with flag 7839404/3315158
460.69/457.37	c cleaning 80997 clauses out of 162010 with flag 8034021/3397153
474.91/471.46	c cleaning 82007 clauses out of 164013 with flag 8231555/3480153
490.28/486.77	c cleaning 82997 clauses out of 166011 with flag 8430483/3564158
507.73/504.11	c cleaning 83993 clauses out of 168009 with flag 8632028/3649153
525.55/521.86	c cleaning 85005 clauses out of 170016 with flag 8835171/3735153
541.04/537.22	c cleaning 86003 clauses out of 172011 with flag 9041906/3822153
557.87/554.06	c cleaning 86999 clauses out of 174008 with flag 9249372/3910153
573.74/569.89	c cleaning 88001 clauses out of 176014 with flag 9460364/3999158
590.27/586.25	c cleaning 89003 clauses out of 178011 with flag 9673183/4089156
609.04/604.91	c cleaning 89996 clauses out of 180005 with flag 9888012/4180153
628.14/623.90	c cleaning 91002 clauses out of 182016 with flag 10105952/4272160
646.22/641.94	c cleaning 92005 clauses out of 184010 with flag 10325430/4365156
664.89/660.47	c cleaning 92995 clauses out of 186002 with flag 10547740/4459153
682.98/678.43	c cleaning 94006 clauses out of 188013 with flag 10772174/4554159
700.69/696.00	c cleaning 94992 clauses out of 190002 with flag 10998863/4650154
719.60/714.80	c cleaning 96008 clauses out of 192017 with flag 11228673/4747161
739.29/734.46	c cleaning 96990 clauses out of 194002 with flag 11460875/4845154
760.27/755.25	c cleaning 97996 clauses out of 196011 with flag 11695473/4944153
780.41/775.26	c cleaning 99004 clauses out of 198015 with flag 11933196/5044153
801.14/795.74	c cleaning 100004 clauses out of 200014 with flag 12172317/5145156
823.43/817.93	c cleaning 101003 clauses out of 202011 with flag 12413371/5247157
843.83/838.20	c cleaning 101998 clauses out of 204004 with flag 12657525/5350153
865.68/859.83	c cleaning 103001 clauses out of 206011 with flag 12904068/5454158
890.75/884.72	c cleaning 103997 clauses out of 208005 with flag 13153490/5559153
916.52/910.33	c cleaning 104997 clauses out of 210010 with flag 13404351/5665155
942.34/936.01	c cleaning 106004 clauses out of 212011 with flag 13659055/5772153
971.37/964.90	c cleaning 106994 clauses out of 214008 with flag 13915044/5880154
990.97/984.23	c cleaning 108004 clauses out of 216016 with flag 14175518/5989156
1012.15/1005.28	c cleaning 109001 clauses out of 218009 with flag 14438162/6099153
1033.39/1026.24	c cleaning 110007 clauses out of 220014 with flag 14701646/6210159
1058.01/1050.62	c cleaning 111002 clauses out of 222003 with flag 14968241/6322155
1085.20/1077.67	c cleaning 111995 clauses out of 223999 with flag 15236503/6435153
1111.01/1103.28	c cleaning 113003 clauses out of 226006 with flag 15506673/6549155
1138.31/1130.30	c cleaning 113994 clauses out of 228002 with flag 15778805/6664154
1165.45/1157.26	c cleaning 115003 clauses out of 230007 with flag 16053919/6780153
1193.83/1185.30	c cleaning 116001 clauses out of 232004 with flag 16332156/6897153
1223.10/1214.37	c cleaning 116996 clauses out of 234003 with flag 16612046/7015153
1255.41/1246.33	c cleaning 118002 clauses out of 236010 with flag 16893437/7134156
1287.66/1278.34	c cleaning 119003 clauses out of 238006 with flag 17177922/7254154
1321.42/1311.60	c cleaning 119997 clauses out of 240003 with flag 17465613/7375154
1354.82/1344.75	c cleaning 121005 clauses out of 242011 with flag 17755180/7497159
1389.26/1378.89	c cleaning 121998 clauses out of 244001 with flag 18047911/7620154
1425.20/1414.47	c cleaning 123001 clauses out of 246007 with flag 18342284/7744158
1461.50/1450.47	c cleaning 123992 clauses out of 248001 with flag 18639584/7869153
1501.15/1489.79	c cleaning 124999 clauses out of 250009 with flag 18939167/7995153
1541.77/1529.95	c cleaning 126005 clauses out of 252010 with flag 19241402/8122153
1582.37/1570.17	c cleaning 127000 clauses out of 254005 with flag 19546286/8250153
1620.27/1607.75	c cleaning 128000 clauses out of 256006 with flag 19853539/8379154
1665.96/1653.01	c cleaning 129005 clauses out of 258011 with flag 20163123/8509159
1709.25/1695.74	c cleaning 129995 clauses out of 260000 with flag 20473781/8640153
1750.13/1736.22	c cleaning 130996 clauses out of 262006 with flag 20786934/8772154
1785.97/1771.76	c cleaning 132005 clauses out of 264011 with flag 21101753/8905155
1800.02/1785.41	c starts		: 258
1800.02/1785.41	c conflicts		: 8981781
1800.02/1785.41	c decisions		: 12476765
1800.02/1785.41	c propagations		: 121408637
1800.02/1785.41	c inspects		: 33725984738
1800.02/1785.41	c shortcuts		: 0
1800.02/1785.41	c learnt literals	: 0
1800.02/1785.41	c learnt binary clauses	: 0
1800.02/1785.41	c learnt ternary clauses	: 0
1800.02/1785.41	c learnt constraints	: 8981781
1800.02/1785.41	c ignored constraints	: 0
1800.02/1785.41	c root simplifications	: 0
1800.02/1785.41	c removed literals (reason simplification)	: 0
1800.02/1785.41	c reason swapping (by a shorter reason)	: 0
1800.02/1785.41	c Calls to reduceDB	: 129
1800.02/1785.41	c Number of update (reduction) of LBD	: 2154715
1800.02/1785.41	c Imported unit clauses	: 0
1800.02/1785.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1785.41	c number of learned constraints concerned by reduction	: 0
1800.02/1785.41	c number of learning phase by resolution	: 0
1800.02/1785.41	c number of learning phase by cutting planes	: 0
1800.02/1785.41	c speed (assignments/second)	: 68010.51847328928
1800.02/1785.41	c non guided choices	0
1800.02/1785.44	c learnt constraints type 
1800.02/1785.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 208632
1800.02/1785.44	s SATISFIABLE
1800.02/1785.44	c Found 21 solution(s)
1800.02/1785.44	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 
1800.02/1785.44	c objective function=196
1800.02/1785.44	c Total wall clock time (in seconds): 1785.328

Verifier Data

OK	196

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

pid=3539
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.45 2.27 2.21 3/194 3542
/proc/meminfo: memFree=29646764/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/3542/stat : 3542 (java) R 3539 3542 32365 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 105169462 278528 33 33554432000 1073741824 1073778376 140735992275088 140735193915528 240556010677 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 68 33 25 9 0 25 0

[startup+0.100109 s]
/proc/loadavg: 2.45 2.27 2.21 3/194 3542
/proc/meminfo: memFree=29646764/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 4381 0 1 0 8 1 0 0 20 0 18 0 105169462 9787879424 6010 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2389619 6010 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.45 2.27 2.21 3/194 3542
/proc/meminfo: memFree=29646764/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 4954 0 1 0 26 1 0 0 20 0 18 0 105169462 9787879424 6952 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2389619 6952 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.45 2.27 2.21 3/194 3542
/proc/meminfo: memFree=29646764/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 6609 0 1 0 46 1 0 0 20 0 19 0 105169462 9856040960 9258 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 9258 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.70023 s]
/proc/loadavg: 2.45 2.27 2.21 3/194 3542
/proc/meminfo: memFree=29646764/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 9982 0 1 0 128 2 0 0 20 0 19 0 105169462 9856040960 12291 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 12291 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.41 2.27 2.20 3/213 3561
/proc/meminfo: memFree=29597188/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 10037 0 1 0 216 3 0 0 20 0 19 0 105169462 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 16906 2260 9 0 2396937 0
[pid=3542/tid=3544] ppid=3539 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/3542/task/3544/stat : 3544 (java) R 3539 3542 32365 0 -1 4202560 2437 0 1 0 145 2 0 0 20 0 19 0 105169463 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139679142775136 139678997631055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3545] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3545/stat : 3545 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678986053928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3546] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3546/stat : 3546 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678985001128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3547] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3547/stat : 3547 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678983948840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3548] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3548/stat : 3548 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678982896040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3549] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3549/stat : 3549 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678981843752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3550] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3550/stat : 3550 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678644693672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3551] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3551/stat : 3551 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678643641384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3552] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3552/stat : 3552 (java) S 3539 3542 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678642588584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3553] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3553/stat : 3553 (java) S 3539 3542 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105169465 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678630389992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3554] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3554/stat : 3554 (java) S 3539 3542 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678629336056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3555] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3555/stat : 3555 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678628283656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3556] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3556/stat : 3556 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678627232144 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3557] ppid=3539 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/3542/task/3557/stat : 3557 (java) S 3539 3542 32365 0 -1 4202560 3398 0 0 0 34 0 0 0 20 0 19 0 105169468 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678626179768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3558] ppid=3539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3542/task/3558/stat : 3558 (java) S 3539 3542 32365 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 19 0 105169468 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678625126968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3559] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3559/stat : 3559 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678624074872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3560] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3560/stat : 3560 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678623022280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 16906 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.41 2.27 2.20 3/213 3561
/proc/meminfo: memFree=29574536/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 10051 0 1 0 377 3 0 0 20 0 19 0 105169462 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 24074 2260 9 0 2396937 0
[pid=3542/tid=3544] ppid=3539 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/3542/task/3544/stat : 3544 (java) R 3539 3542 32365 0 -1 4202560 2451 0 1 0 304 2 0 0 20 0 19 0 105169463 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139679142768320 139678997567849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3545] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3545/stat : 3545 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678986053928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3546] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3546/stat : 3546 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678985001128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3547] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3547/stat : 3547 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678983948840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3548] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3548/stat : 3548 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678982896040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3549] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3549/stat : 3549 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678981843752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3550] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3550/stat : 3550 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678644693672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3551] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3551/stat : 3551 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678643641384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3552] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3552/stat : 3552 (java) S 3539 3542 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678642588584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3553] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3553/stat : 3553 (java) S 3539 3542 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105169465 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678630389992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3554] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3554/stat : 3554 (java) S 3539 3542 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678629336056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3555] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3555/stat : 3555 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678628283656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3556] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3556/stat : 3556 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678627232144 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3557] ppid=3539 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3542/task/3557/stat : 3557 (java) S 3539 3542 32365 0 -1 4202560 3398 0 0 0 36 0 0 0 20 0 19 0 105169468 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678626179768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3558] ppid=3539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3542/task/3558/stat : 3558 (java) S 3539 3542 32365 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 19 0 105169468 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678625126968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3559] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3559/stat : 3559 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678624074872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3560] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3560/stat : 3560 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678623022280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 24074 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.41 2.27 2.20 3/213 3561
/proc/meminfo: memFree=29519628/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=7.01 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 10078 0 1 0 697 4 0 0 20 0 19 0 105169462 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 36642 2261 9 0 2396937 0
[pid=3542/tid=3544] ppid=3539 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/3542/task/3544/stat : 3544 (java) R 3539 3542 32365 0 -1 4202560 2477 0 1 0 623 2 0 0 20 0 19 0 105169463 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139679142777160 139678997803917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3545] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3545/stat : 3545 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678986053928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3546] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3546/stat : 3546 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678985001128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3547] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3547/stat : 3547 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678983948840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3548] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3548/stat : 3548 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678982896040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3549] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3549/stat : 3549 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678981843752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3550] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3550/stat : 3550 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678644693672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3551] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3551/stat : 3551 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678643641384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3552] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3552/stat : 3552 (java) S 3539 3542 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105169464 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678642588584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3553] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3553/stat : 3553 (java) S 3539 3542 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105169465 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678630389992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3554] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3554/stat : 3554 (java) S 3539 3542 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678629336056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3555] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3555/stat : 3555 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678628283656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3556] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3556/stat : 3556 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678627232144 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3557] ppid=3539 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3542/task/3557/stat : 3557 (java) S 3539 3542 32365 0 -1 4202560 3398 0 0 0 36 0 0 0 20 0 19 0 105169468 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678626179768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3558] ppid=3539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3542/task/3558/stat : 3558 (java) S 3539 3542 32365 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 19 0 105169468 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678625126968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3559] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3559/stat : 3559 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678624074872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3560] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3560/stat : 3560 (java) S 3539 3542 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678623022280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 36642 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 89566 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1675.51
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.40 2.35 2.24 3/213 3887
/proc/meminfo: memFree=25267580/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=1736.15 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 19524 0 1 0 173482 133 0 0 20 0 19 0 105169462 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 88663 2283 9 0 2396937 0
[pid=3542/tid=3544] ppid=3539 vsize=9625040 CPUtime=1707.74 cores=1,3,5,7
/proc/3542/task/3544/stat : 3544 (java) R 3539 3542 32365 0 -1 4202560 2812 0 1 0 170744 30 0 0 20 0 19 0 105169463 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139679142776000 139678997692563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3545] ppid=3539 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/3542/task/3545/stat : 3545 (java) S 3539 3542 32365 0 -1 4202560 1206 0 0 0 210 12 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678986053928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3546] ppid=3539 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/3542/task/3546/stat : 3546 (java) S 3539 3542 32365 0 -1 4202560 708 0 0 0 233 9 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678985001128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3547] ppid=3539 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/3542/task/3547/stat : 3547 (java) S 3539 3542 32365 0 -1 4202560 994 0 0 0 223 11 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678983948840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3548] ppid=3539 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/3542/task/3548/stat : 3548 (java) S 3539 3542 32365 0 -1 4202560 1337 0 0 0 216 10 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678982896040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3549] ppid=3539 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/3542/task/3549/stat : 3549 (java) S 3539 3542 32365 0 -1 4202560 1344 0 0 0 216 14 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678981843752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3550] ppid=3539 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/3542/task/3550/stat : 3550 (java) S 3539 3542 32365 0 -1 4202560 1245 0 0 0 224 13 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678644693672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3551] ppid=3539 vsize=9625040 CPUtime=2.3 cores=1,3,5,7
/proc/3542/task/3551/stat : 3551 (java) S 3539 3542 32365 0 -1 4202560 759 0 0 0 218 12 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678643641384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3552] ppid=3539 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/3542/task/3552/stat : 3552 (java) S 3539 3542 32365 0 -1 4202560 720 0 0 0 227 11 0 0 20 0 19 0 105169464 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678642588584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3553] ppid=3539 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/3542/task/3553/stat : 3553 (java) S 3539 3542 32365 0 -1 4202560 708 0 0 0 433 6 0 0 20 0 19 0 105169465 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678630389992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3554] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3554/stat : 3554 (java) S 3539 3542 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678629336056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3555] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3555/stat : 3555 (java) S 3539 3542 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678628283656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3556] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3556/stat : 3556 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678627232144 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3557] ppid=3539 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3542/task/3557/stat : 3557 (java) S 3539 3542 32365 0 -1 4202560 3403 0 0 0 38 0 0 0 20 0 19 0 105169468 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678626179768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3558] ppid=3539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3542/task/3558/stat : 3558 (java) S 3539 3542 32365 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 19 0 105169468 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678625126968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3559] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3559/stat : 3559 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678624074872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3560] ppid=3539 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/3542/task/3560/stat : 3560 (java) S 3539 3542 32365 0 -1 4202560 100 0 0 0 22 35 0 0 20 0 19 0 105169468 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678623022280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 88663 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1736.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.47 2.37 2.26 3/213 3888
/proc/meminfo: memFree=25235112/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=1796.84 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 20997 0 1 0 179545 139 0 0 20 0 19 0 105169462 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 96623 2283 9 0 2396937 0
[pid=3542/tid=3544] ppid=3539 vsize=9625040 CPUtime=1767.02 cores=1,3,5,7
/proc/3542/task/3544/stat : 3544 (java) R 3539 3542 32365 0 -1 4202560 2835 0 1 0 176671 31 0 0 20 0 19 0 105169463 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139679142776016 139678997631134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3545] ppid=3539 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/3542/task/3545/stat : 3545 (java) S 3539 3542 32365 0 -1 4202560 1399 0 0 0 221 13 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678986053928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3546] ppid=3539 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/3542/task/3546/stat : 3546 (java) S 3539 3542 32365 0 -1 4202560 719 0 0 0 244 9 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678985001128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3547] ppid=3539 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/3542/task/3547/stat : 3547 (java) S 3539 3542 32365 0 -1 4202560 1056 0 0 0 235 12 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678983948840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3548] ppid=3539 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/3542/task/3548/stat : 3548 (java) S 3539 3542 32365 0 -1 4202560 1520 0 0 0 229 11 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678982896040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3549] ppid=3539 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/3542/task/3549/stat : 3549 (java) S 3539 3542 32365 0 -1 4202560 1419 0 0 0 228 14 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678981843752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3550] ppid=3539 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/3542/task/3550/stat : 3550 (java) S 3539 3542 32365 0 -1 4202560 1568 0 0 0 237 13 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678644693672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3551] ppid=3539 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/3542/task/3551/stat : 3551 (java) S 3539 3542 32365 0 -1 4202560 868 0 0 0 229 13 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678643641384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3552] ppid=3539 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/3542/task/3552/stat : 3552 (java) S 3539 3542 32365 0 -1 4202560 1104 0 0 0 239 11 0 0 20 0 19 0 105169464 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678642588584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3553] ppid=3539 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/3542/task/3553/stat : 3553 (java) S 3539 3542 32365 0 -1 4202560 814 0 0 0 458 6 0 0 20 0 19 0 105169465 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678630389992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3554] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3554/stat : 3554 (java) S 3539 3542 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678629336056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3555] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3555/stat : 3555 (java) S 3539 3542 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678628283656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3556] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3556/stat : 3556 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678627232144 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3557] ppid=3539 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3542/task/3557/stat : 3557 (java) S 3539 3542 32365 0 -1 4202560 3403 0 0 0 38 0 0 0 20 0 19 0 105169468 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678626179768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3558] ppid=3539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3542/task/3558/stat : 3558 (java) S 3539 3542 32365 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 19 0 105169468 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678625126968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3559] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3559/stat : 3559 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678624074872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3560] ppid=3539 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/3542/task/3560/stat : 3560 (java) S 3539 3542 32365 0 -1 4202560 104 0 0 0 22 37 0 0 20 0 19 0 105169468 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678623022280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 96623 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.41 s]
/proc/loadavg: 2.47 2.37 2.26 4/213 3888
/proc/meminfo: memFree=25220404/32872528 swapFree=15844/1710320
[pid=3542] ppid=3539 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/3542/stat : 3542 (java) S 3539 3542 32365 0 -1 4202496 21022 0 1 0 179861 141 0 0 20 0 19 0 105169462 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 140735992266224 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3542/statm: 2406260 100206 2283 9 0 2396937 0
[pid=3542/tid=3544] ppid=3539 vsize=9625040 CPUtime=1770.08 cores=1,3,5,7
/proc/3542/task/3544/stat : 3544 (java) R 3539 3542 32365 0 -1 4202560 2837 0 1 0 176977 31 0 0 20 0 19 0 105169463 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139679142776016 139678997553792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3545] ppid=3539 vsize=9625040 CPUtime=2.36 cores=1,3,5,7
/proc/3542/task/3545/stat : 3545 (java) S 3539 3542 32365 0 -1 4202560 1402 0 0 0 223 13 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678986053928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3546] ppid=3539 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/3542/task/3546/stat : 3546 (java) S 3539 3542 32365 0 -1 4202560 725 0 0 0 245 10 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678985001128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3547] ppid=3539 vsize=9625040 CPUtime=2.47 cores=1,3,5,7
/proc/3542/task/3547/stat : 3547 (java) S 3539 3542 32365 0 -1 4202560 1056 0 0 0 235 12 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678983948840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3548] ppid=3539 vsize=9625040 CPUtime=2.41 cores=1,3,5,7
/proc/3542/task/3548/stat : 3548 (java) S 3539 3542 32365 0 -1 4202560 1520 0 0 0 230 11 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678982896040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3549] ppid=3539 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/3542/task/3549/stat : 3549 (java) S 3539 3542 32365 0 -1 4202560 1424 0 0 0 231 14 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678981843752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3550] ppid=3539 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/3542/task/3550/stat : 3550 (java) S 3539 3542 32365 0 -1 4202560 1571 0 0 0 238 13 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678644693672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3551] ppid=3539 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/3542/task/3551/stat : 3551 (java) S 3539 3542 32365 0 -1 4202560 874 0 0 0 231 13 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678643641384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3552] ppid=3539 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/3542/task/3552/stat : 3552 (java) S 3539 3542 32365 0 -1 4202560 1104 0 0 0 240 11 0 0 20 0 19 0 105169464 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678642588584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3553] ppid=3539 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/3542/task/3553/stat : 3553 (java) S 3539 3542 32365 0 -1 4202560 814 0 0 0 458 6 0 0 20 0 19 0 105169465 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678630389992 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3542/tid=3554] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3554/stat : 3554 (java) S 3539 3542 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678629336056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3555] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3555/stat : 3555 (java) S 3539 3542 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105169466 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678628283656 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3556] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3556/stat : 3556 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678627232144 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3557] ppid=3539 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/3542/task/3557/stat : 3557 (java) S 3539 3542 32365 0 -1 4202560 3403 0 0 0 38 0 0 0 20 0 19 0 105169468 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678626179768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3542/tid=3558] ppid=3539 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/3542/task/3558/stat : 3558 (java) S 3539 3542 32365 0 -1 4202560 2930 0 0 0 33 0 0 0 20 0 19 0 105169468 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678625126968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3559] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3559/stat : 3559 (java) S 3539 3542 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105169468 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678624074872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3542/tid=3560] ppid=3539 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/3542/task/3560/stat : 3560 (java) S 3539 3542 32365 0 -1 4202560 104 0 0 0 22 37 0 0 20 0 19 0 105169468 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678623022280 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3542/tid=3561] ppid=3539 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3542/task/3561/stat : 3561 (java) S 3539 3542 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105169489 9856040960 100206 33554432000 1073741824 1073778376 140735992275088 139678621868968 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 3542 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 3542 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=229235
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=851718
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1785.45
CPU time (s): 1800.02
CPU user time (s): 1798.61
CPU system time (s): 1.41
CPU usage (%): 100.816
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.85172
maximum resident set size= 670920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21069
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48705
involuntary context switches= 42030

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5421 second user time and 11.7442 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 18:59:31
IDJOB=4085211
IDBENCH=2171
IDSOLVER=2546
FILE ID=node146/4085211-1465232371
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/primes-dimacs-cnf/normalized-ii32b1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085211-1465232371/watcher-4085211-1465232371 -o /tmp/evaluation-result-4085211-1465232371/solver-4085211-1465232371 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085211-1465232371.opb

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

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=413809529

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:        29646772 kB
Buffers:           24960 kB
Cached:           248488 kB
SwapCached:         1468 kB
Active:           586348 kB
Inactive:         212948 kB
Active(anon):     526604 kB
Inactive(anon):     1608 kB
Active(file):      59744 kB
Inactive(file):   211340 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       2376272 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             568764 kB
SReclaimable:      12292 kB
SUnreclaim:       556472 kB
KernelStack:        1768 kB
PageTables:         8572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2473824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2347008 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 19:29:17