Trace number 1123620

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 2597.24 2621.87

General information on the benchmark

Namemaxcsp/pi/pi-30-10-25-t58/
normalized-pi-30-10-197-42-66.xml
MD5SUMeb617dde8d2e5a56663ea35fbf0422c9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark19.916
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Tue Jul 15 21:44:56 2008
0.00/0.05	c 0	PID 31727
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1123620-1216151096.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-1123620-1216151096.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 30 variables, 0 predicates, 109 relations, 109 constraints
0.03/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.43/0.56	c 1	Parsing HOME/temp.csp
0.43/0.82	c 1	parsed 249 expressions
0.43/0.82	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.82	c 1	MAX CSP: 109 constraints
0.43/0.82	c 1	Converting to clausal form CSP
0.43/0.85	c 1	converted 37 (10%) expressions
0.43/0.85	c 1	converted 73 (20%) expressions
0.43/0.85	c 1	converted 109 (30%) expressions
0.43/0.86	c 1	converted 145 (40%) expressions
0.43/0.88	c 1	converted 181 (50%) expressions
0.43/0.88	c 1	converted 217 (60%) expressions
0.43/0.89	c 1	converted 253 (70%) expressions
0.43/0.89	c 1	converted 289 (80%) expressions
0.43/0.89	c 1	converted 325 (90%) expressions
0.43/0.96	c 1	converted 361 (100%) expressions
0.43/0.96	c 1	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 164
0.43/0.96	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/0.96	c 1	Propagation in CSP
0.43/0.98	c 1	104 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.43/0.98	c 1	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.43/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.43/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.43/0.98	c 1	CSP : 248 integers, 0 booleans, 326 clauses, largest domain size 110
0.43/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/1.01	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.44/1.03	c 1	25 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.44/1.03	c 1	50 (20%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.44/1.03	c 1	75 (30%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.44/1.03	c 1	100 (40%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.44/1.04	c 1	124 (50%) CSP integer variables are encoded (240 clauses, 2512 bytes)
0.44/1.04	c 1	149 (60%) CSP integer variables are encoded (367 clauses, 3909 bytes)
0.44/1.04	c 1	174 (70%) CSP integer variables are encoded (472 clauses, 5064 bytes)
0.44/1.04	c 1	199 (80%) CSP integer variables are encoded (623 clauses, 6725 bytes)
0.44/1.04	c 1	224 (90%) CSP integer variables are encoded (1219 clauses, 14152 bytes)
0.44/1.05	c 1	248 (100%) CSP integer variables are encoded (1426 clauses, 16843 bytes)
1.03/1.11	c 2	33 (10%) CSP clauses are encoded (2245 clauses, 32552 bytes)
1.03/1.12	c 2	66 (20%) CSP clauses are encoded (3060 clauses, 48878 bytes)
1.03/1.14	c 2	98 (30%) CSP clauses are encoded (3844 clauses, 66062 bytes)
1.03/1.15	c 2	131 (40%) CSP clauses are encoded (4247 clauses, 73825 bytes)
1.03/1.16	c 2	163 (50%) CSP clauses are encoded (5149 clauses, 86879 bytes)
1.03/1.16	c 2	196 (60%) CSP clauses are encoded (5470 clauses, 91288 bytes)
1.03/1.17	c 2	229 (70%) CSP clauses are encoded (7815 clauses, 126357 bytes)
1.03/1.17	c 2	261 (80%) CSP clauses are encoded (9199 clauses, 145953 bytes)
1.03/1.18	c 2	294 (90%) CSP clauses are encoded (15016 clauses, 244887 bytes)
1.03/1.20	c 2	326 (100%) CSP clauses are encoded (21290 clauses, 358090 bytes)
1.03/1.20	c 2	326 CSP clauses encoded
1.03/1.20	c 2	Writing map file : HOME/temp.map
1.13/1.20	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.20	c 2	SAT : 1674 SAT variables, 21290 SAT clauses, 358090 bytes
1.13/1.20	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.22	c 2	OBJECTIVE minimize _COST
1.13/1.22	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.13/1.22	c 2	SEARCHING: _COST <= 55
1.13/1.22	c 2	SOLVING HOME/temp.cnf
1.13/1.22	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.13/1.22	c 2	This is MiniSat 2.0 beta
1.13/1.22	c 2	WARNING: for repeatability, setting FPU to use double precision
1.13/1.22	c 2	============================[ Problem Statistics ]=============================
1.13/1.22	c 2	|                                                                             |
1.13/1.22	c 2	|  Number of variables:  1674                                                 |
1.13/1.22	c 2	|  Number of clauses:    21291                                                |
1.13/1.24	c 2	|  Parsing time:         0.01         s                                       |
1.13/1.24	c 2	============================[ Search Statistics ]==============================
1.13/1.24	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.13/1.24	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.13/1.24	c 2	===============================================================================
1.13/1.24	c 2	|         0 |    1296    14899    45414 |     4966        0    nan |  0.000 % |
1.13/1.24	c 2	===============================================================================
1.13/1.24	c 2	restarts              : 1
1.13/1.24	c 2	conflicts             : 15             (938 /sec)
1.13/1.24	c 2	decisions             : 201            (1.49 % random) (12565 /sec)
1.13/1.24	c 2	propagations          : 5164           (322811 /sec)
1.13/1.24	c 2	conflict literals     : 116            (11.45 % deleted)
1.13/1.24	c 2	Memory used           : 2.71 MB
1.13/1.24	c 2	CPU time              : 0.015997 s
1.13/1.24	c 2	
1.13/1.24	c 2	SATISFIABLE
1.13/1.24	c 2	FOUND: _COST <= 55
1.13/1.24	s SATISFIABLE
1.13/1.24	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.13/1.24	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'
1.17/1.32	c 2	Decoding HOME/temp.out
1.17/1.37	c 2	OBJECTIVE _COST 51
1.17/1.37	o 51
1.17/1.37	v 8 10 7 10 9 2 7 7 8 4 3 9 7 3 9 10 10 8 9 9 6 9 9 9 10 8 4 5 7 8
1.17/1.37	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.40	c 2	OBJECTIVE BOUND: 0 <= _COST <= 51
1.18/1.40	c 2	SEARCHING: _COST <= 25
1.18/1.40	c 2	SOLVING HOME/temp.cnf
1.18/1.40	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.18/1.41	c 2	This is MiniSat 2.0 beta
1.18/1.41	c 2	WARNING: for repeatability, setting FPU to use double precision
1.18/1.41	c 2	============================[ Problem Statistics ]=============================
1.18/1.41	c 2	|                                                                             |
1.18/1.41	c 2	|  Number of variables:  1674                                                 |
1.18/1.41	c 2	|  Number of clauses:    21291                                                |
1.18/1.42	c 2	|  Parsing time:         0.01         s                                       |
1.18/1.42	c 2	============================[ Search Statistics ]==============================
1.18/1.42	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.18/1.42	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.18/1.42	c 2	===============================================================================
1.18/1.42	c 2	|         0 |    1049    10332    32424 |     3444        0    nan |  0.000 % |
1.18/1.43	c 2	===============================================================================
1.18/1.43	c 2	restarts              : 1
1.18/1.43	c 2	conflicts             : 87             (4351 /sec)
1.18/1.43	c 2	decisions             : 301            (1.00 % random) (15053 /sec)
1.18/1.43	c 2	propagations          : 10215          (510852 /sec)
1.18/1.43	c 2	conflict literals     : 1798           (13.52 % deleted)
1.18/1.43	c 2	Memory used           : 2.71 MB
1.18/1.43	c 2	CPU time              : 0.019996 s
1.18/1.43	c 2	
1.18/1.43	c 2	SATISFIABLE
1.18/1.43	c 2	FOUND: _COST <= 25
1.18/1.43	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.18/1.43	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'
1.33/1.51	c 2	Decoding HOME/temp.out
1.33/1.55	c 2	OBJECTIVE _COST 25
1.33/1.55	o 25
1.33/1.55	v 8 10 8 8 3 2 7 9 10 8 9 10 2 9 9 2 4 2 5 9 6 8 8 10 5 10 9 8 2 8
1.33/1.55	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.61	c 2	OBJECTIVE BOUND: 0 <= _COST <= 25
1.33/1.61	c 2	SEARCHING: _COST <= 12
1.33/1.61	c 2	SOLVING HOME/temp.cnf
1.33/1.61	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.33/1.61	c 2	This is MiniSat 2.0 beta
1.33/1.61	c 2	WARNING: for repeatability, setting FPU to use double precision
1.33/1.61	c 2	============================[ Problem Statistics ]=============================
1.33/1.61	c 2	|                                                                             |
1.33/1.61	c 2	|  Number of variables:  1674                                                 |
1.33/1.61	c 2	|  Number of clauses:    21291                                                |
1.33/1.62	c 2	|  Parsing time:         0.01         s                                       |
1.33/1.63	c 2	============================[ Search Statistics ]==============================
1.33/1.63	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.63	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.63	c 2	===============================================================================
1.33/1.63	c 2	|         0 |     894     7245    23615 |     2415        0    nan |  0.000 % |
1.33/1.63	c 2	|       102 |     894     7245    23615 |     2656      102     23 | 46.595 % |
1.33/1.64	c 2	|       252 |     894     7245    23615 |     2922      252     19 | 46.595 % |
1.33/1.66	c 2	|       477 |     894     7245    23615 |     3214      477     16 | 46.595 % |
1.33/1.68	c 2	|       814 |     894     7245    23615 |     3535      814     16 | 46.595 % |
1.48/1.71	c 2	|      1320 |     894     7245    23615 |     3889     1320     16 | 46.595 % |
1.48/1.76	c 2	|      2079 |     894     7245    23615 |     4278     2079     17 | 46.595 % |
1.48/1.86	c 2	|      3218 |     894     7245    23615 |     4706     3218     18 | 46.595 % |
1.48/2.00	c 2	|      4926 |     894     7245    23615 |     5176     4926     18 | 46.595 % |
2.06/2.25	c 3	|      7489 |     894     7245    23615 |     5694     4348     17 | 46.595 % |
2.45/2.60	c 3	|     11335 |     894     7245    23615 |     6263     4767     24 | 46.595 % |
3.04/3.23	c 4	|     17101 |     894     7245    23615 |     6890     6857     21 | 46.595 % |
3.93/4.11	c 5	|     25750 |     894     7245    23615 |     7579     7525     20 | 46.595 % |
5.32/5.56	c 6	|     38724 |     894     7245    23615 |     8337     7547     19 | 46.596 % |
7.60/7.80	c 8	|     58186 |     894     7245    23615 |     9170     8186     23 | 46.597 % |
10.67/10.99	c 11	===============================================================================
10.67/10.99	c 11	restarts              : 15
10.67/10.99	c 11	conflicts             : 84503          (9099 /sec)
10.67/10.99	c 11	decisions             : 94256          (0.93 % random) (10150 /sec)
10.67/10.99	c 11	propagations          : 12101519       (1303118 /sec)
10.67/10.99	c 11	conflict literals     : 1822821        (33.55 % deleted)
10.67/10.99	c 11	Memory used           : 4.27 MB
10.67/10.99	c 11	CPU time              : 9.28659 s
10.67/10.99	c 11	
10.67/10.99	c 11	SATISFIABLE
10.67/10.99	c 11	FOUND: _COST <= 12
10.67/10.99	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.67/10.99	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.77/11.08	c 11	Decoding HOME/temp.out
10.85/11.13	c 12	OBJECTIVE _COST 12
10.85/11.13	o 12
10.85/11.13	v 10 3 10 8 9 2 8 7 2 8 9 9 3 5 8 6 10 5 6 6 6 9 10 8 2 10 1 4 6 5
10.85/11.13	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.85/11.16	c 12	OBJECTIVE BOUND: 0 <= _COST <= 12
10.85/11.16	c 12	SEARCHING: _COST <= 6
10.85/11.16	c 12	SOLVING HOME/temp.cnf
10.85/11.16	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.85/11.16	c 12	This is MiniSat 2.0 beta
10.85/11.16	c 12	WARNING: for repeatability, setting FPU to use double precision
10.85/11.16	c 12	============================[ Problem Statistics ]=============================
10.85/11.16	c 12	|                                                                             |
10.85/11.16	c 12	|  Number of variables:  1674                                                 |
10.85/11.16	c 12	|  Number of clauses:    21291                                                |
10.85/11.17	c 12	|  Parsing time:         0.01         s                                       |
10.85/11.18	c 12	============================[ Search Statistics ]==============================
10.85/11.18	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.85/11.18	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.85/11.18	c 12	===============================================================================
10.85/11.18	c 12	|         0 |     773     5482    18683 |     1827        0    nan |  0.000 % |
10.85/11.18	c 12	|       100 |     773     5482    18683 |     2010      100     19 | 53.823 % |
10.85/11.19	c 12	|       251 |     773     5482    18683 |     2211      251     15 | 53.824 % |
10.90/11.20	c 12	|       476 |     773     5482    18683 |     2432      476     14 | 53.824 % |
10.90/11.22	c 12	|       813 |     773     5482    18683 |     2675      813     13 | 53.823 % |
10.90/11.25	c 12	|      1319 |     773     5482    18683 |     2942     1319     14 | 53.823 % |
10.90/11.31	c 12	|      2078 |     773     5482    18683 |     3237     2078     14 | 53.823 % |
10.90/11.39	c 12	|      3217 |     773     5482    18683 |     3560     3217     15 | 53.823 % |
10.90/11.52	c 12	|      4925 |     773     5482    18683 |     3917     2610     12 | 53.823 % |
10.90/11.73	c 12	|      7487 |     773     5482    18683 |     4308     2667     13 | 53.824 % |
10.90/12.04	c 12	|     11332 |     773     5482    18683 |     4739     3803     15 | 53.824 % |
12.22/12.53	c 13	|     17098 |     773     5482    18683 |     5213     3753     14 | 53.824 % |
12.91/13.28	c 14	|     25748 |     773     5482    18683 |     5734     6111     19 | 53.824 % |
14.10/14.47	c 15	|     38723 |     773     5482    18683 |     6308     5426     18 | 53.824 % |
15.88/16.25	c 17	|     58185 |     773     5482    18683 |     6939     6300     15 | 53.824 % |
18.55/18.95	c 19	|     87379 |     773     5482    18683 |     7633     7492     16 | 53.823 % |
22.61/23.08	c 23	|    131168 |     771     5438    18514 |     8396     4636     18 | 53.943 % |
29.35/29.80	c 30	|    196852 |     771     5438    18514 |     9236     8939     17 | 53.943 % |
39.45/40.04	c 40	|    295378 |     771     5438    18514 |    10159     9336     18 | 53.943 % |
55.40/56.16	c 57	|    443167 |     771     5438    18514 |    11175    10731     21 | 53.943 % |
72.24/73.16	c 74	===============================================================================
72.24/73.16	c 74	restarts              : 20
72.24/73.16	c 74	conflicts             : 595927         (9704 /sec)
72.24/73.16	c 74	decisions             : 674188         (1.17 % random) (10979 /sec)
72.24/73.16	c 74	propagations          : 86934285       (1415691 /sec)
72.24/73.16	c 74	conflict literals     : 10801471       (27.78 % deleted)
72.24/73.16	c 74	Memory used           : 5.23 MB
72.24/73.16	c 74	CPU time              : 61.4077 s
72.24/73.16	c 74	
72.24/73.16	c 74	UNSATISFIABLE
72.24/73.16	c 74	NOT FOUND: _COST <= 6
72.24/73.16	c 74	OBJECTIVE BOUND: 7 <= _COST <= 12
72.24/73.16	c 74	SEARCHING: _COST <= 9
72.24/73.16	c 74	SOLVING HOME/temp.cnf
72.24/73.16	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
72.24/73.17	c 74	This is MiniSat 2.0 beta
72.24/73.17	c 74	WARNING: for repeatability, setting FPU to use double precision
72.24/73.17	c 74	============================[ Problem Statistics ]=============================
72.24/73.17	c 74	|                                                                             |
72.24/73.17	c 74	|  Number of variables:  1674                                                 |
72.24/73.17	c 74	|  Number of clauses:    21291                                                |
72.24/73.18	c 74	|  Parsing time:         0.01         s                                       |
72.24/73.18	c 74	============================[ Search Statistics ]==============================
72.24/73.18	c 74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
72.24/73.18	c 74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
72.24/73.18	c 74	===============================================================================
72.24/73.18	c 74	|         0 |     840     6375    21164 |     2125        0    nan |  0.000 % |
72.24/73.19	c 74	|       102 |     840     6375    21164 |     2337      102     23 | 49.821 % |
72.24/73.19	c 74	|       253 |     840     6375    21164 |     2571      253     16 | 49.821 % |
72.32/73.21	c 74	|       478 |     840     6375    21164 |     2828      478     14 | 49.821 % |
72.32/73.23	c 74	|       815 |     840     6375    21164 |     3111      815     16 | 49.821 % |
72.32/73.26	c 74	|      1321 |     840     6375    21164 |     3422     1321     15 | 49.821 % |
72.32/73.32	c 74	|      2080 |     840     6375    21164 |     3764     2080     15 | 49.821 % |
72.32/73.40	c 74	|      3219 |     840     6375    21164 |     4141     3219     16 | 49.822 % |
72.32/73.55	c 74	|      4927 |     840     6375    21164 |     4555     4927     15 | 49.821 % |
72.84/73.76	c 74	|      7489 |     840     6375    21164 |     5010     4687     16 | 49.821 % |
73.13/74.09	c 74	|     11335 |     840     6375    21164 |     5511     5452     14 | 49.821 % |
73.73/74.61	c 75	|     17101 |     840     6375    21164 |     6062     4639     15 | 49.821 % |
74.52/75.41	c 76	|     25750 |     840     6375    21164 |     6669     6208     17 | 49.821 % |
75.71/76.66	c 77	|     38726 |     840     6375    21164 |     7336     7604     13 | 49.821 % |
77.79/78.70	c 79	|     58187 |     840     6375    21164 |     8069     5754     23 | 49.821 % |
80.96/81.94	c 82	|     87379 |     840     6375    21164 |     8876     7404     22 | 49.821 % |
86.01/87.08	c 87	|    131169 |     840     6375    21164 |     9764     6085     19 | 49.822 % |
93.24/94.36	c 95	|    196853 |     840     6375    21164 |    10740     6625     16 | 49.821 % |
104.83/106.09	c 106	|    295379 |     840     6375    21164 |    11814    10160     17 | 49.821 % |
123.26/124.65	c 125	|    443169 |     840     6375    21164 |    12996     9419     21 | 49.821 % |
150.21/151.89	c 152	|    664853 |     840     6375    21164 |    14295    13070     20 | 49.821 % |
193.50/195.54	c 196	|    997378 |     840     6375    21164 |    15725    15388     26 | 49.821 % |
260.47/263.18	c 264	|   1496167 |     840     6375    21164 |    17298     9928     22 | 49.821 % |
370.74/374.40	c 375	|   2244349 |     840     6375    21164 |    19027    13370     24 | 49.821 % |
539.95/545.22	c 546	|   3366623 |     840     6375    21164 |    20930    10168     24 | 49.821 % |
806.43/814.26	c 815	|   5050034 |     840     6375    21164 |    23023    19314     23 | 49.821 % |
1229.94/1241.80	c 1242	|   7575151 |     840     6375    21164 |    25326    13505     25 | 49.821 % |
1605.60/1620.91	c 1621	===============================================================================
1605.60/1620.91	c 1621	restarts              : 27
1605.60/1620.91	c 1621	conflicts             : 9595237        (6258 /sec)
1605.60/1620.91	c 1621	decisions             : 10761065       (1.09 % random) (7019 /sec)
1605.60/1620.91	c 1621	propagations          : 1384643213     (903106 /sec)
1605.60/1620.91	c 1621	conflict literals     : 220838207      (27.63 % deleted)
1605.60/1620.91	c 1621	Memory used           : 13.88 MB
1605.60/1620.91	c 1621	CPU time              : 1533.2 s
1605.60/1620.91	c 1621	
1605.60/1620.92	c 1621	SATISFIABLE
1605.60/1620.92	c 1621	FOUND: _COST <= 9
1605.60/1620.92	c 1621	DECODING HOME/temp.out WITH HOME/temp.map
1605.60/1620.92	c 1621	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1605.63/1621.01	c 1621	Decoding HOME/temp.out
1605.63/1621.05	c 1621	OBJECTIVE _COST 9
1605.63/1621.05	o 9
1605.63/1621.05	v 8 8 10 2 6 1 1 10 9 5 9 1 6 4 6 1 6 7 2 9 7 1 7 2 3 4 3 4 7 8
1605.63/1621.06	c 1621	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1605.63/1621.11	c 1622	OBJECTIVE BOUND: 7 <= _COST <= 9
1605.63/1621.11	c 1622	SEARCHING: _COST <= 8
1605.63/1621.11	c 1622	SOLVING HOME/temp.cnf
1605.63/1621.11	c 1622	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1605.63/1621.11	c 1622	This is MiniSat 2.0 beta
1605.63/1621.11	c 1622	WARNING: for repeatability, setting FPU to use double precision
1605.63/1621.11	c 1622	============================[ Problem Statistics ]=============================
1605.63/1621.11	c 1622	|                                                                             |
1605.63/1621.11	c 1622	|  Number of variables:  1674                                                 |
1605.63/1621.11	c 1622	|  Number of clauses:    21291                                                |
1605.63/1621.13	c 1622	|  Parsing time:         0.01         s                                       |
1605.63/1621.13	c 1622	============================[ Search Statistics ]==============================
1605.63/1621.13	c 1622	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1605.63/1621.13	c 1622	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1605.63/1621.13	c 1622	===============================================================================
1605.63/1621.13	c 1622	|         0 |     822     6107    20413 |     2035        0    nan |  0.000 % |
1605.63/1621.14	c 1622	|       101 |     822     6107    20413 |     2239      101     22 | 50.896 % |
1605.63/1621.14	c 1622	|       251 |     822     6107    20413 |     2463      251     18 | 50.896 % |
1605.63/1621.16	c 1622	|       476 |     822     6107    20413 |     2709      476     16 | 50.896 % |
1605.63/1621.18	c 1622	|       813 |     822     6107    20413 |     2980      813     16 | 50.896 % |
1605.77/1621.21	c 1622	|      1319 |     822     6107    20413 |     3278     1319     15 | 50.896 % |
1605.77/1621.26	c 1622	|      2078 |     822     6107    20413 |     3606     2078     16 | 50.896 % |
1605.77/1621.34	c 1622	|      3218 |     822     6107    20413 |     3966     3218     16 | 50.896 % |
1606.05/1621.48	c 1622	|      4927 |     822     6107    20413 |     4363     4927     17 | 50.896 % |
1606.24/1621.69	c 1622	|      7489 |     822     6107    20413 |     4799     4801     17 | 50.896 % |
1606.64/1622.04	c 1622	|     11334 |     822     6107    20413 |     5279     5731     16 | 50.896 % |
1607.14/1622.59	c 1623	|     17100 |     822     6107    20413 |     5807     5107     14 | 50.896 % |
1607.92/1623.36	c 1624	|     25750 |     822     6107    20413 |     6388     3471     17 | 50.896 % |
1609.21/1624.62	c 1625	|     38724 |     822     6107    20413 |     7027     5217     21 | 50.896 % |
1611.10/1626.52	c 1627	|     58185 |     822     6107    20413 |     7730     4411     20 | 50.896 % |
1614.07/1629.58	c 1630	|     87378 |     822     6107    20413 |     8503     7191     19 | 50.896 % |
1618.53/1634.07	c 1634	|    131167 |     822     6107    20413 |     9353     7793     20 | 50.896 % |
1625.66/1641.25	c 1642	|    196853 |     822     6107    20413 |    10289     5753     18 | 50.896 % |
1636.56/1652.23	c 1653	|    295379 |     822     6107    20413 |    11318     7785     21 | 50.896 % |
1653.39/1669.26	c 1670	|    443170 |     822     6107    20413 |    12449     7110     22 | 50.896 % |
1680.84/1696.91	c 1697	|    664854 |     822     6107    20413 |    13694    12071     18 | 50.897 % |
1724.13/1740.63	c 1741	|    997379 |     822     6107    20413 |    15064    12323     18 | 50.896 % |
1787.64/1804.74	c 1805	|   1496167 |     822     6107    20413 |    16570    10750     20 | 50.896 % |
1889.08/1907.16	c 1908	|   2244349 |     820     6063    20244 |    18227    15028     20 | 51.016 % |
2048.98/2068.57	c 2069	|   3366623 |     819     6042    20169 |    20050    12911     23 | 51.075 % |
2309.63/2331.65	c 2332	|   5050035 |     819     6042    20169 |    22055    16408     22 | 51.075 % |
2597.12/2621.86	c 2622	===============================================================================
2597.12/2621.86	c 2622	restarts              : 26
2597.12/2621.86	c 2622	conflicts             : 6852970        (6913 /sec)
2597.12/2621.86	c 2622	decisions             : 7731174        (1.11 % random) (7799 /sec)
2597.12/2621.86	c 2622	propagations          : 1007068929     (1015843 /sec)
2597.12/2621.86	c 2622	conflict literals     : 145185241      (27.62 % deleted)
2597.12/2621.86	c 2622	Memory used           : 11.11 MB
2597.12/2621.86	c 2622	CPU time              : 991.362 s
2597.12/2621.86	c 2622	
2597.12/2621.86	c 2622	UNSATISFIABLE
2597.12/2621.87	c 2622	NOT FOUND: _COST <= 8
2597.12/2621.87	c 2622	OBJECTIVE _COST 9
2597.12/2621.87	s OPTIMUM FOUND
2597.12/2621.87	c 2622	CPU 2596.82 (0.04 0.01 2596.78 0.38)
2597.12/2621.87	c 2622	END Tue Jul 15 22:28:38 2008

Verifier Data (download as text)

OK	9	100
9 unsatisfied constraints, 100 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-1123620-1216151096/watcher-1123620-1216151096 -o /tmp/evaluation-result-1123620-1216151096/solver-1123620-1216151096 -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-1123620-1216151096.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.92 1.98 1.99 4/81 31727
/proc/meminfo: memFree=1784200/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=12268 CPUtime=0
/proc/31727/stat : 31727 (sugar) R 31725 31727 29421 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 71811354 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31727/statm: 3067 316 241 3 0 167 0

[startup+0.106331 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31727
/proc/meminfo: memFree=1784200/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=0.03
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 71811354 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202336 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31727
/proc/meminfo: memFree=1784200/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=0.03
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 71811354 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302342 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31727
/proc/meminfo: memFree=1784200/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=0.03
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 71811354 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701368 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 31727
/proc/meminfo: memFree=1784200/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=0.43
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 974 4339 0 1 3 0 37 3 16 0 1 0 71811354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 31749
/proc/meminfo: memFree=1773680/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1.33
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1220 15173 0 3 4 1 118 10 17 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 13600

[startup+3.10152 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 31775
/proc/meminfo: memFree=1779696/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1.48
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1291 18894 0 4 4 1 130 13 15 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31774] ppid=31727 vsize=5356 CPUtime=0
/proc/31774/stat : 31774 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71811515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31774/statm: 1339 232 193 169 0 50 0
[pid=31775] ppid=31774 vsize=3568 CPUtime=1.46
/proc/31775/stat : 31775 (minisat) R 31774 31727 29421 0 -1 4194304 624 0 0 0 146 0 0 0 25 0 1 0 71811516 3653632 610 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/31775/statm: 892 610 75 150 0 739 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22524

[startup+6.30173 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 31775
/proc/meminfo: memFree=1779120/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1.48
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1291 18894 0 4 4 1 130 13 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31774] ppid=31727 vsize=5356 CPUtime=0
/proc/31774/stat : 31774 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71811515 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31774/statm: 1339 232 193 169 0 50 0
[pid=31775] ppid=31774 vsize=3836 CPUtime=4.63
/proc/31775/stat : 31775 (minisat) R 31774 31727 29421 0 -1 4194304 698 0 0 0 463 0 0 0 25 0 1 0 71811516 3928064 684 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/31775/statm: 959 684 75 150 0 806 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 22792

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 31787
/proc/meminfo: memFree=1779632/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=10.9
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1406 23756 0 5 4 1 1069 16 15 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31786] ppid=31727 vsize=5356 CPUtime=0
/proc/31786/stat : 31786 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71812470 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31786/statm: 1339 232 193 169 0 50 0
[pid=31787] ppid=31786 vsize=3060 CPUtime=1.52
/proc/31787/stat : 31787 (minisat) R 31786 31727 29421 0 -1 4194304 506 0 0 0 152 0 0 0 25 0 1 0 71812471 3133440 492 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/31787/statm: 765 492 75 150 0 612 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 22016

[startup+25.502 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 31787
/proc/meminfo: memFree=1778744/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=10.9
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1406 23756 0 5 4 1 1069 16 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31786] ppid=31727 vsize=5356 CPUtime=0
/proc/31786/stat : 31786 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71812470 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31786/statm: 1339 232 193 169 0 50 0
[pid=31787] ppid=31786 vsize=4132 CPUtime=14.19
/proc/31787/stat : 31787 (minisat) R 31786 31727 29421 0 -1 4194304 769 0 0 0 1419 0 0 0 25 0 1 0 71812471 4231168 755 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/31787/statm: 1033 755 75 150 0 880 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 23088

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 31787
/proc/meminfo: memFree=1777912/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=10.9
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1406 23756 0 5 4 1 1069 16 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31786] ppid=31727 vsize=5356 CPUtime=0
/proc/31786/stat : 31786 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71812470 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31786/statm: 1339 232 193 169 0 50 0
[pid=31787] ppid=31786 vsize=4944 CPUtime=39.55
/proc/31787/stat : 31787 (minisat) R 31786 31727 29421 0 -1 4194304 974 0 0 0 3955 0 0 0 25 0 1 0 71812471 5062656 960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31787/statm: 1236 960 75 150 0 1083 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 23900

[startup+102.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 31789
/proc/meminfo: memFree=1777656/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=72.32
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1460 25124 0 5 4 1 7210 17 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31788] ppid=31727 vsize=5356 CPUtime=0
/proc/31788/stat : 31788 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71818670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31788/statm: 1339 232 193 169 0 50 0
[pid=31789] ppid=31788 vsize=4940 CPUtime=28.84
/proc/31789/stat : 31789 (minisat) R 31788 31727 29421 0 -1 4194304 983 0 0 0 2884 0 0 0 25 0 1 0 71818671 5058560 969 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/31789/statm: 1235 969 75 150 0 1082 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 23896

[startup+162.302 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 31789
/proc/meminfo: memFree=1776312/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=72.32
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1460 25124 0 5 4 1 7210 17 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31788] ppid=31727 vsize=5356 CPUtime=0
/proc/31788/stat : 31788 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71818670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31788/statm: 1339 232 193 169 0 50 0
[pid=31789] ppid=31788 vsize=6440 CPUtime=88.29
/proc/31789/stat : 31789 (minisat) R 31788 31727 29421 0 -1 4194304 1332 0 0 0 8828 1 0 0 25 0 1 0 71818671 6594560 1318 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/31789/statm: 1610 1318 75 150 0 1457 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 25396

[startup+222.307 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 31789
/proc/meminfo: memFree=1775480/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=72.32
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1460 25124 0 5 4 1 7210 17 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31788] ppid=31727 vsize=5356 CPUtime=0
/proc/31788/stat : 31788 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71818670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31788/statm: 1339 232 193 169 0 50 0
[pid=31789] ppid=31788 vsize=7260 CPUtime=147.73
/proc/31789/stat : 31789 (minisat) R 31788 31727 29421 0 -1 4194304 1545 0 0 0 14772 1 0 0 25 0 1 0 71818671 7434240 1531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31789/statm: 1815 1531 75 150 0 1662 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 26216

[startup+282.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 31789
/proc/meminfo: memFree=1774776/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=72.32
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1460 25124 0 5 4 1 7210 17 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31788] ppid=31727 vsize=5356 CPUtime=0
/proc/31788/stat : 31788 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71818670 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31788/statm: 1339 232 193 169 0 50 0
[pid=31789] ppid=31788 vsize=8100 CPUtime=207.17
/proc/31789/stat : 31789 (minisat) R 31788 31727 29421 0 -1 4194304 1720 0 0 0 20715 2 0 0 25 0 1 0 71818671 8294400 1706 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31789/statm: 2025 1706 75 150 0 1872 0
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (KiB) 27056


################
# More data... #
################

/proc/31807/statm: 2694 2384 75 150 0 2541 0
Current children cumulated CPU time (s) 2359.85
Current children cumulated vsize (KiB) 29732

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 31809
/proc/meminfo: memFree=1771576/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=10944 CPUtime=813.52
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2441 0 0 0 81347 5 0 0 25 0 1 0 71973466 11206656 2427 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2736 2427 75 150 0 2583 0
Current children cumulated CPU time (s) 2419.29
Current children cumulated vsize (KiB) 29900

[startup+2502.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 31809
/proc/meminfo: memFree=1771576/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11100 CPUtime=872.97
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2474 0 0 0 87291 6 0 0 25 0 1 0 71973466 11366400 2460 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2775 2460 75 150 0 2622 0
Current children cumulated CPU time (s) 2478.74
Current children cumulated vsize (KiB) 30056

[startup+2562.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 31809
/proc/meminfo: memFree=1771320/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=932.41
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2528 0 0 0 93235 6 0 0 25 0 1 0 71973466 11644928 2514 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2514 75 150 0 2690 0
Current children cumulated CPU time (s) 2538.18
Current children cumulated vsize (KiB) 30328

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

[startup+2585.6 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771320/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=955.49
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2529 0 0 0 95543 6 0 0 25 0 1 0 71973466 11644928 2515 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2515 75 150 0 2690 0
Current children cumulated CPU time (s) 2561.26
Current children cumulated vsize (KiB) 30328

[startup+2598.4 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771320/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=968.17
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2529 0 0 0 96811 6 0 0 25 0 1 0 71973466 11644928 2515 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2515 75 150 0 2690 0
Current children cumulated CPU time (s) 2573.94
Current children cumulated vsize (KiB) 30328

[startup+2611.2 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771256/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=980.85
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2544 0 0 0 98079 6 0 0 25 0 1 0 71973466 11644928 2530 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2530 75 150 0 2690 0
Current children cumulated CPU time (s) 2586.62
Current children cumulated vsize (KiB) 30328

[startup+2617.6 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771256/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=987.19
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2544 0 0 0 98713 6 0 0 25 0 1 0 71973466 11644928 2530 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2530 75 150 0 2690 0
Current children cumulated CPU time (s) 2592.96
Current children cumulated vsize (KiB) 30328

[startup+2619.21 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771256/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=988.78
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2544 0 0 0 98872 6 0 0 25 0 1 0 71973466 11644928 2530 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2530 75 150 0 2690 0
Current children cumulated CPU time (s) 2594.55
Current children cumulated vsize (KiB) 30328

[startup+2620.8 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771256/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=990.36
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2545 0 0 0 99030 6 0 0 25 0 1 0 71973466 11644928 2531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2531 75 150 0 2690 0
Current children cumulated CPU time (s) 2596.13
Current children cumulated vsize (KiB) 30328

[startup+2621.6 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771256/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=991.15
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2545 0 0 0 99109 6 0 0 25 0 1 0 71973466 11644928 2531 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2531 75 150 0 2690 0
Current children cumulated CPU time (s) 2596.92
Current children cumulated vsize (KiB) 30328

[startup+2621.8 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 31809
/proc/meminfo: memFree=1771256/2055920 swapFree=4180348/4192956
[pid=31727] ppid=31725 vsize=13600 CPUtime=1605.77
/proc/31727/stat : 31727 (sugar) S 31725 31727 29421 0 -1 4194304 1573 32333 0 6 4 1 160541 31 16 0 1 0 71811354 13926400 806 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31727/statm: 3400 806 374 3 0 500 0
[pid=31806] ppid=31727 vsize=5356 CPUtime=0
/proc/31806/stat : 31806 (sh) S 31727 31727 29421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 71973466 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31806/statm: 1339 232 193 169 0 50 0
[pid=31807] ppid=31806 vsize=11372 CPUtime=991.35
/proc/31807/stat : 31807 (minisat) R 31806 31727 29421 0 -1 4194304 2545 0 0 0 99129 6 0 0 25 0 1 0 71973466 11644928 2531 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31807/statm: 2843 2531 75 150 0 2690 0
Current children cumulated CPU time (s) 2597.12
Current children cumulated vsize (KiB) 30328

Child status: 0
Real time (s): 2621.87
CPU time (s): 2597.24
CPU user time (s): 2596.83
CPU system time (s): 0.410937
CPU usage (%): 99.0606
Max. virtual memory (cumulated for all children) (KiB): 883340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2596.83
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36818
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2110
involuntary context switches= 106441

runsolver used 3.2725 second user time and 8.66368 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-15 21:44:56
IDJOB=1123620
IDBENCH=62892
IDSOLVER=368
FILE ID=node30/1123620-1216151096
PBS_JOBID= 7905535
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/pi/pi-30-10-25-t58/normalized-pi-30-10-197-42-66.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-1123620-1216151096/watcher-1123620-1216151096 -o /tmp/evaluation-result-1123620-1216151096/solver-1123620-1216151096 -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-1123620-1216151096.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb617dde8d2e5a56663ea35fbf0422c9
RANDOM SEED=287586362

node30.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:       1784680 kB
Buffers:         71892 kB
Cached:         132588 kB
SwapCached:       6456 kB
Active:         178852 kB
Inactive:        45148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784680 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:          35612 kB
Slab:            32372 kB
Committed_AS:   411752 kB
PageTables:       1960 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 node30 at 2008-07-15 22:28:38