Trace number 3707265

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
toysat 2012-05-17OPT-7 1781.24 1781.59

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.39857
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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.03	c 2012-05-27T18:09:08+0200
0.00/0.03	c arch = x86_64
0.00/0.03	c os = linux
0.00/0.03	c compiler = ghc 7.4
0.00/0.03	c packages:
0.00/0.03	c   OptDir-0.0.1
0.00/0.03	c   array-0.4.0.0
0.00/0.03	c   base-4.5.0.0
0.00/0.03	c   bytestring-0.9.2.1
0.00/0.03	c   containers-0.4.2.1
0.00/0.03	c   deepseq-1.3.0.0
0.00/0.03	c   mtl-2.1.1
0.00/0.03	c   old_locale-1.0.0.4
0.00/0.03	c   parse_dimacs-1.2
0.00/0.03	c   parsec-3.1.2
0.00/0.03	c   queue-0.1.2
0.00/0.03	c   stm-2.3
0.00/0.03	c   time-1.4
0.00/0.03	c command line = ["--pb","HOME/instance-3707265-1338134948.opb"]
0.00/0.03	c #vars 100
0.00/0.03	c #constraints 151
0.00/0.03	c Solving starts ...
0.09/0.11	c solving time = 0.077s
0.09/0.11	c #decision = 1254
0.09/0.11	c #conflict = 126
0.09/0.11	c #restart = 1
0.09/0.11	o -5
0.09/0.11	c Solving starts ...
0.19/0.26	c solving time = 0.147s
0.19/0.26	c #decision = 2175
0.19/0.26	c #conflict = 558
0.19/0.26	c #restart = 3
0.19/0.26	o -6
0.19/0.26	c Solving starts ...
1.39/1.49	c solving time = 1.232s
1.39/1.49	c #decision = 12057
1.39/1.49	c #conflict = 4792
1.39/1.49	c #restart = 10
1.39/1.49	o -7
1.39/1.49	c Solving starts ...
1.49/1.50	c learnt constraints deletion: 4782 -> 2391
1.49/1.52	c learnt constraints deletion: 2391 -> 1196
2.69/2.74	c learnt constraints deletion: 4381 -> 2205
3.59/3.64	c learnt constraints deletion: 4760 -> 2380
4.69/4.78	c learnt constraints deletion: 6258 -> 3129
5.69/5.78	c learnt constraints deletion: 5975 -> 2992
6.99/7.05	c learnt constraints deletion: 6230 -> 3115
8.49/8.56	c learnt constraints deletion: 6974 -> 3490
9.99/10.07	c learnt constraints deletion: 7096 -> 3562
11.79/11.81	c learnt constraints deletion: 7929 -> 3984
13.29/13.33	c learnt constraints deletion: 7365 -> 3704
14.78/14.84	c learnt constraints deletion: 7945 -> 3973
16.29/16.34	c learnt constraints deletion: 7199 -> 3603
18.19/18.26	c learnt constraints deletion: 8336 -> 4185
19.89/19.92	c learnt constraints deletion: 8058 -> 4051
21.48/21.58	c learnt constraints deletion: 8094 -> 4047
23.59/23.69	c learnt constraints deletion: 8179 -> 4091
25.79/25.80	c learnt constraints deletion: 9013 -> 4507
27.59/27.68	c learnt constraints deletion: 9244 -> 4624
29.18/29.21	c learnt constraints deletion: 8806 -> 4405
30.80/30.89	c learnt constraints deletion: 8538 -> 4272
33.09/33.15	c learnt constraints deletion: 9348 -> 4678
34.78/34.80	c learnt constraints deletion: 9059 -> 4535
36.48/36.51	c learnt constraints deletion: 9558 -> 4779
38.58/38.69	c learnt constraints deletion: 10030 -> 5029
40.49/40.54	c learnt constraints deletion: 9698 -> 4866
42.28/42.31	c learnt constraints deletion: 9232 -> 4617
44.48/44.51	c learnt constraints deletion: 10012 -> 5009
46.39/46.42	c learnt constraints deletion: 10025 -> 5025
48.29/48.37	c learnt constraints deletion: 9943 -> 4978
50.38/50.49	c learnt constraints deletion: 10056 -> 5035
52.48/52.53	c learnt constraints deletion: 9575 -> 4794
54.49/54.53	c learnt constraints deletion: 9480 -> 4740
57.58/57.66	c learnt constraints deletion: 10962 -> 5482
60.39/60.43	c learnt constraints deletion: 11015 -> 5509
62.78/62.89	c learnt constraints deletion: 11022 -> 5512
65.38/65.44	c learnt constraints deletion: 11005 -> 5504
67.78/67.84	c learnt constraints deletion: 10942 -> 5472
70.29/70.30	c learnt constraints deletion: 10507 -> 5256
72.88/72.95	c learnt constraints deletion: 10440 -> 5221
75.37/75.47	c learnt constraints deletion: 10880 -> 5459
77.58/77.60	c learnt constraints deletion: 10192 -> 5098
80.19/80.27	c learnt constraints deletion: 10442 -> 5226
82.57/82.69	c learnt constraints deletion: 10764 -> 5392
84.68/84.75	c learnt constraints deletion: 9969 -> 4986
87.58/87.62	c learnt constraints deletion: 11588 -> 5794
90.58/90.62	c learnt constraints deletion: 11908 -> 5954
93.07/93.18	c learnt constraints deletion: 11893 -> 5947
95.98/96.04	c learnt constraints deletion: 11936 -> 5973
98.58/98.65	c learnt constraints deletion: 11985 -> 5994
101.08/101.20	c learnt constraints deletion: 11790 -> 5896
103.88/103.98	c learnt constraints deletion: 11941 -> 5972
106.98/107.02	c learnt constraints deletion: 11845 -> 5924
109.88/109.98	c learnt constraints deletion: 11757 -> 5880
112.28/112.33	c learnt constraints deletion: 10991 -> 5497
115.07/115.11	c learnt constraints deletion: 10909 -> 5456
117.68/117.77	c learnt constraints deletion: 11518 -> 5759
120.57/120.67	c learnt constraints deletion: 11413 -> 5707
122.97/123.01	c learnt constraints deletion: 11435 -> 5718
125.37/125.42	c learnt constraints deletion: 11066 -> 5534
127.76/127.82	c learnt constraints deletion: 10815 -> 5408
130.67/130.73	c learnt constraints deletion: 12263 -> 6132
133.86/133.95	c learnt constraints deletion: 12975 -> 6489
136.96/137.04	c learnt constraints deletion: 12473 -> 6237
140.97/141.08	c learnt constraints deletion: 12602 -> 6301
144.97/145.08	c learnt constraints deletion: 12957 -> 6486
147.86/147.93	c learnt constraints deletion: 12527 -> 6264
151.16/151.21	c learnt constraints deletion: 12744 -> 6377
153.66/153.78	c learnt constraints deletion: 12509 -> 6255
157.16/157.27	c learnt constraints deletion: 12522 -> 6271
160.06/160.17	c learnt constraints deletion: 12777 -> 6392
162.96/163.04	c learnt constraints deletion: 12575 -> 6308
165.76/165.89	c learnt constraints deletion: 12141 -> 6072
169.37/169.50	c learnt constraints deletion: 12955 -> 6478
171.96/172.04	c learnt constraints deletion: 11947 -> 5974
174.77/174.80	c learnt constraints deletion: 12477 -> 6247
177.26/177.39	c learnt constraints deletion: 12419 -> 6214
180.65/180.70	c learnt constraints deletion: 12401 -> 6204
183.76/183.89	c learnt constraints deletion: 12854 -> 6430
187.36/187.49	c learnt constraints deletion: 12958 -> 6479
190.35/190.46	c learnt constraints deletion: 12959 -> 6489
193.15/193.25	c learnt constraints deletion: 11975 -> 5988
196.46/196.58	c learnt constraints deletion: 12416 -> 6210
199.36/199.49	c learnt constraints deletion: 12578 -> 6293
202.36/202.48	c learnt constraints deletion: 12729 -> 6367
205.85/205.99	c learnt constraints deletion: 13822 -> 6915
209.35/209.44	c learnt constraints deletion: 14065 -> 7045
212.65/212.78	c learnt constraints deletion: 14117 -> 7071
216.05/216.17	c learnt constraints deletion: 14074 -> 7049
219.45/219.59	c learnt constraints deletion: 13998 -> 7019
222.45/222.58	c learnt constraints deletion: 13681 -> 6842
225.85/225.90	c learnt constraints deletion: 13304 -> 6652
229.15/229.22	c learnt constraints deletion: 13724 -> 6863
232.75/232.85	c learnt constraints deletion: 14056 -> 7029
236.25/236.38	c learnt constraints deletion: 13905 -> 6960
239.75/239.83	c learnt constraints deletion: 13925 -> 6981
242.95/243.02	c learnt constraints deletion: 13366 -> 6684
246.35/246.44	c learnt constraints deletion: 13538 -> 6769
249.75/249.82	c learnt constraints deletion: 14130 -> 7068
252.85/252.92	c learnt constraints deletion: 14126 -> 7074
256.15/256.29	c learnt constraints deletion: 14144 -> 7072
259.35/259.46	c learnt constraints deletion: 14133 -> 7069
262.34/262.43	c learnt constraints deletion: 14102 -> 7056
265.74/265.82	c learnt constraints deletion: 14089 -> 7051
269.54/269.63	c learnt constraints deletion: 14022 -> 7016
273.25/273.35	c learnt constraints deletion: 14133 -> 7072
277.24/277.36	c learnt constraints deletion: 14023 -> 7017
281.04/281.16	c learnt constraints deletion: 14075 -> 7043
284.44/284.53	c learnt constraints deletion: 13750 -> 6880
288.15/288.25	c learnt constraints deletion: 14099 -> 7055
291.84/291.98	c learnt constraints deletion: 13817 -> 6921
295.75/295.83	c learnt constraints deletion: 14007 -> 7014
299.15/299.26	c learnt constraints deletion: 13804 -> 6907
302.64/302.77	c learnt constraints deletion: 14134 -> 7083
305.94/306.06	c learnt constraints deletion: 13916 -> 6963
309.64/309.79	c learnt constraints deletion: 13852 -> 6931
313.83/313.92	c learnt constraints deletion: 14806 -> 7408
317.24/317.33	c learnt constraints deletion: 15134 -> 7569
320.93/321.08	c learnt constraints deletion: 15380 -> 7690
324.23/324.39	c learnt constraints deletion: 14366 -> 7183
329.32/329.40	c learnt constraints deletion: 15412 -> 7707
333.03/333.14	c learnt constraints deletion: 15113 -> 7559
336.72/336.85	c learnt constraints deletion: 15078 -> 7542
340.62/340.79	c learnt constraints deletion: 15367 -> 7688
344.62/344.78	c learnt constraints deletion: 15374 -> 7694
348.22/348.38	c learnt constraints deletion: 15199 -> 7607
352.43/352.54	c learnt constraints deletion: 15297 -> 7658
356.33/356.45	c learnt constraints deletion: 15361 -> 7694
360.42/360.55	c learnt constraints deletion: 15211 -> 7616
364.73/364.85	c learnt constraints deletion: 15313 -> 7667
369.92/370.03	c learnt constraints deletion: 15411 -> 7707
374.12/374.25	c learnt constraints deletion: 15361 -> 7682
377.62/377.76	c learnt constraints deletion: 15245 -> 7624
380.82/380.98	c learnt constraints deletion: 15330 -> 7666
384.21/384.33	c learnt constraints deletion: 15343 -> 7673
387.62/387.73	c learnt constraints deletion: 15340 -> 7671
391.01/391.17	c learnt constraints deletion: 15281 -> 7642
394.61/394.79	c learnt constraints deletion: 15328 -> 7665
398.02/398.15	c learnt constraints deletion: 15356 -> 7680
401.62/401.74	c learnt constraints deletion: 15319 -> 7666
404.92/405.07	c learnt constraints deletion: 15354 -> 7679
408.31/408.42	c learnt constraints deletion: 15283 -> 7643
411.41/411.59	c learnt constraints deletion: 15279 -> 7641
414.52/414.67	c learnt constraints deletion: 15258 -> 7632
417.71/417.82	c learnt constraints deletion: 15410 -> 7707
420.91/421.08	c learnt constraints deletion: 15379 -> 7692
423.91/424.09	c learnt constraints deletion: 15190 -> 7595
426.91/427.04	c learnt constraints deletion: 15205 -> 7603
429.92/430.10	c learnt constraints deletion: 15147 -> 7574
433.52/433.62	c learnt constraints deletion: 15170 -> 7586
437.21/437.37	c learnt constraints deletion: 15304 -> 7652
441.21/441.36	c learnt constraints deletion: 15275 -> 7638
445.21/445.34	c learnt constraints deletion: 15341 -> 7671
448.90/449.06	c learnt constraints deletion: 15392 -> 7696
452.51/452.63	c learnt constraints deletion: 15323 -> 7663
456.10/456.24	c learnt constraints deletion: 15378 -> 7689
459.62/459.73	c learnt constraints deletion: 15335 -> 7670
463.01/463.14	c learnt constraints deletion: 15267 -> 7634
466.81/466.90	c learnt constraints deletion: 15311 -> 7656
470.30/470.43	c learnt constraints deletion: 15220 -> 7610
477.40/477.51	c learnt constraints deletion: 16771 -> 8386
482.30/482.46	c learnt constraints deletion: 16143 -> 8072
487.50/487.67	c learnt constraints deletion: 16641 -> 8321
493.60/493.73	c learnt constraints deletion: 16621 -> 8311
499.40/499.56	c learnt constraints deletion: 16236 -> 8135
503.80/503.91	c learnt constraints deletion: 16598 -> 8300
508.59/508.70	c learnt constraints deletion: 16664 -> 8347
512.69/512.85	c learnt constraints deletion: 16265 -> 8133
517.79/517.91	c learnt constraints deletion: 16647 -> 8326
521.48/521.65	c learnt constraints deletion: 15876 -> 7938
525.99/526.14	c learnt constraints deletion: 16554 -> 8285
529.78/529.93	c learnt constraints deletion: 16377 -> 8202
533.88/534.02	c learnt constraints deletion: 16743 -> 8372
537.78/537.91	c learnt constraints deletion: 16525 -> 8263
541.67/541.87	c learnt constraints deletion: 16417 -> 8210
546.68/546.80	c learnt constraints deletion: 16316 -> 8164
551.28/551.45	c learnt constraints deletion: 16337 -> 8173
555.58/555.70	c learnt constraints deletion: 16326 -> 8163
559.87/560.09	c learnt constraints deletion: 16466 -> 8234
564.68/564.88	c learnt constraints deletion: 16674 -> 8344
568.17/568.39	c learnt constraints deletion: 16672 -> 8343
572.38/572.59	c learnt constraints deletion: 16812 -> 8411
577.07/577.25	c learnt constraints deletion: 16631 -> 8325
581.78/581.92	c learnt constraints deletion: 16442 -> 8228
586.37/586.54	c learnt constraints deletion: 16181 -> 8100
590.37/590.56	c learnt constraints deletion: 16713 -> 8370
594.57/594.76	c learnt constraints deletion: 16656 -> 8359
598.47/598.65	c learnt constraints deletion: 16189 -> 8099
603.67/603.84	c learnt constraints deletion: 16669 -> 8346
607.27/607.42	c learnt constraints deletion: 16532 -> 8267
611.27/611.47	c learnt constraints deletion: 16146 -> 8076
615.66/615.85	c learnt constraints deletion: 16560 -> 8283
620.37/620.54	c learnt constraints deletion: 16231 -> 8119
624.77/624.90	c learnt constraints deletion: 16662 -> 8334
629.77/630.00	c learnt constraints deletion: 16689 -> 8348
635.06/635.25	c learnt constraints deletion: 16488 -> 8247
639.46/639.61	c learnt constraints deletion: 15999 -> 8002
643.46/643.65	c learnt constraints deletion: 16687 -> 8351
647.36/647.59	c learnt constraints deletion: 16629 -> 8319
651.66/651.86	c learnt constraints deletion: 16772 -> 8397
655.56/655.75	c learnt constraints deletion: 16726 -> 8371
658.96/659.17	c learnt constraints deletion: 15720 -> 7865
663.96/664.10	c learnt constraints deletion: 16083 -> 8046
668.66/668.80	c learnt constraints deletion: 16141 -> 8075
672.46/672.66	c learnt constraints deletion: 16464 -> 8237
676.46/676.69	c learnt constraints deletion: 16600 -> 8307
680.16/680.38	c learnt constraints deletion: 16607 -> 8312
683.85/684.09	c learnt constraints deletion: 16728 -> 8373
687.95/688.16	c learnt constraints deletion: 16681 -> 8351
692.35/692.54	c learnt constraints deletion: 16748 -> 8390
696.44/696.64	c learnt constraints deletion: 16499 -> 8264
700.35/700.50	c learnt constraints deletion: 16785 -> 8410
703.95/704.10	c learnt constraints deletion: 16604 -> 8333
707.85/708.09	c learnt constraints deletion: 16305 -> 8172
712.15/712.36	c learnt constraints deletion: 16731 -> 8372
715.85/716.03	c learnt constraints deletion: 16578 -> 8294
720.35/720.51	c learnt constraints deletion: 16614 -> 8323
724.24/724.46	c learnt constraints deletion: 16707 -> 8363
728.34/728.55	c learnt constraints deletion: 16664 -> 8355
732.54/732.77	c learnt constraints deletion: 16801 -> 8441
737.75/737.93	c learnt constraints deletion: 18023 -> 9020
743.24/743.42	c learnt constraints deletion: 17561 -> 8781
747.94/748.11	c learnt constraints deletion: 17781 -> 8900
752.44/752.69	c learnt constraints deletion: 18232 -> 9126
757.14/757.33	c learnt constraints deletion: 18260 -> 9136
761.74/761.97	c learnt constraints deletion: 18164 -> 9087
766.34/766.51	c learnt constraints deletion: 18060 -> 9034
771.63/771.82	c learnt constraints deletion: 18303 -> 9155
777.34/777.58	c learnt constraints deletion: 17840 -> 8923
782.14/782.38	c learnt constraints deletion: 18157 -> 9082
787.54/787.79	c learnt constraints deletion: 17634 -> 8820
792.64/792.81	c learnt constraints deletion: 18215 -> 9111
797.34/797.58	c learnt constraints deletion: 17859 -> 8933
802.34/802.53	c learnt constraints deletion: 17402 -> 8704
806.63/806.89	c learnt constraints deletion: 18294 -> 9148
812.03/812.29	c learnt constraints deletion: 17562 -> 8781
817.53/817.72	c learnt constraints deletion: 17361 -> 8682
822.03/822.29	c learnt constraints deletion: 17994 -> 8997
826.73/826.94	c learnt constraints deletion: 18064 -> 9032
832.03/832.25	c learnt constraints deletion: 18091 -> 9046
837.33/837.54	c learnt constraints deletion: 18004 -> 9002
841.92/842.14	c learnt constraints deletion: 17625 -> 8813
846.12/846.30	c learnt constraints deletion: 17479 -> 8740
850.72/850.98	c learnt constraints deletion: 18173 -> 9087
856.12/856.37	c learnt constraints deletion: 17729 -> 8865
860.52/860.72	c learnt constraints deletion: 17916 -> 8958
866.11/866.31	c learnt constraints deletion: 18279 -> 9150
870.11/870.36	c learnt constraints deletion: 18167 -> 9084
875.52/875.72	c learnt constraints deletion: 18113 -> 9082
879.92/880.11	c learnt constraints deletion: 18190 -> 9095
885.22/885.44	c learnt constraints deletion: 18071 -> 9037
890.22/890.48	c learnt constraints deletion: 18269 -> 9135
895.81/896.08	c learnt constraints deletion: 18281 -> 9153
900.31/900.50	c learnt constraints deletion: 18197 -> 9099
905.81/906.08	c learnt constraints deletion: 18124 -> 9079
910.51/910.75	c learnt constraints deletion: 18211 -> 9106
917.21/917.46	c learnt constraints deletion: 17961 -> 8993
921.71/921.90	c learnt constraints deletion: 17597 -> 8799
928.60/928.88	c learnt constraints deletion: 18007 -> 9018
933.50/933.72	c learnt constraints deletion: 18050 -> 9038
938.61/938.81	c learnt constraints deletion: 17730 -> 8882
943.40/943.65	c learnt constraints deletion: 17914 -> 8957
948.71/948.93	c learnt constraints deletion: 17365 -> 8683
953.51/953.79	c learnt constraints deletion: 17798 -> 8899
957.91/958.11	c learnt constraints deletion: 18276 -> 9151
962.40/962.66	c learnt constraints deletion: 18213 -> 9117
967.30/967.55	c learnt constraints deletion: 18305 -> 9177
971.90/972.11	c learnt constraints deletion: 17949 -> 8978
976.70/976.93	c learnt constraints deletion: 18040 -> 9023
982.30/982.54	c learnt constraints deletion: 17861 -> 8934
987.29/987.55	c learnt constraints deletion: 18217 -> 9112
992.49/992.79	c learnt constraints deletion: 18121 -> 9064
998.29/998.59	c learnt constraints deletion: 17794 -> 8900
1003.09/1003.33	c learnt constraints deletion: 17925 -> 8966
1007.99/1008.28	c learnt constraints deletion: 18164 -> 9098
1011.99/1012.26	c learnt constraints deletion: 18134 -> 9075
1016.99/1017.21	c learnt constraints deletion: 17988 -> 8995
1022.40/1022.68	c learnt constraints deletion: 18288 -> 9163
1026.39/1026.64	c learnt constraints deletion: 18056 -> 9028
1031.09/1031.32	c learnt constraints deletion: 18292 -> 9148
1035.68/1035.93	c learnt constraints deletion: 17935 -> 8970
1039.98/1040.29	c learnt constraints deletion: 18229 -> 9119
1044.48/1044.75	c learnt constraints deletion: 17975 -> 8996
1049.58/1049.81	c learnt constraints deletion: 18227 -> 9120
1053.38/1053.62	c learnt constraints deletion: 17847 -> 8933
1057.68/1057.91	c learnt constraints deletion: 18259 -> 9146
1062.08/1062.36	c learnt constraints deletion: 18235 -> 9132
1065.97/1066.25	c learnt constraints deletion: 17984 -> 8995
1070.67/1070.96	c learnt constraints deletion: 18147 -> 9075
1075.17/1075.43	c learnt constraints deletion: 17508 -> 8755
1079.67/1079.96	c learnt constraints deletion: 18263 -> 9146
1083.47/1083.74	c learnt constraints deletion: 18015 -> 9009
1089.07/1089.34	c learnt constraints deletion: 17978 -> 9011
1093.47/1093.77	c learnt constraints deletion: 18281 -> 9152
1098.27/1098.55	c learnt constraints deletion: 18166 -> 9107
1102.47/1102.72	c learnt constraints deletion: 17998 -> 9000
1107.38/1107.61	c learnt constraints deletion: 17890 -> 8952
1111.78/1112.01	c learnt constraints deletion: 17816 -> 8912
1116.77/1117.01	c learnt constraints deletion: 18267 -> 9140
1121.07/1121.40	c learnt constraints deletion: 18142 -> 9083
1125.56/1125.82	c learnt constraints deletion: 18136 -> 9087
1130.06/1130.36	c learnt constraints deletion: 17948 -> 8986
1136.27/1136.59	c learnt constraints deletion: 19811 -> 9918
1142.76/1143.06	c learnt constraints deletion: 19192 -> 9599
1148.57/1148.87	c learnt constraints deletion: 19790 -> 9895
1154.06/1154.39	c learnt constraints deletion: 19918 -> 9959
1160.07/1160.30	c learnt constraints deletion: 19526 -> 9763
1165.77/1166.09	c learnt constraints deletion: 19646 -> 9825
1171.56/1171.80	c learnt constraints deletion: 19859 -> 9930
1178.26/1178.59	c learnt constraints deletion: 19177 -> 9589
1185.25/1185.51	c learnt constraints deletion: 19235 -> 9618
1191.96/1192.29	c learnt constraints deletion: 19818 -> 9909
1197.66/1197.98	c learnt constraints deletion: 19787 -> 9894
1202.96/1203.20	c learnt constraints deletion: 19696 -> 9848
1209.85/1210.13	c learnt constraints deletion: 19569 -> 9785
1216.16/1216.44	c learnt constraints deletion: 19700 -> 9850
1221.95/1222.26	c learnt constraints deletion: 19898 -> 9949
1228.74/1229.01	c learnt constraints deletion: 19958 -> 9979
1234.55/1234.84	c learnt constraints deletion: 19856 -> 9932
1239.84/1240.15	c learnt constraints deletion: 19872 -> 9940
1245.24/1245.52	c learnt constraints deletion: 19604 -> 9802
1251.34/1251.61	c learnt constraints deletion: 19875 -> 9956
1256.84/1257.13	c learnt constraints deletion: 19760 -> 9889
1262.13/1262.41	c learnt constraints deletion: 19866 -> 9938
1267.03/1267.37	c learnt constraints deletion: 19667 -> 9834
1272.14/1272.49	c learnt constraints deletion: 19105 -> 9553
1277.04/1277.35	c learnt constraints deletion: 19944 -> 9972
1282.53/1282.82	c learnt constraints deletion: 19769 -> 9886
1288.13/1288.46	c learnt constraints deletion: 19833 -> 9918
1295.44/1295.79	c learnt constraints deletion: 19980 -> 9991
1301.73/1302.06	c learnt constraints deletion: 19830 -> 9916
1307.53/1307.84	c learnt constraints deletion: 19830 -> 9916
1314.42/1314.77	c learnt constraints deletion: 19941 -> 9972
1319.12/1319.45	c learnt constraints deletion: 19923 -> 9965
1323.43/1323.70	c learnt constraints deletion: 19888 -> 9945
1328.02/1328.32	c learnt constraints deletion: 19968 -> 9985
1332.72/1333.09	c learnt constraints deletion: 19176 -> 9590
1337.82/1338.17	c learnt constraints deletion: 19772 -> 9890
1342.92/1343.28	c learnt constraints deletion: 19863 -> 9932
1348.92/1349.22	c learnt constraints deletion: 19942 -> 9971
1354.32/1354.67	c learnt constraints deletion: 19634 -> 9820
1359.72/1360.02	c learnt constraints deletion: 19685 -> 9843
1367.02/1367.32	c learnt constraints deletion: 19676 -> 9838
1373.72/1374.09	c learnt constraints deletion: 19563 -> 9782
1379.32/1379.62	c learnt constraints deletion: 19801 -> 9901
1385.73/1386.07	c learnt constraints deletion: 19410 -> 9705
1391.02/1391.31	c learnt constraints deletion: 19182 -> 9591
1396.31/1396.68	c learnt constraints deletion: 19475 -> 9738
1402.22/1402.55	c learnt constraints deletion: 19799 -> 9919
1407.11/1407.43	c learnt constraints deletion: 19792 -> 9896
1414.02/1414.32	c learnt constraints deletion: 19892 -> 9946
1418.62/1418.91	c learnt constraints deletion: 19904 -> 9953
1424.31/1424.63	c learnt constraints deletion: 19583 -> 9792
1429.81/1430.10	c learnt constraints deletion: 19573 -> 9789
1435.81/1436.14	c learnt constraints deletion: 20030 -> 10015
1440.91/1441.24	c learnt constraints deletion: 19819 -> 9914
1446.61/1446.90	c learnt constraints deletion: 19982 -> 9994
1451.61/1451.94	c learnt constraints deletion: 19959 -> 9982
1457.70/1458.05	c learnt constraints deletion: 19982 -> 9991
1463.60/1463.96	c learnt constraints deletion: 20015 -> 10010
1468.99/1469.38	c learnt constraints deletion: 20001 -> 10006
1474.99/1475.34	c learnt constraints deletion: 19954 -> 9979
1480.39/1480.74	c learnt constraints deletion: 19930 -> 9967
1485.99/1486.38	c learnt constraints deletion: 19637 -> 9820
1490.89/1491.23	c learnt constraints deletion: 19562 -> 9784
1496.09/1496.41	c learnt constraints deletion: 19886 -> 9946
1501.88/1502.26	c learnt constraints deletion: 19386 -> 9693
1508.39/1508.76	c learnt constraints deletion: 19055 -> 9528
1513.98/1514.37	c learnt constraints deletion: 19924 -> 9962
1519.38/1519.73	c learnt constraints deletion: 19941 -> 9971
1524.68/1525.03	c learnt constraints deletion: 19374 -> 9687
1530.08/1530.43	c learnt constraints deletion: 19483 -> 9742
1536.18/1536.55	c learnt constraints deletion: 19715 -> 9858
1541.28/1541.66	c learnt constraints deletion: 19795 -> 9899
1546.28/1546.66	c learnt constraints deletion: 19905 -> 9963
1551.58/1551.92	c learnt constraints deletion: 19727 -> 9866
1556.77/1557.14	c learnt constraints deletion: 19732 -> 9872
1561.68/1562.06	c learnt constraints deletion: 19653 -> 9829
1566.38/1566.74	c learnt constraints deletion: 19920 -> 9960
1571.38/1571.78	c learnt constraints deletion: 19607 -> 9804
1576.98/1577.39	c learnt constraints deletion: 19553 -> 9783
1582.28/1582.69	c learnt constraints deletion: 19929 -> 9965
1587.38/1587.73	c learnt constraints deletion: 19371 -> 9686
1591.88/1592.28	c learnt constraints deletion: 19695 -> 9860
1597.18/1597.50	c learnt constraints deletion: 19889 -> 9948
1603.48/1603.82	c learnt constraints deletion: 19934 -> 9969
1608.98/1609.30	c learnt constraints deletion: 19920 -> 9961
1615.07/1615.47	c learnt constraints deletion: 19921 -> 9961
1619.77/1620.14	c learnt constraints deletion: 19637 -> 9819
1625.17/1625.52	c learnt constraints deletion: 19900 -> 9950
1630.27/1630.69	c learnt constraints deletion: 19868 -> 9934
1634.77/1635.19	c learnt constraints deletion: 19423 -> 9712
1640.27/1640.68	c learnt constraints deletion: 19915 -> 9959
1645.17/1645.51	c learnt constraints deletion: 19743 -> 9877
1649.68/1650.05	c learnt constraints deletion: 19600 -> 9800
1655.17/1655.55	c learnt constraints deletion: 19867 -> 9934
1659.77/1660.12	c learnt constraints deletion: 19342 -> 9671
1664.76/1665.16	c learnt constraints deletion: 19770 -> 9886
1669.76/1670.13	c learnt constraints deletion: 19914 -> 9957
1674.87/1675.28	c learnt constraints deletion: 19660 -> 9830
1680.56/1680.92	c learnt constraints deletion: 19965 -> 9991
1685.06/1685.49	c learnt constraints deletion: 19649 -> 9825
1690.76/1691.17	c learnt constraints deletion: 19760 -> 9880
1695.77/1696.15	c learnt constraints deletion: 19901 -> 9956
1699.56/1699.91	c learnt constraints deletion: 19696 -> 9849
1704.26/1704.69	c learnt constraints deletion: 19855 -> 9934
1709.26/1709.63	c learnt constraints deletion: 19864 -> 9935
1714.05/1714.44	c learnt constraints deletion: 19800 -> 9910
1719.55/1719.97	c learnt constraints deletion: 19812 -> 9917
1723.65/1724.05	c learnt constraints deletion: 19881 -> 9947
1728.86/1729.20	c learnt constraints deletion: 19796 -> 9905
1734.05/1734.46	c learnt constraints deletion: 19671 -> 9844
1738.75/1739.15	c learnt constraints deletion: 19853 -> 9931
1744.26/1744.63	c learnt constraints deletion: 19910 -> 9955
1749.55/1749.93	c learnt constraints deletion: 19979 -> 9996
1754.85/1755.29	c learnt constraints deletion: 21650 -> 10825
1760.25/1760.65	c learnt constraints deletion: 21416 -> 10713
1765.44/1765.87	c learnt constraints deletion: 21772 -> 10886
1772.14/1772.59	c learnt constraints deletion: 21664 -> 10832
1777.34/1777.76	c learnt constraints deletion: 21393 -> 10697
1781.14/1781.59	c solving time = 1779.743s
1781.14/1781.59	c #decision = 5354283
1781.14/1781.59	c #conflict = 3411662
1781.14/1781.59	c #restart = 34
1781.14/1781.59	s OPTIMUM FOUND
1781.14/1781.59	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
1781.14/1781.59	v -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20
1781.14/1781.59	v -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
1781.14/1781.59	v -x31 -x32 -x33 -x34 x35 -x36 x37 -x38 x39 x40
1781.14/1781.59	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
1781.14/1781.59	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
1781.14/1781.59	v -x61 -x62 -x63 -x64 -x65 -x66 x67 x68 -x69 -x70
1781.14/1781.59	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 x80
1781.14/1781.59	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
1781.14/1781.59	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 x100
1781.14/1781.59	c total time = 1781.240s

Verifier Data

OK	-7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3707265-1338134948/watcher-3707265-1338134948 -o /tmp/evaluation-result-3707265-1338134948/solver-3707265-1338134948 -C 1800 -W 1900 -M 15500 HOME/toysat --pb HOME/instance-3707265-1338134948.opb 

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: 1.92 1.98 1.99 2/176 28946
/proc/meminfo: memFree=30200556/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 805 0 0 0 0 0 0 0 20 0 1 0 279620509 6356992 726 33554432000 4194304 8973514 140734448397200 140736305027944 4209325 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 1552 729 416 1167 0 333 0

[startup+0.0671919 s]
/proc/loadavg: 1.92 1.98 1.99 2/176 28946
/proc/meminfo: memFree=30200556/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=11328 CPUtime=0.06 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 1973 0 0 0 6 0 0 0 20 0 1 0 279620509 11599872 1894 33554432000 4194304 8973514 140734448397200 140736305027944 5387048 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 2832 1894 447 1167 0 1613 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11328

[startup+0.100324 s]
/proc/loadavg: 1.92 1.98 1.99 2/176 28946
/proc/meminfo: memFree=30200556/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=12352 CPUtime=0.09 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 2292 0 0 0 9 0 0 0 20 0 1 0 279620509 12648448 2213 33554432000 4194304 8973514 140734448397200 140736305027944 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 3088 2213 447 1167 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12352

[startup+0.300281 s]
/proc/loadavg: 1.92 1.98 1.99 2/176 28946
/proc/meminfo: memFree=30200556/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=14400 CPUtime=0.29 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 2657 0 0 0 29 0 0 0 20 0 1 0 279620509 14745600 2578 33554432000 4194304 8973514 140734448397200 140736305027944 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 3600 2578 458 1167 0 2381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14400

[startup+0.700287 s]
/proc/loadavg: 1.92 1.98 1.99 2/176 28946
/proc/meminfo: memFree=30200556/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=15424 CPUtime=0.69 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 3164 0 0 0 69 0 0 0 20 0 1 0 279620509 15794176 3085 33554432000 4194304 8973514 140734448397200 140734448396696 6565896 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 3856 3085 458 1167 0 2637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15424

[startup+1.50031 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 28947
/proc/meminfo: memFree=30187768/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=20544 CPUtime=1.49 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 4279 0 0 0 148 1 0 0 20 0 1 0 279620509 21037056 4200 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 5136 4200 458 1167 0 3917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20544

[startup+3.10032 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 28947
/proc/meminfo: memFree=30182932/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=21568 CPUtime=3.09 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 4706 0 0 0 307 2 0 0 20 0 1 0 279620509 22085632 4627 33554432000 4194304 8973514 140734448397200 140734448396696 4208818 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 5392 4627 459 1167 0 4173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21568

[startup+6.30031 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 28947
/proc/meminfo: memFree=30159000/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=28736 CPUtime=6.29 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 6498 0 0 0 625 4 0 0 20 0 1 0 279620509 29425664 6419 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 7184 6419 459 1167 0 5965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28736

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 28947
/proc/meminfo: memFree=30156528/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=30784 CPUtime=12.69 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 7010 0 0 0 1263 6 0 0 20 0 1 0 279620509 31522816 6931 33554432000 4194304 8973514 140734448397200 140734448396464 4204596 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 7696 6931 459 1167 0 6477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30784

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 28947
/proc/meminfo: memFree=30153064/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=33856 CPUtime=25.49 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 9058 0 0 0 2539 10 0 0 20 0 1 0 279620509 34668544 7699 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 8464 7699 459 1167 0 7245 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33856

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 28947
/proc/meminfo: memFree=30145500/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=37952 CPUtime=51.08 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 12642 0 0 0 5090 18 0 0 20 0 1 0 279620509 38862848 8723 33554432000 4194304 8973514 140734448397200 140734448395200 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 9488 8723 459 1167 0 8269 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37952

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 28951
/proc/meminfo: memFree=30117468/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=52288 CPUtime=102.28 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 17506 0 0 0 10195 33 0 0 20 0 1 0 279620509 53542912 12307 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13072 12307 459 1167 0 11853 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 52288

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 28990
/proc/meminfo: memFree=31300484/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=44096 CPUtime=162.26 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 22632 0 0 0 16172 54 0 0 20 0 1 0 279620509 45154304 10264 33554432000 4194304 8973514 140734448397200 140734448396696 4424497 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11024 10264 459 1167 0 9805 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 44096

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 28990
/proc/meminfo: memFree=31200268/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=42048 CPUtime=222.25 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 30056 0 0 0 22150 75 0 0 20 0 1 0 279620509 43057152 9752 33554432000 4194304 8973514 140734448397200 140734448396464 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 10512 9752 459 1167 0 9293 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 42048

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 28990
/proc/meminfo: memFree=31155812/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=282.25 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 37736 0 0 0 28133 92 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 46144

[startup+342.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/177 28990
/proc/meminfo: memFree=31157304/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=54336 CPUtime=342.23 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 45427 0 0 0 34112 111 0 0 20 0 1 0 279620509 55640064 12824 33554432000 4194304 8973514 140734448397200 140734448396464 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13584 12824 459 1167 0 12365 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 54336

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 28991
/proc/meminfo: memFree=31155388/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=54336 CPUtime=402.22 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 50035 0 0 0 40093 129 0 0 20 0 1 0 279620509 55640064 12824 33554432000 4194304 8973514 140734448397200 140734448396464 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13584 12824 459 1167 0 12365 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 54336

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28991
/proc/meminfo: memFree=31148232/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=111680 CPUtime=462.21 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 67955 0 0 0 46070 151 0 0 20 0 1 0 279620509 114360320 27160 33554432000 4194304 8973514 140734448397200 140734448395136 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 27920 27160 459 1167 0 26701 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 111680

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28991
/proc/meminfo: memFree=31208600/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=522.18 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 83843 0 0 0 52049 169 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 4209212 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 46144

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28991
/proc/meminfo: memFree=31202288/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=54336 CPUtime=582.17 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 93320 0 0 0 58028 189 0 0 20 0 1 0 279620509 55640064 12824 33554432000 4194304 8973514 140734448397200 140734448396464 4209212 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13584 12824 459 1167 0 12365 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 54336

[startup+642.3 s]

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

/proc/meminfo: memFree=31132484/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=51264 CPUtime=1122.07 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 163758 0 0 0 111871 336 0 0 20 0 1 0 279620509 52494336 12056 33554432000 4194304 8973514 140734448397200 140734448396696 6575973 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 12816 12056 459 1167 0 11597 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 51264

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28996
/proc/meminfo: memFree=31129388/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=1182.05 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 172718 0 0 0 117854 351 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 4372288 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 46144

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 28996
/proc/meminfo: memFree=31108188/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=52288 CPUtime=1242.04 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 180408 0 0 0 123838 366 0 0 20 0 1 0 279620509 53542912 12312 33554432000 4194304 8973514 140734448397200 140734448396696 4442052 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13072 12312 459 1167 0 11853 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 52288

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 28999
/proc/meminfo: memFree=31085676/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=65600 CPUtime=1302.03 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 190394 0 0 0 129821 382 0 0 20 0 1 0 279620509 67174400 15640 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 16400 15640 459 1167 0 15181 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 65600

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29000
/proc/meminfo: memFree=31083580/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=60480 CPUtime=1362.02 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 193466 0 0 0 135806 396 0 0 20 0 1 0 279620509 61931520 14360 33554432000 4194304 8973514 140734448397200 140734448396696 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 15120 14360 459 1167 0 13901 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 60480

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29000
/proc/meminfo: memFree=31082140/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=58432 CPUtime=1422.02 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 200634 0 0 0 141792 410 0 0 20 0 1 0 279620509 59834368 13848 33554432000 4194304 8973514 140734448397200 140734448396464 7707296 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 14608 13848 459 1167 0 13389 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 58432

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29000
/proc/meminfo: memFree=31071732/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=58432 CPUtime=1481.99 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 210889 0 0 0 147772 427 0 0 20 0 1 0 279620509 59834368 13848 33554432000 4194304 8973514 140734448397200 140734448396696 4459348 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 14608 13848 459 1167 0 13389 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 58432

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29000
/proc/meminfo: memFree=31075148/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=51264 CPUtime=1541.98 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 219338 0 0 0 153758 440 0 0 20 0 1 0 279620509 52494336 12056 33554432000 4194304 8973514 140734448397200 140734448396464 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 12816 12056 459 1167 0 11597 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 51264

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 29000
/proc/meminfo: memFree=31073292/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=50240 CPUtime=1601.98 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 225226 0 0 0 159745 453 0 0 20 0 1 0 279620509 51445760 11800 33554432000 4194304 8973514 140734448397200 140734448396696 4427820 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 12560 11800 459 1167 0 11341 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 50240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31061884/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=52288 CPUtime=1661.96 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 229322 0 0 0 165730 466 0 0 20 0 1 0 279620509 53542912 12312 33554432000 4194304 8973514 140734448397200 140734448396464 4204609 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13072 12312 459 1167 0 11853 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 52288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31059776/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=48192 CPUtime=1721.95 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 238542 0 0 0 171715 480 0 0 20 0 1 0 279620509 49348608 11288 33554432000 4194304 8973514 140734448397200 140734448396696 4209212 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 12048 11288 459 1167 0 10829 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 48192

Solver just ended. Dumping a history of the last processes samples

[startup+1740.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31055316/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=1740.34 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 239822 0 0 0 173550 484 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 1740.34
Current children cumulated vsize (KiB) 46144

[startup+1766.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31055380/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=48192 CPUtime=1765.94 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 242638 0 0 0 176104 490 0 0 20 0 1 0 279620509 49348608 11288 33554432000 4194304 8973514 140734448397200 140734448396696 4209212 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 12048 11288 459 1167 0 10829 0
Current children cumulated CPU time (s) 1765.94
Current children cumulated vsize (KiB) 48192

[startup+1772.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31045460/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=56384 CPUtime=1772.34 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 244686 0 0 0 176742 492 0 0 20 0 1 0 279620509 57737216 13336 33554432000 4194304 8973514 140734448397200 140734448396696 4208833 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 14096 13336 459 1167 0 12877 0
Current children cumulated CPU time (s) 1772.34
Current children cumulated vsize (KiB) 56384

[startup+1775.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31046948/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=54336 CPUtime=1775.54 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 244686 0 0 0 177062 492 0 0 20 0 1 0 279620509 55640064 12824 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 13584 12824 459 1167 0 12365 0
Current children cumulated CPU time (s) 1775.54
Current children cumulated vsize (KiB) 54336

[startup+1779.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31055256/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=1778.74 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 244686 0 0 0 177381 493 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 7841851 0 2 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 1778.74
Current children cumulated vsize (KiB) 46144

[startup+1780.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31055132/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=1780.35 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 244686 0 0 0 177541 494 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 4441393 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 1780.35
Current children cumulated vsize (KiB) 46144

[startup+1781.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31055132/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=1780.74 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 244686 0 0 0 177580 494 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 4427744 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 1780.74
Current children cumulated vsize (KiB) 46144

[startup+1781.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29001
/proc/meminfo: memFree=31055132/32873844 swapFree=7112/7112
[pid=28946] ppid=28944 vsize=46144 CPUtime=1781.14 cores=1,3,5,7
/proc/28946/stat : 28946 (toysat) R 28944 28946 27148 0 -1 4202496 244686 0 0 0 177620 494 0 0 20 0 1 0 279620509 47251456 10776 33554432000 4194304 8973514 140734448397200 140734448396696 7937344 0 0 0 34082818 0 0 0 17 3 0 0 0 0 0
/proc/28946/statm: 11536 10776 459 1167 0 10317 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 46144

Child status: 0
Real time (s): 1781.59
CPU time (s): 1781.24
CPU user time (s): 1776.3
CPU system time (s): 4.94425
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 154688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1776.3
system time used= 4.94425
maximum resident set size= 151648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111
involuntary context switches= 1948

runsolver used 3.43848 second user time and 8.06077 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 18:09:08
IDJOB=3707265
IDBENCH=48248
IDSOLVER=2285
FILE ID=node119/3707265-1338134948
RUNJOBID= node119-1338113000-27165
PBS_JOBID= 14624472
Free space on /tmp= 71604 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_2.opb
COMMAND LINE= HOME/toysat --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707265-1338134948/watcher-3707265-1338134948 -o /tmp/evaluation-result-3707265-1338134948/solver-3707265-1338134948 -C 1800 -W 1900 -M 15500  HOME/toysat --pb HOME/instance-3707265-1338134948.opb

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=957505586

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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.88
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.943
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	: 5331.91
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.943
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	: 5331.93
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.943
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	: 5331.91
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.943
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	: 5331.93
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.943
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	: 5331.92
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.943
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	: 5331.90
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.943
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30201200 kB
Buffers:          299284 kB
Cached:           333680 kB
SwapCached:         1844 kB
Active:          1745860 kB
Inactive:         126888 kB
Active(anon):    1239532 kB
Inactive(anon):     2068 kB
Active(file):     506328 kB
Inactive(file):   124820 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100196 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:       1244860 kB
Mapped:            13584 kB
Shmem:                 8 kB
Slab:             657244 kB
SReclaimable:      99572 kB
SUnreclaim:       557672 kB
KernelStack:        1456 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1358680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1212416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71596 MiB
End job on node119 at 2012-05-27 18:38:50