Trace number 1109810

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM2 409.95 410.179

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-10-11.xml
MD5SUMb0b8fe758d924c34eff50a2a4a46bd03
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark340.209
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints42
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 23:19:08 2008
0.00/0.04	c 0	PID 15165
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109810-1215811148.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109810-1215811148.xml' 'HOME/temp.csp'
0.03/0.24	c 0	1 domains, 220 variables, 2 predicates, 0 relations, 42 constraints
0.03/0.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.23/0.36	c 0	Parsing HOME/temp.csp
0.23/0.45	c 0	parsed 265 expressions
0.23/0.45	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.45	c 0	MAX CSP: 42 constraints
0.23/0.45	c 0	Converting to clausal form CSP
0.23/0.48	c 0	converted 31 (10%) expressions
0.23/0.48	c 0	converted 62 (20%) expressions
0.23/0.48	c 0	converted 93 (30%) expressions
0.23/0.48	c 0	converted 124 (40%) expressions
0.23/0.48	c 0	converted 155 (50%) expressions
0.23/0.48	c 0	converted 186 (60%) expressions
0.23/0.48	c 0	converted 217 (70%) expressions
0.23/0.50	c 0	converted 248 (80%) expressions
0.23/0.54	c 1	converted 279 (90%) expressions
0.23/0.60	c 1	converted 310 (100%) expressions
0.23/0.60	c 1	CSP : 484 integers, 0 booleans, 485 clauses, largest domain size 64
0.23/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.60	c 1	Propagation in CSP
0.23/0.62	c 1	39 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.62	c 1	CSP : 484 integers, 0 booleans, 485 clauses, largest domain size 43
0.23/0.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.62	c 1	Simplifing CSP by introducing new Boolean variables
0.23/0.62	c 1	CSP : 484 integers, 0 booleans, 485 clauses, largest domain size 43
0.23/0.63	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.65	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.66	c 1	49 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.23/0.66	c 1	97 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.23/0.66	c 1	146 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.23/0.66	c 1	194 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.23/0.66	c 1	242 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.23/0.66	c 1	291 (60%) CSP integer variables are encoded (91 clauses, 1065 bytes)
0.23/0.66	c 1	339 (70%) CSP integer variables are encoded (183 clauses, 2077 bytes)
0.23/0.67	c 1	388 (80%) CSP integer variables are encoded (277 clauses, 3111 bytes)
0.23/0.67	c 1	436 (90%) CSP integer variables are encoded (365 clauses, 4079 bytes)
0.23/0.67	c 1	484 (100%) CSP integer variables are encoded (740 clauses, 8601 bytes)
0.23/0.86	c 1	49 (10%) CSP clauses are encoded (903 clauses, 11499 bytes)
0.23/0.86	c 1	97 (20%) CSP clauses are encoded (1195 clauses, 15222 bytes)
0.23/0.86	c 1	146 (30%) CSP clauses are encoded (1478 clauses, 18798 bytes)
0.23/0.87	c 1	194 (40%) CSP clauses are encoded (1746 clauses, 22179 bytes)
0.23/0.87	c 1	243 (50%) CSP clauses are encoded (2029 clauses, 25849 bytes)
0.23/0.87	c 1	291 (60%) CSP clauses are encoded (2299 clauses, 29381 bytes)
0.23/0.88	c 1	340 (70%) CSP clauses are encoded (2584 clauses, 33117 bytes)
0.23/0.88	c 1	388 (80%) CSP clauses are encoded (2852 clauses, 36622 bytes)
0.23/0.88	c 1	437 (90%) CSP clauses are encoded (3831 clauses, 50288 bytes)
0.23/0.89	c 1	485 (100%) CSP clauses are encoded (5867 clauses, 84690 bytes)
0.23/0.89	c 1	485 CSP clauses encoded
0.23/0.89	c 1	Writing map file : HOME/temp.map
0.23/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.89	c 1	SAT : 1224 SAT variables, 5867 SAT clauses, 84690 bytes
0.23/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.90	c 1	OBJECTIVE minimize _COST
0.23/0.90	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.23/0.90	c 1	SEARCHING: _COST <= 21
0.23/0.90	c 1	SOLVING HOME/temp.cnf
0.23/0.90	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.23/0.90	c 1	This is MiniSat 2.0 beta
0.23/0.90	c 1	WARNING: for repeatability, setting FPU to use double precision
0.23/0.90	c 1	============================[ Problem Statistics ]=============================
0.23/0.90	c 1	|                                                                             |
0.23/0.90	c 1	|  Number of variables:  1224                                                 |
0.23/0.90	c 1	|  Number of clauses:    5868                                                 |
0.23/0.91	c 1	|  Parsing time:         0.00         s                                       |
0.23/0.91	c 1	============================[ Search Statistics ]==============================
0.23/0.91	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.91	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.91	c 1	===============================================================================
0.23/0.91	c 1	|         0 |    1098     4717    12022 |     1572        0    nan |  0.000 % |
0.23/0.91	c 1	===============================================================================
0.23/0.91	c 1	restarts              : 1
0.23/0.91	c 1	conflicts             : 0              (0 /sec)
0.23/0.91	c 1	decisions             : 53             (0.00 % random) (10602 /sec)
0.23/0.91	c 1	propagations          : 1224           (244849 /sec)
0.23/0.91	c 1	conflict literals     : 0              ( nan % deleted)
0.23/0.91	c 1	Memory used           : 2.05 MB
0.23/0.91	c 1	CPU time              : 0.004999 s
0.23/0.91	c 1	
0.23/0.91	c 1	SATISFIABLE
0.23/0.91	c 1	FOUND: _COST <= 21
0.23/0.91	s SATISFIABLE
0.23/0.91	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.23/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.23/0.99	c 1	Decoding HOME/temp.out
0.91/1.05	c 1	OBJECTIVE _COST 21
0.91/1.05	o 21
0.91/1.06	v 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0
0.91/1.06	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.07	c 1	OBJECTIVE BOUND: 0 <= _COST <= 21
0.91/1.07	c 1	SEARCHING: _COST <= 10
0.91/1.07	c 1	SOLVING HOME/temp.cnf
0.91/1.07	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.91/1.08	c 1	This is MiniSat 2.0 beta
0.91/1.08	c 1	WARNING: for repeatability, setting FPU to use double precision
0.91/1.08	c 1	============================[ Problem Statistics ]=============================
0.91/1.08	c 1	|                                                                             |
0.91/1.08	c 1	|  Number of variables:  1224                                                 |
0.91/1.08	c 1	|  Number of clauses:    5868                                                 |
0.91/1.08	c 1	|  Parsing time:         0.00         s                                       |
0.91/1.08	c 1	============================[ Search Statistics ]==============================
0.91/1.08	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.91/1.08	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.91/1.08	c 1	===============================================================================
0.91/1.08	c 1	|         0 |    1019     3954     9959 |     1318        0    nan |  0.000 % |
0.91/1.08	c 1	===============================================================================
0.91/1.08	c 1	restarts              : 1
0.91/1.08	c 1	conflicts             : 0              (0 /sec)
0.91/1.08	c 1	decisions             : 59             (0.00 % random) (14754 /sec)
0.91/1.08	c 1	propagations          : 1224           (306077 /sec)
0.91/1.08	c 1	conflict literals     : 0              ( nan % deleted)
0.91/1.08	c 1	Memory used           : 2.05 MB
0.91/1.08	c 1	CPU time              : 0.003999 s
0.91/1.08	c 1	
0.91/1.08	c 1	SATISFIABLE
0.91/1.08	c 1	FOUND: _COST <= 10
0.91/1.08	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.91/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.01/1.19	c 1	Decoding HOME/temp.out
1.01/1.24	c 1	OBJECTIVE _COST 10
1.01/1.24	o 10
1.01/1.25	v 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0
1.01/1.25	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.27	c 1	OBJECTIVE BOUND: 0 <= _COST <= 10
1.01/1.27	c 1	SEARCHING: _COST <= 5
1.01/1.27	c 1	SOLVING HOME/temp.cnf
1.01/1.27	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.01/1.27	c 1	This is MiniSat 2.0 beta
1.01/1.27	c 1	WARNING: for repeatability, setting FPU to use double precision
1.01/1.27	c 1	============================[ Problem Statistics ]=============================
1.01/1.27	c 1	|                                                                             |
1.01/1.27	c 1	|  Number of variables:  1224                                                 |
1.01/1.27	c 1	|  Number of clauses:    5868                                                 |
1.01/1.27	c 1	|  Parsing time:         0.00         s                                       |
1.01/1.27	c 1	============================[ Search Statistics ]==============================
1.01/1.27	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.01/1.27	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.01/1.27	c 1	===============================================================================
1.01/1.27	c 1	|         0 |     967     3423     8517 |     1141        0    nan |  0.000 % |
1.01/1.27	c 1	===============================================================================
1.01/1.27	c 1	restarts              : 1
1.01/1.27	c 1	conflicts             : 0              (0 /sec)
1.01/1.27	c 1	decisions             : 63             (0.00 % random) (15754 /sec)
1.01/1.27	c 1	propagations          : 1224           (306077 /sec)
1.01/1.27	c 1	conflict literals     : 0              ( nan % deleted)
1.01/1.27	c 1	Memory used           : 2.05 MB
1.01/1.27	c 1	CPU time              : 0.003999 s
1.01/1.27	c 1	
1.01/1.28	c 1	SATISFIABLE
1.01/1.28	c 1	FOUND: _COST <= 5
1.01/1.28	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.01/1.28	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.17/1.36	c 1	Decoding HOME/temp.out
1.17/1.41	c 1	OBJECTIVE _COST 5
1.17/1.41	o 5
1.17/1.42	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0
1.17/1.42	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.17/1.44	c 1	OBJECTIVE BOUND: 0 <= _COST <= 5
1.17/1.44	c 1	SEARCHING: _COST <= 2
1.17/1.44	c 1	SOLVING HOME/temp.cnf
1.17/1.44	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.17/1.44	c 1	This is MiniSat 2.0 beta
1.17/1.44	c 1	WARNING: for repeatability, setting FPU to use double precision
1.17/1.44	c 1	============================[ Problem Statistics ]=============================
1.17/1.44	c 1	|                                                                             |
1.17/1.44	c 1	|  Number of variables:  1224                                                 |
1.17/1.44	c 1	|  Number of clauses:    5868                                                 |
1.17/1.44	c 1	|  Parsing time:         0.00         s                                       |
1.17/1.44	c 1	============================[ Search Statistics ]==============================
1.17/1.44	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.17/1.44	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.17/1.44	c 1	===============================================================================
1.17/1.45	c 1	|         0 |     906     2966     7326 |      988        0    nan |  0.000 % |
1.17/1.45	c 1	===============================================================================
1.17/1.45	c 1	restarts              : 1
1.17/1.45	c 1	conflicts             : 0              (0 /sec)
1.17/1.45	c 1	decisions             : 64             (0.00 % random) (16004 /sec)
1.17/1.45	c 1	propagations          : 1224           (306077 /sec)
1.17/1.45	c 1	conflict literals     : 0              ( nan % deleted)
1.17/1.45	c 1	Memory used           : 2.05 MB
1.17/1.45	c 1	CPU time              : 0.003999 s
1.17/1.45	c 1	
1.17/1.45	c 1	SATISFIABLE
1.17/1.45	c 1	FOUND: _COST <= 2
1.17/1.45	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.17/1.45	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.33/1.53	c 2	Decoding HOME/temp.out
1.33/1.58	c 2	OBJECTIVE _COST 2
1.33/1.58	o 2
1.33/1.59	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0
1.33/1.60	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.61	c 2	OBJECTIVE BOUND: 0 <= _COST <= 2
1.33/1.61	c 2	SEARCHING: _COST <= 1
1.33/1.61	c 2	SOLVING HOME/temp.cnf
1.33/1.61	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.33/1.61	c 2	This is MiniSat 2.0 beta
1.33/1.61	c 2	WARNING: for repeatability, setting FPU to use double precision
1.33/1.61	c 2	============================[ Problem Statistics ]=============================
1.33/1.61	c 2	|                                                                             |
1.33/1.61	c 2	|  Number of variables:  1224                                                 |
1.33/1.61	c 2	|  Number of clauses:    5868                                                 |
1.33/1.61	c 2	|  Parsing time:         0.00         s                                       |
1.33/1.61	c 2	============================[ Search Statistics ]==============================
1.33/1.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.62	c 2	===============================================================================
1.33/1.62	c 2	|         0 |     864     2747     6794 |      915        0    nan |  0.000 % |
1.33/1.62	c 2	|       100 |     864     2747     6794 |     1007      100     37 | 29.412 % |
1.33/1.62	c 2	|       250 |     864     2747     6794 |     1107      250     37 | 29.441 % |
1.33/1.63	c 2	|       475 |     864     2747     6794 |     1218      475     39 | 29.412 % |
1.33/1.65	c 2	|       813 |     864     2747     6794 |     1340      813     44 | 29.412 % |
1.33/1.68	c 2	|      1320 |     864     2747     6794 |     1474     1320     41 | 29.441 % |
1.48/1.72	c 2	|      2079 |     864     2747     6794 |     1622     2079     43 | 29.412 % |
1.48/1.79	c 2	|      3218 |     864     2747     6794 |     1784     2179     46 | 29.441 % |
1.48/1.92	c 2	|      4926 |     864     2747     6794 |     1962     2798     49 | 29.441 % |
1.48/2.09	c 2	|      7489 |     864     2747     6794 |     2159     2436     42 | 29.441 % |
2.26/2.40	c 2	|     11333 |     864     2747     6794 |     2375     3021     44 | 29.441 % |
2.66/2.88	c 3	|     17099 |     864     2747     6794 |     2612     2069     43 | 29.412 % |
3.46/3.64	c 4	|     25749 |     864     2747     6794 |     2873     3339     42 | 29.441 % |
4.65/4.81	c 5	|     38724 |     864     2747     6794 |     3161     2732     37 | 29.441 % |
6.46/6.60	c 7	|     58185 |     864     2747     6794 |     3477     3359     39 | 29.442 % |
9.25/9.44	c 9	|     87377 |     864     2747     6794 |     3824     3261     39 | 29.442 % |
13.65/13.83	c 14	|    131166 |     864     2747     6794 |     4207     3637     40 | 29.442 % |
20.84/21.04	c 21	|    196850 |     864     2747     6794 |     4628     3266     44 | 29.441 % |
31.34/31.55	c 32	|    295376 |     864     2747     6794 |     5091     4107     39 | 29.442 % |
48.04/48.21	c 48	|    443165 |     864     2747     6794 |     5600     4943     43 | 29.444 % |
74.33/74.58	c 75	|    664848 |     844     2654     6575 |     6160     4538     41 | 31.046 % |
116.62/116.85	c 117	|    997373 |     804     2468     6137 |     6776     6060     42 | 34.314 % |
182.60/182.83	c 183	|   1496162 |     761     2276     5684 |     7453     3969     39 | 37.828 % |
280.27/280.53	c 281	|   2244345 |     676     1894     4783 |     8199     4453     36 | 44.773 % |
409.83/410.17	c 410	===============================================================================
409.83/410.17	c 410	restarts              : 24
409.83/410.17	c 410	conflicts             : 3234946        (7921 /sec)
409.83/410.17	c 410	decisions             : 3354559        (1.09 % random) (8214 /sec)
409.83/410.17	c 410	propagations          : 105570883      (258486 /sec)
409.83/410.17	c 410	conflict literals     : 127633263      (11.41 % deleted)
409.83/410.17	c 410	Memory used           : 8.73 MB
409.83/410.17	c 410	CPU time              : 408.42 s
409.83/410.17	c 410	
409.83/410.17	c 410	UNSATISFIABLE
409.83/410.17	c 410	NOT FOUND: _COST <= 1
409.83/410.17	c 410	OBJECTIVE _COST 2
409.83/410.17	s OPTIMUM FOUND
409.83/410.17	c 410	CPU 409.68 (0.03 0.02 409.65 0.23)
409.83/410.17	c 410	END Fri Jul 11 23:25:58 2008

Verifier Data (download as text)

OK	2	40
2 unsatisfied constraints, 40 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109810-1215811148/watcher-1109810-1215811148 -o /tmp/evaluation-result-1109810-1215811148/solver-1109810-1215811148 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109810-1215811148.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.90 4/69 15165
/proc/meminfo: memFree=1707232/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=18572 CPUtime=0
/proc/15165/stat : 15165 (runsolver) R 15163 15165 15045 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 37812707 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15165/statm: 4643 292 257 25 0 2626 0

[startup+0.089167 s]
/proc/loadavg: 1.84 1.97 1.90 4/69 15165
/proc/meminfo: memFree=1707232/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=0.03
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 37812707 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15165/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102166 s]
/proc/loadavg: 1.84 1.97 1.90 4/69 15165
/proc/meminfo: memFree=1707232/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=0.03
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 37812707 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15165/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302195 s]
/proc/loadavg: 1.84 1.97 1.90 4/69 15165
/proc/meminfo: memFree=1707232/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=0.23
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 957 4146 0 1 2 1 18 2 17 0 1 0 37812707 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15165/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.701215 s]
/proc/loadavg: 1.84 1.97 1.90 4/69 15165
/proc/meminfo: memFree=1707232/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=0.23
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 974 4146 0 1 2 1 18 2 16 0 1 0 37812707 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15165/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50128 s]
/proc/loadavg: 1.84 1.97 1.90 3/93 15231
/proc/meminfo: memFree=1690712/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.33
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1447 22832 0 5 3 2 111 17 17 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.1014 s]
/proc/loadavg: 1.84 1.97 1.90 3/84 15269
/proc/meminfo: memFree=1692128/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 15 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=3280 CPUtime=1.48
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 494 0 0 0 148 0 0 0 25 0 1 0 37812868 3358720 480 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 820 480 75 150 0 667 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 22236

[startup+6.30166 s]
/proc/loadavg: 1.85 1.97 1.90 3/84 15269
/proc/meminfo: memFree=1690976/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=3676 CPUtime=4.67
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 616 0 0 0 467 0 0 0 25 0 1 0 37812868 3764224 602 996147200 134512640 135127466 4294956256 18446744073709551615 134527482 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 919 602 75 150 0 766 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 22632

[startup+12.7012 s]
/proc/loadavg: 1.86 1.97 1.90 3/84 15269
/proc/meminfo: memFree=1690208/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=4348 CPUtime=11.07
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 758 0 0 0 1107 0 0 0 25 0 1 0 37812868 4452352 744 996147200 134512640 135127466 4294956256 18446744073709551615 134528998 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 1087 744 75 150 0 934 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 23304

[startup+25.5022 s]
/proc/loadavg: 1.89 1.97 1.91 3/84 15269
/proc/meminfo: memFree=1689696/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=4892 CPUtime=23.86
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 908 0 0 0 2386 0 0 0 25 0 1 0 37812868 5009408 894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 1223 894 75 150 0 1070 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 23848

[startup+51.1022 s]
/proc/loadavg: 1.93 1.97 1.91 3/84 15269
/proc/meminfo: memFree=1688736/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=5828 CPUtime=49.45
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1136 0 0 0 4944 1 0 0 25 0 1 0 37812868 5967872 1122 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 1457 1122 75 150 0 1304 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 24784

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.91 3/84 15269
/proc/meminfo: memFree=1687520/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=6788 CPUtime=100.64
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1370 0 0 0 10063 1 0 0 25 0 1 0 37812868 6950912 1356 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 1697 1356 75 150 0 1544 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 25744

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 15269
/proc/meminfo: memFree=1686880/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=7208 CPUtime=160.62
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1490 0 0 0 16061 1 0 0 25 0 1 0 37812868 7380992 1476 996147200 134512640 135127466 4294956256 18446744073709551615 134521759 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 1802 1476 75 150 0 1649 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 26164

[startup+222.303 s]
/proc/loadavg: 2.03 1.99 1.91 3/84 15269
/proc/meminfo: memFree=1686176/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=7900 CPUtime=220.61
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1634 0 0 0 22060 1 0 0 25 0 1 0 37812868 8089600 1620 996147200 134512640 135127466 4294956256 18446744073709551615 134527115 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 1975 1620 75 150 0 1822 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 26856

[startup+282.303 s]
/proc/loadavg: 2.01 1.99 1.91 3/84 15269
/proc/meminfo: memFree=1685856/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8196 CPUtime=280.59
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1714 0 0 0 28058 1 0 0 25 0 1 0 37812868 8392704 1700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2049 1700 75 150 0 1896 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 27152

[startup+342.302 s]
/proc/loadavg: 2.04 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1685472/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8492 CPUtime=340.57
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1788 0 0 0 34056 1 0 0 25 0 1 0 37812868 8695808 1774 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2123 1774 75 150 0 1970 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 27448

[startup+402.302 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684960/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=400.56
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1895 0 0 0 40055 1 0 0 25 0 1 0 37812868 9150464 1881 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1881 75 150 0 2081 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 27892

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

[startup+403.101 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684960/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=401.35
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1895 0 0 0 40134 1 0 0 25 0 1 0 37812868 9150464 1881 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1881 75 150 0 2081 0
Current children cumulated CPU time (s) 402.83
Current children cumulated vsize (KiB) 27892

[startup+406.302 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684960/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=404.55
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1895 0 0 0 40454 1 0 0 25 0 1 0 37812868 9150464 1881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1881 75 150 0 2081 0
Current children cumulated CPU time (s) 406.03
Current children cumulated vsize (KiB) 27892

[startup+407.902 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684960/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=406.15
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1899 0 0 0 40614 1 0 0 25 0 1 0 37812868 9150464 1885 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1885 75 150 0 2081 0
Current children cumulated CPU time (s) 407.63
Current children cumulated vsize (KiB) 27892

[startup+409.503 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684896/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=407.75
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1899 0 0 0 40774 1 0 0 25 0 1 0 37812868 9150464 1885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1885 75 150 0 2081 0
Current children cumulated CPU time (s) 409.23
Current children cumulated vsize (KiB) 27892

[startup+409.903 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684896/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=408.15
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1899 0 0 0 40814 1 0 0 25 0 1 0 37812868 9150464 1885 996147200 134512640 135127466 4294956256 18446744073709551615 134527210 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1885 75 150 0 2081 0
Current children cumulated CPU time (s) 409.63
Current children cumulated vsize (KiB) 27892

[startup+410.103 s]
/proc/loadavg: 2.01 2.00 1.92 3/84 15269
/proc/meminfo: memFree=1684896/2055920 swapFree=4180240/4192956
[pid=15165] ppid=15163 vsize=13600 CPUtime=1.48
/proc/15165/stat : 15165 (sugar) S 15163 15165 15045 0 -1 4194304 1520 26600 0 6 3 2 123 20 16 0 1 0 37812707 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15165/statm: 3400 804 374 3 0 500 0
[pid=15268] ppid=15165 vsize=5356 CPUtime=0
/proc/15268/stat : 15268 (sh) S 15165 15165 15045 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 37812868 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15268/statm: 1339 232 193 169 0 50 0
[pid=15269] ppid=15268 vsize=8936 CPUtime=408.35
/proc/15269/stat : 15269 (minisat) R 15268 15165 15045 0 -1 4194304 1899 0 0 0 40834 1 0 0 25 0 1 0 37812868 9150464 1885 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15269/statm: 2234 1885 75 150 0 2081 0
Current children cumulated CPU time (s) 409.83
Current children cumulated vsize (KiB) 27892

Child status: 0
Real time (s): 410.179
CPU time (s): 409.95
CPU user time (s): 409.688
CPU system time (s): 0.26196
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 882676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.688
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30385
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2847
involuntary context switches= 11226

runsolver used 0.429934 second user time and 1.07984 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-11 23:19:08
IDJOB=1109810
IDBENCH=61017
IDSOLVER=368
FILE ID=node69/1109810-1215811148
PBS_JOBID= 7903310
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-10-11.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109810-1215811148/watcher-1109810-1215811148 -o /tmp/evaluation-result-1109810-1215811148/solver-1109810-1215811148 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109810-1215811148.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b0b8fe758d924c34eff50a2a4a46bd03
RANDOM SEED=1732843190

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1709304 kB
Buffers:         47736 kB
Cached:         225600 kB
SwapCached:       7572 kB
Active:         120784 kB
Inactive:       162752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709304 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          14836 kB
Slab:            48544 kB
Committed_AS:   105460 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node69 at 2008-07-11 23:25:58