Trace number 1126996

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 14.3818 14.8321

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap62_ext.xml
MD5SUM934085e5bf0fb647d9226b5f27a26ebd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints0
Best CPU time to get the best result obtained on this benchmark0.038993
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints816
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension816
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 Wed Jul 16 07:51:58 2008
0.00/0.04	c 0	PID 32604
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1126996-1216187518.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-1126996-1216187518.xml' 'HOME/temp.csp'
0.03/0.37	c 0	3 domains, 67 variables, 0 predicates, 18 relations, 816 constraints
0.03/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.48	c 0	Parsing HOME/temp.csp
0.36/0.62	c 0	parsed 904 expressions
0.36/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.64	c 0	MAX CSP: 816 constraints
0.36/0.64	c 0	Converting to clausal form CSP
0.36/0.68	c 1	converted 173 (10%) expressions
0.36/0.69	c 1	converted 345 (20%) expressions
0.36/0.70	c 1	converted 517 (30%) expressions
0.36/0.72	c 1	converted 690 (40%) expressions
0.36/0.73	c 1	converted 862 (50%) expressions
0.36/0.74	c 1	converted 1034 (60%) expressions
0.36/0.81	c 1	converted 1207 (70%) expressions
0.36/0.82	c 1	converted 1379 (80%) expressions
0.36/0.83	c 1	converted 1551 (90%) expressions
0.36/0.95	c 1	converted 1723 (100%) expressions
0.36/0.95	c 1	CSP : 1699 integers, 0 booleans, 2447 clauses, largest domain size 1225
0.36/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/0.95	c 1	Propagation in CSP
0.36/1.00	c 1	812 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.01	c 1	CSP : 1699 integers, 0 booleans, 2447 clauses, largest domain size 817
0.94/1.01	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.01	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.01	c 1	CSP : 1699 integers, 0 booleans, 2447 clauses, largest domain size 817
0.94/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.05	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.06	c 1	170 (10%) CSP integer variables are encoded (700 clauses, 7609 bytes)
0.94/1.06	c 1	340 (20%) CSP integer variables are encoded (700 clauses, 7609 bytes)
0.94/1.07	c 1	510 (30%) CSP integer variables are encoded (700 clauses, 7609 bytes)
0.94/1.07	c 1	680 (40%) CSP integer variables are encoded (700 clauses, 7609 bytes)
0.94/1.07	c 1	850 (50%) CSP integer variables are encoded (700 clauses, 7609 bytes)
0.94/1.08	c 1	1020 (60%) CSP integer variables are encoded (7731 clauses, 99012 bytes)
0.94/1.08	c 1	1190 (70%) CSP integer variables are encoded (9604 clauses, 124744 bytes)
0.94/1.08	c 1	1360 (80%) CSP integer variables are encoded (11502 clauses, 153214 bytes)
0.94/1.09	c 1	1530 (90%) CSP integer variables are encoded (12704 clauses, 171244 bytes)
0.94/1.09	c 1	1699 (100%) CSP integer variables are encoded (14369 clauses, 196219 bytes)
1.02/1.13	c 1	245 (10%) CSP clauses are encoded (14614 clauses, 200592 bytes)
1.02/1.15	c 1	490 (20%) CSP clauses are encoded (14859 clauses, 205416 bytes)
1.02/1.17	c 1	735 (30%) CSP clauses are encoded (15104 clauses, 210471 bytes)
1.22/1.34	c 1	979 (40%) CSP clauses are encoded (109563 clauses, 1899921 bytes)
1.61/1.76	c 2	1224 (50%) CSP clauses are encoded (363524 clauses, 6591360 bytes)
1.61/1.79	c 2	1469 (60%) CSP clauses are encoded (375565 clauses, 6839570 bytes)
2.21/2.35	c 2	1713 (70%) CSP clauses are encoded (702423 clauses, 13559417 bytes)
2.21/2.38	c 2	1958 (80%) CSP clauses are encoded (716312 clauses, 13846316 bytes)
2.30/2.44	c 2	2203 (90%) CSP clauses are encoded (749943 clauses, 14555784 bytes)
2.51/2.65	c 3	2447 (100%) CSP clauses are encoded (874844 clauses, 17217308 bytes)
2.51/2.65	c 3	2447 CSP clauses encoded
2.51/2.66	c 3	Writing map file : HOME/temp.map
2.51/2.67	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.67	c 3	SAT : 16067 SAT variables, 874844 SAT clauses, 17217308 bytes
2.51/2.67	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.70	c 3	OBJECTIVE minimize _COST
2.51/2.70	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.51/2.70	c 3	SEARCHING: _COST <= 408
2.51/2.70	c 3	SOLVING HOME/temp.cnf
2.51/2.70	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.61/2.70	c 3	This is MiniSat 2.0 beta
2.61/2.70	c 3	WARNING: for repeatability, setting FPU to use double precision
2.61/2.70	c 3	============================[ Problem Statistics ]=============================
2.61/2.70	c 3	|                                                                             |
2.61/2.70	c 3	|  Number of variables:  16067                                                |
2.61/2.70	c 3	|  Number of clauses:    874845                                               |
2.61/3.11	c 3	|  Parsing time:         0.35         s                                       |
3.29/3.46	c 3	============================[ Search Statistics ]==============================
3.29/3.46	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.46	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.46	c 3	===============================================================================
3.29/3.46	c 3	|         0 |   11987   558046  1644130 |   186015        0    nan |  0.000 % |
3.39/3.51	c 3	===============================================================================
3.39/3.51	c 3	restarts              : 1
3.39/3.51	c 3	conflicts             : 0              (0 /sec)
3.39/3.51	c 3	decisions             : 67             (0.00 % random) (89 /sec)
3.39/3.51	c 3	propagations          : 16067          (21455 /sec)
3.39/3.51	c 3	conflict literals     : 0              ( nan % deleted)
3.39/3.51	c 3	Memory used           : 36.58 MB
3.39/3.51	c 3	CPU time              : 0.748886 s
3.39/3.51	c 3	
3.39/3.52	c 3	SATISFIABLE
3.39/3.53	c 3	FOUND: _COST <= 408
3.39/3.53	s SATISFIABLE
3.39/3.53	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.39/3.53	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'
3.42/3.60	c 3	Decoding HOME/temp.out
3.42/3.73	c 4	OBJECTIVE _COST 408
3.42/3.73	o 408
3.42/3.73	v 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 10 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 -1
3.42/3.73	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.42/3.78	c 4	OBJECTIVE BOUND: 0 <= _COST <= 408
3.42/3.78	c 4	SEARCHING: _COST <= 204
3.42/3.78	c 4	SOLVING HOME/temp.cnf
3.42/3.78	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.42/3.79	c 4	This is MiniSat 2.0 beta
3.42/3.79	c 4	WARNING: for repeatability, setting FPU to use double precision
3.42/3.79	c 4	============================[ Problem Statistics ]=============================
3.42/3.79	c 4	|                                                                             |
3.42/3.79	c 4	|  Number of variables:  16067                                                |
3.42/3.79	c 4	|  Number of clauses:    874845                                               |
3.63/4.21	c 4	|  Parsing time:         0.36         s                                       |
4.42/4.66	c 5	============================[ Search Statistics ]==============================
4.42/4.66	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.42/4.66	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.42/4.66	c 5	===============================================================================
4.42/4.66	c 5	|         0 |    9743   364348  1069564 |   121449        0    nan |  0.000 % |
4.52/4.71	c 5	===============================================================================
4.52/4.71	c 5	restarts              : 1
4.52/4.71	c 5	conflicts             : 0              (0 /sec)
4.52/4.71	c 5	decisions             : 63             (0.00 % random) (74 /sec)
4.52/4.71	c 5	propagations          : 16067          (18751 /sec)
4.52/4.71	c 5	conflict literals     : 0              ( nan % deleted)
4.52/4.71	c 5	Memory used           : 36.96 MB
4.52/4.71	c 5	CPU time              : 0.856869 s
4.52/4.71	c 5	
4.52/4.71	c 5	SATISFIABLE
4.52/4.72	c 5	FOUND: _COST <= 204
4.52/4.72	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.52/4.72	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.57/4.80	c 5	Decoding HOME/temp.out
4.57/4.94	c 5	OBJECTIVE _COST 204
4.57/4.94	o 204
4.57/4.94	v 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 10 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 15 -1
4.57/4.95	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.57/4.98	c 5	OBJECTIVE BOUND: 0 <= _COST <= 204
4.57/4.98	c 5	SEARCHING: _COST <= 102
4.57/4.98	c 5	SOLVING HOME/temp.cnf
4.57/4.98	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.57/4.98	c 5	This is MiniSat 2.0 beta
4.57/4.98	c 5	WARNING: for repeatability, setting FPU to use double precision
4.57/4.98	c 5	============================[ Problem Statistics ]=============================
4.57/4.98	c 5	|                                                                             |
4.57/4.98	c 5	|  Number of variables:  16067                                                |
4.57/4.98	c 5	|  Number of clauses:    874845                                               |
5.19/5.42	c 5	|  Parsing time:         0.37         s                                       |
5.69/5.91	c 6	============================[ Search Statistics ]==============================
5.69/5.91	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.69/5.91	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.69/5.91	c 6	===============================================================================
5.69/5.91	c 6	|         0 |    8315   209359   608779 |    69786        0    nan |  0.000 % |
5.69/5.95	c 6	===============================================================================
5.69/5.95	c 6	restarts              : 1
5.69/5.95	c 6	conflicts             : 0              (0 /sec)
5.69/5.95	c 6	decisions             : 63             (0.00 % random) (70 /sec)
5.69/5.95	c 6	propagations          : 16067          (17796 /sec)
5.69/5.95	c 6	conflict literals     : 0              ( nan % deleted)
5.69/5.95	c 6	Memory used           : 37.35 MB
5.69/5.95	c 6	CPU time              : 0.902862 s
5.69/5.95	c 6	
5.69/5.96	c 6	SATISFIABLE
5.69/5.96	c 6	FOUND: _COST <= 102
5.69/5.96	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.69/5.96	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.77/6.04	c 6	Decoding HOME/temp.out
5.77/6.16	c 6	OBJECTIVE _COST 102
5.77/6.16	o 102
5.77/6.16	v 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 10 10 10 10 15 13 11 10 10 10 10 15 13 11 10 10 10 10 15 13 11 10 10 10 10 10 14 13 11 10 10 10 10 15 13 11 10 10 10 15 14 12 10 10 10 10 15 14 10 11 -1
5.77/6.17	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.77/6.18	c 6	OBJECTIVE BOUND: 0 <= _COST <= 102
5.77/6.18	c 6	SEARCHING: _COST <= 51
5.77/6.18	c 6	SOLVING HOME/temp.cnf
5.77/6.18	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.77/6.18	c 6	This is MiniSat 2.0 beta
5.77/6.18	c 6	WARNING: for repeatability, setting FPU to use double precision
5.77/6.18	c 6	============================[ Problem Statistics ]=============================
5.77/6.18	c 6	|                                                                             |
5.77/6.18	c 6	|  Number of variables:  16067                                                |
5.77/6.18	c 6	|  Number of clauses:    874845                                               |
6.38/6.62	c 6	|  Parsing time:         0.39         s                                       |
6.88/7.14	c 7	============================[ Search Statistics ]==============================
6.88/7.14	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.88/7.14	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.88/7.14	c 7	===============================================================================
6.88/7.14	c 7	|         0 |    7244   116488   333328 |    38829        0    nan |  0.000 % |
6.88/7.18	c 7	===============================================================================
6.88/7.18	c 7	restarts              : 1
6.88/7.18	c 7	conflicts             : 0              (0 /sec)
6.88/7.18	c 7	decisions             : 62             (0.00 % random) (65 /sec)
6.88/7.18	c 7	propagations          : 16067          (16844 /sec)
6.88/7.18	c 7	conflict literals     : 0              ( nan % deleted)
6.88/7.18	c 7	Memory used           : 37.64 MB
6.88/7.18	c 7	CPU time              : 0.953854 s
6.88/7.18	c 7	
6.88/7.19	c 7	SATISFIABLE
6.88/7.19	c 7	FOUND: _COST <= 51
6.88/7.19	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.88/7.19	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.99/7.27	c 7	Decoding HOME/temp.out
6.99/7.41	c 7	OBJECTIVE _COST 51
6.99/7.41	o 51
6.99/7.42	v 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 10 10 10 10 14 12 10 10 10 10 10 15 13 11 10 10 10 10 14 12 10 10 10 10 10 10 10 13 11 10 10 10 10 14 12 10 10 10 10 15 13 11 10 10 10 10 10 14 10 10 -1
6.99/7.42	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.99/7.45	c 7	OBJECTIVE BOUND: 0 <= _COST <= 51
6.99/7.45	c 7	SEARCHING: _COST <= 25
6.99/7.45	c 7	SOLVING HOME/temp.cnf
6.99/7.45	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.99/7.46	c 7	This is MiniSat 2.0 beta
6.99/7.46	c 7	WARNING: for repeatability, setting FPU to use double precision
6.99/7.46	c 7	============================[ Problem Statistics ]=============================
6.99/7.46	c 7	|                                                                             |
6.99/7.46	c 7	|  Number of variables:  16067                                                |
6.99/7.46	c 7	|  Number of clauses:    874845                                               |
7.63/7.91	c 8	|  Parsing time:         0.39         s                                       |
8.03/8.39	c 8	============================[ Search Statistics ]==============================
8.03/8.39	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.03/8.39	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.03/8.39	c 8	===============================================================================
8.03/8.39	c 8	|         0 |    6292    64053   178853 |    21351        0    nan |  0.000 % |
8.03/8.40	c 8	===============================================================================
8.13/8.43	c 8	restarts              : 1
8.13/8.43	c 8	conflicts             : 0              (0 /sec)
8.13/8.43	c 8	decisions             : 61             (0.00 % random) (67 /sec)
8.13/8.43	c 8	propagations          : 16067          (17601 /sec)
8.13/8.43	c 8	conflict literals     : 0              ( nan % deleted)
8.13/8.43	c 8	Memory used           : 37.48 MB
8.13/8.43	c 8	CPU time              : 0.912861 s
8.13/8.43	c 8	
8.13/8.44	c 8	SATISFIABLE
8.13/8.45	c 8	FOUND: _COST <= 25
8.13/8.45	c 8	DECODING HOME/temp.out WITH HOME/temp.map
8.13/8.45	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.20/8.53	c 8	Decoding HOME/temp.out
8.20/8.66	c 9	OBJECTIVE _COST 25
8.20/8.66	o 25
8.20/8.66	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 10 10 10 10 10 12 10 10 10 10 10 10 13 10 10 10 10 10 14 10 10 10 10 10 10 10 10 10 11 10 10 10 10 10 12 10 10 10 10 10 13 10 10 10 10 10 10 14 10 10 -1
8.20/8.67	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.40/8.71	c 9	OBJECTIVE BOUND: 0 <= _COST <= 25
8.40/8.71	c 9	SEARCHING: _COST <= 12
8.40/8.71	c 9	SOLVING HOME/temp.cnf
8.40/8.71	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.40/8.71	c 9	This is MiniSat 2.0 beta
8.40/8.71	c 9	WARNING: for repeatability, setting FPU to use double precision
8.40/8.71	c 9	============================[ Problem Statistics ]=============================
8.40/8.71	c 9	|                                                                             |
8.40/8.71	c 9	|  Number of variables:  16067                                                |
8.40/8.71	c 9	|  Number of clauses:    874845                                               |
8.41/9.16	c 9	|  Parsing time:         0.39         s                                       |
8.41/9.64	c 9	============================[ Search Statistics ]==============================
8.41/9.64	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.41/9.64	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.41/9.64	c 9	===============================================================================
8.41/9.64	c 9	|         0 |    5373    35601    96241 |    11867        0    nan |  0.000 % |
8.41/9.68	c 10	===============================================================================
8.41/9.68	c 10	restarts              : 1
8.41/9.68	c 10	conflicts             : 0              (0 /sec)
8.41/9.68	c 10	decisions             : 60             (0.00 % random) (66 /sec)
8.41/9.68	c 10	propagations          : 16067          (17756 /sec)
8.41/9.68	c 10	conflict literals     : 0              ( nan % deleted)
8.41/9.68	c 10	Memory used           : 37.80 MB
8.41/9.68	c 10	CPU time              : 0.904862 s
8.41/9.68	c 10	
8.41/9.69	c 10	SATISFIABLE
8.41/9.70	c 10	FOUND: _COST <= 12
8.41/9.70	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.41/9.70	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.39/9.77	c 10	Decoding HOME/temp.out
9.48/9.89	c 10	OBJECTIVE _COST 12
9.48/9.89	o 12
9.48/9.89	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 10 10 10 10 10 12 10 10 10 10 10 10 13 10 10 10 10 10 14 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
9.48/9.90	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.58/9.91	c 10	OBJECTIVE BOUND: 0 <= _COST <= 12
9.58/9.91	c 10	SEARCHING: _COST <= 6
9.58/9.91	c 10	SOLVING HOME/temp.cnf
9.58/9.91	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.58/9.91	c 10	This is MiniSat 2.0 beta
9.58/9.91	c 10	WARNING: for repeatability, setting FPU to use double precision
9.58/9.91	c 10	============================[ Problem Statistics ]=============================
9.58/9.91	c 10	|                                                                             |
9.58/9.91	c 10	|  Number of variables:  16067                                                |
9.58/9.91	c 10	|  Number of clauses:    874845                                               |
9.60/10.37	c 10	|  Parsing time:         0.41         s                                       |
9.60/10.83	c 11	============================[ Search Statistics ]==============================
9.60/10.83	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.60/10.83	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.60/10.83	c 11	===============================================================================
9.60/10.83	c 11	|         0 |    4545    21228    55600 |     7076        0    nan |  0.000 % |
9.60/10.87	c 11	===============================================================================
9.60/10.87	c 11	restarts              : 1
9.60/10.87	c 11	conflicts             : 0              (0 /sec)
9.60/10.87	c 11	decisions             : 60             (0.00 % random) (66 /sec)
9.60/10.87	c 11	propagations          : 16067          (17678 /sec)
9.60/10.87	c 11	conflict literals     : 0              ( nan % deleted)
9.60/10.87	c 11	Memory used           : 37.80 MB
9.60/10.87	c 11	CPU time              : 0.908861 s
9.60/10.87	c 11	
9.60/10.88	c 11	SATISFIABLE
9.60/10.89	c 11	FOUND: _COST <= 6
9.60/10.89	c 11	DECODING HOME/temp.out WITH HOME/temp.map
9.60/10.89	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.58/10.97	c 11	Decoding HOME/temp.out
10.77/11.10	c 11	OBJECTIVE _COST 6
10.77/11.10	o 6
10.77/11.11	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 13 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
10.77/11.11	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.77/11.15	c 11	OBJECTIVE BOUND: 0 <= _COST <= 6
10.77/11.15	c 11	SEARCHING: _COST <= 3
10.77/11.15	c 11	SOLVING HOME/temp.cnf
10.77/11.15	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.77/11.15	c 11	This is MiniSat 2.0 beta
10.77/11.15	c 11	WARNING: for repeatability, setting FPU to use double precision
10.77/11.15	c 11	============================[ Problem Statistics ]=============================
10.77/11.15	c 11	|                                                                             |
10.77/11.15	c 11	|  Number of variables:  16067                                                |
10.77/11.15	c 11	|  Number of clauses:    874845                                               |
10.80/11.61	c 11	|  Parsing time:         0.41         s                                       |
11.63/12.08	c 12	============================[ Search Statistics ]==============================
11.63/12.08	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.63/12.08	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.63/12.08	c 12	===============================================================================
11.63/12.08	c 12	|         0 |    3726    12777    32701 |     4259        0    nan |  0.000 % |
11.63/12.08	c 12	===============================================================================
11.73/12.12	c 12	restarts              : 1
11.73/12.12	c 12	conflicts             : 0              (0 /sec)
11.73/12.12	c 12	decisions             : 60             (0.00 % random) (66 /sec)
11.73/12.12	c 12	propagations          : 16067          (17678 /sec)
11.73/12.12	c 12	conflict literals     : 0              ( nan % deleted)
11.73/12.12	c 12	Memory used           : 37.39 MB
11.73/12.12	c 12	CPU time              : 0.908861 s
11.73/12.12	c 12	
11.73/12.12	c 12	SATISFIABLE
11.73/12.13	c 12	FOUND: _COST <= 3
11.73/12.13	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.73/12.13	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.77/12.21	c 12	Decoding HOME/temp.out
11.77/12.32	c 12	OBJECTIVE _COST 3
11.77/12.32	o 3
11.77/12.33	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
11.77/12.33	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.77/12.34	c 12	OBJECTIVE BOUND: 0 <= _COST <= 3
11.77/12.34	c 12	SEARCHING: _COST <= 1
11.77/12.34	c 12	SOLVING HOME/temp.cnf
11.77/12.34	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.77/12.34	c 12	This is MiniSat 2.0 beta
11.77/12.34	c 12	WARNING: for repeatability, setting FPU to use double precision
11.77/12.34	c 12	============================[ Problem Statistics ]=============================
11.77/12.34	c 12	|                                                                             |
11.77/12.35	c 12	|  Number of variables:  16067                                                |
11.77/12.35	c 12	|  Number of clauses:    874845                                               |
11.98/12.80	c 13	|  Parsing time:         0.39         s                                       |
12.82/13.27	c 13	============================[ Search Statistics ]==============================
12.82/13.27	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.82/13.27	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.82/13.27	c 13	===============================================================================
12.82/13.27	c 13	|         0 |    2398     4778    12686 |     1592        0    nan |  0.000 % |
12.82/13.27	c 13	===============================================================================
12.92/13.31	c 13	restarts              : 1
12.92/13.31	c 13	conflicts             : 0              (0 /sec)
12.92/13.31	c 13	decisions             : 51             (0.00 % random) (58 /sec)
12.92/13.31	c 13	propagations          : 16067          (18240 /sec)
12.92/13.31	c 13	conflict literals     : 0              ( nan % deleted)
12.92/13.31	c 13	Memory used           : 37.40 MB
12.92/13.31	c 13	CPU time              : 0.880866 s
12.92/13.31	c 13	
12.92/13.31	c 13	SATISFIABLE
12.92/13.32	c 13	FOUND: _COST <= 1
12.92/13.32	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.92/13.32	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.92/13.40	c 13	Decoding HOME/temp.out
12.94/13.53	c 13	OBJECTIVE _COST 1
12.94/13.53	o 1
12.94/13.53	v 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
12.94/13.54	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.94/13.58	c 13	OBJECTIVE BOUND: 0 <= _COST <= 1
12.94/13.58	c 13	SEARCHING: _COST <= 0
12.94/13.58	c 13	SOLVING HOME/temp.cnf
12.94/13.58	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.94/13.58	c 13	This is MiniSat 2.0 beta
12.94/13.58	c 13	WARNING: for repeatability, setting FPU to use double precision
12.94/13.58	c 13	============================[ Problem Statistics ]=============================
12.94/13.58	c 13	|                                                                             |
12.94/13.58	c 13	|  Number of variables:  16067                                                |
12.94/13.58	c 13	|  Number of clauses:    874845                                               |
13.16/14.05	c 14	|  Parsing time:         0.41         s                                       |
14.06/14.51	c 14	============================[ Search Statistics ]==============================
14.06/14.51	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.06/14.51	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.06/14.51	c 14	===============================================================================
14.06/14.51	c 14	|         0 |       0        0        0 |        0        0    nan |  0.000 % |
14.06/14.51	c 14	===============================================================================
14.06/14.55	c 14	restarts              : 1
14.06/14.55	c 14	conflicts             : 0              (0 /sec)
14.06/14.55	c 14	decisions             : 1              (0.00 % random) (1 /sec)
14.06/14.55	c 14	propagations          : 16067          (17776 /sec)
14.06/14.55	c 14	conflict literals     : 0              ( nan % deleted)
14.06/14.55	c 14	Memory used           : 37.41 MB
14.06/14.55	c 14	CPU time              : 0.903862 s
14.06/14.55	c 14	
14.06/14.55	c 14	SATISFIABLE
14.06/14.56	c 14	FOUND: _COST <= 0
14.06/14.56	c 14	DECODING HOME/temp.out WITH HOME/temp.map
14.06/14.56	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.13/14.64	c 14	Decoding HOME/temp.out
14.13/14.77	c 15	OBJECTIVE _COST 0
14.13/14.77	o 0
14.13/14.78	v 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -1
14.13/14.78	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.13/14.83	c 15	OBJECTIVE _COST 0
14.13/14.83	s OPTIMUM FOUND
14.13/14.83	c 15	CPU 13.21 (0.04 0.03 13.17 1.11)
14.13/14.83	c 15	END Wed Jul 16 07:52:13 2008

Verifier Data (download as text)

OK	0	816
0 unsatisfied constraints, 816 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-1126996-1216187518/watcher-1126996-1216187518 -o /tmp/evaluation-result-1126996-1216187518/solver-1126996-1216187518 -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-1126996-1216187518.xml 

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


[startup+0 s]
/proc/loadavg: 2.30 2.51 2.69 4/73 32604
/proc/meminfo: memFree=1588496/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=12272 CPUtime=0
/proc/32604/stat : 32604 (sugar) R 32602 32604 32272 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 75451134 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/32604/statm: 3068 327 246 3 0 168 0

[startup+0.0538539 s]
/proc/loadavg: 2.30 2.51 2.69 4/73 32604
/proc/meminfo: memFree=1588496/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13600 CPUtime=0.03
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 75451134 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102855 s]
/proc/loadavg: 2.30 2.51 2.69 4/73 32604
/proc/meminfo: memFree=1588496/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13600 CPUtime=0.03
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 75451134 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301895 s]
/proc/loadavg: 2.30 2.51 2.69 4/73 32604
/proc/meminfo: memFree=1588496/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13600 CPUtime=0.03
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 75451134 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32604/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702971 s]
/proc/loadavg: 2.30 2.51 2.69 4/73 32604
/proc/meminfo: memFree=1588496/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13600 CPUtime=0.36
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 974 4537 0 1 3 1 29 3 15 0 1 0 75451134 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50113 s]
/proc/loadavg: 2.30 2.51 2.69 4/84 32626
/proc/meminfo: memFree=1573752/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13600 CPUtime=0.36
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 974 4537 0 1 3 1 29 3 15 0 1 0 75451134 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3400 797 370 3 0 500 0
[pid=32617] ppid=32604 vsize=5356 CPUtime=0
/proc/32617/stat : 32617 (sh) S 32604 32604 32272 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75451175 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32617/statm: 1339 233 193 169 0 50 0
[pid=32618] ppid=32617 vsize=868484 CPUtime=1.06
/proc/32618/stat : 32618 (java) S 32617 32604 32272 0 -1 0 6791 0 1 0 100 6 0 0 20 0 9 0 75451175 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32618/statm: 217121 5906 2563 9 0 211668 0
[pid=32618/tid=32619] ppid=32617 vsize=868484 CPUtime=0.7
/proc/32618/task/32619/stat : 32619 (java) R 32617 32604 32272 0 -1 64 2833 0 1 0 67 3 0 0 25 0 9 0 75451176 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4126955916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32620] ppid=32617 vsize=868484 CPUtime=0.08
/proc/32618/task/32620/stat : 32620 (java) S 32617 32604 32272 0 -1 64 1769 0 0 0 7 1 0 0 16 0 9 0 75451177 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32621] ppid=32617 vsize=868484 CPUtime=0
/proc/32618/task/32621/stat : 32621 (java) S 32617 32604 32272 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75451177 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32622] ppid=32617 vsize=868484 CPUtime=0
/proc/32618/task/32622/stat : 32622 (java) S 32617 32604 32272 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75451177 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32623] ppid=32617 vsize=868484 CPUtime=0
/proc/32618/task/32623/stat : 32623 (java) S 32617 32604 32272 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 75451179 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32624] ppid=32617 vsize=868484 CPUtime=0.24
/proc/32618/task/32624/stat : 32624 (java) S 32617 32604 32272 0 -1 64 1496 0 0 0 24 0 0 0 16 0 9 0 75451179 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32625] ppid=32617 vsize=868484 CPUtime=0
/proc/32618/task/32625/stat : 32625 (java) S 32617 32604 32272 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 75451179 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32618/tid=32626] ppid=32617 vsize=868484 CPUtime=0
/proc/32618/task/32626/stat : 32626 (java) S 32617 32604 32272 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75451179 889327616 5906 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887440

[startup+3.10146 s]
/proc/loadavg: 2.30 2.51 2.69 3/84 32626
/proc/meminfo: memFree=1562040/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=2.61
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 1077 12016 0 2 3 1 236 21 16 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 13732

[startup+6.30108 s]
/proc/loadavg: 2.28 2.50 2.69 3/76 32652
/proc/meminfo: memFree=1532576/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=5.97
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 1426 52093 0 5 4 2 544 47 16 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 13732

[startup+12.7014 s]
/proc/loadavg: 2.25 2.49 2.68 3/76 32712
/proc/meminfo: memFree=1531856/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=11.98
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 1998 119676 0 10 4 3 1100 91 16 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 13732

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

[startup+13.5015 s]
/proc/loadavg: 2.25 2.49 2.68 3/76 32724
/proc/meminfo: memFree=1531920/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=12.94
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 2059 129242 0 10 4 3 1188 99 16 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 13732

[startup+14.3067 s]
/proc/loadavg: 2.23 2.49 2.68 3/76 32736
/proc/meminfo: memFree=1531856/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=13.16
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 2112 133124 0 11 4 3 1207 102 15 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
[pid=32735] ppid=32604 vsize=5356 CPUtime=0
/proc/32735/stat : 32735 (sh) S 32604 32604 32272 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75452492 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32735/statm: 1339 232 193 169 0 50 0
[pid=32736] ppid=32735 vsize=38304 CPUtime=0.7
/proc/32736/stat : 32736 (minisat) R 32735 32604 32272 0 -1 4194304 9291 0 0 0 65 5 0 0 24 0 1 0 75452493 39223296 9277 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 0 0 0
/proc/32736/statm: 9576 9277 72 150 0 9423 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 57392

[startup+14.7017 s]
/proc/loadavg: 2.23 2.49 2.68 3/76 32736
/proc/meminfo: memFree=1531856/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=14.13
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 2173 142712 0 11 4 3 1298 108 16 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 13732

[startup+14.8018 s]
/proc/loadavg: 2.23 2.49 2.68 3/76 32736
/proc/meminfo: memFree=1531856/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=13732 CPUtime=14.13
/proc/32604/stat : 32604 (sugar) S 32602 32604 32272 0 -1 4194304 2174 142712 0 11 4 3 1298 108 15 0 1 0 75451134 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32604/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 14.13
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 14.8321
CPU time (s): 14.3818
CPU user time (s): 13.225
CPU system time (s): 1.15682
CPU usage (%): 96.9639
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.225
system time used= 1.15682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148827
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8523
involuntary context switches= 8301

runsolver used 0.017997 second user time and 0.05999 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-16 07:51:58
IDJOB=1126996
IDBENCH=66114
IDSOLVER=368
FILE ID=node53/1126996-1216187518
PBS_JOBID= 7905903
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-cap62_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-1126996-1216187518/watcher-1126996-1216187518 -o /tmp/evaluation-result-1126996-1216187518/solver-1126996-1216187518 -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-1126996-1216187518.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 934085e5bf0fb647d9226b5f27a26ebd
RANDOM SEED=72195958

node53.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.261
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.261
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:       1588912 kB
Buffers:        101084 kB
Cached:         273188 kB
SwapCached:          0 kB
Active:         225364 kB
Inactive:       169508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          31600 kB
Slab:            57516 kB
Committed_AS:   367012 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node53 at 2008-07-16 07:52:13