Trace number 1112280

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+minisatOPTIMUM1 150.35 152.033

General information on the benchmark

Namecsp/knights/
normalized-knights-15-9.xml
MD5SUM4ca04c2b4cff6eaa31c1b1eda93cff1e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark62.8454
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size225
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
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.05	c 0	BEGIN Sat Jul 12 14:10:29 2008
0.00/0.05	c 0	PID 17102
0.00/0.05	c 0	HOST node9.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112280-1215864629.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-1112280-1215864629.xml' 'HOME/temp.csp'
0.03/0.20	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.03/0.21	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.21	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.03/0.29	c 0	Parsing HOME/temp.csp
0.17/0.33	c 0	parsed 48 expressions
0.17/0.33	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.33	c 0	MAX CSP: 36 constraints
0.17/0.33	c 0	Converting to clausal form CSP
0.17/0.36	c 0	converted 9 (10%) expressions
0.17/0.38	c 0	converted 18 (20%) expressions
0.17/0.38	c 0	converted 27 (30%) expressions
0.17/0.39	c 0	converted 35 (40%) expressions
0.17/0.39	c 0	converted 44 (50%) expressions
0.17/0.40	c 0	converted 53 (60%) expressions
0.17/0.40	c 0	converted 61 (70%) expressions
0.17/0.41	c 0	converted 70 (80%) expressions
0.17/0.42	c 0	converted 79 (90%) expressions
0.17/0.44	c 0	converted 87 (100%) expressions
0.17/0.45	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 225
0.17/0.45	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.45	c 0	Propagation in CSP
0.17/0.46	c 0	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.17/0.46	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 225
0.17/0.46	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.46	c 0	Simplifing CSP by introducing new Boolean variables
0.17/0.47	c 0	CSP : 117 integers, 153 booleans, 386 clauses, largest domain size 225
0.17/0.47	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.49	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.17/0.51	c 0	12 (10%) CSP integer variables are encoded (2033 clauses, 24290 bytes)
0.17/0.51	c 0	24 (20%) CSP integer variables are encoded (2111 clauses, 25304 bytes)
0.17/0.52	c 0	36 (30%) CSP integer variables are encoded (2215 clauses, 26656 bytes)
0.17/0.52	c 0	47 (40%) CSP integer variables are encoded (2267 clauses, 27332 bytes)
0.17/0.52	c 0	59 (50%) CSP integer variables are encoded (2319 clauses, 28008 bytes)
0.17/0.52	c 0	71 (60%) CSP integer variables are encoded (2410 clauses, 29191 bytes)
0.17/0.52	c 0	82 (70%) CSP integer variables are encoded (2510 clauses, 30491 bytes)
0.17/0.52	c 0	94 (80%) CSP integer variables are encoded (2663 clauses, 32480 bytes)
0.17/0.52	c 0	106 (90%) CSP integer variables are encoded (2725 clauses, 33286 bytes)
0.17/0.52	c 0	117 (100%) CSP integer variables are encoded (2774 clauses, 33923 bytes)
0.17/0.54	c 0	39 (10%) CSP clauses are encoded (6141 clauses, 90906 bytes)
0.17/0.54	c 1	78 (20%) CSP clauses are encoded (9508 clauses, 150319 bytes)
0.17/0.55	c 1	116 (30%) CSP clauses are encoded (12210 clauses, 198938 bytes)
0.17/0.56	c 1	155 (40%) CSP clauses are encoded (15357 clauses, 254971 bytes)
0.17/0.57	c 1	193 (50%) CSP clauses are encoded (18279 clauses, 307654 bytes)
0.17/0.57	c 1	232 (60%) CSP clauses are encoded (21202 clauses, 361493 bytes)
0.17/0.58	c 1	271 (70%) CSP clauses are encoded (24133 clauses, 415604 bytes)
0.17/0.58	c 1	309 (80%) CSP clauses are encoded (24955 clauses, 432034 bytes)
0.17/0.59	c 1	348 (90%) CSP clauses are encoded (26078 clauses, 450932 bytes)
0.17/0.59	c 1	386 (100%) CSP clauses are encoded (27231 clauses, 470800 bytes)
0.17/0.59	c 1	386 CSP clauses encoded
0.17/0.59	c 1	Writing map file : HOME/temp.map
0.17/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.17/0.60	c 1	SAT : 3044 SAT variables, 27231 SAT clauses, 470800 bytes
0.17/0.60	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.17/0.63	c 1	OBJECTIVE minimize _COST
0.17/0.63	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.17/0.63	c 1	SEARCHING: _COST <= 18
0.17/0.63	c 1	SOLVING HOME/temp.cnf
0.17/0.63	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.17/0.64	c 1	This is MiniSat 2.0 beta
0.17/0.64	c 1	WARNING: for repeatability, setting FPU to use double precision
0.17/0.64	c 1	============================[ Problem Statistics ]=============================
0.17/0.64	c 1	|                                                                             |
0.17/0.64	c 1	|  Number of variables:  3044                                                 |
0.17/0.64	c 1	|  Number of clauses:    27232                                                |
0.17/0.65	c 1	|  Parsing time:         0.01         s                                       |
0.17/0.65	c 1	============================[ Search Statistics ]==============================
0.17/0.65	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.17/0.65	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.17/0.65	c 1	===============================================================================
0.17/0.65	c 1	|         0 |    2936    26342    75591 |     8780        0    nan |  0.000 % |
0.17/0.66	c 1	===============================================================================
0.17/0.66	c 1	restarts              : 1
0.17/0.66	c 1	conflicts             : 10             (556 /sec)
0.17/0.66	c 1	decisions             : 392            (1.53 % random) (21781 /sec)
0.17/0.66	c 1	propagations          : 5779           (321109 /sec)
0.17/0.66	c 1	conflict literals     : 47             (0.00 % deleted)
0.17/0.66	c 1	Memory used           : 3.07 MB
0.17/0.66	c 1	CPU time              : 0.017997 s
0.17/0.66	c 1	
0.17/0.66	c 1	SATISFIABLE
0.17/0.66	c 1	FOUND: _COST <= 18
0.17/0.66	s SATISFIABLE
0.17/0.66	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.17/0.66	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.58/0.74	c 1	Decoding HOME/temp.out
0.58/0.78	c 1	OBJECTIVE _COST 18
0.58/0.78	o 18
0.58/0.78	v 207 224 224 194 223 209 193 224 179
0.58/0.78	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.82	c 1	OBJECTIVE BOUND: 0 <= _COST <= 18
0.58/0.82	c 1	SEARCHING: _COST <= 9
0.58/0.82	c 1	SOLVING HOME/temp.cnf
0.58/0.82	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.58/0.83	c 1	This is MiniSat 2.0 beta
0.58/0.83	c 1	WARNING: for repeatability, setting FPU to use double precision
0.58/0.83	c 1	============================[ Problem Statistics ]=============================
0.58/0.83	c 1	|                                                                             |
0.58/0.83	c 1	|  Number of variables:  3044                                                 |
0.58/0.83	c 1	|  Number of clauses:    27232                                                |
0.58/0.84	c 1	|  Parsing time:         0.01         s                                       |
0.58/0.84	c 1	============================[ Search Statistics ]==============================
0.58/0.84	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.58/0.84	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.58/0.84	c 1	===============================================================================
0.58/0.84	c 1	|         0 |    2873    25802    74151 |     8600        0    nan |  0.000 % |
0.58/0.85	c 1	===============================================================================
0.58/0.85	c 1	restarts              : 1
0.58/0.85	c 1	conflicts             : 9              (500 /sec)
0.58/0.85	c 1	decisions             : 163            (1.23 % random) (9057 /sec)
0.58/0.85	c 1	propagations          : 5184           (288048 /sec)
0.58/0.85	c 1	conflict literals     : 50             (1.96 % deleted)
0.58/0.85	c 1	Memory used           : 3.06 MB
0.58/0.85	c 1	CPU time              : 0.017997 s
0.58/0.85	c 1	
0.58/0.85	c 1	SATISFIABLE
0.58/0.85	c 1	FOUND: _COST <= 9
0.58/0.85	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.58/0.85	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.74/0.93	c 1	Decoding HOME/temp.out
0.74/0.97	c 1	OBJECTIVE _COST 9
0.74/0.97	o 9
0.74/0.97	v 191 162 193 224 207 209 223 194 222
0.74/0.97	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.85/1.01	c 1	OBJECTIVE BOUND: 0 <= _COST <= 9
0.85/1.01	c 1	SEARCHING: _COST <= 4
0.85/1.01	c 1	SOLVING HOME/temp.cnf
0.85/1.01	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.85/1.02	c 1	This is MiniSat 2.0 beta
0.85/1.02	c 1	WARNING: for repeatability, setting FPU to use double precision
0.85/1.02	c 1	============================[ Problem Statistics ]=============================
0.85/1.02	c 1	|                                                                             |
0.85/1.02	c 1	|  Number of variables:  3044                                                 |
0.85/1.02	c 1	|  Number of clauses:    27232                                                |
0.85/1.03	c 1	|  Parsing time:         0.01         s                                       |
0.85/1.03	c 1	============================[ Search Statistics ]==============================
0.85/1.03	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.85/1.03	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.85/1.03	c 1	===============================================================================
0.85/1.03	c 1	|         0 |    2819    25309    72829 |     8436        0    nan |  0.000 % |
0.85/1.04	c 1	===============================================================================
0.85/1.04	c 1	restarts              : 1
0.85/1.04	c 1	conflicts             : 24             (1263 /sec)
0.85/1.04	c 1	decisions             : 148            (0.00 % random) (7791 /sec)
0.85/1.04	c 1	propagations          : 7865           (414013 /sec)
0.85/1.04	c 1	conflict literals     : 261            (9.38 % deleted)
0.85/1.04	c 1	Memory used           : 3.07 MB
0.85/1.04	c 1	CPU time              : 0.018997 s
0.85/1.04	c 1	
0.85/1.04	c 1	SATISFIABLE
0.85/1.04	c 1	FOUND: _COST <= 4
0.85/1.04	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.85/1.04	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.89/1.12	c 1	Decoding HOME/temp.out
0.89/1.16	c 1	OBJECTIVE _COST 4
0.89/1.16	o 4
0.89/1.16	v 207 220 203 190 221 204 223 194 224
0.89/1.18	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.22	c 1	OBJECTIVE BOUND: 0 <= _COST <= 4
0.89/1.22	c 1	SEARCHING: _COST <= 2
0.89/1.22	c 1	SOLVING HOME/temp.cnf
0.89/1.22	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.89/1.22	c 1	This is MiniSat 2.0 beta
0.89/1.22	c 1	WARNING: for repeatability, setting FPU to use double precision
0.89/1.22	c 1	============================[ Problem Statistics ]=============================
0.89/1.22	c 1	|                                                                             |
0.89/1.22	c 1	|  Number of variables:  3044                                                 |
0.89/1.22	c 1	|  Number of clauses:    27232                                                |
0.89/1.24	c 1	|  Parsing time:         0.01         s                                       |
0.89/1.24	c 1	============================[ Search Statistics ]==============================
0.89/1.24	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/1.24	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.89/1.24	c 1	===============================================================================
0.89/1.24	c 1	|         0 |    2781    25044    72146 |     8348        0    nan |  0.000 % |
0.89/1.24	c 1	===============================================================================
0.89/1.24	c 1	restarts              : 1
0.89/1.24	c 1	conflicts             : 5              (294 /sec)
0.89/1.24	c 1	decisions             : 91             (0.00 % random) (5354 /sec)
0.89/1.24	c 1	propagations          : 4386           (258046 /sec)
0.89/1.24	c 1	conflict literals     : 25             (16.67 % deleted)
0.89/1.24	c 1	Memory used           : 3.06 MB
0.89/1.24	c 1	CPU time              : 0.016997 s
0.89/1.24	c 1	
0.89/1.24	c 1	SATISFIABLE
0.89/1.24	c 1	FOUND: _COST <= 2
0.89/1.24	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.89/1.24	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.06/1.32	c 1	Decoding HOME/temp.out
1.06/1.36	c 1	OBJECTIVE _COST 2
1.06/1.36	o 2
1.06/1.36	v 207 190 221 204 191 222 205 209 224
1.06/1.37	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.41	c 1	OBJECTIVE BOUND: 0 <= _COST <= 2
1.06/1.41	c 1	SEARCHING: _COST <= 1
1.06/1.41	c 1	SOLVING HOME/temp.cnf
1.06/1.41	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.06/1.41	c 1	This is MiniSat 2.0 beta
1.06/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
1.06/1.41	c 1	============================[ Problem Statistics ]=============================
1.06/1.41	c 1	|                                                                             |
1.06/1.41	c 1	|  Number of variables:  3044                                                 |
1.06/1.41	c 1	|  Number of clauses:    27232                                                |
1.06/1.43	c 1	|  Parsing time:         0.01         s                                       |
1.06/1.43	c 1	============================[ Search Statistics ]==============================
1.06/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.06/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.06/1.43	c 1	===============================================================================
1.06/1.43	c 1	|         0 |    2745    24855    71686 |     8285        0    nan |  0.000 % |
1.06/1.43	c 1	===============================================================================
1.06/1.43	c 1	restarts              : 1
1.06/1.43	c 1	conflicts             : 9              (474 /sec)
1.06/1.43	c 1	decisions             : 69             (0.00 % random) (3632 /sec)
1.06/1.43	c 1	propagations          : 4504           (237090 /sec)
1.06/1.43	c 1	conflict literals     : 46             (8.00 % deleted)
1.06/1.43	c 1	Memory used           : 3.07 MB
1.06/1.43	c 1	CPU time              : 0.018997 s
1.06/1.43	c 1	
1.06/1.43	c 1	SATISFIABLE
1.06/1.43	c 1	FOUND: _COST <= 1
1.06/1.43	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.06/1.43	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.21/1.51	c 1	Decoding HOME/temp.out
1.21/1.56	c 2	OBJECTIVE _COST 1
1.21/1.56	o 1
1.21/1.56	v 190 203 220 191 222 193 224 207 221
1.21/1.56	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.62	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
1.21/1.62	c 2	SEARCHING: _COST <= 0
1.21/1.62	c 2	SOLVING HOME/temp.cnf
1.21/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.62	c 2	This is MiniSat 2.0 beta
1.21/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.21/1.62	c 2	============================[ Problem Statistics ]=============================
1.21/1.62	c 2	|                                                                             |
1.21/1.62	c 2	|  Number of variables:  3044                                                 |
1.21/1.62	c 2	|  Number of clauses:    27232                                                |
1.21/1.63	c 2	|  Parsing time:         0.01         s                                       |
1.21/1.64	c 2	============================[ Search Statistics ]==============================
1.21/1.64	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.21/1.64	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.21/1.64	c 2	===============================================================================
1.21/1.64	c 2	|         0 |    2664    24705    71316 |     8235        0    nan |  0.000 % |
1.21/1.65	c 2	|       101 |    2664    24705    71316 |     9058      101     12 | 12.484 % |
1.21/1.66	c 2	|       252 |    2664    24705    71316 |     9964      252     11 | 12.484 % |
1.34/1.71	c 2	|       477 |    2664    24705    71316 |    10960      477     12 | 12.484 % |
1.34/1.76	c 2	|       817 |    2664    24705    71316 |    12056      817     13 | 12.484 % |
1.34/1.85	c 2	|      1325 |    2664    24705    71316 |    13262     1325     13 | 12.484 % |
1.34/1.90	c 2	|      2085 |    2664    24705    71316 |    14588     2085     13 | 12.484 % |
1.34/1.99	c 2	|      3224 |    2664    24705    71316 |    16047     3224     13 | 12.484 % |
1.91/2.22	c 2	|      4932 |    2664    24705    71316 |    17652     4932     13 | 12.484 % |
2.40/2.73	c 3	|      7495 |    2664    24705    71316 |    19417     7495     13 | 12.484 % |
2.90/3.25	c 3	|     11340 |    2664    24705    71316 |    21359    11340     14 | 12.484 % |
3.79/4.13	c 4	|     17106 |    2664    24705    71316 |    23495    17106     14 | 12.484 % |
5.27/5.68	c 6	|     25756 |    2664    24705    71316 |    25844    12819     13 | 12.484 % |
7.36/7.77	c 8	|     38730 |    2664    24705    71316 |    28429    25793     13 | 12.484 % |
10.32/10.70	c 11	|     58193 |    2664    24705    71316 |    31272    27982     15 | 12.484 % |
16.27/16.75	c 17	|     87387 |    2664    24705    71316 |    34399    18755     13 | 12.484 % |
24.10/24.69	c 25	|    131178 |    2664    24705    71316 |    37839    16531     13 | 12.484 % |
36.48/37.18	c 37	|    196864 |    2664    24705    71316 |    41623    29928     13 | 12.484 % |
58.07/58.91	c 59	|    295390 |    2664    24705    71316 |    45785    38742     14 | 12.484 % |
89.08/90.28	c 90	|    443179 |    2664    24705    71316 |    50364    17232     15 | 12.484 % |
135.03/136.61	c 137	|    664862 |    2659    24585    70854 |    55400    14950     12 | 12.648 % |
150.29/152.02	c 152	===============================================================================
150.29/152.02	c 152	restarts              : 21
150.29/152.02	c 152	conflicts             : 742507         (4985 /sec)
150.29/152.02	c 152	decisions             : 901864         (0.81 % random) (6054 /sec)
150.29/152.02	c 152	propagations          : 226225654      (1518687 /sec)
150.29/152.02	c 152	conflict literals     : 9707281        (20.23 % deleted)
150.29/152.02	c 152	Memory used           : 9.02 MB
150.29/152.02	c 152	CPU time              : 148.961 s
150.29/152.02	c 152	
150.29/152.02	c 152	UNSATISFIABLE
150.29/152.03	c 152	NOT FOUND: _COST <= 0
150.29/152.03	c 152	OBJECTIVE _COST 1
150.29/152.03	s OPTIMUM FOUND
150.29/152.03	c 152	CPU 150.09 (0.04 0.01 150.05 0.23)
150.29/152.03	c 152	END Sat Jul 12 14:13:01 2008

Verifier Data (download as text)

OK	1	35
1 unsatisfied constraints, 35 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-1112280-1215864629/watcher-1112280-1215864629 -o /tmp/evaluation-result-1112280-1215864629/solver-1112280-1215864629 -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-1112280-1215864629.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.88 1.97 1.99 4/81 17102
/proc/meminfo: memFree=1906472/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=12000 CPUtime=0
/proc/17102/stat : 17102 (sugar) R 17100 17102 16491 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 43165810 12288000 173 996147200 4194304 4206940 548682068592 18446744073709551615 215418841568 0 0 4224 0 0 0 0 17 1 0 0
/proc/17102/statm: 3000 173 134 3 0 100 0

[startup+0.0628091 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17102
/proc/meminfo: memFree=1906472/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=0.03
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43165810 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101231 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17102
/proc/meminfo: memFree=1906472/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=0.03
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43165810 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301271 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17102
/proc/meminfo: memFree=1906472/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=0.17
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 974 4009 0 1 3 0 12 2 16 0 1 0 43165810 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13600

[startup+0.701348 s]
/proc/loadavg: 1.88 1.97 1.99 4/81 17102
/proc/meminfo: memFree=1906472/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=0.58
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1100 10152 0 2 3 0 49 6 17 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.5015 s]
/proc/loadavg: 1.88 1.97 1.99 2/92 17148
/proc/meminfo: memFree=1898824/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.21
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1548 28295 0 6 4 1 98 18 17 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13600

[startup+3.10181 s]
/proc/loadavg: 1.88 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1901320/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 15 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=4072 CPUtime=1.46
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 786 0 0 0 146 0 0 0 25 0 1 0 43165972 4169728 772 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 1018 772 75 150 0 865 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 23028

[startup+6.30143 s]
/proc/loadavg: 1.89 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1899464/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=5284 CPUtime=4.63
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 1095 0 0 0 463 0 0 0 25 0 1 0 43165972 5410816 1081 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 1321 1081 75 150 0 1168 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 24240

[startup+12.7017 s]
/proc/loadavg: 1.90 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1898248/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=6256 CPUtime=10.96
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 1341 0 0 0 1096 0 0 0 25 0 1 0 43165972 6406144 1327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 1564 1327 75 150 0 1411 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 25212

[startup+25.5011 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1897800/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=6792 CPUtime=23.64
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 1437 0 0 0 2364 0 0 0 25 0 1 0 43165972 6955008 1423 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 1698 1423 75 150 0 1545 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 25748

[startup+51.101 s]
/proc/loadavg: 1.95 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1896904/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=7640 CPUtime=49
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 1654 0 0 0 4899 1 0 0 25 0 1 0 43165972 7823360 1640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 1910 1640 75 150 0 1757 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 26596

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895432/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=8908 CPUtime=99.72
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 1972 0 0 0 9971 1 0 0 25 0 1 0 43165972 9121792 1958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2227 1958 75 150 0 2074 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 27864

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

[startup+127.902 s]
/proc/loadavg: 1.98 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895176/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=125.07
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2026 0 0 0 12506 1 0 0 25 0 1 0 43165972 9449472 2012 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2012 75 150 0 2154 0
Current children cumulated CPU time (s) 126.41
Current children cumulated vsize (KiB) 28184

[startup+140.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=137.75
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2028 0 0 0 13774 1 0 0 25 0 1 0 43165972 9449472 2014 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2014 75 150 0 2154 0
Current children cumulated CPU time (s) 139.09
Current children cumulated vsize (KiB) 28184

[startup+147.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=144.1
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2030 0 0 0 14408 2 0 0 25 0 1 0 43165972 9449472 2016 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2016 75 150 0 2154 0
Current children cumulated CPU time (s) 145.44
Current children cumulated vsize (KiB) 28184

[startup+150.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=147.27
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2030 0 0 0 14725 2 0 0 25 0 1 0 43165972 9449472 2016 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2016 75 150 0 2154 0
Current children cumulated CPU time (s) 148.61
Current children cumulated vsize (KiB) 28184

[startup+151.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=148.06
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2030 0 0 0 14804 2 0 0 25 0 1 0 43165972 9449472 2016 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2016 75 150 0 2154 0
Current children cumulated CPU time (s) 149.4
Current children cumulated vsize (KiB) 28184

[startup+151.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=148.46
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2030 0 0 0 14844 2 0 0 25 0 1 0 43165972 9449472 2016 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2016 75 150 0 2154 0
Current children cumulated CPU time (s) 149.8
Current children cumulated vsize (KiB) 28184

[startup+151.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=148.85
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2030 0 0 0 14883 2 0 0 25 0 1 0 43165972 9449472 2016 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2016 75 150 0 2154 0
Current children cumulated CPU time (s) 150.19
Current children cumulated vsize (KiB) 28184

[startup+152.001 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 17186
/proc/meminfo: memFree=1895112/2055920 swapFree=4180384/4192956
[pid=17102] ppid=17100 vsize=13600 CPUtime=1.34
/proc/17102/stat : 17102 (sugar) S 17100 17102 16491 0 -1 4194304 1618 31989 0 7 4 1 109 20 16 0 1 0 43165810 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17102/statm: 3400 803 374 3 0 500 0
[pid=17185] ppid=17102 vsize=5356 CPUtime=0
/proc/17185/stat : 17185 (sh) S 17102 17102 16491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43165972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17185/statm: 1339 232 193 169 0 50 0
[pid=17186] ppid=17185 vsize=9228 CPUtime=148.95
/proc/17186/stat : 17186 (minisat) R 17185 17102 16491 0 -1 4194304 2030 0 0 0 14893 2 0 0 25 0 1 0 43165972 9449472 2016 996147200 134512640 135127466 4294956256 18446744073709551615 134527138 0 0 4096 3 0 0 0 17 1 0 0
/proc/17186/statm: 2307 2016 75 150 0 2154 0
Current children cumulated CPU time (s) 150.29
Current children cumulated vsize (KiB) 28184

Child status: 0
Real time (s): 152.033
CPU time (s): 150.35
CPU user time (s): 150.103
CPU system time (s): 0.246962
CPU usage (%): 98.8933
Max. virtual memory (cumulated for all children) (KiB): 882996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.103
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36003
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1727
involuntary context switches= 7727

runsolver used 0.204968 second user time and 0.507922 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-12 14:10:29
IDJOB=1112280
IDBENCH=61391
IDSOLVER=368
FILE ID=node9/1112280-1215864629
PBS_JOBID= 7903491
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-15-9.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-1112280-1215864629/watcher-1112280-1215864629 -o /tmp/evaluation-result-1112280-1215864629/solver-1112280-1215864629 -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-1112280-1215864629.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4ca04c2b4cff6eaa31c1b1eda93cff1e
RANDOM SEED=135425801

node9.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.260
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.260
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:       1906952 kB
Buffers:         21768 kB
Cached:          52880 kB
SwapCached:       6340 kB
Active:          69488 kB
Inactive:        27260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906952 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1280 kB
Writeback:           0 kB
Mapped:          38260 kB
Slab:            37484 kB
Committed_AS:   253208 kB
PageTables:       1848 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= 66552 MiB
End job on node9 at 2008-07-12 14:13:01