Trace number 3751928

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 (fixed)? (TO) 1800.07 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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	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.02	o 939
0.00/0.02	c starting approximation
0.00/0.02	c factor = 41.2828
0.00/0.02	c current bound: 469
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:939 search for 938
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.09	c [INC SEARCH] isOptimum variable: 0
0.00/0.31	c formula is SAT
0.00/0.31	c [INC SEARCH] copied best model
0.00/0.31	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.31	c model valid
0.00/0.31	c current solution ok
0.00/0.31	o 938
0.00/0.31	c [INC SEARCH] iteration: 1
0.00/0.31	c [INC BOUNDS] best value:938 search for 937
0.00/0.31	c [INC ENCODE] setup new number of clauses ...
0.00/0.31	c [INC] encode incremental formula
0.00/0.31	c return only the limitting unit clause for 937
0.00/0.31	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.31	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 932
0.00/0.37	c [INC SEARCH] iteration: 2
0.00/0.37	c [INC BOUNDS] best value:932 search for 931
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 931
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.41	c formula is SAT
0.00/0.41	c [INC SEARCH] copied best model
0.00/0.41	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.41	c model valid
0.00/0.41	c current solution ok
0.00/0.41	o 929
0.00/0.41	c [INC SEARCH] iteration: 3
0.00/0.41	c [INC BOUNDS] best value:929 search for 928
0.00/0.41	c [INC ENCODE] setup new number of clauses ...
0.00/0.41	c [INC] encode incremental formula
0.00/0.41	c return only the limitting unit clause for 928
0.00/0.41	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.41	c [INC SEARCH] isOptimum variable: 0
0.00/0.46	c formula is SAT
0.00/0.47	c [INC SEARCH] copied best model
0.00/0.47	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.47	c model valid
0.00/0.47	c current solution ok
0.00/0.47	o 923
0.00/0.47	c [INC SEARCH] iteration: 4
0.00/0.47	c [INC BOUNDS] best value:923 search for 922
0.00/0.47	c [INC ENCODE] setup new number of clauses ...
0.00/0.47	c [INC] encode incremental formula
0.00/0.47	c return only the limitting unit clause for 922
0.00/0.47	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.47	c [INC SEARCH] isOptimum variable: 0
0.00/0.51	c formula is SAT
0.00/0.51	c [INC SEARCH] copied best model
0.00/0.51	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
0.00/0.51	c model valid
0.00/0.51	c current solution ok
0.00/0.51	o 920
0.00/0.51	c [INC SEARCH] iteration: 5
0.00/0.51	c [INC BOUNDS] best value:920 search for 919
0.00/0.51	c [INC ENCODE] setup new number of clauses ...
0.00/0.51	c [INC] encode incremental formula
0.00/0.51	c return only the limitting unit clause for 919
0.00/0.51	c [INC SYSTEM] transmit new clauses to solver: 1
0.00/0.51	c [INC SEARCH] isOptimum variable: 0
1.67/1.70	c formula is SAT
1.67/1.70	c [INC SEARCH] copied best model
1.67/1.70	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.67/1.70	c model valid
1.67/1.70	c current solution ok
1.67/1.70	o 919
1.67/1.70	c [INC SEARCH] iteration: 6
1.67/1.70	c [INC BOUNDS] best value:919 search for 918
1.67/1.70	c [INC ENCODE] setup new number of clauses ...
1.67/1.70	c [INC] encode incremental formula
1.67/1.70	c return only the limitting unit clause for 918
1.67/1.70	c [INC SYSTEM] transmit new clauses to solver: 1
1.67/1.70	c [INC SEARCH] isOptimum variable: 0
1.98/2.08	c formula is SAT
1.98/2.08	c [INC SEARCH] copied best model
1.98/2.08	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.98/2.08	c model valid
1.98/2.08	c current solution ok
1.98/2.08	o 902
1.98/2.08	c [INC SEARCH] iteration: 7
1.98/2.08	c [INC BOUNDS] best value:902 search for 901
1.98/2.08	c [INC ENCODE] setup new number of clauses ...
1.98/2.08	c [INC] encode incremental formula
1.98/2.08	c return only the limitting unit clause for 901
1.98/2.08	c [INC SYSTEM] transmit new clauses to solver: 1
1.98/2.08	c [INC SEARCH] isOptimum variable: 0
2.09/2.13	c formula is SAT
2.09/2.13	c [INC SEARCH] copied best model
2.09/2.13	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.09/2.13	c model valid
2.09/2.13	c current solution ok
2.09/2.13	o 893
2.09/2.13	c [INC SEARCH] iteration: 8
2.09/2.13	c [INC BOUNDS] best value:893 search for 892
2.09/2.13	c [INC ENCODE] setup new number of clauses ...
2.09/2.13	c [INC] encode incremental formula
2.09/2.13	c return only the limitting unit clause for 892
2.09/2.13	c [INC SYSTEM] transmit new clauses to solver: 1
2.09/2.13	c [INC SEARCH] isOptimum variable: 0
2.09/2.17	c formula is SAT
2.09/2.18	c [INC SEARCH] copied best model
2.09/2.18	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.09/2.18	c model valid
2.09/2.18	c current solution ok
2.09/2.18	o 884
2.09/2.18	c [INC SEARCH] iteration: 9
2.09/2.18	c [INC BOUNDS] best value:884 search for 883
2.09/2.18	c [INC ENCODE] setup new number of clauses ...
2.09/2.18	c [INC] encode incremental formula
2.09/2.18	c return only the limitting unit clause for 883
2.09/2.18	c [INC SYSTEM] transmit new clauses to solver: 1
2.09/2.18	c [INC SEARCH] isOptimum variable: 0
2.19/2.22	c formula is SAT
2.19/2.22	c [INC SEARCH] copied best model
2.19/2.22	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.19/2.22	c model valid
2.19/2.22	c current solution ok
2.19/2.22	o 881
2.19/2.22	c [INC SEARCH] iteration: 10
2.19/2.22	c [INC BOUNDS] best value:881 search for 880
2.19/2.22	c [INC ENCODE] setup new number of clauses ...
2.19/2.22	c [INC] encode incremental formula
2.19/2.22	c return only the limitting unit clause for 880
2.19/2.22	c [INC SYSTEM] transmit new clauses to solver: 1
2.19/2.22	c [INC SEARCH] isOptimum variable: 0
2.19/2.26	c formula is SAT
2.19/2.27	c [INC SEARCH] copied best model
2.19/2.27	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.19/2.27	c model valid
2.19/2.27	c current solution ok
2.19/2.27	o 875
2.19/2.27	c [INC SEARCH] iteration: 11
2.19/2.27	c [INC BOUNDS] best value:875 search for 874
2.19/2.27	c [INC ENCODE] setup new number of clauses ...
2.19/2.27	c [INC] encode incremental formula
2.19/2.27	c return only the limitting unit clause for 874
2.19/2.27	c [INC SYSTEM] transmit new clauses to solver: 1
2.19/2.27	c [INC SEARCH] isOptimum variable: 0
2.29/2.32	c formula is SAT
2.29/2.33	c [INC SEARCH] copied best model
2.29/2.33	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.29/2.33	c model valid
2.29/2.33	c current solution ok
2.29/2.33	o 872
2.29/2.33	c [INC SEARCH] iteration: 12
2.29/2.33	c [INC BOUNDS] best value:872 search for 871
2.29/2.33	c [INC ENCODE] setup new number of clauses ...
2.29/2.33	c [INC] encode incremental formula
2.29/2.33	c return only the limitting unit clause for 871
2.29/2.33	c [INC SYSTEM] transmit new clauses to solver: 1
2.29/2.33	c [INC SEARCH] isOptimum variable: 0
3.20/3.24	c formula is SAT
3.20/3.25	c [INC SEARCH] copied best model
3.20/3.25	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.20/3.25	c model valid
3.20/3.25	c current solution ok
3.20/3.25	o 868
3.20/3.25	c [INC SEARCH] iteration: 13
3.20/3.25	c [INC BOUNDS] best value:868 search for 867
3.20/3.25	c [INC ENCODE] setup new number of clauses ...
3.20/3.25	c [INC] encode incremental formula
3.20/3.25	c return only the limitting unit clause for 867
3.20/3.25	c [INC SYSTEM] transmit new clauses to solver: 1
3.20/3.25	c [INC SEARCH] isOptimum variable: 0
3.20/3.29	c formula is SAT
3.20/3.30	c [INC SEARCH] copied best model
3.20/3.30	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.20/3.30	c model valid
3.20/3.30	c current solution ok
3.20/3.30	o 859
3.20/3.30	c [INC SEARCH] iteration: 14
3.20/3.30	c [INC BOUNDS] best value:859 search for 858
3.20/3.30	c [INC ENCODE] setup new number of clauses ...
3.20/3.30	c [INC] encode incremental formula
3.20/3.30	c return only the limitting unit clause for 858
3.20/3.30	c [INC SYSTEM] transmit new clauses to solver: 1
3.20/3.30	c [INC SEARCH] isOptimum variable: 0
4.49/4.59	c formula is SAT
4.49/4.59	c [INC SEARCH] copied best model
4.49/4.59	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.49/4.59	c model valid
4.49/4.59	c current solution ok
4.49/4.59	o 857
4.49/4.59	c [INC SEARCH] iteration: 15
4.49/4.59	c [INC BOUNDS] best value:857 search for 856
4.49/4.59	c [INC ENCODE] setup new number of clauses ...
4.49/4.59	c [INC] encode incremental formula
4.49/4.59	c return only the limitting unit clause for 856
4.49/4.59	c [INC SYSTEM] transmit new clauses to solver: 1
4.49/4.59	c [INC SEARCH] isOptimum variable: 0
4.68/4.73	c formula is SAT
4.68/4.73	c [INC SEARCH] copied best model
4.68/4.73	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.68/4.73	c model valid
4.68/4.73	c current solution ok
4.68/4.73	o 853
4.68/4.73	c [INC SEARCH] iteration: 16
4.68/4.73	c [INC BOUNDS] best value:853 search for 852
4.68/4.73	c [INC ENCODE] setup new number of clauses ...
4.68/4.73	c [INC] encode incremental formula
4.68/4.73	c return only the limitting unit clause for 852
4.68/4.73	c [INC SYSTEM] transmit new clauses to solver: 1
4.68/4.73	c [INC SEARCH] isOptimum variable: 0
4.79/4.81	c formula is SAT
4.79/4.82	c [INC SEARCH] copied best model
4.79/4.82	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.79/4.82	c model valid
4.79/4.82	c current solution ok
4.79/4.82	o 844
4.79/4.82	c [INC SEARCH] iteration: 17
4.79/4.82	c [INC BOUNDS] best value:844 search for 843
4.79/4.82	c [INC ENCODE] setup new number of clauses ...
4.79/4.82	c [INC] encode incremental formula
4.79/4.82	c return only the limitting unit clause for 843
4.79/4.82	c [INC SYSTEM] transmit new clauses to solver: 1
4.79/4.82	c [INC SEARCH] isOptimum variable: 0
14.90/14.99	c formula is SAT
14.99/15.00	c [INC SEARCH] copied best model
14.99/15.00	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
14.99/15.00	c model valid
14.99/15.00	c current solution ok
14.99/15.00	o 830
14.99/15.00	c [INC SEARCH] iteration: 18
14.99/15.00	c [INC BOUNDS] best value:830 search for 829
14.99/15.00	c [INC ENCODE] setup new number of clauses ...
14.99/15.00	c [INC] encode incremental formula
14.99/15.00	c return only the limitting unit clause for 829
14.99/15.00	c [INC SYSTEM] transmit new clauses to solver: 1
14.99/15.00	c [INC SEARCH] isOptimum variable: 0
14.99/15.04	c formula is SAT
14.99/15.05	c [INC SEARCH] copied best model
14.99/15.05	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
14.99/15.05	c model valid
14.99/15.05	c current solution ok
14.99/15.05	o 821
14.99/15.05	c [INC SEARCH] iteration: 19
14.99/15.05	c [INC BOUNDS] best value:821 search for 820
14.99/15.05	c [INC ENCODE] setup new number of clauses ...
14.99/15.05	c [INC] encode incremental formula
14.99/15.05	c return only the limitting unit clause for 820
14.99/15.05	c [INC SYSTEM] transmit new clauses to solver: 1
14.99/15.05	c [INC SEARCH] isOptimum variable: 0
15.10/15.10	c formula is SAT
15.10/15.10	c [INC SEARCH] copied best model
15.10/15.10	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
15.10/15.11	c model valid
15.10/15.11	c current solution ok
15.10/15.11	o 812
15.10/15.11	c [INC SEARCH] iteration: 20
15.10/15.11	c [INC BOUNDS] best value:812 search for 811
15.10/15.11	c [INC ENCODE] setup new number of clauses ...
15.10/15.11	c [INC] encode incremental formula
15.10/15.11	c return only the limitting unit clause for 811
15.10/15.11	c [INC SYSTEM] transmit new clauses to solver: 1
15.10/15.11	c [INC SEARCH] isOptimum variable: 0
15.10/15.15	c formula is SAT
15.10/15.15	c [INC SEARCH] copied best model
15.10/15.15	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
15.10/15.15	c model valid
15.10/15.15	c current solution ok
15.10/15.15	o 803
15.10/15.15	c [INC SEARCH] iteration: 21
15.10/15.15	c [INC BOUNDS] best value:803 search for 802
15.10/15.15	c [INC ENCODE] setup new number of clauses ...
15.10/15.15	c [INC] encode incremental formula
15.10/15.15	c return only the limitting unit clause for 802
15.10/15.15	c [INC SYSTEM] transmit new clauses to solver: 1
15.10/15.15	c [INC SEARCH] isOptimum variable: 0
15.20/15.24	c formula is SAT
15.20/15.25	c [INC SEARCH] copied best model
15.20/15.25	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
15.20/15.25	c model valid
15.20/15.25	c current solution ok
15.20/15.25	o 794
15.20/15.25	c [INC SEARCH] iteration: 22
15.20/15.25	c [INC BOUNDS] best value:794 search for 793
15.20/15.25	c [INC ENCODE] setup new number of clauses ...
15.20/15.25	c [INC] encode incremental formula
15.20/15.25	c return only the limitting unit clause for 793
15.20/15.25	c [INC SYSTEM] transmit new clauses to solver: 1
15.20/15.25	c [INC SEARCH] isOptimum variable: 0
29.41/29.47	c formula is SAT
29.41/29.48	c [INC SEARCH] copied best model
29.41/29.48	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
29.41/29.48	c model valid
29.41/29.48	c current solution ok
29.41/29.48	o 785
29.41/29.48	c [INC SEARCH] iteration: 23
29.41/29.48	c [INC BOUNDS] best value:785 search for 784
29.41/29.48	c [INC ENCODE] setup new number of clauses ...
29.41/29.48	c [INC] encode incremental formula
29.41/29.48	c return only the limitting unit clause for 784
29.41/29.48	c [INC SYSTEM] transmit new clauses to solver: 1
29.41/29.48	c [INC SEARCH] isOptimum variable: 0
29.50/29.54	c formula is SAT
29.50/29.55	c [INC SEARCH] copied best model
29.50/29.55	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
29.50/29.55	c model valid
29.50/29.55	c current solution ok
29.50/29.55	o 776
29.50/29.55	c [INC SEARCH] iteration: 24
29.50/29.55	c [INC BOUNDS] best value:776 search for 775
29.50/29.55	c [INC ENCODE] setup new number of clauses ...
29.50/29.55	c [INC] encode incremental formula
29.50/29.55	c return only the limitting unit clause for 775
29.50/29.55	c [INC SYSTEM] transmit new clauses to solver: 1
29.50/29.55	c [INC SEARCH] isOptimum variable: 0
66.00/66.04	c formula is SAT
66.00/66.04	c [INC SEARCH] copied best model
66.00/66.04	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
66.00/66.04	c model valid
66.00/66.04	c current solution ok
66.00/66.04	o 769
66.00/66.04	c [INC SEARCH] iteration: 25
66.00/66.04	c [INC BOUNDS] best value:769 search for 768
66.00/66.04	c [INC ENCODE] setup new number of clauses ...
66.00/66.04	c [INC] encode incremental formula
66.00/66.04	c return only the limitting unit clause for 768
66.00/66.04	c [INC SYSTEM] transmit new clauses to solver: 1
66.00/66.04	c [INC SEARCH] isOptimum variable: 0
128.89/128.90	c formula is SAT
128.89/128.91	c [INC SEARCH] copied best model
128.89/128.91	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
128.89/128.91	c model valid
128.89/128.91	c current solution ok
128.89/128.91	o 767
128.89/128.91	c [INC SEARCH] iteration: 26
128.89/128.91	c [INC BOUNDS] best value:767 search for 766
128.89/128.91	c [INC ENCODE] setup new number of clauses ...
128.89/128.91	c [INC] encode incremental formula
128.89/128.91	c return only the limitting unit clause for 766
128.89/128.91	c [INC SYSTEM] transmit new clauses to solver: 1
128.89/128.91	c [INC SEARCH] isOptimum variable: 0
128.89/128.99	c formula is SAT
128.99/129.00	c [INC SEARCH] copied best model
128.99/129.00	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
128.99/129.00	c model valid
128.99/129.00	c current solution ok
128.99/129.00	o 744
128.99/129.00	c [INC SEARCH] iteration: 27
128.99/129.00	c [INC BOUNDS] best value:744 search for 743
128.99/129.00	c [INC ENCODE] setup new number of clauses ...
128.99/129.00	c [INC] encode incremental formula
128.99/129.00	c return only the limitting unit clause for 743
128.99/129.00	c [INC SYSTEM] transmit new clauses to solver: 1
128.99/129.00	c [INC SEARCH] isOptimum variable: 0
391.04/391.17	c formula is SAT
391.04/391.17	c [INC SEARCH] copied best model
391.04/391.17	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
391.04/391.17	c model valid
391.04/391.17	c current solution ok
391.04/391.17	o 741
391.04/391.17	c [INC SEARCH] iteration: 28
391.04/391.17	c [INC BOUNDS] best value:741 search for 740
391.04/391.17	c [INC ENCODE] setup new number of clauses ...
391.04/391.17	c [INC] encode incremental formula
391.04/391.17	c return only the limitting unit clause for 740
391.04/391.17	c [INC SYSTEM] transmit new clauses to solver: 1
391.04/391.17	c [INC SEARCH] isOptimum variable: 0
391.25/391.31	c formula is SAT
391.25/391.32	c [INC SEARCH] copied best model
391.25/391.32	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
391.25/391.32	c model valid
391.25/391.32	c current solution ok
391.25/391.32	o 732
391.25/391.32	c [INC SEARCH] iteration: 29
391.25/391.32	c [INC BOUNDS] best value:732 search for 731
391.25/391.32	c [INC ENCODE] setup new number of clauses ...
391.25/391.32	c [INC] encode incremental formula
391.25/391.32	c return only the limitting unit clause for 731
391.25/391.32	c [INC SYSTEM] transmit new clauses to solver: 1
391.25/391.32	c [INC SEARCH] isOptimum variable: 0
505.84/505.96	c formula is SAT
505.84/505.97	c [INC SEARCH] copied best model
505.84/505.97	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
505.84/505.97	c model valid
505.84/505.97	c current solution ok
505.84/505.97	o 730
505.84/505.97	c [INC SEARCH] iteration: 30
505.84/505.97	c [INC BOUNDS] best value:730 search for 729
505.84/505.97	c [INC ENCODE] setup new number of clauses ...
505.84/505.97	c [INC] encode incremental formula
505.84/505.97	c return only the limitting unit clause for 729
505.84/505.97	c [INC SYSTEM] transmit new clauses to solver: 1
505.84/505.97	c [INC SEARCH] isOptimum variable: 0
754.80/754.96	c formula is SAT
754.80/754.97	c [INC SEARCH] copied best model
754.80/754.97	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
754.80/754.97	c model valid
754.80/754.97	c current solution ok
754.80/754.97	o 728
754.80/754.97	c [INC SEARCH] iteration: 31
754.80/754.97	c [INC BOUNDS] best value:728 search for 727
754.80/754.97	c [INC ENCODE] setup new number of clauses ...
754.80/754.97	c [INC] encode incremental formula
754.80/754.97	c return only the limitting unit clause for 727
754.80/754.97	c [INC SYSTEM] transmit new clauses to solver: 1
754.80/754.97	c [INC SEARCH] isOptimum variable: 0
876.06/876.28	c formula is SAT
876.06/876.28	c [INC SEARCH] copied best model
876.06/876.28	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
876.06/876.28	c model valid
876.06/876.28	c current solution ok
876.06/876.28	o 721
876.06/876.28	c [INC SEARCH] iteration: 32
876.06/876.28	c [INC BOUNDS] best value:721 search for 720
876.06/876.28	c [INC ENCODE] setup new number of clauses ...
876.06/876.28	c [INC] encode incremental formula
876.06/876.28	c return only the limitting unit clause for 720
876.06/876.28	c [INC SYSTEM] transmit new clauses to solver: 1
876.06/876.28	c [INC SEARCH] isOptimum variable: 0
1292.71/1292.97	c formula is SAT
1292.71/1292.97	c [INC SEARCH] copied best model
1292.71/1292.97	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1292.71/1292.98	c model valid
1292.71/1292.98	c current solution ok
1292.71/1292.98	o 714
1292.71/1292.98	c [INC SEARCH] iteration: 33
1292.71/1292.98	c [INC BOUNDS] best value:714 search for 713
1292.71/1292.98	c [INC ENCODE] setup new number of clauses ...
1292.71/1292.98	c [INC] encode incremental formula
1292.71/1292.98	c return only the limitting unit clause for 713
1292.71/1292.98	c [INC SYSTEM] transmit new clauses to solver: 1
1292.71/1292.98	c [INC SEARCH] isOptimum variable: 0
1293.22/1293.43	c formula is SAT
1293.22/1293.43	c [INC SEARCH] copied best model
1293.22/1293.43	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1293.22/1293.44	c model valid
1293.22/1293.44	c current solution ok
1293.22/1293.44	o 707
1293.22/1293.44	c [INC SEARCH] iteration: 34
1293.22/1293.44	c [INC BOUNDS] best value:707 search for 706
1293.22/1293.44	c [INC ENCODE] setup new number of clauses ...
1293.22/1293.44	c [INC] encode incremental formula
1293.22/1293.44	c return only the limitting unit clause for 706
1293.22/1293.44	c [INC SYSTEM] transmit new clauses to solver: 1
1293.22/1293.44	c [INC SEARCH] isOptimum variable: 0
1426.09/1426.34	c formula is SAT
1426.09/1426.35	c [INC SEARCH] copied best model
1426.09/1426.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1426.09/1426.35	c model valid
1426.09/1426.35	c current solution ok
1426.09/1426.35	o 698
1426.09/1426.35	c [INC SEARCH] iteration: 35
1426.09/1426.35	c [INC BOUNDS] best value:698 search for 697
1426.09/1426.35	c [INC ENCODE] setup new number of clauses ...
1426.09/1426.35	c [INC] encode incremental formula
1426.09/1426.35	c return only the limitting unit clause for 697
1426.09/1426.35	c [INC SYSTEM] transmit new clauses to solver: 1
1426.09/1426.35	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.30	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.04/1800.30	s UNKNOWN
1800.04/1800.30	c [INC SYSTEM] there exists a inc, kill it!
1800.04/1800.30	c write failed with -1
1800.04/1800.30	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x1310480)

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-3751928-1339118066/watcher-3751928-1339118066 -o /tmp/evaluation-result-3751928-1339118066/solver-3751928-1339118066 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751928-1339118066.opb 546175639 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.01 2.01 2.00 2/179 24322
/proc/meminfo: memFree=29115472/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0

[startup+0.068549 s]
/proc/loadavg: 2.01 2.01 2.00 2/179 24322
/proc/meminfo: memFree=29115472/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100187 s]
/proc/loadavg: 2.01 2.01 2.00 2/179 24322
/proc/meminfo: memFree=29115472/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300165 s]
/proc/loadavg: 2.01 2.01 2.00 2/179 24322
/proc/meminfo: memFree=29115472/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700173 s]
/proc/loadavg: 2.01 2.01 2.00 2/179 24322
/proc/meminfo: memFree=29115472/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 24338
/proc/meminfo: memFree=29074228/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.11 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4395 6366 0 0 8 1 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=33192 CPUtime=1.36 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 6870 0 0 0 135 1 0 0 20 0 1 0 377931463 33988608 6852 33554432000 4194304 5654031 140734255492800 140734255480616 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24338/statm: 8298 6852 151 357 0 7938 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 53132

[startup+3.10036 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 24338
/proc/meminfo: memFree=29071252/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.17 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4395 6366 0 0 13 2 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=34120 CPUtime=2.92 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 6995 0 0 0 291 1 0 0 20 0 1 0 377931463 34938880 6977 33554432000 4194304 5654031 140734255492800 140734255491112 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 8530 6977 151 357 0 8170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54060

[startup+6.30036 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 24338
/proc/meminfo: memFree=29069052/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.21 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4395 6366 0 0 16 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=34120 CPUtime=6.09 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 7681 0 0 0 608 1 0 0 20 0 1 0 377931463 34938880 7005 33554432000 4194304 5654031 140734255492800 140734255480616 4232495 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 8530 7005 152 357 0 8170 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 54060

[startup+12.7004 s]
/proc/loadavg: 2.08 2.03 2.01 3/182 24338
/proc/meminfo: memFree=29056604/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.21 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4395 6366 0 0 16 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=36996 CPUtime=12.49 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 8006 0 0 0 1248 1 0 0 20 0 1 0 377931463 37883904 7830 33554432000 4194304 5654031 140734255492800 140734255480616 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 9249 7830 152 357 0 8889 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 56936

[startup+25.5004 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 24338
/proc/meminfo: memFree=29051380/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.25 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4395 6366 0 0 20 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=45964 CPUtime=25.26 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 9133 0 0 0 2524 2 0 0 20 0 1 0 377931463 47067136 9770 33554432000 4194304 5654031 140734255492800 140734255480616 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 11491 9770 152 357 0 11131 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 65904

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 24339
/proc/meminfo: memFree=29037588/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.26 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4550 6366 0 0 21 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=45996 CPUtime=50.84 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 9371 0 0 0 5081 3 0 0 20 0 1 0 377931463 47099904 10224 33554432000 4194304 5654031 140734255492800 140734255480616 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 11499 10224 152 357 0 11139 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 65936

[startup+102.307 s]
/proc/loadavg: 2.10 2.05 2.01 3/182 24339
/proc/meminfo: memFree=29024424/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.27 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4550 6366 0 0 22 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=58212 CPUtime=102.03 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 9858 0 0 0 10200 3 0 0 20 0 1 0 377931463 59609088 11754 33554432000 4194304 5654031 140734255492800 140734255480616 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 14553 11754 152 357 0 14193 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78152

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/182 24343
/proc/meminfo: memFree=29032304/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.28 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4550 6366 0 0 23 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=58212 CPUtime=162.01 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 10053 0 0 0 16197 4 0 0 20 0 1 0 377931463 59609088 13473 33554432000 4194304 5654031 140734255492800 140734255480616 4233168 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 14553 13473 152 357 0 14193 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 78152

[startup+222.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/182 24343
/proc/meminfo: memFree=29006048/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.28 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4550 6366 0 0 23 3 1 1 20 0 1 0 377931454 11051008 2092 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/24323/statm: 2698 2092 181 442 0 2252 0
[pid=24338] ppid=24323 vsize=65352 CPUtime=221.99 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 10307 0 0 0 22195 4 0 0 20 0 1 0 377931463 66920448 15231 33554432000 4194304 5654031 140734255492800 140734255480616 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 16338 15231 152 357 0 15978 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 85292

[startup+282.3 s]

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

/proc/meminfo: memFree=28908868/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.32 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 27 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1301.8 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 130167 13 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1302.12
Current children cumulated vsize (KiB) 153976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 24559
/proc/meminfo: memFree=28913584/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.32 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 27 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1361.78 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 136165 13 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1362.1
Current children cumulated vsize (KiB) 153976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24559
/proc/meminfo: memFree=28909240/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.32 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 27 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1421.78 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 142165 13 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4232927 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1422.1
Current children cumulated vsize (KiB) 153976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24559
/proc/meminfo: memFree=28908868/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1481.75 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 148162 13 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1482.08
Current children cumulated vsize (KiB) 153976

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24562
/proc/meminfo: memFree=28908664/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1541.74 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 154161 13 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 153976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24563
/proc/meminfo: memFree=28861144/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1601.74 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 160160 14 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1602.07
Current children cumulated vsize (KiB) 153976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24808
/proc/meminfo: memFree=28965236/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1661.73 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13355 0 0 0 166159 14 0 0 20 0 1 0 377931463 137252864 30369 33554432000 4194304 5654031 140734255492800 140734255480616 4232794 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 30369 152 357 0 33149 0
Current children cumulated CPU time (s) 1662.06
Current children cumulated vsize (KiB) 153976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24808
/proc/meminfo: memFree=28945200/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1721.72 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13357 0 0 0 172158 14 0 0 20 0 1 0 377931463 137252864 31393 33554432000 4194304 5654031 140734255492800 140734255480616 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 31393 152 357 0 33149 0
Current children cumulated CPU time (s) 1722.05
Current children cumulated vsize (KiB) 153976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24808
/proc/meminfo: memFree=28940972/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1781.71 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13357 0 0 0 178157 14 0 0 20 0 1 0 377931463 137252864 31393 33554432000 4194304 5654031 140734255492800 140734255480616 4208611 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 31393 152 357 0 33149 0
Current children cumulated CPU time (s) 1782.04
Current children cumulated vsize (KiB) 153976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24808
/proc/meminfo: memFree=28919748/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1799.71 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13357 0 0 0 179957 14 0 0 20 0 1 0 377931463 137252864 31393 33554432000 4194304 5654031 140734255492800 140734255480616 4232767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 31393 152 357 0 33149 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 153976

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 24808
/proc/meminfo: memFree=28919748/32873844 swapFree=7120/7120
[pid=24322] ppid=24320 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24322/stat : 24322 (npSolver-pbo-It) S 24320 24322 22344 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377931454 9367552 275 33554432000 4194304 5064252 140733295433296 140733295432208 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24322/statm: 2287 275 233 213 0 72 0
[pid=24323] ppid=24322 vsize=10792 CPUtime=0.33 cores=0,2,4,6
/proc/24323/stat : 24323 (npSolver-pbo) S 24322 24322 22344 0 -1 4202496 4551 6366 0 0 28 3 1 1 20 0 1 0 377931454 11051008 2093 33554432000 4194304 6004724 140733698554960 140733698540808 5190736 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24323/statm: 2698 2093 182 442 0 2252 0
[pid=24338] ppid=24323 vsize=134036 CPUtime=1799.71 cores=0,2,4,6
/proc/24338/stat : 24338 (glucosInc) R 24323 24322 22344 0 -1 4202496 13357 0 0 0 179957 14 0 0 20 0 1 0 377931463 137252864 31393 33554432000 4194304 5654031 140734255492800 140734255480616 4232767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24338/statm: 33509 31393 152 357 0 33149 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 153976

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.07
CPU user time (s): 1799.88
CPU system time (s): 0.19497
CPU usage (%): 99.9867
Max. virtual memory (cumulated for all children) (KiB): 234116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.19497
maximum resident set size= 174272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24648
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5173
involuntary context switches= 1896

runsolver used 2.6056 second user time and 7.2349 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-08 03:14:26
IDJOB=3751928
IDBENCH=2019
IDSOLVER=2335
FILE ID=node142/3751928-1339118066
RUNJOBID= node142-1339112485-23578
PBS_JOBID= 14643711
Free space on /tmp= 71168 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-3751928-1339118066/watcher-3751928-1339118066 -o /tmp/evaluation-result-3751928-1339118066/solver-3751928-1339118066 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751928-1339118066.opb 546175639 HOME HOME

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

MD5SUM BENCH= fbb7284250700e8b461b63d83ddce719
RANDOM SEED=546175639

node142.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.776
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.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.91
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.776
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.776
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:        29115736 kB
Buffers:          392384 kB
Cached:          2490360 kB
SwapCached:          112 kB
Active:          1484788 kB
Inactive:        1424092 kB
Active(anon):      17492 kB
Inactive(anon):    11164 kB
Active(file):    1467296 kB
Inactive(file):  1412928 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:              9736 kB
Writeback:             0 kB
AnonPages:         53396 kB
Mapped:            11904 kB
Shmem:               188 kB
Slab:             709276 kB
SReclaimable:     151256 kB
SUnreclaim:       558020 kB
KernelStack:        1480 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     141888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71168 MiB
End job on node142 at 2012-06-08 03:44:26