Trace number 1113844

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 9.16461 9.95321

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-8.xml
MD5SUMe02ab284be8165bbf8650c2ca610d92a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark4.5773
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints520
Maximum constraint arity2
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension520
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 Sat Jul 12 21:54:12 2008
0.00/0.04	c 0	PID 18306
0.03/0.05	c 0	HOST node13.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1113844-1215892451.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-1113844-1215892451.xml' 'HOME/temp.csp'
0.03/0.56	c 0	1 domains, 32 variables, 2 predicates, 0 relations, 520 constraints
0.03/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	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.69	c 0	Parsing HOME/temp.csp
0.36/0.81	c 0	parsed 555 expressions
0.36/0.81	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.83	c 0	MAX CSP: 520 constraints
0.36/0.83	c 0	Converting to clausal form CSP
0.36/0.88	c 0	converted 108 (10%) expressions
0.36/0.90	c 1	converted 216 (20%) expressions
0.36/0.93	c 1	converted 324 (30%) expressions
0.36/0.94	c 1	converted 432 (40%) expressions
0.73/1.02	c 1	converted 539 (50%) expressions
0.73/1.03	c 1	converted 647 (60%) expressions
0.73/1.03	c 1	converted 755 (70%) expressions
0.73/1.04	c 1	converted 863 (80%) expressions
0.73/1.05	c 1	converted 971 (90%) expressions
0.83/1.13	c 1	converted 1078 (100%) expressions
0.83/1.13	c 1	CSP : 1072 integers, 24 booleans, 1607 clauses, largest domain size 781
0.83/1.13	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.13	c 1	Propagation in CSP
0.83/1.18	c 1	518 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.83/1.18	c 1	CSP : 1072 integers, 24 booleans, 1607 clauses, largest domain size 521
0.83/1.18	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.18	c 1	Simplifing CSP by introducing new Boolean variables
0.83/1.19	c 1	CSP : 1072 integers, 1016 booleans, 2599 clauses, largest domain size 521
0.83/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.93/1.24	c 1	108 (10%) CSP integer variables are encoded (960 clauses, 10416 bytes)
0.93/1.24	c 1	215 (20%) CSP integer variables are encoded (960 clauses, 10416 bytes)
0.93/1.24	c 1	322 (30%) CSP integer variables are encoded (960 clauses, 10416 bytes)
0.93/1.24	c 1	429 (40%) CSP integer variables are encoded (960 clauses, 10416 bytes)
0.93/1.25	c 1	536 (50%) CSP integer variables are encoded (960 clauses, 10416 bytes)
0.93/1.25	c 1	644 (60%) CSP integer variables are encoded (5395 clauses, 68071 bytes)
0.93/1.25	c 1	751 (70%) CSP integer variables are encoded (6502 clauses, 82462 bytes)
0.93/1.26	c 1	858 (80%) CSP integer variables are encoded (7632 clauses, 97152 bytes)
0.93/1.26	c 1	965 (90%) CSP integer variables are encoded (8326 clauses, 106174 bytes)
0.93/1.26	c 1	1072 (100%) CSP integer variables are encoded (9299 clauses, 119564 bytes)
0.93/1.29	c 1	260 (10%) CSP clauses are encoded (14935 clauses, 213443 bytes)
1.02/1.31	c 1	520 (20%) CSP clauses are encoded (20522 clauses, 311915 bytes)
1.02/1.32	c 1	780 (30%) CSP clauses are encoded (26107 clauses, 411071 bytes)
1.02/1.34	c 1	1040 (40%) CSP clauses are encoded (31686 clauses, 510125 bytes)
1.02/1.35	c 1	1300 (50%) CSP clauses are encoded (37282 clauses, 609474 bytes)
1.02/1.37	c 1	1560 (60%) CSP clauses are encoded (42835 clauses, 708060 bytes)
1.32/1.66	c 1	1820 (70%) CSP clauses are encoded (187669 clauses, 3333711 bytes)
1.62/1.90	c 2	2080 (80%) CSP clauses are encoded (325737 clauses, 5871411 bytes)
1.62/1.94	c 2	2340 (90%) CSP clauses are encoded (344341 clauses, 6205501 bytes)
1.72/2.04	c 2	2599 (100%) CSP clauses are encoded (397513 clauses, 7246871 bytes)
1.72/2.04	c 2	2599 CSP clauses encoded
1.72/2.04	c 2	Writing map file : HOME/temp.map
1.72/2.05	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/2.06	c 2	SAT : 11387 SAT variables, 397513 SAT clauses, 7246871 bytes
1.72/2.06	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/2.08	c 2	OBJECTIVE minimize _COST
1.72/2.09	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.72/2.09	c 2	SEARCHING: _COST <= 260
1.72/2.09	c 2	SOLVING HOME/temp.cnf
1.72/2.09	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.72/2.10	c 2	This is MiniSat 2.0 beta
1.72/2.10	c 2	WARNING: for repeatability, setting FPU to use double precision
1.72/2.10	c 2	============================[ Problem Statistics ]=============================
1.72/2.10	c 2	|                                                                             |
1.72/2.10	c 2	|  Number of variables:  11387                                                |
1.72/2.10	c 2	|  Number of clauses:    397514                                               |
1.90/2.29	c 2	|  Parsing time:         0.17         s                                       |
2.09/2.40	c 2	============================[ Search Statistics ]==============================
2.09/2.40	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.40	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.40	c 2	===============================================================================
2.09/2.40	c 2	|         0 |    8787   266181   777530 |    88727        0    nan |  0.000 % |
2.09/2.43	c 2	===============================================================================
2.09/2.43	c 2	restarts              : 1
2.09/2.43	c 2	conflicts             : 1              (3 /sec)
2.09/2.43	c 2	decisions             : 620            (0.65 % random) (2013 /sec)
2.09/2.43	c 2	propagations          : 11535          (37457 /sec)
2.09/2.43	c 2	conflict literals     : 7              (0.00 % deleted)
2.09/2.43	c 2	Memory used           : 17.82 MB
2.09/2.43	c 2	CPU time              : 0.307953 s
2.09/2.43	c 2	
2.09/2.44	c 2	SATISFIABLE
2.09/2.44	c 2	FOUND: _COST <= 260
2.09/2.44	s SATISFIABLE
2.09/2.44	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.09/2.44	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.14/2.52	c 2	Decoding HOME/temp.out
2.14/2.62	c 2	OBJECTIVE _COST 260
2.14/2.62	o 260
2.14/2.62	v 5 10 12 15 1 2 3 4 7 13 16 20 19 9 11 13 9 16 20 25 25 16 19 22 11 19 24 30 31 23 27 31
2.14/2.63	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.14/2.65	c 2	OBJECTIVE BOUND: 0 <= _COST <= 260
2.14/2.65	c 2	SEARCHING: _COST <= 130
2.14/2.65	c 2	SOLVING HOME/temp.cnf
2.14/2.65	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.14/2.66	c 2	This is MiniSat 2.0 beta
2.14/2.66	c 2	WARNING: for repeatability, setting FPU to use double precision
2.14/2.66	c 2	============================[ Problem Statistics ]=============================
2.14/2.66	c 2	|                                                                             |
2.14/2.66	c 2	|  Number of variables:  11387                                                |
2.14/2.66	c 2	|  Number of clauses:    397514                                               |
2.34/2.86	c 2	|  Parsing time:         0.18         s                                       |
2.34/3.00	c 3	============================[ Search Statistics ]==============================
2.34/3.00	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.34/3.00	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.34/3.00	c 3	===============================================================================
2.34/3.00	c 3	|         0 |    7357   186036   541255 |    62012        0    nan |  0.000 % |
2.34/3.02	c 3	===============================================================================
2.34/3.03	c 3	restarts              : 1
2.34/3.03	c 3	conflicts             : 33             (95 /sec)
2.34/3.03	c 3	decisions             : 385            (1.04 % random) (1113 /sec)
2.34/3.03	c 3	propagations          : 16792          (48539 /sec)
2.34/3.03	c 3	conflict literals     : 461            (4.36 % deleted)
2.34/3.03	c 3	Memory used           : 17.95 MB
2.34/3.03	c 3	CPU time              : 0.345947 s
2.34/3.03	c 3	
2.34/3.03	c 3	SATISFIABLE
2.34/3.03	c 3	FOUND: _COST <= 130
2.34/3.03	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.34/3.03	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.71/3.12	c 3	Decoding HOME/temp.out
2.85/3.23	c 3	OBJECTIVE _COST 130
2.85/3.23	o 130
2.85/3.23	v 10 8 19 15 3 4 2 7 12 11 23 20 9 11 10 13 14 14 27 25 15 18 18 22 16 17 31 30 21 25 26 31
2.85/3.23	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.85/3.26	c 3	OBJECTIVE BOUND: 0 <= _COST <= 130
2.85/3.26	c 3	SEARCHING: _COST <= 65
2.85/3.26	c 3	SOLVING HOME/temp.cnf
2.85/3.29	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.85/3.29	c 3	This is MiniSat 2.0 beta
2.85/3.29	c 3	WARNING: for repeatability, setting FPU to use double precision
2.85/3.29	c 3	============================[ Problem Statistics ]=============================
2.85/3.29	c 3	|                                                                             |
2.85/3.29	c 3	|  Number of variables:  11387                                                |
2.85/3.29	c 3	|  Number of clauses:    397514                                               |
2.91/3.50	c 3	|  Parsing time:         0.18         s                                       |
2.91/3.65	c 3	============================[ Search Statistics ]==============================
2.91/3.65	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.91/3.65	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.91/3.65	c 3	===============================================================================
2.91/3.65	c 3	|         0 |    6447   122141   352235 |    40713        0    nan |  0.000 % |
2.91/3.70	c 3	|       100 |    6447   122141   352235 |    44785      100     46 | 43.383 % |
2.91/3.71	c 3	===============================================================================
2.91/3.71	c 3	restarts              : 2
2.91/3.71	c 3	conflicts             : 110            (282 /sec)
2.91/3.71	c 3	decisions             : 620            (0.48 % random) (1590 /sec)
2.91/3.71	c 3	propagations          : 48116          (123393 /sec)
2.91/3.71	c 3	conflict literals     : 4749           (7.70 % deleted)
2.91/3.71	c 3	Memory used           : 18.09 MB
2.91/3.71	c 3	CPU time              : 0.38994 s
2.91/3.71	c 3	
2.91/3.71	c 3	SATISFIABLE
2.91/3.72	c 3	FOUND: _COST <= 65
2.91/3.72	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.91/3.72	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.91/3.80	c 3	Decoding HOME/temp.out
3.33/3.90	c 4	OBJECTIVE _COST 65
3.33/3.90	o 65
3.33/3.90	v 24 7 19 28 20 15 18 27 29 10 23 25 17 26 28 26 12 13 30 29 25 20 30 22 14 16 26 11 21 27 9 31
3.33/3.91	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.33/3.93	c 4	OBJECTIVE BOUND: 0 <= _COST <= 65
3.33/3.93	c 4	SEARCHING: _COST <= 32
3.33/3.93	c 4	SOLVING HOME/temp.cnf
3.33/3.93	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.33/3.96	c 4	This is MiniSat 2.0 beta
3.33/3.96	c 4	WARNING: for repeatability, setting FPU to use double precision
3.33/3.96	c 4	============================[ Problem Statistics ]=============================
3.33/3.96	c 4	|                                                                             |
3.33/3.96	c 4	|  Number of variables:  11387                                                |
3.33/3.96	c 4	|  Number of clauses:    397514                                               |
3.52/4.16	c 4	|  Parsing time:         0.17         s                                       |
3.85/4.30	c 4	============================[ Search Statistics ]==============================
3.85/4.30	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.85/4.31	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.85/4.31	c 4	===============================================================================
3.85/4.31	c 4	|         0 |    5746    82921   236645 |    27640        0    nan |  0.000 % |
3.85/4.34	c 4	|       100 |    5746    82921   236645 |    30404      100     29 | 49.539 % |
3.85/4.35	c 4	===============================================================================
3.85/4.35	c 4	restarts              : 2
3.85/4.35	c 4	conflicts             : 138            (382 /sec)
3.85/4.35	c 4	decisions             : 401            (0.00 % random) (1111 /sec)
3.85/4.35	c 4	propagations          : 45172          (125149 /sec)
3.85/4.35	c 4	conflict literals     : 4293           (6.43 % deleted)
3.85/4.35	c 4	Memory used           : 18.20 MB
3.85/4.35	c 4	CPU time              : 0.360945 s
3.85/4.35	c 4	
3.85/4.36	c 4	SATISFIABLE
3.85/4.36	c 4	FOUND: _COST <= 32
3.85/4.36	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.36	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.92/4.44	c 4	Decoding HOME/temp.out
3.92/4.55	c 4	OBJECTIVE _COST 32
3.92/4.55	o 32
3.92/4.56	v 28 24 30 0 1 4 12 17 27 29 29 5 7 11 20 26 21 27 22 10 13 18 28 22 2 3 23 15 19 25 27 31
3.92/4.56	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.92/4.59	c 4	OBJECTIVE BOUND: 0 <= _COST <= 32
3.92/4.59	c 4	SEARCHING: _COST <= 16
3.92/4.59	c 4	SOLVING HOME/temp.cnf
3.92/4.59	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.92/4.59	c 4	This is MiniSat 2.0 beta
3.92/4.59	c 4	WARNING: for repeatability, setting FPU to use double precision
3.92/4.59	c 4	============================[ Problem Statistics ]=============================
3.92/4.59	c 4	|                                                                             |
3.92/4.59	c 4	|  Number of variables:  11387                                                |
3.92/4.59	c 4	|  Number of clauses:    397514                                               |
4.12/4.81	c 4	|  Parsing time:         0.18         s                                       |
4.12/4.97	c 5	============================[ Search Statistics ]==============================
4.12/4.97	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.12/4.97	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.12/4.97	c 5	===============================================================================
4.12/4.97	c 5	|         0 |    5162    61865   175213 |    20621        0    nan |  0.000 % |
4.12/4.98	c 5	===============================================================================
4.12/5.00	c 5	restarts              : 1
4.12/5.00	c 5	conflicts             : 39             (107 /sec)
4.12/5.00	c 5	decisions             : 152            (0.00 % random) (417 /sec)
4.12/5.00	c 5	propagations          : 23360          (64010 /sec)
4.12/5.00	c 5	conflict literals     : 381            (7.75 % deleted)
4.12/5.00	c 5	Memory used           : 18.20 MB
4.12/5.00	c 5	CPU time              : 0.364944 s
4.12/5.00	c 5	
4.12/5.00	c 5	SATISFIABLE
4.12/5.01	c 5	FOUND: _COST <= 16
4.12/5.01	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.12/5.01	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.55/5.10	c 5	Decoding HOME/temp.out
4.55/5.22	c 5	OBJECTIVE _COST 16
4.55/5.22	o 16
4.55/5.22	v 24 0 19 7 4 1 5 2 26 3 23 12 10 8 13 11 28 6 27 17 16 15 21 20 30 9 31 22 22 22 29 29
4.55/5.23	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.55/5.24	c 5	OBJECTIVE BOUND: 0 <= _COST <= 16
4.55/5.24	c 5	SEARCHING: _COST <= 8
4.55/5.24	c 5	SOLVING HOME/temp.cnf
4.55/5.24	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.55/5.24	c 5	This is MiniSat 2.0 beta
4.55/5.24	c 5	WARNING: for repeatability, setting FPU to use double precision
4.55/5.24	c 5	============================[ Problem Statistics ]=============================
4.55/5.24	c 5	|                                                                             |
4.55/5.24	c 5	|  Number of variables:  11387                                                |
4.55/5.24	c 5	|  Number of clauses:    397514                                               |
4.88/5.46	c 5	|  Parsing time:         0.20         s                                       |
5.09/5.61	c 5	============================[ Search Statistics ]==============================
5.09/5.61	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.61	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.61	c 5	===============================================================================
5.09/5.61	c 5	|         0 |    4618    50229   141929 |    16743        0    nan |  0.000 % |
5.09/5.65	c 5	|       100 |    4618    50229   141929 |    18417      100     32 | 59.445 % |
5.09/5.66	c 5	===============================================================================
5.09/5.66	c 5	restarts              : 2
5.09/5.66	c 5	conflicts             : 131            (335 /sec)
5.09/5.66	c 5	decisions             : 285            (0.00 % random) (729 /sec)
5.09/5.66	c 5	propagations          : 51111          (130739 /sec)
5.09/5.66	c 5	conflict literals     : 4135           (5.92 % deleted)
5.09/5.66	c 5	Memory used           : 18.20 MB
5.09/5.66	c 5	CPU time              : 0.39094 s
5.09/5.66	c 5	
5.09/5.66	c 5	SATISFIABLE
5.09/5.67	c 5	FOUND: _COST <= 8
5.09/5.67	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.09/5.67	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'
5.16/5.75	c 5	Decoding HOME/temp.out
5.16/5.92	c 6	OBJECTIVE _COST 8
5.16/5.92	o 8
5.16/5.92	v 1 10 17 0 23 11 4 6 3 13 21 14 30 18 12 15 5 16 25 27 26 2 20 22 7 19 29 24 8 9 28 31
5.16/5.94	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.16/5.99	c 6	OBJECTIVE BOUND: 0 <= _COST <= 8
5.16/5.99	c 6	SEARCHING: _COST <= 4
5.16/5.99	c 6	SOLVING HOME/temp.cnf
5.16/5.99	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.16/6.00	c 6	This is MiniSat 2.0 beta
5.16/6.00	c 6	WARNING: for repeatability, setting FPU to use double precision
5.16/6.00	c 6	============================[ Problem Statistics ]=============================
5.16/6.00	c 6	|                                                                             |
5.46/6.00	c 6	|  Number of variables:  11387                                                |
5.46/6.00	c 6	|  Number of clauses:    397514                                               |
5.46/6.20	c 6	|  Parsing time:         0.17         s                                       |
5.46/6.34	c 6	============================[ Search Statistics ]==============================
5.46/6.34	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.46/6.34	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.46/6.34	c 6	===============================================================================
5.46/6.34	c 6	|         0 |    4090    43555   123487 |    14518        0    nan |  0.000 % |
5.46/6.38	c 6	|       100 |    4090    43555   123487 |    15970      100     34 | 64.082 % |
5.46/6.40	c 6	|       251 |    4090    43555   123487 |    17567      251     42 | 64.082 % |
5.46/6.41	c 6	===============================================================================
5.46/6.41	c 6	restarts              : 3
5.46/6.41	c 6	conflicts             : 275            (714 /sec)
5.46/6.41	c 6	decisions             : 477            (0.63 % random) (1239 /sec)
5.46/6.41	c 6	propagations          : 90959          (236293 /sec)
5.46/6.41	c 6	conflict literals     : 11305          (6.61 % deleted)
5.46/6.41	c 6	Memory used           : 18.07 MB
5.46/6.41	c 6	CPU time              : 0.384941 s
5.46/6.41	c 6	
5.46/6.42	c 6	SATISFIABLE
5.46/6.42	c 6	FOUND: _COST <= 4
5.46/6.42	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.46/6.42	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.88/6.57	c 6	Decoding HOME/temp.out
5.98/6.69	c 6	OBJECTIVE _COST 4
5.98/6.69	o 4
5.98/6.69	v 24 1 17 10 0 2 3 4 26 7 21 15 6 9 11 13 28 14 25 20 12 16 19 22 30 5 29 8 18 23 27 31
5.98/6.69	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.06/6.75	c 6	OBJECTIVE BOUND: 0 <= _COST <= 4
6.06/6.75	c 6	SEARCHING: _COST <= 2
6.06/6.75	c 6	SOLVING HOME/temp.cnf
6.06/6.75	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.06/6.75	c 6	This is MiniSat 2.0 beta
6.06/6.75	c 6	WARNING: for repeatability, setting FPU to use double precision
6.06/6.75	c 6	============================[ Problem Statistics ]=============================
6.06/6.75	c 6	|                                                                             |
6.06/6.75	c 6	|  Number of variables:  11387                                                |
6.06/6.75	c 6	|  Number of clauses:    397514                                               |
6.09/6.97	c 7	|  Parsing time:         0.19         s                                       |
6.09/7.11	c 7	============================[ Search Statistics ]==============================
6.09/7.11	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.09/7.11	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.09/7.11	c 7	===============================================================================
6.09/7.11	c 7	|         0 |    3568    39422   112652 |    13140        0    nan |  0.000 % |
6.09/7.16	c 7	|       100 |    3568    39422   112652 |    14454      100     46 | 68.666 % |
6.09/7.20	c 7	|       250 |    3568    39422   112652 |    15900      250     47 | 68.666 % |
6.09/7.24	c 7	|       475 |    3568    39422   112652 |    17490      475     47 | 68.666 % |
6.09/7.32	c 7	|       813 |    3568    39422   112652 |    19239      813     50 | 68.666 % |
6.09/7.46	c 7	|      1320 |    3568    39422   112652 |    21163     1320     53 | 68.666 % |
6.09/7.57	c 7	===============================================================================
6.09/7.57	c 7	restarts              : 6
6.09/7.57	c 7	conflicts             : 1666           (2120 /sec)
6.09/7.57	c 7	decisions             : 2268           (0.49 % random) (2886 /sec)
6.09/7.57	c 7	propagations          : 559659         (712143 /sec)
6.09/7.57	c 7	conflict literals     : 89674          (6.76 % deleted)
6.09/7.57	c 7	Memory used           : 18.21 MB
6.09/7.57	c 7	CPU time              : 0.78588 s
6.09/7.57	c 7	
6.09/7.58	c 7	SATISFIABLE
6.09/7.58	c 7	FOUND: _COST <= 2
6.09/7.58	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.09/7.58	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.93/7.66	c 7	Decoding HOME/temp.out
7.03/7.76	c 7	OBJECTIVE _COST 2
7.03/7.76	o 2
7.03/7.77	v 24 14 17 5 0 2 3 13 26 1 21 10 6 9 11 22 28 4 25 15 12 16 19 31 30 7 29 20 18 23 27 8
7.03/7.77	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.03/7.79	c 7	OBJECTIVE BOUND: 0 <= _COST <= 2
7.03/7.79	c 7	SEARCHING: _COST <= 1
7.03/7.79	c 7	SOLVING HOME/temp.cnf
7.03/7.79	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.11/7.83	c 7	This is MiniSat 2.0 beta
7.11/7.83	c 7	WARNING: for repeatability, setting FPU to use double precision
7.11/7.83	c 7	============================[ Problem Statistics ]=============================
7.11/7.83	c 7	|                                                                             |
7.11/7.83	c 7	|  Number of variables:  11387                                                |
7.11/7.83	c 7	|  Number of clauses:    397514                                               |
7.11/8.03	c 8	|  Parsing time:         0.18         s                                       |
7.11/8.17	c 8	============================[ Search Statistics ]==============================
7.11/8.17	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.11/8.17	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.11/8.17	c 8	===============================================================================
7.11/8.17	c 8	|         0 |    3048    36573   105664 |    12191        0    nan |  0.000 % |
7.11/8.21	c 8	|       100 |    3048    36573   105664 |    13410      100     36 | 73.233 % |
7.11/8.25	c 8	|       250 |    3048    36573   105664 |    14751      250     45 | 73.234 % |
7.11/8.31	c 8	|       475 |    3040    36434   105319 |    16226      474     49 | 73.304 % |
7.11/8.41	c 8	|       813 |    3039    36434   105319 |    17848      808     58 | 73.778 % |
7.11/8.54	c 8	|      1321 |    2986    34961   101210 |    19633     1316     53 | 73.777 % |
7.97/8.77	c 8	|      2081 |    2986    34961   101210 |    21597     2076     62 | 73.777 % |
8.36/9.18	c 9	|      3220 |    2966    34615   100256 |    23756     3214     73 | 73.953 % |
8.46/9.22	c 9	===============================================================================
8.46/9.22	c 9	restarts              : 8
8.46/9.22	c 9	conflicts             : 3274           (2413 /sec)
8.46/9.22	c 9	decisions             : 4197           (0.52 % random) (3093 /sec)
8.46/9.22	c 9	propagations          : 1379009        (1016374 /sec)
8.46/9.22	c 9	conflict literals     : 242692         (15.79 % deleted)
8.46/9.22	c 9	Memory used           : 18.21 MB
8.46/9.22	c 9	CPU time              : 1.35679 s
8.46/9.22	c 9	
8.46/9.22	c 9	SATISFIABLE
8.46/9.23	c 9	FOUND: _COST <= 1
8.46/9.23	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.46/9.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'
8.50/9.32	c 9	Decoding HOME/temp.out
8.50/9.44	c 9	OBJECTIVE _COST 1
8.50/9.44	o 1
8.50/9.44	v 1 16 0 13 9 10 6 2 3 19 4 18 15 17 14 11 5 22 8 23 21 24 22 20 7 25 12 28 27 31 30 29
8.50/9.45	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.50/9.50	c 9	OBJECTIVE BOUND: 0 <= _COST <= 1
8.50/9.50	c 9	SEARCHING: _COST <= 0
8.50/9.50	c 9	SOLVING HOME/temp.cnf
8.50/9.50	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.50/9.51	c 9	This is MiniSat 2.0 beta
8.50/9.51	c 9	WARNING: for repeatability, setting FPU to use double precision
8.50/9.51	c 9	============================[ Problem Statistics ]=============================
8.50/9.51	c 9	|                                                                             |
8.50/9.51	c 9	|  Number of variables:  11387                                                |
8.50/9.51	c 9	|  Number of clauses:    397514                                               |
8.70/9.74	c 9	|  Parsing time:         0.20         s                                       |
8.98/9.88	c 9	============================[ Search Statistics ]==============================
8.98/9.88	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.98/9.88	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.98/9.88	c 9	===============================================================================
8.98/9.88	c 9	|         0 |    1240    14628    43094 |     4876        0    nan |  0.000 % |
9.08/9.92	c 10	|       101 |    1240    14628    43094 |     5363      101      6 | 89.110 % |
9.08/9.94	c 10	===============================================================================
9.08/9.94	c 10	restarts              : 2
9.08/9.94	c 10	conflicts             : 216            (541 /sec)
9.08/9.94	c 10	decisions             : 342            (1.17 % random) (857 /sec)
9.08/9.94	c 10	propagations          : 81434          (204126 /sec)
9.08/9.94	c 10	conflict literals     : 1199           (41.02 % deleted)
9.08/9.94	c 10	Memory used           : 18.21 MB
9.08/9.94	c 10	CPU time              : 0.398939 s
9.08/9.94	c 10	
9.08/9.94	c 10	UNSATISFIABLE
9.08/9.95	c 10	NOT FOUND: _COST <= 0
9.08/9.95	c 10	OBJECTIVE _COST 1
9.08/9.95	s OPTIMUM FOUND
9.08/9.95	c 10	CPU 8.4 (0.04 0.02 8.36 0.71)
9.08/9.95	c 10	END Sat Jul 12 21:54:22 2008

Verifier Data (download as text)

OK	1	519
1 unsatisfied constraints, 519 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-1113844-1215892451/watcher-1113844-1215892451 -o /tmp/evaluation-result-1113844-1215892451/solver-1113844-1215892451 -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-1113844-1215892451.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.63 2.74 2.65 5/80 18306
/proc/meminfo: memFree=1859600/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=12544 CPUtime=0
/proc/18306/stat : 18306 (sugar) R 18304 18306 16948 0 -1 4194304 469 0 0 0 0 0 0 0 21 0 1 0 45947893 12845056 437 996147200 4194304 4206940 548682068592 18446744073709551615 269774945888 0 0 4224 0 0 0 0 17 0 0 0
/proc/18306/statm: 3136 437 289 3 0 236 0

[startup+0.0458391 s]
/proc/loadavg: 2.63 2.74 2.65 5/80 18306
/proc/meminfo: memFree=1859600/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13600 CPUtime=0.03
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 838 0 0 0 2 1 0 0 21 0 1 0 45947893 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18306/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103407 s]
/proc/loadavg: 2.63 2.74 2.65 5/80 18306
/proc/meminfo: memFree=1859600/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13600 CPUtime=0.03
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 45947893 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18306/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301704 s]
/proc/loadavg: 2.63 2.74 2.65 5/80 18306
/proc/meminfo: memFree=1859600/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13600 CPUtime=0.03
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 45947893 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18306/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701749 s]
/proc/loadavg: 2.63 2.74 2.65 5/80 18306
/proc/meminfo: memFree=1859600/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13600 CPUtime=0.36
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 974 4538 0 1 2 1 29 4 15 0 1 0 45947893 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18306/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.63 2.74 2.65 4/91 18328
/proc/meminfo: memFree=1847800/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13600 CPUtime=0.36
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 974 4538 0 1 2 1 29 4 15 0 1 0 45947893 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18306/statm: 3400 797 370 3 0 500 0
[pid=18319] ppid=18306 vsize=5356 CPUtime=0
/proc/18319/stat : 18319 (sh) S 18306 18306 16948 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45947955 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18319/statm: 1339 233 193 169 0 50 0
[pid=18320] ppid=18319 vsize=868372 CPUtime=0.86
/proc/18320/stat : 18320 (java) S 18319 18306 16948 0 -1 0 6498 0 1 0 81 5 0 0 18 0 9 0 45947955 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18320/statm: 217093 5694 2562 9 0 211640 0
[pid=18320/tid=18321] ppid=18319 vsize=868372 CPUtime=0.56
/proc/18320/task/18321/stat : 18321 (java) R 18319 18306 16948 0 -1 64 2749 0 1 0 53 3 0 0 19 0 9 0 45947956 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18322] ppid=18319 vsize=868372 CPUtime=0.05
/proc/18320/task/18322/stat : 18322 (java) S 18319 18306 16948 0 -1 64 1577 0 0 0 5 0 0 0 16 0 9 0 45947957 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18323] ppid=18319 vsize=868372 CPUtime=0
/proc/18320/task/18323/stat : 18323 (java) S 18319 18306 16948 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45947957 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18324] ppid=18319 vsize=868372 CPUtime=0
/proc/18320/task/18324/stat : 18324 (java) S 18319 18306 16948 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45947957 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18325] ppid=18319 vsize=868372 CPUtime=0
/proc/18320/task/18325/stat : 18325 (java) S 18319 18306 16948 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45947959 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18326] ppid=18319 vsize=868372 CPUtime=0.23
/proc/18320/task/18326/stat : 18326 (java) S 18319 18306 16948 0 -1 64 1478 0 0 0 22 1 0 0 16 0 9 0 45947959 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18327] ppid=18319 vsize=868372 CPUtime=0
/proc/18320/task/18327/stat : 18327 (java) S 18319 18306 16948 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45947959 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18320/tid=18328] ppid=18319 vsize=868372 CPUtime=0
/proc/18320/task/18328/stat : 18328 (java) S 18319 18306 16948 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45947959 889212928 5694 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 887328

[startup+3.10107 s]
/proc/loadavg: 2.63 2.74 2.65 4/83 18330
/proc/meminfo: memFree=1849528/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13732 CPUtime=2.71
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 1230 24788 1 3 3 1 245 22 16 0 1 0 45947893 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18306/statm: 3433 818 374 3 0 533 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 13732

[startup+6.3015 s]
/proc/loadavg: 2.74 2.76 2.66 4/83 18390
/proc/meminfo: memFree=1836600/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13732 CPUtime=5.46
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 1759 63313 1 8 4 1 490 51 15 0 1 0 45947893 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18306/statm: 3433 818 374 3 0 533 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 13732

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

[startup+7.90171 s]
/proc/loadavg: 2.76 2.77 2.66 3/84 18417
/proc/meminfo: memFree=1849072/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13732 CPUtime=7.11
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 1987 80600 1 10 4 2 642 63 16 0 1 0 45947893 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18306/statm: 3433 818 374 3 0 533 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 13732

[startup+8.70182 s]
/proc/loadavg: 2.76 2.77 2.66 4/83 18426
/proc/meminfo: memFree=1832760/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13732 CPUtime=7.11
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 1987 80600 1 10 4 2 642 63 15 0 1 0 45947893 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18306/statm: 3433 818 374 3 0 533 0
[pid=18425] ppid=18306 vsize=5356 CPUtime=0
/proc/18425/stat : 18425 (sh) S 18306 18306 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45948673 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18425/statm: 1339 232 193 169 0 50 0
[pid=18426] ppid=18425 vsize=18640 CPUtime=0.86
/proc/18426/stat : 18426 (minisat) R 18425 18306 16948 0 -1 4194304 4481 0 0 0 84 2 0 0 25 0 1 0 45948677 19087360 4467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18426/statm: 4660 4467 75 150 0 4507 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 37728

[startup+9.50192 s]
/proc/loadavg: 2.76 2.77 2.66 4/83 18426
/proc/meminfo: memFree=1832760/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13732 CPUtime=8.5
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 2049 85376 1 10 4 2 778 66 15 0 1 0 45947893 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18306/statm: 3433 818 374 3 0 533 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 13732

[startup+9.90697 s]
/proc/loadavg: 2.76 2.77 2.66 4/83 18438
/proc/meminfo: memFree=1832760/2055920 swapFree=4192812/4192956
[pid=18306] ppid=18304 vsize=13732 CPUtime=8.7
/proc/18306/stat : 18306 (sugar) S 18304 18306 16948 0 -1 4194304 2101 89248 1 11 4 2 796 68 15 0 1 0 45947893 14061568 818 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18306/statm: 3433 818 374 3 0 533 0
[pid=18437] ppid=18306 vsize=5356 CPUtime=0
/proc/18437/stat : 18437 (sh) S 18306 18306 16948 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45948844 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18437/statm: 1339 232 193 169 0 50 0
[pid=18438] ppid=18437 vsize=18648 CPUtime=0.38
/proc/18438/stat : 18438 (minisat) R 18437 18306 16948 0 -1 4194304 4484 0 0 0 36 2 0 0 22 0 1 0 45948844 19095552 4470 996147200 134512640 135127466 4294956256 18446744073709551615 134697270 0 0 4096 3 0 0 0 17 1 0 0
/proc/18438/statm: 4662 4470 73 150 0 4509 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 37736

Child status: 0
Real time (s): 9.95321
CPU time (s): 9.16461
CPU user time (s): 8.41772
CPU system time (s): 0.746886
CPU usage (%): 92.0769
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.41772
system time used= 0.746886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96200
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= 5768
involuntary context switches= 6569

runsolver used 0.020996 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-12 21:54:12
IDJOB=1113844
IDBENCH=61650
IDSOLVER=368
FILE ID=node13/1113844-1215892451
PBS_JOBID= 7903553
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-8.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-1113844-1215892451/watcher-1113844-1215892451 -o /tmp/evaluation-result-1113844-1215892451/solver-1113844-1215892451 -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-1113844-1215892451.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e02ab284be8165bbf8650c2ca610d92a
RANDOM SEED=884464146

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1860656 kB
Buffers:          9256 kB
Cached:          44668 kB
SwapCached:          0 kB
Active:         129532 kB
Inactive:        15304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:         111304 kB
Slab:            35504 kB
Committed_AS:   983712 kB
PageTables:       2156 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= 66524 MiB
End job on node13 at 2008-07-12 21:54:22