Trace number 1116500

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 257.926 260.548

General information on the benchmark

Namemaxcsp/randomMaxCSP/sparseLoose/
normalized-vcsp-80-10-6-60-8_ext.xml
MD5SUM562cdbfd3eceeb05905dc19e990d69c0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark153.115
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints190
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension190
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Mon Jul 14 17:46:25 2008
0.00/0.05	c 0	PID 20754
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1116500-1216050385.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1116500-1216050385.xml' 'HOME/temp.csp'
0.04/0.56	c 0	1 domains, 80 variables, 0 predicates, 190 relations, 190 constraints
0.04/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.66	c 0	Parsing HOME/temp.csp
0.54/0.82	c 1	parsed 461 expressions
0.54/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.83	c 1	MAX CSP: 190 constraints
0.54/0.83	c 1	Converting to clausal form CSP
0.54/0.85	c 1	converted 66 (10%) expressions
0.54/0.86	c 1	converted 131 (20%) expressions
0.54/0.86	c 1	converted 197 (30%) expressions
0.54/0.86	c 1	converted 262 (40%) expressions
0.54/0.88	c 1	converted 327 (50%) expressions
0.54/0.90	c 1	converted 393 (60%) expressions
0.54/0.90	c 1	converted 458 (70%) expressions
0.54/0.91	c 1	converted 524 (80%) expressions
0.54/0.92	c 1	converted 589 (90%) expressions
0.94/1.06	c 1	converted 654 (100%) expressions
0.94/1.06	c 1	CSP : 460 integers, 0 booleans, 569 clauses, largest domain size 286
0.94/1.06	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.07	c 1	Propagation in CSP
0.94/1.09	c 1	184 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.09	c 1	CSP : 460 integers, 0 booleans, 569 clauses, largest domain size 191
0.94/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.09	c 1	CSP : 460 integers, 0 booleans, 569 clauses, largest domain size 191
0.94/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.14	c 1	46 (10%) CSP integer variables are encoded (368 clauses, 3920 bytes)
1.04/1.14	c 1	92 (20%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.04/1.14	c 1	138 (30%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.04/1.14	c 1	184 (40%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.04/1.14	c 1	230 (50%) CSP integer variables are encoded (640 clauses, 6912 bytes)
1.04/1.15	c 1	276 (60%) CSP integer variables are encoded (840 clauses, 9335 bytes)
1.04/1.15	c 1	322 (70%) CSP integer variables are encoded (1060 clauses, 12195 bytes)
1.04/1.15	c 1	368 (80%) CSP integer variables are encoded (2516 clauses, 31123 bytes)
1.04/1.15	c 1	414 (90%) CSP integer variables are encoded (2739 clauses, 34022 bytes)
1.04/1.15	c 1	460 (100%) CSP integer variables are encoded (3051 clauses, 38078 bytes)
1.04/1.20	c 1	57 (10%) CSP clauses are encoded (4470 clauses, 66342 bytes)
1.12/1.22	c 1	114 (20%) CSP clauses are encoded (5914 clauses, 97777 bytes)
1.12/1.23	c 1	171 (30%) CSP clauses are encoded (7335 clauses, 128732 bytes)
1.12/1.24	c 1	228 (40%) CSP clauses are encoded (8089 clauses, 143356 bytes)
1.12/1.25	c 1	285 (50%) CSP clauses are encoded (10588 clauses, 187200 bytes)
1.12/1.25	c 1	342 (60%) CSP clauses are encoded (11429 clauses, 201195 bytes)
1.22/1.33	c 1	399 (70%) CSP clauses are encoded (47552 clauses, 852205 bytes)
1.22/1.33	c 1	456 (80%) CSP clauses are encoded (48471 clauses, 867555 bytes)
1.22/1.33	c 1	513 (90%) CSP clauses are encoded (50552 clauses, 903998 bytes)
1.22/1.35	c 1	569 (100%) CSP clauses are encoded (57732 clauses, 1032894 bytes)
1.22/1.35	c 1	569 CSP clauses encoded
1.22/1.35	c 1	Writing map file : HOME/temp.map
1.22/1.36	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.36	c 1	SAT : 3511 SAT variables, 57732 SAT clauses, 1032894 bytes
1.22/1.36	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.37	c 1	OBJECTIVE minimize _COST
1.22/1.37	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.22/1.37	c 1	SEARCHING: _COST <= 95
1.22/1.37	c 1	SOLVING HOME/temp.cnf
1.22/1.37	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.22/1.38	c 1	This is MiniSat 2.0 beta
1.22/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.22/1.38	c 1	============================[ Problem Statistics ]=============================
1.22/1.38	c 1	|                                                                             |
1.22/1.38	c 1	|  Number of variables:  3511                                                 |
1.22/1.38	c 1	|  Number of clauses:    57733                                                |
1.30/1.41	c 1	|  Parsing time:         0.03         s                                       |
1.30/1.42	c 1	============================[ Search Statistics ]==============================
1.30/1.42	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.30/1.42	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.30/1.42	c 1	===============================================================================
1.30/1.42	c 1	|         0 |    2751    39080   117508 |    13026        0    nan |  0.000 % |
1.30/1.42	c 1	===============================================================================
1.30/1.42	c 1	restarts              : 1
1.30/1.42	c 1	conflicts             : 7              (184 /sec)
1.30/1.42	c 1	decisions             : 161            (1.24 % random) (4238 /sec)
1.30/1.42	c 1	propagations          : 4250           (111860 /sec)
1.30/1.42	c 1	conflict literals     : 42             (2.33 % deleted)
1.30/1.42	c 1	Memory used           : 4.24 MB
1.30/1.42	c 1	CPU time              : 0.037994 s
1.30/1.42	c 1	
1.30/1.42	c 1	SATISFIABLE
1.30/1.42	c 1	FOUND: _COST <= 95
1.30/1.42	s SATISFIABLE
1.30/1.42	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.30/1.42	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.35/1.50	c 1	Decoding HOME/temp.out
1.35/1.56	c 1	OBJECTIVE _COST 95
1.35/1.56	o 95
1.35/1.57	v 8 7 1 7 3 9 4 2 6 4 2 8 9 8 3 9 5 8 5 9 9 9 5 7 8 8 8 8 9 7 9 1 5 9 9 4 5 9 9 9 2 7 8 7 8 9 9 9 8 1 9 9 9 6 8 9 8 9 9 8 9 8 8 9 6 9 8 9 9 9 9 9 9 9 9 9 9 6 9 9
1.35/1.57	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.58	c 1	OBJECTIVE BOUND: 0 <= _COST <= 95
1.35/1.58	c 1	SEARCHING: _COST <= 47
1.35/1.58	c 1	SOLVING HOME/temp.cnf
1.35/1.58	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.35/1.59	c 1	This is MiniSat 2.0 beta
1.35/1.59	c 1	WARNING: for repeatability, setting FPU to use double precision
1.35/1.59	c 1	============================[ Problem Statistics ]=============================
1.35/1.59	c 1	|                                                                             |
1.35/1.59	c 1	|  Number of variables:  3511                                                 |
1.35/1.59	c 1	|  Number of clauses:    57733                                                |
1.51/1.62	c 1	|  Parsing time:         0.03         s                                       |
1.51/1.63	c 1	============================[ Search Statistics ]==============================
1.51/1.63	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.63	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.63	c 1	===============================================================================
1.51/1.63	c 1	|         0 |    2317    27484    83974 |     9161        0    nan |  0.000 % |
1.51/1.63	c 1	===============================================================================
1.51/1.63	c 1	restarts              : 1
1.51/1.63	c 1	conflicts             : 44             (1023 /sec)
1.51/1.63	c 1	decisions             : 273            (0.73 % random) (6350 /sec)
1.51/1.63	c 1	propagations          : 6313           (146838 /sec)
1.51/1.63	c 1	conflict literals     : 443            (8.09 % deleted)
1.51/1.63	c 1	Memory used           : 4.24 MB
1.51/1.63	c 1	CPU time              : 0.042993 s
1.51/1.63	c 1	
1.51/1.63	c 1	SATISFIABLE
1.51/1.64	c 1	FOUND: _COST <= 47
1.51/1.64	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.51/1.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.56/1.72	c 1	Decoding HOME/temp.out
1.56/1.78	c 2	OBJECTIVE _COST 47
1.56/1.78	o 47
1.56/1.78	v 5 2 4 8 3 8 6 6 3 4 0 8 7 4 8 8 5 5 1 9 9 1 3 1 7 8 7 5 9 5 4 1 6 5 9 5 6 9 9 9 7 4 8 7 1 9 1 8 8 8 9 5 8 1 8 7 0 1 3 8 9 7 7 6 9 4 9 9 9 8 0 4 8 4 8 9 9 6 9 9
1.56/1.78	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.56/1.80	c 2	OBJECTIVE BOUND: 0 <= _COST <= 47
1.56/1.80	c 2	SEARCHING: _COST <= 23
1.56/1.80	c 2	SOLVING HOME/temp.cnf
1.56/1.80	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.70/1.80	c 2	This is MiniSat 2.0 beta
1.70/1.80	c 2	WARNING: for repeatability, setting FPU to use double precision
1.70/1.80	c 2	============================[ Problem Statistics ]=============================
1.70/1.80	c 2	|                                                                             |
1.70/1.80	c 2	|  Number of variables:  3511                                                 |
1.70/1.80	c 2	|  Number of clauses:    57733                                                |
1.70/1.83	c 2	|  Parsing time:         0.03         s                                       |
1.70/1.84	c 2	============================[ Search Statistics ]==============================
1.70/1.84	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.70/1.84	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.70/1.84	c 2	===============================================================================
1.70/1.84	c 2	|         0 |    2023    18290    57250 |     6096        0    nan |  0.000 % |
1.70/1.85	c 2	|       101 |    2023    18290    57250 |     6706      101     19 | 42.381 % |
1.70/1.86	c 2	|       251 |    2023    18290    57250 |     7376      251     22 | 42.381 % |
1.70/1.87	c 2	|       476 |    2023    18290    57250 |     8114      476     25 | 42.381 % |
1.70/1.91	c 2	|       814 |    2023    18290    57250 |     8926      814     28 | 42.381 % |
1.70/1.91	c 2	===============================================================================
1.70/1.91	c 2	restarts              : 5
1.70/1.91	c 2	conflicts             : 894            (8129 /sec)
1.70/1.91	c 2	decisions             : 1627           (0.80 % random) (14793 /sec)
1.70/1.91	c 2	propagations          : 160835         (1462362 /sec)
1.70/1.91	c 2	conflict literals     : 24608          (18.99 % deleted)
1.70/1.91	c 2	Memory used           : 4.24 MB
1.70/1.91	c 2	CPU time              : 0.109983 s
1.70/1.91	c 2	
1.70/1.91	c 2	SATISFIABLE
1.70/1.92	c 2	FOUND: _COST <= 23
1.70/1.92	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.70/1.92	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.70/1.99	c 2	Decoding HOME/temp.out
1.82/2.06	c 2	OBJECTIVE _COST 23
1.82/2.06	o 23
1.82/2.07	v 8 4 0 9 9 5 1 9 3 0 2 8 8 7 4 2 7 5 7 8 8 9 5 3 9 9 6 0 9 0 9 8 4 7 0 9 9 5 6 9 9 4 3 4 9 4 9 3 7 9 8 9 8 7 6 9 6 6 3 6 4 4 8 6 9 9 8 2 8 9 9 0 9 7 8 7 4 8 8 3
1.82/2.07	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.12	c 2	OBJECTIVE BOUND: 0 <= _COST <= 23
1.99/2.12	c 2	SEARCHING: _COST <= 11
1.99/2.12	c 2	SOLVING HOME/temp.cnf
1.99/2.12	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.99/2.12	c 2	This is MiniSat 2.0 beta
1.99/2.12	c 2	WARNING: for repeatability, setting FPU to use double precision
1.99/2.12	c 2	============================[ Problem Statistics ]=============================
1.99/2.12	c 2	|                                                                             |
1.99/2.13	c 2	|  Number of variables:  3511                                                 |
1.99/2.13	c 2	|  Number of clauses:    57733                                                |
1.99/2.16	c 2	|  Parsing time:         0.03         s                                       |
1.99/2.17	c 2	============================[ Search Statistics ]==============================
1.99/2.17	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.17	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.17	c 2	===============================================================================
1.99/2.17	c 2	|         0 |    1781    12622    40960 |     4207        0    nan |  0.000 % |
1.99/2.17	c 2	|       102 |    1781    12622    40960 |     4628      102     24 | 49.274 % |
1.99/2.18	c 2	|       252 |    1781    12622    40960 |     5090      252     24 | 49.274 % |
1.99/2.20	c 2	|       477 |    1781    12622    40960 |     5599      477     22 | 49.274 % |
2.00/2.23	c 2	|       814 |    1781    12622    40960 |     6159      814     26 | 49.274 % |
2.00/2.27	c 2	|      1320 |    1781    12622    40960 |     6775     1320     25 | 49.274 % |
2.00/2.32	c 2	|      2079 |    1781    12622    40960 |     7453     2079     30 | 49.274 % |
2.00/2.43	c 2	|      3220 |    1781    12622    40960 |     8198     3220     28 | 49.274 % |
2.00/2.49	c 2	===============================================================================
2.00/2.49	c 2	restarts              : 8
2.00/2.49	c 2	conflicts             : 3846           (10626 /sec)
2.00/2.49	c 2	decisions             : 5320           (0.94 % random) (14698 /sec)
2.00/2.49	c 2	propagations          : 669282         (1849131 /sec)
2.00/2.49	c 2	conflict literals     : 116959         (22.05 % deleted)
2.00/2.49	c 2	Memory used           : 4.24 MB
2.00/2.49	c 2	CPU time              : 0.361944 s
2.00/2.49	c 2	
2.00/2.50	c 2	SATISFIABLE
2.37/2.50	c 2	FOUND: _COST <= 11
2.37/2.50	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.37/2.50	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.37/2.58	c 2	Decoding HOME/temp.out
2.37/2.64	c 2	OBJECTIVE _COST 11
2.37/2.64	o 11
2.37/2.64	v 8 0 1 2 3 5 1 2 8 2 2 7 3 7 1 9 5 3 8 9 1 3 5 1 9 9 6 5 9 9 9 8 4 9 9 9 6 5 6 3 6 4 8 7 6 3 2 3 1 1 3 5 6 3 6 7 2 1 9 6 9 4 8 9 9 9 9 9 8 8 8 5 9 7 0 9 2 4 4 9
2.37/2.65	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.37/2.66	c 2	OBJECTIVE BOUND: 0 <= _COST <= 11
2.37/2.66	c 2	SEARCHING: _COST <= 5
2.37/2.66	c 2	SOLVING HOME/temp.cnf
2.37/2.66	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.37/2.66	c 2	This is MiniSat 2.0 beta
2.37/2.66	c 2	WARNING: for repeatability, setting FPU to use double precision
2.37/2.66	c 2	============================[ Problem Statistics ]=============================
2.37/2.66	c 2	|                                                                             |
2.37/2.66	c 2	|  Number of variables:  3511                                                 |
2.37/2.66	c 2	|  Number of clauses:    57733                                                |
2.37/2.69	c 2	|  Parsing time:         0.03         s                                       |
2.52/2.70	c 2	============================[ Search Statistics ]==============================
2.52/2.70	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.52/2.70	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.52/2.70	c 2	===============================================================================
2.52/2.70	c 2	|         0 |    1547     9263    31579 |     3087        0    nan |  0.000 % |
2.52/2.71	c 2	|       100 |    1547     9263    31579 |     3396      100     18 | 55.938 % |
2.52/2.72	c 2	|       250 |    1547     9263    31579 |     3736      250     18 | 55.939 % |
2.52/2.74	c 2	|       475 |    1547     9263    31579 |     4109      475     22 | 55.939 % |
2.52/2.77	c 3	|       812 |    1547     9263    31579 |     4520      812     22 | 55.939 % |
2.52/2.81	c 3	|      1319 |    1547     9263    31579 |     4972     1319     22 | 55.939 % |
2.52/2.88	c 3	|      2078 |    1547     9263    31579 |     5469     2078     22 | 55.939 % |
2.52/2.99	c 3	|      3218 |    1547     9263    31579 |     6016     3218     24 | 55.939 % |
2.52/3.17	c 3	|      4926 |    1547     9263    31579 |     6618     4926     22 | 55.939 % |
3.34/3.51	c 3	|      7488 |    1547     9263    31579 |     7280     7488     27 | 55.939 % |
3.74/4.00	c 4	|     11334 |    1547     9263    31579 |     8008     6593     28 | 55.939 % |
4.52/4.76	c 5	|     17101 |    1547     9263    31579 |     8809     7149     23 | 55.939 % |
5.81/6.01	c 6	|     25751 |    1547     9263    31579 |     9690    10185     24 | 55.939 % |
7.89/8.14	c 8	|     38725 |    1547     9263    31579 |    10659    11161     32 | 55.939 % |
8.98/9.27	c 9	===============================================================================
8.98/9.27	c 9	restarts              : 14
8.98/9.27	c 9	conflicts             : 46512          (7121 /sec)
8.98/9.27	c 9	decisions             : 52802          (1.08 % random) (8084 /sec)
8.98/9.27	c 9	propagations          : 11598058       (1775574 /sec)
8.98/9.27	c 9	conflict literals     : 1272491        (34.13 % deleted)
8.98/9.27	c 9	Memory used           : 5.46 MB
8.98/9.27	c 9	CPU time              : 6.53201 s
8.98/9.27	c 9	
8.98/9.27	c 9	SATISFIABLE
8.98/9.27	c 9	FOUND: _COST <= 5
8.98/9.27	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.98/9.27	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.07/9.35	c 9	Decoding HOME/temp.out
9.07/9.41	c 9	OBJECTIVE _COST 5
9.07/9.41	o 5
9.07/9.42	v 1 9 2 0 0 6 9 2 0 2 5 7 2 8 3 6 1 5 8 9 1 9 9 5 8 0 8 1 9 4 6 9 2 3 0 6 3 5 6 9 9 5 9 7 1 4 5 2 3 7 4 7 6 0 8 8 3 0 6 8 4 9 2 0 2 2 8 3 9 9 5 0 9 9 0 2 3 4 1 3
9.07/9.42	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.07/9.43	c 9	OBJECTIVE BOUND: 0 <= _COST <= 5
9.07/9.43	c 9	SEARCHING: _COST <= 2
9.07/9.43	c 9	SOLVING HOME/temp.cnf
9.07/9.43	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.07/9.43	c 9	This is MiniSat 2.0 beta
9.07/9.43	c 9	WARNING: for repeatability, setting FPU to use double precision
9.07/9.43	c 9	============================[ Problem Statistics ]=============================
9.07/9.43	c 9	|                                                                             |
9.07/9.43	c 9	|  Number of variables:  3511                                                 |
9.07/9.44	c 9	|  Number of clauses:    57733                                                |
9.07/9.47	c 9	|  Parsing time:         0.02         s                                       |
9.07/9.48	c 9	============================[ Search Statistics ]==============================
9.07/9.48	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.07/9.48	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.07/9.48	c 9	===============================================================================
9.07/9.48	c 9	|         0 |    1290     7138    25972 |     2379        0    nan |  0.000 % |
9.07/9.48	c 9	|       102 |    1290     7138    25972 |     2617      102     23 | 63.258 % |
9.07/9.49	c 9	|       252 |    1290     7138    25972 |     2878      252     20 | 63.258 % |
9.22/9.51	c 9	|       477 |    1290     7138    25972 |     3166      477     17 | 63.260 % |
9.22/9.53	c 9	|       814 |    1290     7138    25972 |     3483      814     24 | 63.258 % |
9.22/9.57	c 9	|      1321 |    1290     7138    25972 |     3831     1321     23 | 63.258 % |
9.22/9.63	c 9	|      2080 |    1290     7138    25972 |     4215     2080     22 | 63.258 % |
9.22/9.75	c 9	|      3219 |    1290     7138    25972 |     4636     3219     24 | 63.258 % |
9.67/9.95	c 10	|      4927 |    1290     7138    25972 |     5100     4927     23 | 63.258 % |
9.96/10.28	c 10	|      7489 |    1290     7138    25972 |     5610     3792     22 | 63.258 % |
10.46/10.71	c 10	|     11333 |    1290     7138    25972 |     6171     7636     23 | 63.258 % |
11.15/11.49	c 11	|     17099 |    1290     7138    25972 |     6788     4811     24 | 63.258 % |
12.34/12.67	c 12	|     25748 |    1289     7123    25919 |     7467     8946     24 | 63.287 % |
14.11/14.42	c 14	|     38724 |    1289     7123    25919 |     8214     7199     26 | 63.287 % |
16.70/17.01	c 17	|     58185 |    1282     7101    25865 |     9035    10165     23 | 63.486 % |
17.39/17.75	c 17	===============================================================================
17.39/17.75	c 17	restarts              : 15
17.39/17.75	c 17	conflicts             : 63886          (7777 /sec)
17.39/17.75	c 17	decisions             : 71689          (1.31 % random) (8727 /sec)
17.39/17.75	c 17	propagations          : 14804052       (1802130 /sec)
17.39/17.75	c 17	conflict literals     : 1692931        (32.02 % deleted)
17.39/17.75	c 17	Memory used           : 4.75 MB
17.39/17.75	c 17	CPU time              : 8.21475 s
17.39/17.75	c 17	
17.39/17.75	c 17	UNSATISFIABLE
17.39/17.75	c 17	NOT FOUND: _COST <= 2
17.39/17.75	c 17	OBJECTIVE BOUND: 3 <= _COST <= 5
17.39/17.75	c 17	SEARCHING: _COST <= 4
17.39/17.75	c 17	SOLVING HOME/temp.cnf
17.39/17.75	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.39/17.75	c 17	This is MiniSat 2.0 beta
17.39/17.75	c 17	WARNING: for repeatability, setting FPU to use double precision
17.39/17.75	c 17	============================[ Problem Statistics ]=============================
17.39/17.75	c 17	|                                                                             |
17.39/17.75	c 18	|  Number of variables:  3511                                                 |
17.39/17.75	c 18	|  Number of clauses:    57733                                                |
17.39/17.79	c 18	|  Parsing time:         0.03         s                                       |
17.39/17.80	c 18	============================[ Search Statistics ]==============================
17.44/17.80	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.44/17.80	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.44/17.80	c 18	===============================================================================
17.44/17.80	c 18	|         0 |    1482     8609    29811 |     2869        0    nan |  0.000 % |
17.44/17.80	c 18	|       101 |    1482     8609    29811 |     3156      101     19 | 57.790 % |
17.44/17.81	c 18	|       252 |    1482     8609    29811 |     3472      252     15 | 57.790 % |
17.44/17.83	c 18	|       478 |    1482     8609    29811 |     3819      478     19 | 57.790 % |
17.44/17.86	c 18	|       816 |    1482     8609    29811 |     4201      816     17 | 57.790 % |
17.44/17.90	c 18	|      1322 |    1482     8609    29811 |     4621     1322     18 | 57.790 % |
17.44/17.97	c 18	|      2081 |    1482     8609    29811 |     5083     2081     19 | 57.790 % |
17.44/18.08	c 18	|      3220 |    1482     8609    29811 |     5592     3220     21 | 57.790 % |
17.44/18.27	c 18	|      4928 |    1482     8609    29811 |     6151     4928     23 | 57.790 % |
18.27/18.61	c 18	|      7490 |    1482     8609    29811 |     6766     7490     22 | 57.790 % |
18.66/19.08	c 19	|     11334 |    1482     8609    29811 |     7443     6798     19 | 57.790 % |
19.55/19.91	c 20	|     17101 |    1482     8609    29811 |     8187     7697     21 | 57.790 % |
20.84/21.22	c 21	|     25750 |    1482     8609    29811 |     9006     5856     19 | 57.790 % |
22.63/23.04	c 23	|     38724 |    1482     8609    29811 |     9906     7525     20 | 57.790 % |
25.59/26.05	c 26	|     58185 |    1482     8609    29811 |    10897     8553     31 | 57.790 % |
30.05/30.55	c 30	|     87378 |    1482     8609    29811 |    11987    11337     26 | 57.790 % |
37.48/38.04	c 38	|    131168 |    1482     8609    29811 |    13186    12227     22 | 57.790 % |
48.39/49.03	c 49	|    196852 |    1482     8609    29811 |    14504    15358     33 | 57.790 % |
66.51/67.37	c 67	|    295380 |    1482     8609    29811 |    15955    12317     31 | 57.790 % |
82.66/83.63	c 83	===============================================================================
82.66/83.63	c 83	restarts              : 19
82.66/83.63	c 83	conflicts             : 376851         (5776 /sec)
82.66/83.63	c 83	decisions             : 418550         (1.13 % random) (6416 /sec)
82.66/83.63	c 83	propagations          : 87187716       (1336434 /sec)
82.66/83.63	c 83	conflict literals     : 12165861       (30.78 % deleted)
82.66/83.63	c 83	Memory used           : 8.65 MB
82.66/83.63	c 83	CPU time              : 65.2391 s
82.66/83.63	c 83	
82.66/83.63	c 83	SATISFIABLE
82.66/83.64	c 83	FOUND: _COST <= 4
82.66/83.64	c 83	DECODING HOME/temp.out WITH HOME/temp.map
82.66/83.64	c 83	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
82.70/83.72	c 83	Decoding HOME/temp.out
82.70/83.79	c 84	OBJECTIVE _COST 4
82.70/83.79	o 4
82.70/83.79	v 4 5 1 8 8 9 0 0 7 0 1 4 8 3 2 9 7 3 5 6 3 1 3 2 9 9 8 7 9 3 1 8 4 5 9 4 7 4 5 8 2 3 3 9 6 3 0 9 2 0 9 5 6 0 6 9 0 1 3 5 9 3 3 4 9 5 8 6 8 9 1 6 3 7 0 6 5 3 4 6
82.71/83.80	c 84	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
82.71/83.85	c 84	OBJECTIVE BOUND: 3 <= _COST <= 4
82.71/83.85	c 84	SEARCHING: _COST <= 3
82.71/83.85	c 84	SOLVING HOME/temp.cnf
82.71/83.85	c 84	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
82.71/83.85	c 84	This is MiniSat 2.0 beta
82.71/83.85	c 84	WARNING: for repeatability, setting FPU to use double precision
82.71/83.85	c 84	============================[ Problem Statistics ]=============================
82.71/83.85	c 84	|                                                                             |
82.71/83.85	c 84	|  Number of variables:  3511                                                 |
82.71/83.85	c 84	|  Number of clauses:    57733                                                |
82.71/83.89	c 84	|  Parsing time:         0.03         s                                       |
82.71/83.90	c 84	============================[ Search Statistics ]==============================
82.71/83.90	c 84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.71/83.90	c 84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.71/83.90	c 84	===============================================================================
82.71/83.90	c 84	|         0 |    1417     8014    28220 |     2671        0    nan |  0.000 % |
82.90/83.90	c 84	|       101 |    1417     8014    28220 |     2938      101     18 | 59.641 % |
82.90/83.91	c 84	|       251 |    1417     8014    28220 |     3232      251     23 | 59.642 % |
82.90/83.92	c 84	|       477 |    1417     8014    28220 |     3555      477     24 | 59.642 % |
82.90/83.95	c 84	|       814 |    1417     8014    28220 |     3911      814     22 | 59.641 % |
82.90/83.98	c 84	|      1321 |    1417     8014    28220 |     4302     1321     22 | 59.641 % |
82.90/84.06	c 84	|      2080 |    1417     8014    28220 |     4732     2080     20 | 59.641 % |
82.90/84.16	c 84	|      3219 |    1417     8014    28220 |     5205     3219     19 | 59.641 % |
82.90/84.33	c 84	|      4929 |    1417     8014    28220 |     5726     4929     19 | 59.641 % |
83.64/84.63	c 84	|      7493 |    1417     8014    28220 |     6298     7493     21 | 59.641 % |
84.13/85.14	c 85	|     11338 |    1417     8014    28220 |     6928     7049     23 | 59.642 % |
84.91/85.94	c 86	|     17105 |    1417     8014    28220 |     7621     8152     28 | 59.641 % |
86.10/87.14	c 87	|     25755 |    1417     8014    28220 |     8383     6891     24 | 59.641 % |
87.79/88.86	c 89	|     38729 |    1417     8014    28220 |     9222     8921     31 | 59.641 % |
90.76/91.89	c 92	|     58190 |    1417     8014    28220 |    10144    10970     34 | 59.641 % |
95.72/96.82	c 97	|     87383 |    1417     8014    28220 |    11158     8699     27 | 59.641 % |
102.75/103.92	c 104	|    131173 |    1417     8014    28220 |    12274    12100     28 | 59.641 % |
112.75/114.02	c 114	|    196857 |    1417     8014    28220 |    13502    12085     30 | 59.641 % |
129.70/131.15	c 131	|    295384 |    1417     8014    28220 |    14852    15522     24 | 59.641 % |
155.66/157.40	c 157	|    443173 |    1414     7960    28025 |    16337    12274     23 | 59.727 % |
194.38/196.43	c 196	|    664857 |    1414     7960    28025 |    17971    10263     27 | 59.727 % |
256.40/259.02	c 259	|    997382 |    1408     7845    27530 |    19768    18988     28 | 59.897 % |
257.69/260.32	c 260	===============================================================================
257.69/260.32	c 260	restarts              : 22
257.69/260.32	c 260	conflicts             : 1003769        (5742 /sec)
257.69/260.32	c 260	decisions             : 1098704        (1.20 % random) (6286 /sec)
257.69/260.32	c 260	propagations          : 245854185      (1406501 /sec)
257.69/260.32	c 260	conflict literals     : 29572266       (31.13 % deleted)
257.69/260.32	c 260	Memory used           : 9.18 MB
257.69/260.32	c 260	CPU time              : 174.798 s
257.69/260.32	c 260	
257.69/260.33	c 260	SATISFIABLE
257.69/260.33	c 260	FOUND: _COST <= 3
257.69/260.33	c 260	DECODING HOME/temp.out WITH HOME/temp.map
257.69/260.33	c 260	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
257.73/260.41	c 260	Decoding HOME/temp.out
257.73/260.48	c 260	OBJECTIVE _COST 3
257.73/260.48	o 3
257.73/260.49	v 0 9 2 8 0 9 9 4 3 2 5 8 3 8 3 5 1 5 5 8 8 8 9 3 5 0 8 1 9 0 6 0 8 6 0 6 3 5 1 9 9 5 9 1 3 8 8 4 3 7 9 2 6 0 8 1 3 6 5 1 4 3 2 2 2 2 9 3 9 8 1 0 9 7 7 2 2 4 4 2
257.73/260.49	c 260	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
257.73/260.54	c 260	OBJECTIVE _COST 3
257.73/260.54	s OPTIMUM FOUND
257.73/260.54	c 260	CPU 257.54 (0.05 0.02 257.49 0.36)
257.73/260.54	c 260	END Mon Jul 14 17:50:45 2008

Verifier Data (download as text)

OK	3	187
3 unsatisfied constraints, 187 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-1116500-1216050385/watcher-1116500-1216050385 -o /tmp/evaluation-result-1116500-1216050385/solver-1116500-1216050385 -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-1116500-1216050385.xml 

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


[startup+0 s]
/proc/loadavg: 2.63 2.60 2.61 4/81 20754
/proc/meminfo: memFree=1787784/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=12268 CPUtime=0
/proc/20754/stat : 20754 (sugar) R 20752 20754 20609 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 61739708 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 266143316990 0 0 4224 0 0 0 0 17 1 0 0
/proc/20754/statm: 3067 316 241 3 0 167 0

[startup+0.0573219 s]
/proc/loadavg: 2.63 2.60 2.61 4/81 20754
/proc/meminfo: memFree=1787784/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=0.04
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 61739708 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102856 s]
/proc/loadavg: 2.63 2.60 2.61 4/81 20754
/proc/meminfo: memFree=1787784/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=0.04
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 61739708 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30135 s]
/proc/loadavg: 2.63 2.60 2.61 4/81 20754
/proc/meminfo: memFree=1787784/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=0.04
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 61739708 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701397 s]
/proc/loadavg: 2.63 2.60 2.61 4/81 20754
/proc/meminfo: memFree=1787784/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=0.54
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 974 4592 0 1 3 1 47 3 16 0 1 0 61739708 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50149 s]
/proc/loadavg: 2.63 2.60 2.61 5/92 20776
/proc/meminfo: memFree=1777136/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=1.35
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1107 12858 0 2 3 1 123 8 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 13600

[startup+3.10166 s]
/proc/loadavg: 2.63 2.60 2.61 2/92 20812
/proc/meminfo: memFree=1779120/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=2.52
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1522 31787 0 6 4 1 226 21 15 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 13600

[startup+6.30202 s]
/proc/loadavg: 2.58 2.59 2.60 3/84 20826
/proc/meminfo: memFree=1780336/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=2.52
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1522 31787 0 6 4 1 226 21 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20825] ppid=20754 vsize=5356 CPUtime=0
/proc/20825/stat : 20825 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61739974 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20825/statm: 1339 232 193 169 0 50 0
[pid=20826] ppid=20825 vsize=4996 CPUtime=3.59
/proc/20826/stat : 20826 (minisat) R 20825 20754 20609 0 -1 4194304 1156 0 0 0 359 0 0 0 25 0 1 0 61739974 5115904 1142 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/20826/statm: 1249 1142 75 150 0 1096 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 23952

[startup+12.7027 s]
/proc/loadavg: 2.53 2.58 2.60 3/84 20838
/proc/meminfo: memFree=1780528/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=9.22
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1636 37150 0 7 4 1 893 24 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20837] ppid=20754 vsize=5356 CPUtime=0
/proc/20837/stat : 20837 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61740651 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20837/statm: 1339 232 193 169 0 50 0
[pid=20838] ppid=20837 vsize=4600 CPUtime=3.22
/proc/20838/stat : 20838 (minisat) R 20837 20754 20609 0 -1 4194304 1043 0 0 0 322 0 0 0 25 0 1 0 61740652 4710400 1029 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20838/statm: 1150 1029 75 150 0 997 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 23556

[startup+25.5012 s]
/proc/loadavg: 2.42 2.55 2.59 3/84 20840
/proc/meminfo: memFree=1779824/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=17.44
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1691 38585 0 7 4 1 1714 25 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20839] ppid=20754 vsize=5356 CPUtime=0
/proc/20839/stat : 20839 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61741483 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20839/statm: 1339 232 193 169 0 50 0
[pid=20840] ppid=20839 vsize=5440 CPUtime=7.65
/proc/20840/stat : 20840 (minisat) R 20839 20754 20609 0 -1 4194304 1273 0 0 0 765 0 0 0 25 0 1 0 61741484 5570560 1259 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/20840/statm: 1360 1259 75 150 0 1207 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 24396

[startup+51.102 s]
/proc/loadavg: 2.27 2.50 2.57 3/84 20840
/proc/meminfo: memFree=1778352/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=17.44
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1691 38585 0 7 4 1 1714 25 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20839] ppid=20754 vsize=5356 CPUtime=0
/proc/20839/stat : 20839 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61741483 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20839/statm: 1339 232 193 169 0 50 0
[pid=20840] ppid=20839 vsize=6900 CPUtime=33.03
/proc/20840/stat : 20840 (minisat) R 20839 20754 20609 0 -1 4194304 1647 0 0 0 3302 1 0 0 25 0 1 0 61741484 7065600 1633 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/20840/statm: 1725 1633 75 150 0 1572 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 25856

[startup+102.307 s]
/proc/loadavg: 2.12 2.42 2.54 3/84 20852
/proc/meminfo: memFree=1779120/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=5928 CPUtime=18.27
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 1402 0 0 0 1827 0 0 0 25 0 1 0 61748094 6070272 1388 996147200 134512640 135127466 4294956256 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 1482 1388 75 150 0 1329 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 24884

[startup+162.301 s]
/proc/loadavg: 2.04 2.34 2.50 3/84 20852
/proc/meminfo: memFree=1777008/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=8204 CPUtime=77.7
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 1936 0 0 0 7769 1 0 0 25 0 1 0 61748094 8400896 1922 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2051 1922 75 150 0 1898 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 27160

[startup+222.302 s]
/proc/loadavg: 2.01 2.28 2.47 3/84 20852
/proc/meminfo: memFree=1776304/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=8864 CPUtime=137.13
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2111 0 0 0 13712 1 0 0 25 0 1 0 61748094 9076736 2097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2216 2097 75 150 0 2063 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 27820

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

[startup+230.302 s]
/proc/loadavg: 2.01 2.27 2.46 3/84 20852
/proc/meminfo: memFree=1776304/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=8864 CPUtime=145.06
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2111 0 0 0 14505 1 0 0 25 0 1 0 61748094 9076736 2097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2216 2097 75 150 0 2063 0
Current children cumulated CPU time (s) 227.96
Current children cumulated vsize (KiB) 27820

[startup+243.112 s]
/proc/loadavg: 2.01 2.26 2.46 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=9260 CPUtime=157.75
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2227 0 0 0 15773 2 0 0 25 0 1 0 61748094 9482240 2213 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2315 2213 75 150 0 2162 0
Current children cumulated CPU time (s) 240.65
Current children cumulated vsize (KiB) 28216

[startup+249.501 s]
/proc/loadavg: 2.01 2.26 2.45 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=9400 CPUtime=164.09
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2233 0 0 0 16407 2 0 0 25 0 1 0 61748094 9625600 2219 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2350 2219 75 150 0 2197 0
Current children cumulated CPU time (s) 246.99
Current children cumulated vsize (KiB) 28356

[startup+255.902 s]
/proc/loadavg: 2.01 2.25 2.45 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=9400 CPUtime=170.43
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2233 0 0 0 17041 2 0 0 25 0 1 0 61748094 9625600 2219 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2350 2219 75 150 0 2197 0
Current children cumulated CPU time (s) 253.33
Current children cumulated vsize (KiB) 28356

[startup+259.102 s]
/proc/loadavg: 2.01 2.25 2.45 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=9400 CPUtime=173.6
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2233 0 0 0 17358 2 0 0 25 0 1 0 61748094 9625600 2219 996147200 134512640 135127466 4294956256 18446744073709551615 134528522 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2350 2219 75 150 0 2197 0
Current children cumulated CPU time (s) 256.5
Current children cumulated vsize (KiB) 28356

[startup+259.902 s]
/proc/loadavg: 2.01 2.24 2.45 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=9400 CPUtime=174.39
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2234 0 0 0 17437 2 0 0 25 0 1 0 61748094 9625600 2220 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2350 2220 75 150 0 2197 0
Current children cumulated CPU time (s) 257.29
Current children cumulated vsize (KiB) 28356

[startup+260.302 s]
/proc/loadavg: 2.01 2.24 2.45 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=82.9
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1804 44742 0 8 5 1 8254 30 16 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
[pid=20851] ppid=20754 vsize=5356 CPUtime=0
/proc/20851/stat : 20851 (sh) S 20754 20754 20609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61748093 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20851/statm: 1339 232 193 169 0 50 0
[pid=20852] ppid=20851 vsize=9400 CPUtime=174.79
/proc/20852/stat : 20852 (minisat) R 20851 20754 20609 0 -1 4194304 2234 0 0 0 17477 2 0 0 25 0 1 0 61748094 9625600 2220 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20852/statm: 2350 2220 75 150 0 2197 0
Current children cumulated CPU time (s) 257.69
Current children cumulated vsize (KiB) 28356

[startup+260.502 s]
/proc/loadavg: 2.01 2.24 2.45 3/84 20852
/proc/meminfo: memFree=1775792/2055920 swapFree=4192812/4192956
[pid=20754] ppid=20752 vsize=13600 CPUtime=257.73
/proc/20754/stat : 20754 (sugar) S 20752 20754 20609 0 -1 4194304 1866 47271 0 8 5 2 25734 32 15 0 1 0 61739708 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20754/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 257.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 260.548
CPU time (s): 257.926
CPU user time (s): 257.542
CPU system time (s): 0.383941
CPU usage (%): 98.9935
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.542
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52959
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= 3582
involuntary context switches= 13120

runsolver used 0.309952 second user time and 0.893864 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-14 17:46:25
IDJOB=1116500
IDBENCH=62002
IDSOLVER=368
FILE ID=node35/1116500-1216050385
PBS_JOBID= 7904977
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/sparseLoose/normalized-vcsp-80-10-6-60-8_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-1116500-1216050385/watcher-1116500-1216050385 -o /tmp/evaluation-result-1116500-1216050385/solver-1116500-1216050385 -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-1116500-1216050385.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 562cdbfd3eceeb05905dc19e990d69c0
RANDOM SEED=624587851

node35.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.229
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.229
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:       1788264 kB
Buffers:         51160 kB
Cached:         134140 kB
SwapCached:          0 kB
Active:         150224 kB
Inactive:        60040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          45160 kB
Slab:            42384 kB
Committed_AS:   233880 kB
PageTables:       1988 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= 66480 MiB
End job on node35 at 2008-07-14 17:50:45