Trace number 1113496

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM2 24.8032 25.2943

General information on the benchmark

Namecsp/graphColoring/sgb/book/
normalized-anna-9.xml
MD5SUM917dadccd4cfa108093071b1b54bb5cb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark22.8125
Satisfiable
(Un)Satisfiability was proved
Number of variables138
Number of constraints493
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension493
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.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 19:59:09 2008
0.00/0.14	c 0	PID 10077
0.00/0.14	c 0	HOST node75.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1113496-1215885549.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113496-1215885549.xml' 'HOME/temp.csp'
0.04/0.48	c 1	1 domains, 138 variables, 1 predicates, 0 relations, 493 constraints
0.04/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.51	c 1	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.04/0.58	c 1	Parsing HOME/temp.csp
0.37/0.74	c 1	parsed 633 expressions
0.37/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.80	c 1	MAX CSP: 493 constraints
0.37/0.81	c 1	Converting to clausal form CSP
0.37/0.83	c 1	converted 113 (10%) expressions
0.37/0.85	c 1	converted 226 (20%) expressions
0.37/0.87	c 1	converted 339 (30%) expressions
0.37/0.90	c 1	converted 452 (40%) expressions
0.37/0.91	c 1	converted 565 (50%) expressions
0.37/0.98	c 1	converted 678 (60%) expressions
0.37/0.99	c 1	converted 791 (70%) expressions
0.37/1.00	c 1	converted 904 (80%) expressions
0.84/1.00	c 1	converted 1017 (90%) expressions
0.84/1.08	c 1	converted 1129 (100%) expressions
0.84/1.08	c 1	CSP : 1124 integers, 0 booleans, 1478 clauses, largest domain size 740
0.84/1.08	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.84/1.08	c 1	Propagation in CSP
0.94/1.12	c 1	486 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.12	c 1	CSP : 1124 integers, 0 booleans, 1478 clauses, largest domain size 494
0.94/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.12	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.13	c 1	CSP : 1124 integers, 986 booleans, 2464 clauses, largest domain size 494
0.94/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.16	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.18	c 1	113 (10%) CSP integer variables are encoded (791 clauses, 8577 bytes)
0.94/1.18	c 1	225 (20%) CSP integer variables are encoded (966 clauses, 10685 bytes)
0.94/1.19	c 1	338 (30%) CSP integer variables are encoded (966 clauses, 10685 bytes)
0.94/1.19	c 1	450 (40%) CSP integer variables are encoded (966 clauses, 10685 bytes)
0.94/1.19	c 1	562 (50%) CSP integer variables are encoded (966 clauses, 10685 bytes)
0.94/1.19	c 1	675 (60%) CSP integer variables are encoded (1609 clauses, 19044 bytes)
0.94/1.19	c 1	787 (70%) CSP integer variables are encoded (2325 clauses, 28352 bytes)
0.94/1.19	c 1	900 (80%) CSP integer variables are encoded (3245 clauses, 40312 bytes)
1.03/1.20	c 1	1012 (90%) CSP integer variables are encoded (7147 clauses, 91038 bytes)
1.03/1.20	c 1	1124 (100%) CSP integer variables are encoded (8350 clauses, 106677 bytes)
1.03/1.22	c 1	247 (10%) CSP clauses are encoded (9917 clauses, 131445 bytes)
1.03/1.23	c 1	493 (20%) CSP clauses are encoded (11475 clauses, 156785 bytes)
1.03/1.24	c 1	740 (30%) CSP clauses are encoded (13042 clauses, 182207 bytes)
1.03/1.25	c 1	986 (40%) CSP clauses are encoded (14600 clauses, 208995 bytes)
1.03/1.25	c 1	1232 (50%) CSP clauses are encoded (16158 clauses, 236015 bytes)
1.03/1.26	c 1	1479 (60%) CSP clauses are encoded (17717 clauses, 263711 bytes)
1.03/1.30	c 2	1725 (70%) CSP clauses are encoded (34697 clauses, 568337 bytes)
1.13/1.38	c 2	1972 (80%) CSP clauses are encoded (82416 clauses, 1438995 bytes)
1.33/1.59	c 2	2218 (90%) CSP clauses are encoded (211830 clauses, 3787669 bytes)
1.53/1.78	c 2	2464 (100%) CSP clauses are encoded (336050 clauses, 6068567 bytes)
1.53/1.78	c 2	2464 CSP clauses encoded
1.53/1.79	c 2	Writing map file : HOME/temp.map
1.63/1.80	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.80	c 2	SAT : 10460 SAT variables, 336050 SAT clauses, 6068567 bytes
1.63/1.81	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.82	c 2	OBJECTIVE minimize _COST
1.63/1.83	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.63/1.83	c 2	SEARCHING: _COST <= 247
1.63/1.83	c 2	SOLVING HOME/temp.cnf
1.63/1.83	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.63/1.83	c 2	This is MiniSat 2.0 beta
1.63/1.83	c 2	WARNING: for repeatability, setting FPU to use double precision
1.63/1.83	c 2	============================[ Problem Statistics ]=============================
1.63/1.83	c 2	|                                                                             |
1.63/1.84	c 2	|  Number of variables:  10460                                                |
1.63/1.84	c 2	|  Number of clauses:    336051                                               |
1.64/1.99	c 2	|  Parsing time:         0.14         s                                       |
1.64/2.07	c 2	============================[ Search Statistics ]==============================
1.64/2.07	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/2.07	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/2.07	c 2	===============================================================================
1.64/2.07	c 2	|         0 |    8246   218867   637414 |    72955        0    nan |  0.000 % |
1.64/2.09	c 2	===============================================================================
1.64/2.09	c 2	restarts              : 1
1.64/2.09	c 2	conflicts             : 1              (4 /sec)
1.64/2.09	c 2	decisions             : 551            (0.54 % random) (2306 /sec)
1.64/2.09	c 2	propagations          : 10767          (45057 /sec)
1.64/2.09	c 2	conflict literals     : 24             (14.29 % deleted)
1.64/2.09	c 2	Memory used           : 15.73 MB
1.64/2.09	c 2	CPU time              : 0.238963 s
1.64/2.09	c 2	
1.64/2.10	c 2	SATISFIABLE
1.89/2.10	c 2	FOUND: _COST <= 247
1.89/2.10	s SATISFIABLE
1.89/2.10	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.89/2.10	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.89/2.18	c 2	Decoding HOME/temp.out
1.91/2.30	c 3	OBJECTIVE _COST 65
1.91/2.30	o 65
1.91/2.31	v 8 0 4 2 8 2 2 2 2 7 2 5 2 4 2 4 1 3 4 2 1 3 8 3 3 1 5 2 4 6 8 5 1 7 7 0 3 3 8 1 7 7 7 4 1 1 3 8 3 7 6 7 5 0 6 3 2 5 4 4 6 8 5 2 4 8 3 4 7 3 8 4 6 5 8 7 7 6 7 8 6 7 6 7 6 8 8 8 7 8 7 7 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
1.91/2.31	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.36	c 3	OBJECTIVE BOUND: 0 <= _COST <= 65
1.91/2.36	c 3	SEARCHING: _COST <= 32
1.91/2.36	c 3	SOLVING HOME/temp.cnf
1.91/2.36	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.37	c 3	This is MiniSat 2.0 beta
1.91/2.37	c 3	WARNING: for repeatability, setting FPU to use double precision
1.91/2.37	c 3	============================[ Problem Statistics ]=============================
1.91/2.37	c 3	|                                                                             |
1.91/2.37	c 3	|  Number of variables:  10460                                                |
1.91/2.37	c 3	|  Number of clauses:    336051                                               |
2.12/2.54	c 3	|  Parsing time:         0.14         s                                       |
2.12/2.66	c 3	============================[ Search Statistics ]==============================
2.12/2.66	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.66	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.66	c 3	===============================================================================
2.12/2.66	c 3	|         0 |    5614    55965   156389 |    18655        0    nan |  0.000 % |
2.12/2.68	c 3	===============================================================================
2.12/2.68	c 3	restarts              : 1
2.12/2.68	c 3	conflicts             : 9              (31 /sec)
2.12/2.68	c 3	decisions             : 426            (0.00 % random) (1485 /sec)
2.12/2.68	c 3	propagations          : 11422          (39804 /sec)
2.12/2.68	c 3	conflict literals     : 142            (12.88 % deleted)
2.12/2.68	c 3	Memory used           : 16.14 MB
2.12/2.68	c 3	CPU time              : 0.286956 s
2.12/2.68	c 3	
2.12/2.68	c 3	SATISFIABLE
2.12/2.69	c 3	FOUND: _COST <= 32
2.12/2.69	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.12/2.69	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.44/2.76	c 3	Decoding HOME/temp.out
2.44/2.86	c 3	OBJECTIVE _COST 32
2.44/2.86	o 32
2.44/2.87	v 7 0 2 1 7 6 1 1 1 3 1 3 1 2 1 1 2 2 1 5 0 0 8 0 0 3 8 0 1 0 8 6 6 2 7 8 0 0 8 8 6 6 7 1 1 0 0 7 0 8 5 6 6 8 6 8 7 6 6 8 6 1 8 0 2 7 0 1 7 0 7 1 2 3 8 3 3 4 3 7 4 3 4 7 4 8 8 8 5 8 5 7 3 3 4 7 6 7 6 7 8 8 7 8 8 5 8 6 8 8 8 8 8 8 7 7 7 7 8 7 8 8 8 8 7 8 7 8 8 8 8 8 7 8 7 7 7 7
2.44/2.87	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.44/2.90	c 3	OBJECTIVE BOUND: 0 <= _COST <= 32
2.44/2.90	c 3	SEARCHING: _COST <= 16
2.44/2.90	c 3	SOLVING HOME/temp.cnf
2.44/2.90	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.44/2.90	c 3	This is MiniSat 2.0 beta
2.44/2.90	c 3	WARNING: for repeatability, setting FPU to use double precision
2.44/2.90	c 3	============================[ Problem Statistics ]=============================
2.44/2.90	c 3	|                                                                             |
2.44/2.90	c 3	|  Number of variables:  10460                                                |
2.44/2.90	c 3	|  Number of clauses:    336051                                               |
2.62/3.07	c 3	|  Parsing time:         0.15         s                                       |
2.62/3.19	c 3	============================[ Search Statistics ]==============================
2.62/3.19	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.62/3.19	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.62/3.19	c 3	===============================================================================
2.62/3.19	c 3	|         0 |    5071    36159    98584 |    12053        0    nan |  0.000 % |
2.91/3.21	c 3	===============================================================================
2.91/3.21	c 3	restarts              : 1
2.91/3.21	c 3	conflicts             : 13             (45 /sec)
2.91/3.21	c 3	decisions             : 422            (0.24 % random) (1460 /sec)
2.91/3.21	c 3	propagations          : 12495          (43242 /sec)
2.91/3.21	c 3	conflict literals     : 236            (11.28 % deleted)
2.91/3.21	c 3	Memory used           : 16.13 MB
2.91/3.21	c 3	CPU time              : 0.288956 s
2.91/3.21	c 3	
2.91/3.22	c 3	SATISFIABLE
2.91/3.22	c 3	FOUND: _COST <= 16
2.91/3.22	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.91/3.22	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.91/3.30	c 4	Decoding HOME/temp.out
2.94/3.41	c 4	OBJECTIVE _COST 16
2.94/3.41	o 16
2.94/3.42	v 8 0 1 4 8 4 1 4 3 3 1 3 4 1 4 1 1 5 1 6 1 0 8 0 0 3 8 2 1 0 8 4 3 2 8 0 2 0 8 3 7 7 7 0 1 1 0 8 0 8 8 8 7 6 6 8 5 5 7 1 8 4 8 7 7 8 8 7 7 0 8 1 2 2 8 3 3 4 3 8 3 3 4 7 4 8 8 8 6 6 4 7 3 3 4 7 6 7 6 7 8 8 8 7 8 6 8 7 6 8 7 6 8 8 7 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8
2.94/3.42	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.94/3.43	c 4	OBJECTIVE BOUND: 0 <= _COST <= 16
2.94/3.43	c 4	SEARCHING: _COST <= 8
2.94/3.43	c 4	SOLVING HOME/temp.cnf
2.94/3.43	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.94/3.43	c 4	This is MiniSat 2.0 beta
2.94/3.43	c 4	WARNING: for repeatability, setting FPU to use double precision
2.94/3.43	c 4	============================[ Problem Statistics ]=============================
2.94/3.43	c 4	|                                                                             |
2.94/3.43	c 4	|  Number of variables:  10460                                                |
2.94/3.43	c 4	|  Number of clauses:    336051                                               |
3.15/3.60	c 4	|  Parsing time:         0.15         s                                       |
3.15/3.71	c 4	============================[ Search Statistics ]==============================
3.15/3.71	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.15/3.71	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.15/3.71	c 4	===============================================================================
3.15/3.71	c 4	|         0 |    4561    25199    67226 |     8399        0    nan |  0.000 % |
3.15/3.73	c 4	===============================================================================
3.15/3.73	c 4	restarts              : 1
3.15/3.73	c 4	conflicts             : 15             (53 /sec)
3.15/3.73	c 4	decisions             : 395            (0.00 % random) (1391 /sec)
3.15/3.73	c 4	propagations          : 13487          (47497 /sec)
3.15/3.73	c 4	conflict literals     : 289            (9.40 % deleted)
3.15/3.73	c 4	Memory used           : 15.99 MB
3.15/3.73	c 4	CPU time              : 0.283956 s
3.15/3.73	c 4	
3.15/3.74	c 4	SATISFIABLE
3.15/3.74	c 4	FOUND: _COST <= 8
3.15/3.74	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.15/3.74	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.47/3.82	c 4	Decoding HOME/temp.out
3.47/3.94	c 4	OBJECTIVE _COST 8
3.47/3.94	o 8
3.47/3.95	v 7 0 1 8 7 6 1 7 3 3 1 1 6 1 8 1 1 0 1 5 3 0 8 0 0 3 8 2 1 0 8 5 3 0 4 8 0 0 8 5 5 6 7 1 1 1 0 7 8 8 6 7 6 8 6 8 7 8 6 5 2 8 8 6 1 7 0 6 7 0 7 1 2 2 8 3 3 4 3 7 3 3 4 7 4 8 8 8 5 5 4 7 3 1 4 7 5 7 5 7 6 8 7 8 8 5 8 6 5 8 6 4 8 8 6 6 6 5 6 5 8 8 8 8 7 6 6 8 8 8 7 8 7 8 7 7 7 7
3.47/3.95	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.47/4.00	c 4	OBJECTIVE BOUND: 0 <= _COST <= 8
3.47/4.00	c 4	SEARCHING: _COST <= 4
3.47/4.00	c 4	SOLVING HOME/temp.cnf
3.47/4.00	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.47/4.00	c 4	This is MiniSat 2.0 beta
3.47/4.00	c 4	WARNING: for repeatability, setting FPU to use double precision
3.47/4.00	c 4	============================[ Problem Statistics ]=============================
3.47/4.00	c 4	|                                                                             |
3.47/4.01	c 4	|  Number of variables:  10460                                                |
3.47/4.01	c 4	|  Number of clauses:    336051                                               |
3.67/4.17	c 4	|  Parsing time:         0.14         s                                       |
3.67/4.29	c 5	============================[ Search Statistics ]==============================
3.67/4.29	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.67/4.29	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.67/4.29	c 5	===============================================================================
3.67/4.29	c 5	|         0 |    4063    18903    49828 |     6301        0    nan |  0.000 % |
3.95/4.32	c 5	===============================================================================
3.95/4.32	c 5	restarts              : 1
3.95/4.32	c 5	conflicts             : 1              (4 /sec)
3.95/4.32	c 5	decisions             : 367            (0.00 % random) (1306 /sec)
3.95/4.32	c 5	propagations          : 10691          (38052 /sec)
3.95/4.32	c 5	conflict literals     : 33             (0.00 % deleted)
3.95/4.32	c 5	Memory used           : 15.99 MB
3.95/4.32	c 5	CPU time              : 0.280957 s
3.95/4.32	c 5	
3.95/4.32	c 5	SATISFIABLE
3.95/4.32	c 5	FOUND: _COST <= 4
3.95/4.32	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.95/4.32	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.95/4.40	c 5	Decoding HOME/temp.out
3.99/4.50	c 5	OBJECTIVE _COST 4
3.99/4.50	o 4
3.99/4.50	v 8 0 1 7 8 6 1 6 3 3 1 3 6 1 7 1 1 8 1 6 1 0 7 0 0 3 8 2 1 0 7 6 3 2 4 0 2 0 7 4 5 7 7 0 1 1 0 8 0 6 2 4 3 2 7 8 7 8 6 1 6 7 7 5 8 8 8 4 7 0 8 1 2 2 7 3 3 4 3 7 3 3 4 7 4 8 7 7 5 7 4 5 3 3 4 7 5 7 5 7 8 8 7 8 7 5 7 6 5 8 7 5 7 7 6 6 6 5 6 6 7 8 6 8 8 6 6 7 6 5 7 7 8 8 7 7 8 7
3.99/4.51	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.99/4.53	c 5	OBJECTIVE BOUND: 0 <= _COST <= 4
3.99/4.53	c 5	SEARCHING: _COST <= 2
3.99/4.53	c 5	SOLVING HOME/temp.cnf
3.99/4.53	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.99/4.54	c 5	This is MiniSat 2.0 beta
3.99/4.54	c 5	WARNING: for repeatability, setting FPU to use double precision
3.99/4.54	c 5	============================[ Problem Statistics ]=============================
3.99/4.54	c 5	|                                                                             |
3.99/4.54	c 5	|  Number of variables:  10460                                                |
3.99/4.54	c 5	|  Number of clauses:    336051                                               |
4.18/4.71	c 5	|  Parsing time:         0.15         s                                       |
4.18/4.82	c 5	============================[ Search Statistics ]==============================
4.18/4.83	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.18/4.83	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.18/4.83	c 5	===============================================================================
4.18/4.83	c 5	|         0 |    3569    14998    39593 |     4999        0    nan |  0.000 % |
4.18/4.85	c 5	|       100 |    3569    14998    39593 |     5499      100     18 | 65.880 % |
4.18/4.85	c 5	===============================================================================
4.18/4.85	c 5	restarts              : 2
4.18/4.85	c 5	conflicts             : 100            (347 /sec)
4.18/4.85	c 5	decisions             : 559            (0.18 % random) (1941 /sec)
4.18/4.85	c 5	propagations          : 24209          (84072 /sec)
4.18/4.85	c 5	conflict literals     : 1794           (10.08 % deleted)
4.18/4.85	c 5	Memory used           : 16.12 MB
4.18/4.85	c 5	CPU time              : 0.287956 s
4.18/4.85	c 5	
4.18/4.85	c 5	SATISFIABLE
4.18/4.86	c 5	FOUND: _COST <= 2
4.18/4.86	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.18/4.86	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.50/4.93	c 5	Decoding HOME/temp.out
4.50/5.05	c 5	OBJECTIVE _COST 2
4.50/5.05	o 2
4.50/5.06	v 6 8 1 2 6 1 6 2 2 4 1 0 6 1 2 0 1 3 0 8 5 3 8 7 8 4 0 6 0 1 8 1 6 0 6 7 3 3 8 6 7 5 6 1 0 6 0 8 2 7 8 2 7 0 6 3 2 4 5 1 1 7 8 8 8 8 3 0 8 3 8 4 7 2 8 1 6 4 2 8 5 4 0 7 0 7 8 8 5 7 4 7 8 8 5 8 7 7 0 2 8 8 8 8 8 3 8 8 7 3 8 6 8 8 4 8 8 8 6 7 8 7 8 8 8 7 8 7 6 7 3 8 6 8 7 6 6 1
4.50/5.06	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.50/5.11	c 5	OBJECTIVE BOUND: 0 <= _COST <= 2
4.50/5.11	c 5	SEARCHING: _COST <= 1
4.50/5.11	c 5	SOLVING HOME/temp.cnf
4.50/5.11	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.50/5.12	c 5	This is MiniSat 2.0 beta
4.50/5.12	c 5	WARNING: for repeatability, setting FPU to use double precision
4.50/5.12	c 5	============================[ Problem Statistics ]=============================
4.50/5.12	c 5	|                                                                             |
4.50/5.12	c 5	|  Number of variables:  10460                                                |
4.50/5.12	c 5	|  Number of clauses:    336051                                               |
4.69/5.29	c 6	|  Parsing time:         0.15         s                                       |
4.95/5.41	c 6	============================[ Search Statistics ]==============================
4.95/5.41	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.95/5.41	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.95/5.41	c 6	===============================================================================
4.95/5.41	c 6	|         0 |    3076    12302    32983 |     4100        0    nan |  0.000 % |
4.95/5.43	c 6	|       102 |    3076    12302    32983 |     4510      102     17 | 70.593 % |
4.95/5.44	c 6	|       253 |    3076    12302    32983 |     4961      253     16 | 70.593 % |
4.95/5.45	c 6	|       480 |    3076    12302    32983 |     5457      480     17 | 70.593 % |
4.95/5.46	c 6	|       818 |    3076    12302    32983 |     6003      818     15 | 70.593 % |
4.95/5.48	c 6	|      1325 |    3076    12302    32983 |     6604     1325     18 | 70.593 % |
5.06/5.51	c 6	|      2084 |    3076    12302    32983 |     7264     2084     19 | 70.593 % |
5.06/5.57	c 6	|      3223 |    3076    12302    32983 |     7991     3223     20 | 70.593 % |
5.15/5.68	c 6	|      4931 |    3076    12302    32983 |     8790     4931     22 | 70.593 % |
5.45/5.91	c 6	|      7493 |    3076    12302    32983 |     9669     7493     24 | 70.593 % |
5.85/6.39	c 7	|     11337 |    3076    12302    32983 |    10636    11337     23 | 70.593 % |
6.74/7.24	c 7	|     17103 |    3076    12302    32983 |    11699    17103     21 | 70.593 % |
8.04/8.52	c 9	|     25752 |    3076    12302    32983 |    12869    16184     17 | 70.593 % |
9.93/10.43	c 11	|     38726 |    3076    12302    32983 |    14156    18993     15 | 70.593 % |
12.52/13.06	c 13	|     58187 |    3076    12302    32983 |    15572    16814     12 | 70.593 % |
16.70/17.24	c 17	|     87379 |    3076    12302    32983 |    17129    22944     12 | 70.593 % |
22.57/23.18	c 23	|    131168 |    3071    12247    32833 |    18842    21679     11 | 70.641 % |
24.66/25.28	c 26	===============================================================================
24.66/25.28	c 26	restarts              : 17
24.66/25.28	c 26	conflicts             : 146486         (7306 /sec)
24.66/25.28	c 26	decisions             : 165244         (1.64 % random) (8242 /sec)
24.66/25.28	c 26	propagations          : 58453722       (2915405 /sec)
24.66/25.28	c 26	conflict literals     : 1978032        (18.21 % deleted)
24.66/25.28	c 26	Memory used           : 16.29 MB
24.66/25.28	c 26	CPU time              : 20.05 s
24.66/25.28	c 26	
24.66/25.28	c 26	UNSATISFIABLE
24.66/25.29	c 26	NOT FOUND: _COST <= 1
24.66/25.29	c 26	OBJECTIVE _COST 2
24.66/25.29	s OPTIMUM FOUND
24.66/25.29	c 26	CPU 24.28 (0.04 0.02 24.24 0.48)
24.66/25.29	c 26	END Sat Jul 12 19:59:35 2008

Verifier Data (download as text)

OK	2	491
2 unsatisfied constraints, 491 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-1113496-1215885549/watcher-1113496-1215885549 -o /tmp/evaluation-result-1113496-1215885549/solver-1113496-1215885549 -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-1113496-1215885549.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.37 3.26 2.93 4/81 10077
/proc/meminfo: memFree=1923488/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=18572 CPUtime=0
/proc/10077/stat : 10077 (runsolver) D 10075 10077 9620 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45251468 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10077/statm: 4643 292 257 25 0 2626 0

[startup+0.0418609 s]
/proc/loadavg: 3.37 3.26 2.93 4/81 10077
/proc/meminfo: memFree=1923488/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=12268 CPUtime=0
/proc/10077/stat : 10077 (sugar) R 10075 10077 9620 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 45251468 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231900638429 0 0 4224 0 0 0 0 17 0 0 0
/proc/10077/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101872 s]
/proc/loadavg: 3.37 3.26 2.93 4/81 10077
/proc/meminfo: memFree=1923488/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=12412 CPUtime=0
/proc/10077/stat : 10077 (sugar) D 10075 10077 9620 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 45251468 12709888 393 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/10077/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301917 s]
/proc/loadavg: 3.37 3.26 2.93 4/81 10077
/proc/meminfo: memFree=1923488/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13600 CPUtime=0.04
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45251468 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701995 s]
/proc/loadavg: 3.37 3.26 2.93 4/81 10077
/proc/meminfo: memFree=1923488/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13600 CPUtime=0.37
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 974 4529 0 1 3 1 30 3 15 0 1 0 45251468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10077/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 3.34 3.25 2.93 4/92 10099
/proc/meminfo: memFree=1910088/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13600 CPUtime=0.37
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 974 4529 0 1 3 1 30 3 15 0 1 0 45251468 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10077/statm: 3400 797 370 3 0 500 0
[pid=10090] ppid=10077 vsize=5356 CPUtime=0
/proc/10090/stat : 10090 (sh) S 10077 10077 9620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45251519 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10090/statm: 1339 233 193 169 0 50 0
[pid=10091] ppid=10090 vsize=868516 CPUtime=0.96
/proc/10091/stat : 10091 (java) S 10090 10077 9620 0 -1 0 6549 0 1 0 90 6 0 0 18 0 9 0 45251520 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10091/statm: 217129 5706 2562 9 0 211676 0
[pid=10091/tid=10092] ppid=10090 vsize=868516 CPUtime=0.66
/proc/10091/task/10092/stat : 10092 (java) R 10090 10077 9620 0 -1 64 2781 0 1 0 63 3 0 0 20 0 9 0 45251520 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4126562996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10093] ppid=10090 vsize=868516 CPUtime=0.06
/proc/10091/task/10093/stat : 10093 (java) S 10090 10077 9620 0 -1 64 1587 0 0 0 5 1 0 0 16 0 9 0 45251521 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10094] ppid=10090 vsize=868516 CPUtime=0
/proc/10091/task/10094/stat : 10094 (java) S 10090 10077 9620 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45251522 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10095] ppid=10090 vsize=868516 CPUtime=0
/proc/10091/task/10095/stat : 10095 (java) S 10090 10077 9620 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45251522 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10096] ppid=10090 vsize=868516 CPUtime=0
/proc/10091/task/10096/stat : 10096 (java) S 10090 10077 9620 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45251524 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10097] ppid=10090 vsize=868516 CPUtime=0.2
/proc/10091/task/10097/stat : 10097 (java) S 10090 10077 9620 0 -1 64 1488 0 0 0 20 0 0 0 16 0 9 0 45251524 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10098] ppid=10090 vsize=868516 CPUtime=0
/proc/10091/task/10098/stat : 10098 (java) S 10090 10077 9620 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45251524 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10091/tid=10099] ppid=10090 vsize=868516 CPUtime=0
/proc/10091/task/10099/stat : 10099 (java) S 10090 10077 9620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45251524 889360384 5706 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 887472

[startup+3.10147 s]
/proc/loadavg: 3.34 3.25 2.93 4/84 10101
/proc/meminfo: memFree=1899848/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=2.62
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1300 27500 1 4 3 1 235 23 15 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 13732

[startup+6.30111 s]
/proc/loadavg: 3.34 3.25 2.93 3/84 10173
/proc/meminfo: memFree=1899448/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 15 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16504 CPUtime=1.16
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3895 0 0 0 115 1 0 0 25 0 1 0 45251980 16900096 3881 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4126 3881 76 150 0 3973 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 35592

[startup+12.7014 s]
/proc/loadavg: 3.13 3.21 2.92 3/84 10173
/proc/meminfo: memFree=1899384/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16504 CPUtime=7.53
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3907 0 0 0 752 1 0 0 25 0 1 0 45251980 16900096 3893 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4126 3893 76 150 0 3973 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 35592

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

[startup+19.1026 s]
/proc/loadavg: 3.04 3.19 2.91 3/84 10173
/proc/meminfo: memFree=1899328/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16676 CPUtime=13.9
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3920 0 0 0 1389 1 0 0 25 0 1 0 45251980 17076224 3906 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4169 3906 76 150 0 4016 0
Current children cumulated CPU time (s) 18.59
Current children cumulated vsize (KiB) 35764

[startup+22.3013 s]
/proc/loadavg: 2.96 3.17 2.91 3/84 10173
/proc/meminfo: memFree=1899264/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16676 CPUtime=17.08
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3920 0 0 0 1707 1 0 0 25 0 1 0 45251980 17076224 3906 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4169 3906 76 150 0 4016 0
Current children cumulated CPU time (s) 21.77
Current children cumulated vsize (KiB) 35764

[startup+23.9026 s]
/proc/loadavg: 2.96 3.17 2.91 3/84 10173
/proc/meminfo: memFree=1899264/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16676 CPUtime=18.68
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3921 0 0 0 1867 1 0 0 25 0 1 0 45251980 17076224 3907 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4169 3907 76 150 0 4016 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 35764

[startup+24.7017 s]
/proc/loadavg: 2.96 3.17 2.91 3/84 10173
/proc/meminfo: memFree=1899264/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16676 CPUtime=19.48
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3921 0 0 0 1947 1 0 0 25 0 1 0 45251980 17076224 3907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4169 3907 76 150 0 4016 0
Current children cumulated CPU time (s) 24.17
Current children cumulated vsize (KiB) 35764

[startup+25.1018 s]
/proc/loadavg: 2.96 3.17 2.91 3/84 10173
/proc/meminfo: memFree=1899264/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16676 CPUtime=19.87
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3921 0 0 0 1986 1 0 0 25 0 1 0 45251980 17076224 3907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4169 3907 76 150 0 4016 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 35764

[startup+25.2018 s]
/proc/loadavg: 2.96 3.17 2.91 3/84 10173
/proc/meminfo: memFree=1899264/2055920 swapFree=4181288/4192956
[pid=10077] ppid=10075 vsize=13732 CPUtime=4.69
/proc/10077/stat : 10077 (sugar) S 10075 10077 9620 0 -1 4194304 1756 59680 1 8 4 2 418 45 16 0 1 0 45251468 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10077/statm: 3433 815 374 3 0 533 0
[pid=10172] ppid=10077 vsize=5356 CPUtime=0
/proc/10172/stat : 10172 (sh) S 10077 10077 9620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45251980 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10172/statm: 1339 232 193 169 0 50 0
[pid=10173] ppid=10172 vsize=16676 CPUtime=19.97
/proc/10173/stat : 10173 (minisat) R 10172 10077 9620 0 -1 4194304 3921 0 0 0 1996 1 0 0 25 0 1 0 45251980 17076224 3907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10173/statm: 4169 3907 76 150 0 4016 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 35764

Child status: 0
Real time (s): 25.2943
CPU time (s): 24.8032
CPU user time (s): 24.2863
CPU system time (s): 0.516921
CPU usage (%): 98.0586
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2863
system time used= 0.516921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65722
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= 5150
involuntary context switches= 5140

runsolver used 0.031995 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-12 19:59:09
IDJOB=1113496
IDBENCH=61592
IDSOLVER=368
FILE ID=node75/1113496-1215885549
PBS_JOBID= 7903587
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/book/normalized-anna-9.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113496-1215885549/watcher-1113496-1215885549 -o /tmp/evaluation-result-1113496-1215885549/solver-1113496-1215885549 -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-1113496-1215885549.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 917dadccd4cfa108093071b1b54bb5cb
RANDOM SEED=1862303333

node75.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.266
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.266
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1923968 kB
Buffers:          6708 kB
Cached:          43864 kB
SwapCached:       5188 kB
Active:          75744 kB
Inactive:        18032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923968 kB
SwapTotal:     4192956 kB
SwapFree:      4181288 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          59548 kB
Slab:            23128 kB
Committed_AS:   152856 kB
PageTables:       2052 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= 66560 MiB
End job on node75 at 2008-07-12 19:59:35