Trace number 1112068

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 335.835 339.286

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-45_ext.xml
MD5SUMe796ae923cb124c016369356469dc7e4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark134.882
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul 12 13:20:29 2008
0.01/0.04	c 0	PID 18382
0.01/0.04	c 0	HOST node31.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1112068-1215861629.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112068-1215861629.xml' 'HOME/temp.csp'
0.03/0.89	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	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.89/1.03	c 1	Parsing HOME/temp.csp
2.08/2.27	c 2	parsed 135 expressions
2.08/2.28	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.08/2.28	c 2	MAX CSP: 57 constraints
2.08/2.28	c 2	Converting to clausal form CSP
2.18/2.30	c 3	converted 20 (10%) expressions
2.18/2.32	c 3	converted 39 (20%) expressions
2.27/2.48	c 3	converted 59 (30%) expressions
2.27/2.49	c 3	converted 78 (40%) expressions
2.47/2.61	c 3	converted 98 (50%) expressions
2.47/2.68	c 3	converted 117 (60%) expressions
2.58/2.76	c 3	converted 137 (70%) expressions
2.68/2.84	c 3	converted 156 (80%) expressions
2.77/2.91	c 3	converted 176 (90%) expressions
2.98/3.19	c 3	converted 195 (100%) expressions
2.98/3.19	c 3	CSP : 134 integers, 0 booleans, 170 clauses, largest domain size 86
2.98/3.19	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.98/3.19	c 3	Propagation in CSP
3.08/3.22	c 3	53 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.22	c 3	CSP : 134 integers, 0 booleans, 170 clauses, largest domain size 58
3.08/3.22	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.22	c 3	Simplifing CSP by introducing new Boolean variables
3.08/3.22	c 3	CSP : 134 integers, 0 booleans, 170 clauses, largest domain size 58
3.08/3.22	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.18/3.33	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.35	c 4	14 (10%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.18/3.35	c 4	27 (20%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.18/3.35	c 4	41 (30%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.18/3.35	c 4	54 (40%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.18/3.35	c 4	67 (50%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.18/3.35	c 4	81 (60%) CSP integer variables are encoded (421 clauses, 4491 bytes)
3.18/3.35	c 4	94 (70%) CSP integer variables are encoded (463 clauses, 4953 bytes)
3.18/3.35	c 4	108 (80%) CSP integer variables are encoded (532 clauses, 5712 bytes)
3.18/3.36	c 4	121 (90%) CSP integer variables are encoded (775 clauses, 8385 bytes)
3.18/3.36	c 4	134 (100%) CSP integer variables are encoded (871 clauses, 9452 bytes)
3.67/3.81	c 4	17 (10%) CSP clauses are encoded (31455 clauses, 888395 bytes)
4.07/4.20	c 4	34 (20%) CSP clauses are encoded (61616 clauses, 1787879 bytes)
4.35/4.60	c 5	51 (30%) CSP clauses are encoded (91615 clauses, 2736354 bytes)
4.56/4.73	c 5	68 (40%) CSP clauses are encoded (101787 clauses, 3056664 bytes)
4.56/4.73	c 5	85 (50%) CSP clauses are encoded (102067 clauses, 3060597 bytes)
4.56/4.73	c 5	102 (60%) CSP clauses are encoded (102169 clauses, 3061946 bytes)
4.56/4.74	c 5	119 (70%) CSP clauses are encoded (102863 clauses, 3072116 bytes)
4.56/4.74	c 5	136 (80%) CSP clauses are encoded (104034 clauses, 3088573 bytes)
4.56/4.74	c 5	153 (90%) CSP clauses are encoded (105029 clauses, 3103190 bytes)
4.56/4.75	c 5	170 (100%) CSP clauses are encoded (106794 clauses, 3129685 bytes)
4.56/4.75	c 5	170 CSP clauses encoded
4.56/4.75	c 5	Writing map file : HOME/temp.map
4.56/4.75	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.56/4.75	c 5	SAT : 1005 SAT variables, 106794 SAT clauses, 3129685 bytes
4.56/4.75	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.56/4.78	c 5	OBJECTIVE minimize _COST
4.56/4.78	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.56/4.78	c 5	SEARCHING: _COST <= 29
4.56/4.78	c 5	SOLVING HOME/temp.cnf
4.56/4.78	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.56/4.78	c 5	This is MiniSat 2.0 beta
4.56/4.78	c 5	WARNING: for repeatability, setting FPU to use double precision
4.56/4.78	c 5	============================[ Problem Statistics ]=============================
4.56/4.78	c 5	|                                                                             |
4.56/4.78	c 5	|  Number of variables:  1005                                                 |
4.56/4.78	c 5	|  Number of clauses:    106795                                               |
4.64/4.86	c 5	|  Parsing time:         0.07         s                                       |
4.64/4.87	c 5	============================[ Search Statistics ]==============================
4.64/4.87	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.64/4.87	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.64/4.87	c 5	===============================================================================
4.64/4.87	c 5	|         0 |     837   104897   665560 |    34965        0    nan |  0.000 % |
4.64/4.88	c 5	===============================================================================
4.64/4.88	c 5	restarts              : 1
4.64/4.88	c 5	conflicts             : 16             (184 /sec)
4.64/4.88	c 5	decisions             : 45             (0.00 % random) (517 /sec)
4.64/4.88	c 5	propagations          : 1512           (17382 /sec)
4.64/4.88	c 5	conflict literals     : 321            (11.08 % deleted)
4.64/4.88	c 5	Memory used           : 7.67 MB
4.64/4.88	c 5	CPU time              : 0.086986 s
4.64/4.88	c 5	
4.64/4.88	c 5	SATISFIABLE
4.64/4.88	c 5	FOUND: _COST <= 29
4.64/4.88	s SATISFIABLE
4.64/4.88	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.64/4.88	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.74/4.96	c 5	Decoding HOME/temp.out
4.74/5.00	c 5	OBJECTIVE _COST 22
4.74/5.00	o 22
4.74/5.01	v 18 3 6 2 15 11 7 4 16 18 15 5 12 18 19 19 19 19 19 19
4.74/5.01	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.74/5.05	c 5	OBJECTIVE BOUND: 0 <= _COST <= 22
4.74/5.05	c 5	SEARCHING: _COST <= 11
4.74/5.05	c 5	SOLVING HOME/temp.cnf
4.74/5.05	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.74/5.05	c 5	This is MiniSat 2.0 beta
4.74/5.05	c 5	WARNING: for repeatability, setting FPU to use double precision
4.74/5.05	c 5	============================[ Problem Statistics ]=============================
4.74/5.05	c 5	|                                                                             |
4.74/5.05	c 5	|  Number of variables:  1005                                                 |
4.74/5.05	c 5	|  Number of clauses:    106795                                               |
4.87/5.13	c 5	|  Parsing time:         0.07         s                                       |
4.87/5.13	c 5	============================[ Search Statistics ]==============================
4.87/5.13	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.87/5.13	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.87/5.13	c 5	===============================================================================
4.87/5.13	c 5	|         0 |     701   103224   660931 |    34408        0    nan |  0.000 % |
4.87/5.19	c 5	|       100 |     701   103224   660931 |    37848      100     17 | 30.249 % |
4.87/5.27	c 5	|       250 |     701   103224   660931 |    41633      250     20 | 30.251 % |
4.87/5.29	c 6	===============================================================================
4.87/5.29	c 6	restarts              : 3
4.87/5.29	c 6	conflicts             : 297            (1275 /sec)
4.87/5.29	c 6	decisions             : 439            (0.68 % random) (1884 /sec)
4.87/5.29	c 6	propagations          : 15197          (65233 /sec)
4.87/5.29	c 6	conflict literals     : 6198           (23.42 % deleted)
4.87/5.29	c 6	Memory used           : 7.93 MB
4.87/5.29	c 6	CPU time              : 0.232964 s
4.87/5.29	c 6	
4.87/5.29	c 6	SATISFIABLE
4.87/5.30	c 6	FOUND: _COST <= 11
4.87/5.30	c 6	DECODING HOME/temp.out WITH HOME/temp.map
4.87/5.30	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.12/5.38	c 6	Decoding HOME/temp.out
5.21/5.42	c 6	OBJECTIVE _COST 11
5.21/5.42	o 11
5.21/5.42	v 13 12 14 16 19 5 15 17 8 3 11 4 1 8 19 19 15 13 4 3
5.21/5.43	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.21/5.46	c 6	OBJECTIVE BOUND: 0 <= _COST <= 11
5.21/5.46	c 6	SEARCHING: _COST <= 5
5.21/5.46	c 6	SOLVING HOME/temp.cnf
5.21/5.46	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.21/5.46	c 6	This is MiniSat 2.0 beta
5.21/5.46	c 6	WARNING: for repeatability, setting FPU to use double precision
5.21/5.46	c 6	============================[ Problem Statistics ]=============================
5.21/5.46	c 6	|                                                                             |
5.21/5.46	c 6	|  Number of variables:  1005                                                 |
5.21/5.46	c 6	|  Number of clauses:    106795                                               |
5.25/5.54	c 6	|  Parsing time:         0.07         s                                       |
5.25/5.54	c 6	============================[ Search Statistics ]==============================
5.25/5.54	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.25/5.55	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.25/5.55	c 6	===============================================================================
5.25/5.55	c 6	|         0 |     626   102349   658525 |    34116        0    nan |  0.000 % |
5.25/5.59	c 6	|       100 |     626   102349   658525 |    37527      100     19 | 37.712 % |
5.25/5.64	c 6	|       250 |     626   102349   658525 |    41280      250     19 | 37.713 % |
5.25/5.74	c 6	|       475 |     626   102349   658525 |    45408      475     18 | 37.713 % |
5.25/5.85	c 6	|       812 |     626   102349   658525 |    49949      812     18 | 37.713 % |
5.25/6.00	c 6	|      1318 |     626   102349   658525 |    54944     1318     17 | 37.713 % |
5.25/6.32	c 7	|      2078 |     626   102349   658525 |    60439     2078     17 | 37.713 % |
6.37/6.69	c 7	|      3217 |     626   102349   658525 |    66483     3217     17 | 37.713 % |
7.06/7.38	c 8	|      4926 |     626   102349   658525 |    73131     4926     17 | 37.713 % |
7.95/8.28	c 9	|      7488 |     626   102349   658525 |    80444     7488     18 | 37.713 % |
9.63/9.92	c 10	|     11332 |     626   102349   658525 |    88488    11332     19 | 37.713 % |
12.31/12.60	c 13	|     17100 |     626   102349   658525 |    97337    17100     20 | 37.713 % |
12.51/12.87	c 13	===============================================================================
12.51/12.87	c 13	restarts              : 12
12.51/12.87	c 13	conflicts             : 17659          (2410 /sec)
12.51/12.87	c 13	decisions             : 20541          (0.92 % random) (2803 /sec)
12.51/12.87	c 13	propagations          : 1698786        (231793 /sec)
12.51/12.87	c 13	conflict literals     : 359804         (38.85 % deleted)
12.51/12.87	c 13	Memory used           : 9.92 MB
12.51/12.87	c 13	CPU time              : 7.32888 s
12.51/12.87	c 13	
12.51/12.87	c 13	SATISFIABLE
12.51/12.88	c 13	FOUND: _COST <= 5
12.51/12.88	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.51/12.88	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.60/12.95	c 13	Decoding HOME/temp.out
12.60/12.98	c 13	OBJECTIVE _COST 5
12.60/12.98	o 5
12.60/12.98	v 2 13 7 4 1 4 9 19 19 9 4 10 15 19 19 4 10 19 5 4
12.60/12.99	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.60/13.04	c 13	OBJECTIVE BOUND: 0 <= _COST <= 5
12.60/13.04	c 13	SEARCHING: _COST <= 2
12.60/13.04	c 13	SOLVING HOME/temp.cnf
12.60/13.04	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.60/13.04	c 13	This is MiniSat 2.0 beta
12.60/13.04	c 13	WARNING: for repeatability, setting FPU to use double precision
12.60/13.04	c 13	============================[ Problem Statistics ]=============================
12.60/13.04	c 13	|                                                                             |
12.60/13.05	c 13	|  Number of variables:  1005                                                 |
12.60/13.05	c 13	|  Number of clauses:    106795                                               |
12.76/13.13	c 13	|  Parsing time:         0.06         s                                       |
12.76/13.13	c 13	============================[ Search Statistics ]==============================
12.76/13.13	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.76/13.13	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.76/13.13	c 13	===============================================================================
12.76/13.13	c 13	|         0 |     551   101757   656971 |    33919        0    nan |  0.000 % |
12.76/13.19	c 13	|       100 |     551   101757   656971 |    37310      100     20 | 45.174 % |
12.86/13.28	c 13	|       250 |     551   101757   656971 |    41041      250     20 | 45.175 % |
13.06/13.40	c 14	|       475 |     551   101757   656971 |    45146      475     21 | 45.175 % |
13.25/13.62	c 14	|       812 |     551   101757   656971 |    49660      812     23 | 45.176 % |
13.45/13.85	c 14	|      1318 |     551   101757   656971 |    54626     1318     23 | 45.176 % |
13.85/14.28	c 14	|      2078 |     551   101757   656971 |    60089     2078     24 | 45.176 % |
14.44/14.81	c 15	|      3217 |     551   101757   656971 |    66098     3217     25 | 45.176 % |
15.13/15.56	c 16	|      4926 |     551   101757   656971 |    72708     4926     26 | 45.180 % |
16.13/16.59	c 17	|      7491 |     551   101757   656971 |    79979     7491     25 | 45.176 % |
18.11/18.50	c 19	|     11337 |     551   101757   656971 |    87977    11337     25 | 45.176 % |
21.27/21.77	c 22	|     17104 |     551   101757   656971 |    96774    17104     26 | 45.176 % |
26.33/26.80	c 27	|     25754 |     551   101757   656971 |   106452    25754     27 | 45.176 % |
35.34/35.99	c 36	|     38728 |     551   101757   656971 |   117097    38728     28 | 45.176 % |
40.78/41.48	c 42	===============================================================================
40.78/41.48	c 42	restarts              : 14
40.78/41.48	c 42	conflicts             : 45142          (1605 /sec)
40.78/41.48	c 42	decisions             : 53562          (1.03 % random) (1904 /sec)
40.78/41.48	c 42	propagations          : 2876893        (102287 /sec)
40.78/41.48	c 42	conflict literals     : 1231244        (27.14 % deleted)
40.78/41.48	c 42	Memory used           : 14.52 MB
40.78/41.48	c 42	CPU time              : 28.1257 s
40.78/41.48	c 42	
40.78/41.48	c 42	SATISFIABLE
40.78/41.48	c 42	FOUND: _COST <= 2
40.78/41.48	c 42	DECODING HOME/temp.out WITH HOME/temp.map
40.78/41.48	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.88/41.56	c 42	Decoding HOME/temp.out
40.88/41.60	c 42	OBJECTIVE _COST 2
40.88/41.60	o 2
40.88/41.60	v 3 12 5 7 17 15 5 19 19 3 0 19 3 19 16 12 9 2 5 14
40.88/41.61	c 42	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
40.88/41.64	c 42	OBJECTIVE BOUND: 0 <= _COST <= 2
40.88/41.64	c 42	SEARCHING: _COST <= 1
40.88/41.64	c 42	SOLVING HOME/temp.cnf
40.88/41.64	c 42	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.88/41.65	c 42	This is MiniSat 2.0 beta
40.88/41.65	c 42	WARNING: for repeatability, setting FPU to use double precision
40.88/41.65	c 42	============================[ Problem Statistics ]=============================
40.88/41.65	c 42	|                                                                             |
40.88/41.65	c 42	|  Number of variables:  1005                                                 |
40.88/41.65	c 42	|  Number of clauses:    106795                                               |
41.05/41.73	c 42	|  Parsing time:         0.07         s                                       |
41.05/41.74	c 42	============================[ Search Statistics ]==============================
41.05/41.74	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.05/41.74	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.05/41.74	c 42	===============================================================================
41.05/41.74	c 42	|         0 |     494   101453   656229 |    33817        0    nan |  0.000 % |
41.05/41.79	c 42	|       100 |     494   101453   656229 |    37199      100     23 | 50.846 % |
41.15/41.86	c 42	|       252 |     494   101453   656229 |    40919      252     21 | 50.848 % |
41.24/41.98	c 42	|       478 |     494   101453   656229 |    45011      478     20 | 50.848 % |
41.44/42.15	c 42	|       818 |     494   101453   656229 |    49512      818     21 | 50.848 % |
41.64/42.37	c 43	|      1324 |     494   101453   656229 |    54463     1324     20 | 50.848 % |
41.94/42.65	c 43	|      2083 |     494   101453   656229 |    59910     2083     20 | 50.847 % |
42.33/43.07	c 43	|      3223 |     494   101453   656229 |    65901     3223     21 | 50.848 % |
43.03/43.73	c 44	|      4932 |     494   101453   656229 |    72491     4932     21 | 50.848 % |
43.92/44.65	c 45	|      7498 |     494   101453   656229 |    79740     7498     21 | 50.848 % |
45.20/45.97	c 46	|     11342 |     494   101453   656229 |    87714    11342     22 | 50.848 % |
47.78/48.56	c 49	|     17108 |     494   101453   656229 |    96485    17108     23 | 50.848 % |
51.84/52.64	c 53	|     25757 |     494   101453   656229 |   106134    25757     24 | 50.848 % |
60.16/61.00	c 61	|     38732 |     494   101453   656229 |   116747    38732     24 | 50.848 % |
74.92/75.94	c 76	|     58194 |     494   101453   656229 |   128422    58194     25 | 50.848 % |
101.87/103.19	c 103	|     87386 |     494   101453   656229 |   141264    87386     26 | 50.848 % |
146.15/147.82	c 148	===============================================================================
146.15/147.82	c 148	restarts              : 16
146.15/147.82	c 148	conflicts             : 125085         (1190 /sec)
146.15/147.82	c 148	decisions             : 143865         (1.32 % random) (1369 /sec)
146.15/147.82	c 148	propagations          : 6101277        (58053 /sec)
146.15/147.82	c 148	conflict literals     : 3334734        (25.07 % deleted)
146.15/147.82	c 148	Memory used           : 26.02 MB
146.15/147.82	c 148	CPU time              : 105.098 s
146.15/147.82	c 148	
146.15/147.82	c 148	SATISFIABLE
146.15/147.82	c 148	FOUND: _COST <= 1
146.15/147.82	c 148	DECODING HOME/temp.out WITH HOME/temp.map
146.15/147.82	c 148	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
146.19/147.91	c 148	Decoding HOME/temp.out
146.19/147.94	c 148	OBJECTIVE _COST 1
146.19/147.94	o 1
146.19/147.94	v 2 2 5 19 16 6 4 9 10 9 1 15 8 19 14 19 14 6 10 0
146.19/147.94	c 148	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
146.19/147.99	c 148	OBJECTIVE BOUND: 0 <= _COST <= 1
146.19/147.99	c 148	SEARCHING: _COST <= 0
146.19/147.99	c 148	SOLVING HOME/temp.cnf
146.19/147.99	c 148	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
146.19/148.00	c 148	This is MiniSat 2.0 beta
146.19/148.00	c 148	WARNING: for repeatability, setting FPU to use double precision
146.32/148.00	c 148	============================[ Problem Statistics ]=============================
146.32/148.00	c 148	|                                                                             |
146.32/148.00	c 148	|  Number of variables:  1005                                                 |
146.32/148.00	c 148	|  Number of clauses:    106795                                               |
146.32/148.08	c 148	|  Parsing time:         0.07         s                                       |
146.32/148.08	c 148	============================[ Search Statistics ]==============================
146.32/148.08	c 148	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
146.32/148.08	c 148	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
146.32/148.08	c 148	===============================================================================
146.32/148.08	c 148	|         0 |     380   101228   655667 |    33742        0    nan |  0.000 % |
146.32/148.14	c 148	|       101 |     380   101228   655667 |    37116      101     13 | 62.189 % |
146.32/148.24	c 148	|       251 |     380   101228   655667 |    40828      251     13 | 62.191 % |
146.32/148.33	c 149	|       476 |     380   101228   655667 |    44911      476     12 | 62.191 % |
146.71/148.45	c 149	|       815 |     380   101228   655667 |    49402      815     11 | 62.191 % |
146.91/148.64	c 149	|      1321 |     380   101228   655667 |    54342     1321     11 | 62.191 % |
147.20/148.91	c 149	|      2080 |     380   101228   655667 |    59777     2080     10 | 62.191 % |
147.60/149.36	c 150	|      3219 |     380   101228   655667 |    65754     3219     11 | 62.191 % |
148.29/150.04	c 150	|      4928 |     380   101228   655667 |    72330     4928     11 | 62.191 % |
149.48/151.22	c 151	|      7490 |     380   101228   655667 |    79563     7490     11 | 62.192 % |
150.97/152.79	c 153	|     11335 |     380   101228   655667 |    87519    11335     12 | 62.190 % |
153.54/155.37	c 156	|     17101 |     380   101228   655667 |    96271    17101     13 | 62.191 % |
158.09/159.97	c 160	|     25750 |     380   101228   655667 |   105898    25750     13 | 62.191 % |
165.82/167.72	c 168	|     38724 |     378    99393   644774 |   116488    11563     13 | 62.388 % |
174.64/176.63	c 177	|     58186 |     377    98607   640341 |   128137    18611     13 | 62.488 % |
191.98/194.11	c 194	|     87379 |     377    98607   640341 |   140951    47804     14 | 62.488 % |
223.09/225.51	c 226	|    131168 |     375    96366   625881 |   155046    73261     15 | 62.687 % |
298.38/301.59	c 302	|    196852 |     375    96366   625881 |   170551   138945     16 | 62.687 % |
335.72/339.27	c 339	===============================================================================
335.72/339.27	c 339	restarts              : 18
335.72/339.27	c 339	conflicts             : 230223         (1215 /sec)
335.72/339.27	c 339	decisions             : 263839         (1.65 % random) (1393 /sec)
335.72/339.27	c 339	propagations          : 11454724       (60467 /sec)
335.72/339.27	c 339	conflict literals     : 3423337        (32.21 % deleted)
335.72/339.27	c 339	Memory used           : 23.15 MB
335.72/339.27	c 339	CPU time              : 189.438 s
335.72/339.27	c 339	
335.72/339.27	c 339	UNSATISFIABLE
335.72/339.28	c 339	NOT FOUND: _COST <= 0
335.72/339.28	c 339	OBJECTIVE _COST 1
335.72/339.28	s OPTIMUM FOUND
335.72/339.28	c 339	CPU 335.28 (0.03 0.02 335.25 0.52)
335.72/339.28	c 339	END Sat Jul 12 13:26:08 2008

Verifier Data (download as text)

OK	1	56
1 unsatisfied constraints, 56 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-1112068-1215861629/watcher-1112068-1215861629 -o /tmp/evaluation-result-1112068-1215861629/solver-1112068-1215861629 -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-1112068-1215861629.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 18382
/proc/meminfo: memFree=1840824/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=12272 CPUtime=0
/proc/18382/stat : 18382 (sugar) R 18380 18382 18345 0 -1 4194304 372 0 0 0 0 0 0 0 18 0 1 0 42864999 12566528 340 996147200 4194304 4206940 548682068592 18446744073709551615 225631871815 0 0 4224 0 0 0 0 17 0 0 0
/proc/18382/statm: 3068 341 255 3 0 168 0

[startup+0.0229549 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18382
/proc/meminfo: memFree=1840824/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=12676 CPUtime=0.01
/proc/18382/stat : 18382 (sugar) R 18380 18382 18345 0 -1 4194304 551 0 0 0 1 0 0 0 18 0 1 0 42864999 12980224 519 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 0 0 0 0 17 0 0 0
/proc/18382/statm: 3169 519 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101966 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18382
/proc/meminfo: memFree=1840824/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=0.03
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 42864999 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18382/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30198 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18382
/proc/meminfo: memFree=1840824/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=0.03
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 42864999 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18382/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702019 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18382
/proc/meminfo: memFree=1840824/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=0.03
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 42864999 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18382/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50209 s]
/proc/loadavg: 1.92 1.98 1.99 5/92 18404
/proc/meminfo: memFree=1834064/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=0.86
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 974 6998 0 1 2 1 78 5 16 0 1 0 42864999 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 797 370 3 0 500 0
[pid=18395] ppid=18382 vsize=5356 CPUtime=0
/proc/18395/stat : 18395 (sh) S 18382 18382 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42865094 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18395/statm: 1339 233 193 169 0 50 0
[pid=18396] ppid=18395 vsize=864040 CPUtime=0.53
/proc/18396/stat : 18396 (java) S 18395 18382 18345 0 -1 0 4768 0 1 0 50 3 0 0 18 0 9 0 42865095 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18396/statm: 216010 4202 1811 9 0 210592 0
[pid=18396/tid=18397] ppid=18395 vsize=864040 CPUtime=0.41
/proc/18396/task/18397/stat : 18397 (java) R 18395 18382 18345 0 -1 64 2448 0 1 0 40 1 0 0 20 0 9 0 42865095 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18398] ppid=18395 vsize=864040 CPUtime=0.05
/proc/18396/task/18398/stat : 18398 (java) R 18395 18382 18345 0 -1 64 1323 0 0 0 5 0 0 0 16 0 9 0 42865097 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18399] ppid=18395 vsize=864040 CPUtime=0
/proc/18396/task/18399/stat : 18399 (java) S 18395 18382 18345 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 42865097 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18400] ppid=18395 vsize=864040 CPUtime=0
/proc/18396/task/18400/stat : 18400 (java) S 18395 18382 18345 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 42865097 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18401] ppid=18395 vsize=864040 CPUtime=0
/proc/18396/task/18401/stat : 18401 (java) S 18395 18382 18345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42865099 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18402] ppid=18395 vsize=864040 CPUtime=0.03
/proc/18396/task/18402/stat : 18402 (java) S 18395 18382 18345 0 -1 64 306 0 0 0 3 0 0 0 19 0 9 0 42865099 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18403] ppid=18395 vsize=864040 CPUtime=0
/proc/18396/task/18403/stat : 18403 (java) S 18395 18382 18345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42865099 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18404] ppid=18395 vsize=864040 CPUtime=0
/proc/18396/task/18404/stat : 18404 (java) S 18395 18382 18345 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42865099 884776960 4202 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882996

[startup+3.10223 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 18404
/proc/meminfo: memFree=1815632/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=0.86
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 974 6998 0 1 2 1 78 5 15 0 1 0 42864999 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 797 370 3 0 500 0
[pid=18395] ppid=18382 vsize=5356 CPUtime=0
/proc/18395/stat : 18395 (sh) S 18382 18382 18345 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42865094 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18395/statm: 1339 233 193 169 0 50 0
[pid=18396] ppid=18395 vsize=864304 CPUtime=2.12
/proc/18396/stat : 18396 (java) S 18395 18382 18345 0 -1 0 14336 0 1 0 204 8 0 0 18 0 9 0 42865095 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18396/statm: 216076 13585 2540 9 0 210651 0
[pid=18396/tid=18397] ppid=18395 vsize=864304 CPUtime=1.19
/proc/18396/task/18397/stat : 18397 (java) R 18395 18382 18345 0 -1 64 2915 0 1 0 117 2 0 0 20 0 9 0 42865095 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18398] ppid=18395 vsize=864304 CPUtime=0.84
/proc/18396/task/18398/stat : 18398 (java) R 18395 18382 18345 0 -1 64 10411 0 0 0 80 4 0 0 17 0 9 0 42865097 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18399] ppid=18395 vsize=864304 CPUtime=0
/proc/18396/task/18399/stat : 18399 (java) S 18395 18382 18345 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42865097 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18400] ppid=18395 vsize=864304 CPUtime=0
/proc/18396/task/18400/stat : 18400 (java) S 18395 18382 18345 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 42865097 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18401] ppid=18395 vsize=864304 CPUtime=0
/proc/18396/task/18401/stat : 18401 (java) S 18395 18382 18345 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 42865099 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18402] ppid=18395 vsize=864304 CPUtime=0.05
/proc/18396/task/18402/stat : 18402 (java) S 18395 18382 18345 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 42865099 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18403] ppid=18395 vsize=864304 CPUtime=0
/proc/18396/task/18403/stat : 18403 (java) S 18395 18382 18345 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 42865099 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18396/tid=18404] ppid=18395 vsize=864304 CPUtime=0
/proc/18396/task/18404/stat : 18404 (java) S 18395 18382 18345 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 42865099 885047296 13585 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883260

[startup+6.30151 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 18428
/proc/meminfo: memFree=1828880/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=5.25
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1290 33953 0 4 3 1 495 26 15 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 13600

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18430
/proc/meminfo: memFree=1824336/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=5.25
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1290 33953 0 4 3 1 495 26 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18429] ppid=18382 vsize=5356 CPUtime=0
/proc/18429/stat : 18429 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42865545 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18429/statm: 1339 232 193 169 0 50 0
[pid=18430] ppid=18429 vsize=10156 CPUtime=7.16
/proc/18430/stat : 18430 (minisat) R 18429 18382 18345 0 -1 4194304 2424 0 0 0 715 1 0 0 25 0 1 0 42865546 10399744 2410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18430/statm: 2539 2410 75 150 0 2386 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 29112

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18442
/proc/meminfo: memFree=1822800/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=12.72
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1404 40383 0 5 3 1 1238 30 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18441] ppid=18382 vsize=5356 CPUtime=0
/proc/18441/stat : 18441 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42866304 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18441/statm: 1339 232 193 169 0 50 0
[pid=18442] ppid=18441 vsize=11684 CPUtime=12.33
/proc/18442/stat : 18442 (minisat) R 18441 18382 18345 0 -1 4194304 2807 0 0 0 1231 2 0 0 25 0 1 0 42866304 11964416 2793 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18442/statm: 2921 2793 75 150 0 2768 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 30640

[startup+51.1014 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 18454
/proc/meminfo: memFree=1823440/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=41.01
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1518 47967 0 6 3 1 4061 36 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18453] ppid=18382 vsize=5356 CPUtime=0
/proc/18453/stat : 18453 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42869164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18453/statm: 1339 232 193 169 0 50 0
[pid=18454] ppid=18453 vsize=11256 CPUtime=9.34
/proc/18454/stat : 18454 (minisat) R 18453 18382 18345 0 -1 4194304 2692 0 0 0 932 2 0 0 25 0 1 0 42869164 11526144 2678 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/18454/statm: 2814 2678 75 150 0 2661 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 30212

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 18454
/proc/meminfo: memFree=1814288/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=41.01
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1518 47967 0 6 3 1 4061 36 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18453] ppid=18382 vsize=5356 CPUtime=0
/proc/18453/stat : 18453 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42869164 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18453/statm: 1339 232 193 169 0 50 0
[pid=18454] ppid=18453 vsize=20440 CPUtime=60.07
/proc/18454/stat : 18454 (minisat) R 18453 18382 18345 0 -1 4194304 4961 0 0 0 6002 5 0 0 25 0 1 0 42869164 20930560 4947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18454/statm: 5110 4947 75 150 0 4957 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 39396

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 18466
/proc/meminfo: memFree=1823504/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=10824 CPUtime=14.15
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 2596 0 0 0 1414 1 0 0 25 0 1 0 42879799 11083776 2582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 2706 2582 75 150 0 2553 0
Current children cumulated CPU time (s) 160.47
Current children cumulated vsize (KiB) 29780

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1819472/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=15052 CPUtime=73.59
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 3608 0 0 0 7357 2 0 0 25 0 1 0 42879799 15413248 3594 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 3763 3594 75 150 0 3610 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 34008

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1814160/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=20352 CPUtime=133.03
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 4959 0 0 0 13300 3 0 0 25 0 1 0 42879799 20840448 4945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5088 4945 75 150 0 4935 0
Current children cumulated CPU time (s) 279.35
Current children cumulated vsize (KiB) 39308

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

[startup+307.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1812048/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=22764 CPUtime=157.6
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5469 0 0 0 15756 4 0 0 25 0 1 0 42879799 23310336 5455 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5691 5455 75 150 0 5538 0
Current children cumulated CPU time (s) 303.92
Current children cumulated vsize (KiB) 41720

[startup+319.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1811344/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23440 CPUtime=170.28
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5652 0 0 0 17024 4 0 0 25 0 1 0 42879799 24002560 5638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5860 5638 75 150 0 5707 0
Current children cumulated CPU time (s) 316.6
Current children cumulated vsize (KiB) 42396

[startup+332.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1811088/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23572 CPUtime=182.96
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5707 0 0 0 18292 4 0 0 25 0 1 0 42879799 24137728 5693 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5893 5693 75 150 0 5740 0
Current children cumulated CPU time (s) 329.28
Current children cumulated vsize (KiB) 42528

[startup+335.902 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1811088/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23704 CPUtime=186.13
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5712 0 0 0 18609 4 0 0 25 0 1 0 42879799 24272896 5698 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5926 5698 75 150 0 5773 0
Current children cumulated CPU time (s) 332.45
Current children cumulated vsize (KiB) 42660

[startup+337.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1811024/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23704 CPUtime=187.72
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5720 0 0 0 18768 4 0 0 25 0 1 0 42879799 24272896 5706 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5926 5706 75 150 0 5773 0
Current children cumulated CPU time (s) 334.04
Current children cumulated vsize (KiB) 42660

[startup+338.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1811024/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23704 CPUtime=188.51
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5723 0 0 0 18847 4 0 0 25 0 1 0 42879799 24272896 5709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5926 5709 75 150 0 5773 0
Current children cumulated CPU time (s) 334.83
Current children cumulated vsize (KiB) 42660

[startup+338.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1810960/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23704 CPUtime=188.91
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5728 0 0 0 18887 4 0 0 25 0 1 0 42879799 24272896 5714 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5926 5714 75 150 0 5773 0
Current children cumulated CPU time (s) 335.23
Current children cumulated vsize (KiB) 42660

[startup+339.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1810960/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23704 CPUtime=189.3
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5728 0 0 0 18926 4 0 0 25 0 1 0 42879799 24272896 5714 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5926 5714 75 150 0 5773 0
Current children cumulated CPU time (s) 335.62
Current children cumulated vsize (KiB) 42660

[startup+339.202 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 18466
/proc/meminfo: memFree=1810960/2055920 swapFree=4177576/4192956
[pid=18382] ppid=18380 vsize=13600 CPUtime=146.32
/proc/18382/stat : 18382 (sugar) S 18380 18382 18345 0 -1 4194304 1632 58447 0 7 3 2 14581 46 16 0 1 0 42864999 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18382/statm: 3400 804 374 3 0 500 0
[pid=18465] ppid=18382 vsize=5356 CPUtime=0
/proc/18465/stat : 18465 (sh) S 18382 18382 18345 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42879799 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18465/statm: 1339 232 193 169 0 50 0
[pid=18466] ppid=18465 vsize=23704 CPUtime=189.4
/proc/18466/stat : 18466 (minisat) R 18465 18382 18345 0 -1 4194304 5728 0 0 0 18936 4 0 0 25 0 1 0 42879799 24272896 5714 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18466/statm: 5926 5714 75 150 0 5773 0
Current children cumulated CPU time (s) 335.72
Current children cumulated vsize (KiB) 42660

Child status: 0
Real time (s): 339.286
CPU time (s): 335.835
CPU user time (s): 335.288
CPU system time (s): 0.546916
CPU usage (%): 98.9827
Max. virtual memory (cumulated for all children) (KiB): 883372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 335.288
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66172
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= 3276
involuntary context switches= 16640

runsolver used 0.494924 second user time and 1.07184 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-12 13:20:29
IDJOB=1112068
IDBENCH=61358
IDSOLVER=368
FILE ID=node31/1112068-1215861629
PBS_JOBID= 7903517
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-45_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112068-1215861629/watcher-1112068-1215861629 -o /tmp/evaluation-result-1112068-1215861629/solver-1112068-1215861629 -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-1112068-1215861629.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e796ae923cb124c016369356469dc7e4
RANDOM SEED=1879770287

node31.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.236
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.236
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:       1841304 kB
Buffers:         55228 kB
Cached:          92304 kB
SwapCached:       8392 kB
Active:          95892 kB
Inactive:        73956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841304 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:            2704 kB
Writeback:           0 kB
Mapped:          37772 kB
Slab:            29788 kB
Committed_AS:   236708 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node31 at 2008-07-12 13:26:09