Trace number 1127020

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 16.1605 16.8762

General information on the benchmark

Namemaxcsp/warehouses/
normalized-cap44_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.034994
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 07:53:37 2008
0.00/0.05	c 0	PID 880
0.03/0.05	c 0	HOST node5.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1127020-1216187617.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127020-1216187617.xml' 'HOME/temp.csp'
0.03/0.49	c 1	3 domains, 67 variables, 0 predicates, 18 relations, 816 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	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.46/0.61	c 1	Parsing HOME/temp.csp
0.46/0.75	c 1	parsed 904 expressions
0.46/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.77	c 1	MAX CSP: 816 constraints
0.46/0.77	c 1	Converting to clausal form CSP
0.46/0.81	c 1	converted 173 (10%) expressions
0.46/0.83	c 1	converted 345 (20%) expressions
0.46/0.84	c 1	converted 517 (30%) expressions
0.46/0.86	c 1	converted 690 (40%) expressions
0.46/0.87	c 1	converted 862 (50%) expressions
0.46/0.88	c 1	converted 1034 (60%) expressions
0.46/0.95	c 1	converted 1207 (70%) expressions
0.46/0.96	c 1	converted 1379 (80%) expressions
0.46/0.97	c 1	converted 1551 (90%) expressions
1.01/1.11	c 2	converted 1723 (100%) expressions
1.01/1.11	c 2	CSP : 1699 integers, 0 booleans, 2447 clauses, largest domain size 1225
1.01/1.11	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.11	c 2	Propagation in CSP
1.01/1.17	c 2	812 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.17	c 2	CSP : 1699 integers, 0 booleans, 2447 clauses, largest domain size 817
1.01/1.17	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.17	c 2	Simplifing CSP by introducing new Boolean variables
1.01/1.18	c 2	CSP : 1699 integers, 0 booleans, 2447 clauses, largest domain size 817
1.01/1.18	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.21	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.23	c 2	170 (10%) CSP integer variables are encoded (700 clauses, 7609 bytes)
1.10/1.24	c 2	340 (20%) CSP integer variables are encoded (700 clauses, 7609 bytes)
1.10/1.24	c 2	510 (30%) CSP integer variables are encoded (700 clauses, 7609 bytes)
1.10/1.24	c 2	680 (40%) CSP integer variables are encoded (700 clauses, 7609 bytes)
1.10/1.24	c 2	850 (50%) CSP integer variables are encoded (700 clauses, 7609 bytes)
1.10/1.25	c 2	1020 (60%) CSP integer variables are encoded (7731 clauses, 99012 bytes)
1.10/1.25	c 2	1190 (70%) CSP integer variables are encoded (9604 clauses, 124744 bytes)
1.10/1.26	c 2	1360 (80%) CSP integer variables are encoded (11502 clauses, 153214 bytes)
1.10/1.26	c 2	1530 (90%) CSP integer variables are encoded (12704 clauses, 171244 bytes)
1.10/1.27	c 2	1699 (100%) CSP integer variables are encoded (14369 clauses, 196219 bytes)
1.20/1.31	c 2	245 (10%) CSP clauses are encoded (14614 clauses, 200592 bytes)
1.20/1.33	c 2	490 (20%) CSP clauses are encoded (14859 clauses, 205416 bytes)
1.20/1.35	c 2	735 (30%) CSP clauses are encoded (15104 clauses, 210471 bytes)
1.41/1.54	c 2	979 (40%) CSP clauses are encoded (109563 clauses, 1899921 bytes)
1.80/1.99	c 2	1224 (50%) CSP clauses are encoded (363524 clauses, 6591360 bytes)
1.90/2.02	c 2	1469 (60%) CSP clauses are encoded (375565 clauses, 6839570 bytes)
2.48/2.64	c 3	1713 (70%) CSP clauses are encoded (702423 clauses, 13559417 bytes)
2.48/2.67	c 3	1958 (80%) CSP clauses are encoded (716312 clauses, 13846316 bytes)
2.58/2.74	c 3	2203 (90%) CSP clauses are encoded (749943 clauses, 14555784 bytes)
2.78/2.97	c 3	2447 (100%) CSP clauses are encoded (874844 clauses, 17217308 bytes)
2.78/2.97	c 3	2447 CSP clauses encoded
2.78/2.97	c 3	Writing map file : HOME/temp.map
2.78/2.99	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/2.99	c 3	SAT : 16067 SAT variables, 874844 SAT clauses, 17217308 bytes
2.78/2.99	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.04	c 3	OBJECTIVE minimize _COST
2.87/3.04	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.87/3.04	c 3	SEARCHING: _COST <= 408
2.87/3.04	c 3	SOLVING HOME/temp.cnf
2.87/3.04	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.87/3.05	c 3	This is MiniSat 2.0 beta
2.87/3.05	c 3	WARNING: for repeatability, setting FPU to use double precision
2.87/3.05	c 3	============================[ Problem Statistics ]=============================
2.87/3.05	c 3	|                                                                             |
2.87/3.05	c 3	|  Number of variables:  16067                                                |
2.87/3.05	c 3	|  Number of clauses:    874845                                               |
3.23/3.47	c 4	|  Parsing time:         0.36         s                                       |
3.62/3.82	c 4	============================[ Search Statistics ]==============================
3.62/3.82	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.62/3.82	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.62/3.82	c 4	===============================================================================
3.62/3.82	c 4	|         0 |   11987   558046  1644130 |   186015        0    nan |  0.000 % |
3.62/3.88	c 4	===============================================================================
3.62/3.88	c 4	restarts              : 1
3.62/3.88	c 4	conflicts             : 0              (0 /sec)
3.62/3.88	c 4	decisions             : 67             (0.00 % random) (87 /sec)
3.62/3.88	c 4	propagations          : 16067          (20762 /sec)
3.62/3.88	c 4	conflict literals     : 0              ( nan % deleted)
3.62/3.88	c 4	Memory used           : 36.58 MB
3.62/3.88	c 4	CPU time              : 0.773882 s
3.62/3.88	c 4	
3.62/3.89	c 4	SATISFIABLE
3.62/3.89	c 4	FOUND: _COST <= 408
3.62/3.89	s SATISFIABLE
3.62/3.89	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.62/3.90	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.74/3.98	c 4	Decoding HOME/temp.out
3.74/4.22	c 5	OBJECTIVE _COST 408
3.74/4.22	o 408
3.74/4.22	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.74/4.22	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.74/4.27	c 5	OBJECTIVE BOUND: 0 <= _COST <= 408
3.74/4.27	c 5	SEARCHING: _COST <= 204
3.74/4.27	c 5	SOLVING HOME/temp.cnf
3.74/4.27	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.74/4.27	c 5	This is MiniSat 2.0 beta
3.74/4.27	c 5	WARNING: for repeatability, setting FPU to use double precision
3.74/4.27	c 5	============================[ Problem Statistics ]=============================
3.74/4.27	c 5	|                                                                             |
3.74/4.28	c 5	|  Number of variables:  16067                                                |
3.74/4.28	c 5	|  Number of clauses:    874845                                               |
4.47/4.75	c 5	|  Parsing time:         0.40         s                                       |
4.96/5.25	c 6	============================[ Search Statistics ]==============================
4.96/5.25	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.96/5.25	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.96/5.25	c 6	===============================================================================
4.96/5.25	c 6	|         0 |    9743   364348  1069564 |   121449        0    nan |  0.000 % |
4.96/5.29	c 6	===============================================================================
4.96/5.29	c 6	restarts              : 1
4.96/5.29	c 6	conflicts             : 0              (0 /sec)
4.96/5.29	c 6	decisions             : 63             (0.00 % random) (67 /sec)
4.96/5.29	c 6	propagations          : 16067          (17005 /sec)
4.96/5.29	c 6	conflict literals     : 0              ( nan % deleted)
4.96/5.29	c 6	Memory used           : 36.96 MB
4.96/5.29	c 6	CPU time              : 0.944856 s
4.96/5.29	c 6	
5.06/5.30	c 6	SATISFIABLE
5.06/5.31	c 6	FOUND: _COST <= 204
5.06/5.31	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.06/5.31	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.06/5.39	c 6	Decoding HOME/temp.out
5.35/5.67	c 6	OBJECTIVE _COST 204
5.35/5.67	o 204
5.35/5.68	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
5.46/5.71	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.46/5.74	c 6	OBJECTIVE BOUND: 0 <= _COST <= 204
5.46/5.74	c 6	SEARCHING: _COST <= 102
5.46/5.74	c 6	SOLVING HOME/temp.cnf
5.46/5.74	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.46/5.75	c 6	This is MiniSat 2.0 beta
5.46/5.75	c 6	WARNING: for repeatability, setting FPU to use double precision
5.46/5.75	c 6	============================[ Problem Statistics ]=============================
5.46/5.75	c 6	|                                                                             |
5.46/5.75	c 6	|  Number of variables:  16067                                                |
5.46/5.75	c 6	|  Number of clauses:    874845                                               |
5.48/6.23	c 7	|  Parsing time:         0.41         s                                       |
6.41/6.78	c 7	============================[ Search Statistics ]==============================
6.41/6.78	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.41/6.78	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.41/6.78	c 7	===============================================================================
6.41/6.78	c 7	|         0 |    8315   209359   608779 |    69786        0    nan |  0.000 % |
6.51/6.83	c 7	===============================================================================
6.51/6.83	c 7	restarts              : 1
6.51/6.83	c 7	conflicts             : 0              (0 /sec)
6.51/6.83	c 7	decisions             : 63             (0.00 % random) (63 /sec)
6.51/6.83	c 7	propagations          : 16067          (16118 /sec)
6.51/6.83	c 7	conflict literals     : 0              ( nan % deleted)
6.51/6.83	c 7	Memory used           : 37.35 MB
6.51/6.83	c 7	CPU time              : 0.996848 s
6.51/6.83	c 7	
6.51/6.84	c 7	SATISFIABLE
6.51/6.84	c 7	FOUND: _COST <= 102
6.51/6.84	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.51/6.84	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.57/6.93	c 7	Decoding HOME/temp.out
6.58/7.06	c 7	OBJECTIVE _COST 102
6.58/7.06	o 102
6.58/7.06	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
6.58/7.07	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.58/7.11	c 8	OBJECTIVE BOUND: 0 <= _COST <= 102
6.58/7.11	c 8	SEARCHING: _COST <= 51
6.58/7.11	c 8	SOLVING HOME/temp.cnf
6.58/7.11	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.58/7.11	c 8	This is MiniSat 2.0 beta
6.58/7.11	c 8	WARNING: for repeatability, setting FPU to use double precision
6.58/7.11	c 8	============================[ Problem Statistics ]=============================
6.58/7.11	c 8	|                                                                             |
6.58/7.12	c 8	|  Number of variables:  16067                                                |
6.58/7.12	c 8	|  Number of clauses:    874845                                               |
7.28/7.62	c 8	|  Parsing time:         0.43         s                                       |
7.77/8.17	c 9	============================[ Search Statistics ]==============================
7.77/8.17	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/8.17	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/8.17	c 9	===============================================================================
7.77/8.17	c 9	|         0 |    7244   116488   333328 |    38829        0    nan |  0.000 % |
7.87/8.21	c 9	===============================================================================
7.87/8.21	c 9	restarts              : 1
7.87/8.21	c 9	conflicts             : 0              (0 /sec)
7.87/8.21	c 9	decisions             : 62             (0.00 % random) (61 /sec)
7.87/8.21	c 9	propagations          : 16067          (15770 /sec)
7.87/8.21	c 9	conflict literals     : 0              ( nan % deleted)
7.87/8.21	c 9	Memory used           : 37.64 MB
7.87/8.21	c 9	CPU time              : 1.01885 s
7.87/8.21	c 9	
7.87/8.22	c 9	SATISFIABLE
7.87/8.23	c 9	FOUND: _COST <= 51
7.87/8.23	c 9	DECODING HOME/temp.out WITH HOME/temp.map
7.87/8.23	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.91/8.31	c 9	Decoding HOME/temp.out
7.91/8.44	c 9	OBJECTIVE _COST 51
7.91/8.44	o 51
7.91/8.44	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
7.91/8.45	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.91/8.49	c 9	OBJECTIVE BOUND: 0 <= _COST <= 51
7.91/8.49	c 9	SEARCHING: _COST <= 25
7.91/8.49	c 9	SOLVING HOME/temp.cnf
7.91/8.49	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.12/8.50	c 9	This is MiniSat 2.0 beta
8.12/8.50	c 9	WARNING: for repeatability, setting FPU to use double precision
8.12/8.50	c 9	============================[ Problem Statistics ]=============================
8.12/8.50	c 9	|                                                                             |
8.12/8.50	c 9	|  Number of variables:  16067                                                |
8.12/8.50	c 9	|  Number of clauses:    874845                                               |
8.60/9.01	c 9	|  Parsing time:         0.44         s                                       |
9.10/9.54	c 10	============================[ Search Statistics ]==============================
9.10/9.54	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.10/9.54	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.10/9.54	c 10	===============================================================================
9.10/9.54	c 10	|         0 |    6292    64053   178853 |    21351        0    nan |  0.000 % |
9.10/9.54	c 10	===============================================================================
9.10/9.58	c 10	restarts              : 1
9.10/9.58	c 10	conflicts             : 0              (0 /sec)
9.10/9.58	c 10	decisions             : 61             (0.00 % random) (60 /sec)
9.10/9.58	c 10	propagations          : 16067          (15785 /sec)
9.10/9.58	c 10	conflict literals     : 0              ( nan % deleted)
9.10/9.58	c 10	Memory used           : 37.48 MB
9.10/9.58	c 10	CPU time              : 1.01784 s
9.10/9.58	c 10	
9.10/9.59	c 10	SATISFIABLE
9.10/9.60	c 10	FOUND: _COST <= 25
9.10/9.60	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.10/9.60	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.22/9.68	c 10	Decoding HOME/temp.out
9.51/9.92	c 10	OBJECTIVE _COST 25
9.51/9.92	o 25
9.51/9.92	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
9.51/9.93	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.51/9.97	c 10	OBJECTIVE BOUND: 0 <= _COST <= 25
9.51/9.97	c 10	SEARCHING: _COST <= 12
9.51/9.97	c 10	SOLVING HOME/temp.cnf
9.51/9.97	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.51/9.97	c 10	This is MiniSat 2.0 beta
9.51/9.97	c 10	WARNING: for repeatability, setting FPU to use double precision
9.51/9.97	c 10	============================[ Problem Statistics ]=============================
9.51/9.97	c 10	|                                                                             |
9.51/9.97	c 10	|  Number of variables:  16067                                                |
9.51/9.97	c 10	|  Number of clauses:    874845                                               |
9.54/10.48	c 11	|  Parsing time:         0.46         s                                       |
10.45/11.00	c 11	============================[ Search Statistics ]==============================
10.45/11.00	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.45/11.00	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.45/11.00	c 11	===============================================================================
10.45/11.00	c 11	|         0 |    5373    35601    96241 |    11867        0    nan |  0.000 % |
10.55/11.05	c 11	===============================================================================
10.55/11.05	c 11	restarts              : 1
10.55/11.05	c 11	conflicts             : 0              (0 /sec)
10.55/11.05	c 11	decisions             : 60             (0.00 % random) (59 /sec)
10.55/11.05	c 11	propagations          : 16067          (15816 /sec)
10.55/11.05	c 11	conflict literals     : 0              ( nan % deleted)
10.55/11.05	c 11	Memory used           : 37.80 MB
10.55/11.05	c 11	CPU time              : 1.01585 s
10.55/11.05	c 11	
10.55/11.05	c 11	SATISFIABLE
10.55/11.06	c 11	FOUND: _COST <= 12
10.55/11.06	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.55/11.06	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.62/11.14	c 12	Decoding HOME/temp.out
10.62/11.38	c 12	OBJECTIVE _COST 12
10.62/11.38	o 12
10.62/11.38	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
10.62/11.39	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.62/11.44	c 12	OBJECTIVE BOUND: 0 <= _COST <= 12
10.62/11.44	c 12	SEARCHING: _COST <= 6
10.62/11.44	c 12	SOLVING HOME/temp.cnf
10.62/11.44	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.62/11.44	c 12	This is MiniSat 2.0 beta
10.62/11.44	c 12	WARNING: for repeatability, setting FPU to use double precision
10.62/11.44	c 12	============================[ Problem Statistics ]=============================
10.62/11.44	c 12	|                                                                             |
10.62/11.44	c 12	|  Number of variables:  16067                                                |
10.62/11.44	c 12	|  Number of clauses:    874845                                               |
10.95/11.92	c 12	|  Parsing time:         0.41         s                                       |
11.80/12.39	c 13	============================[ Search Statistics ]==============================
11.80/12.39	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.80/12.39	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.80/12.39	c 13	===============================================================================
11.80/12.39	c 13	|         0 |    4545    21228    55600 |     7076        0    nan |  0.000 % |
11.90/12.44	c 13	===============================================================================
11.90/12.44	c 13	restarts              : 1
11.90/12.44	c 13	conflicts             : 0              (0 /sec)
11.90/12.44	c 13	decisions             : 60             (0.00 % random) (65 /sec)
11.90/12.44	c 13	propagations          : 16067          (17467 /sec)
11.90/12.44	c 13	conflict literals     : 0              ( nan % deleted)
11.90/12.44	c 13	Memory used           : 37.80 MB
11.90/12.44	c 13	CPU time              : 0.91986 s
11.90/12.44	c 13	
11.90/12.44	c 13	SATISFIABLE
11.90/12.45	c 13	FOUND: _COST <= 6
11.90/12.45	c 13	DECODING HOME/temp.out WITH HOME/temp.map
11.90/12.45	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'
11.96/12.53	c 13	Decoding HOME/temp.out
11.96/12.77	c 13	OBJECTIVE _COST 6
11.96/12.77	o 6
11.96/12.77	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
11.96/12.77	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.97/12.82	c 13	OBJECTIVE BOUND: 0 <= _COST <= 6
11.97/12.82	c 13	SEARCHING: _COST <= 3
11.97/12.82	c 13	SOLVING HOME/temp.cnf
11.97/12.82	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.97/12.83	c 13	This is MiniSat 2.0 beta
11.97/12.83	c 13	WARNING: for repeatability, setting FPU to use double precision
11.97/12.83	c 13	============================[ Problem Statistics ]=============================
11.97/12.83	c 13	|                                                                             |
11.97/12.83	c 13	|  Number of variables:  16067                                                |
11.97/12.83	c 13	|  Number of clauses:    874845                                               |
12.73/13.35	c 14	|  Parsing time:         0.44         s                                       |
13.23/13.84	c 14	============================[ Search Statistics ]==============================
13.23/13.84	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.23/13.84	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.23/13.84	c 14	===============================================================================
13.23/13.84	c 14	|         0 |    3726    12777    32701 |     4259        0    nan |  0.000 % |
13.23/13.85	c 14	===============================================================================
13.23/13.89	c 14	restarts              : 1
13.23/13.89	c 14	conflicts             : 0              (0 /sec)
13.23/13.89	c 14	decisions             : 60             (0.00 % random) (61 /sec)
13.23/13.89	c 14	propagations          : 16067          (16364 /sec)
13.23/13.89	c 14	conflict literals     : 0              ( nan % deleted)
13.23/13.89	c 14	Memory used           : 37.39 MB
13.23/13.89	c 14	CPU time              : 0.98185 s
13.23/13.89	c 14	
13.23/13.89	c 14	SATISFIABLE
13.33/13.90	c 14	FOUND: _COST <= 3
13.33/13.90	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.33/13.90	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'
13.33/13.98	c 14	Decoding HOME/temp.out
13.35/14.11	c 15	OBJECTIVE _COST 3
13.35/14.11	o 3
13.35/14.12	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
13.35/14.12	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.35/14.17	c 15	OBJECTIVE BOUND: 0 <= _COST <= 3
13.35/14.17	c 15	SEARCHING: _COST <= 1
13.35/14.17	c 15	SOLVING HOME/temp.cnf
13.35/14.17	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.35/14.17	c 15	This is MiniSat 2.0 beta
13.35/14.17	c 15	WARNING: for repeatability, setting FPU to use double precision
13.35/14.17	c 15	============================[ Problem Statistics ]=============================
13.35/14.17	c 15	|                                                                             |
13.35/14.17	c 15	|  Number of variables:  16067                                                |
13.35/14.17	c 15	|  Number of clauses:    874845                                               |
13.97/14.70	c 15	|  Parsing time:         0.44         s                                       |
14.48/15.19	c 16	============================[ Search Statistics ]==============================
14.48/15.19	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.48/15.19	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.48/15.19	c 16	===============================================================================
14.48/15.19	c 16	|         0 |    2398     4778    12686 |     1592        0    nan |  0.000 % |
14.48/15.19	c 16	===============================================================================
14.58/15.23	c 16	restarts              : 1
14.58/15.23	c 16	conflicts             : 0              (0 /sec)
14.58/15.23	c 16	decisions             : 51             (0.00 % random) (52 /sec)
14.58/15.23	c 16	propagations          : 16067          (16448 /sec)
14.58/15.23	c 16	conflict literals     : 0              ( nan % deleted)
14.58/15.23	c 16	Memory used           : 37.40 MB
14.58/15.23	c 16	CPU time              : 0.976851 s
14.58/15.23	c 16	
14.58/15.24	c 16	SATISFIABLE
14.58/15.25	c 16	FOUND: _COST <= 1
14.58/15.25	c 16	DECODING HOME/temp.out WITH HOME/temp.map
14.58/15.25	c 16	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.67/15.33	c 16	Decoding HOME/temp.out
14.77/15.47	c 16	OBJECTIVE _COST 1
14.77/15.47	o 1
14.77/15.47	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
14.77/15.47	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.83/15.52	c 16	OBJECTIVE BOUND: 0 <= _COST <= 1
14.83/15.52	c 16	SEARCHING: _COST <= 0
14.83/15.52	c 16	SOLVING HOME/temp.cnf
14.83/15.52	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.83/15.52	c 16	This is MiniSat 2.0 beta
14.83/15.52	c 16	WARNING: for repeatability, setting FPU to use double precision
14.83/15.52	c 16	============================[ Problem Statistics ]=============================
14.83/15.52	c 16	|                                                                             |
14.83/15.52	c 16	|  Number of variables:  16067                                                |
14.83/15.52	c 16	|  Number of clauses:    874845                                               |
14.85/16.03	c 16	|  Parsing time:         0.43         s                                       |
15.81/16.54	c 17	============================[ Search Statistics ]==============================
15.81/16.54	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.81/16.54	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.81/16.54	c 17	===============================================================================
15.81/16.54	c 17	|         0 |       0        0        0 |        0        0    nan |  0.000 % |
15.81/16.54	c 17	===============================================================================
15.81/16.58	c 17	restarts              : 1
15.81/16.58	c 17	conflicts             : 0              (0 /sec)
15.81/16.58	c 17	decisions             : 1              (0.00 % random) (1 /sec)
15.81/16.58	c 17	propagations          : 16067          (16618 /sec)
15.81/16.58	c 17	conflict literals     : 0              ( nan % deleted)
15.81/16.58	c 17	Memory used           : 37.41 MB
15.81/16.58	c 17	CPU time              : 0.966853 s
15.81/16.58	c 17	
15.81/16.59	c 17	SATISFIABLE
15.81/16.59	c 17	FOUND: _COST <= 0
15.81/16.59	c 17	DECODING HOME/temp.out WITH HOME/temp.map
15.81/16.59	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.91/16.68	c 17	Decoding HOME/temp.out
15.91/16.80	c 17	OBJECTIVE _COST 0
15.91/16.80	o 0
15.91/16.81	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
15.91/16.81	c 17	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.91/16.87	c 17	OBJECTIVE _COST 0
15.91/16.87	s OPTIMUM FOUND
15.91/16.87	c 17	CPU 14.83 (0.05 0.02 14.78 1.28)
15.91/16.87	c 17	END Wed Jul 16 07:53:54 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-1127020-1216187617/watcher-1127020-1216187617 -o /tmp/evaluation-result-1127020-1216187617/solver-1127020-1216187617 -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-1127020-1216187617.xml 

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


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 880
/proc/meminfo: memFree=1909064/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=18572 CPUtime=0
/proc/880/stat : 880 (runsolver) R 878 880 32397 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75465043 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/880/statm: 4643 292 257 25 0 2626 0

[startup+0.054893 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 880
/proc/meminfo: memFree=1909064/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13600 CPUtime=0.03
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 838 0 0 0 3 0 0 0 20 0 1 0 75465043 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101784 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 880
/proc/meminfo: memFree=1909064/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13600 CPUtime=0.03
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 75465043 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30146 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 880
/proc/meminfo: memFree=1909064/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13600 CPUtime=0.03
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 75465043 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701512 s]
/proc/loadavg: 1.95 1.99 1.99 4/81 880
/proc/meminfo: memFree=1909064/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13600 CPUtime=0.46
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 974 4537 0 1 3 0 40 3 16 0 1 0 75465043 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 1.96 1.99 1.99 3/92 902
/proc/meminfo: memFree=1895600/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13600 CPUtime=0.47
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 974 4537 0 1 4 0 40 3 15 0 1 0 75465043 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3400 797 370 3 0 500 0
[pid=893] ppid=880 vsize=5356 CPUtime=0
/proc/893/stat : 893 (sh) S 880 880 32397 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75465096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/893/statm: 1339 233 193 169 0 50 0
[pid=894] ppid=893 vsize=868376 CPUtime=0.94
/proc/894/stat : 894 (java) S 893 880 32397 0 -1 0 6718 0 1 0 88 6 0 0 18 0 9 0 75465097 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 217094 5903 2563 9 0 211641 0
[pid=894/tid=895] ppid=893 vsize=868376 CPUtime=0.56
/proc/894/task/895/stat : 895 (java) R 893 880 32397 0 -1 64 2766 0 1 0 54 2 0 0 19 0 9 0 75465098 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4126534728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=896] ppid=893 vsize=868376 CPUtime=0.09
/proc/894/task/896/stat : 896 (java) S 893 880 32397 0 -1 64 1769 0 0 0 8 1 0 0 16 0 9 0 75465099 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=893 vsize=868376 CPUtime=0
/proc/894/task/897/stat : 897 (java) S 893 880 32397 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75465099 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=893 vsize=868376 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 893 880 32397 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75465099 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=893 vsize=868376 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 893 880 32397 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75465101 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=893 vsize=868376 CPUtime=0.25
/proc/894/task/900/stat : 900 (java) S 893 880 32397 0 -1 64 1491 0 0 0 24 1 0 0 16 0 9 0 75465101 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=893 vsize=868376 CPUtime=0
/proc/894/task/901/stat : 901 (java) S 893 880 32397 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75465101 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=893 vsize=868376 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 893 880 32397 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75465101 889217024 5903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887332

[startup+3.10279 s]
/proc/loadavg: 1.96 1.99 1.99 3/92 902
/proc/meminfo: memFree=1885488/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=2.89
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 1077 12010 0 2 4 0 262 23 17 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 13732

[startup+6.30114 s]
/proc/loadavg: 1.96 1.99 1.99 4/92 926
/proc/meminfo: memFree=1884528/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=5.48
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 1312 38641 0 4 4 0 502 42 15 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 13732

[startup+12.7019 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 976
/proc/meminfo: memFree=1851440/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=11.96
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 1831 102334 0 8 5 1 1099 91 16 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 13732

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

[startup+14.307 s]
/proc/loadavg: 2.04 2.01 2.00 4/84 1000
/proc/meminfo: memFree=1884720/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=13.57
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 1998 119677 0 10 5 2 1245 105 16 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
[pid=999] ppid=880 vsize=5356 CPUtime=0
/proc/999/stat : 999 (sh) S 880 880 32397 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75466460 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/999/statm: 1339 232 193 169 0 50 0
[pid=1000] ppid=999 vsize=12652 CPUtime=0.11
/proc/1000/stat : 1000 (minisat) R 999 880 32397 0 -1 4194304 2972 0 0 0 10 1 0 0 20 0 1 0 75466460 12955648 2958 996147200 134512640 135127466 4294956256 18446744073709551615 134525952 0 0 4096 3 0 0 0 17 1 0 0
/proc/1000/statm: 3163 2958 62 150 0 3010 0
Current children cumulated CPU time (s) 13.68
Current children cumulated vsize (KiB) 31740

[startup+15.9022 s]
/proc/loadavg: 2.04 2.01 2.00 5/92 1010
/proc/meminfo: memFree=1885040/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=14.85
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 2112 133124 0 11 5 2 1362 116 16 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 13732

[startup+16.3023 s]
/proc/loadavg: 2.04 2.01 2.00 5/92 1010
/proc/meminfo: memFree=1885040/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=14.85
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 2112 133124 0 11 5 2 1362 116 15 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 13732

[startup+16.7023 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 1012
/proc/meminfo: memFree=1851376/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=15.91
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 2173 142712 0 11 5 2 1459 125 16 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 13732

[startup+16.8013 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 1012
/proc/meminfo: memFree=1851376/2055920 swapFree=4181156/4192956
[pid=880] ppid=878 vsize=13732 CPUtime=15.91
/proc/880/stat : 880 (sugar) S 878 880 32397 0 -1 4194304 2173 142712 0 11 5 2 1459 125 16 0 1 0 75465043 14061568 825 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/880/statm: 3433 825 374 3 0 533 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 13732

Child status: 0
Real time (s): 16.8762
CPU time (s): 16.1605
CPU user time (s): 14.8387
CPU system time (s): 1.3218
CPU usage (%): 95.7593
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8387
system time used= 1.3218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148824
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= 8325
involuntary context switches= 8386

runsolver used 0.025996 second user time and 0.073988 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-16 07:53:37
IDJOB=1127020
IDBENCH=66117
IDSOLVER=368
FILE ID=node5/1127020-1216187617
PBS_JOBID= 7905876
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 934085e5bf0fb647d9226b5f27a26ebd
RANDOM SEED=846389695

node5.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.212
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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1909544 kB
Buffers:          7060 kB
Cached:          58688 kB
SwapCached:       5380 kB
Active:          81428 kB
Inactive:        14640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909544 kB
SwapTotal:     4192956 kB
SwapFree:      4181156 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          46640 kB
Slab:            35504 kB
Committed_AS:   514784 kB
PageTables:       1948 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 node5 at 2008-07-16 07:53:54