Trace number 1127836

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+minisatMSAT (TO) 3600.1 3637.51

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-300-186945_ext.xml
MD5SUM0585eb1a83035fc134c2408bbd518007
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints25
Best CPU time to get the best result obtained on this benchmark1.03284
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints286
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension286
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 Wed Jul 23 03:32:56 2008
0.00/0.05	c 0	PID 6559
0.00/0.05	c 0	HOST node24.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127836-1216776776.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-1127836-1216776776.xml' 'HOME/temp.csp'
0.03/0.49	c 1	1 domains, 80 variables, 0 predicates, 10 relations, 286 constraints
0.03/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.54	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.35/0.62	c 1	Parsing HOME/temp.csp
0.35/0.72	c 1	parsed 377 expressions
0.35/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.73	c 1	MAX CSP: 286 constraints
0.35/0.73	c 1	Converting to clausal form CSP
0.35/0.76	c 1	converted 67 (10%) expressions
0.35/0.77	c 1	converted 134 (20%) expressions
0.35/0.78	c 1	converted 200 (30%) expressions
0.35/0.79	c 1	converted 267 (40%) expressions
0.35/0.79	c 1	converted 333 (50%) expressions
0.35/0.80	c 1	converted 400 (60%) expressions
0.35/0.80	c 1	converted 467 (70%) expressions
0.35/0.81	c 1	converted 533 (80%) expressions
0.35/0.81	c 1	converted 600 (90%) expressions
0.35/0.95	c 1	converted 666 (100%) expressions
0.35/0.95	c 1	CSP : 652 integers, 0 booleans, 857 clauses, largest domain size 430
0.35/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.95	c 1	Propagation in CSP
0.35/0.99	c 1	281 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.99	c 1	CSP : 652 integers, 0 booleans, 857 clauses, largest domain size 287
0.35/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.35/1.00	c 1	CSP : 652 integers, 0 booleans, 857 clauses, largest domain size 287
0.35/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.78/1.02	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.78/1.05	c 1	66 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.05	c 1	131 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.05	c 1	196 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.05	c 1	261 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.05	c 1	326 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.78/1.05	c 1	392 (60%) CSP integer variables are encoded (365 clauses, 4079 bytes)
0.78/1.05	c 1	457 (70%) CSP integer variables are encoded (724 clauses, 8351 bytes)
0.78/1.05	c 1	522 (80%) CSP integer variables are encoded (3210 clauses, 40669 bytes)
0.78/1.05	c 1	587 (90%) CSP integer variables are encoded (3568 clauses, 45323 bytes)
0.78/1.05	c 1	652 (100%) CSP integer variables are encoded (4070 clauses, 51849 bytes)
0.78/1.07	c 1	86 (10%) CSP clauses are encoded (4157 clauses, 52968 bytes)
0.78/1.08	c 1	172 (20%) CSP clauses are encoded (4244 clauses, 54181 bytes)
0.78/1.09	c 1	258 (30%) CSP clauses are encoded (4331 clauses, 55398 bytes)
0.89/1.10	c 1	343 (40%) CSP clauses are encoded (4981 clauses, 64383 bytes)
0.89/1.12	c 1	429 (50%) CSP clauses are encoded (10371 clauses, 150447 bytes)
0.89/1.13	c 1	515 (60%) CSP clauses are encoded (12137 clauses, 180531 bytes)
0.99/1.29	c 2	600 (70%) CSP clauses are encoded (92420 clauses, 1635838 bytes)
1.10/1.30	c 2	686 (80%) CSP clauses are encoded (94378 clauses, 1669308 bytes)
1.10/1.31	c 2	772 (90%) CSP clauses are encoded (98874 clauses, 1749133 bytes)
1.10/1.34	c 2	857 (100%) CSP clauses are encoded (114745 clauses, 2036521 bytes)
1.10/1.34	c 2	857 CSP clauses encoded
1.10/1.34	c 2	Writing map file : HOME/temp.map
1.10/1.35	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.35	c 2	SAT : 4722 SAT variables, 114745 SAT clauses, 2036521 bytes
1.10/1.35	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.37	c 2	OBJECTIVE minimize _COST
1.10/1.37	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.10/1.37	c 2	SEARCHING: _COST <= 143
1.10/1.37	c 2	SOLVING HOME/temp.cnf
1.10/1.37	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/1.38	c 2	This is MiniSat 2.0 beta
1.10/1.38	c 2	WARNING: for repeatability, setting FPU to use double precision
1.10/1.38	c 2	============================[ Problem Statistics ]=============================
1.10/1.38	c 2	|                                                                             |
1.10/1.38	c 2	|  Number of variables:  4722                                                 |
1.10/1.38	c 2	|  Number of clauses:    114746                                               |
1.17/1.43	c 2	|  Parsing time:         0.05         s                                       |
1.17/1.45	c 2	============================[ Search Statistics ]==============================
1.17/1.45	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.17/1.45	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.17/1.45	c 2	===============================================================================
1.17/1.45	c 2	|         0 |    3435    73654   212178 |    24551        0    nan |  0.000 % |
1.17/1.47	c 2	===============================================================================
1.17/1.47	c 2	restarts              : 1
1.17/1.47	c 2	conflicts             : 8              (93 /sec)
1.17/1.47	c 2	decisions             : 200            (0.50 % random) (2326 /sec)
1.17/1.47	c 2	propagations          : 25982          (302165 /sec)
1.17/1.47	c 2	conflict literals     : 75             (35.34 % deleted)
1.17/1.47	c 2	Memory used           : 6.55 MB
1.17/1.47	c 2	CPU time              : 0.085986 s
1.17/1.47	c 2	
1.17/1.47	c 2	SATISFIABLE
1.17/1.47	c 2	FOUND: _COST <= 143
1.17/1.47	s SATISFIABLE
1.17/1.47	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.17/1.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'
1.27/1.55	c 2	Decoding HOME/temp.out
1.27/1.63	c 2	OBJECTIVE _COST 143
1.27/1.63	o 143
1.27/1.63	v 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 0 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 0 0 0 1 0 1 1 1 0 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 1 1 0
1.27/1.64	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.27/1.68	c 2	OBJECTIVE BOUND: 0 <= _COST <= 143
1.27/1.68	c 2	SEARCHING: _COST <= 71
1.27/1.68	c 2	SOLVING HOME/temp.cnf
1.27/1.68	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.27/1.69	c 2	This is MiniSat 2.0 beta
1.27/1.69	c 2	WARNING: for repeatability, setting FPU to use double precision
1.27/1.69	c 2	============================[ Problem Statistics ]=============================
1.27/1.69	c 2	|                                                                             |
1.27/1.69	c 2	|  Number of variables:  4722                                                 |
1.27/1.69	c 2	|  Number of clauses:    114746                                               |
1.43/1.75	c 2	|  Parsing time:         0.05         s                                       |
1.43/1.77	c 2	============================[ Search Statistics ]==============================
1.43/1.77	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.77	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.77	c 2	===============================================================================
1.43/1.77	c 2	|         0 |    2713    48270   138120 |    16090        0    nan |  0.000 % |
1.43/1.79	c 2	|       101 |    2713    48270   138120 |    17699      101     22 | 42.546 % |
1.43/1.80	c 2	===============================================================================
1.43/1.80	c 2	restarts              : 2
1.43/1.80	c 2	conflicts             : 182            (1701 /sec)
1.43/1.80	c 2	decisions             : 623            (1.12 % random) (5823 /sec)
1.43/1.80	c 2	propagations          : 85018          (794687 /sec)
1.43/1.80	c 2	conflict literals     : 3939           (16.23 % deleted)
1.43/1.81	c 2	Memory used           : 6.54 MB
1.43/1.81	c 2	CPU time              : 0.106983 s
1.43/1.81	c 2	
1.43/1.81	c 2	SATISFIABLE
1.43/1.81	c 2	FOUND: _COST <= 71
1.43/1.81	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.43/1.81	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.55/1.92	c 2	Decoding HOME/temp.out
1.55/2.00	c 2	OBJECTIVE _COST 67
1.55/2.00	o 67
1.55/2.00	v 0 1 1 0 1 0 1 1 1 0 1 1 1 1 1 1 0 1 1 0 0 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1
1.55/2.01	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.55/2.05	c 2	OBJECTIVE BOUND: 0 <= _COST <= 67
1.55/2.05	c 2	SEARCHING: _COST <= 33
1.55/2.05	c 2	SOLVING HOME/temp.cnf
1.55/2.05	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.55/2.06	c 2	This is MiniSat 2.0 beta
1.55/2.06	c 2	WARNING: for repeatability, setting FPU to use double precision
1.55/2.06	c 2	============================[ Problem Statistics ]=============================
1.55/2.06	c 2	|                                                                             |
1.55/2.06	c 2	|  Number of variables:  4722                                                 |
1.55/2.06	c 2	|  Number of clauses:    114746                                               |
1.76/2.12	c 2	|  Parsing time:         0.05         s                                       |
1.76/2.15	c 2	============================[ Search Statistics ]==============================
1.76/2.15	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.76/2.15	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.76/2.15	c 2	===============================================================================
1.76/2.15	c 2	|         0 |    2199    26607    74635 |     8869        0    nan |  0.000 % |
1.76/2.17	c 2	|       102 |    2199    26607    74635 |     9755      102     14 | 53.431 % |
1.76/2.18	c 2	|       253 |    2199    26607    74635 |    10731      253     13 | 53.431 % |
1.76/2.20	c 3	|       480 |    2199    26607    74635 |    11804      480     13 | 53.431 % |
1.86/2.22	c 3	|       818 |    2199    26607    74635 |    12985      818     12 | 53.431 % |
1.86/2.27	c 3	|      1325 |    2199    26607    74635 |    14283     1325     13 | 53.432 % |
1.96/2.35	c 3	|      2085 |    2199    26607    74635 |    15711     2085     16 | 53.432 % |
2.06/2.47	c 3	|      3224 |    2199    26607    74635 |    17283     3224     17 | 53.431 % |
2.26/2.67	c 3	|      4932 |    2199    26607    74635 |    19011     4932     18 | 53.431 % |
2.65/3.03	c 3	|      7495 |    2199    26607    74635 |    20912     7495     19 | 53.431 % |
2.65/3.08	c 3	===============================================================================
2.65/3.08	c 3	restarts              : 10
2.65/3.08	c 3	conflicts             : 7913           (7946 /sec)
2.65/3.08	c 3	decisions             : 9371           (0.83 % random) (9410 /sec)
2.65/3.08	c 3	propagations          : 2388313        (2398271 /sec)
2.65/3.08	c 3	conflict literals     : 146578         (22.28 % deleted)
2.65/3.08	c 3	Memory used           : 6.68 MB
2.65/3.08	c 3	CPU time              : 0.995848 s
2.65/3.08	c 3	
2.65/3.08	c 3	SATISFIABLE
2.65/3.08	c 3	FOUND: _COST <= 33
2.65/3.08	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.65/3.08	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.74/3.16	c 3	Decoding HOME/temp.out
2.84/3.22	c 4	OBJECTIVE _COST 33
2.84/3.22	o 33
2.84/3.23	v 0 0 0 1 0 1 1 1 0 1 1 1 0 0 1 0 1 0 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 0 0 1 0 0 1 1 0 1 1 0 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 1 0 0 1 1 0 0 0 1 0 1 1
2.84/3.23	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.84/3.25	c 4	OBJECTIVE BOUND: 0 <= _COST <= 33
2.84/3.25	c 4	SEARCHING: _COST <= 16
2.84/3.25	c 4	SOLVING HOME/temp.cnf
2.84/3.25	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.84/3.25	c 4	This is MiniSat 2.0 beta
2.84/3.25	c 4	WARNING: for repeatability, setting FPU to use double precision
2.84/3.25	c 4	============================[ Problem Statistics ]=============================
2.84/3.25	c 4	|                                                                             |
2.84/3.25	c 4	|  Number of variables:  4722                                                 |
2.84/3.25	c 4	|  Number of clauses:    114746                                               |
2.91/3.31	c 4	|  Parsing time:         0.05         s                                       |
2.91/3.34	c 4	============================[ Search Statistics ]==============================
2.91/3.34	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.91/3.34	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.91/3.34	c 4	===============================================================================
2.91/3.34	c 4	|         0 |    1830    14997    40895 |     4999        0    nan |  0.000 % |
2.91/3.36	c 4	|       101 |    1830    14997    40895 |     5498      101     14 | 61.245 % |
2.91/3.37	c 4	|       251 |    1830    14997    40895 |     6048      251     13 | 61.245 % |
2.91/3.39	c 4	|       476 |    1830    14997    40895 |     6653      476     14 | 61.246 % |
2.91/3.42	c 4	|       814 |    1830    14997    40895 |     7319      814     13 | 61.246 % |
2.91/3.47	c 4	|      1320 |    1830    14997    40895 |     8050     1320     14 | 61.245 % |
2.91/3.54	c 4	|      2079 |    1830    14997    40895 |     8856     2079     14 | 61.245 % |
2.91/3.66	c 4	|      3218 |    1830    14997    40895 |     9741     3218     13 | 61.245 % |
2.91/3.84	c 4	|      4926 |    1830    14997    40895 |    10715     4926     13 | 61.245 % |
2.91/4.14	c 4	|      7488 |    1830    14997    40895 |    11787     7488     13 | 61.245 % |
4.24/4.63	c 5	|     11333 |    1830    14997    40895 |    12966    11333     13 | 61.245 % |
5.13/5.56	c 6	|     17099 |    1830    14997    40895 |    14262     8971     13 | 61.245 % |
6.52/6.90	c 7	|     25748 |    1830    14997    40895 |    15689     8826     13 | 61.245 % |
8.50/8.98	c 9	|     38722 |    1830    14997    40895 |    17257    12247     12 | 61.245 % |
11.96/12.43	c 13	|     58185 |    1830    14997    40895 |    18983    11161     11 | 61.245 % |
17.12/17.63	c 18	|     87379 |    1830    14997    40895 |    20882    17946     13 | 61.245 % |
25.34/25.92	c 26	|    131168 |    1830    14997    40895 |    22970    13507     12 | 61.245 % |
38.01/38.79	c 39	|    196852 |    1830    14997    40895 |    25267    22019     13 | 61.245 % |
59.11/60.01	c 60	|    295378 |    1829    14993    40883 |    27794    10085     11 | 61.266 % |
71.59/72.62	c 73	===============================================================================
71.59/72.62	c 73	restarts              : 19
71.59/72.62	c 73	conflicts             : 354666         (5163 /sec)
71.59/72.62	c 73	decisions             : 418511         (1.04 % random) (6093 /sec)
71.59/72.62	c 73	propagations          : 108875446      (1584967 /sec)
71.59/72.62	c 73	conflict literals     : 4554241        (32.16 % deleted)
71.59/72.62	c 73	Memory used           : 7.98 MB
71.59/72.62	c 73	CPU time              : 68.6926 s
71.59/72.62	c 73	
71.59/72.62	c 73	UNSATISFIABLE
71.59/72.62	c 73	NOT FOUND: _COST <= 16
71.59/72.62	c 73	OBJECTIVE BOUND: 17 <= _COST <= 33
71.59/72.62	c 73	SEARCHING: _COST <= 25
71.59/72.62	c 73	SOLVING HOME/temp.cnf
71.59/72.62	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
71.59/72.63	c 73	This is MiniSat 2.0 beta
71.59/72.63	c 73	WARNING: for repeatability, setting FPU to use double precision
71.59/72.63	c 73	============================[ Problem Statistics ]=============================
71.59/72.63	c 73	|                                                                             |
71.59/72.63	c 73	|  Number of variables:  4722                                                 |
71.59/72.63	c 73	|  Number of clauses:    114746                                               |
71.59/72.69	c 73	|  Parsing time:         0.05         s                                       |
71.62/72.72	c 73	============================[ Search Statistics ]==============================
71.62/72.72	c 73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.62/72.72	c 73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.62/72.72	c 73	===============================================================================
71.62/72.72	c 73	|         0 |    2039    21019    58343 |     7006        0    nan |  0.000 % |
71.62/72.74	c 73	|       102 |    2039    21019    58343 |     7706      102     18 | 56.819 % |
71.62/72.75	c 73	|       252 |    2039    21019    58343 |     8477      252     14 | 56.820 % |
71.62/72.77	c 73	|       477 |    2039    21019    58343 |     9325      477     14 | 56.819 % |
71.62/72.80	c 73	|       814 |    2039    21019    58343 |    10257      814     13 | 56.819 % |
71.62/72.86	c 73	|      1321 |    2039    21019    58343 |    11283     1321     17 | 56.819 % |
71.62/72.93	c 73	|      2081 |    2039    21019    58343 |    12412     2081     16 | 56.819 % |
71.62/73.05	c 73	|      3221 |    2039    21019    58343 |    13653     3221     16 | 56.819 % |
71.62/73.25	c 74	|      4930 |    2039    21019    58343 |    15018     4930     16 | 56.819 % |
71.62/73.57	c 74	|      7494 |    2039    21019    58343 |    16520     7494     16 | 56.819 % |
73.06/74.16	c 74	|     11338 |    2039    21019    58343 |    18172    11338     17 | 56.819 % |
73.96/75.05	c 75	|     17105 |    2039    21019    58343 |    19989    17105     16 | 56.820 % |
75.55/76.61	c 77	|     25754 |    2039    21019    58343 |    21988    13865     17 | 56.819 % |
77.92/79.06	c 79	|     38729 |    2039    21019    58343 |    24187    13152     17 | 56.819 % |
81.89/83.03	c 83	|     58190 |    2039    21019    58343 |    26606    16914     20 | 56.819 % |
88.72/89.98	c 90	|     87383 |    2039    21019    58343 |    29267    28400     19 | 56.819 % |
98.72/100.03	c 100	|    131175 |    2039    21019    58343 |    32193    14781     18 | 56.819 % |
117.54/119.05	c 119	|    196859 |    2039    21019    58343 |    35413    16064     19 | 56.819 % |
145.18/146.93	c 147	|    295387 |    2039    21019    58343 |    38954    38585     21 | 56.819 % |
192.34/194.58	c 195	|    443176 |    2039    21019    58343 |    42850    14255     19 | 56.819 % |
267.92/270.87	c 271	|    664860 |    2039    21019    58343 |    47135    43094     20 | 56.819 % |
380.57/384.57	c 385	|    997389 |    2039    21019    58343 |    51848    49190     19 | 56.819 % |
570.28/576.01	c 576	|   1496177 |    2039    21019    58343 |    57033    22660     19 | 56.819 % |
885.80/894.56	c 895	|   2244359 |    2039    21019    58343 |    62736    41729     20 | 56.819 % |
1395.98/1409.59	c 1410	|   3366633 |    2039    21019    58343 |    69010    47479     19 | 56.819 % |
1951.53/1973.44	c 1974	===============================================================================
1951.53/1973.44	c 1974	restarts              : 25
1951.53/1973.44	c 1974	conflicts             : 4484525        (2386 /sec)
1951.53/1973.44	c 1974	decisions             : 5191941        (0.94 % random) (2762 /sec)
1951.53/1973.44	c 1974	propagations          : 1326057294     (705393 /sec)
1951.53/1973.44	c 1974	conflict literals     : 93510028       (26.22 % deleted)
1951.53/1973.44	c 1974	Memory used           : 24.23 MB
1951.53/1973.44	c 1974	CPU time              : 1879.88 s
1951.53/1973.44	c 1974	
1951.53/1973.45	c 1974	SATISFIABLE
1951.53/1973.45	c 1974	FOUND: _COST <= 25
1951.53/1973.45	c 1974	DECODING HOME/temp.out WITH HOME/temp.map
1951.53/1973.45	c 1974	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1951.59/1973.54	c 1974	Decoding HOME/temp.out
1951.59/1973.63	c 1974	OBJECTIVE _COST 25
1951.59/1973.63	o 25
1951.59/1973.64	v 0 0 1 1 1 0 1 1 0 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 0 0 0 1 0 1 1 0 1 1 1 0 0 1 1 1 1 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 1 1
1951.59/1973.64	c 1974	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1951.59/1973.67	c 1974	OBJECTIVE BOUND: 17 <= _COST <= 25
1951.59/1973.67	c 1974	SEARCHING: _COST <= 21
1951.59/1973.67	c 1974	SOLVING HOME/temp.cnf
1951.59/1973.67	c 1974	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1951.59/1973.67	c 1974	This is MiniSat 2.0 beta
1951.59/1973.67	c 1974	WARNING: for repeatability, setting FPU to use double precision
1951.59/1973.67	c 1974	============================[ Problem Statistics ]=============================
1951.59/1973.67	c 1974	|                                                                             |
1951.59/1973.68	c 1974	|  Number of variables:  4722                                                 |
1951.59/1973.68	c 1974	|  Number of clauses:    114746                                               |
1951.81/1973.74	c 1974	|  Parsing time:         0.06         s                                       |
1951.81/1973.77	c 1974	============================[ Search Statistics ]==============================
1951.81/1973.77	c 1974	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1951.81/1973.77	c 1974	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1951.81/1973.77	c 1974	===============================================================================
1951.81/1973.77	c 1974	|         0 |    1959    18489    50989 |     6163        0    nan |  0.000 % |
1951.81/1973.79	c 1974	|       104 |    1959    18489    50989 |     6779      104     17 | 58.513 % |
1951.81/1973.80	c 1974	|       255 |    1959    18489    50989 |     7457      255     16 | 58.513 % |
1951.81/1973.82	c 1974	|       483 |    1959    18489    50989 |     8202      483     16 | 58.513 % |
1951.81/1973.85	c 1974	|       820 |    1959    18489    50989 |     9023      820     16 | 58.513 % |
1951.81/1973.90	c 1974	|      1327 |    1959    18489    50989 |     9925     1327     16 | 58.514 % |
1951.81/1973.97	c 1974	|      2087 |    1959    18489    50989 |    10918     2087     15 | 58.513 % |
1951.81/1974.09	c 1974	|      3226 |    1959    18489    50989 |    12009     3226     15 | 58.513 % |
1951.81/1974.29	c 1975	|      4936 |    1959    18489    50989 |    13210     4936     15 | 58.513 % |
1952.71/1974.62	c 1975	|      7498 |    1959    18489    50989 |    14532     7498     16 | 58.513 % |
1953.31/1975.20	c 1976	|     11342 |    1959    18489    50989 |    15985    11342     16 | 58.513 % |
1954.30/1976.25	c 1977	|     17108 |    1959    18489    50989 |    17583    17108     16 | 58.513 % |
1955.88/1977.87	c 1978	|     25758 |    1959    18489    50989 |    19342    15370     16 | 58.513 % |
1958.56/1980.58	c 1981	|     38733 |    1959    18489    50989 |    21276    17081     16 | 58.513 % |
1962.72/1984.76	c 1985	|     58194 |    1959    18489    50989 |    23403    24234     15 | 58.513 % |
1969.65/1991.75	c 1992	|     87386 |    1959    18489    50989 |    25744    25512     16 | 58.513 % |
1980.26/2002.44	c 2003	|    131175 |    1959    18489    50989 |    28318    21130     16 | 58.513 % |
1996.50/2018.88	c 2019	|    196859 |    1959    18489    50989 |    31150    31625     16 | 58.513 % |
2023.84/2046.41	c 2047	|    295386 |    1959    18489    50989 |    34265    26520     17 | 58.513 % |
2062.87/2085.81	c 2086	|    443175 |    1959    18489    50989 |    37692    27450     15 | 58.513 % |
2126.17/2149.73	c 2150	|    664859 |    1959    18489    50989 |    41461    32719     15 | 58.513 % |
2238.82/2263.50	c 2264	|    997384 |    1959    18489    50989 |    45607    27456     16 | 58.513 % |
2402.56/2428.72	c 2429	|   1496173 |    1959    18489    50989 |    50168    42765     15 | 58.513 % |
2670.84/2699.53	c 2700	|   2244356 |    1959    18489    50989 |    55185    14331     15 | 58.513 % |
3099.99/3132.79	c 3133	|   3366631 |    1959    18489    50989 |    60703    47813     17 | 58.513 % |
3600.07/3637.51	sh: line 1:  7187 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.07/3637.51	c ERROR unknown output  in HOME/temp.out
3600.07/3637.51	c 3638	CPU 3599.58 (0.03 0.02 3599.55 0.48)
3600.07/3637.51	c 3638	END Wed Jul 23 04:33:34 2008

Verifier Data (download as text)

OK	25	261
25 unsatisfied constraints, 261 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-1127836-1216776776/watcher-1127836-1216776776 -o /tmp/evaluation-result-1127836-1216776776/solver-1127836-1216776776 -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-1127836-1216776776.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: 0.92 0.98 0.99 4/72 6559
/proc/meminfo: memFree=1109440/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=18572 CPUtime=0
/proc/6559/stat : 6559 (runsolver) R 6557 6559 6421 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4768143 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6559/statm: 4643 292 257 25 0 2626 0

[startup+0.0178061 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 6559
/proc/meminfo: memFree=1109440/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=12544 CPUtime=0
/proc/6559/stat : 6559 (sugar) R 6557 6559 6421 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 4768143 12845056 443 996147200 4194304 4206940 548682068592 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 0 0 0
/proc/6559/statm: 3136 444 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.102953 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 6559
/proc/meminfo: memFree=1109440/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=0.03
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 4768143 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301854 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 6559
/proc/meminfo: memFree=1109440/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=0.03
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 4768143 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701895 s]
/proc/loadavg: 0.92 0.98 0.99 4/72 6559
/proc/meminfo: memFree=1109440/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=0.35
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 974 4250 0 129 2 1 24 8 16 0 1 0 4768143 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50298 s]
/proc/loadavg: 0.92 0.98 0.99 5/93 6602
/proc/meminfo: memFree=1064264/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1.27
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1109 12736 0 132 3 1 107 16 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13600

[startup+3.10218 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 6649
/proc/meminfo: memFree=1070912/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=2.74
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1338 24068 0 134 3 2 245 24 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 13600

[startup+6.30148 s]
/proc/loadavg: 1.01 1.00 1.00 3/76 6671
/proc/meminfo: memFree=1068976/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=2.91
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1411 27865 0 135 3 2 259 27 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6670] ppid=6559 vsize=5356 CPUtime=0
/proc/6670/stat : 6670 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4768468 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6670/statm: 1339 232 193 169 0 50 0
[pid=6671] ppid=6670 vsize=6828 CPUtime=3.01
/proc/6671/stat : 6671 (minisat) R 6670 6559 6421 0 -1 4194304 1604 0 0 0 300 1 0 0 25 0 1 0 4768468 6991872 1590 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/6671/statm: 1707 1590 75 150 0 1554 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 25784

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.01 3/76 6671
/proc/meminfo: memFree=1067712/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=2.91
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1411 27865 0 135 3 2 259 27 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6670] ppid=6559 vsize=5356 CPUtime=0
/proc/6670/stat : 6670 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4768468 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6670/statm: 1339 232 193 169 0 50 0
[pid=6671] ppid=6670 vsize=7108 CPUtime=9.35
/proc/6671/stat : 6671 (minisat) R 6670 6559 6421 0 -1 4194304 1647 0 0 0 934 1 0 0 25 0 1 0 4768468 7278592 1633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6671/statm: 1777 1633 75 150 0 1624 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 26064

[startup+25.5015 s]
/proc/loadavg: 1.29 1.06 1.02 3/76 6671
/proc/meminfo: memFree=1067144/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=2.91
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1411 27865 0 135 3 2 259 27 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6670] ppid=6559 vsize=5356 CPUtime=0
/proc/6670/stat : 6670 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4768468 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6670/statm: 1339 232 193 169 0 50 0
[pid=6671] ppid=6670 vsize=7284 CPUtime=22.03
/proc/6671/stat : 6671 (minisat) R 6670 6559 6421 0 -1 4194304 1693 0 0 0 2202 1 0 0 25 0 1 0 4768468 7458816 1679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6671/statm: 1821 1679 75 150 0 1668 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 26240

[startup+51.1011 s]
/proc/loadavg: 1.53 1.14 1.04 3/76 6671
/proc/meminfo: memFree=1065864/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=2.91
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1411 27865 0 135 3 2 259 27 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6670] ppid=6559 vsize=5356 CPUtime=0
/proc/6670/stat : 6670 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4768468 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6670/statm: 1339 232 193 169 0 50 0
[pid=6671] ppid=6670 vsize=7860 CPUtime=47.38
/proc/6671/stat : 6671 (minisat) R 6670 6559 6421 0 -1 4194304 1835 0 0 0 4737 1 0 0 25 0 1 0 4768468 8048640 1821 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/6671/statm: 1965 1821 75 150 0 1812 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 26816

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.09 3/76 6673
/proc/meminfo: memFree=1062984/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=71.62
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1467 30053 0 135 3 2 7128 29 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6672] ppid=6559 vsize=5356 CPUtime=0
/proc/6672/stat : 6672 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4775406 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6672/statm: 1339 232 193 169 0 50 0
[pid=6673] ppid=6672 vsize=9020 CPUtime=29.38
/proc/6673/stat : 6673 (minisat) R 6672 6559 6421 0 -1 4194304 2131 0 0 0 2937 1 0 0 25 0 1 0 4775406 9236480 2117 996147200 134512640 135127466 4294956256 18446744073709551615 134530866 0 0 4096 3 0 0 0 17 1 0 0
/proc/6673/statm: 2255 2117 75 150 0 2102 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 27976

[startup+162.302 s]
/proc/loadavg: 1.92 1.40 1.15 3/76 6673
/proc/meminfo: memFree=1059528/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=71.62
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1467 30053 0 135 3 2 7128 29 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6672] ppid=6559 vsize=5356 CPUtime=0
/proc/6672/stat : 6672 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4775406 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6672/statm: 1339 232 193 169 0 50 0
[pid=6673] ppid=6672 vsize=11364 CPUtime=88.82
/proc/6673/stat : 6673 (minisat) R 6672 6559 6421 0 -1 4194304 2683 0 0 0 8880 2 0 0 25 0 1 0 4775406 11636736 2669 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6673/statm: 2841 2669 75 150 0 2688 0
Current children cumulated CPU time (s) 160.44
Current children cumulated vsize (KiB) 30320

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/76 6673
/proc/meminfo: memFree=1057672/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=71.62
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1467 30053 0 135 3 2 7128 29 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6672] ppid=6559 vsize=5356 CPUtime=0
/proc/6672/stat : 6672 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4775406 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6672/statm: 1339 232 193 169 0 50 0
[pid=6673] ppid=6672 vsize=12668 CPUtime=148.26
/proc/6673/stat : 6673 (minisat) R 6672 6559 6421 0 -1 4194304 2999 0 0 0 14824 2 0 0 25 0 1 0 4775406 12972032 2985 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/6673/statm: 3167 2985 75 150 0 3014 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 31624

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/76 6673
/proc/meminfo: memFree=1055048/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=71.62
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1467 30053 0 135 3 2 7128 29 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=6672] ppid=6559 vsize=5356 CPUtime=0
/proc/6672/stat : 6672 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4775406 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6672/statm: 1339 232 193 169 0 50 0
[pid=6673] ppid=6672 vsize=13540 CPUtime=207.7
/proc/6673/stat : 6673 (minisat) R 6672 6559 6421 0 -1 4194304 3201 0 0 0 20768 2 0 0 25 0 1 0 4775406 13864960 3187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6673/statm: 3385 3187 75 150 0 3232 0
Current children cumulated CPU time (s) 279.32
Current children cumulated vsize (KiB) 32496

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.29 3/76 6673
/proc/meminfo: memFree=1053512/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=71.62
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1467 30053 0 135 3 2 7128 29 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0

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

[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=17408 CPUtime=1118.06
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4095 0 0 0 111802 4 0 0 25 0 1 0 4965511 17825792 4081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4352 4081 75 150 0 4199 0
Current children cumulated CPU time (s) 3069.87
Current children cumulated vsize (KiB) 36364

[startup+3162.3 s]
/proc/loadavg: 2.00 2.05 1.98 3/76 7189
/proc/meminfo: memFree=1034312/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=17824 CPUtime=1177.5
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4167 0 0 0 117746 4 0 0 25 0 1 0 4965511 18251776 4153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4456 4153 75 150 0 4303 0
Current children cumulated CPU time (s) 3129.31
Current children cumulated vsize (KiB) 36780

[startup+3222.3 s]
/proc/loadavg: 2.00 2.04 1.98 3/76 7189
/proc/meminfo: memFree=1033992/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=18148 CPUtime=1236.94
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4252 0 0 0 123690 4 0 0 25 0 1 0 4965511 18583552 4238 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4537 4238 75 150 0 4384 0
Current children cumulated CPU time (s) 3188.75
Current children cumulated vsize (KiB) 37104

[startup+3282.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/76 7189
/proc/meminfo: memFree=1033800/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=18312 CPUtime=1296.38
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4284 0 0 0 129634 4 0 0 25 0 1 0 4965511 18751488 4270 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4578 4270 75 150 0 4425 0
Current children cumulated CPU time (s) 3248.19
Current children cumulated vsize (KiB) 37268

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/76 7189
/proc/meminfo: memFree=1033416/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=18476 CPUtime=1355.82
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4326 0 0 0 135578 4 0 0 25 0 1 0 4965511 18919424 4312 996147200 134512640 135127466 4294956256 18446744073709551615 134522860 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4619 4312 75 150 0 4466 0
Current children cumulated CPU time (s) 3307.63
Current children cumulated vsize (KiB) 37432

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 1.98 3/76 7189
/proc/meminfo: memFree=1033416/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=18476 CPUtime=1415.25
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4326 0 0 0 141521 4 0 0 25 0 1 0 4965511 18919424 4312 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4619 4312 75 150 0 4466 0
Current children cumulated CPU time (s) 3367.06
Current children cumulated vsize (KiB) 37432

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/76 7189
/proc/meminfo: memFree=1032840/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=18768 CPUtime=1474.69
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4393 0 0 0 147465 4 0 0 25 0 1 0 4965511 19218432 4379 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4692 4379 75 150 0 4539 0
Current children cumulated CPU time (s) 3426.5
Current children cumulated vsize (KiB) 37724

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 7189
/proc/meminfo: memFree=1032456/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=19236 CPUtime=1534.13
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4490 0 0 0 153409 4 0 0 25 0 1 0 4965511 19697664 4476 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4809 4476 75 150 0 4656 0
Current children cumulated CPU time (s) 3485.94
Current children cumulated vsize (KiB) 38192

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 7189
/proc/meminfo: memFree=1032136/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=19236 CPUtime=1593.57
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4490 0 0 0 159353 4 0 0 25 0 1 0 4965511 19697664 4476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4809 4476 75 150 0 4656 0
Current children cumulated CPU time (s) 3545.38
Current children cumulated vsize (KiB) 38192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.5 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 7225
/proc/meminfo: memFree=1027728/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=19404 CPUtime=1648.26
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4535 0 0 0 164820 6 0 0 25 0 1 0 4965511 19869696 4521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4851 4521 75 150 0 4698 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 38360

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3637.5 s]
/proc/loadavg: 2.00 2.00 1.98 4/83 7225
/proc/meminfo: memFree=1027728/2055920 swapFree=4192956/4192956
[pid=6559] ppid=6557 vsize=13600 CPUtime=1951.81
/proc/6559/stat : 6559 (sugar) S 6557 6559 6421 0 -1 4194304 1581 39897 0 136 3 2 195135 41 16 0 1 0 4768143 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6559/statm: 3400 810 374 3 0 500 0
[pid=7186] ppid=6559 vsize=5356 CPUtime=0
/proc/7186/stat : 7186 (sh) S 6559 6559 6421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4965510 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7186/statm: 1339 232 193 169 0 50 0
[pid=7187] ppid=7186 vsize=19404 CPUtime=1648.26
/proc/7187/stat : 7187 (minisat) R 7186 6559 6421 0 -1 4194304 4535 0 0 0 164820 6 0 0 25 0 1 0 4965511 19869696 4521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7187/statm: 4851 4521 75 150 0 4698 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 38360

Child status: 0
Real time (s): 3637.51
CPU time (s): 3600.1
CPU user time (s): 3599.59
CPU system time (s): 0.513921
CPU usage (%): 98.9715
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.59
system time used= 0.513921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46368
page faults= 136
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3163
involuntary context switches= 81435

runsolver used 4.05838 second user time and 12.4981 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-23 03:32:56
IDJOB=1127836
IDBENCH=64059
IDSOLVER=368
FILE ID=node24/1127836-1216776776
PBS_JOBID= 7974216
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-300-186945_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-1127836-1216776776/watcher-1127836-1216776776 -o /tmp/evaluation-result-1127836-1216776776/solver-1127836-1216776776 -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-1127836-1216776776.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0585eb1a83035fc134c2408bbd518007
RANDOM SEED=265265728

node24.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1110112 kB
Buffers:         28480 kB
Cached:         843552 kB
SwapCached:          0 kB
Active:         318460 kB
Inactive:       570524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          27812 kB
Slab:            42224 kB
Committed_AS:    79500 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node24 at 2008-07-23 04:33:34