Trace number 1112423

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incOPTIMUM3 702.724 709.671

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-7.xml
MD5SUM891dc58259d78fa5815dec2b7fea9f74
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark645.598
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 15:03:17 2008
0.00/0.08	c 0	PID 17980
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112423-1215867797.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112423-1215867797.xml' 'HOME/temp.csp'
0.07/0.46	c 1	23 domains, 50 variables, 3 predicates, 0 relations, 325 constraints
0.07/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.58	c 1	Parsing HOME/temp.csp
0.44/0.68	c 1	parsed 401 expressions
0.44/0.68	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.69	c 1	MAX CSP: 325 constraints
0.44/0.70	c 1	Converting to clausal form CSP
0.44/0.72	c 1	converted 73 (10%) expressions
0.44/0.74	c 1	converted 146 (20%) expressions
0.44/0.75	c 1	converted 219 (30%) expressions
0.44/0.77	c 1	converted 292 (40%) expressions
0.44/0.79	c 1	converted 365 (50%) expressions
0.44/0.80	c 1	converted 438 (60%) expressions
0.44/0.80	c 1	converted 511 (70%) expressions
0.44/0.87	c 1	converted 584 (80%) expressions
0.44/0.88	c 1	converted 657 (90%) expressions
0.44/0.95	c 1	converted 729 (100%) expressions
0.44/0.95	c 1	CSP : 700 integers, 0 booleans, 974 clauses, largest domain size 488
0.44/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.95	c 1	Propagation in CSP
0.44/0.99	c 1	321 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.44/0.99	c 1	CSP : 700 integers, 0 booleans, 974 clauses, largest domain size 326
0.44/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.01	c 1	CSP : 700 integers, 650 booleans, 1624 clauses, largest domain size 326
0.92/1.01	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.04	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.92/1.07	c 1	70 (10%) CSP integer variables are encoded (12376 clauses, 163582 bytes)
0.92/1.07	c 1	140 (20%) CSP integer variables are encoded (12376 clauses, 163582 bytes)
0.92/1.07	c 1	210 (30%) CSP integer variables are encoded (12376 clauses, 163582 bytes)
0.92/1.07	c 1	280 (40%) CSP integer variables are encoded (12376 clauses, 163582 bytes)
0.92/1.07	c 1	350 (50%) CSP integer variables are encoded (12376 clauses, 163582 bytes)
0.92/1.08	c 1	420 (60%) CSP integer variables are encoded (12889 clauses, 171277 bytes)
0.92/1.08	c 1	490 (70%) CSP integer variables are encoded (13254 clauses, 176752 bytes)
0.92/1.08	c 1	560 (80%) CSP integer variables are encoded (13826 clauses, 185332 bytes)
0.92/1.08	c 1	630 (90%) CSP integer variables are encoded (16335 clauses, 222967 bytes)
0.92/1.08	c 1	700 (100%) CSP integer variables are encoded (17069 clauses, 233977 bytes)
1.01/1.14	c 1	163 (10%) CSP clauses are encoded (39925 clauses, 668204 bytes)
1.01/1.18	c 1	325 (20%) CSP clauses are encoded (60959 clauses, 1091066 bytes)
1.11/1.23	c 1	488 (30%) CSP clauses are encoded (81487 clauses, 1504013 bytes)
1.11/1.27	c 1	650 (40%) CSP clauses are encoded (102953 clauses, 1936271 bytes)
1.21/1.31	c 1	812 (50%) CSP clauses are encoded (124629 clauses, 2374711 bytes)
1.21/1.36	c 1	975 (60%) CSP clauses are encoded (147494 clauses, 2861884 bytes)
1.21/1.38	c 1	1137 (70%) CSP clauses are encoded (155192 clauses, 3020527 bytes)
1.31/1.43	c 1	1300 (80%) CSP clauses are encoded (176325 clauses, 3465995 bytes)
1.40/1.56	c 2	1462 (90%) CSP clauses are encoded (234249 clauses, 4676514 bytes)
1.50/1.67	c 2	1624 (100%) CSP clauses are encoded (288749 clauses, 5835502 bytes)
1.50/1.67	c 2	1624 CSP clauses encoded
1.50/1.67	c 2	Writing map file : HOME/temp.map
1.50/1.68	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.68	c 2	SAT : 18419 SAT variables, 288749 SAT clauses, 5835502 bytes
1.50/1.68	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.71	c 2	OBJECTIVE minimize _COST
1.58/1.71	c 2	SOLVING HOME/temp.cnf
1.58/1.71	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.58/1.71	c 2	This is MiniSat 2.0 beta incremental
1.58/1.71	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/1.71	c 2	============================[ Problem Statistics ]=============================
1.58/1.71	c 2	|                                                                             |
1.58/1.71	c 2	|  Number of variables:  18419                                                |
1.58/1.71	c 2	|  Number of clauses:    288749                                               |
1.60/1.86	c 2	|  Parsing time:         0.12         s                                       |
1.60/1.86	c 2	OK
1.60/1.86	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.60/1.86	c 2	SEARCHING: _COST <= 163
1.60/1.86	c 2	============================[ Search Statistics ]==============================
1.60/1.86	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.86	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.86	c 2	===============================================================================
1.60/1.86	c 2	|         0 |   18419   288749   838167 |    96249        0    nan |  0.000 % |
1.60/1.89	c 2	===============================================================================
1.60/1.90	c 2	restarts              : 1
1.60/1.90	c 2	conflicts             : 6             (37 /sec)
1.60/1.90	c 2	decisions             : 437           (0.92 % random) (2715 /sec)
1.60/1.90	c 2	propagations          : 26070          (161951 /sec)
1.60/1.90	c 2	conflict literals     : 43             (6.52 % deleted)
1.60/1.90	c 2	Memory used           : 14.74 MB
1.60/1.90	c 2	CPU time              : 0.160975 s
1.60/1.90	c 2	
1.60/1.90	c 2	SATISFIABLE
1.60/1.90	c 2	OK
1.60/1.90	c 2	FOUND: _COST <= 163
1.60/1.90	s SATISFIABLE
1.60/1.90	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.60/1.90	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.60/2.02	c 2	Decoding HOME/temp.out
1.92/2.13	c 2	OBJECTIVE _COST 163
1.92/2.13	o 163
1.92/2.13	v 71 72 154 155 8 9 223 224 171 172 223 222 4 5 137 136 63 66 272 272 159 160 241 241 225 93 176 176 301 301 74 74 208 208 174 175 289 289 261 261 146 147 223 223 134 134 294 294 296 296
1.92/2.14	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.92/2.16	c 2	OK
1.92/2.16	c 2	OBJECTIVE BOUND: 0 <= _COST <= 163
1.92/2.16	c 2	SEARCHING: _COST <= 81
1.92/2.16	c 2	============================[ Search Statistics ]==============================
1.92/2.17	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.92/2.17	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.92/2.17	c 2	===============================================================================
1.92/2.17	c 2	|         6 |   18419   288749   838167 |    96249        6      7 |  0.000 % |
2.03/2.27	c 2	===============================================================================
2.03/2.28	c 2	restarts              : 2
2.03/2.28	c 2	conflicts             : 100           (352 /sec)
2.03/2.28	c 2	decisions             : 1004          (1.20 % random) (3536 /sec)
2.03/2.28	c 2	propagations          : 193172         (680288 /sec)
2.03/2.28	c 2	conflict literals     : 3113           (27.42 % deleted)
2.03/2.28	c 2	Memory used           : 15.00 MB
2.03/2.28	c 2	CPU time              : 0.283956 s
2.03/2.28	c 2	
2.03/2.28	c 2	SATISFIABLE
2.03/2.28	c 2	OK
2.03/2.28	c 2	FOUND: _COST <= 81
2.03/2.28	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.03/2.28	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.12/2.36	c 2	Decoding HOME/temp.out
2.12/2.46	c 3	OBJECTIVE _COST 81
2.12/2.46	o 81
2.12/2.47	v 159 153 224 225 241 240 77 76 16 15 18 17 166 160 218 218 231 232 67 68 177 178 241 240 99 98 29 30 96 97 206 205 34 71 129 129 15 192 54 117 101 101 223 16 142 142 151 157 198 199
2.12/2.47	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.50	c 3	OK
2.12/2.50	c 3	OBJECTIVE BOUND: 0 <= _COST <= 81
2.12/2.50	c 3	SEARCHING: _COST <= 40
2.31/2.51	c 3	============================[ Search Statistics ]==============================
2.31/2.51	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.31/2.51	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.31/2.51	c 3	===============================================================================
2.31/2.51	c 3	|       100 |   16961   288749   838167 |    96249      100     31 |  0.000 % |
2.31/2.54	c 3	===============================================================================
2.31/2.54	c 3	restarts              : 3
2.31/2.54	c 3	conflicts             : 126           (382 /sec)
2.31/2.54	c 3	decisions             : 1379          (0.94 % random) (4179 /sec)
2.31/2.54	c 3	propagations          : 247608         (750443 /sec)
2.31/2.54	c 3	conflict literals     : 3760           (25.34 % deleted)
2.31/2.54	c 3	Memory used           : 15.00 MB
2.31/2.54	c 3	CPU time              : 0.329949 s
2.31/2.54	c 3	
2.31/2.54	c 3	SATISFIABLE
2.31/2.55	c 3	OK
2.31/2.55	c 3	FOUND: _COST <= 40
2.31/2.55	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.31/2.55	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.35/2.63	c 3	Decoding HOME/temp.out
2.35/2.73	c 3	OBJECTIVE _COST 40
2.35/2.73	o 40
2.35/2.73	v 238 222 287 136 152 225 71 87 214 187 216 215 72 71 130 153 0 0 265 272 240 239 10 130 17 12 152 151 127 128 90 95 192 191 42 75 289 138 0 1 123 124 43 42 200 199 0 1 296 10
2.35/2.74	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.35/2.76	c 3	OK
2.35/2.76	c 3	OBJECTIVE BOUND: 0 <= _COST <= 40
2.35/2.76	c 3	SEARCHING: _COST <= 20
2.35/2.77	c 3	============================[ Search Statistics ]==============================
2.35/2.78	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.35/2.78	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.35/2.78	c 3	===============================================================================
2.35/2.78	c 3	|       126 |   16140   288749   838167 |    96249      126     30 |  0.000 % |
2.57/2.89	c 3	|       226 |   16140   288749   838167 |   105874      226     31 | 15.294 % |
2.77/3.02	c 3	===============================================================================
2.77/3.02	c 3	restarts              : 5
2.77/3.02	c 3	conflicts             : 327           (555 /sec)
2.77/3.02	c 3	decisions             : 1801          (0.94 % random) (3058 /sec)
2.77/3.02	c 3	propagations          : 649344         (1102620 /sec)
2.77/3.02	c 3	conflict literals     : 11105          (24.03 % deleted)
2.77/3.02	c 3	Memory used           : 15.12 MB
2.77/3.02	c 3	CPU time              : 0.58891 s
2.77/3.02	c 3	
2.77/3.02	c 3	SATISFIABLE
2.77/3.03	c 3	OK
2.77/3.03	c 3	FOUND: _COST <= 20
2.77/3.03	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.77/3.03	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.80/3.10	c 3	Decoding HOME/temp.out
3.06/3.33	c 3	OBJECTIVE _COST 20
3.06/3.33	o 20
3.06/3.33	v 92 91 75 76 3 2 186 187 252 251 65 66 7 17 218 217 115 114 186 187 191 192 97 129 10 11 256 255 89 88 89 60 159 199 255 254 10 11 157 47 115 114 213 212 25 26 294 293 2 3
3.06/3.36	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.06/3.39	c 3	OK
3.06/3.39	c 3	OBJECTIVE BOUND: 0 <= _COST <= 20
3.06/3.39	c 3	SEARCHING: _COST <= 10
3.13/3.40	c 3	============================[ Search Statistics ]==============================
3.13/3.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.13/3.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.13/3.41	c 3	===============================================================================
3.13/3.41	c 3	|       327 |   15602   288749   838167 |    96249      327     34 | 15.294 % |
3.23/3.53	c 4	|       428 |   15602   288749   838167 |   105874      428     33 | 17.493 % |
3.43/3.76	c 4	|       579 |   15602   288749   838167 |   116462      579     34 | 17.493 % |
3.83/4.19	c 4	|       804 |   15197   163142   470707 |   128108      800     33 | 17.493 % |
4.51/4.86	c 5	|      1144 |   15197   163142   470707 |   140919     1140     36 | 17.493 % |
5.41/5.77	c 6	|      1650 |   15197   163142   470707 |   155011     1646     38 | 17.493 % |
6.89/7.24	c 7	|      2410 |   15197   163142   470707 |   170512     2406     48 | 17.493 % |
7.59/7.94	c 8	===============================================================================
7.59/7.94	c 8	restarts              : 12
7.59/7.94	c 8	conflicts             : 2781          (546 /sec)
7.59/7.94	c 8	decisions             : 5038          (1.19 % random) (989 /sec)
7.59/7.94	c 8	propagations          : 6392969        (1254944 /sec)
7.59/7.94	c 8	conflict literals     : 133204         (16.03 % deleted)
7.59/7.94	c 8	Memory used           : 15.12 MB
7.59/7.94	c 8	CPU time              : 5.09422 s
7.59/7.94	c 8	
7.59/7.94	c 8	SATISFIABLE
7.59/7.94	c 8	OK
7.59/7.94	c 8	FOUND: _COST <= 10
7.59/7.94	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.59/7.94	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.64/8.03	c 8	Decoding HOME/temp.out
7.64/8.13	c 8	OBJECTIVE _COST 10
7.64/8.13	o 10
7.64/8.13	v 98 97 235 236 1 2 170 169 252 251 253 254 161 162 4 3 90 89 220 219 64 65 2 1 141 142 240 241 301 300 23 22 65 66 205 204 288 289 162 163 128 129 213 212 0 1 293 294 120 121
7.64/8.14	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.64/8.16	c 8	OK
7.64/8.16	c 8	OBJECTIVE BOUND: 0 <= _COST <= 10
7.64/8.16	c 8	SEARCHING: _COST <= 5
7.64/8.16	c 8	============================[ Search Statistics ]==============================
7.64/8.16	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.64/8.16	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.64/8.16	c 8	===============================================================================
7.64/8.17	c 8	|      2781 |   14842   154542   445962 |    51514     2755     48 | 17.493 % |
7.95/8.38	c 8	|      2881 |   14842   154542   445962 |    56665     2855     48 | 19.420 % |
8.35/8.75	c 9	|      3031 |   14842   154542   445962 |    62331     3005     50 | 19.420 % |
8.75/9.14	c 9	|      3256 |   14842   154542   445962 |    68565     3230     49 | 19.420 % |
9.44/9.80	c 10	|      3593 |   14842   154542   445962 |    75421     3567     50 | 19.420 % |
10.53/10.93	c 11	|      4100 |   14842   154542   445962 |    82963     4074     52 | 19.420 % |
12.41/12.84	c 13	|      4859 |   14842   154542   445962 |    91260     4833     55 | 19.420 % |
15.19/15.63	c 16	|      5999 |   14842   154542   445962 |   100386     5973     59 | 19.420 % |
19.74/20.29	c 20	|      7707 |   14842   154542   445962 |   110424     7681     67 | 19.420 % |
20.15/20.62	c 21	===============================================================================
20.15/20.62	c 21	restarts              : 21
20.15/20.62	c 21	conflicts             : 7833          (449 /sec)
20.15/20.62	c 21	decisions             : 10782         (1.32 % random) (618 /sec)
20.15/20.62	c 21	propagations          : 19296633       (1105929 /sec)
20.15/20.62	c 21	conflict literals     : 522351         (11.92 % deleted)
20.15/20.62	c 21	Memory used           : 15.12 MB
20.15/20.62	c 21	CPU time              : 17.4483 s
20.15/20.62	c 21	
20.15/20.62	c 21	SATISFIABLE
20.15/20.63	c 21	OK
20.15/20.63	c 21	FOUND: _COST <= 5
20.15/20.63	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.15/20.63	c 21	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.18/20.71	c 21	Decoding HOME/temp.out
20.44/20.93	c 21	OBJECTIVE _COST 5
20.44/20.93	o 5
20.44/20.94	v 156 157 224 225 93 94 28 27 251 252 182 183 124 123 6 7 232 231 92 93 119 118 241 240 13 14 184 185 109 4 154 153 16 15 255 254 1 0 111 112 16 17 222 223 95 94 213 7 0 6
20.44/20.94	c 21	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
20.44/20.98	c 21	OK
20.44/20.98	c 21	OBJECTIVE BOUND: 0 <= _COST <= 5
20.44/20.98	c 21	SEARCHING: _COST <= 2
20.44/20.98	c 21	============================[ Search Statistics ]==============================
20.44/20.98	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.44/20.99	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.44/20.99	c 21	===============================================================================
20.44/20.99	c 21	|      7833 |   14507   149632   432232 |    49877     7753     67 | 19.420 % |
20.73/21.22	c 21	|      7934 |   14507   149632   432232 |    54865     7854     67 | 21.239 % |
21.03/21.59	c 22	|      8084 |   14507   149632   432232 |    60351     8004     68 | 21.239 % |
21.62/22.11	c 22	|      8309 |   14507   149632   432232 |    66386     8229     69 | 21.239 % |
22.42/22.95	c 23	|      8647 |   14507   149632   432232 |    73025     8567     71 | 21.239 % |
23.60/24.19	c 24	|      9157 |   14507   149632   432232 |    80327     9077     74 | 21.239 % |
25.68/26.24	c 26	|      9916 |   14507   149632   432232 |    88360     9836     78 | 21.239 % |
28.45/29.04	c 29	|     11056 |   14507   149632   432232 |    97196    10976     83 | 21.239 % |
32.90/33.50	c 34	|     12764 |   14507   149632   432232 |   106916    12684     89 | 21.239 % |
40.33/41.00	c 41	|     15326 |   14507   149632   432232 |   117608    15246     99 | 21.239 % |
51.43/52.28	c 52	|     19171 |   14507   149632   432232 |   129368    19091    107 | 21.239 % |
68.96/69.93	c 70	|     24940 |   14507   149632   432232 |   142305    24860    115 | 21.239 % |
99.57/100.87	c 101	|     33589 |   14507   149632   432232 |   156536    33509    126 | 21.239 % |
150.00/151.77	c 152	|     46563 |   14507   149632   432232 |   172190    46483    135 | 21.239 % |
238.56/241.13	c 241	|     66024 |   14507   149632   432232 |   189409    65944    142 | 21.239 % |
405.19/409.33	c 409	|     95216 |   14507   149632   432232 |   208349    95136    148 | 21.239 % |
680.40/687.15	c 687	===============================================================================
680.40/687.15	c 687	restarts              : 37
680.40/687.15	c 687	conflicts             : 127423        (188 /sec)
680.40/687.15	c 687	decisions             : 133535        (1.73 % random) (197 /sec)
680.40/687.15	c 687	propagations          : 217172807      (320728 /sec)
680.40/687.15	c 687	conflict literals     : 19554636       (8.19 % deleted)
680.40/687.15	c 687	Memory used           : 139.17 MB
680.40/687.15	c 687	CPU time              : 677.124 s
680.40/687.15	c 687	
680.40/687.15	c 687	UNSATISFIABLE
680.40/687.15	c 687	OK
680.40/687.15	c 687	NOT FOUND: _COST <= 2
680.40/687.15	c 687	OK
680.40/687.15	c 687	OBJECTIVE BOUND: 3 <= _COST <= 5
680.40/687.15	c 687	SEARCHING: _COST <= 4
680.40/687.15	c 687	============================[ Search Statistics ]==============================
680.40/687.15	c 687	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
680.40/687.15	c 687	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
680.40/687.15	c 687	===============================================================================
680.40/687.15	c 687	|    127423 |   14501   149608   432178 |    49869   124360    157 | 21.239 % |
681.49/688.28	c 688	|    127523 |   14501   149608   432178 |    54856    25280    164 | 21.272 % |
681.98/688.75	c 689	|    127674 |   14501   149608   432178 |    60341    25431    163 | 21.272 % |
682.67/689.42	c 689	|    127899 |   14501   149608   432178 |    66376    25656    162 | 21.272 % |
683.66/690.40	c 690	|    128240 |   14501   149608   432178 |    73013    25997    161 | 21.272 % |
685.35/692.12	c 692	|    128748 |   14501   149608   432178 |    80315    26505    159 | 21.272 % |
687.63/694.44	c 694	|    129509 |   14501   149608   432178 |    88346    27266    157 | 21.272 % |
691.49/698.32	c 698	|    130648 |   14501   149608   432178 |    97181    28405    155 | 21.272 % |
696.94/703.88	c 704	|    132356 |   14501   149608   432178 |   106899    30113    152 | 21.272 % |
697.34/704.25	c 704	===============================================================================
697.34/704.25	c 704	restarts              : 46
697.34/704.25	c 704	conflicts             : 132470        (191 /sec)
697.34/704.25	c 704	decisions             : 139099        (1.73 % random) (200 /sec)
697.34/704.25	c 704	propagations          : 230866088      (332629 /sec)
697.34/704.25	c 704	conflict literals     : 20025317       (8.22 % deleted)
697.34/704.25	c 704	Memory used           : 139.17 MB
697.34/704.25	c 704	CPU time              : 694.064 s
697.34/704.25	c 704	
697.34/704.25	c 704	SATISFIABLE
697.34/704.26	c 704	OK
697.34/704.26	c 704	FOUND: _COST <= 4
697.34/704.26	c 704	DECODING HOME/temp.out WITH HOME/temp.map
697.34/704.26	c 704	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
697.40/704.35	c 704	Decoding HOME/temp.out
697.40/704.57	c 705	OBJECTIVE _COST 4
697.40/704.57	o 4
697.40/704.57	v 84 85 67 68 160 161 223 222 0 1 78 77 127 128 218 217 6 7 186 185 161 160 5 4 225 224 79 80 1 2 52 53 192 193 4 3 288 289 150 149 227 226 4 3 127 128 117 118 217 218
697.40/704.60	c 705	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
697.40/704.64	c 705	OK
697.40/704.64	c 705	OBJECTIVE BOUND: 3 <= _COST <= 4
697.40/704.64	c 705	SEARCHING: _COST <= 3
697.40/704.64	c 705	============================[ Search Statistics ]==============================
697.40/704.64	c 705	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
697.40/704.64	c 705	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
697.40/704.64	c 705	===============================================================================
697.40/704.64	c 705	|    132470 |   14501   149608   432178 |    49869    30227    152 | 21.272 % |
697.98/704.97	c 705	|    132570 |   14501   149608   432178 |    54856    30327    152 | 21.972 % |
698.48/705.47	c 706	|    132721 |   14501   149608   432178 |    60341    30478    152 | 21.972 % |
699.27/706.22	c 706	|    132946 |   14501   149608   432178 |    66376    30703    152 | 21.972 % |
700.26/707.28	c 707	|    133286 |   14501   149608   432178 |    73013    31043    151 | 21.972 % |
702.04/709.02	c 709	|    133793 |   14501   149608   432178 |    80315    31550    151 | 21.972 % |
702.44/709.42	c 709	===============================================================================
702.44/709.42	c 709	restarts              : 52
702.44/709.42	c 709	conflicts             : 133884        (192 /sec)
702.44/709.42	c 709	decisions             : 140711        (1.72 % random) (201 /sec)
702.44/709.42	c 709	propagations          : 234181130      (335117 /sec)
702.44/709.42	c 709	conflict literals     : 20207638       (8.22 % deleted)
702.44/709.42	c 709	Memory used           : 139.17 MB
702.44/709.42	c 709	CPU time              : 698.804 s
702.44/709.42	c 709	
702.44/709.42	c 709	SATISFIABLE
702.44/709.43	c 709	OK
702.44/709.43	c 709	FOUND: _COST <= 3
702.44/709.43	c 709	DECODING HOME/temp.out WITH HOME/temp.map
702.44/709.43	c 709	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
702.46/709.51	c 710	Decoding HOME/temp.out
702.46/709.61	c 710	OBJECTIVE _COST 3
702.46/709.61	o 3
702.46/709.61	v 85 86 68 69 160 161 223 224 1 2 78 77 127 128 217 218 6 7 186 185 161 160 6 5 225 224 80 81 2 1 53 54 193 194 5 4 289 288 151 150 226 227 5 4 128 127 118 117 217 218
702.46/709.62	c 710	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
702.46/709.64	c 710	OK
702.46/709.64	c 710	OBJECTIVE _COST 3
702.46/709.64	s OPTIMUM FOUND
702.46/709.67	c 710	CPU 702.02 (0.06 0.03 701.96 0.65)
702.46/709.67	c 710	END Sat Jul 12 15:15:07 2008

Verifier Data (download as text)

OK	3	322
3 unsatisfied constraints, 322 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-1112423-1215867797/watcher-1112423-1215867797 -o /tmp/evaluation-result-1112423-1215867797/solver-1112423-1215867797 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112423-1215867797.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17980
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=12268 CPUtime=0
/proc/17980/stat : 17980 (sugar++) R 17978 17980 17180 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43483086 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17980/statm: 3067 316 241 3 0 167 0

[startup+0.08083 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17980
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16740 CPUtime=0.06
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 43483086 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102117 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17980
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16740 CPUtime=0.07
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43483086 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301125 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17980
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16740 CPUtime=0.07
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43483086 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70116 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17980
/proc/meminfo: memFree=1778256/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16740 CPUtime=0.44
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1296 4507 0 1 5 2 35 2 15 0 1 0 43483086 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50223 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 18002
/proc/meminfo: memFree=1763768/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16740 CPUtime=0.44
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1297 4507 0 1 5 2 35 2 15 0 1 0 43483086 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4185 1104 409 3 0 764 0
[pid=17993] ppid=17980 vsize=5356 CPUtime=0
/proc/17993/stat : 17993 (sh) S 17980 17980 17180 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43483136 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17993/statm: 1339 233 193 169 0 50 0
[pid=17994] ppid=17993 vsize=868468 CPUtime=0.96
/proc/17994/stat : 17994 (java) S 17993 17980 17180 0 -1 0 6425 0 1 0 89 7 0 0 18 0 9 0 43483137 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17994/statm: 217117 5562 2562 9 0 211664 0
[pid=17994/tid=17995] ppid=17993 vsize=868468 CPUtime=0.68
/proc/17994/task/17995/stat : 17995 (java) R 17993 17980 17180 0 -1 64 2801 0 1 0 64 4 0 0 21 0 9 0 43483137 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4126873004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=17996] ppid=17993 vsize=868468 CPUtime=0.06
/proc/17994/task/17996/stat : 17996 (java) S 17993 17980 17180 0 -1 64 1470 0 0 0 5 1 0 0 16 0 9 0 43483139 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=17997] ppid=17993 vsize=868468 CPUtime=0
/proc/17994/task/17997/stat : 17997 (java) S 17993 17980 17180 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43483139 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=17998] ppid=17993 vsize=868468 CPUtime=0
/proc/17994/task/17998/stat : 17998 (java) S 17993 17980 17180 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43483139 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=17999] ppid=17993 vsize=868468 CPUtime=0
/proc/17994/task/17999/stat : 17999 (java) S 17993 17980 17180 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43483141 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=18000] ppid=17993 vsize=868468 CPUtime=0.2
/proc/17994/task/18000/stat : 18000 (java) S 17993 17980 17180 0 -1 64 1461 0 0 0 19 1 0 0 16 0 9 0 43483141 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=18001] ppid=17993 vsize=868468 CPUtime=0
/proc/17994/task/18001/stat : 18001 (java) S 17993 17980 17180 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43483141 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17994/tid=18002] ppid=17993 vsize=868468 CPUtime=0
/proc/17994/task/18002/stat : 18002 (java) S 17993 17980 17180 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43483141 889311232 5562 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890564

[startup+3.10236 s]
/proc/loadavg: 1.91 1.97 1.99 3/93 18013
/proc/meminfo: memFree=1749360/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=2.19
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1728 22842 0 5 6 3 191 19 15 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=15484 CPUtime=0.61
/proc/18003/stat : 18003 (minisat-inc) S 17980 17980 17180 0 -1 4194304 3735 0 0 0 59 2 0 0 17 0 1 0 43483257 15855616 3676 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18003/statm: 3871 3676 79 151 0 3717 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 32356

[startup+6.30163 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 18043
/proc/meminfo: memFree=1754432/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=2.52
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1765 26703 0 6 6 3 221 22 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=15484 CPUtime=3.48
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 3744 0 0 0 346 2 0 0 25 0 1 0 43483257 15855616 3685 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 3871 3685 79 151 0 3717 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 32356

[startup+12.7022 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 18053
/proc/meminfo: memFree=1754496/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=2.7
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1835 30554 0 7 6 3 237 24 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=15484 CPUtime=9.61
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 3746 0 0 0 959 2 0 0 25 0 1 0 43483257 15855616 3685 996147200 134512640 135134323 4294956192 18446744073709551615 134531913 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 3871 3685 79 151 0 3717 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 32356

[startup+25.5012 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1754432/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=15880 CPUtime=21.96
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 3846 0 0 0 2193 3 0 0 25 0 1 0 43483257 16261120 3783 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 3970 3783 79 151 0 3816 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 32752

[startup+51.1013 s]
/proc/loadavg: 1.96 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1747904/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=22572 CPUtime=47.31
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 5515 0 0 0 4726 5 0 0 25 0 1 0 43483257 23113728 5452 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 5643 5452 79 151 0 5489 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 39444

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1736768/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=33844 CPUtime=98.03
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 8277 0 0 0 9796 7 0 0 25 0 1 0 43483257 34656256 8214 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 8461 8214 79 151 0 8307 0
Current children cumulated CPU time (s) 101.06
Current children cumulated vsize (KiB) 50716

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1725120/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=45936 CPUtime=157.46
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 11179 0 0 0 15736 10 0 0 25 0 1 0 43483257 47038464 11116 996147200 134512640 135134323 4294956192 18446744073709551615 134523894 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 11484 11116 79 151 0 11330 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 62808

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1715648/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=55712 CPUtime=216.91
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 13521 0 0 0 21677 14 0 0 25 0 1 0 43483257 57049088 13458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 13928 13458 79 151 0 13774 0
Current children cumulated CPU time (s) 219.94
Current children cumulated vsize (KiB) 72584

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1703744/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=68248 CPUtime=276.34
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 16533 0 0 0 27619 15 0 0 25 0 1 0 43483257 69885952 16425 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 17062 16425 79 151 0 16908 0
Current children cumulated CPU time (s) 279.37
Current children cumulated vsize (KiB) 85120

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1693952/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=78468 CPUtime=335.79
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 19020 0 0 0 33562 17 0 0 25 0 1 0 43483257 80351232 18873 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 19617 18873 79 151 0 19463 0
Current children cumulated CPU time (s) 338.82
Current children cumulated vsize (KiB) 95340

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1684928/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=88672 CPUtime=395.23
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 21305 0 0 0 39504 19 0 0 25 0 1 0 43483257 90800128 21134 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 22168 21134 79 151 0 22014 0
Current children cumulated CPU time (s) 398.26
Current children cumulated vsize (KiB) 105544

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1675456/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=99288 CPUtime=454.66
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 23671 0 0 0 45445 21 0 0 25 0 1 0 43483257 101670912 23492 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 24822 23492 79 151 0 24668 0
Current children cumulated CPU time (s) 457.69
Current children cumulated vsize (KiB) 116160

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1666048/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=109528 CPUtime=514.1
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 25981 0 0 0 51387 23 0 0 25 0 1 0 43483257 112156672 25786 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 27382 25786 79 151 0 27228 0
Current children cumulated CPU time (s) 517.13
Current children cumulated vsize (KiB) 126400

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1654784/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=122652 CPUtime=573.54
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 28853 0 0 0 57328 26 0 0 25 0 1 0 43483257 125595648 28608 996147200 134512640 135134323 4294956192 18446744073709551615 134532039 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 30663 28608 79 151 0 30509 0
Current children cumulated CPU time (s) 576.57
Current children cumulated vsize (KiB) 139524

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1641280/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1905 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=138960 CPUtime=632.99
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 32278 0 0 0 63270 29 0 0 25 0 1 0 43483257 142295040 31955 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 34740 31955 79 151 0 34586 0
Current children cumulated CPU time (s) 636.02
Current children cumulated vsize (KiB) 155832

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1637504/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1907 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=692.42
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 33202 0 0 0 69212 30 0 0 25 0 1 0 43483257 145924096 32877 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 35626 32877 79 151 0 35472 0
Current children cumulated CPU time (s) 695.45
Current children cumulated vsize (KiB) 159376

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

[startup+703.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18063
/proc/meminfo: memFree=1637504/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.03
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1907 34405 0 8 6 3 268 26 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=694.01
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 33202 0 0 0 69371 30 0 0 25 0 1 0 43483257 145924096 32877 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 35626 32877 79 151 0 35472 0
Current children cumulated CPU time (s) 697.04
Current children cumulated vsize (KiB) 159376

[startup+707.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18073
/proc/meminfo: memFree=1637184/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.36
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1975 38266 0 9 6 3 298 29 15 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=696.8
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 33205 0 0 0 69650 30 0 0 25 0 1 0 43483257 145924096 32878 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 35626 32878 79 151 0 35472 0
Current children cumulated CPU time (s) 700.16
Current children cumulated vsize (KiB) 159376

[startup+708.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18073
/proc/meminfo: memFree=1637184/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.36
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1975 38266 0 9 6 3 298 29 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=698.39
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 33205 0 0 0 69809 30 0 0 25 0 1 0 43483257 145924096 32878 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 35626 32878 79 151 0 35472 0
Current children cumulated CPU time (s) 701.75
Current children cumulated vsize (KiB) 159376

[startup+709.101 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18073
/proc/meminfo: memFree=1637184/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.36
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 1975 38266 0 9 6 3 298 29 16 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=698.78
/proc/18003/stat : 18003 (minisat-inc) R 17980 17980 17180 0 -1 4194304 33205 0 0 0 69848 30 0 0 25 0 1 0 43483257 145924096 32878 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18003/statm: 35626 32878 79 151 0 35472 0
Current children cumulated CPU time (s) 702.14
Current children cumulated vsize (KiB) 159376

[startup+709.506 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18073
/proc/meminfo: memFree=1637184/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.36
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 2008 38266 0 9 6 3 298 29 15 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=699.1
/proc/18003/stat : 18003 (minisat-inc) S 17980 17980 17180 0 -1 4194304 33207 0 0 0 69880 30 0 0 25 0 1 0 43483257 145924096 32878 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18003/statm: 35626 32878 79 151 0 35472 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 159376

[startup+709.601 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 18073
/proc/meminfo: memFree=1637184/2055920 swapFree=4192812/4192956
[pid=17980] ppid=17978 vsize=16872 CPUtime=3.36
/proc/17980/stat : 17980 (sugar++) S 17978 17980 17180 0 -1 4194304 2027 38266 0 9 6 3 298 29 15 0 1 0 43483086 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17980/statm: 4218 1122 414 3 0 797 0
[pid=18003] ppid=17980 vsize=142504 CPUtime=699.1
/proc/18003/stat : 18003 (minisat-inc) S 17980 17980 17180 0 -1 4194304 33207 0 0 0 69880 30 0 0 25 0 1 0 43483257 145924096 32878 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18003/statm: 35626 32878 79 151 0 35472 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 159376

Child status: 0
Real time (s): 709.671
CPU time (s): 702.724
CPU user time (s): 702.032
CPU system time (s): 0.691894
CPU usage (%): 99.0211
Max. virtual memory (cumulated for all children) (KiB): 890564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 702.032
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77447
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4637
involuntary context switches= 33634

runsolver used 0.905862 second user time and 2.34964 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 15:03:17
IDJOB=1112423
IDBENCH=61415
IDSOLVER=367
FILE ID=node3/1112423-1215867797
PBS_JOBID= 7903441
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-7.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112423-1215867797/watcher-1112423-1215867797 -o /tmp/evaluation-result-1112423-1215867797/solver-1112423-1215867797 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112423-1215867797.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 891dc58259d78fa5815dec2b7fea9f74
RANDOM SEED=1605507013

node3.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.238
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.238
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:       1778736 kB
Buffers:         50684 kB
Cached:          85180 kB
SwapCached:          0 kB
Active:         151160 kB
Inactive:        67668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:         103184 kB
Slab:            43388 kB
Committed_AS:   269932 kB
PageTables:       2012 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= 66540 MiB
End job on node3 at 2008-07-12 15:15:07