Trace number 1117644

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 209.247 211.63

General information on the benchmark

Namemaxcsp/randomMaxCSP/completeLoose/
normalized-vcsp-25-10-100-18-1_ext.xml
MD5SUM6f6903b46e724f9d5fe0067a36a46002
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark141.108
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Mon Jul 14 21:51:02 2008
0.00/0.04	c 0	PID 25780
0.03/0.05	c 0	HOST node52.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1117644-1216065062.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1117644-1216065062.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	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.58/0.71	c 1	Parsing HOME/temp.csp
0.58/0.88	c 1	parsed 626 expressions
0.58/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.89	c 1	MAX CSP: 300 constraints
0.58/0.89	c 1	Converting to clausal form CSP
0.58/0.92	c 1	converted 93 (10%) expressions
0.58/0.92	c 1	converted 186 (20%) expressions
0.58/0.92	c 1	converted 279 (30%) expressions
0.58/0.94	c 1	converted 372 (40%) expressions
0.58/0.95	c 1	converted 465 (50%) expressions
0.58/0.96	c 1	converted 558 (60%) expressions
0.58/0.97	c 1	converted 651 (70%) expressions
0.58/0.97	c 1	converted 744 (80%) expressions
0.58/0.99	c 1	converted 837 (90%) expressions
1.03/1.15	c 1	converted 929 (100%) expressions
1.03/1.15	c 1	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 451
1.03/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.15	c 1	Propagation in CSP
1.03/1.18	c 1	296 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.18	c 1	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.03/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.19	c 1	CSP : 625 integers, 0 booleans, 899 clauses, largest domain size 301
1.03/1.19	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.23	c 1	63 (10%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.13/1.23	c 1	125 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.13/1.23	c 1	188 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.13/1.24	c 1	250 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.13/1.24	c 1	313 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
1.13/1.24	c 1	375 (60%) CSP integer variables are encoded (693 clauses, 7608 bytes)
1.13/1.25	c 1	438 (70%) CSP integer variables are encoded (3016 clauses, 37807 bytes)
1.13/1.25	c 1	500 (80%) CSP integer variables are encoded (3623 clauses, 45698 bytes)
1.13/1.25	c 1	563 (90%) CSP integer variables are encoded (3979 clauses, 50326 bytes)
1.13/1.25	c 1	625 (100%) CSP integer variables are encoded (4493 clauses, 57008 bytes)
1.13/1.30	c 1	90 (10%) CSP clauses are encoded (5724 clauses, 81653 bytes)
1.23/1.31	c 1	180 (20%) CSP clauses are encoded (6931 clauses, 106740 bytes)
1.23/1.32	c 1	270 (30%) CSP clauses are encoded (8153 clauses, 134023 bytes)
1.23/1.34	c 1	360 (40%) CSP clauses are encoded (9273 clauses, 153480 bytes)
1.33/1.44	c 1	450 (50%) CSP clauses are encoded (58441 clauses, 1026288 bytes)
1.33/1.45	c 1	540 (60%) CSP clauses are encoded (60339 clauses, 1058707 bytes)
1.44/1.53	c 2	630 (70%) CSP clauses are encoded (105199 clauses, 1881415 bytes)
1.44/1.54	c 2	720 (80%) CSP clauses are encoded (107351 clauses, 1918305 bytes)
1.44/1.55	c 2	810 (90%) CSP clauses are encoded (112187 clauses, 2004255 bytes)
1.44/1.59	c 2	899 (100%) CSP clauses are encoded (129673 clauses, 2321163 bytes)
1.44/1.59	c 2	899 CSP clauses encoded
1.44/1.59	c 2	Writing map file : HOME/temp.map
1.44/1.60	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.60	c 2	SAT : 5118 SAT variables, 129673 SAT clauses, 2321163 bytes
1.44/1.60	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.62	c 2	OBJECTIVE minimize _COST
1.53/1.62	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.53/1.62	c 2	SEARCHING: _COST <= 150
1.53/1.62	c 2	SOLVING HOME/temp.cnf
1.53/1.62	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.53/1.63	c 2	This is MiniSat 2.0 beta
1.53/1.63	c 2	WARNING: for repeatability, setting FPU to use double precision
1.53/1.63	c 2	============================[ Problem Statistics ]=============================
1.53/1.63	c 2	|                                                                             |
1.53/1.63	c 2	|  Number of variables:  5118                                                 |
1.53/1.63	c 2	|  Number of clauses:    129674                                               |
1.53/1.69	c 2	|  Parsing time:         0.05         s                                       |
1.54/1.72	c 2	============================[ Search Statistics ]==============================
1.54/1.72	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.72	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.72	c 2	===============================================================================
1.54/1.72	c 2	|         0 |    3768    84619   250683 |    28206        0    nan |  0.000 % |
1.54/1.72	c 2	===============================================================================
1.54/1.72	c 2	restarts              : 1
1.54/1.72	c 2	conflicts             : 0              (0 /sec)
1.54/1.72	c 2	decisions             : 21             (0.00 % random) (250 /sec)
1.54/1.72	c 2	propagations          : 5118           (60938 /sec)
1.54/1.72	c 2	conflict literals     : 0              ( nan % deleted)
1.54/1.72	c 2	Memory used           : 6.98 MB
1.54/1.72	c 2	CPU time              : 0.083987 s
1.54/1.72	c 2	
1.54/1.73	c 2	SATISFIABLE
1.54/1.73	c 2	FOUND: _COST <= 150
1.54/1.73	s SATISFIABLE
1.54/1.73	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.54/1.73	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.66/1.81	c 2	Decoding HOME/temp.out
1.66/1.88	c 2	OBJECTIVE _COST 150
1.66/1.88	o 150
1.66/1.88	v 4 6 9 9 6 8 4 9 2 5 8 7 9 8 7 6 9 8 8 9 9 9 9 9 9
1.66/1.89	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.66/1.94	c 2	OBJECTIVE BOUND: 0 <= _COST <= 150
1.66/1.94	c 2	SEARCHING: _COST <= 75
1.66/1.94	c 2	SOLVING HOME/temp.cnf
1.66/1.94	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.66/1.94	c 2	This is MiniSat 2.0 beta
1.66/1.94	c 2	WARNING: for repeatability, setting FPU to use double precision
1.66/1.94	c 2	============================[ Problem Statistics ]=============================
1.66/1.94	c 2	|                                                                             |
1.66/1.95	c 2	|  Number of variables:  5118                                                 |
1.66/1.95	c 2	|  Number of clauses:    129674                                               |
1.81/2.01	c 2	|  Parsing time:         0.06         s                                       |
1.81/2.04	c 2	============================[ Search Statistics ]==============================
1.81/2.04	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.81/2.04	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.81/2.04	c 2	===============================================================================
1.81/2.04	c 2	|         0 |    3018    57169   170508 |    19056        0    nan |  0.000 % |
1.81/2.05	c 2	|       100 |    3018    57169   170508 |    20961      100     37 | 41.032 % |
1.81/2.08	c 2	|       250 |    3018    57169   170508 |    23058      250     36 | 41.032 % |
1.81/2.08	c 2	===============================================================================
1.81/2.08	c 2	restarts              : 3
1.81/2.08	c 2	conflicts             : 256            (2048 /sec)
1.81/2.08	c 2	decisions             : 540            (0.93 % random) (4321 /sec)
1.81/2.08	c 2	propagations          : 66608          (532945 /sec)
1.81/2.08	c 2	conflict literals     : 9110           (16.11 % deleted)
1.81/2.08	c 2	Memory used           : 7.11 MB
1.81/2.08	c 2	CPU time              : 0.124981 s
1.81/2.08	c 2	
1.81/2.08	c 2	SATISFIABLE
1.81/2.08	c 2	FOUND: _COST <= 75
1.81/2.08	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.81/2.08	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.95/2.17	c 2	Decoding HOME/temp.out
2.04/2.24	c 2	OBJECTIVE _COST 75
2.04/2.24	o 75
2.04/2.24	v 9 9 9 7 2 8 9 1 9 9 4 8 9 9 4 0 9 8 2 7 9 6 9 9 9
2.04/2.25	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.30	c 2	OBJECTIVE BOUND: 0 <= _COST <= 75
2.09/2.30	c 2	SEARCHING: _COST <= 37
2.09/2.30	c 2	SOLVING HOME/temp.cnf
2.09/2.30	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.09/2.30	c 2	This is MiniSat 2.0 beta
2.09/2.30	c 2	WARNING: for repeatability, setting FPU to use double precision
2.09/2.31	c 2	============================[ Problem Statistics ]=============================
2.09/2.31	c 2	|                                                                             |
2.09/2.31	c 2	|  Number of variables:  5118                                                 |
2.09/2.31	c 2	|  Number of clauses:    129674                                               |
2.09/2.37	c 2	|  Parsing time:         0.06         s                                       |
2.11/2.41	c 2	============================[ Search Statistics ]==============================
2.11/2.41	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/2.41	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/2.41	c 2	===============================================================================
2.11/2.41	c 2	|         0 |    2520    34950   105307 |    11650        0    nan |  0.000 % |
2.11/2.42	c 2	|       103 |    2520    34950   105307 |    12815      103     43 | 50.762 % |
2.11/2.44	c 2	|       254 |    2520    34950   105307 |    14096      254     33 | 50.762 % |
2.11/2.46	c 2	===============================================================================
2.11/2.46	c 2	restarts              : 3
2.11/2.46	c 2	conflicts             : 464            (3268 /sec)
2.11/2.46	c 2	decisions             : 655            (0.76 % random) (4613 /sec)
2.11/2.46	c 2	propagations          : 101110         (712153 /sec)
2.11/2.46	c 2	conflict literals     : 16354          (15.29 % deleted)
2.11/2.46	c 2	Memory used           : 7.11 MB
2.11/2.46	c 2	CPU time              : 0.141978 s
2.11/2.46	c 2	
2.11/2.46	c 2	SATISFIABLE
2.11/2.47	c 2	FOUND: _COST <= 37
2.11/2.47	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.11/2.47	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.26/2.55	c 3	Decoding HOME/temp.out
2.26/2.62	c 3	OBJECTIVE _COST 37
2.26/2.62	o 37
2.26/2.62	v 9 8 9 9 9 1 9 8 7 7 4 3 9 6 8 9 3 9 4 8 9 7 9 9 9
2.26/2.62	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.26/2.68	c 3	OBJECTIVE BOUND: 0 <= _COST <= 37
2.26/2.68	c 3	SEARCHING: _COST <= 18
2.26/2.68	c 3	SOLVING HOME/temp.cnf
2.26/2.68	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.26/2.68	c 3	This is MiniSat 2.0 beta
2.26/2.68	c 3	WARNING: for repeatability, setting FPU to use double precision
2.26/2.68	c 3	============================[ Problem Statistics ]=============================
2.26/2.68	c 3	|                                                                             |
2.26/2.68	c 3	|  Number of variables:  5118                                                 |
2.26/2.68	c 3	|  Number of clauses:    129674                                               |
2.42/2.75	c 3	|  Parsing time:         0.06         s                                       |
2.42/2.79	c 3	============================[ Search Statistics ]==============================
2.42/2.79	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.42/2.79	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.42/2.79	c 3	===============================================================================
2.42/2.79	c 3	|         0 |    2128    21432    65910 |     7144        0    nan |  0.000 % |
2.42/2.80	c 3	|       100 |    2128    21432    65910 |     7858      100     40 | 58.421 % |
2.42/2.82	c 3	|       251 |    2128    21432    65910 |     8644      251     29 | 58.421 % |
2.42/2.83	c 3	===============================================================================
2.42/2.83	c 3	restarts              : 3
2.42/2.83	c 3	conflicts             : 365            (2665 /sec)
2.42/2.83	c 3	decisions             : 491            (0.61 % random) (3584 /sec)
2.42/2.83	c 3	propagations          : 96710          (706021 /sec)
2.42/2.83	c 3	conflict literals     : 10743          (17.41 % deleted)
2.42/2.83	c 3	Memory used           : 7.11 MB
2.42/2.83	c 3	CPU time              : 0.136979 s
2.42/2.83	c 3	
2.42/2.83	c 3	SATISFIABLE
2.42/2.83	c 3	FOUND: _COST <= 18
2.42/2.83	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.42/2.83	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.57/2.94	c 3	Decoding HOME/temp.out
2.57/3.05	c 3	OBJECTIVE _COST 18
2.57/3.05	o 18
2.57/3.05	v 9 9 4 9 1 8 4 9 9 7 4 5 9 8 4 6 9 8 2 7 9 6 7 9 9
2.57/3.05	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.57/3.08	c 3	OBJECTIVE BOUND: 0 <= _COST <= 18
2.57/3.08	c 3	SEARCHING: _COST <= 9
2.57/3.08	c 3	SOLVING HOME/temp.cnf
2.57/3.08	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.57/3.08	c 3	This is MiniSat 2.0 beta
2.57/3.08	c 3	WARNING: for repeatability, setting FPU to use double precision
2.57/3.08	c 3	============================[ Problem Statistics ]=============================
2.57/3.08	c 3	|                                                                             |
2.57/3.08	c 3	|  Number of variables:  5118                                                 |
2.57/3.08	c 3	|  Number of clauses:    129674                                               |
2.76/3.15	c 3	|  Parsing time:         0.06         s                                       |
2.76/3.18	c 3	============================[ Search Statistics ]==============================
2.76/3.18	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.76/3.18	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.76/3.18	c 3	===============================================================================
2.76/3.18	c 3	|         0 |    1801    14214    45228 |     4738        0    nan |  0.000 % |
2.76/3.20	c 3	|       102 |    1801    14214    45228 |     5211      102     40 | 64.810 % |
2.86/3.22	c 3	|       253 |    1801    14214    45228 |     5732      253     27 | 64.811 % |
2.86/3.24	c 3	|       478 |    1801    14214    45228 |     6306      478     24 | 64.811 % |
2.86/3.28	c 3	|       816 |    1801    14214    45228 |     6936      816     20 | 64.811 % |
2.96/3.33	c 3	|      1322 |    1801    14214    45228 |     7630     1322     21 | 64.811 % |
3.06/3.42	c 3	|      2081 |    1801    14214    45228 |     8393     2081     20 | 64.811 % |
3.16/3.55	c 4	|      3220 |    1801    14214    45228 |     9233     3220     22 | 64.811 % |
3.37/3.79	c 4	|      4928 |    1801    14214    45228 |    10156     4928     22 | 64.810 % |
3.76/4.14	c 4	|      7490 |    1801    14214    45228 |    11171     7490     22 | 64.811 % |
4.26/4.69	c 5	|     11335 |    1801    14214    45228 |    12289    11335     23 | 64.811 % |
5.24/5.67	c 6	|     17101 |    1801    14214    45228 |    13518     9059     23 | 64.811 % |
6.83/7.27	c 7	|     25750 |    1801    14214    45228 |    14869     8964     19 | 64.811 % |
9.41/9.85	c 10	|     38725 |    1801    14214    45228 |    16356    12629     20 | 64.811 % |
13.66/14.17	c 14	|     58186 |    1801    14214    45228 |    17992    11854     21 | 64.811 % |
19.90/20.48	c 20	|     87380 |    1801    14214    45228 |    19791    19133     21 | 64.811 % |
27.43/28.04	c 28	===============================================================================
27.43/28.04	c 28	restarts              : 16
27.43/28.04	c 28	conflicts             : 120205         (4866 /sec)
27.43/28.04	c 28	decisions             : 134154         (0.81 % random) (5430 /sec)
27.43/28.04	c 28	propagations          : 37928525       (1535304 /sec)
27.43/28.04	c 28	conflict literals     : 2671267        (30.55 % deleted)
27.43/28.04	c 28	Memory used           : 8.18 MB
27.43/28.04	c 28	CPU time              : 24.7042 s
27.43/28.04	c 28	
27.43/28.04	c 28	SATISFIABLE
27.43/28.04	c 28	FOUND: _COST <= 9
27.43/28.04	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.43/28.04	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.49/28.12	c 28	Decoding HOME/temp.out
27.49/28.19	c 28	OBJECTIVE _COST 9
27.49/28.19	o 9
27.49/28.20	v 9 6 9 9 7 6 4 5 9 3 3 3 9 8 9 9 8 5 5 4 9 6 9 0 9
27.49/28.20	c 28	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.49/28.25	c 28	OBJECTIVE BOUND: 0 <= _COST <= 9
27.49/28.25	c 28	SEARCHING: _COST <= 4
27.49/28.25	c 28	SOLVING HOME/temp.cnf
27.49/28.25	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.49/28.26	c 28	This is MiniSat 2.0 beta
27.49/28.26	c 28	WARNING: for repeatability, setting FPU to use double precision
27.49/28.26	c 28	============================[ Problem Statistics ]=============================
27.49/28.26	c 28	|                                                                             |
27.49/28.26	c 28	|  Number of variables:  5118                                                 |
27.49/28.26	c 28	|  Number of clauses:    129674                                               |
27.66/28.33	c 28	|  Parsing time:         0.06         s                                       |
27.66/28.36	c 28	============================[ Search Statistics ]==============================
27.66/28.36	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.66/28.36	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.66/28.36	c 28	===============================================================================
27.66/28.36	c 28	|         0 |    1427     9449    32050 |     3149        0    nan |  0.000 % |
27.66/28.38	c 28	|       100 |    1427     9449    32050 |     3464      100     40 | 72.118 % |
27.66/28.39	c 28	|       252 |    1427     9449    32050 |     3811      252     26 | 72.118 % |
27.66/28.42	c 28	|       477 |    1427     9449    32050 |     4192      477     21 | 72.118 % |
27.66/28.45	c 28	|       815 |    1427     9449    32050 |     4611      815     19 | 72.118 % |
27.89/28.51	c 29	|      1321 |    1427     9449    32050 |     5072     1321     19 | 72.118 % |
27.89/28.60	c 29	|      2082 |    1427     9449    32050 |     5579     2082     20 | 72.118 % |
28.08/28.74	c 29	|      3221 |    1427     9449    32050 |     6137     3221     19 | 72.118 % |
28.28/28.96	c 29	|      4930 |    1427     9449    32050 |     6751     4930     19 | 72.118 % |
28.58/29.28	c 29	|      7494 |    1427     9449    32050 |     7426     7494     19 | 72.118 % |
29.17/29.84	c 30	|     11338 |    1427     9449    32050 |     8169    11338     20 | 72.119 % |
30.07/30.80	c 31	|     17104 |    1427     9449    32050 |     8986    10995     22 | 72.118 % |
31.45/32.16	c 32	|     25754 |    1427     9449    32050 |     9885     6620     21 | 72.118 % |
33.53/34.23	c 34	|     38730 |    1427     9449    32050 |    10873    12740     22 | 72.118 % |
36.70/37.49	c 38	|     58191 |    1427     9449    32050 |    11960     9602     24 | 72.118 % |
41.95/42.73	c 43	|     87383 |    1427     9449    32050 |    13156    14678     21 | 72.118 % |
49.97/50.88	c 51	|    131172 |    1427     9449    32050 |    14472    15285     21 | 72.118 % |
62.75/63.75	c 64	|    196857 |    1427     9449    32050 |    15919    15976     23 | 72.118 % |
71.17/72.20	c 72	===============================================================================
71.17/72.20	c 72	restarts              : 18
71.17/72.20	c 72	conflicts             : 238373         (5478 /sec)
71.17/72.20	c 72	decisions             : 263576         (0.87 % random) (6057 /sec)
71.17/72.20	c 72	propagations          : 70847124       (1628019 /sec)
71.17/72.20	c 72	conflict literals     : 5455567        (27.75 % deleted)
71.17/72.20	c 72	Memory used           : 8.17 MB
71.17/72.20	c 72	CPU time              : 43.5174 s
71.17/72.20	c 72	
71.17/72.20	c 72	SATISFIABLE
71.17/72.20	c 72	FOUND: _COST <= 4
71.17/72.20	c 72	DECODING HOME/temp.out WITH HOME/temp.map
71.17/72.20	c 72	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
71.17/72.29	c 72	Decoding HOME/temp.out
71.19/72.37	c 72	OBJECTIVE _COST 4
71.19/72.37	o 4
71.19/72.37	v 5 4 5 9 6 6 4 9 3 5 3 7 7 8 9 6 8 5 5 1 9 6 2 0 3
71.19/72.37	c 72	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
71.19/72.42	c 72	OBJECTIVE BOUND: 0 <= _COST <= 4
71.19/72.42	c 72	SEARCHING: _COST <= 2
71.19/72.42	c 72	SOLVING HOME/temp.cnf
71.19/72.42	c 72	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
71.19/72.43	c 72	This is MiniSat 2.0 beta
71.19/72.43	c 72	WARNING: for repeatability, setting FPU to use double precision
71.19/72.43	c 72	============================[ Problem Statistics ]=============================
71.19/72.43	c 72	|                                                                             |
71.19/72.43	c 72	|  Number of variables:  5118                                                 |
71.19/72.43	c 72	|  Number of clauses:    129674                                               |
71.40/72.51	c 73	|  Parsing time:         0.06         s                                       |
71.40/72.54	c 73	============================[ Search Statistics ]==============================
71.40/72.54	c 73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.40/72.54	c 73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.40/72.54	c 73	===============================================================================
71.40/72.54	c 73	|         0 |    1125     7112    25943 |     2370        0    nan |  0.000 % |
71.40/72.55	c 73	|       101 |    1125     7112    25943 |     2607      101     46 | 78.019 % |
71.40/72.57	c 73	|       251 |    1125     7112    25943 |     2868      251     36 | 78.019 % |
71.40/72.59	c 73	|       476 |    1125     7112    25943 |     3155      476     29 | 78.019 % |
71.50/72.62	c 73	|       813 |    1125     7112    25943 |     3470      813     25 | 78.019 % |
71.50/72.67	c 73	|      1319 |    1125     7112    25943 |     3817     1319     24 | 78.019 % |
71.60/72.73	c 73	|      2078 |    1125     7112    25943 |     4199     2078     33 | 78.019 % |
71.70/72.85	c 73	|      3217 |    1125     7112    25943 |     4619     3217     30 | 78.019 % |
71.90/73.05	c 73	|      4925 |    1125     7112    25943 |     5081     4925     28 | 78.019 % |
72.19/73.39	c 73	|      7488 |    1125     7112    25943 |     5589     7488     25 | 78.019 % |
72.69/73.90	c 74	|     11332 |    1125     7112    25943 |     6148     6495     21 | 78.019 % |
73.38/74.57	c 75	|     17098 |    1125     7112    25943 |     6763     6857     30 | 78.019 % |
74.67/75.81	c 76	|     25747 |    1125     7112    25943 |     7440    10085     21 | 78.019 % |
76.45/77.63	c 78	|     38721 |    1125     7112    25943 |     8184    11537     27 | 78.019 % |
79.23/80.44	c 80	|     58184 |    1125     7112    25943 |     9002    12089     21 | 78.019 % |
83.68/84.93	c 85	|     87377 |    1125     7112    25943 |     9902     8294     26 | 78.019 % |
86.16/87.49	c 88	===============================================================================
86.16/87.49	c 88	restarts              : 16
86.16/87.49	c 88	conflicts             : 103547         (6945 /sec)
86.16/87.49	c 88	decisions             : 115902         (0.89 % random) (7774 /sec)
86.16/87.49	c 88	propagations          : 28276672       (1896652 /sec)
86.16/87.49	c 88	conflict literals     : 2531930        (24.23 % deleted)
86.16/87.49	c 88	Memory used           : 7.38 MB
86.16/87.49	c 88	CPU time              : 14.9087 s
86.16/87.49	c 88	
86.16/87.49	c 88	SATISFIABLE
86.27/87.50	c 88	FOUND: _COST <= 2
86.27/87.50	c 88	DECODING HOME/temp.out WITH HOME/temp.map
86.27/87.50	c 88	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
86.27/87.58	c 88	Decoding HOME/temp.out
86.27/87.66	c 88	OBJECTIVE _COST 2
86.27/87.66	o 2
86.27/87.66	v 7 8 7 6 9 2 0 1 6 6 0 9 3 2 2 7 8 3 8 6 7 4 8 2 8
86.27/87.68	c 88	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
86.27/87.71	c 88	OBJECTIVE BOUND: 0 <= _COST <= 2
86.27/87.71	c 88	SEARCHING: _COST <= 1
86.27/87.71	c 88	SOLVING HOME/temp.cnf
86.27/87.71	c 88	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
86.27/87.71	c 88	This is MiniSat 2.0 beta
86.27/87.71	c 88	WARNING: for repeatability, setting FPU to use double precision
86.27/87.71	c 88	============================[ Problem Statistics ]=============================
86.27/87.71	c 88	|                                                                             |
86.27/87.71	c 88	|  Number of variables:  5118                                                 |
86.27/87.71	c 88	|  Number of clauses:    129674                                               |
86.27/87.78	c 88	|  Parsing time:         0.07         s                                       |
86.46/87.82	c 88	============================[ Search Statistics ]==============================
86.46/87.82	c 88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
86.46/87.82	c 88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
86.46/87.82	c 88	===============================================================================
86.46/87.82	c 88	|         0 |     825     5491    21979 |     1830        0    nan |  0.000 % |
86.46/87.83	c 88	|       100 |     825     5491    21979 |     2013      100     38 | 83.880 % |
86.46/87.84	c 88	|       252 |     825     5491    21979 |     2214      252     26 | 83.880 % |
86.46/87.86	c 88	|       477 |     825     5491    21979 |     2436      477     23 | 83.880 % |
86.46/87.89	c 88	|       814 |     825     5491    21979 |     2679      814     22 | 83.880 % |
86.63/87.94	c 88	|      1320 |     825     5491    21979 |     2947     1320     23 | 83.880 % |
86.63/88.00	c 88	|      2079 |     825     5491    21979 |     3242     2079     31 | 83.883 % |
86.83/88.13	c 88	|      3218 |     825     5491    21979 |     3566     3218     29 | 83.880 % |
87.03/88.31	c 88	|      4926 |     825     5491    21979 |     3923     4926     27 | 83.880 % |
87.32/88.60	c 89	|      7490 |     825     5491    21979 |     4315     7490     26 | 83.880 % |
87.72/89.03	c 89	|     11334 |     825     5491    21979 |     4747     6990     23 | 83.880 % |
88.41/89.74	c 90	|     17101 |     825     5491    21979 |     5222     8122     22 | 83.880 % |
89.40/90.78	c 91	|     25750 |     825     5491    21979 |     5744     7143     21 | 83.880 % |
91.09/92.43	c 92	|     38724 |     825     5491    21979 |     6318     9757     45 | 83.880 % |
93.67/95.07	c 95	|     58185 |     825     5491    21979 |     6950     7879     19 | 83.880 % |
97.53/98.95	c 99	|     87380 |     825     5491    21979 |     7645     8655     18 | 83.880 % |
102.98/104.48	c 104	|    131169 |     824     5489    21974 |     8410     8523     55 | 83.900 % |
111.79/113.31	c 113	|    196854 |     823     5452    21836 |     9251    12371     26 | 83.920 % |
125.17/126.84	c 127	|    295380 |     822     5429    21750 |    10176     7092     32 | 83.939 % |
146.17/148.02	c 148	|    443169 |     819     5326    21306 |    11194     6323     29 | 83.998 % |
177.77/179.91	c 180	|    664855 |     813     5113    20387 |    12313     8048     22 | 84.115 % |
209.17/211.62	c 212	===============================================================================
209.17/211.62	c 212	restarts              : 21
209.17/211.62	c 212	conflicts             : 883749         (7201 /sec)
209.17/211.62	c 212	decisions             : 1000933        (1.03 % random) (8155 /sec)
209.17/211.62	c 212	propagations          : 194542899      (1585099 /sec)
209.17/211.62	c 212	conflict literals     : 24349273       (19.20 % deleted)
209.17/211.62	c 212	Memory used           : 9.30 MB
209.17/211.62	c 212	CPU time              : 122.732 s
209.17/211.62	c 212	
209.17/211.62	c 212	UNSATISFIABLE
209.17/211.63	c 212	NOT FOUND: _COST <= 1
209.17/211.63	c 212	OBJECTIVE _COST 2
209.17/211.63	s OPTIMUM FOUND
209.17/211.63	c 212	CPU 208.81 (0.04 0.02 208.77 0.39)
209.17/211.63	c 212	END Mon Jul 14 21:54:34 2008

Verifier Data (download as text)

OK	2	298
2 unsatisfied constraints, 298 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-1117644-1216065062/watcher-1117644-1216065062 -o /tmp/evaluation-result-1117644-1216065062/solver-1117644-1216065062 -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-1117644-1216065062.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.99 1.99 4/81 25780
/proc/meminfo: memFree=1777288/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=12268 CPUtime=0
/proc/25780/stat : 25780 (sugar) R 25778 25780 24616 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 63205064 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 273653922405 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25780/statm: 3067 316 241 3 0 167 0

[startup+0.0495611 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 25780
/proc/meminfo: memFree=1777288/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13600 CPUtime=0.03
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 63205064 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101813 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 25780
/proc/meminfo: memFree=1777288/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13600 CPUtime=0.03
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63205064 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301821 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 25780
/proc/meminfo: memFree=1777288/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13600 CPUtime=0.03
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63205064 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701853 s]
/proc/loadavg: 1.92 1.99 1.99 4/81 25780
/proc/meminfo: memFree=1777288/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13600 CPUtime=0.58
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 957 4632 0 1 3 0 52 3 16 0 1 0 63205064 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.92 1.99 1.99 4/92 25802
/proc/meminfo: memFree=1767600/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13600 CPUtime=0.59
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 974 4632 0 1 3 1 52 3 15 0 1 0 63205064 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3400 797 370 3 0 500 0
[pid=25793] ppid=25780 vsize=5356 CPUtime=0
/proc/25793/stat : 25793 (sh) S 25780 25780 24616 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 63205127 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25793/statm: 1339 233 193 169 0 50 0
[pid=25794] ppid=25793 vsize=868352 CPUtime=0.85
/proc/25794/stat : 25794 (java) S 25793 25780 24616 0 -1 0 6690 0 1 0 80 5 0 0 18 0 9 0 63205128 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25794/statm: 217088 5860 2564 9 0 211635 0
[pid=25794/tid=25795] ppid=25793 vsize=868352 CPUtime=0.52
/proc/25794/task/25795/stat : 25795 (java) R 25793 25780 24616 0 -1 64 2760 0 1 0 50 2 0 0 19 0 9 0 63205128 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25796] ppid=25793 vsize=868352 CPUtime=0.06
/proc/25794/task/25796/stat : 25796 (java) S 25793 25780 24616 0 -1 64 1741 0 0 0 6 0 0 0 16 0 9 0 63205129 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25797] ppid=25793 vsize=868352 CPUtime=0
/proc/25794/task/25797/stat : 25797 (java) S 25793 25780 24616 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 63205130 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25798] ppid=25793 vsize=868352 CPUtime=0
/proc/25794/task/25798/stat : 25798 (java) S 25793 25780 24616 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63205130 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25799] ppid=25793 vsize=868352 CPUtime=0
/proc/25794/task/25799/stat : 25799 (java) S 25793 25780 24616 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 63205132 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25800] ppid=25793 vsize=868352 CPUtime=0.23
/proc/25794/task/25800/stat : 25800 (java) S 25793 25780 24616 0 -1 64 1496 0 0 0 22 1 0 0 16 0 9 0 63205132 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25801] ppid=25793 vsize=868352 CPUtime=0
/proc/25794/task/25801/stat : 25801 (java) S 25793 25780 24616 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 63205132 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25794/tid=25802] ppid=25793 vsize=868352 CPUtime=0
/proc/25794/task/25802/stat : 25802 (java) S 25793 25780 24616 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63205132 889192448 5860 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887308

[startup+3.10202 s]
/proc/loadavg: 1.92 1.99 1.99 3/85 25819
/proc/meminfo: memFree=1771240/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=2.76
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1529 34805 0 6 4 1 246 25 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 13728

[startup+6.30124 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 25852
/proc/meminfo: memFree=1765680/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=2.76
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1529 34805 0 6 4 1 246 25 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25851] ppid=25780 vsize=5356 CPUtime=0
/proc/25851/stat : 25851 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63205372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25851/statm: 1339 232 193 169 0 50 0
[pid=25852] ppid=25851 vsize=7280 CPUtime=3.18
/proc/25852/stat : 25852 (minisat) R 25851 25780 24616 0 -1 4194304 1735 0 0 0 317 1 0 0 25 0 1 0 63205372 7454720 1721 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/25852/statm: 1820 1721 75 150 0 1667 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 26364

[startup+12.7027 s]
/proc/loadavg: 1.86 1.97 1.99 3/84 25852
/proc/meminfo: memFree=1765488/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=2.76
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1529 34805 0 6 4 1 246 25 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25851] ppid=25780 vsize=5356 CPUtime=0
/proc/25851/stat : 25851 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63205372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25851/statm: 1339 232 193 169 0 50 0
[pid=25852] ppid=25851 vsize=7552 CPUtime=9.52
/proc/25852/stat : 25852 (minisat) R 25851 25780 24616 0 -1 4194304 1770 0 0 0 951 1 0 0 25 0 1 0 63205372 7733248 1756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25852/statm: 1888 1756 75 150 0 1735 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 26636

[startup+25.5015 s]
/proc/loadavg: 1.89 1.97 1.99 3/84 25852
/proc/meminfo: memFree=1765104/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=2.76
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1529 34805 0 6 4 1 246 25 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25851] ppid=25780 vsize=5356 CPUtime=0
/proc/25851/stat : 25851 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63205372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25851/statm: 1339 232 193 169 0 50 0
[pid=25852] ppid=25851 vsize=8104 CPUtime=22.2
/proc/25852/stat : 25852 (minisat) R 25851 25780 24616 0 -1 4194304 1909 0 0 0 2219 1 0 0 25 0 1 0 63205372 8298496 1895 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25852/statm: 2026 1895 75 150 0 1873 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 27188

[startup+51.1013 s]
/proc/loadavg: 1.93 1.97 1.99 3/84 25864
/proc/meminfo: memFree=1765552/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=27.66
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1644 40874 0 7 4 2 2730 30 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25863] ppid=25780 vsize=5356 CPUtime=0
/proc/25863/stat : 25863 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63207890 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25863/statm: 1339 232 193 169 0 50 0
[pid=25864] ppid=25863 vsize=7684 CPUtime=22.61
/proc/25864/stat : 25864 (minisat) R 25863 25780 24616 0 -1 4194304 1812 0 0 0 2261 0 0 0 25 0 1 0 63207890 7868416 1798 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 1 0 0
/proc/25864/statm: 1921 1798 75 150 0 1768 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 26768

[startup+102.307 s]
/proc/loadavg: 2.10 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1765296/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=7672 CPUtime=14.44
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 1824 0 0 0 1444 0 0 0 25 0 1 0 63213836 7856128 1810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 1918 1810 75 150 0 1765 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 26756

[startup+162.302 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=73.87
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2277 0 0 0 7386 1 0 0 25 0 1 0 63213836 9748480 2263 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2263 75 150 0 2227 0
Current children cumulated CPU time (s) 160.33
Current children cumulated vsize (KiB) 28604

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

[startup+179.102 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=90.52
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2277 0 0 0 9051 1 0 0 25 0 1 0 63213836 9748480 2263 996147200 134512640 135127466 4294956256 18446744073709551615 134522702 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2263 75 150 0 2227 0
Current children cumulated CPU time (s) 176.98
Current children cumulated vsize (KiB) 28604

[startup+191.903 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=103.2
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2278 0 0 0 10319 1 0 0 25 0 1 0 63213836 9748480 2264 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2264 75 150 0 2227 0
Current children cumulated CPU time (s) 189.66
Current children cumulated vsize (KiB) 28604

[startup+204.702 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=115.88
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 11587 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134528065 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 202.34
Current children cumulated vsize (KiB) 28604

[startup+207.907 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=119.05
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 11904 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 205.51
Current children cumulated vsize (KiB) 28604

[startup+209.503 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=120.63
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 12062 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134531089 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 207.09
Current children cumulated vsize (KiB) 28604

[startup+210.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=121.43
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 12142 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (KiB) 28604

[startup+211.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=122.22
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 12221 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 208.68
Current children cumulated vsize (KiB) 28604

[startup+211.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=122.61
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 12260 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 209.07
Current children cumulated vsize (KiB) 28604

[startup+211.601 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 25888
/proc/meminfo: memFree=1763568/2055920 swapFree=4192812/4192956
[pid=25780] ppid=25778 vsize=13728 CPUtime=86.46
/proc/25780/stat : 25780 (sugar) S 25778 25780 24616 0 -1 4194304 1874 52772 0 9 4 2 8603 37 16 0 1 0 63205064 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25780/statm: 3432 811 374 3 0 532 0
[pid=25887] ppid=25780 vsize=5356 CPUtime=0
/proc/25887/stat : 25887 (sh) S 25780 25780 24616 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63213835 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25887/statm: 1339 232 193 169 0 50 0
[pid=25888] ppid=25887 vsize=9520 CPUtime=122.71
/proc/25888/stat : 25888 (minisat) R 25887 25780 24616 0 -1 4194304 2279 0 0 0 12270 1 0 0 25 0 1 0 63213836 9748480 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/25888/statm: 2380 2265 75 150 0 2227 0
Current children cumulated CPU time (s) 209.17
Current children cumulated vsize (KiB) 28604

Child status: 0
Real time (s): 211.63
CPU time (s): 209.247
CPU user time (s): 208.82
CPU system time (s): 0.426935
CPU usage (%): 98.874
Max. virtual memory (cumulated for all children) (KiB): 887308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.82
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57290
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3721
involuntary context switches= 11861

runsolver used 0.226965 second user time and 0.764883 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-14 21:51:02
IDJOB=1117644
IDBENCH=62145
IDSOLVER=368
FILE ID=node52/1117644-1216065062
PBS_JOBID= 7904971
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/completeLoose/normalized-vcsp-25-10-100-18-1_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-1117644-1216065062/watcher-1117644-1216065062 -o /tmp/evaluation-result-1117644-1216065062/solver-1117644-1216065062 -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-1117644-1216065062.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f6903b46e724f9d5fe0067a36a46002
RANDOM SEED=1779095045

node52.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:       1777832 kB
Buffers:         58880 kB
Cached:         138660 kB
SwapCached:          0 kB
Active:         156240 kB
Inactive:        67688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          46500 kB
Slab:            39156 kB
Committed_AS:   279968 kB
PageTables:       2040 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= 66552 MiB
End job on node52 at 2008-07-14 21:54:34