Trace number 1108772

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+minisatOPTIMUM11 43.2084 44.8185

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-4.xml
MD5SUMaa2db5a72cb0a10253cb4c9b8eb0b732
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark43.2084
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints63
Maximum constraint arity18
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24
Global constraints used (with number of constraints)alldifferent(8),element(31)

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 Fri Jul 11 16:23:36 2008
0.00/0.05	c 0	PID 13720
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1108772-1215786216.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108772-1215786216.xml' 'HOME/temp.csp'
0.04/0.41	c 0	18 domains, 78 variables, 7 predicates, 0 relations, 63 constraints
0.04/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.45	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.28/0.56	c 0	Parsing HOME/temp.csp
0.28/0.64	c 0	parsed 166 expressions
0.28/0.65	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.65	c 0	MAX CSP: 63 constraints
0.28/0.65	c 0	Converting to clausal form CSP
0.28/0.67	c 0	converted 24 (10%) expressions
0.28/0.67	c 0	converted 47 (20%) expressions
0.28/0.67	c 0	converted 70 (30%) expressions
0.28/0.67	c 0	converted 93 (40%) expressions
0.28/0.69	c 0	converted 116 (50%) expressions
0.28/0.70	c 0	converted 140 (60%) expressions
0.28/0.71	c 0	converted 163 (70%) expressions
0.28/0.82	c 1	converted 186 (80%) expressions
0.28/0.85	c 1	converted 209 (90%) expressions
0.28/0.87	c 1	converted 232 (100%) expressions
0.28/0.87	c 1	CSP : 204 integers, 301 booleans, 1010 clauses, largest domain size 95
0.28/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.87	c 1	Propagation in CSP
0.28/0.89	c 1	57 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.89	c 1	CSP : 204 integers, 301 booleans, 1010 clauses, largest domain size 64
0.28/0.89	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.90	c 1	CSP : 204 integers, 333 booleans, 1042 clauses, largest domain size 64
0.28/0.90	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.92	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.93	c 1	21 (10%) CSP integer variables are encoded (26 clauses, 298 bytes)
0.28/0.93	c 1	41 (20%) CSP integer variables are encoded (129 clauses, 1337 bytes)
0.28/0.94	c 1	62 (30%) CSP integer variables are encoded (225 clauses, 2393 bytes)
0.28/0.94	c 1	82 (40%) CSP integer variables are encoded (293 clauses, 3141 bytes)
0.28/0.94	c 1	102 (50%) CSP integer variables are encoded (293 clauses, 3141 bytes)
0.28/0.94	c 1	123 (60%) CSP integer variables are encoded (293 clauses, 3141 bytes)
0.28/0.94	c 1	143 (70%) CSP integer variables are encoded (356 clauses, 3834 bytes)
0.28/0.94	c 1	164 (80%) CSP integer variables are encoded (421 clauses, 4549 bytes)
0.28/0.94	c 1	184 (90%) CSP integer variables are encoded (507 clauses, 5495 bytes)
0.28/0.94	c 1	204 (100%) CSP integer variables are encoded (866 clauses, 9573 bytes)
0.28/0.95	c 1	105 (10%) CSP clauses are encoded (1016 clauses, 11562 bytes)
0.28/0.96	c 1	209 (20%) CSP clauses are encoded (1158 clauses, 13849 bytes)
0.28/0.97	c 1	313 (30%) CSP clauses are encoded (1319 clauses, 16938 bytes)
0.28/0.98	c 1	417 (40%) CSP clauses are encoded (1484 clauses, 20203 bytes)
0.28/0.99	c 1	521 (50%) CSP clauses are encoded (1649 clauses, 23551 bytes)
0.28/0.99	c 1	626 (60%) CSP clauses are encoded (1815 clauses, 26908 bytes)
0.28/0.99	c 1	730 (70%) CSP clauses are encoded (1976 clauses, 30174 bytes)
0.28/1.00	c 1	834 (80%) CSP clauses are encoded (2125 clauses, 33186 bytes)
0.77/1.00	c 1	938 (90%) CSP clauses are encoded (2380 clauses, 37413 bytes)
0.77/1.02	c 1	1042 (100%) CSP clauses are encoded (8321 clauses, 126295 bytes)
0.77/1.02	c 1	1042 CSP clauses encoded
0.77/1.02	c 1	Writing map file : HOME/temp.map
0.77/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.03	c 1	SAT : 1398 SAT variables, 8321 SAT clauses, 126295 bytes
0.77/1.03	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.09	c 1	OBJECTIVE minimize _COST
0.77/1.09	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.77/1.09	c 1	SEARCHING: _COST <= 32
0.77/1.09	c 1	SOLVING HOME/temp.cnf
0.77/1.09	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.77/1.10	c 1	This is MiniSat 2.0 beta
0.77/1.10	c 1	WARNING: for repeatability, setting FPU to use double precision
0.77/1.10	c 1	============================[ Problem Statistics ]=============================
0.77/1.10	c 1	|                                                                             |
0.81/1.10	c 1	|  Number of variables:  1398                                                 |
0.81/1.10	c 1	|  Number of clauses:    8322                                                 |
0.81/1.11	c 1	|  Parsing time:         0.00         s                                       |
0.81/1.11	c 1	============================[ Search Statistics ]==============================
0.81/1.11	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.81/1.11	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.81/1.11	c 1	===============================================================================
0.81/1.11	c 1	|         0 |    1212     6057    17286 |     2019        0    nan |  0.000 % |
0.81/1.11	c 1	===============================================================================
0.81/1.11	c 1	restarts              : 1
0.81/1.11	c 1	conflicts             : 2              (400 /sec)
0.81/1.11	c 1	decisions             : 336            (0.60 % random) (67213 /sec)
0.81/1.11	c 1	propagations          : 1511           (302260 /sec)
0.81/1.11	c 1	conflict literals     : 10             (16.67 % deleted)
0.81/1.11	c 1	Memory used           : 2.19 MB
0.81/1.11	c 1	CPU time              : 0.004999 s
0.81/1.11	c 1	
0.81/1.11	c 1	SATISFIABLE
0.81/1.11	c 1	FOUND: _COST <= 32
0.81/1.11	s SATISFIABLE
0.81/1.11	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.81/1.11	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.82/1.33	c 1	Decoding HOME/temp.out
0.82/1.36	c 1	OBJECTIVE _COST 32
0.82/1.36	o 32
0.82/1.37	v 1 4 2 3 4 2 4 3 2 4 3 2 3 3 2 4 1 1 14 4 3 7 4 4 12 4 2 13 4 8 3 13 6 4 8 4 15 4 8 4 12 4 7 4 5 4 10 4 14 4 12 4 13 15 4 12 4 8 4 10 4 9 4 15 4 10 4 15 4 7 4 14 4 13 16 4 16 4
0.82/1.38	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.40	c 1	OBJECTIVE BOUND: 0 <= _COST <= 32
0.82/1.40	c 1	SEARCHING: _COST <= 16
0.82/1.40	c 1	SOLVING HOME/temp.cnf
0.82/1.40	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.82/1.41	c 1	This is MiniSat 2.0 beta
0.82/1.41	c 1	WARNING: for repeatability, setting FPU to use double precision
0.82/1.41	c 1	============================[ Problem Statistics ]=============================
0.82/1.41	c 1	|                                                                             |
0.82/1.41	c 1	|  Number of variables:  1398                                                 |
0.82/1.41	c 1	|  Number of clauses:    8322                                                 |
0.82/1.41	c 1	|  Parsing time:         0.00         s                                       |
0.82/1.41	c 1	============================[ Search Statistics ]==============================
0.82/1.41	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.82/1.41	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.82/1.41	c 1	===============================================================================
0.82/1.41	c 1	|         0 |    1100     4625    13310 |     1541        0    nan |  0.000 % |
0.82/1.42	c 1	|       100 |    1100     4625    13310 |     1695      100     14 | 21.316 % |
0.82/1.42	c 1	===============================================================================
0.82/1.42	c 1	restarts              : 2
0.82/1.42	c 1	conflicts             : 122            (10168 /sec)
0.82/1.42	c 1	decisions             : 418            (0.72 % random) (34839 /sec)
0.82/1.42	c 1	propagations          : 24851          (2071262 /sec)
0.82/1.42	c 1	conflict literals     : 1632           (30.20 % deleted)
0.82/1.42	c 1	Memory used           : 2.19 MB
0.82/1.42	c 1	CPU time              : 0.011998 s
0.82/1.42	c 1	
0.82/1.42	c 1	SATISFIABLE
0.82/1.42	c 1	FOUND: _COST <= 16
0.82/1.42	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.82/1.42	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.99/1.68	c 1	Decoding HOME/temp.out
0.99/1.73	c 2	OBJECTIVE _COST 16
0.99/1.73	o 16
0.99/1.73	v 1 3 4 2 4 2 4 3 2 4 3 1 3 1 2 4 12 1 14 4 1 7 4 4 12 4 4 9 4 6 2 13 6 4 6 2 13 4 8 3 4 4 5 2 13 4 12 4 14 4 12 1 13 11 4 11 3 8 4 10 4 5 4 16 4 10 4 16 4 13 4 13 3 13 16 4 16 4
0.99/1.74	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 16
0.99/1.79	c 2	SEARCHING: _COST <= 8
0.99/1.79	c 2	SOLVING HOME/temp.cnf
0.99/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.82	c 2	This is MiniSat 2.0 beta
1.12/1.82	c 2	WARNING: for repeatability, setting FPU to use double precision
1.12/1.82	c 2	============================[ Problem Statistics ]=============================
1.12/1.82	c 2	|                                                                             |
1.12/1.82	c 2	|  Number of variables:  1398                                                 |
1.12/1.82	c 2	|  Number of clauses:    8322                                                 |
1.12/1.82	c 2	|  Parsing time:         0.01         s                                       |
1.12/1.82	c 2	============================[ Search Statistics ]==============================
1.12/1.82	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.12/1.82	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.12/1.82	c 2	===============================================================================
1.12/1.82	c 2	|         0 |    1020     3485    10122 |     1161        0    nan |  0.000 % |
1.12/1.83	c 2	|       100 |    1020     3485    10122 |     1277      100     11 | 27.039 % |
1.12/1.84	c 2	|       254 |    1020     3485    10122 |     1405      254     12 | 27.039 % |
1.12/1.85	c 2	|       480 |    1020     3485    10122 |     1546      480     12 | 27.039 % |
1.12/1.87	c 2	|       818 |    1020     3485    10122 |     1700      818     11 | 27.039 % |
1.12/1.90	c 2	|      1324 |    1020     3485    10122 |     1870     1324     12 | 27.039 % |
1.12/1.95	c 2	|      2083 |    1020     3485    10122 |     2057     2083     12 | 27.039 % |
1.12/2.02	c 2	|      3222 |    1020     3485    10122 |     2263     1933     12 | 27.039 % |
1.40/2.12	c 2	|      4932 |    1020     3485    10122 |     2490     2246     12 | 27.039 % |
1.50/2.28	c 2	|      7494 |    1020     3485    10122 |     2739     1859     12 | 27.039 % |
1.79/2.53	c 2	|     11339 |    1020     3485    10122 |     3013     2500     11 | 27.039 % |
2.09/2.89	c 3	|     17106 |    1020     3485    10122 |     3314     2903     12 | 27.039 % |
2.69/3.46	c 3	|     25755 |    1020     3485    10122 |     3645     3869     12 | 27.041 % |
3.49/4.30	c 4	|     38729 |    1013     3381     9746 |     4010     3382     14 | 27.540 % |
3.79/4.55	c 4	===============================================================================
3.79/4.55	c 4	restarts              : 14
3.79/4.55	c 4	conflicts             : 42064          (15405 /sec)
3.79/4.55	c 4	decisions             : 46286          (1.46 % random) (16951 /sec)
3.79/4.55	c 4	propagations          : 7136625        (2613589 /sec)
3.79/4.55	c 4	conflict literals     : 509125         (35.47 % deleted)
3.79/4.55	c 4	Memory used           : 2.58 MB
3.79/4.55	c 4	CPU time              : 2.73058 s
3.79/4.55	c 4	
3.79/4.55	c 4	UNSATISFIABLE
3.79/4.55	c 4	NOT FOUND: _COST <= 8
3.79/4.55	c 4	OBJECTIVE BOUND: 9 <= _COST <= 16
3.79/4.55	c 4	SEARCHING: _COST <= 12
3.79/4.55	c 4	SOLVING HOME/temp.cnf
3.79/4.55	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.79/4.57	c 4	This is MiniSat 2.0 beta
3.79/4.57	c 4	WARNING: for repeatability, setting FPU to use double precision
3.79/4.57	c 4	============================[ Problem Statistics ]=============================
3.79/4.57	c 4	|                                                                             |
3.79/4.57	c 4	|  Number of variables:  1398                                                 |
3.79/4.57	c 4	|  Number of clauses:    8322                                                 |
3.79/4.57	c 4	|  Parsing time:         0.00         s                                       |
3.79/4.58	c 4	============================[ Search Statistics ]==============================
3.79/4.58	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.79/4.58	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.79/4.58	c 4	===============================================================================
3.79/4.58	c 4	|         0 |    1060     4031    11644 |     1343        0    nan |  0.000 % |
3.79/4.58	c 4	|       100 |    1060     4031    11644 |     1478      100     14 | 24.178 % |
3.79/4.59	c 4	|       251 |    1060     4031    11644 |     1625      251     14 | 24.178 % |
3.85/4.61	c 4	|       477 |    1060     4031    11644 |     1788      477     14 | 24.178 % |
3.85/4.63	c 4	|       816 |    1060     4031    11644 |     1967      816     16 | 24.178 % |
3.85/4.66	c 4	|      1323 |    1060     4031    11644 |     2163     1323     15 | 24.178 % |
3.85/4.70	c 4	|      2083 |    1060     4031    11644 |     2380     2083     15 | 24.178 % |
3.85/4.78	c 5	|      3223 |    1060     4031    11644 |     2618     1786     14 | 24.178 % |
3.85/4.78	c 5	===============================================================================
3.85/4.78	c 5	restarts              : 8
3.85/4.78	c 5	conflicts             : 3246           (15314 /sec)
3.85/4.78	c 5	decisions             : 3823           (1.26 % random) (18036 /sec)
3.85/4.79	c 5	propagations          : 639458         (3016781 /sec)
3.85/4.79	c 5	conflict literals     : 49334          (30.03 % deleted)
3.85/4.79	c 5	Memory used           : 2.32 MB
3.85/4.79	c 5	CPU time              : 0.211967 s
3.85/4.79	c 5	
3.85/4.79	c 5	SATISFIABLE
3.85/4.79	c 5	FOUND: _COST <= 12
3.85/4.79	c 5	DECODING HOME/temp.out WITH HOME/temp.map
3.85/4.79	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.07/4.87	c 5	Decoding HOME/temp.out
4.07/4.91	c 5	OBJECTIVE _COST 12
4.07/4.91	o 12
4.07/4.91	v 1 3 4 2 3 2 4 3 4 4 3 2 2 1 2 4 1 1 10 4 4 15 4 2 8 4 3 9 4 7 4 13 6 4 6 2 15 4 6 2 8 4 5 3 13 4 12 2 14 4 12 2 13 11 4 11 3 8 4 11 3 5 4 14 1 13 4 15 2 7 4 14 4 13 16 4 16 4
4.07/4.91	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.07/4.97	c 5	OBJECTIVE BOUND: 9 <= _COST <= 12
4.07/4.97	c 5	SEARCHING: _COST <= 10
4.07/4.97	c 5	SOLVING HOME/temp.cnf
4.07/4.97	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.21/5.02	c 5	This is MiniSat 2.0 beta
4.21/5.02	c 5	WARNING: for repeatability, setting FPU to use double precision
4.21/5.02	c 5	============================[ Problem Statistics ]=============================
4.21/5.02	c 5	|                                                                             |
4.21/5.02	c 5	|  Number of variables:  1398                                                 |
4.21/5.02	c 5	|  Number of clauses:    8322                                                 |
4.21/5.02	c 5	|  Parsing time:         0.00         s                                       |
4.21/5.02	c 5	============================[ Search Statistics ]==============================
4.21/5.02	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.21/5.02	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.21/5.02	c 5	===============================================================================
4.21/5.02	c 5	|         0 |    1040     3752    10865 |     1250        0    nan |  0.000 % |
4.21/5.03	c 5	|       100 |    1040     3752    10865 |     1375      100     13 | 25.608 % |
4.21/5.04	c 5	|       250 |    1040     3752    10865 |     1513      250     13 | 25.608 % |
4.21/5.05	c 5	|       475 |    1040     3752    10865 |     1664      475     13 | 25.608 % |
4.21/5.07	c 5	|       813 |    1040     3752    10865 |     1831      813     13 | 25.608 % |
4.21/5.10	c 5	|      1320 |    1040     3752    10865 |     2014     1320     14 | 25.608 % |
4.21/5.15	c 5	|      2079 |    1040     3752    10865 |     2215     2079     14 | 25.608 % |
4.21/5.23	c 5	|      3218 |    1040     3752    10865 |     2437     1792     13 | 25.608 % |
4.21/5.33	c 5	|      4928 |    1040     3752    10865 |     2680     2018     14 | 25.608 % |
4.69/5.50	c 5	|      7490 |    1040     3752    10865 |     2949     2901     13 | 25.608 % |
4.88/5.77	c 6	|     11335 |    1040     3752    10865 |     3243     3224     14 | 25.608 % |
5.28/6.16	c 6	|     17101 |    1040     3752    10865 |     3568     3264     16 | 25.608 % |
5.88/6.73	c 7	|     25750 |    1040     3752    10865 |     3925     3568     14 | 25.608 % |
6.79/7.62	c 7	|     38726 |    1040     3752    10865 |     4317     3114     17 | 25.608 % |
8.18/9.01	c 9	|     58187 |    1040     3752    10865 |     4749     3132     12 | 25.608 % |
10.28/11.16	c 11	|     87379 |    1040     3752    10865 |     5224     3212     13 | 25.608 % |
13.57/14.47	c 14	|    131169 |    1040     3752    10865 |     5746     3705     13 | 25.608 % |
18.57/19.49	c 19	|    196853 |    1040     3752    10865 |     6321     6196     14 | 25.608 % |
25.97/26.81	c 27	|    295379 |    1040     3752    10865 |     6953     5019     12 | 25.609 % |
37.66/38.51	c 38	|    443171 |    1023     3549    10229 |     7648     3832     11 | 26.824 % |
42.96/43.80	c 44	===============================================================================
42.96/43.80	c 44	restarts              : 20
42.96/43.80	c 44	conflicts             : 508578         (13124 /sec)
42.96/43.80	c 44	decisions             : 565817         (1.39 % random) (14601 /sec)
42.96/43.80	c 44	propagations          : 82010689       (2116290 /sec)
42.96/43.80	c 44	conflict literals     : 7083036        (35.78 % deleted)
42.96/43.80	c 44	Memory used           : 3.88 MB
42.96/43.80	c 44	CPU time              : 38.7521 s
42.96/43.80	c 44	
42.96/43.80	c 44	UNSATISFIABLE
42.96/43.80	c 44	NOT FOUND: _COST <= 10
42.96/43.80	c 44	OBJECTIVE BOUND: 11 <= _COST <= 12
42.96/43.80	c 44	SEARCHING: _COST <= 11
42.96/43.80	c 44	SOLVING HOME/temp.cnf
42.96/43.80	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
42.96/43.80	c 44	This is MiniSat 2.0 beta
42.96/43.80	c 44	WARNING: for repeatability, setting FPU to use double precision
42.96/43.80	c 44	============================[ Problem Statistics ]=============================
42.96/43.80	c 44	|                                                                             |
42.96/43.80	c 44	|  Number of variables:  1398                                                 |
42.96/43.80	c 44	|  Number of clauses:    8322                                                 |
42.96/43.90	c 44	|  Parsing time:         0.00         s                                       |
42.96/43.90	c 44	============================[ Search Statistics ]==============================
42.96/43.90	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
42.96/43.90	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
42.96/43.90	c 44	===============================================================================
42.96/43.90	c 44	|         0 |    1050     3890    11250 |     1296        0    nan |  0.000 % |
42.98/43.90	c 44	|       100 |    1050     3890    11250 |     1426      100     14 | 24.893 % |
42.98/43.91	c 44	|       250 |    1050     3890    11250 |     1568      250     12 | 24.893 % |
42.98/43.92	c 44	|       475 |    1050     3890    11250 |     1725      475     13 | 24.893 % |
42.98/43.94	c 44	|       813 |    1050     3890    11250 |     1898      813     14 | 24.893 % |
42.98/43.95	c 44	===============================================================================
42.98/43.95	c 44	restarts              : 5
42.98/43.95	c 44	conflicts             : 836            (16395 /sec)
42.98/43.95	c 44	decisions             : 1219           (1.07 % random) (23906 /sec)
42.98/43.95	c 44	propagations          : 187336         (3673831 /sec)
42.98/43.95	c 44	conflict literals     : 11480          (28.04 % deleted)
42.98/43.95	c 44	Memory used           : 2.19 MB
42.98/43.95	c 44	CPU time              : 0.050992 s
42.98/43.95	c 44	
42.98/43.95	c 44	SATISFIABLE
42.98/43.95	c 44	FOUND: _COST <= 11
42.98/43.95	c 44	DECODING HOME/temp.out WITH HOME/temp.map
42.98/43.95	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.05/44.73	c 45	Decoding HOME/temp.out
43.05/44.78	c 45	OBJECTIVE _COST 11
43.05/44.78	o 11
43.05/44.78	v 1 3 4 2 3 2 4 1 4 4 3 2 2 3 1 4 8 1 10 4 4 12 4 2 8 4 3 9 4 7 4 13 6 4 6 2 15 4 8 1 12 4 6 2 13 4 12 2 14 4 12 2 13 11 4 11 3 4 4 9 2 5 4 14 3 13 4 13 2 7 4 14 3 13 16 4 16 4
43.05/44.79	c 45	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.05/44.81	c 45	OBJECTIVE _COST 11
43.05/44.81	s OPTIMUM FOUND
43.05/44.81	c 45	CPU 42.94 (0.04 0.02 42.9 0.23)
43.05/44.81	c 45	END Fri Jul 11 16:24:21 2008

Verifier Data (download as text)

OK	11	52
11 unsatisfied constraints, 52 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-1108772-1215786216/watcher-1108772-1215786216 -o /tmp/evaluation-result-1108772-1215786216/solver-1108772-1215786216 -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-1108772-1215786216.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.49 2.59 2.61 4/80 13720
/proc/meminfo: memFree=1790520/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=18572 CPUtime=0
/proc/13720/stat : 13720 (runsolver) R 13718 13720 13309 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 35325070 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13720/statm: 4643 292 257 25 0 2626 0

[startup+0.079509 s]
/proc/loadavg: 2.49 2.59 2.61 4/80 13720
/proc/meminfo: memFree=1790520/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=0.04
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35325070 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10251 s]
/proc/loadavg: 2.49 2.59 2.61 4/80 13720
/proc/meminfo: memFree=1790520/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=0.04
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35325070 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302538 s]
/proc/loadavg: 2.49 2.59 2.61 4/80 13720
/proc/meminfo: memFree=1790520/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=0.04
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 35325070 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13720/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701577 s]
/proc/loadavg: 2.49 2.59 2.61 4/80 13720
/proc/meminfo: memFree=1790520/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=0.28
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 974 4293 0 1 3 1 21 3 15 0 1 0 35325070 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.49 2.59 2.61 4/91 13742
/proc/meminfo: memFree=1776472/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=0.99
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1215 15662 1 3 4 1 82 12 17 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10186 s]
/proc/loadavg: 2.49 2.59 2.61 3/83 13768
/proc/meminfo: memFree=1787160/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=1.12
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1286 19403 1 4 4 1 92 15 15 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13767] ppid=13720 vsize=5356 CPUtime=0
/proc/13767/stat : 13767 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325250 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13767/statm: 1339 232 193 169 0 50 0
[pid=13768] ppid=13767 vsize=2508 CPUtime=1.27
/proc/13768/stat : 13768 (minisat) R 13767 13720 13309 0 -1 4194304 326 0 0 0 127 0 0 0 25 0 1 0 35325253 2568192 312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13768/statm: 627 312 75 150 0 474 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 21464

[startup+6.30123 s]
/proc/loadavg: 2.53 2.59 2.62 3/83 13782
/proc/meminfo: memFree=1786968/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=4.21
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1455 24378 1 5 4 1 398 18 15 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13781] ppid=13720 vsize=5356 CPUtime=0
/proc/13781/stat : 13781 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13781/statm: 1339 232 193 169 0 50 0
[pid=13782] ppid=13781 vsize=2632 CPUtime=1.27
/proc/13782/stat : 13782 (minisat) R 13781 13720 13309 0 -1 4194304 343 0 0 0 127 0 0 0 25 0 1 0 35325572 2695168 329 996147200 134512640 135127466 4294956256 18446744073709551615 134529393 0 0 4096 3 0 0 0 17 0 0 0
/proc/13782/statm: 658 329 75 150 0 505 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 21588

[startup+12.702 s]
/proc/loadavg: 2.56 2.60 2.62 3/83 13782
/proc/meminfo: memFree=1786328/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=4.21
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1455 24378 1 5 4 1 398 18 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13781] ppid=13720 vsize=5356 CPUtime=0
/proc/13781/stat : 13781 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13781/statm: 1339 232 193 169 0 50 0
[pid=13782] ppid=13781 vsize=3160 CPUtime=7.67
/proc/13782/stat : 13782 (minisat) R 13781 13720 13309 0 -1 4194304 474 0 0 0 767 0 0 0 25 0 1 0 35325572 3235840 460 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/13782/statm: 790 460 75 150 0 637 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 22116

[startup+25.5025 s]
/proc/loadavg: 2.52 2.59 2.61 3/83 13782
/proc/meminfo: memFree=1786008/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=4.21
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1455 24378 1 5 4 1 398 18 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13781] ppid=13720 vsize=5356 CPUtime=0
/proc/13781/stat : 13781 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13781/statm: 1339 232 193 169 0 50 0
[pid=13782] ppid=13781 vsize=3556 CPUtime=20.46
/proc/13782/stat : 13782 (minisat) R 13781 13720 13309 0 -1 4194304 570 0 0 0 2046 0 0 0 25 0 1 0 35325572 3641344 556 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/13782/statm: 889 556 75 150 0 736 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 22512

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

[startup+38.302 s]
/proc/loadavg: 2.51 2.58 2.61 3/83 13782
/proc/meminfo: memFree=1785752/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=4.21
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1455 24378 1 5 4 1 398 18 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13781] ppid=13720 vsize=5356 CPUtime=0
/proc/13781/stat : 13781 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13781/statm: 1339 232 193 169 0 50 0
[pid=13782] ppid=13781 vsize=3820 CPUtime=33.25
/proc/13782/stat : 13782 (minisat) R 13781 13720 13309 0 -1 4194304 653 0 0 0 3325 0 0 0 25 0 1 0 35325572 3911680 639 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 0 0 0
/proc/13782/statm: 955 639 75 150 0 802 0
Current children cumulated CPU time (s) 37.46
Current children cumulated vsize (KiB) 22776

[startup+41.5023 s]
/proc/loadavg: 2.55 2.59 2.61 4/83 13782
/proc/meminfo: memFree=1785752/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=4.21
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1455 24378 1 5 4 1 398 18 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13781] ppid=13720 vsize=5356 CPUtime=0
/proc/13781/stat : 13781 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13781/statm: 1339 232 193 169 0 50 0
[pid=13782] ppid=13781 vsize=3972 CPUtime=36.45
/proc/13782/stat : 13782 (minisat) R 13781 13720 13309 0 -1 4194304 666 0 0 0 3645 0 0 0 25 0 1 0 35325572 4067328 652 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/13782/statm: 993 652 75 150 0 840 0
Current children cumulated CPU time (s) 40.66
Current children cumulated vsize (KiB) 22928

[startup+43.1025 s]
/proc/loadavg: 2.55 2.59 2.61 3/83 13782
/proc/meminfo: memFree=1785688/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=4.21
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1455 24378 1 5 4 1 398 18 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13781] ppid=13720 vsize=5356 CPUtime=0
/proc/13781/stat : 13781 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35325568 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13781/statm: 1339 232 193 169 0 50 0
[pid=13782] ppid=13781 vsize=3972 CPUtime=38.05
/proc/13782/stat : 13782 (minisat) R 13781 13720 13309 0 -1 4194304 667 0 0 0 3805 0 0 0 25 0 1 0 35325572 4067328 653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13782/statm: 993 653 75 150 0 840 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 22928

[startup+43.9016 s]
/proc/loadavg: 2.55 2.59 2.61 3/83 13784
/proc/meminfo: memFree=1787352/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=42.98
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1510 25343 1 5 4 2 4273 19 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
[pid=13783] ppid=13720 vsize=5356 CPUtime=0
/proc/13783/stat : 13783 (sh) S 13720 13720 13309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 35329451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13783/statm: 1339 232 193 169 0 50 0
[pid=13784] ppid=13783 vsize=2236 CPUtime=0
/proc/13784/stat : 13784 (minisat) R 13783 13720 13309 0 -1 4194304 247 0 0 0 0 0 0 0 18 0 1 0 35329451 2289664 233 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 0 0 0
/proc/13784/statm: 559 233 74 150 0 406 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (KiB) 21192

[startup+44.3017 s]
/proc/loadavg: 2.55 2.59 2.61 3/83 13784
/proc/meminfo: memFree=1787352/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=43.05
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1553 25886 1 5 4 2 4279 20 15 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 13600

[startup+44.7017 s]
/proc/loadavg: 2.55 2.59 2.61 3/83 13784
/proc/meminfo: memFree=1787352/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=43.05
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1553 25886 1 5 4 2 4279 20 15 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 13600

[startup+44.8017 s]
/proc/loadavg: 2.55 2.59 2.61 3/83 13784
/proc/meminfo: memFree=1787352/2055920 swapFree=4177724/4192956
[pid=13720] ppid=13718 vsize=13600 CPUtime=43.05
/proc/13720/stat : 13720 (sugar) S 13718 13720 13309 0 -1 4194304 1572 25886 1 5 4 2 4279 20 16 0 1 0 35325070 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13720/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 44.8185
CPU time (s): 43.2084
CPU user time (s): 42.9515
CPU system time (s): 0.25696
CPU usage (%): 96.4075
Max. virtual memory (cumulated for all children) (KiB): 887404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.9515
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31259
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2173
involuntary context switches= 7608

runsolver used 0.067989 second user time and 0.156976 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-11 16:23:36
IDJOB=1108772
IDBENCH=60763
IDSOLVER=368
FILE ID=node1/1108772-1215786216
PBS_JOBID= 7903193
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-4.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-1108772-1215786216/watcher-1108772-1215786216 -o /tmp/evaluation-result-1108772-1215786216/solver-1108772-1215786216 -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-1108772-1215786216.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aa2db5a72cb0a10253cb4c9b8eb0b732
RANDOM SEED=1362289332

node1.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.244
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.244
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:       1791000 kB
Buffers:         26256 kB
Cached:         109728 kB
SwapCached:      10080 kB
Active:         130344 kB
Inactive:        93120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791000 kB
SwapTotal:     4192956 kB
SwapFree:      4177724 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:          99788 kB
Slab:            26532 kB
Committed_AS:   920348 kB
PageTables:       2052 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node1 at 2008-07-11 16:24:21