Trace number 1113196

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 93.8877 95.257

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel5-5.xml
MD5SUM4e9947661c937a66df0f73a5c98437a3
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 benchmark93.8877
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension236
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.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 18:21:11 2008
0.00/0.15	c 0	PID 18766
0.00/0.15	c 0	HOST node27.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1113196-1215879670.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113196-1215879670.xml' 'HOME/temp.csp'
0.03/0.47	c 0	1 domains, 47 variables, 1 predicates, 0 relations, 236 constraints
0.03/0.48	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	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.33/0.56	c 0	Parsing HOME/temp.csp
0.33/0.63	c 0	parsed 285 expressions
0.33/0.67	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.68	c 0	MAX CSP: 236 constraints
0.33/0.68	c 0	Converting to clausal form CSP
0.33/0.71	c 0	converted 53 (10%) expressions
0.33/0.72	c 0	converted 105 (20%) expressions
0.33/0.74	c 0	converted 158 (30%) expressions
0.33/0.75	c 0	converted 210 (40%) expressions
0.33/0.76	c 0	converted 262 (50%) expressions
0.33/0.77	c 0	converted 315 (60%) expressions
0.33/0.78	c 0	converted 367 (70%) expressions
0.33/0.78	c 0	converted 420 (80%) expressions
0.33/0.79	c 0	converted 472 (90%) expressions
0.33/0.91	c 0	converted 524 (100%) expressions
0.33/0.91	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 355
0.33/0.91	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.91	c 0	Propagation in CSP
0.33/0.94	c 0	231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.94	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.33/0.94	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.94	c 0	Simplifing CSP by introducing new Boolean variables
0.33/0.96	c 0	CSP : 519 integers, 472 booleans, 1179 clauses, largest domain size 237
0.33/0.96	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.98	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.33/1.00	c 1	52 (10%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.33/1.00	c 1	104 (20%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.83/1.00	c 1	156 (30%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.83/1.00	c 1	208 (40%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.83/1.00	c 1	260 (50%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.83/1.01	c 1	312 (60%) CSP integer variables are encoded (466 clauses, 5028 bytes)
0.83/1.02	c 1	364 (70%) CSP integer variables are encoded (2032 clauses, 24983 bytes)
0.83/1.02	c 1	416 (80%) CSP integer variables are encoded (2541 clauses, 31600 bytes)
0.83/1.02	c 1	468 (90%) CSP integer variables are encoded (2805 clauses, 35032 bytes)
0.83/1.02	c 1	519 (100%) CSP integer variables are encoded (3195 clauses, 40102 bytes)
0.83/1.03	c 1	118 (10%) CSP clauses are encoded (3629 clauses, 45982 bytes)
0.83/1.04	c 1	236 (20%) CSP clauses are encoded (4063 clauses, 52176 bytes)
0.83/1.05	c 1	354 (30%) CSP clauses are encoded (4493 clauses, 58324 bytes)
0.83/1.05	c 1	472 (40%) CSP clauses are encoded (4927 clauses, 64583 bytes)
0.83/1.06	c 1	590 (50%) CSP clauses are encoded (5361 clauses, 70834 bytes)
0.83/1.06	c 1	708 (60%) CSP clauses are encoded (5791 clauses, 77300 bytes)
0.93/1.12	c 1	826 (70%) CSP clauses are encoded (36945 clauses, 605269 bytes)
0.93/1.18	c 1	944 (80%) CSP clauses are encoded (65963 clauses, 1135067 bytes)
0.93/1.19	c 1	1062 (90%) CSP clauses are encoded (70089 clauses, 1207283 bytes)
1.02/1.21	c 1	1179 (100%) CSP clauses are encoded (81519 clauses, 1412618 bytes)
1.02/1.21	c 1	1179 CSP clauses encoded
1.02/1.21	c 1	Writing map file : HOME/temp.map
1.02/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.22	c 1	SAT : 4186 SAT variables, 81519 SAT clauses, 1412618 bytes
1.02/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.27	c 1	OBJECTIVE minimize _COST
1.02/1.28	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.02/1.28	c 1	SEARCHING: _COST <= 118
1.02/1.28	c 1	SOLVING HOME/temp.cnf
1.02/1.28	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.02/1.28	c 1	This is MiniSat 2.0 beta
1.02/1.28	c 1	WARNING: for repeatability, setting FPU to use double precision
1.02/1.28	c 1	============================[ Problem Statistics ]=============================
1.02/1.28	c 1	|                                                                             |
1.02/1.29	c 1	|  Number of variables:  4186                                                 |
1.02/1.29	c 1	|  Number of clauses:    81520                                                |
1.05/1.33	c 1	|  Parsing time:         0.04         s                                       |
1.05/1.34	c 1	============================[ Search Statistics ]==============================
1.05/1.34	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.05/1.34	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.05/1.34	c 1	===============================================================================
1.05/1.34	c 1	|         0 |    3242    53354   152293 |    17784        0    nan |  0.000 % |
1.05/1.35	c 1	===============================================================================
1.05/1.35	c 1	restarts              : 1
1.05/1.35	c 1	conflicts             : 0              (0 /sec)
1.05/1.35	c 1	decisions             : 361            (0.83 % random) (6447 /sec)
1.05/1.35	c 1	propagations          : 4186           (74762 /sec)
1.05/1.35	c 1	conflict literals     : 0              ( nan % deleted)
1.05/1.35	c 1	Memory used           : 5.20 MB
1.05/1.35	c 1	CPU time              : 0.055991 s
1.05/1.35	c 1	
1.05/1.35	c 1	SATISFIABLE
1.05/1.35	c 1	FOUND: _COST <= 118
1.05/1.35	s SATISFIABLE
1.05/1.35	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.05/1.35	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.12/1.43	c 1	Decoding HOME/temp.out
1.12/1.50	c 1	OBJECTIVE _COST 118
1.12/1.50	o 118
1.12/1.50	v 3 1 0 0 1 2 2 2 2 2 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4
1.12/1.51	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.56	c 1	OBJECTIVE BOUND: 0 <= _COST <= 118
1.12/1.56	c 1	SEARCHING: _COST <= 59
1.12/1.56	c 1	SOLVING HOME/temp.cnf
1.12/1.56	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.56	c 1	This is MiniSat 2.0 beta
1.12/1.56	c 1	WARNING: for repeatability, setting FPU to use double precision
1.12/1.56	c 1	============================[ Problem Statistics ]=============================
1.12/1.56	c 1	|                                                                             |
1.12/1.57	c 1	|  Number of variables:  4186                                                 |
1.12/1.57	c 1	|  Number of clauses:    81520                                                |
1.27/1.61	c 1	|  Parsing time:         0.04         s                                       |
1.27/1.62	c 1	============================[ Search Statistics ]==============================
1.27/1.62	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/1.62	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/1.62	c 1	===============================================================================
1.27/1.62	c 1	|         0 |    2711    36185   102320 |    12061        0    nan |  0.000 % |
1.27/1.63	c 1	===============================================================================
1.27/1.63	c 1	restarts              : 1
1.27/1.63	c 1	conflicts             : 2              (34 /sec)
1.27/1.63	c 1	decisions             : 245            (0.00 % random) (4153 /sec)
1.27/1.63	c 1	propagations          : 4417           (74876 /sec)
1.27/1.63	c 1	conflict literals     : 37             (5.13 % deleted)
1.27/1.63	c 1	Memory used           : 5.20 MB
1.27/1.63	c 1	CPU time              : 0.058991 s
1.27/1.63	c 1	
1.27/1.63	c 1	SATISFIABLE
1.27/1.63	c 1	FOUND: _COST <= 59
1.27/1.63	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.27/1.63	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.34/1.71	c 1	Decoding HOME/temp.out
1.34/1.78	c 1	OBJECTIVE _COST 59
1.34/1.78	o 59
1.34/1.78	v 1 0 2 2 3 1 0 1 0 1 2 1 3 2 2 3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 2 4 4 4 4 4 4 4 4 4
1.34/1.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.80	c 1	OBJECTIVE BOUND: 0 <= _COST <= 59
1.34/1.80	c 1	SEARCHING: _COST <= 29
1.34/1.80	c 1	SOLVING HOME/temp.cnf
1.34/1.80	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.50/1.81	c 1	This is MiniSat 2.0 beta
1.50/1.82	c 1	WARNING: for repeatability, setting FPU to use double precision
1.50/1.82	c 1	============================[ Problem Statistics ]=============================
1.50/1.82	c 1	|                                                                             |
1.50/1.82	c 1	|  Number of variables:  4186                                                 |
1.50/1.82	c 1	|  Number of clauses:    81520                                                |
1.50/1.85	c 1	|  Parsing time:         0.04         s                                       |
1.50/1.87	c 1	============================[ Search Statistics ]==============================
1.50/1.87	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.50/1.87	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.50/1.87	c 1	===============================================================================
1.50/1.87	c 1	|         0 |    2347    22212    61463 |     7404        0    nan |  0.000 % |
1.50/1.88	c 1	|       100 |    2347    22212    61463 |     8144      100     32 | 43.932 % |
1.50/1.88	c 1	===============================================================================
1.50/1.88	c 1	restarts              : 2
1.50/1.88	c 1	conflicts             : 115            (1691 /sec)
1.50/1.88	c 1	decisions             : 401            (0.25 % random) (5898 /sec)
1.50/1.88	c 1	propagations          : 23169          (340776 /sec)
1.50/1.88	c 1	conflict literals     : 3345           (1.93 % deleted)
1.50/1.88	c 1	Memory used           : 5.34 MB
1.50/1.88	c 1	CPU time              : 0.067989 s
1.50/1.88	c 1	
1.50/1.89	c 1	SATISFIABLE
1.50/1.89	c 1	FOUND: _COST <= 29
1.50/1.89	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.50/1.89	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.59/1.98	c 2	Decoding HOME/temp.out
1.59/2.06	c 2	OBJECTIVE _COST 29
1.59/2.06	o 29
1.59/2.06	v 4 4 4 4 3 1 1 3 1 4 3 3 2 2 2 2 2 4 2 4 2 2 3 0 0 0 0 0 1 1 1 1 1 0 4 4 4 2 0 2 2 2 2 2 2 1 3
1.59/2.07	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.75/2.11	c 2	OBJECTIVE BOUND: 0 <= _COST <= 29
1.75/2.11	c 2	SEARCHING: _COST <= 14
1.75/2.11	c 2	SOLVING HOME/temp.cnf
1.75/2.11	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.75/2.11	c 2	This is MiniSat 2.0 beta
1.75/2.11	c 2	WARNING: for repeatability, setting FPU to use double precision
1.75/2.11	c 2	============================[ Problem Statistics ]=============================
1.75/2.11	c 2	|                                                                             |
1.75/2.12	c 2	|  Number of variables:  4186                                                 |
1.75/2.12	c 2	|  Number of clauses:    81520                                                |
1.75/2.16	c 2	|  Parsing time:         0.04         s                                       |
1.75/2.18	c 2	============================[ Search Statistics ]==============================
1.75/2.18	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.75/2.18	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.75/2.18	c 2	===============================================================================
1.75/2.18	c 2	|         0 |    2050    13649    36650 |     4549        0    nan |  0.000 % |
1.75/2.19	c 2	|       101 |    2050    13649    36650 |     5004      101     39 | 51.027 % |
1.75/2.19	c 2	===============================================================================
1.75/2.19	c 2	restarts              : 2
1.75/2.19	c 2	conflicts             : 101            (1423 /sec)
1.75/2.20	c 2	decisions             : 313            (0.32 % random) (4409 /sec)
1.75/2.20	c 2	propagations          : 19161          (269915 /sec)
1.75/2.20	c 2	conflict literals     : 3920           (1.41 % deleted)
1.75/2.20	c 2	Memory used           : 5.33 MB
1.75/2.20	c 2	CPU time              : 0.070989 s
1.75/2.20	c 2	
1.75/2.20	c 2	SATISFIABLE
1.75/2.20	c 2	FOUND: _COST <= 14
1.75/2.20	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.75/2.20	c 2	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.85/2.29	c 2	Decoding HOME/temp.out
1.85/2.36	c 2	OBJECTIVE _COST 14
1.85/2.36	o 14
1.85/2.37	v 3 2 3 4 3 4 4 4 4 4 3 3 1 4 1 1 1 4 4 4 1 3 2 3 2 0 4 2 0 2 4 4 2 3 0 0 0 0 0 0 4 0 0 0 3 2 1
1.85/2.38	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.85/2.41	c 2	OBJECTIVE BOUND: 0 <= _COST <= 14
1.85/2.41	c 2	SEARCHING: _COST <= 7
1.85/2.41	c 2	SOLVING HOME/temp.cnf
1.85/2.41	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.85/2.42	c 2	This is MiniSat 2.0 beta
1.85/2.42	c 2	WARNING: for repeatability, setting FPU to use double precision
1.85/2.42	c 2	============================[ Problem Statistics ]=============================
1.85/2.42	c 2	|                                                                             |
1.85/2.42	c 2	|  Number of variables:  4186                                                 |
1.85/2.42	c 2	|  Number of clauses:    81520                                                |
1.85/2.47	c 2	|  Parsing time:         0.04         s                                       |
1.85/2.48	c 2	============================[ Search Statistics ]==============================
1.85/2.48	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.85/2.48	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.85/2.49	c 2	===============================================================================
1.85/2.49	c 2	|         0 |    1800     9091    23719 |     3030        0    nan |  0.000 % |
1.85/2.50	c 2	|       104 |    1800     9091    23719 |     3333      104     40 | 57.000 % |
1.85/2.50	c 2	===============================================================================
1.85/2.50	c 2	restarts              : 2
1.85/2.50	c 2	conflicts             : 106            (1472 /sec)
1.85/2.50	c 2	decisions             : 302            (0.00 % random) (4195 /sec)
1.85/2.50	c 2	propagations          : 18781          (260887 /sec)
1.85/2.50	c 2	conflict literals     : 4150           (0.05 % deleted)
1.85/2.50	c 2	Memory used           : 5.20 MB
1.85/2.50	c 2	CPU time              : 0.071989 s
1.85/2.50	c 2	
2.04/2.50	c 2	SATISFIABLE
2.04/2.50	c 2	FOUND: _COST <= 7
2.04/2.50	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.04/2.50	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.04/2.59	c 2	Decoding HOME/temp.out
2.13/2.67	c 2	OBJECTIVE _COST 7
2.13/2.67	o 7
2.13/2.67	v 2 3 2 3 4 3 3 3 3 3 4 2 4 2 0 4 2 1 2 1 0 2 3 2 4 2 1 4 1 3 1 3 1 4 4 4 2 1 4 2 1 2 1 1 4 3 0
2.13/2.69	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.72	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
2.13/2.72	c 2	SEARCHING: _COST <= 3
2.13/2.72	c 2	SOLVING HOME/temp.cnf
2.13/2.72	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.13/2.72	c 2	This is MiniSat 2.0 beta
2.13/2.72	c 2	WARNING: for repeatability, setting FPU to use double precision
2.13/2.72	c 2	============================[ Problem Statistics ]=============================
2.13/2.72	c 2	|                                                                             |
2.13/2.73	c 2	|  Number of variables:  4186                                                 |
2.13/2.73	c 2	|  Number of clauses:    81520                                                |
2.13/2.78	c 2	|  Parsing time:         0.04         s                                       |
2.13/2.79	c 2	============================[ Search Statistics ]==============================
2.13/2.79	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.79	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.79	c 2	===============================================================================
2.13/2.79	c 2	|         0 |    1496     5889    15021 |     1963        0    nan |  0.000 % |
2.31/2.81	c 2	|       101 |    1496     5889    15021 |     2159      101     44 | 64.262 % |
2.31/2.81	c 2	===============================================================================
2.31/2.81	c 2	restarts              : 2
2.31/2.81	c 2	conflicts             : 109            (1434 /sec)
2.31/2.81	c 2	decisions             : 303            (0.33 % random) (3987 /sec)
2.31/2.81	c 2	propagations          : 19662          (258751 /sec)
2.31/2.81	c 2	conflict literals     : 4621           (0.28 % deleted)
2.31/2.81	c 2	Memory used           : 5.33 MB
2.31/2.81	c 2	CPU time              : 0.075988 s
2.31/2.81	c 2	
2.31/2.81	c 2	SATISFIABLE
2.31/2.81	c 2	FOUND: _COST <= 3
2.31/2.81	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.31/2.81	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.40/2.91	c 2	Decoding HOME/temp.out
2.40/2.99	c 3	OBJECTIVE _COST 3
2.40/2.99	o 3
2.40/2.99	v 4 3 4 3 2 4 3 4 3 3 2 4 3 4 0 0 4 3 4 3 0 0 2 4 3 4 1 1 4 3 4 3 1 1 4 3 4 1 1 4 3 4 3 1 1 1 2
2.40/3.00	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/3.03	c 3	OBJECTIVE BOUND: 0 <= _COST <= 3
2.40/3.03	c 3	SEARCHING: _COST <= 1
2.40/3.03	c 3	SOLVING HOME/temp.cnf
2.40/3.03	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.40/3.04	c 3	This is MiniSat 2.0 beta
2.40/3.04	c 3	WARNING: for repeatability, setting FPU to use double precision
2.40/3.04	c 3	============================[ Problem Statistics ]=============================
2.40/3.04	c 3	|                                                                             |
2.40/3.04	c 3	|  Number of variables:  4186                                                 |
2.40/3.04	c 3	|  Number of clauses:    81520                                                |
2.40/3.09	c 3	|  Parsing time:         0.04         s                                       |
2.57/3.11	c 3	============================[ Search Statistics ]==============================
2.57/3.11	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.57/3.11	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.57/3.11	c 3	===============================================================================
2.57/3.11	c 3	|         0 |    1132     3678     9478 |     1226        0    nan |  0.000 % |
2.57/3.12	c 3	|       104 |    1132     3678     9478 |     1348      104     37 | 72.957 % |
2.57/3.13	c 3	===============================================================================
2.57/3.13	c 3	restarts              : 2
2.57/3.13	c 3	conflicts             : 201            (2577 /sec)
2.57/3.13	c 3	decisions             : 436            (0.23 % random) (5591 /sec)
2.57/3.13	c 3	propagations          : 31101          (398792 /sec)
2.57/3.13	c 3	conflict literals     : 7319           (0.05 % deleted)
2.57/3.13	c 3	Memory used           : 5.33 MB
2.57/3.13	c 3	CPU time              : 0.077988 s
2.57/3.13	c 3	
2.57/3.13	c 3	SATISFIABLE
2.57/3.13	c 3	FOUND: _COST <= 1
2.57/3.13	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.57/3.13	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.71/3.22	c 3	Decoding HOME/temp.out
2.71/3.30	c 3	OBJECTIVE _COST 1
2.71/3.30	o 1
2.81/3.30	v 4 2 3 3 4 3 2 3 3 2 4 1 1 3 1 1 1 1 3 3 1 1 2 4 0 3 0 4 0 0 3 3 0 4 4 1 3 1 4 1 1 3 3 1 4 4 2
2.81/3.32	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/3.34	c 3	OBJECTIVE BOUND: 0 <= _COST <= 1
2.81/3.34	c 3	SEARCHING: _COST <= 0
2.81/3.34	c 3	SOLVING HOME/temp.cnf
2.81/3.34	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.81/3.35	c 3	This is MiniSat 2.0 beta
2.81/3.35	c 3	WARNING: for repeatability, setting FPU to use double precision
2.81/3.35	c 3	============================[ Problem Statistics ]=============================
2.81/3.35	c 3	|                                                                             |
2.81/3.35	c 3	|  Number of variables:  4186                                                 |
2.81/3.35	c 3	|  Number of clauses:    81520                                                |
2.84/3.40	c 3	|  Parsing time:         0.04         s                                       |
2.84/3.42	c 3	============================[ Search Statistics ]==============================
2.84/3.42	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.84/3.42	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.84/3.42	c 3	===============================================================================
2.84/3.42	c 3	|         0 |     660     2737     7126 |      912        0    nan |  0.000 % |
2.84/3.43	c 3	|       101 |     660     2737     7126 |     1003      101     19 | 84.233 % |
2.84/3.44	c 3	|       252 |     660     2737     7126 |     1103      252     18 | 84.233 % |
2.84/3.45	c 3	|       478 |     660     2737     7126 |     1214      478     17 | 84.233 % |
2.84/3.46	c 3	|       815 |     660     2737     7126 |     1335      815     17 | 84.233 % |
2.84/3.49	c 3	|      1321 |     660     2737     7126 |     1469     1321     17 | 84.233 % |
2.84/3.53	c 3	|      2082 |     660     2737     7126 |     1616     2082     17 | 84.233 % |
2.84/3.62	c 3	|      3222 |     660     2737     7126 |     1777     3222     18 | 84.233 % |
2.84/3.75	c 3	|      4932 |     660     2737     7126 |     1955     4932     18 | 84.233 % |
2.84/3.95	c 3	|      7495 |     660     2737     7126 |     2151     4679     17 | 84.233 % |
2.84/4.23	c 4	|     11339 |     660     2737     7126 |     2366     5606     17 | 84.233 % |
4.07/4.69	c 4	|     17108 |     660     2737     7126 |     2602     5255     17 | 84.233 % |
4.86/5.43	c 5	|     25757 |     660     2737     7126 |     2863     4550     17 | 84.233 % |
5.95/6.54	c 6	|     38731 |     660     2737     7126 |     3149     4344     21 | 84.233 % |
7.73/8.38	c 8	|     58194 |     660     2737     7126 |     3464     6667     19 | 84.233 % |
10.31/10.98	c 11	|     87388 |     660     2737     7126 |     3811     3650     17 | 84.233 % |
14.56/15.26	c 15	|    131177 |     660     2737     7126 |     4192     6572     16 | 84.233 % |
21.00/21.76	c 21	|    196861 |     660     2737     7126 |     4611     5382     20 | 84.233 % |
30.91/31.71	c 31	|    295387 |     660     2737     7126 |     5072     4643     16 | 84.233 % |
46.65/47.69	c 47	|    443177 |     660     2737     7126 |     5579     8310     19 | 84.233 % |
70.72/71.93	c 71	|    664860 |     658     2703     7042 |     6137     6759     17 | 84.281 % |
93.80/95.25	c 95	===============================================================================
93.80/95.25	c 95	restarts              : 21
93.80/95.25	c 95	conflicts             : 878181         (9650 /sec)
93.80/95.25	c 95	decisions             : 1072050        (1.29 % random) (11780 /sec)
93.80/95.25	c 95	propagations          : 125479755      (1378850 /sec)
93.80/95.25	c 95	conflict literals     : 15806222       (11.83 % deleted)
93.80/95.25	c 95	Memory used           : 6.02 MB
93.80/95.25	c 95	CPU time              : 91.0032 s
93.80/95.25	c 95	
93.80/95.25	c 95	UNSATISFIABLE
93.80/95.25	c 95	NOT FOUND: _COST <= 0
93.80/95.25	c 95	OBJECTIVE _COST 1
93.80/95.25	s OPTIMUM FOUND
93.80/95.25	c 95	CPU 93.48 (0.05 0.02 93.43 0.36)
93.80/95.25	c 95	END Sat Jul 12 18:22:46 2008

Verifier Data (download as text)

OK	1	235
1 unsatisfied constraints, 235 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-1113196-1215879670/watcher-1113196-1215879670 -o /tmp/evaluation-result-1113196-1215879670/solver-1113196-1215879670 -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-1113196-1215879670.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: 2.43 2.42 2.37 4/81 18766
/proc/meminfo: memFree=1140944/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=18572 CPUtime=0
/proc/18766/stat : 18766 (runsolver) R 18764 18766 16990 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44541500 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18766/statm: 4643 292 257 25 0 2626 0

[startup+0.0382689 s]
/proc/loadavg: 2.43 2.42 2.37 4/81 18766
/proc/meminfo: memFree=1140944/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=2504 CPUtime=0
/proc/18766/stat : 18766 (sugar) D 18764 18766 16990 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 44541500 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 233586098896 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/18766/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101278 s]
/proc/loadavg: 2.43 2.42 2.37 4/81 18766
/proc/meminfo: memFree=1140944/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=12412 CPUtime=0
/proc/18766/stat : 18766 (sugar) R 18764 18766 16990 0 -1 4194304 421 0 3 0 0 0 0 0 18 0 1 0 44541500 12709888 392 996147200 4194304 4206940 548682068592 18446744073709551615 233606671956 0 0 4224 0 0 0 0 17 0 0 0
/proc/18766/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301302 s]
/proc/loadavg: 2.43 2.42 2.37 4/81 18766
/proc/meminfo: memFree=1140944/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=0.03
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 895 127 3 0 3 0 0 0 19 0 1 0 44541500 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701346 s]
/proc/loadavg: 2.43 2.42 2.37 4/81 18766
/proc/meminfo: memFree=1140944/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=0.33
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 971 4493 3 1 3 0 27 3 15 0 1 0 44541500 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 2.43 2.42 2.37 3/92 18788
/proc/meminfo: memFree=1126200/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=1.12
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1120 12604 6 3 3 1 99 9 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10159 s]
/proc/loadavg: 2.43 2.42 2.37 2/92 18824
/proc/meminfo: memFree=1131000/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.57
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1745 42920 6 9 4 2 220 31 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 13600

[startup+6.30191 s]
/proc/loadavg: 2.47 2.43 2.37 4/84 18874
/proc/meminfo: memFree=1131576/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 15 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=5468 CPUtime=2.91
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1258 0 0 0 290 1 0 0 25 0 1 0 44541835 5599232 1244 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1367 1244 76 150 0 1214 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 24424

[startup+12.7016 s]
/proc/loadavg: 2.52 2.43 2.37 4/84 18874
/proc/meminfo: memFree=1131512/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=5468 CPUtime=9.25
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1258 0 0 0 924 1 0 0 25 0 1 0 44541835 5599232 1244 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1367 1244 76 150 0 1214 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 24424

[startup+25.5019 s]
/proc/loadavg: 2.62 2.46 2.38 4/84 18874
/proc/meminfo: memFree=1131640/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=5616 CPUtime=21.92
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1280 0 0 0 2191 1 0 0 25 0 1 0 44541835 5750784 1266 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1404 1266 76 150 0 1251 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 24572

[startup+51.1015 s]
/proc/loadavg: 2.75 2.50 2.40 4/84 18874
/proc/meminfo: memFree=1131512/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=5884 CPUtime=47.28
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1358 0 0 0 4727 1 0 0 25 0 1 0 44541835 6025216 1344 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1471 1344 76 150 0 1318 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 24840

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

[startup+76.7011 s]
/proc/loadavg: 2.83 2.54 2.41 4/84 18874
/proc/meminfo: memFree=1131256/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=72.63
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1420 0 0 0 7262 1 0 0 25 0 1 0 44541835 6303744 1406 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1406 76 150 0 1386 0
Current children cumulated CPU time (s) 75.47
Current children cumulated vsize (KiB) 25112

[startup+83.1017 s]
/proc/loadavg: 2.85 2.55 2.41 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=78.98
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1424 0 0 0 7897 1 0 0 25 0 1 0 44541835 6303744 1410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1410 76 150 0 1386 0
Current children cumulated CPU time (s) 81.82
Current children cumulated vsize (KiB) 25112

[startup+89.5013 s]
/proc/loadavg: 2.87 2.56 2.42 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=85.32
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1427 0 0 0 8531 1 0 0 25 0 1 0 44541835 6303744 1413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1413 76 150 0 1386 0
Current children cumulated CPU time (s) 88.16
Current children cumulated vsize (KiB) 25112

[startup+92.7017 s]
/proc/loadavg: 2.87 2.56 2.42 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=88.48
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1430 0 0 0 8847 1 0 0 25 0 1 0 44541835 6303744 1416 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1416 76 150 0 1386 0
Current children cumulated CPU time (s) 91.32
Current children cumulated vsize (KiB) 25112

[startup+94.3018 s]
/proc/loadavg: 2.88 2.57 2.42 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=90.07
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1431 0 0 0 9006 1 0 0 25 0 1 0 44541835 6303744 1417 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1417 76 150 0 1386 0
Current children cumulated CPU time (s) 92.91
Current children cumulated vsize (KiB) 25112

[startup+94.7029 s]
/proc/loadavg: 2.88 2.57 2.42 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=90.46
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1431 0 0 0 9045 1 0 0 25 0 1 0 44541835 6303744 1417 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1417 76 150 0 1386 0
Current children cumulated CPU time (s) 93.3
Current children cumulated vsize (KiB) 25112

[startup+95.1029 s]
/proc/loadavg: 2.88 2.57 2.42 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=90.86
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1431 0 0 0 9085 1 0 0 25 0 1 0 44541835 6303744 1417 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1417 76 150 0 1386 0
Current children cumulated CPU time (s) 93.7
Current children cumulated vsize (KiB) 25112

[startup+95.2029 s]
/proc/loadavg: 2.88 2.57 2.42 4/84 18874
/proc/meminfo: memFree=1131064/2055920 swapFree=4178784/4192956
[pid=18766] ppid=18764 vsize=13600 CPUtime=2.84
/proc/18766/stat : 18766 (sugar) S 18764 18766 16990 0 -1 4194304 1859 48244 6 10 4 2 243 35 16 0 1 0 44541500 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18766/statm: 3400 808 374 3 0 500 0
[pid=18873] ppid=18766 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18766 18766 16990 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44541835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=6156 CPUtime=90.96
/proc/18874/stat : 18874 (minisat) R 18873 18766 16990 0 -1 4194304 1431 0 0 0 9095 1 0 0 25 0 1 0 44541835 6303744 1417 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/18874/statm: 1539 1417 76 150 0 1386 0
Current children cumulated CPU time (s) 93.8
Current children cumulated vsize (KiB) 25112

Child status: 0
Real time (s): 95.257
CPU time (s): 93.8877
CPU user time (s): 93.4908
CPU system time (s): 0.396939
CPU usage (%): 98.5626
Max. virtual memory (cumulated for all children) (KiB): 887408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.4908
system time used= 0.396939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51900
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3306
involuntary context switches= 5065

runsolver used 0.132979 second user time and 0.32695 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 18:21:10
IDJOB=1113196
IDBENCH=61542
IDSOLVER=368
FILE ID=node27/1113196-1215879670
PBS_JOBID= 7903476
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel5-5.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-1113196-1215879670/watcher-1113196-1215879670 -o /tmp/evaluation-result-1113196-1215879670/solver-1113196-1215879670 -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-1113196-1215879670.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e9947661c937a66df0f73a5c98437a3
RANDOM SEED=267494

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1141424 kB
Buffers:          9344 kB
Cached:          50144 kB
SwapCached:       7492 kB
Active:         838352 kB
Inactive:        22292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1141424 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:         817016 kB
Slab:            37432 kB
Committed_AS:  1034436 kB
PageTables:       3404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node27 at 2008-07-12 18:22:46