Trace number 1108484

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 59.362 59.3239

General information on the benchmark

Namecsp/coloring/
normalized-myciel-5g-5-ext.xml
MD5SUM47f19d409f9d78e9224e2696b8e0decb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark59.362
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension236
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 15:22:41 2008
0.00/0.04	c 0	PID 12773
0.00/0.04	c 0	HOST node55.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1108484-1215782561.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108484-1215782561.xml' 'HOME/temp.csp'
0.04/0.22	c 0	1 domains, 47 variables, 0 predicates, 1 relations, 236 constraints
0.04/0.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.33	c 0	Parsing HOME/temp.csp
0.26/0.38	c 0	parsed 285 expressions
0.26/0.38	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.39	c 0	MAX CSP: 236 constraints
0.26/0.39	c 0	Converting to clausal form CSP
0.26/0.41	c 0	converted 53 (10%) expressions
0.26/0.42	c 0	converted 105 (20%) expressions
0.26/0.42	c 0	converted 158 (30%) expressions
0.26/0.43	c 0	converted 210 (40%) expressions
0.26/0.43	c 0	converted 262 (50%) expressions
0.26/0.43	c 0	converted 315 (60%) expressions
0.26/0.44	c 0	converted 367 (70%) expressions
0.26/0.44	c 0	converted 420 (80%) expressions
0.26/0.44	c 0	converted 472 (90%) expressions
0.26/0.52	c 0	converted 524 (100%) expressions
0.26/0.52	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 355
0.26/0.52	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.52	c 0	Propagation in CSP
0.26/0.54	c 0	231 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.54	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.26/0.54	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.54	c 0	Simplifing CSP by introducing new Boolean variables
0.26/0.54	c 0	CSP : 519 integers, 0 booleans, 707 clauses, largest domain size 237
0.26/0.54	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.57	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.58	c 0	52 (10%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.26/0.58	c 0	104 (20%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.26/0.58	c 0	156 (30%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.26/0.58	c 0	208 (40%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.26/0.58	c 0	260 (50%) CSP integer variables are encoded (141 clauses, 1453 bytes)
0.26/0.58	c 0	312 (60%) CSP integer variables are encoded (466 clauses, 5028 bytes)
0.26/0.59	c 0	364 (70%) CSP integer variables are encoded (2032 clauses, 24983 bytes)
0.26/0.59	c 0	416 (80%) CSP integer variables are encoded (2541 clauses, 31600 bytes)
0.26/0.59	c 0	468 (90%) CSP integer variables are encoded (2805 clauses, 35032 bytes)
0.26/0.59	c 0	519 (100%) CSP integer variables are encoded (3195 clauses, 40102 bytes)
0.26/0.61	c 0	71 (10%) CSP clauses are encoded (3550 clauses, 46535 bytes)
0.26/0.62	c 0	142 (20%) CSP clauses are encoded (3905 clauses, 53322 bytes)
0.26/0.62	c 0	213 (30%) CSP clauses are encoded (4260 clauses, 60221 bytes)
0.26/0.63	c 0	283 (40%) CSP clauses are encoded (4827 clauses, 68875 bytes)
0.26/0.69	c 0	354 (50%) CSP clauses are encoded (35529 clauses, 590637 bytes)
0.26/0.69	c 0	425 (60%) CSP clauses are encoded (36775 clauses, 611692 bytes)
0.26/0.74	c 0	495 (70%) CSP clauses are encoded (64690 clauses, 1122632 bytes)
0.26/0.75	c 0	566 (80%) CSP clauses are encoded (66075 clauses, 1146106 bytes)
0.26/0.75	c 0	637 (90%) CSP clauses are encoded (69130 clauses, 1200010 bytes)
0.26/0.78	c 0	707 (100%) CSP clauses are encoded (80103 clauses, 1397986 bytes)
0.26/0.78	c 0	707 CSP clauses encoded
0.26/0.78	c 0	Writing map file : HOME/temp.map
0.26/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.78	c 0	SAT : 3714 SAT variables, 80103 SAT clauses, 1397986 bytes
0.26/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.26/0.83	c 0	OBJECTIVE minimize _COST
0.26/0.83	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.26/0.83	c 0	SEARCHING: _COST <= 118
0.26/0.83	c 0	SOLVING HOME/temp.cnf
0.26/0.83	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.26/0.84	c 0	This is MiniSat 2.0 beta
0.26/0.84	c 0	WARNING: for repeatability, setting FPU to use double precision
0.26/0.84	c 0	============================[ Problem Statistics ]=============================
0.26/0.84	c 0	|                                                                             |
0.26/0.84	c 0	|  Number of variables:  3714                                                 |
0.26/0.84	c 0	|  Number of clauses:    80104                                                |
0.26/0.88	c 1	|  Parsing time:         0.03         s                                       |
0.97/0.90	c 1	============================[ Search Statistics ]==============================
0.97/0.90	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.97/0.90	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.97/0.90	c 1	===============================================================================
0.97/0.90	c 1	|         0 |    2770    51938   150405 |    17312        0    nan |  0.000 % |
0.97/0.91	c 1	===============================================================================
0.97/0.91	c 1	restarts              : 1
0.97/0.91	c 1	conflicts             : 0              (0 /sec)
0.97/0.91	c 1	decisions             : 46             (0.00 % random) (767 /sec)
0.97/0.91	c 1	propagations          : 3714           (61910 /sec)
0.97/0.91	c 1	conflict literals     : 0              ( nan % deleted)
0.97/0.91	c 1	Memory used           : 5.15 MB
0.97/0.91	c 1	CPU time              : 0.05999 s
0.97/0.91	c 1	
0.97/0.91	c 1	SATISFIABLE
0.97/0.91	c 1	FOUND: _COST <= 118
0.97/0.91	s SATISFIABLE
0.97/0.91	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.97/0.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.97/0.98	c 1	Decoding HOME/temp.out
1.13/1.03	c 1	OBJECTIVE _COST 118
1.13/1.03	o 118
1.13/1.03	v 1 2 1 0 2 3 0 1 1 3 2 2 2 4 1 4 1 2 3 4 1 2 2 3 4 3 4 3 4 3 3 4 3 4 3 4 3 4 3 4 4 3 4 3 4 3 4
1.13/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.06	c 1	OBJECTIVE BOUND: 0 <= _COST <= 118
1.13/1.06	c 1	SEARCHING: _COST <= 59
1.13/1.06	c 1	SOLVING HOME/temp.cnf
1.13/1.06	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.13/1.07	c 1	This is MiniSat 2.0 beta
1.13/1.07	c 1	WARNING: for repeatability, setting FPU to use double precision
1.13/1.07	c 1	============================[ Problem Statistics ]=============================
1.13/1.07	c 1	|                                                                             |
1.13/1.07	c 1	|  Number of variables:  3714                                                 |
1.13/1.07	c 1	|  Number of clauses:    80104                                                |
1.19/1.11	c 1	|  Parsing time:         0.04         s                                       |
1.19/1.12	c 1	============================[ Search Statistics ]==============================
1.19/1.12	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.12	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.12	c 1	===============================================================================
1.19/1.12	c 1	|         0 |    2239    34769   100432 |    11589        0    nan |  0.000 % |
1.19/1.13	c 1	===============================================================================
1.19/1.13	c 1	restarts              : 1
1.19/1.13	c 1	conflicts             : 0              (0 /sec)
1.19/1.13	c 1	decisions             : 40             (0.00 % random) (727 /sec)
1.19/1.13	c 1	propagations          : 3714           (67538 /sec)
1.19/1.13	c 1	conflict literals     : 0              ( nan % deleted)
1.19/1.13	c 1	Memory used           : 5.15 MB
1.19/1.13	c 1	CPU time              : 0.054991 s
1.19/1.13	c 1	
1.19/1.13	c 1	SATISFIABLE
1.19/1.13	c 1	FOUND: _COST <= 59
1.19/1.13	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.19/1.13	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.25/1.20	c 1	Decoding HOME/temp.out
1.25/1.25	c 1	OBJECTIVE _COST 59
1.25/1.25	o 59
1.25/1.25	v 2 0 2 0 1 2 1 2 1 3 0 2 4 4 4 4 1 1 2 4 1 4 2 3 3 3 4 3 3 3 3 3 3 4 3 3 3 4 3 3 4 3 3 3 4 3 4
1.25/1.26	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.29	c 1	OBJECTIVE BOUND: 0 <= _COST <= 59
1.25/1.29	c 1	SEARCHING: _COST <= 29
1.25/1.29	c 1	SOLVING HOME/temp.cnf
1.25/1.29	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.25/1.29	c 1	This is MiniSat 2.0 beta
1.25/1.29	c 1	WARNING: for repeatability, setting FPU to use double precision
1.25/1.29	c 1	============================[ Problem Statistics ]=============================
1.25/1.29	c 1	|                                                                             |
1.25/1.29	c 1	|  Number of variables:  3714                                                 |
1.25/1.29	c 1	|  Number of clauses:    80104                                                |
1.40/1.33	c 1	|  Parsing time:         0.04         s                                       |
1.40/1.35	c 1	============================[ Search Statistics ]==============================
1.40/1.35	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.35	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.35	c 1	===============================================================================
1.40/1.35	c 1	|         0 |    1875    20796    59575 |     6932        0    nan |  0.000 % |
1.40/1.35	c 1	===============================================================================
1.40/1.35	c 1	restarts              : 1
1.40/1.35	c 1	conflicts             : 0              (0 /sec)
1.40/1.35	c 1	decisions             : 41             (0.00 % random) (695 /sec)
1.40/1.35	c 1	propagations          : 3714           (62959 /sec)
1.40/1.35	c 1	conflict literals     : 0              ( nan % deleted)
1.40/1.35	c 1	Memory used           : 5.15 MB
1.40/1.35	c 1	CPU time              : 0.058991 s
1.40/1.35	c 1	
1.40/1.36	c 1	SATISFIABLE
1.40/1.36	c 1	FOUND: _COST <= 29
1.40/1.36	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.40/1.36	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.47/1.43	c 1	Decoding HOME/temp.out
1.47/1.47	c 1	OBJECTIVE _COST 29
1.47/1.47	o 29
1.47/1.48	v 1 0 4 0 1 1 0 4 0 1 4 4 2 2 2 2 2 2 2 2 2 2 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 3 3 3 3 3 3 4 3 4
1.47/1.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.48/1.52	c 1	OBJECTIVE BOUND: 0 <= _COST <= 29
1.48/1.52	c 1	SEARCHING: _COST <= 14
1.48/1.52	c 1	SOLVING HOME/temp.cnf
1.48/1.52	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.48/1.52	c 1	This is MiniSat 2.0 beta
1.48/1.52	c 1	WARNING: for repeatability, setting FPU to use double precision
1.48/1.52	c 1	============================[ Problem Statistics ]=============================
1.48/1.52	c 1	|                                                                             |
1.48/1.52	c 1	|  Number of variables:  3714                                                 |
1.48/1.52	c 1	|  Number of clauses:    80104                                                |
1.48/1.56	c 1	|  Parsing time:         0.04         s                                       |
1.48/1.58	c 1	============================[ Search Statistics ]==============================
1.48/1.58	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.48/1.58	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.48/1.58	c 1	===============================================================================
1.48/1.58	c 1	|         0 |    1578    12233    34762 |     4077        0    nan |  0.000 % |
1.48/1.58	c 1	===============================================================================
1.48/1.58	c 1	restarts              : 1
1.48/1.58	c 1	conflicts             : 1              (18 /sec)
1.48/1.58	c 1	decisions             : 48             (0.00 % random) (842 /sec)
1.48/1.58	c 1	propagations          : 3724           (65344 /sec)
1.48/1.58	c 1	conflict literals     : 22             (0.00 % deleted)
1.48/1.58	c 1	Memory used           : 5.15 MB
1.48/1.58	c 1	CPU time              : 0.056991 s
1.48/1.58	c 1	
1.48/1.58	c 1	SATISFIABLE
1.48/1.59	c 1	FOUND: _COST <= 14
1.48/1.59	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.48/1.59	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.70/1.66	c 1	Decoding HOME/temp.out
1.70/1.70	c 1	OBJECTIVE _COST 14
1.70/1.70	o 14
1.70/1.71	v 1 0 2 2 0 1 0 1 1 1 2 4 4 4 4 4 4 4 4 4 4 4 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 3 3 3 3 3 3 3 3 4
1.70/1.71	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.74	c 1	OBJECTIVE BOUND: 0 <= _COST <= 14
1.70/1.74	c 1	SEARCHING: _COST <= 7
1.70/1.74	c 1	SOLVING HOME/temp.cnf
1.70/1.74	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.70/1.74	c 1	This is MiniSat 2.0 beta
1.70/1.74	c 1	WARNING: for repeatability, setting FPU to use double precision
1.70/1.74	c 1	============================[ Problem Statistics ]=============================
1.70/1.74	c 1	|                                                                             |
1.70/1.75	c 1	|  Number of variables:  3714                                                 |
1.70/1.75	c 1	|  Number of clauses:    80104                                                |
1.70/1.79	c 1	|  Parsing time:         0.04         s                                       |
1.85/1.80	c 1	============================[ Search Statistics ]==============================
1.85/1.80	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.85/1.80	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.85/1.80	c 1	===============================================================================
1.85/1.80	c 1	|         0 |    1328     7675    21831 |     2558        0    nan |  0.000 % |
1.85/1.81	c 1	===============================================================================
1.85/1.81	c 1	restarts              : 1
1.85/1.81	c 1	conflicts             : 1              (17 /sec)
1.85/1.81	c 1	decisions             : 48             (0.00 % random) (800 /sec)
1.85/1.81	c 1	propagations          : 3734           (62244 /sec)
1.85/1.81	c 1	conflict literals     : 39             (0.00 % deleted)
1.85/1.81	c 1	Memory used           : 5.15 MB
1.85/1.81	c 1	CPU time              : 0.05999 s
1.85/1.81	c 1	
1.85/1.81	c 1	SATISFIABLE
1.85/1.81	c 1	FOUND: _COST <= 7
1.85/1.81	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.85/1.81	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.85/1.88	c 2	Decoding HOME/temp.out
1.92/1.93	c 2	OBJECTIVE _COST 7
1.92/1.93	o 7
1.92/1.93	v 1 0 4 4 0 1 0 1 1 1 4 2 2 2 2 2 2 2 2 2 2 2 4 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4
1.92/1.93	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.92/1.97	c 2	OBJECTIVE BOUND: 0 <= _COST <= 7
1.92/1.97	c 2	SEARCHING: _COST <= 3
1.92/1.97	c 2	SOLVING HOME/temp.cnf
1.92/1.97	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/1.97	c 2	This is MiniSat 2.0 beta
1.92/1.97	c 2	WARNING: for repeatability, setting FPU to use double precision
1.92/1.97	c 2	============================[ Problem Statistics ]=============================
1.92/1.97	c 2	|                                                                             |
1.92/1.97	c 2	|  Number of variables:  3714                                                 |
1.92/1.97	c 2	|  Number of clauses:    80104                                                |
2.07/2.01	c 2	|  Parsing time:         0.04         s                                       |
2.07/2.03	c 2	============================[ Search Statistics ]==============================
2.07/2.03	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.03	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.03	c 2	===============================================================================
2.07/2.03	c 2	|         0 |    1024     4473    13133 |     1491        0    nan |  0.000 % |
2.07/2.04	c 2	|       100 |    1024     4473    13133 |     1640      100     41 | 72.429 % |
2.07/2.04	c 2	===============================================================================
2.07/2.04	c 2	restarts              : 2
2.07/2.04	c 2	conflicts             : 102            (1645 /sec)
2.07/2.04	c 2	decisions             : 189            (1.06 % random) (3049 /sec)
2.07/2.04	c 2	propagations          : 7299           (117745 /sec)
2.07/2.04	c 2	conflict literals     : 4181           (0.05 % deleted)
2.07/2.04	c 2	Memory used           : 5.15 MB
2.07/2.04	c 2	CPU time              : 0.06199 s
2.07/2.04	c 2	
2.07/2.04	c 2	SATISFIABLE
2.07/2.04	c 2	FOUND: _COST <= 3
2.07/2.04	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.07/2.04	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.19/2.11	c 2	Decoding HOME/temp.out
2.19/2.16	c 2	OBJECTIVE _COST 3
2.19/2.16	o 3
2.19/2.16	v 3 2 4 1 4 3 2 0 1 0 4 3 2 1 2 2 3 2 1 2 2 4 0 4 4 3 1 3 3 0 3 1 3 4 4 1 3 1 3 3 1 3 1 3 4 0 2
2.19/2.16	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.19	c 2	OBJECTIVE BOUND: 0 <= _COST <= 3
2.19/2.19	c 2	SEARCHING: _COST <= 1
2.19/2.19	c 2	SOLVING HOME/temp.cnf
2.19/2.19	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.19/2.20	c 2	This is MiniSat 2.0 beta
2.19/2.20	c 2	WARNING: for repeatability, setting FPU to use double precision
2.19/2.20	c 2	============================[ Problem Statistics ]=============================
2.19/2.20	c 2	|                                                                             |
2.19/2.20	c 2	|  Number of variables:  3714                                                 |
2.19/2.20	c 2	|  Number of clauses:    80104                                                |
2.29/2.24	c 2	|  Parsing time:         0.04         s                                       |
2.29/2.26	c 2	============================[ Search Statistics ]==============================
2.29/2.26	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.26	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.26	c 2	===============================================================================
2.29/2.26	c 2	|         0 |     660     2262     7590 |      754        0    nan |  0.000 % |
2.29/2.26	c 2	|       101 |     660     2262     7590 |      829      101     44 | 82.229 % |
2.29/2.26	c 2	===============================================================================
2.29/2.26	c 2	restarts              : 2
2.29/2.26	c 2	conflicts             : 101            (1656 /sec)
2.29/2.26	c 2	decisions             : 179            (1.68 % random) (2935 /sec)
2.29/2.26	c 2	propagations          : 6819           (111805 /sec)
2.29/2.26	c 2	conflict literals     : 4456           (0.00 % deleted)
2.29/2.26	c 2	Memory used           : 5.15 MB
2.29/2.26	c 2	CPU time              : 0.06099 s
2.29/2.26	c 2	
2.29/2.27	c 2	SATISFIABLE
2.29/2.27	c 2	FOUND: _COST <= 1
2.29/2.27	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.29/2.27	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.36/2.34	c 2	Decoding HOME/temp.out
2.36/2.38	c 2	OBJECTIVE _COST 1
2.36/2.38	o 1
2.36/2.38	v 3 2 1 1 2 0 2 0 0 2 1 3 2 3 1 3 3 2 3 0 3 3 4 4 4 4 4 4 4 4 4 4 4 4 3 2 3 1 3 3 2 3 1 3 3 4 0
2.36/2.39	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.36/2.43	c 2	OBJECTIVE BOUND: 0 <= _COST <= 1
2.36/2.43	c 2	SEARCHING: _COST <= 0
2.36/2.43	c 2	SOLVING HOME/temp.cnf
2.36/2.43	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.36/2.43	c 2	This is MiniSat 2.0 beta
2.36/2.43	c 2	WARNING: for repeatability, setting FPU to use double precision
2.36/2.43	c 2	============================[ Problem Statistics ]=============================
2.36/2.43	c 2	|                                                                             |
2.36/2.43	c 2	|  Number of variables:  3714                                                 |
2.36/2.43	c 2	|  Number of clauses:    80104                                                |
2.36/2.47	c 2	|  Parsing time:         0.03         s                                       |
2.36/2.49	c 2	============================[ Search Statistics ]==============================
2.36/2.49	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.36/2.49	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.36/2.49	c 2	===============================================================================
2.36/2.49	c 2	|         0 |     188     1321     5238 |      440        0    nan |  0.000 % |
2.36/2.49	c 2	|       100 |     188     1321     5238 |      484      100     18 | 94.938 % |
2.50/2.50	c 2	|       250 |     188     1321     5238 |      532      250     18 | 94.938 % |
2.50/2.50	c 2	|       476 |     188     1321     5238 |      586      476     18 | 94.938 % |
2.50/2.51	c 2	|       813 |     188     1321     5238 |      644      813     18 | 94.938 % |
2.50/2.52	c 2	|      1319 |     188     1321     5238 |      709     1319     17 | 94.938 % |
2.50/2.55	c 2	|      2078 |     188     1321     5238 |      780     2078     17 | 94.938 % |
2.50/2.58	c 2	|      3217 |     188     1321     5238 |      858     3217     17 | 94.938 % |
2.50/2.66	c 2	|      4925 |     188     1321     5238 |      943     2713     15 | 94.938 % |
2.50/2.76	c 2	|      7487 |     188     1321     5238 |     1038     3020     16 | 94.938 % |
2.50/2.92	c 3	|     11333 |     188     1321     5238 |     1142     4550     17 | 94.938 % |
2.50/3.17	c 3	|     17100 |     188     1321     5238 |     1256     3217     16 | 94.938 % |
3.55/3.55	c 3	|     25750 |     188     1321     5238 |     1381     4601     19 | 94.938 % |
4.15/4.16	c 4	|     38725 |     188     1321     5238 |     1520     2686     14 | 94.938 % |
5.05/5.06	c 5	|     58187 |     188     1321     5238 |     1672     4281     14 | 94.938 % |
6.45/6.45	c 6	|     87379 |     188     1321     5238 |     1839     4575     18 | 94.938 % |
8.55/8.55	c 8	|    131169 |     188     1321     5238 |     2023     4999     16 | 94.938 % |
11.76/11.79	c 11	|    196854 |     188     1321     5238 |     2225     3299     20 | 94.938 % |
16.55/16.59	c 16	|    295381 |     188     1321     5238 |     2448     3058     18 | 94.938 % |
24.45/24.40	c 24	|    443171 |     188     1321     5238 |     2693     3134     19 | 94.938 % |
36.22/36.21	c 36	|    664854 |     188     1321     5238 |     2962     5351     19 | 94.938 % |
54.40/54.43	c 54	|    997381 |     183     1256     4976 |     3258     4156     17 | 95.073 % |
59.30/59.32	c 59	===============================================================================
59.30/59.32	c 59	restarts              : 22
59.30/59.32	c 59	conflicts             : 1083706        (19106 /sec)
59.30/59.32	c 59	decisions             : 1322918        (1.45 % random) (23324 /sec)
59.30/59.32	c 59	propagations          : 37499384       (661139 /sec)
59.30/59.32	c 59	conflict literals     : 19196036       (8.84 % deleted)
59.30/59.32	c 59	Memory used           : 5.68 MB
59.30/59.32	c 59	CPU time              : 56.7194 s
59.30/59.32	c 59	
59.30/59.32	c 59	UNSATISFIABLE
59.30/59.32	c 59	NOT FOUND: _COST <= 0
59.30/59.32	c 59	OBJECTIVE _COST 1
59.30/59.32	s OPTIMUM FOUND
59.30/59.32	c 59	CPU 58.88 (0.04 0.02 58.84 0.43)
59.30/59.32	c 59	END Fri Jul 11 15:23:40 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-1108484-1215782561/watcher-1108484-1215782561 -o /tmp/evaluation-result-1108484-1215782561/solver-1108484-1215782561 -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-1108484-1215782561.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: 3.18 3.33 3.19 3/67 12773
/proc/meminfo: memFree=833176/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=12268 CPUtime=0
/proc/12773/stat : 12773 (sugar) R 12771 12773 12474 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 34954704 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 1 0 0
/proc/12773/statm: 3067 316 241 3 0 167 0

[startup+0.062762 s]
/proc/loadavg: 3.18 3.33 3.19 3/67 12773
/proc/meminfo: memFree=833176/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=0.04
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 34954704 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12773/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103998 s]
/proc/loadavg: 3.18 3.33 3.19 3/67 12773
/proc/meminfo: memFree=833176/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=0.04
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 34954704 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12773/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301957 s]
/proc/loadavg: 3.18 3.33 3.19 3/67 12773
/proc/meminfo: memFree=833176/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=0.26
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 957 4167 0 1 3 1 19 3 16 0 1 0 34954704 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12773/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+0.702001 s]
/proc/loadavg: 3.18 3.33 3.19 3/67 12773
/proc/meminfo: memFree=833176/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=0.26
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 974 4167 0 1 3 1 19 3 16 0 1 0 34954704 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 3.18 3.33 3.19 3/78 12807
/proc/meminfo: memFree=825080/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=1.48
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1356 22907 0 4 3 2 127 16 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13600

[startup+3.10121 s]
/proc/loadavg: 3.18 3.33 3.19 2/78 12867
/proc/meminfo: memFree=825760/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 15 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 13600

[startup+6.30251 s]
/proc/loadavg: 3.00 3.29 3.18 2/70 12881
/proc/meminfo: memFree=824784/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5408 CPUtime=3.85
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1239 0 0 0 385 0 0 0 25 0 1 0 34954947 5537792 1225 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1352 1225 75 150 0 1199 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 24364

[startup+12.7011 s]
/proc/loadavg: 2.84 3.25 3.17 4/85 12912
/proc/meminfo: memFree=791576/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5408 CPUtime=10.26
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1240 0 0 0 1025 1 0 0 25 0 1 0 34954947 5537792 1226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1352 1226 75 150 0 1199 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 24364

[startup+25.5013 s]
/proc/loadavg: 2.65 3.19 3.15 3/85 12912
/proc/meminfo: memFree=700976/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5540 CPUtime=23.04
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1272 0 0 0 2301 3 0 0 25 0 1 0 34954947 5672960 1258 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1385 1258 75 150 0 1232 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 24496

[startup+51.1017 s]
/proc/loadavg: 2.57 3.12 3.13 3/85 12912
/proc/meminfo: memFree=409840/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5816 CPUtime=48.62
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1354 0 0 0 4854 8 0 0 25 0 1 0 34954947 5955584 1340 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1454 1340 75 150 0 1301 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 24772

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

[startup+54.302 s]
/proc/loadavg: 2.60 3.12 3.13 3/85 12912
/proc/meminfo: memFree=370928/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5816 CPUtime=51.8
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1357 0 0 0 5172 8 0 0 25 0 1 0 34954947 5955584 1343 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1454 1343 75 150 0 1301 0
Current children cumulated CPU time (s) 54.3
Current children cumulated vsize (KiB) 24772

[startup+57.5022 s]
/proc/loadavg: 2.60 3.12 3.13 3/85 12912
/proc/meminfo: memFree=332528/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5816 CPUtime=55.01
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1361 0 0 0 5491 10 0 0 25 0 1 0 34954947 5955584 1347 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1454 1347 75 150 0 1301 0
Current children cumulated CPU time (s) 57.51
Current children cumulated vsize (KiB) 24772

[startup+58.3073 s]
/proc/loadavg: 2.60 3.12 3.13 3/85 12912
/proc/meminfo: memFree=318640/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5816 CPUtime=55.81
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1364 0 0 0 5571 10 0 0 25 0 1 0 34954947 5955584 1350 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1454 1350 75 150 0 1301 0
Current children cumulated CPU time (s) 58.31
Current children cumulated vsize (KiB) 24772

[startup+59.1014 s]
/proc/loadavg: 2.60 3.12 3.13 3/85 12912
/proc/meminfo: memFree=318640/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5816 CPUtime=56.6
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1364 0 0 0 5650 10 0 0 25 0 1 0 34954947 5955584 1350 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1454 1350 75 150 0 1301 0
Current children cumulated CPU time (s) 59.1
Current children cumulated vsize (KiB) 24772

[startup+59.3014 s]
/proc/loadavg: 2.55 3.10 3.12 3/85 12912
/proc/meminfo: memFree=304880/2055920 swapFree=4192956/4192956
[pid=12773] ppid=12771 vsize=13600 CPUtime=2.5
/proc/12773/stat : 12773 (sugar) S 12771 12773 12474 0 -1 4194304 1865 47881 0 9 4 2 212 32 16 0 1 0 34954704 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12773/statm: 3400 808 374 3 0 500 0
[pid=12880] ppid=12773 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12773 12773 12474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 34954947 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 232 193 169 0 50 0
[pid=12881] ppid=12880 vsize=5816 CPUtime=56.8
/proc/12881/stat : 12881 (minisat) R 12880 12773 12474 0 -1 4194304 1364 0 0 0 5670 10 0 0 25 0 1 0 34954947 5955584 1350 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 0 0 0
/proc/12881/statm: 1454 1350 75 150 0 1301 0
Current children cumulated CPU time (s) 59.3
Current children cumulated vsize (KiB) 24772

Child status: 0
Real time (s): 59.3239
CPU time (s): 59.362
CPU user time (s): 58.893
CPU system time (s): 0.468928
CPU usage (%): 100.064
Max. virtual memory (cumulated for all children) (KiB): 883704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.893
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51476
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1950
involuntary context switches= 1457

runsolver used 0.077988 second user time and 0.206968 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-11 15:22:41
IDJOB=1108484
IDBENCH=60725
IDSOLVER=368
FILE ID=node55/1108484-1215782561
PBS_JOBID= 7903090
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/coloring/normalized-myciel-5g-5-ext.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-1108484-1215782561/watcher-1108484-1215782561 -o /tmp/evaluation-result-1108484-1215782561/solver-1108484-1215782561 -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-1108484-1215782561.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 47f19d409f9d78e9224e2696b8e0decb
RANDOM SEED=1301692368

node55.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.225
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.225
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:        833656 kB
Buffers:         50012 kB
Cached:        1090688 kB
SwapCached:          0 kB
Active:         465688 kB
Inactive:       690028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        833656 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          24744 kB
Slab:            52196 kB
Committed_AS:    84236 kB
PageTables:       1680 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= 65968 MiB
End job on node55 at 2008-07-11 15:23:40