Trace number 3702771

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
npSolver inc-topdown-quickBound? (TO) 1800.09 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cm42a.opb
MD5SUMfbb7284250700e8b461b63d83ddce719
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark694
Best CPU time to get the best result obtained on this benchmark0.008997
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 694
Optimality of the best value was proved YES
Number of variables99
Total number of constraints185
Number of constraints which are clauses185
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 constraint20
Number of terms in the objective function 99
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 4087
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4087
Number of bits of the biggest sum of numbers12
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.00	c run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 1024
0.00/0.01	c starting approximation
0.00/0.01	c factor = 41.2828
0.00/0.01	c current bound: 512
0.00/0.03	c leaving approximation
0.00/0.03	c finished approximation
0.00/0.03	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.03	c write failed with 2
0.00/0.03	c [INC SEARCH] iteration: 0
0.00/0.03	c [INC BOUNDS] best value:1024 search for 1023
0.00/0.03	c [INC SYSTEM] create new solver instance
0.00/0.03	c [INC] encode full formula
0.00/0.08	c set iterative enc to: swc
0.00/0.08	c [INC SEARCH] isOptimum variable: 0
0.00/0.19	c formula is SAT
0.00/0.20	c [INC SEARCH] copied best model
0.00/0.20	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.20	c model valid
0.00/0.20	c current solution ok
0.00/0.20	o 948
0.00/0.20	c [INC SEARCH] iteration: 1
0.00/0.20	c [INC BOUNDS] best value:948 search for 947
0.00/0.20	c [INC ENCODE] setup new number of clauses ...
0.00/0.20	c [INC] encode incremental formula
0.00/0.20	c return only the limitting unit clause for 947
0.00/0.20	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.20	c [INC SEARCH] isOptimum variable: 0
0.00/0.23	c formula is SAT
0.00/0.24	c [INC SEARCH] copied best model
0.00/0.24	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.24	c model valid
0.00/0.24	c current solution ok
0.00/0.24	o 915
0.00/0.24	c [INC SEARCH] iteration: 2
0.00/0.24	c [INC BOUNDS] best value:915 search for 914
0.00/0.24	c [INC ENCODE] setup new number of clauses ...
0.00/0.24	c [INC] encode incremental formula
0.00/0.24	c return only the limitting unit clause for 914
0.00/0.24	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.24	c [INC SEARCH] isOptimum variable: 0
0.00/0.28	c formula is SAT
0.00/0.28	c [INC SEARCH] copied best model
0.00/0.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.28	c model valid
0.00/0.28	c current solution ok
0.00/0.28	o 906
0.00/0.28	c [INC SEARCH] iteration: 3
0.00/0.28	c [INC BOUNDS] best value:906 search for 905
0.00/0.28	c [INC ENCODE] setup new number of clauses ...
0.00/0.28	c [INC] encode incremental formula
0.00/0.28	c return only the limitting unit clause for 905
0.00/0.28	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.28	c [INC SEARCH] isOptimum variable: 0
0.00/0.32	c formula is SAT
0.00/0.32	c [INC SEARCH] copied best model
0.00/0.32	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.32	c model valid
0.00/0.32	c current solution ok
0.00/0.32	o 897
0.00/0.32	c [INC SEARCH] iteration: 4
0.00/0.32	c [INC BOUNDS] best value:897 search for 896
0.00/0.32	c [INC ENCODE] setup new number of clauses ...
0.00/0.32	c [INC] encode incremental formula
0.00/0.32	c return only the limitting unit clause for 896
0.00/0.32	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.32	c [INC SEARCH] isOptimum variable: 0
0.00/0.36	c formula is SAT
0.00/0.37	c [INC SEARCH] copied best model
0.00/0.37	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.37	c model valid
0.00/0.37	c current solution ok
0.00/0.37	o 888
0.00/0.37	c [INC SEARCH] iteration: 5
0.00/0.37	c [INC BOUNDS] best value:888 search for 887
0.00/0.37	c [INC ENCODE] setup new number of clauses ...
0.00/0.37	c [INC] encode incremental formula
0.00/0.37	c return only the limitting unit clause for 887
0.00/0.37	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.37	c [INC SEARCH] isOptimum variable: 0
0.00/0.56	c formula is SAT
0.00/0.56	c [INC SEARCH] copied best model
0.00/0.56	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.56	o 877
0.00/0.56	c [INC SEARCH] iteration: 6
0.00/0.56	c [INC BOUNDS] best value:877 search for 876
0.00/0.56	c [INC ENCODE] setup new number of clauses ...
0.00/0.56	c [INC] encode incremental formula
0.00/0.56	c return only the limitting unit clause for 876
0.00/0.56	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.56	c [INC SEARCH] isOptimum variable: 0
0.00/0.60	c formula is SAT
0.00/0.61	c [INC SEARCH] copied best model
0.00/0.61	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.61	c model valid
0.00/0.61	c current solution ok
0.00/0.61	o 868
0.00/0.61	c [INC SEARCH] iteration: 7
0.00/0.61	c [INC BOUNDS] best value:868 search for 867
0.00/0.61	c [INC ENCODE] setup new number of clauses ...
0.00/0.61	c [INC] encode incremental formula
0.00/0.61	c return only the limitting unit clause for 867
0.00/0.61	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.61	c [INC SEARCH] isOptimum variable: 0
2.48/2.55	c formula is SAT
2.48/2.56	c [INC SEARCH] copied best model
2.48/2.56	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.48/2.56	c model valid
2.48/2.56	c current solution ok
2.48/2.56	o 866
2.48/2.56	c [INC SEARCH] iteration: 8
2.48/2.56	c [INC BOUNDS] best value:866 search for 865
2.48/2.56	c [INC ENCODE] setup new number of clauses ...
2.48/2.56	c [INC] encode incremental formula
2.48/2.56	c return only the limitting unit clause for 865
2.48/2.56	c [INC SYSTEM] transmit new clauses to solver: 1
2.48/2.56	c [INC SEARCH] isOptimum variable: 0
3.88/3.97	c formula is SAT
4.08/4.14	c [INC SEARCH] copied best model
4.08/4.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.08/4.14	c model valid
4.08/4.14	c current solution ok
4.08/4.14	o 859
4.08/4.14	c [INC SEARCH] iteration: 9
4.08/4.14	c [INC BOUNDS] best value:859 search for 858
4.08/4.14	c [INC ENCODE] setup new number of clauses ...
4.08/4.14	c [INC] encode incremental formula
4.08/4.14	c return only the limitting unit clause for 858
4.08/4.14	c [INC SYSTEM] transmit new clauses to solver: 1
4.08/4.14	c [INC SEARCH] isOptimum variable: 0
4.08/4.14	c formula is SAT
4.08/4.14	c [INC SEARCH] copied best model
4.08/4.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.08/4.14	c model valid
4.08/4.14	c current solution ok
4.08/4.14	o 850
4.08/4.14	c [INC SEARCH] iteration: 10
4.08/4.14	c [INC BOUNDS] best value:850 search for 849
4.08/4.14	c [INC ENCODE] setup new number of clauses ...
4.08/4.14	c [INC] encode incremental formula
4.08/4.14	c return only the limitting unit clause for 849
4.08/4.14	c [INC SYSTEM] transmit new clauses to solver: 1
4.08/4.14	c [INC SEARCH] isOptimum variable: 0
5.98/6.05	c formula is SAT
5.98/6.06	c [INC SEARCH] copied best model
5.98/6.06	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
5.98/6.06	c model valid
5.98/6.06	c current solution ok
5.98/6.06	o 849
5.98/6.06	c [INC SEARCH] iteration: 11
5.98/6.06	c [INC BOUNDS] best value:849 search for 848
5.98/6.06	c [INC ENCODE] setup new number of clauses ...
5.98/6.06	c [INC] encode incremental formula
5.98/6.06	c return only the limitting unit clause for 848
5.98/6.06	c [INC SYSTEM] transmit new clauses to solver: 1
5.98/6.06	c [INC SEARCH] isOptimum variable: 0
7.60/7.61	c formula is SAT
7.60/7.61	c [INC SEARCH] copied best model
7.60/7.61	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.60/7.61	c model valid
7.60/7.61	c current solution ok
7.60/7.61	o 845
7.60/7.61	c [INC SEARCH] iteration: 12
7.60/7.61	c [INC BOUNDS] best value:845 search for 844
7.60/7.61	c [INC ENCODE] setup new number of clauses ...
7.60/7.61	c [INC] encode incremental formula
7.60/7.61	c return only the limitting unit clause for 844
7.60/7.61	c [INC SYSTEM] transmit new clauses to solver: 1
7.60/7.61	c [INC SEARCH] isOptimum variable: 0
7.60/7.66	c formula is SAT
7.60/7.67	c [INC SEARCH] copied best model
7.60/7.67	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.60/7.67	c model valid
7.60/7.67	c current solution ok
7.60/7.67	o 836
7.60/7.67	c [INC SEARCH] iteration: 13
7.60/7.67	c [INC BOUNDS] best value:836 search for 835
7.60/7.67	c [INC ENCODE] setup new number of clauses ...
7.60/7.67	c [INC] encode incremental formula
7.60/7.67	c return only the limitting unit clause for 835
7.60/7.67	c [INC SYSTEM] transmit new clauses to solver: 1
7.60/7.67	c [INC SEARCH] isOptimum variable: 0
7.69/7.71	c formula is SAT
7.69/7.71	c [INC SEARCH] copied best model
7.69/7.71	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.69/7.71	c model valid
7.69/7.71	c current solution ok
7.69/7.71	o 827
7.69/7.71	c [INC SEARCH] iteration: 14
7.69/7.71	c [INC BOUNDS] best value:827 search for 826
7.69/7.71	c [INC ENCODE] setup new number of clauses ...
7.69/7.71	c [INC] encode incremental formula
7.69/7.71	c return only the limitting unit clause for 826
7.69/7.71	c [INC SYSTEM] transmit new clauses to solver: 1
7.69/7.71	c [INC SEARCH] isOptimum variable: 0
7.79/7.81	c formula is SAT
7.79/7.82	c [INC SEARCH] copied best model
7.79/7.82	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.79/7.82	c model valid
7.79/7.82	c current solution ok
7.79/7.82	o 818
7.79/7.82	c [INC SEARCH] iteration: 15
7.79/7.82	c [INC BOUNDS] best value:818 search for 817
7.79/7.82	c [INC ENCODE] setup new number of clauses ...
7.79/7.82	c [INC] encode incremental formula
7.79/7.82	c return only the limitting unit clause for 817
7.79/7.82	c [INC SYSTEM] transmit new clauses to solver: 1
7.79/7.82	c [INC SEARCH] isOptimum variable: 0
7.79/7.86	c formula is SAT
7.79/7.86	c [INC SEARCH] copied best model
7.79/7.86	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.79/7.86	c model valid
7.79/7.86	c current solution ok
7.79/7.86	o 809
7.79/7.86	c [INC SEARCH] iteration: 16
7.79/7.86	c [INC BOUNDS] best value:809 search for 808
7.79/7.86	c [INC ENCODE] setup new number of clauses ...
7.79/7.86	c [INC] encode incremental formula
7.79/7.86	c return only the limitting unit clause for 808
7.79/7.86	c [INC SYSTEM] transmit new clauses to solver: 1
7.79/7.86	c [INC SEARCH] isOptimum variable: 0
7.89/7.93	c formula is SAT
7.89/7.93	c [INC SEARCH] copied best model
7.89/7.93	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
7.89/7.93	c model valid
7.89/7.93	c current solution ok
7.89/7.93	o 800
7.89/7.93	c [INC SEARCH] iteration: 17
7.89/7.93	c [INC BOUNDS] best value:800 search for 799
7.89/7.93	c [INC ENCODE] setup new number of clauses ...
7.89/7.93	c [INC] encode incremental formula
7.89/7.93	c return only the limitting unit clause for 799
7.89/7.93	c [INC SYSTEM] transmit new clauses to solver: 1
7.89/7.93	c [INC SEARCH] isOptimum variable: 0
24.49/24.54	c formula is SAT
24.49/24.55	c [INC SEARCH] copied best model
24.49/24.55	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
24.49/24.55	c model valid
24.49/24.55	c current solution ok
24.49/24.55	o 799
24.49/24.55	c [INC SEARCH] iteration: 18
24.49/24.55	c [INC BOUNDS] best value:799 search for 798
24.49/24.55	c [INC ENCODE] setup new number of clauses ...
24.49/24.55	c [INC] encode incremental formula
24.49/24.55	c return only the limitting unit clause for 798
24.49/24.55	c [INC SYSTEM] transmit new clauses to solver: 1
24.49/24.55	c [INC SEARCH] isOptimum variable: 0
36.09/36.13	c formula is SAT
36.09/36.13	c [INC SEARCH] copied best model
36.09/36.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
36.09/36.13	c model valid
36.09/36.13	c current solution ok
36.09/36.13	o 798
36.09/36.13	c [INC SEARCH] iteration: 19
36.09/36.13	c [INC BOUNDS] best value:798 search for 797
36.09/36.13	c [INC ENCODE] setup new number of clauses ...
36.09/36.13	c [INC] encode incremental formula
36.09/36.13	c return only the limitting unit clause for 797
36.09/36.13	c [INC SYSTEM] transmit new clauses to solver: 1
36.09/36.13	c [INC SEARCH] isOptimum variable: 0
54.07/54.13	c formula is SAT
54.07/54.13	c [INC SEARCH] copied best model
54.07/54.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
54.07/54.13	c model valid
54.07/54.13	c current solution ok
54.07/54.13	o 795
54.07/54.13	c [INC SEARCH] iteration: 20
54.07/54.13	c [INC BOUNDS] best value:795 search for 794
54.07/54.13	c [INC ENCODE] setup new number of clauses ...
54.07/54.13	c [INC] encode incremental formula
54.07/54.13	c return only the limitting unit clause for 794
54.07/54.13	c [INC SYSTEM] transmit new clauses to solver: 1
54.07/54.13	c [INC SEARCH] isOptimum variable: 0
92.29/92.39	c formula is SAT
92.29/92.39	c [INC SEARCH] copied best model
92.29/92.39	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
92.29/92.39	c model valid
92.29/92.39	c current solution ok
92.29/92.39	o 787
92.29/92.39	c [INC SEARCH] iteration: 21
92.29/92.39	c [INC BOUNDS] best value:787 search for 786
92.29/92.39	c [INC ENCODE] setup new number of clauses ...
92.29/92.39	c [INC] encode incremental formula
92.29/92.39	c return only the limitting unit clause for 786
92.29/92.39	c [INC SYSTEM] transmit new clauses to solver: 1
92.29/92.39	c [INC SEARCH] isOptimum variable: 0
92.40/92.49	c formula is SAT
92.40/92.49	c [INC SEARCH] copied best model
92.40/92.49	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
92.40/92.49	c model valid
92.40/92.49	c current solution ok
92.40/92.49	o 778
92.40/92.49	c [INC SEARCH] iteration: 22
92.40/92.49	c [INC BOUNDS] best value:778 search for 777
92.40/92.49	c [INC ENCODE] setup new number of clauses ...
92.40/92.49	c [INC] encode incremental formula
92.40/92.49	c return only the limitting unit clause for 777
92.40/92.49	c [INC SYSTEM] transmit new clauses to solver: 1
92.40/92.49	c [INC SEARCH] isOptimum variable: 0
221.88/221.93	c formula is SAT
221.88/221.94	c [INC SEARCH] copied best model
221.88/221.94	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
221.88/221.94	c model valid
221.88/221.94	c current solution ok
221.88/221.94	o 771
221.88/221.94	c [INC SEARCH] iteration: 23
221.88/221.94	c [INC BOUNDS] best value:771 search for 770
221.88/221.94	c [INC ENCODE] setup new number of clauses ...
221.88/221.94	c [INC] encode incremental formula
221.88/221.94	c return only the limitting unit clause for 770
221.88/221.94	c [INC SYSTEM] transmit new clauses to solver: 1
221.88/221.94	c [INC SEARCH] isOptimum variable: 0
221.97/222.08	c formula is SAT
221.97/222.08	c [INC SEARCH] copied best model
221.97/222.08	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
221.97/222.08	c model valid
221.97/222.08	c current solution ok
221.97/222.08	o 762
221.97/222.08	c [INC SEARCH] iteration: 24
221.97/222.08	c [INC BOUNDS] best value:762 search for 761
221.97/222.08	c [INC ENCODE] setup new number of clauses ...
221.97/222.08	c [INC] encode incremental formula
221.97/222.08	c return only the limitting unit clause for 761
221.97/222.08	c [INC SYSTEM] transmit new clauses to solver: 1
221.97/222.08	c [INC SEARCH] isOptimum variable: 0
525.74/525.83	c formula is SAT
525.74/525.83	c [INC SEARCH] copied best model
525.74/525.83	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
525.74/525.83	c model valid
525.74/525.83	c current solution ok
525.74/525.83	o 753
525.74/525.83	c [INC SEARCH] iteration: 25
525.74/525.83	c [INC BOUNDS] best value:753 search for 752
525.74/525.83	c [INC ENCODE] setup new number of clauses ...
525.74/525.83	c [INC] encode incremental formula
525.74/525.83	c return only the limitting unit clause for 752
525.74/525.83	c [INC SYSTEM] transmit new clauses to solver: 1
525.74/525.83	c [INC SEARCH] isOptimum variable: 0
566.44/566.54	c formula is SAT
566.44/566.55	c [INC SEARCH] copied best model
566.44/566.55	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
566.44/566.55	c model valid
566.44/566.55	c current solution ok
566.44/566.55	o 748
566.44/566.55	c [INC SEARCH] iteration: 26
566.44/566.55	c [INC BOUNDS] best value:748 search for 747
566.44/566.55	c [INC ENCODE] setup new number of clauses ...
566.44/566.55	c [INC] encode incremental formula
566.44/566.55	c return only the limitting unit clause for 747
566.44/566.55	c [INC SYSTEM] transmit new clauses to solver: 1
566.44/566.55	c [INC SEARCH] isOptimum variable: 0
688.21/688.34	c formula is SAT
688.21/688.35	c [INC SEARCH] copied best model
688.21/688.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
688.21/688.35	c model valid
688.21/688.35	c current solution ok
688.21/688.35	o 739
688.21/688.35	c [INC SEARCH] iteration: 27
688.21/688.35	c [INC BOUNDS] best value:739 search for 738
688.21/688.35	c [INC ENCODE] setup new number of clauses ...
688.21/688.35	c [INC] encode incremental formula
688.21/688.35	c return only the limitting unit clause for 738
688.21/688.35	c [INC SYSTEM] transmit new clauses to solver: 1
688.21/688.35	c [INC SEARCH] isOptimum variable: 0
962.76/962.91	c formula is SAT
962.76/962.92	c [INC SEARCH] copied best model
962.76/962.92	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
962.76/962.92	c model valid
962.76/962.92	c current solution ok
962.76/962.92	o 732
962.76/962.92	c [INC SEARCH] iteration: 28
962.76/962.92	c [INC BOUNDS] best value:732 search for 731
962.76/962.92	c [INC ENCODE] setup new number of clauses ...
962.76/962.92	c [INC] encode incremental formula
962.76/962.92	c return only the limitting unit clause for 731
962.76/962.92	c [INC SYSTEM] transmit new clauses to solver: 1
962.76/962.92	c [INC SEARCH] isOptimum variable: 0
1098.45/1098.62	c formula is SAT
1098.45/1098.63	c [INC SEARCH] copied best model
1098.45/1098.63	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1098.45/1098.63	c model valid
1098.45/1098.63	c current solution ok
1098.45/1098.63	o 725
1098.45/1098.63	c [INC SEARCH] iteration: 29
1098.45/1098.63	c [INC BOUNDS] best value:725 search for 724
1098.45/1098.63	c [INC ENCODE] setup new number of clauses ...
1098.45/1098.63	c [INC] encode incremental formula
1098.45/1098.63	c return only the limitting unit clause for 724
1098.45/1098.63	c [INC SYSTEM] transmit new clauses to solver: 1
1098.45/1098.63	c [INC SEARCH] isOptimum variable: 0
1364.81/1365.02	c formula is SAT
1364.81/1365.03	c [INC SEARCH] copied best model
1364.81/1365.03	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1364.81/1365.03	c model valid
1364.81/1365.03	c current solution ok
1364.81/1365.03	o 723
1364.81/1365.03	c [INC SEARCH] iteration: 30
1364.81/1365.03	c [INC BOUNDS] best value:723 search for 722
1364.81/1365.03	c [INC ENCODE] setup new number of clauses ...
1364.81/1365.03	c [INC] encode incremental formula
1364.81/1365.03	c return only the limitting unit clause for 722
1364.81/1365.03	c [INC SYSTEM] transmit new clauses to solver: 1
1364.81/1365.03	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.30	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.30	s UNKNOWN
1800.05/1800.30	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1800.30	c write failed with -1
1800.05/1800.30	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0xbe6950)

Verifier Data

ERROR: no interpretation found !

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-3702771-1338056546/watcher-3702771-1338056546 -o /tmp/evaluation-result-3702771-1338056546/solver-3702771-1338056546 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702771-1338056546.opb 1728475271 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5091
/proc/meminfo: memFree=28318348/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (runsolver) D 5089 5091 4763 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 271780576 12095488 51 33554432000 4194304 5436572 140735214560880 140735214557176 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/5091/statm: 2953 51 31 304 0 2645 0

[startup+0.0818741 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5091
/proc/meminfo: memFree=28318348/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5091
/proc/meminfo: memFree=28318348/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5091
/proc/meminfo: memFree=28318348/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5091
/proc/meminfo: memFree=28318348/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28282252/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=5680 CPUtime=0.12 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3012 6930 0 0 10 1 0 1 20 0 1 0 271780577 5816320 1013 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1420 1013 192 440 0 976 0
[pid=5107] ppid=5093 vsize=34396 CPUtime=1.36 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 7346 0 0 0 135 1 0 0 20 0 1 0 271780585 35221504 7295 33554432000 4194304 5654031 140733658817840 140733658805656 4208641 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 8599 7295 151 357 0 8239 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 49224

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28281948/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=5680 CPUtime=0.13 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3012 6930 0 0 11 1 0 1 20 0 1 0 271780577 5816320 1013 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1420 1013 192 440 0 976 0
[pid=5107] ppid=5093 vsize=35360 CPUtime=2.95 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 7568 0 0 0 294 1 0 0 20 0 1 0 271780585 36208640 7512 33554432000 4194304 5654031 140733658817840 140733658805656 4976752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 8840 7512 151 357 0 8480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 50188

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28268756/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=5680 CPUtime=0.16 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3013 6930 0 0 13 2 0 1 20 0 1 0 271780577 5816320 1014 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1420 1014 192 440 0 976 0
[pid=5107] ppid=5093 vsize=35840 CPUtime=6.13 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 8324 0 0 0 612 1 0 0 20 0 1 0 271780585 36700160 7515 33554432000 4194304 5654031 140733658817840 140733658816152 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 8960 7515 152 357 0 8600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50668

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28260296/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6164 CPUtime=0.2 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3132 6930 0 0 17 2 0 1 20 0 1 0 271780577 6311936 1133 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1541 1133 192 440 0 1097 0
[pid=5107] ppid=5093 vsize=38560 CPUtime=12.5 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 8604 0 0 0 1248 2 0 0 20 0 1 0 271780585 39485440 8292 33554432000 4194304 5654031 140733658817840 140733658805656 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 9640 8292 152 357 0 9280 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 53872

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28248768/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6164 CPUtime=0.21 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3132 6930 0 0 18 2 0 1 20 0 1 0 271780577 6311936 1133 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1541 1133 192 440 0 1097 0
[pid=5107] ppid=5093 vsize=47196 CPUtime=25.29 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 9761 0 0 0 2527 2 0 0 20 0 1 0 271780585 48328704 10265 33554432000 4194304 5654031 140733658817840 140733658805656 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 11799 10265 152 357 0 11439 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 62508

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28235040/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.21 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3292 6930 0 0 18 2 0 1 20 0 1 0 271780577 6836224 1293 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1293 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=54336 CPUtime=50.87 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 10210 0 0 0 5084 3 0 0 20 0 1 0 271780585 55640064 12272 33554432000 4194304 5654031 140733658817840 140733658805656 4232448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 13584 12272 152 357 0 13224 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70160

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28214040/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.25 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3292 6930 0 0 21 3 0 1 20 0 1 0 271780577 6836224 1293 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1293 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=47196 CPUtime=102.05 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 10921 0 0 0 10201 4 0 0 20 0 1 0 271780585 48328704 10223 33554432000 4194304 5654031 140733658817840 140733658805656 4208694 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 11799 10223 152 357 0 11439 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63020

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5107
/proc/meminfo: memFree=28189404/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.25 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3292 6930 0 0 21 3 0 1 20 0 1 0 271780577 6836224 1354 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1354 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=56412 CPUtime=162.04 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 11585 0 0 0 16199 5 0 0 20 0 1 0 271780585 57765888 13007 33554432000 4194304 5654031 140733658817840 140733658805656 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 14103 13007 152 357 0 13743 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 72236

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 5108
/proc/meminfo: memFree=28170348/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.26 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3292 6930 0 0 22 3 0 1 20 0 1 0 271780577 6836224 1354 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1354 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=81548 CPUtime=222.01 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 12820 0 0 0 22195 6 0 0 20 0 1 0 271780585 83505152 17392 33554432000 4194304 5654031 140733658817840 140733658816152 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 20387 17392 152 357 0 20027 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 97372

[startup+282.3 s]

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

/proc/meminfo: memFree=28102396/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.3 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 26 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=119036 CPUtime=1301.83 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 14533 0 0 0 130172 11 0 0 20 0 1 0 271780585 121892864 28656 33554432000 4194304 5654031 140733658817840 140733658805656 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 29759 28656 152 357 0 29399 0
Current children cumulated CPU time (s) 1302.13
Current children cumulated vsize (KiB) 134860

[startup+1362.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 5119
/proc/meminfo: memFree=28068156/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.3 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 26 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1361.8 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 14923 0 0 0 136169 11 0 0 20 0 1 0 271780585 172396544 37220 33554432000 4194304 5654031 140733658817840 140733658805656 4232916 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 37220 152 357 0 41729 0
Current children cumulated CPU time (s) 1362.1
Current children cumulated vsize (KiB) 184180

[startup+1422.31 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 5120
/proc/meminfo: memFree=28068796/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=119036 CPUtime=1421.8 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 14923 0 0 0 142168 12 0 0 20 0 1 0 271780585 121892864 28663 33554432000 4194304 5654031 140733658817840 140733658805656 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 29759 28663 152 357 0 29399 0
Current children cumulated CPU time (s) 1422.11
Current children cumulated vsize (KiB) 134860

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 5120
/proc/meminfo: memFree=28070860/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=119036 CPUtime=1481.79 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 14923 0 0 0 148167 12 0 0 20 0 1 0 271780585 121892864 28663 33554432000 4194304 5654031 140733658817840 140733658805656 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 29759 28663 152 357 0 29399 0
Current children cumulated CPU time (s) 1482.1
Current children cumulated vsize (KiB) 134860

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 5120
/proc/meminfo: memFree=28101724/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=119036 CPUtime=1541.78 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 14923 0 0 0 154166 12 0 0 20 0 1 0 271780585 121892864 28663 33554432000 4194304 5654031 140733658817840 140733658805656 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 29759 28663 152 357 0 29399 0
Current children cumulated CPU time (s) 1542.09
Current children cumulated vsize (KiB) 134860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 5120
/proc/meminfo: memFree=28067856/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1601.76 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 15304 0 0 0 160164 12 0 0 20 0 1 0 271780585 172396544 37220 33554432000 4194304 5654031 140733658817840 140733658805656 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 37220 152 357 0 41729 0
Current children cumulated CPU time (s) 1602.07
Current children cumulated vsize (KiB) 184180

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 5123
/proc/meminfo: memFree=28063704/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1661.75 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 15306 0 0 0 166163 12 0 0 20 0 1 0 271780585 172396544 38244 33554432000 4194304 5654031 140733658817840 140733658805656 4232710 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 38244 152 357 0 41729 0
Current children cumulated CPU time (s) 1662.06
Current children cumulated vsize (KiB) 184180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5123
/proc/meminfo: memFree=28060072/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1721.74 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 15308 0 0 0 172162 12 0 0 20 0 1 0 271780585 172396544 39268 33554432000 4194304 5654031 140733658817840 140733658805656 4232767 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 39268 152 357 0 41729 0
Current children cumulated CPU time (s) 1722.05
Current children cumulated vsize (KiB) 184180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5124
/proc/meminfo: memFree=27981072/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1781.74 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 15309 0 0 0 178161 13 0 0 20 0 1 0 271780585 172396544 39780 33554432000 4194304 5654031 140733658817840 140733658805656 4232784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 39780 152 357 0 41729 0
Current children cumulated CPU time (s) 1782.05
Current children cumulated vsize (KiB) 184180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28169752/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1799.74 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 15310 0 0 0 179961 13 0 0 20 0 1 0 271780585 172396544 40292 33554432000 4194304 5654031 140733658817840 140733658805656 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 40292 152 357 0 41729 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 184180

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5181
/proc/meminfo: memFree=28169752/32873648 swapFree=6864/6864
[pid=5091] ppid=5089 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5091/stat : 5091 (npSolver-pbo-It) S 5089 5091 4763 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271780576 9367552 275 33554432000 4194304 5064252 140734060704016 140734060702928 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5091/statm: 2287 275 233 213 0 72 0
[pid=5093] ppid=5091 vsize=6676 CPUtime=0.31 cores=0,2,4,6
/proc/5093/stat : 5093 (npSolver-pbo) S 5091 5091 4763 0 -1 4202496 3295 6930 0 0 27 3 0 1 20 0 1 0 271780577 6836224 1357 33554432000 4194304 5992684 140734614600112 140734614585944 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5093/statm: 1669 1357 192 440 0 1225 0
[pid=5107] ppid=5093 vsize=168356 CPUtime=1799.74 cores=0,2,4,6
/proc/5107/stat : 5107 (glucosInc) R 5093 5091 4763 0 -1 4202496 15310 0 0 0 179961 13 0 0 20 0 1 0 271780585 172396544 40292 33554432000 4194304 5654031 140733658817840 140733658805656 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5107/statm: 42089 40292 152 357 0 41729 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 184180

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.188971
CPU usage (%): 99.9879
Max. virtual memory (cumulated for all children) (KiB): 184180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.188971
maximum resident set size= 161168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4899
involuntary context switches= 1942

runsolver used 3.40048 second user time and 7.8688 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 20:22:26
IDJOB=3702771
IDBENCH=2019
IDSOLVER=2278
FILE ID=node120/3702771-1338056546
RUNJOBID= node120-1338052943-4779
PBS_JOBID= 14624403
Free space on /tmp= 71584 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cm42a.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702771-1338056546/watcher-3702771-1338056546 -o /tmp/evaluation-result-3702771-1338056546/solver-3702771-1338056546 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702771-1338056546.opb 1728475271 HOME HOME

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

MD5SUM BENCH= fbb7284250700e8b461b63d83ddce719
RANDOM SEED=1728475271

node120.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
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.456
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.456
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.92
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.456
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.88
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.456
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.91
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.456
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.83
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.456
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.91
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.456
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:       32873648 kB
MemFree:        28318612 kB
Buffers:          235848 kB
Cached:          3509068 kB
SwapCached:          492 kB
Active:           708596 kB
Inactive:        3079452 kB
Active(anon):      33428 kB
Inactive(anon):    12388 kB
Active(file):     675168 kB
Inactive(file):  3067064 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             19544 kB
Writeback:             0 kB
AnonPages:         49956 kB
Mapped:            15052 kB
Shmem:               120 kB
Slab:             632660 kB
SReclaimable:      76880 kB
SUnreclaim:       555780 kB
KernelStack:        1496 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     165328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71576 MiB
End job on node120 at 2012-05-26 20:52:26