Trace number 4103005

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)294 1800.01 1779.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
MD5SUM1850b909125f53108de0513d8e3d52c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 285
Optimality of the best value was proved NO
Number of variables664
Total number of constraints3035
Number of constraints which are clauses3035
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 664
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 664
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 664
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103005-1466231677.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.29/0.28	c ... done. Wall clock time 0.182s.
0.29/0.28	c declared #vars     664
0.29/0.28	c #constraints  3035
0.29/0.28	c constraints type 
0.29/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143
0.29/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2892
0.29/0.28	c 3035 constraints processed.
0.29/0.28	c objective function length is 664 literals
0.55/0.31	c SATISFIABLE
0.55/0.31	c OPTIMIZING...
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.55/0.31	o 328
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.84/0.40	o 327
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.84/0.41	o 326
0.84/0.41	c Got one! Elapsed wall clock time (in seconds):0.314
0.84/0.41	o 325
0.84/0.42	c Got one! Elapsed wall clock time (in seconds):0.322
0.84/0.42	o 324
0.84/0.43	c Got one! Elapsed wall clock time (in seconds):0.332
0.84/0.43	o 323
0.84/0.44	c Got one! Elapsed wall clock time (in seconds):0.342
0.84/0.44	o 322
0.84/0.45	c Got one! Elapsed wall clock time (in seconds):0.346
0.84/0.45	o 321
1.11/0.54	c Got one! Elapsed wall clock time (in seconds):0.445
1.11/0.54	o 320
1.11/0.58	c Got one! Elapsed wall clock time (in seconds):0.478
1.11/0.58	o 319
1.11/0.58	c Got one! Elapsed wall clock time (in seconds):0.48
1.11/0.58	o 318
1.53/0.88	c cleaning 2979 clauses out of 5975 with flag 13454/5975
1.75/0.94	c Got one! Elapsed wall clock time (in seconds):0.842
1.75/0.94	o 317
2.13/1.13	c Got one! Elapsed wall clock time (in seconds):1.03
2.13/1.13	o 316
2.13/1.18	c cleaning 4409 clauses out of 8820 with flag 2205/11799
2.23/1.28	c Got one! Elapsed wall clock time (in seconds):1.178
2.23/1.28	o 315
2.32/1.36	c Got one! Elapsed wall clock time (in seconds):1.256
2.32/1.36	o 314
2.42/1.47	c cleaning 5113 clauses out of 10236 with flag 4862/17624
2.53/1.60	c Got one! Elapsed wall clock time (in seconds):1.495
2.53/1.60	o 313
2.78/1.74	c cleaning 5265 clauses out of 10552 with flag 6710/23053
2.78/1.77	c Got one! Elapsed wall clock time (in seconds):1.669
2.78/1.77	o 312
2.93/1.80	c Got one! Elapsed wall clock time (in seconds):1.702
2.93/1.80	o 311
2.93/1.84	c Got one! Elapsed wall clock time (in seconds):1.744
2.93/1.84	o 310
3.03/1.90	c Got one! Elapsed wall clock time (in seconds):1.802
3.03/1.90	o 309
3.03/1.93	c Got one! Elapsed wall clock time (in seconds):1.834
3.03/1.93	o 308
3.03/1.97	c Got one! Elapsed wall clock time (in seconds):1.866
3.03/1.97	o 307
3.23/2.20	c cleaning 7149 clauses out of 14305 with flag 9182/32071
3.44/2.39	c Got one! Elapsed wall clock time (in seconds):2.291
3.44/2.39	o 306
3.63/2.51	c cleaning 6493 clauses out of 12989 with flag 4862/37904
3.73/2.67	c Got one! Elapsed wall clock time (in seconds):2.572
3.73/2.67	o 305
3.83/2.79	c cleaning 5885 clauses out of 11770 with flag 4803/43178
4.24/3.11	c cleaning 5937 clauses out of 11885 with flag 19117/49178
4.64/3.52	c cleaning 6469 clauses out of 12948 with flag 35801/56178
5.03/3.99	c cleaning 7239 clauses out of 14479 with flag 55247/64178
5.45/4.33	c Got one! Elapsed wall clock time (in seconds):4.227
5.45/4.33	o 304
5.56/4.42	c cleaning 6470 clauses out of 12941 with flag 5321/69879
5.86/4.76	c cleaning 6225 clauses out of 12471 with flag 21458/75879
6.06/4.94	c Got one! Elapsed wall clock time (in seconds):4.835
6.06/4.94	o 303
6.26/5.11	c cleaning 5756 clauses out of 11532 with flag 13476/81165
6.38/5.26	c Got one! Elapsed wall clock time (in seconds):5.162
6.38/5.26	o 302
6.58/5.42	c cleaning 5560 clauses out of 11152 with flag 10029/86541
6.58/5.48	c Got one! Elapsed wall clock time (in seconds):5.382
6.58/5.48	o 301
6.78/5.67	c cleaning 5544 clauses out of 11110 with flag 10777/92059
6.87/5.76	c Got one! Elapsed wall clock time (in seconds):5.657
6.87/5.76	o 300
7.07/5.97	c cleaning 5735 clauses out of 11497 with flag 9880/97990
7.47/6.31	c cleaning 5875 clauses out of 11761 with flag 24314/103989
7.88/6.73	c cleaning 6441 clauses out of 12892 with flag 41276/110995
7.97/6.80	c Got one! Elapsed wall clock time (in seconds):6.704
7.97/6.80	o 299
7.97/6.84	c Got one! Elapsed wall clock time (in seconds):6.738
7.97/6.84	o 298
8.20/7.06	c Got one! Elapsed wall clock time (in seconds):6.96
8.20/7.06	o 297
8.30/7.13	c cleaning 6744 clauses out of 13514 with flag 2438/118058
8.60/7.50	c cleaning 6380 clauses out of 12773 with flag 16832/124061
9.10/7.92	c cleaning 6692 clauses out of 13392 with flag 34019/131060
9.59/8.46	c cleaning 7351 clauses out of 14701 with flag 60754/139061
10.19/9.02	c cleaning 8168 clauses out of 16350 with flag 86650/148061
10.99/9.80	c cleaning 9086 clauses out of 18180 with flag 132520/158059
11.89/10.72	c Got one! Elapsed wall clock time (in seconds):10.617
11.89/10.72	o 296
12.39/11.23	c cleaning 12180 clauses out of 24360 with flag 27849/173325
12.74/11.53	c Got one! Elapsed wall clock time (in seconds):11.431
12.74/11.53	o 295
12.74/11.59	c cleaning 8904 clauses out of 17828 with flag 2737/178973
13.14/11.90	c cleaning 7459 clauses out of 14928 with flag 20783/184977
13.45/12.29	c cleaning 7226 clauses out of 14467 with flag 37806/191975
13.94/12.74	c cleaning 7612 clauses out of 15245 with flag 60168/199979
14.45/13.26	c cleaning 8310 clauses out of 16627 with flag 88303/208973
15.24/14.01	c Got one! Elapsed wall clock time (in seconds):13.912
15.24/14.01	o 294
15.55/14.36	c cleaning 11517 clauses out of 23033 with flag 19650/223689
16.06/14.80	c cleaning 8756 clauses out of 17516 with flag 49604/229689
16.46/15.27	c cleaning 7876 clauses out of 15760 with flag 78950/236689
16.96/15.76	c cleaning 7940 clauses out of 15885 with flag 99552/244690
17.56/16.30	c cleaning 8468 clauses out of 16946 with flag 125386/253691
18.06/16.88	c cleaning 9236 clauses out of 18482 with flag 154884/263695
18.79/17.59	c cleaning 10113 clauses out of 20240 with flag 187492/274689
19.69/18.41	c cleaning 11054 clauses out of 22132 with flag 218972/286694
20.39/19.16	c cleaning 12032 clauses out of 24074 with flag 258851/299690
21.39/20.14	c cleaning 13020 clauses out of 26045 with flag 297228/313693
22.49/21.23	c cleaning 14004 clauses out of 28022 with flag 329391/328690
23.59/22.38	c cleaning 15009 clauses out of 30017 with flag 375068/344689
24.89/23.62	c cleaning 16004 clauses out of 32008 with flag 422999/361689
26.26/24.95	c cleaning 17002 clauses out of 34004 with flag 480743/379689
27.76/26.44	c cleaning 18001 clauses out of 36002 with flag 532598/398689
29.56/28.25	c cleaning 19001 clauses out of 38002 with flag 574083/418690
31.76/30.45	c cleaning 19998 clauses out of 40000 with flag 617674/439689
34.16/32.88	c cleaning 20998 clauses out of 42004 with flag 663414/461691
36.89/35.46	c cleaning 22002 clauses out of 44004 with flag 710873/484689
41.10/39.67	c cleaning 23002 clauses out of 46004 with flag 759263/508691
43.40/41.99	c cleaning 24001 clauses out of 48002 with flag 821533/533691
45.19/43.76	c cleaning 25000 clauses out of 49999 with flag 877773/559689
47.70/46.08	c cleaning 25998 clauses out of 52004 with flag 947669/586694
50.00/48.35	c cleaning 26993 clauses out of 54001 with flag 1020514/614689
52.80/51.14	c cleaning 28002 clauses out of 56008 with flag 1094284/643689
55.85/54.04	c cleaning 29001 clauses out of 58006 with flag 1172953/673689
59.35/57.56	c cleaning 30003 clauses out of 60005 with flag 1252241/704689
62.75/60.75	c cleaning 30997 clauses out of 62002 with flag 1338364/736689
65.55/63.57	c cleaning 32004 clauses out of 64012 with flag 1426637/769696
69.02/66.81	c cleaning 33001 clauses out of 66001 with flag 1516274/803689
72.55/70.27	c cleaning 33992 clauses out of 68000 with flag 1610206/838689
76.27/73.83	c cleaning 35002 clauses out of 70012 with flag 1701936/874693
79.66/77.25	c cleaning 36003 clauses out of 72008 with flag 1798960/911691
84.20/81.77	c cleaning 37001 clauses out of 74004 with flag 1900355/949690
88.53/86.04	c cleaning 37993 clauses out of 76002 with flag 2000777/988689
92.80/90.25	c cleaning 38995 clauses out of 78011 with flag 2106622/1028691
97.45/94.89	c cleaning 40009 clauses out of 80019 with flag 2217299/1069694
101.93/99.27	c cleaning 40995 clauses out of 82006 with flag 2322892/1111690
106.31/103.51	c cleaning 42005 clauses out of 84012 with flag 2435553/1154691
110.76/107.94	c cleaning 42997 clauses out of 86005 with flag 2549733/1198689
115.32/112.49	c cleaning 44003 clauses out of 88008 with flag 2666968/1243689
119.88/116.98	c cleaning 44994 clauses out of 90005 with flag 2787830/1289689
124.62/121.65	c cleaning 46006 clauses out of 92013 with flag 2910493/1336691
129.74/126.74	c cleaning 46996 clauses out of 94005 with flag 3035383/1384689
135.00/131.92	c cleaning 47991 clauses out of 96012 with flag 3162652/1433692
141.05/137.92	c cleaning 49004 clauses out of 98018 with flag 3289982/1483689
147.35/144.15	c cleaning 50006 clauses out of 100017 with flag 3428275/1534692
157.73/154.45	c cleaning 51002 clauses out of 102009 with flag 3539398/1586690
166.99/163.63	c cleaning 51995 clauses out of 104006 with flag 3649779/1639689
175.76/172.34	c cleaning 53001 clauses out of 106013 with flag 3767773/1693691
182.90/179.46	c cleaning 53997 clauses out of 108010 with flag 3908725/1748689
190.78/187.23	c cleaning 55000 clauses out of 110014 with flag 4053754/1804690
198.10/194.47	c cleaning 56006 clauses out of 112018 with flag 4200486/1861694
205.46/201.79	c cleaning 56996 clauses out of 114007 with flag 4349976/1919689
213.92/210.18	c cleaning 58003 clauses out of 116011 with flag 4502944/1978689
221.74/217.82	c cleaning 58998 clauses out of 118008 with flag 4657567/2038689
229.73/225.75	c cleaning 59994 clauses out of 120010 with flag 4816032/2099689
239.62/235.59	c cleaning 61008 clauses out of 122017 with flag 4966877/2161690
250.09/245.95	c cleaning 62003 clauses out of 124008 with flag 5143277/2224689
271.68/267.47	c cleaning 62997 clauses out of 126006 with flag 5280412/2288690
305.36/301.06	c cleaning 64000 clauses out of 128009 with flag 5410832/2353690
313.29/308.87	c cleaning 65005 clauses out of 130012 with flag 5576536/2419693
322.48/317.95	c cleaning 65990 clauses out of 132003 with flag 5743513/2486689
332.60/327.92	c cleaning 67003 clauses out of 134017 with flag 5912509/2554693
342.45/337.60	c cleaning 68001 clauses out of 136014 with flag 6084464/2623693
352.86/347.87	c cleaning 68994 clauses out of 138009 with flag 6258412/2693689
362.92/357.78	c cleaning 70006 clauses out of 140017 with flag 6433512/2764691
373.87/368.56	c cleaning 71001 clauses out of 142013 with flag 6613422/2836693
384.35/378.88	c cleaning 71997 clauses out of 144008 with flag 6796211/2909689
395.49/389.86	c cleaning 73000 clauses out of 146011 with flag 6981454/2983689
407.14/401.34	c cleaning 74006 clauses out of 148012 with flag 7171246/3058690
436.29/430.31	c cleaning 75003 clauses out of 150005 with flag 7339886/3134689
462.94/456.88	c cleaning 75997 clauses out of 152002 with flag 7499567/3211689
492.03/485.75	c cleaning 76997 clauses out of 154005 with flag 7661629/3289689
519.82/513.35	c cleaning 78003 clauses out of 156009 with flag 7826092/3368690
539.52/532.87	c cleaning 79003 clauses out of 158005 with flag 8004832/3448689
560.98/554.13	c cleaning 79998 clauses out of 160002 with flag 8178430/3529689
608.12/601.00	c cleaning 80995 clauses out of 162004 with flag 8349874/3611689
626.65/619.39	c cleaning 82003 clauses out of 164011 with flag 8542516/3694691
649.61/642.14	c cleaning 82993 clauses out of 166006 with flag 8736828/3778689
668.23/660.51	c cleaning 84007 clauses out of 168013 with flag 8940370/3863689
681.54/673.61	c cleaning 84991 clauses out of 170006 with flag 9158173/3949689
695.95/687.87	c cleaning 86001 clauses out of 172015 with flag 9378995/4036689
710.78/702.41	c cleaning 86995 clauses out of 174014 with flag 9601546/4124689
725.14/716.62	c cleaning 88007 clauses out of 176022 with flag 9825640/4213692
741.38/732.63	c cleaning 89001 clauses out of 178017 with flag 10051425/4303694
758.51/749.53	c cleaning 90002 clauses out of 180013 with flag 10279933/4394691
776.67/767.40	c cleaning 90997 clauses out of 182009 with flag 10505652/4486689
792.94/783.54	c cleaning 92001 clauses out of 184012 with flag 10741540/4579689
809.82/800.26	c cleaning 92998 clauses out of 186011 with flag 10977820/4673689
827.49/817.62	c cleaning 94007 clauses out of 188018 with flag 11216630/4768694
848.42/838.37	c cleaning 94997 clauses out of 190006 with flag 11463836/4864689
886.58/876.05	c cleaning 96001 clauses out of 192010 with flag 11689412/4961690
903.99/893.22	c cleaning 96996 clauses out of 194008 with flag 11937425/5059689
922.92/911.94	c cleaning 98000 clauses out of 196012 with flag 12188127/5158689
942.16/930.90	c cleaning 98999 clauses out of 198015 with flag 12441041/5258692
961.38/949.90	c cleaning 100003 clauses out of 200016 with flag 12695136/5359692
980.79/969.16	c cleaning 100999 clauses out of 202010 with flag 12952662/5461689
1001.80/989.82	c cleaning 102001 clauses out of 204012 with flag 13211709/5564690
1021.71/1009.52	c cleaning 102993 clauses out of 206011 with flag 13475180/5668690
1044.53/1032.17	c cleaning 104009 clauses out of 208018 with flag 13739958/5773690
1064.24/1051.68	c cleaning 104999 clauses out of 210008 with flag 14008599/5879689
1086.37/1073.54	c cleaning 105996 clauses out of 212010 with flag 14277979/5986690
1107.67/1094.52	c cleaning 107000 clauses out of 214015 with flag 14551267/6094691
1129.25/1115.82	c cleaning 107995 clauses out of 216013 with flag 14825570/6203689
1150.89/1137.20	c cleaning 109008 clauses out of 218018 with flag 15102284/6313689
1175.34/1161.44	c cleaning 110002 clauses out of 220010 with flag 15379418/6424689
1197.34/1183.13	c cleaning 111003 clauses out of 222008 with flag 15644540/6536689
1227.20/1212.73	c cleaning 111999 clauses out of 224008 with flag 15921983/6649692
1253.31/1238.51	c cleaning 113001 clauses out of 226011 with flag 16198765/6763694
1277.81/1262.72	c cleaning 113989 clauses out of 228005 with flag 16481214/6878689
1302.06/1286.71	c cleaning 115008 clauses out of 230018 with flag 16766388/6994691
1329.57/1313.93	c cleaning 115997 clauses out of 232008 with flag 17052686/7111689
1354.93/1339.08	c cleaning 116999 clauses out of 234011 with flag 17342824/7229689
1382.70/1366.51	c cleaning 118000 clauses out of 236013 with flag 17635240/7348690
1411.57/1395.01	c cleaning 119003 clauses out of 238013 with flag 17929552/7468690
1440.49/1423.62	c cleaning 120006 clauses out of 240013 with flag 18226730/7589693
1472.35/1455.15	c cleaning 120994 clauses out of 242005 with flag 18525121/7711691
1503.72/1486.12	c cleaning 122000 clauses out of 244016 with flag 18820747/7834696
1537.21/1519.31	c cleaning 122994 clauses out of 246013 with flag 19118926/7958693
1565.49/1547.34	c cleaning 124005 clauses out of 248016 with flag 19423474/8083690
1598.74/1580.21	c cleaning 124994 clauses out of 250011 with flag 19731281/8209690
1628.44/1609.51	c cleaning 126006 clauses out of 252017 with flag 20040966/8336690
1672.51/1653.30	c cleaning 127001 clauses out of 254010 with flag 20349077/8464689
1708.17/1688.51	c cleaning 128002 clauses out of 256013 with flag 20661589/8593693
1748.11/1728.09	c cleaning 129003 clauses out of 258011 with flag 20979156/8723693
1783.95/1763.54	c cleaning 129998 clauses out of 260005 with flag 21301825/8854690
1800.01/1779.30	c starts		: 2828
1800.01/1779.30	c conflicts		: 8939550
1800.01/1779.30	c decisions		: 14775582
1800.01/1779.30	c propagations		: 128047321
1800.01/1779.30	c inspects		: 32695070809
1800.01/1779.30	c shortcuts		: 0
1800.01/1779.30	c learnt literals	: 0
1800.01/1779.30	c learnt binary clauses	: 0
1800.01/1779.30	c learnt ternary clauses	: 0
1800.01/1779.30	c learnt constraints	: 8939551
1800.01/1779.30	c ignored constraints	: 0
1800.01/1779.30	c root simplifications	: 0
1800.01/1779.30	c removed literals (reason simplification)	: 0
1800.01/1779.30	c reason swapping (by a shorter reason)	: 0
1800.01/1779.30	c Calls to reduceDB	: 157
1800.01/1779.30	c Number of update (reduction) of LBD	: 2210759
1800.01/1779.30	c Imported unit clauses	: 0
1800.01/1779.30	c number of reductions to clauses (during analyze)	: 0
1800.01/1779.30	c number of learned constraints concerned by reduction	: 0
1800.01/1779.30	c number of learning phase by resolution	: 0
1800.01/1779.30	c number of learning phase by cutting planes	: 0
1800.01/1779.30	c speed (assignments/second)	: 71976.48643969475
1800.01/1779.30	c non guided choices	0
1800.01/1779.33	c learnt constraints type 
1800.01/1779.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 214868
1800.01/1779.33	s SATISFIABLE
1800.01/1779.33	c Found 35 solution(s)
1800.01/1779.33	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 -x137 -x138 x139 -x140 x141 -x142 -x143 -x144 x145 -x146 x147 -x148 -x149 x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 -x187 x188 x189 -x190 -x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 -x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 -x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 -x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 x283 -x284 -x285 x286 x287 -x288 x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 -x301 -x302 x303 -x304 x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 x353 -x354 -x355 x356 x357 -x358 -x359 -x360 -x361 x362 x363 -x364 x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 -x392 x393 -x394 x395 -x396 -x397 x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 -x425 x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 -x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 -x471 x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 x513 -x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 x535 -x536 x537 -x538 -x539 x540 -x541 x542 -x543 x544 -x545 x546 -x547 x548 -x549 x550 x551 -x552 x553 -x554 -x555 x556 -x557 x558 -x559 x560 x561 -x562 -x563 x564 -x565 x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 x583 -x584 -x585 x586 x587 -x588 -x589 x590 -x591 x592 x593 -x594 -x595 x596 -x597 x598 -x599 x600 x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 x611 -x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 x623 -x624 -x625 x626 -x627 x628 -x629 x630 x631 -x632 x633 -x634 -x635 x636 -x637 x638 -x639 x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 x649 -x650 -x651 x652 -x653 x654 -x655 x656 x657 -x658 -x659 x660 -x661 x662 -x663 x664 
1800.01/1779.34	c objective function=294
1800.01/1779.34	c Total wall clock time (in seconds): 1779.236

Verifier Data

OK	294

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-4103005-1466231677/watcher-4103005-1466231677 -o /tmp/evaluation-result-4103005-1466231677/solver-4103005-1466231677 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103005-1466231677.opb 

pid=21011
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.18 2.21 2.18 3/194 21014
/proc/meminfo: memFree=29613060/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 25214350 98570240 978 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 24065 978 744 9 0 16771 0
[pid=21014/tid=21015] ppid=21011 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25214350 98570240 978 33554432000 1073741824 1073778376 140737397162224 140041246375464 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 21014
/proc/meminfo: memFree=29613060/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 25214350 9787879424 6121 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2389619 6121 2157 9 0 2380296 0
[pid=21014/tid=21015] ppid=21011 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2377 0 1 0 8 0 0 0 20 0 18 0 25214350 9787879424 6121 33554432000 1073741824 1073778376 140737397162224 140041246378912 140041249164423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200356 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 21014
/proc/meminfo: memFree=29613060/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 4995 0 1 0 28 1 0 0 20 0 18 0 25214350 9787879424 6955 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2389619 6955 2218 9 0 2380296 0
[pid=21014/tid=21015] ppid=21011 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2396 0 1 0 18 0 0 0 20 0 18 0 25214350 9787879424 6955 33554432000 1073741824 1073778376 140737397162224 140041246380280 140041116530068 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 21014
/proc/meminfo: memFree=29613060/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 7640 0 1 0 53 2 0 0 20 0 19 0 25214350 9856040960 9647 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 9647 2239 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2409 0 1 0 28 0 0 0 20 0 19 0 25214350 9856040960 9647 33554432000 1073741824 1073778376 140737397162224 140041246380672 140041116524213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700323 s]
/proc/loadavg: 2.18 2.21 2.18 3/194 21014
/proc/meminfo: memFree=29613060/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 10320 0 1 0 141 2 0 0 20 0 19 0 25214350 9856040960 13110 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 13110 2252 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 25214350 9856040960 13110 33554432000 1073741824 1073778376 140737397162224 140041246380672 140041116562733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.18 2.21 2.18 3/213 21033
/proc/meminfo: memFree=29548572/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 14782 0 1 0 250 3 0 0 20 0 19 0 25214350 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 21425 2261 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2428 0 1 0 146 1 0 0 20 0 19 0 25214350 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041246371504 140041117070361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21017] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21017/stat : 21017 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041235441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21018] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21018/stat : 21018 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041088874664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21019] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21019/stat : 21019 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041087822376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21020] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21020/stat : 21020 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041086769576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21021] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21021/stat : 21021 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041085717288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21022] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21022/stat : 21022 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041084664488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21023] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21023/stat : 21023 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041083612200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21024] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21024/stat : 21024 (java) S 21011 21014 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041082559400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21025] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21025/stat : 21025 (java) S 21011 21014 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041070360808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21026] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21026/stat : 21026 (java) S 21011 21014 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041069306872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21027] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21027/stat : 21027 (java) S 21011 21014 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041068254472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21028] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21028/stat : 21028 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041067202960 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21029] ppid=21011 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/21014/task/21029/stat : 21029 (java) S 21011 21014 15516 0 -1 4202560 7040 0 0 0 52 0 0 0 20 0 19 0 25214355 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041066150584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21030] ppid=21011 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21014/task/21030/stat : 21030 (java) S 21011 21014 15516 0 -1 4202560 4038 0 0 0 50 0 0 0 20 0 19 0 25214355 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041065097784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21031] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21031/stat : 21031 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041064045688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21032] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21032/stat : 21032 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041062993096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21033] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21033/stat : 21033 (java) S 21011 21014 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25214379 9856040960 21425 33554432000 1073741824 1073778376 140737397162224 140041061938088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 21033
/proc/meminfo: memFree=29514944/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 14858 0 1 0 420 4 0 0 20 0 19 0 25214350 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 32742 2261 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2451 0 1 0 306 2 0 0 20 0 19 0 25214350 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041246371504 140041117325474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21017] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21017/stat : 21017 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041235441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21018] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21018/stat : 21018 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041088874664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21019] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21019/stat : 21019 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041087822376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21020] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21020/stat : 21020 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041086769576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21021] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21021/stat : 21021 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041085717288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21022] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21022/stat : 21022 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041084664488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21023] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21023/stat : 21023 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041083612200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21024] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21024/stat : 21024 (java) S 21011 21014 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041082559400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21025] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21025/stat : 21025 (java) S 21011 21014 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041070360808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21026] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21026/stat : 21026 (java) S 21011 21014 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041069306872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21027] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21027/stat : 21027 (java) S 21011 21014 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041068254472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21028] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21028/stat : 21028 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041067202960 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21029] ppid=21011 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/21014/task/21029/stat : 21029 (java) S 21011 21014 15516 0 -1 4202560 7078 0 0 0 59 0 0 0 20 0 19 0 25214355 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041066150584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21030] ppid=21011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21014/task/21030/stat : 21030 (java) S 21011 21014 15516 0 -1 4202560 4053 0 0 0 54 0 0 0 20 0 19 0 25214355 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041065097784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21031] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21031/stat : 21031 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041064045688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21032] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21032/stat : 21032 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041062993096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21033] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21033/stat : 21033 (java) S 21011 21014 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25214379 9856040960 32742 33554432000 1073741824 1073778376 140737397162224 140041061938088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.25 2.22 2.18 4/213 21033
/proc/meminfo: memFree=29436448/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=7.47 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 14918 0 1 0 741 6 0 0 20 0 19 0 25214350 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 46058 2275 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2478 0 1 0 622 3 0 0 20 0 19 0 25214350 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041246371504 140041117433324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21017] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21017/stat : 21017 (java) S 21011 21014 15516 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041235441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21018] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21018/stat : 21018 (java) S 21011 21014 15516 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041088874664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21019] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21019/stat : 21019 (java) S 21011 21014 15516 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041087822376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21020] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21020/stat : 21020 (java) S 21011 21014 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041086769576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21021] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21021/stat : 21021 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041085717288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21022] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21022/stat : 21022 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041084664488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21023] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21023/stat : 21023 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041083612200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21024] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21024/stat : 21024 (java) S 21011 21014 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25214351 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041082559400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21025] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21025/stat : 21025 (java) S 21011 21014 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041070360808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21026] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21026/stat : 21026 (java) S 21011 21014 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041069306872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21027] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21027/stat : 21027 (java) S 21011 21014 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041068254472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21028] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21028/stat : 21028 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041067202960 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21029] ppid=21011 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21014/task/21029/stat : 21029 (java) S 21011 21014 15516 0 -1 4202560 7078 0 0 0 61 0 0 0 20 0 19 0 25214355 9856040960 46058 33554432000 1073741824 1073778376 140737397162224 140041066150584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21030] ppid=21011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7

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

[pid=21014/tid=21033] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21033/stat : 21033 (java) S 21011 21014 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25214379 9856040960 144635 33554432000 1073741824 1073778376 140737397162224 140041061938088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1681.77
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.40 2.30 2.23 3/213 21164
/proc/meminfo: memFree=27297592/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=1742.37 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 34332 0 1 0 174059 178 0 0 20 0 19 0 25214350 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 151513 2284 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=1703.86 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2857 0 1 0 170355 31 0 0 20 0 19 0 25214350 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041246379200 140041117063657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21017] ppid=21011 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/21014/task/21017/stat : 21017 (java) S 21011 21014 15516 0 -1 4202560 1618 0 0 0 312 17 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041235441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21018] ppid=21011 vsize=9625040 CPUtime=3.24 cores=1,3,5,7
/proc/21014/task/21018/stat : 21018 (java) S 21011 21014 15516 0 -1 4202560 2962 0 0 0 305 19 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041088874664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21019] ppid=21011 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/21014/task/21019/stat : 21019 (java) S 21011 21014 15516 0 -1 4202560 1580 0 0 0 332 18 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041087822376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21020] ppid=21011 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/21014/task/21020/stat : 21020 (java) S 21011 21014 15516 0 -1 4202560 2066 0 0 0 317 13 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041086769576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21021] ppid=21011 vsize=9625040 CPUtime=3.27 cores=1,3,5,7
/proc/21014/task/21021/stat : 21021 (java) S 21011 21014 15516 0 -1 4202560 1669 0 0 0 312 15 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041085717288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21022] ppid=21011 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/21014/task/21022/stat : 21022 (java) S 21011 21014 15516 0 -1 4202560 2307 0 0 0 315 18 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041084664488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21023] ppid=21011 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/21014/task/21023/stat : 21023 (java) S 21011 21014 15516 0 -1 4202560 2996 0 0 0 311 19 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041083612200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21024] ppid=21011 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/21014/task/21024/stat : 21024 (java) S 21011 21014 15516 0 -1 4202560 2504 0 0 0 326 20 0 0 20 0 19 0 25214351 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041082559400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21025] ppid=21011 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/21014/task/21025/stat : 21025 (java) S 21011 21014 15516 0 -1 4202560 1262 0 0 0 584 8 0 0 20 0 19 0 25214352 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041070360808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21026] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21026/stat : 21026 (java) S 21011 21014 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041069306872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21027] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21027/stat : 21027 (java) S 21011 21014 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041068254472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21028] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21028/stat : 21028 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041067202960 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21029] ppid=21011 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/21014/task/21029/stat : 21029 (java) S 21011 21014 15516 0 -1 4202560 7096 0 0 0 65 0 0 0 20 0 19 0 25214355 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041066150584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21030] ppid=21011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21014/task/21030/stat : 21030 (java) S 21011 21014 15516 0 -1 4202560 4053 0 0 0 54 0 0 0 20 0 19 0 25214355 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041065097784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21031] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21031/stat : 21031 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041064045688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21032] ppid=21011 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21014/task/21032/stat : 21032 (java) S 21011 21014 15516 0 -1 4202560 100 0 0 0 27 30 0 0 20 0 19 0 25214355 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041062993096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21033] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21033/stat : 21033 (java) S 21011 21014 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25214379 9856040960 151513 33554432000 1073741824 1073778376 140737397162224 140041061938088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1742.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.3 s]
/proc/loadavg: 2.29 2.27 2.22 3/213 21166
/proc/meminfo: memFree=27240936/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 35016 0 1 0 179820 181 0 0 20 0 19 0 25214350 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 151255 2284 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=1760.25 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2876 0 1 0 175993 32 0 0 20 0 19 0 25214350 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041246379184 140041117433345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21017] ppid=21011 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/21014/task/21017/stat : 21017 (java) S 21011 21014 15516 0 -1 4202560 1756 0 0 0 322 17 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041235441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21018] ppid=21011 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/21014/task/21018/stat : 21018 (java) S 21011 21014 15516 0 -1 4202560 3076 0 0 0 317 19 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041088874664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21019] ppid=21011 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/21014/task/21019/stat : 21019 (java) S 21011 21014 15516 0 -1 4202560 1814 0 0 0 347 18 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041087822376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21020] ppid=21011 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/21014/task/21020/stat : 21020 (java) S 21011 21014 15516 0 -1 4202560 2066 0 0 0 326 14 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041086769576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21021] ppid=21011 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/21014/task/21021/stat : 21021 (java) S 21011 21014 15516 0 -1 4202560 1669 0 0 0 326 15 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041085717288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21022] ppid=21011 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/21014/task/21022/stat : 21022 (java) S 21011 21014 15516 0 -1 4202560 2453 0 0 0 328 18 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041084664488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21023] ppid=21011 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/21014/task/21023/stat : 21023 (java) S 21011 21014 15516 0 -1 4202560 2996 0 0 0 323 19 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041083612200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21024] ppid=21011 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/21014/task/21024/stat : 21024 (java) S 21011 21014 15516 0 -1 4202560 2504 0 0 0 334 20 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041082559400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21025] ppid=21011 vsize=9625040 CPUtime=6.09 cores=1,3,5,7
/proc/21014/task/21025/stat : 21025 (java) S 21011 21014 15516 0 -1 4202560 1291 0 0 0 601 8 0 0 20 0 19 0 25214352 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041070360808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21026] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21026/stat : 21026 (java) S 21011 21014 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041069306872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21027] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21027/stat : 21027 (java) S 21011 21014 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041068254472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21028] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21028/stat : 21028 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041067202960 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21029] ppid=21011 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/21014/task/21029/stat : 21029 (java) S 21011 21014 15516 0 -1 4202560 7096 0 0 0 65 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041066150584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21030] ppid=21011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21014/task/21030/stat : 21030 (java) S 21011 21014 15516 0 -1 4202560 4053 0 0 0 54 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041065097784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21031] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21031/stat : 21031 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041064045688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21032] ppid=21011 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21014/task/21032/stat : 21032 (java) S 21011 21014 15516 0 -1 4202560 104 0 0 0 28 32 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041062993096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21033] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21033/stat : 21033 (java) S 21011 21014 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25214379 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041061938088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21014 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1779.3 s]
/proc/loadavg: 2.29 2.27 2.22 3/213 21166
/proc/meminfo: memFree=27240936/32872528 swapFree=1542984/1696284
[pid=21014] ppid=21011 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/21014/stat : 21014 (java) S 21011 21014 15516 0 -1 4202496 35016 0 1 0 179820 181 0 0 20 0 19 0 25214350 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140737397153360 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21014/statm: 2406260 151255 2284 9 0 2396937 0
[pid=21014/tid=21015] ppid=21011 vsize=9625040 CPUtime=1760.25 cores=1,3,5,7
/proc/21014/task/21015/stat : 21015 (java) R 21011 21014 15516 0 -1 4202560 2876 0 1 0 175993 32 0 0 20 0 19 0 25214350 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041246379184 140041117433345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21017] ppid=21011 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/21014/task/21017/stat : 21017 (java) S 21011 21014 15516 0 -1 4202560 1756 0 0 0 322 17 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041235441960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21018] ppid=21011 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/21014/task/21018/stat : 21018 (java) S 21011 21014 15516 0 -1 4202560 3076 0 0 0 317 19 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041088874664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21019] ppid=21011 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/21014/task/21019/stat : 21019 (java) S 21011 21014 15516 0 -1 4202560 1814 0 0 0 347 18 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041087822376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21020] ppid=21011 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/21014/task/21020/stat : 21020 (java) S 21011 21014 15516 0 -1 4202560 2066 0 0 0 326 14 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041086769576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21021] ppid=21011 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/21014/task/21021/stat : 21021 (java) S 21011 21014 15516 0 -1 4202560 1669 0 0 0 326 15 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041085717288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21014/tid=21022] ppid=21011 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/21014/task/21022/stat : 21022 (java) S 21011 21014 15516 0 -1 4202560 2453 0 0 0 328 18 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041084664488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21023] ppid=21011 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/21014/task/21023/stat : 21023 (java) S 21011 21014 15516 0 -1 4202560 2996 0 0 0 323 19 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041083612200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21024] ppid=21011 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/21014/task/21024/stat : 21024 (java) S 21011 21014 15516 0 -1 4202560 2504 0 0 0 334 20 0 0 20 0 19 0 25214351 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041082559400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21025] ppid=21011 vsize=9625040 CPUtime=6.09 cores=1,3,5,7
/proc/21014/task/21025/stat : 21025 (java) S 21011 21014 15516 0 -1 4202560 1291 0 0 0 601 8 0 0 20 0 19 0 25214352 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041070360808 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21026] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21026/stat : 21026 (java) S 21011 21014 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041069306872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21027] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21027/stat : 21027 (java) S 21011 21014 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25214352 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041068254472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21028] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21028/stat : 21028 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041067202960 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21029] ppid=21011 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/21014/task/21029/stat : 21029 (java) S 21011 21014 15516 0 -1 4202560 7096 0 0 0 65 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041066150584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21014/tid=21030] ppid=21011 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/21014/task/21030/stat : 21030 (java) S 21011 21014 15516 0 -1 4202560 4053 0 0 0 54 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041065097784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21031] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21031/stat : 21031 (java) S 21011 21014 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041064045688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21014/tid=21032] ppid=21011 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/21014/task/21032/stat : 21032 (java) S 21011 21014 15516 0 -1 4202560 104 0 0 0 28 32 0 0 20 0 19 0 25214355 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041062993096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21014/tid=21033] ppid=21011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21014/task/21033/stat : 21033 (java) S 21011 21014 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25214379 9856040960 151255 33554432000 1073741824 1073778376 140737397162224 140041061938088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21014 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=847293
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=264655
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.34
CPU time (s): 1800.01
CPU user time (s): 1798.2
CPU system time (s): 1.81
CPU usage (%): 101.161
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.26465
maximum resident set size= 720576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35063
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50276
involuntary context switches= 51383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3534 second user time and 13.8219 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 08:34:37
IDJOB=4103005
IDBENCH=2205
IDSOLVER=2546
FILE ID=node125/4103005-1466231677
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71744 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-ii32d1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103005-1466231677/watcher-4103005-1466231677 -o /tmp/evaluation-result-4103005-1466231677/solver-4103005-1466231677 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103005-1466231677.opb

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

MD5SUM BENCH= 1850b909125f53108de0513d8e3d52c8
RANDOM SEED=1590175726

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        29613588 kB
Buffers:          105312 kB
Cached:            98020 kB
SwapCached:          688 kB
Active:           683304 kB
Inactive:         144456 kB
Active(anon):     625344 kB
Inactive(anon):     1040 kB
Active(file):      57960 kB
Inactive(file):   143416 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:       2339880 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             602212 kB
SReclaimable:      45296 kB
SUnreclaim:       556916 kB
KernelStack:        1760 kB
PageTables:         8504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2486928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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 node125 at 2016-06-18 09:04:17