Trace number 1122228

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 12.1841 12.1733

General information on the benchmark

Namemaxcsp/pi/pi-30-10-25-t48/
normalized-pi-30-10-197-52-6.xml
MD5SUMd7aac29ce7423c061c7c06267cdd43eb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark0.660898
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.03	c 0	Sugar v1-13 + HOME/minisat
0.00/0.03	c 0	BEGIN Tue Jul 15 18:12:44 2008
0.00/0.03	c 0	PID 27540
0.00/0.04	c 0	HOST node43.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1122228-1216138363.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1122228-1216138363.xml' 'HOME/temp.csp'
0.02/0.24	c 0	1 domains, 30 variables, 0 predicates, 109 relations, 109 constraints
0.02/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.29	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.36	c 0	Parsing HOME/temp.csp
0.28/0.45	c 0	parsed 249 expressions
0.28/0.46	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.46	c 0	MAX CSP: 109 constraints
0.28/0.46	c 0	Converting to clausal form CSP
0.28/0.48	c 0	converted 37 (10%) expressions
0.28/0.49	c 0	converted 73 (20%) expressions
0.28/0.49	c 0	converted 109 (30%) expressions
0.28/0.50	c 0	converted 145 (40%) expressions
0.28/0.50	c 0	converted 181 (50%) expressions
0.28/0.51	c 0	converted 217 (60%) expressions
0.28/0.51	c 0	converted 253 (70%) expressions
0.28/0.51	c 0	converted 289 (80%) expressions
0.28/0.52	c 0	converted 325 (90%) expressions
0.28/0.57	c 0	converted 361 (100%) expressions
0.28/0.57	c 0	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 164
0.28/0.57	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.57	c 0	Propagation in CSP
0.28/0.57	c 0	104 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.57	c 0	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.28/0.57	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.57	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.57	c 0	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.28/0.57	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.60	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.61	c 0	25 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.28/0.62	c 0	50 (20%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.28/0.62	c 0	75 (30%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.28/0.62	c 0	100 (40%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.28/0.62	c 0	124 (50%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.28/0.62	c 0	149 (60%) CSP integer variables are encoded (367 clauses, 3909 bytes)
0.28/0.62	c 0	174 (70%) CSP integer variables are encoded (472 clauses, 5064 bytes)
0.28/0.62	c 0	199 (80%) CSP integer variables are encoded (623 clauses, 6725 bytes)
0.28/0.62	c 0	224 (90%) CSP integer variables are encoded (1219 clauses, 14152 bytes)
0.28/0.62	c 0	248 (100%) CSP integer variables are encoded (1426 clauses, 16843 bytes)
0.28/0.66	c 0	33 (10%) CSP clauses are encoded (2232 clauses, 32505 bytes)
0.28/0.67	c 0	66 (20%) CSP clauses are encoded (3031 clauses, 48745 bytes)
0.28/0.68	c 0	98 (30%) CSP clauses are encoded (3797 clauses, 65528 bytes)
0.28/0.69	c 0	131 (40%) CSP clauses are encoded (4175 clauses, 72817 bytes)
0.28/0.70	c 0	163 (50%) CSP clauses are encoded (5077 clauses, 85871 bytes)
0.29/0.70	c 0	196 (60%) CSP clauses are encoded (5398 clauses, 90280 bytes)
0.29/0.70	c 0	229 (70%) CSP clauses are encoded (7743 clauses, 125349 bytes)
0.29/0.71	c 0	261 (80%) CSP clauses are encoded (9127 clauses, 144945 bytes)
0.29/0.72	c 0	294 (90%) CSP clauses are encoded (14944 clauses, 243879 bytes)
0.29/0.73	c 0	326 (100%) CSP clauses are encoded (21218 clauses, 357082 bytes)
0.29/0.73	c 0	326 CSP clauses encoded
0.29/0.73	c 0	Writing map file : HOME/temp.map
0.29/0.74	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.74	c 0	SAT : 1674 SAT variables, 21218 SAT clauses, 357082 bytes
0.29/0.74	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.29/0.77	c 0	OBJECTIVE minimize _COST
0.29/0.77	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.29/0.77	c 0	SEARCHING: _COST <= 55
0.29/0.77	c 0	SOLVING HOME/temp.cnf
0.29/0.77	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.29/0.77	c 0	This is MiniSat 2.0 beta
0.29/0.77	c 0	WARNING: for repeatability, setting FPU to use double precision
0.29/0.77	c 0	============================[ Problem Statistics ]=============================
0.29/0.77	c 0	|                                                                             |
0.29/0.77	c 0	|  Number of variables:  1674                                                 |
0.29/0.77	c 0	|  Number of clauses:    21219                                                |
0.29/0.78	c 0	|  Parsing time:         0.01         s                                       |
0.29/0.78	c 0	============================[ Search Statistics ]==============================
0.29/0.78	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.78	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.78	c 0	===============================================================================
0.29/0.78	c 0	|         0 |    1296    14827    45276 |     4942        0    nan |  0.000 % |
0.29/0.78	c 0	===============================================================================
0.29/0.78	c 0	restarts              : 1
0.29/0.78	c 0	conflicts             : 7              (467 /sec)
0.29/0.78	c 0	decisions             : 40             (0.00 % random) (2667 /sec)
0.29/0.78	c 0	propagations          : 1940           (129359 /sec)
0.29/0.78	c 0	conflict literals     : 134            (9.46 % deleted)
0.29/0.79	c 0	Memory used           : 2.71 MB
0.29/0.79	c 0	CPU time              : 0.014997 s
0.29/0.79	c 0	
0.29/0.79	c 0	SATISFIABLE
0.29/0.79	c 0	FOUND: _COST <= 55
0.29/0.79	s SATISFIABLE
0.29/0.79	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.29/0.79	c 0	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.91/0.86	c 0	Decoding HOME/temp.out
0.91/0.89	c 0	OBJECTIVE _COST 31
0.91/0.89	o 31
0.91/0.89	v 5 7 8 6 9 4 3 7 10 6 10 10 10 9 3 5 8 5 10 2 6 10 10 10 10 10 7 10 8 10
0.91/0.89	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/0.94	c 0	OBJECTIVE BOUND: 0 <= _COST <= 31
0.91/0.94	c 0	SEARCHING: _COST <= 15
0.91/0.94	c 0	SOLVING HOME/temp.cnf
0.91/0.94	c 0	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.91/0.95	c 0	This is MiniSat 2.0 beta
0.91/0.95	c 0	WARNING: for repeatability, setting FPU to use double precision
0.91/0.95	c 0	============================[ Problem Statistics ]=============================
0.91/0.95	c 0	|                                                                             |
0.91/0.95	c 0	|  Number of variables:  1674                                                 |
0.91/0.95	c 0	|  Number of clauses:    21219                                                |
0.91/0.96	c 0	|  Parsing time:         0.01         s                                       |
0.91/0.96	c 0	============================[ Search Statistics ]==============================
0.91/0.96	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.91/0.96	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.91/0.96	c 0	===============================================================================
0.91/0.96	c 0	|         0 |     939     7985    25781 |     2661        0    nan |  0.000 % |
0.91/0.97	c 0	|       100 |     939     7985    25781 |     2927      100     24 | 43.907 % |
0.91/0.98	c 0	|       250 |     939     7985    25781 |     3220      250     25 | 43.907 % |
0.91/0.98	c 0	===============================================================================
0.91/0.98	c 0	restarts              : 3
0.91/0.98	c 0	conflicts             : 410            (11391 /sec)
0.91/0.98	c 0	decisions             : 585            (0.34 % random) (16253 /sec)
0.91/0.98	c 0	propagations          : 42297          (1175113 /sec)
0.91/0.98	c 0	conflict literals     : 10294          (21.09 % deleted)
0.91/0.98	c 0	Memory used           : 2.71 MB
0.91/0.98	c 0	CPU time              : 0.035994 s
0.91/0.98	c 0	
0.91/0.98	c 0	SATISFIABLE
0.91/0.99	c 0	FOUND: _COST <= 15
0.91/0.99	c 0	DECODING HOME/temp.out WITH HOME/temp.map
0.91/0.99	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.07/1.06	c 1	Decoding HOME/temp.out
1.07/1.09	c 1	OBJECTIVE _COST 15
1.07/1.09	o 15
1.07/1.09	v 3 1 3 10 9 7 8 2 1 7 2 2 10 9 6 9 4 1 7 10 10 3 2 2 9 9 9 2 7 8
1.07/1.09	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.14	c 1	OBJECTIVE BOUND: 0 <= _COST <= 15
1.18/1.14	c 1	SEARCHING: _COST <= 7
1.18/1.14	c 1	SOLVING HOME/temp.cnf
1.18/1.14	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.18/1.14	c 1	This is MiniSat 2.0 beta
1.18/1.14	c 1	WARNING: for repeatability, setting FPU to use double precision
1.18/1.14	c 1	============================[ Problem Statistics ]=============================
1.18/1.14	c 1	|                                                                             |
1.18/1.14	c 1	|  Number of variables:  1674                                                 |
1.18/1.14	c 1	|  Number of clauses:    21219                                                |
1.18/1.15	c 1	|  Parsing time:         0.01         s                                       |
1.18/1.15	c 1	============================[ Search Statistics ]==============================
1.18/1.15	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.15	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.15	c 1	===============================================================================
1.18/1.15	c 1	|         0 |     804     5778    19557 |     1926        0    nan |  0.000 % |
1.18/1.16	c 1	|       101 |     804     5778    19557 |     2118      101     26 | 51.971 % |
1.18/1.17	c 1	|       251 |     804     5778    19557 |     2330      251     20 | 51.972 % |
1.18/1.18	c 1	|       476 |     804     5778    19557 |     2563      476     16 | 51.972 % |
1.18/1.20	c 1	|       814 |     804     5778    19557 |     2819      814     15 | 51.972 % |
1.20/1.23	c 1	|      1322 |     804     5778    19557 |     3101     1322     14 | 51.972 % |
1.20/1.28	c 1	|      2081 |     804     5778    19557 |     3412     2081     13 | 51.972 % |
1.20/1.35	c 1	|      3220 |     804     5778    19557 |     3753     3220     14 | 51.972 % |
1.20/1.47	c 1	|      4928 |     804     5778    19557 |     4128     4928     15 | 51.972 % |
1.20/1.67	c 1	|      7490 |     804     5778    19557 |     4541     4842     18 | 51.972 % |
1.20/1.99	c 1	|     11334 |     804     5778    19557 |     4995     3109     16 | 51.972 % |
2.45/2.45	c 2	|     17101 |     804     5778    19557 |     5495     5840     15 | 51.972 % |
3.25/3.20	c 3	|     25750 |     804     5778    19557 |     6044     4656     13 | 51.972 % |
4.35/4.32	c 4	|     38725 |     804     5778    19557 |     6649     6868     17 | 51.972 % |
6.15/6.19	c 6	|     58186 |     804     5778    19557 |     7313     6919     18 | 51.972 % |
7.15/7.10	c 7	===============================================================================
7.15/7.10	c 7	restarts              : 15
7.15/7.10	c 7	conflicts             : 67704          (11361 /sec)
7.15/7.10	c 7	decisions             : 73990          (1.03 % random) (12416 /sec)
7.15/7.10	c 7	propagations          : 10344509       (1735920 /sec)
7.15/7.10	c 7	conflict literals     : 1139419        (38.15 % deleted)
7.15/7.10	c 7	Memory used           : 3.62 MB
7.15/7.10	c 7	CPU time              : 5.95909 s
7.15/7.10	c 7	
7.15/7.10	c 7	SATISFIABLE
7.15/7.10	c 7	FOUND: _COST <= 7
7.15/7.10	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.15/7.10	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'
7.15/7.17	c 7	Decoding HOME/temp.out
7.17/7.21	c 7	OBJECTIVE _COST 7
7.17/7.21	o 7
7.17/7.21	v 5 5 4 6 7 10 5 10 2 6 7 1 10 1 5 3 8 7 2 2 6 4 2 5 10 7 2 1 7 10
7.17/7.21	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.17/7.25	c 7	OBJECTIVE BOUND: 0 <= _COST <= 7
7.17/7.25	c 7	SEARCHING: _COST <= 3
7.17/7.25	c 7	SOLVING HOME/temp.cnf
7.17/7.25	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.17/7.26	c 7	This is MiniSat 2.0 beta
7.17/7.26	c 7	WARNING: for repeatability, setting FPU to use double precision
7.17/7.26	c 7	============================[ Problem Statistics ]=============================
7.17/7.26	c 7	|                                                                             |
7.17/7.26	c 7	|  Number of variables:  1674                                                 |
7.17/7.26	c 7	|  Number of clauses:    21219                                                |
7.17/7.27	c 7	|  Parsing time:         0.01         s                                       |
7.17/7.27	c 7	============================[ Search Statistics ]==============================
7.17/7.27	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.17/7.27	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.17/7.27	c 7	===============================================================================
7.17/7.27	c 7	|         0 |     661     4330    15638 |     1443        0    nan |  0.000 % |
7.17/7.28	c 7	|       100 |     661     4330    15638 |     1587      100     20 | 60.514 % |
7.17/7.28	c 7	|       250 |     661     4330    15638 |     1746      250     16 | 60.514 % |
7.30/7.30	c 7	|       475 |     661     4330    15638 |     1921      475     14 | 60.514 % |
7.30/7.32	c 7	|       812 |     661     4330    15638 |     2113      812     15 | 60.514 % |
7.30/7.35	c 7	|      1318 |     661     4330    15638 |     2324     1318     14 | 60.514 % |
7.30/7.40	c 7	|      2079 |     661     4330    15638 |     2556     2079     15 | 60.514 % |
7.30/7.48	c 7	|      3218 |     661     4330    15638 |     2812     3218     15 | 60.514 % |
7.30/7.60	c 7	|      4926 |     661     4330    15638 |     3093     2930     17 | 60.514 % |
7.74/7.80	c 7	|      7489 |     661     4330    15638 |     3403     3400     16 | 60.514 % |
8.03/8.10	c 8	|     11334 |     661     4330    15638 |     3743     2715     15 | 60.514 % |
8.43/8.50	c 8	|     17101 |     660     4304    15544 |     4117     1961     19 | 60.574 % |
9.13/9.17	c 9	|     25750 |     660     4304    15544 |     4529     2755     21 | 60.574 % |
10.13/10.15	c 10	|     38724 |     660     4304    15544 |     4982     4381     17 | 60.574 % |
11.53/11.53	c 11	===============================================================================
11.53/11.53	c 11	restarts              : 14
11.53/11.53	c 11	conflicts             : 55626          (13020 /sec)
11.53/11.53	c 11	decisions             : 61563          (1.14 % random) (14410 /sec)
11.53/11.53	c 11	propagations          : 8252868        (1931693 /sec)
11.53/11.53	c 11	conflict literals     : 1028565        (29.01 % deleted)
11.53/11.53	c 11	Memory used           : 3.23 MB
11.53/11.53	c 11	CPU time              : 4.27235 s
11.53/11.53	c 11	
11.53/11.53	c 11	SATISFIABLE
11.53/11.53	c 11	FOUND: _COST <= 3
11.53/11.53	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.53/11.53	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.58/11.60	c 11	Decoding HOME/temp.out
11.58/11.64	c 11	OBJECTIVE _COST 3
11.58/11.64	o 3
11.58/11.64	v 4 7 4 6 5 8 8 1 9 8 5 8 4 2 1 8 3 3 9 6 2 10 5 5 1 1 1 1 1 1
11.58/11.64	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.58/11.69	c 11	OBJECTIVE BOUND: 0 <= _COST <= 3
11.58/11.69	c 11	SEARCHING: _COST <= 1
11.58/11.69	c 11	SOLVING HOME/temp.cnf
11.58/11.69	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.58/11.69	c 11	This is MiniSat 2.0 beta
11.58/11.69	c 11	WARNING: for repeatability, setting FPU to use double precision
11.58/11.69	c 11	============================[ Problem Statistics ]=============================
11.58/11.69	c 11	|                                                                             |
11.58/11.69	c 11	|  Number of variables:  1674                                                 |
11.58/11.69	c 11	|  Number of clauses:    21219                                                |
11.71/11.70	c 11	|  Parsing time:         0.01         s                                       |
11.71/11.71	c 11	============================[ Search Statistics ]==============================
11.71/11.71	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.71/11.71	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.71/11.71	c 11	===============================================================================
11.71/11.71	c 11	|         0 |     488     3296    13053 |     1098        0    nan |  0.000 % |
11.71/11.71	c 11	|       101 |     488     3296    13053 |     1208      101     21 | 70.848 % |
11.71/11.72	c 11	|       251 |     488     3296    13053 |     1329      251     16 | 70.849 % |
11.71/11.73	c 11	|       476 |     488     3296    13053 |     1462      476     17 | 70.848 % |
11.71/11.75	c 11	|       814 |     488     3296    13053 |     1608      814     17 | 70.848 % |
11.71/11.78	c 11	|      1320 |     487     3294    13048 |     1769     1317     19 | 70.908 % |
11.71/11.83	c 11	|      2079 |     483     3192    12627 |     1946     1073     19 | 71.147 % |
11.71/11.89	c 11	===============================================================================
11.71/11.89	c 11	restarts              : 7
11.71/11.89	c 11	conflicts             : 3140           (15547 /sec)
11.71/11.89	c 11	decisions             : 3560           (1.52 % random) (17626 /sec)
11.71/11.89	c 11	propagations          : 377908         (1871119 /sec)
11.71/11.89	c 11	conflict literals     : 50836          (29.98 % deleted)
11.71/11.89	c 11	Memory used           : 2.71 MB
11.71/11.89	c 11	CPU time              : 0.201969 s
11.71/11.89	c 11	
11.71/11.89	c 11	UNSATISFIABLE
11.71/11.90	c 11	NOT FOUND: _COST <= 1
11.71/11.90	c 11	OBJECTIVE BOUND: 2 <= _COST <= 3
11.71/11.90	c 11	SEARCHING: _COST <= 2
11.71/11.90	c 11	SOLVING HOME/temp.cnf
11.71/11.90	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.91/11.90	c 11	This is MiniSat 2.0 beta
11.91/11.90	c 11	WARNING: for repeatability, setting FPU to use double precision
11.91/11.90	c 11	============================[ Problem Statistics ]=============================
11.91/11.90	c 11	|                                                                             |
11.91/11.90	c 11	|  Number of variables:  1674                                                 |
11.91/11.90	c 11	|  Number of clauses:    21219                                                |
11.91/11.91	c 11	|  Parsing time:         0.01         s                                       |
11.91/11.91	c 11	============================[ Search Statistics ]==============================
11.91/11.91	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.91/11.91	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.91/11.91	c 11	===============================================================================
11.91/11.91	c 11	|         0 |     597     3880    14479 |     1293        0    nan |  0.000 % |
11.91/11.92	c 11	|       100 |     597     3880    14479 |     1422      100     20 | 64.337 % |
11.91/11.93	c 11	|       250 |     597     3880    14479 |     1564      250     19 | 64.341 % |
11.91/11.94	c 11	|       475 |     597     3880    14479 |     1721      475     15 | 64.337 % |
11.91/11.96	c 11	|       812 |     597     3880    14479 |     1893      812     16 | 64.337 % |
11.91/11.99	c 11	|      1318 |     597     3880    14479 |     2082     1318     15 | 64.337 % |
11.91/12.01	c 12	===============================================================================
11.91/12.01	c 12	restarts              : 6
11.91/12.01	c 12	conflicts             : 1612           (14268 /sec)
11.91/12.01	c 12	decisions             : 1856           (1.24 % random) (16427 /sec)
11.91/12.01	c 12	propagations          : 227804         (2016286 /sec)
11.91/12.01	c 12	conflict literals     : 24651          (29.62 % deleted)
11.91/12.01	c 12	Memory used           : 2.71 MB
11.91/12.01	c 12	CPU time              : 0.112982 s
11.91/12.01	c 12	
11.91/12.01	c 12	SATISFIABLE
11.91/12.02	c 12	FOUND: _COST <= 2
11.91/12.02	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.91/12.02	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.91/12.08	c 12	Decoding HOME/temp.out
12.10/12.12	c 12	OBJECTIVE _COST 2
12.10/12.12	o 2
12.10/12.12	v 1 7 10 6 2 10 6 3 8 1 8 3 7 7 8 8 1 3 8 3 6 5 9 5 10 1 7 6 5 7
12.10/12.13	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.10/12.17	c 12	OBJECTIVE _COST 2
12.10/12.17	s OPTIMUM FOUND
12.10/12.17	c 12	CPU 11.93 (0.03 0.01 11.9 0.23)
12.10/12.17	c 12	END Tue Jul 15 18:12:56 2008

Verifier Data (download as text)

OK	2	107
2 unsatisfied constraints, 107 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-1122228-1216138363/watcher-1122228-1216138363 -o /tmp/evaluation-result-1122228-1216138363/solver-1122228-1216138363 -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-1122228-1216138363.xml 

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


[startup+0 s]
/proc/loadavg: 1.09 1.07 1.04 3/64 27540
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=12272 CPUtime=0
/proc/27540/stat : 27540 (sugar) R 27538 27540 26144 0 -1 4194304 387 0 0 0 0 0 0 0 18 0 1 0 70535777 12566528 355 996147200 4194304 4206940 548682068592 18446744073709551615 221968587376 0 0 4224 0 0 0 0 17 0 0 0
/proc/27540/statm: 3068 363 273 3 0 168 0

[startup+0.104524 s]
/proc/loadavg: 1.09 1.07 1.04 3/64 27540
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=0.02
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 898 127 0 0 2 0 0 0 18 0 1 0 70535777 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.202532 s]
/proc/loadavg: 1.09 1.07 1.04 3/64 27540
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=0.02
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 898 127 0 0 2 0 0 0 18 0 1 0 70535777 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.302542 s]
/proc/loadavg: 1.09 1.07 1.04 3/64 27540
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=0.28
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 957 4349 0 1 2 0 23 3 17 0 1 0 70535777 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+0.701576 s]
/proc/loadavg: 1.09 1.07 1.04 3/64 27540
/proc/meminfo: memFree=1792008/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=0.29
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 974 4349 0 1 3 0 23 3 16 0 1 0 70535777 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27540/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50164 s]
/proc/loadavg: 1.09 1.07 1.04 1/75 27586
/proc/meminfo: memFree=1784488/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=1.2
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1290 18970 0 4 3 1 103 13 15 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13600

[startup+3.10179 s]
/proc/loadavg: 1.09 1.07 1.04 2/67 27588
/proc/meminfo: memFree=1787688/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=1.2
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1290 18970 0 4 3 1 103 13 15 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
[pid=27587] ppid=27540 vsize=5356 CPUtime=0
/proc/27587/stat : 27587 (sh) S 27540 27540 26144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70535891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27587/statm: 1339 232 193 169 0 50 0
[pid=27588] ppid=27587 vsize=3172 CPUtime=1.95
/proc/27588/stat : 27588 (minisat) R 27587 27540 26144 0 -1 4194304 551 0 0 0 195 0 0 0 25 0 1 0 70535891 3248128 537 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/27588/statm: 793 537 75 150 0 640 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 22128

[startup+6.30107 s]
/proc/loadavg: 1.08 1.07 1.04 2/67 27588
/proc/meminfo: memFree=1787240/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=1.2
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1290 18970 0 4 3 1 103 13 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
[pid=27587] ppid=27540 vsize=5356 CPUtime=0
/proc/27587/stat : 27587 (sh) S 27540 27540 26144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70535891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27587/statm: 1339 232 193 169 0 50 0
[pid=27588] ppid=27587 vsize=3704 CPUtime=5.15
/proc/27588/stat : 27588 (minisat) R 27587 27540 26144 0 -1 4194304 658 0 0 0 515 0 0 0 25 0 1 0 70535891 3792896 644 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27588/statm: 926 644 75 150 0 773 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 22660

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

[startup+6.40108 s]
/proc/loadavg: 1.08 1.07 1.04 2/67 27588
/proc/meminfo: memFree=1787240/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=1.2
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1290 18970 0 4 3 1 103 13 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
[pid=27587] ppid=27540 vsize=5356 CPUtime=0
/proc/27587/stat : 27587 (sh) S 27540 27540 26144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70535891 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27587/statm: 1339 232 193 169 0 50 0
[pid=27588] ppid=27587 vsize=3704 CPUtime=5.25
/proc/27588/stat : 27588 (minisat) R 27587 27540 26144 0 -1 4194304 667 0 0 0 525 0 0 0 25 0 1 0 70535891 3792896 653 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/27588/statm: 926 653 75 150 0 773 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 22660

[startup+9.60237 s]
/proc/loadavg: 1.07 1.07 1.04 2/67 27600
/proc/meminfo: memFree=1787752/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=7.3
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1404 23670 0 5 3 1 710 16 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
[pid=27599] ppid=27540 vsize=5356 CPUtime=0
/proc/27599/stat : 27599 (sh) S 27540 27540 26144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70536503 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27599/statm: 1339 232 193 169 0 50 0
[pid=27600] ppid=27599 vsize=3176 CPUtime=2.33
/proc/27600/stat : 27600 (minisat) R 27599 27540 26144 0 -1 4194304 544 0 0 0 233 0 0 0 25 0 1 0 70536503 3252224 530 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/27600/statm: 794 530 75 150 0 641 0
Current children cumulated CPU time (s) 9.63
Current children cumulated vsize (KiB) 22132

[startup+11.2015 s]
/proc/loadavg: 1.07 1.07 1.04 2/67 27600
/proc/meminfo: memFree=1787432/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=7.3
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1404 23670 0 5 3 1 710 16 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
[pid=27599] ppid=27540 vsize=5356 CPUtime=0
/proc/27599/stat : 27599 (sh) S 27540 27540 26144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 70536503 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27599/statm: 1339 232 193 169 0 50 0
[pid=27600] ppid=27599 vsize=3308 CPUtime=3.93
/proc/27600/stat : 27600 (minisat) R 27599 27540 26144 0 -1 4194304 578 0 0 0 393 0 0 0 25 0 1 0 70536503 3387392 564 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 0 0 0
/proc/27600/statm: 827 564 75 150 0 674 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 22264

[startup+11.6016 s]
/proc/loadavg: 1.07 1.07 1.04 2/67 27600
/proc/meminfo: memFree=1787432/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=11.58
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1446 24550 0 5 3 1 1138 16 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 13600

[startup+12.0016 s]
/proc/loadavg: 1.07 1.07 1.04 2/67 27600
/proc/meminfo: memFree=1787432/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=11.91
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1571 29017 0 6 3 1 1168 19 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 13600

[startup+12.1016 s]
/proc/loadavg: 1.07 1.07 1.04 2/75 27624
/proc/meminfo: memFree=1784744/2055920 swapFree=4192812/4192956
[pid=27540] ppid=27538 vsize=13600 CPUtime=12.03
/proc/27540/stat : 27540 (sugar) S 27538 27540 26144 0 -1 4194304 1632 29756 0 6 3 1 1179 20 16 0 1 0 70535777 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27540/statm: 3400 806 374 3 0 500 0
[pid=27615] ppid=27540 vsize=5356 CPUtime=0
/proc/27615/stat : 27615 (sh) S 27540 27540 26144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 70536979 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27615/statm: 1339 233 193 169 0 50 0
[pid=27616] ppid=27615 vsize=864584 CPUtime=0.07
/proc/27616/stat : 27616 (java) S 27615 27540 26144 0 -1 0 3255 0 1 0 6 1 0 0 20 0 9 0 70536979 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27616/statm: 216146 2732 1633 9 0 210728 0
[pid=27616/tid=27617] ppid=27615 vsize=864584 CPUtime=0.06
/proc/27616/task/27617/stat : 27617 (java) R 27615 27540 26144 0 -1 64 2343 0 1 0 5 1 0 0 18 0 9 0 70536980 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27618] ppid=27615 vsize=864584 CPUtime=0
/proc/27616/task/27618/stat : 27618 (java) S 27615 27540 26144 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 70536981 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27619] ppid=27615 vsize=864584 CPUtime=0
/proc/27616/task/27619/stat : 27619 (java) S 27615 27540 26144 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 70536981 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27620] ppid=27615 vsize=864584 CPUtime=0
/proc/27616/task/27620/stat : 27620 (java) S 27615 27540 26144 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 70536981 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27621] ppid=27615 vsize=864584 CPUtime=0
/proc/27616/task/27621/stat : 27621 (java) S 27615 27540 26144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 70536983 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27622] ppid=27615 vsize=864584 CPUtime=0.01
/proc/27616/task/27622/stat : 27622 (java) R 27615 27540 26144 0 -1 64 217 0 0 0 1 0 0 0 17 0 9 0 70536983 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 104062855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27623] ppid=27615 vsize=864584 CPUtime=0
/proc/27616/task/27623/stat : 27623 (java) S 27615 27540 26144 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 70536983 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27616/tid=27624] ppid=27615 vsize=864584 CPUtime=0
/proc/27616/task/27624/stat : 27624 (java) S 27615 27540 26144 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 70536983 885334016 2732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 883540

Child status: 0
Real time (s): 12.1733
CPU time (s): 12.1841
CPU user time (s): 11.9362
CPU system time (s): 0.247962
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 883884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9362
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35179
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= 1416
involuntary context switches= 816

runsolver used 0.013997 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-15 18:12:43
IDJOB=1122228
IDBENCH=62718
IDSOLVER=368
FILE ID=node43/1122228-1216138363
PBS_JOBID= 7905443
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/pi/pi-30-10-25-t48/normalized-pi-30-10-197-52-6.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-1122228-1216138363/watcher-1122228-1216138363 -o /tmp/evaluation-result-1122228-1216138363/solver-1122228-1216138363 -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-1122228-1216138363.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7aac29ce7423c061c7c06267cdd43eb
RANDOM SEED=861965312

node43.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.216
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.216
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:       1792552 kB
Buffers:         61684 kB
Cached:         132456 kB
SwapCached:          0 kB
Active:         151212 kB
Inactive:        56888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            41216 kB
Committed_AS:   251128 kB
PageTables:       1524 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node43 at 2008-07-15 18:12:56