Trace number 1101748

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+minisatSAT 415.567 419.595

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-44_ext.xml
MD5SUMc17cb85d777563826a59d241a33c8981
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.4893
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 23:44:21 2008
0.00/0.04	c 0	PID 24998
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101748-1215294261.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-1101748-1215294261.xml' 'HOME/temp.csp'
0.04/0.51	c 1	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.04/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.60	c 1	Parsing HOME/temp.csp
0.96/1.02	c 1	parsed 721 expressions
0.96/1.02	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.02	c 1	Converting to clausal form CSP
0.96/1.05	c 1	converted 73 (10%) expressions
0.96/1.05	c 1	converted 145 (20%) expressions
0.96/1.05	c 1	converted 217 (30%) expressions
0.96/1.05	c 1	converted 289 (40%) expressions
0.96/1.06	c 1	converted 361 (50%) expressions
1.07/1.13	c 1	converted 433 (60%) expressions
1.07/1.15	c 1	converted 505 (70%) expressions
1.07/1.17	c 1	converted 577 (80%) expressions
1.07/1.18	c 1	converted 649 (90%) expressions
1.16/1.20	c 1	converted 721 (100%) expressions
1.16/1.20	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.16/1.20	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.20	c 1	Propagation in CSP
1.16/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.16/1.21	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.16/1.21	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.16/1.21	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.16/1.21	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.16/1.25	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.16/1.26	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.16/1.26	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.16/1.26	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.16/1.26	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.16/1.26	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.16/1.27	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.16/1.27	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.16/1.27	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.16/1.27	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.25/1.32	c 2	34 (10%) CSP clauses are encoded (2700 clauses, 39968 bytes)
1.25/1.34	c 2	68 (20%) CSP clauses are encoded (4770 clauses, 74692 bytes)
1.25/1.35	c 2	102 (30%) CSP clauses are encoded (6960 clauses, 112559 bytes)
1.25/1.37	c 2	136 (40%) CSP clauses are encoded (9171 clauses, 153739 bytes)
1.25/1.38	c 2	170 (50%) CSP clauses are encoded (11391 clauses, 195408 bytes)
1.25/1.40	c 2	204 (60%) CSP clauses are encoded (13604 clauses, 236832 bytes)
1.35/1.41	c 2	238 (70%) CSP clauses are encoded (15715 clauses, 276571 bytes)
1.35/1.43	c 2	272 (80%) CSP clauses are encoded (17866 clauses, 316824 bytes)
1.35/1.44	c 2	306 (90%) CSP clauses are encoded (20072 clauses, 358158 bytes)
1.35/1.45	c 2	340 (100%) CSP clauses are encoded (22272 clauses, 399202 bytes)
1.35/1.45	c 2	340 CSP clauses encoded
1.35/1.45	c 2	Writing map file : HOME/temp.map
1.35/1.46	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.46	c 2	SAT : 720 SAT variables, 22272 SAT clauses, 399202 bytes
1.35/1.46	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.47	c 2	SOLVING HOME/temp.cnf
1.35/1.47	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.35/1.47	c 2	This is MiniSat 2.0 beta
1.35/1.47	c 2	WARNING: for repeatability, setting FPU to use double precision
1.35/1.47	c 2	============================[ Problem Statistics ]=============================
1.35/1.47	c 2	|                                                                             |
1.35/1.47	c 2	|  Number of variables:  720                                                  |
1.35/1.47	c 2	|  Number of clauses:    22272                                                |
1.35/1.48	c 2	|  Parsing time:         0.01         s                                       |
1.35/1.48	c 2	============================[ Search Statistics ]==============================
1.35/1.48	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.35/1.48	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.35/1.48	c 2	===============================================================================
1.35/1.48	c 2	|         0 |     720    22272    81718 |     7424        0    nan |  0.000 % |
1.43/1.50	c 2	|       101 |     720    22272    81718 |     8166      101     12 |  0.000 % |
1.43/1.52	c 2	|       251 |     720    22272    81718 |     8983      251     13 |  0.003 % |
1.43/1.54	c 2	|       476 |     720    22272    81718 |     9881      476     12 |  0.009 % |
1.43/1.58	c 2	|       815 |     720    22272    81718 |    10869      815     13 |  0.009 % |
1.43/1.63	c 2	|      1322 |     720    22272    81718 |    11956     1322     13 |  0.008 % |
1.43/1.71	c 2	|      2081 |     720    22272    81718 |    13152     2081     14 |  0.002 % |
1.43/1.85	c 2	|      3221 |     720    22272    81718 |    14467     3221     14 |  0.007 % |
1.43/2.06	c 2	|      4930 |     720    22272    81718 |    15914     4930     14 |  0.004 % |
2.24/2.40	c 3	|      7494 |     720    22272    81718 |    17505     7494     14 |  0.004 % |
2.83/2.97	c 3	|     11338 |     720    22272    81718 |    19255    11338     15 |  0.003 % |
3.92/4.06	c 4	|     17104 |     720    22272    81718 |    21181    17104     15 |  0.008 % |
5.61/5.71	c 6	|     25754 |     720    22272    81718 |    23299    15067     15 |  0.007 % |
8.38/8.54	c 9	|     38728 |     720    22272    81718 |    25629    16323     16 |  0.003 % |
12.74/12.98	c 13	|     58189 |     720    22272    81718 |    28192    22690     15 |  0.007 % |
20.06/20.39	c 21	|     87381 |     720    22272    81718 |    31011    22310     16 |  0.007 % |
31.75/32.17	c 32	|    131170 |     720    22272    81718 |    34113    30232     17 |  0.007 % |
50.57/51.10	c 51	|    196855 |     720    22272    81718 |    37524    33430     17 |  0.003 % |
80.19/81.06	c 81	|    295381 |     720    22272    81718 |    41276    36174     18 |  0.008 % |
127.45/128.71	c 129	|    443170 |     720    22272    81718 |    45404    23108     18 |  0.002 % |
202.82/204.84	c 205	|    664853 |     720    22272    81718 |    49944    32739     18 |  0.007 % |
323.77/326.96	c 327	|    997378 |     718    22163    81370 |    54939    46544     20 |  0.278 % |
415.39/419.42	c 420	===============================================================================
415.39/419.42	c 420	restarts              : 22
415.39/419.42	c 420	conflicts             : 1239959        (2995 /sec)
415.39/419.42	c 420	decisions             : 1480525        (1.41 % random) (3577 /sec)
415.39/419.42	c 420	propagations          : 136271215      (329192 /sec)
415.39/419.42	c 420	conflict literals     : 22700518       (37.82 % deleted)
415.39/419.42	c 420	Memory used           : 13.61 MB
415.39/419.42	c 420	CPU time              : 413.957 s
415.39/419.42	c 420	
415.39/419.42	c 420	SATISFIABLE
415.39/419.42	c 420	DECODING HOME/temp.out WITH HOME/temp.map
415.39/419.42	c 420	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
415.42/419.51	c 420	Decoding HOME/temp.out
415.42/419.54	s SATISFIABLE
415.42/419.54	v 11 7 16 14 12 4 3 17 11 16 18 10 15 8 12 16 13 18 15 10 9 5 6 8 7 17 14 18 12 15 16 1 13 6 12 13 9 12 6 1
415.42/419.55	c 420	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
415.42/419.59	c 420	CPU 415.38 (0.03 0.01 415.35 0.16)
415.42/419.59	c 420	END Sat Jul  5 23:51:21 2008

Verifier Data (download as text)

OK

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-1101748-1215294261/watcher-1101748-1215294261 -o /tmp/evaluation-result-1101748-1215294261/solver-1101748-1215294261 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1101748-1215294261.xml 

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


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24998
/proc/meminfo: memFree=1620392/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=18572 CPUtime=0
/proc/24998/stat : 24998 (runsolver) R 24996 24998 22618 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2008398394 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24998/statm: 4643 292 257 25 0 2626 0

[startup+0.08556 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24998
/proc/meminfo: memFree=1620392/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=0.04
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008398394 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101563 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24998
/proc/meminfo: memFree=1620392/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=0.04
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008398394 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.3016 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24998
/proc/meminfo: memFree=1620392/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=0.04
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2008398394 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701673 s]
/proc/loadavg: 2.08 2.02 2.01 4/80 24998
/proc/meminfo: memFree=1620392/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=0.5
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 973 4745 0 1 3 1 43 3 16 0 1 0 2008398394 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 25020
/proc/meminfo: memFree=1609104/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 13600

[startup+3.10113 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 25022
/proc/meminfo: memFree=1615376/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 15 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=4020 CPUtime=1.6
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 765 0 0 0 160 0 0 0 25 0 1 0 2008398542 4116480 751 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 1005 751 75 150 0 852 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 22976

[startup+6.30173 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 25022
/proc/meminfo: memFree=1613904/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=4904 CPUtime=4.77
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 989 0 0 0 477 0 0 0 25 0 1 0 2008398542 5021696 975 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 1226 975 75 150 0 1073 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 23860

[startup+12.7029 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 25022
/proc/meminfo: memFree=1613072/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=5696 CPUtime=11.11
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 1165 0 0 0 1111 0 0 0 25 0 1 0 2008398542 5832704 1151 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 1424 1151 75 150 0 1271 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 24652

[startup+25.5013 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 25022
/proc/meminfo: memFree=1612304/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=6520 CPUtime=23.78
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 1385 0 0 0 2378 0 0 0 25 0 1 0 2008398542 6676480 1371 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 1630 1371 75 150 0 1477 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 25476

[startup+51.1012 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 25022
/proc/meminfo: memFree=1611280/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=7632 CPUtime=49.14
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 1641 0 0 0 4913 1 0 0 25 0 1 0 2008398542 7815168 1627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 1908 1627 75 150 0 1755 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 26588

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 25022
/proc/meminfo: memFree=1609488/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=9492 CPUtime=99.86
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 2070 0 0 0 9985 1 0 0 25 0 1 0 2008398542 9719808 2056 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 2373 2056 75 150 0 2220 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 28448

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1608336/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=10576 CPUtime=159.29
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 2347 0 0 0 15927 2 0 0 25 0 1 0 2008398542 10829824 2333 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 2644 2333 75 150 0 2491 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 29532

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1607504/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=11512 CPUtime=218.72
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 2573 0 0 0 21870 2 0 0 25 0 1 0 2008398542 11788288 2559 996147200 134512640 135127466 4294956256 18446744073709551615 134527703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 2878 2559 75 150 0 2725 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 30468

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1606800/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=12144 CPUtime=278.16
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 2747 0 0 0 27814 2 0 0 25 0 1 0 2008398542 12435456 2733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3036 2733 75 150 0 2883 0
Current children cumulated CPU time (s) 279.59
Current children cumulated vsize (KiB) 31100

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1605456/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13492 CPUtime=337.59
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3066 0 0 0 33756 3 0 0 25 0 1 0 2008398542 13815808 3052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3373 3052 75 150 0 3220 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 32448

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1605200/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13792 CPUtime=397.02
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3131 0 0 0 39699 3 0 0 25 0 1 0 2008398542 14123008 3117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3448 3117 75 150 0 3295 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 32748

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1605072/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13928 CPUtime=404.16
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3159 0 0 0 40413 3 0 0 25 0 1 0 2008398542 14262272 3145 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3482 3145 75 150 0 3329 0
Current children cumulated CPU time (s) 405.59
Current children cumulated vsize (KiB) 32884

[startup+415.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1605008/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13928 CPUtime=410.49
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3172 0 0 0 41046 3 0 0 25 0 1 0 2008398542 14262272 3158 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3482 3158 75 150 0 3329 0
Current children cumulated CPU time (s) 411.92
Current children cumulated vsize (KiB) 32884

[startup+417.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1605008/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13928 CPUtime=412.08
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3180 0 0 0 41205 3 0 0 25 0 1 0 2008398542 14262272 3166 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3482 3166 75 150 0 3329 0
Current children cumulated CPU time (s) 413.51
Current children cumulated vsize (KiB) 32884

[startup+418.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1605008/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13928 CPUtime=412.87
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3180 0 0 0 41284 3 0 0 25 0 1 0 2008398542 14262272 3166 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3482 3166 75 150 0 3329 0
Current children cumulated CPU time (s) 414.3
Current children cumulated vsize (KiB) 32884

[startup+419.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1604944/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=1.43
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1031 11837 0 2 3 1 130 9 16 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
[pid=25021] ppid=24998 vsize=5356 CPUtime=0
/proc/25021/stat : 25021 (sh) S 24998 24998 22618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008398541 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25021/statm: 1339 232 193 169 0 50 0
[pid=25022] ppid=25021 vsize=13928 CPUtime=413.67
/proc/25022/stat : 25022 (minisat) R 25021 24998 22618 0 -1 4194304 3187 0 0 0 41364 3 0 0 25 0 1 0 2008398542 14262272 3173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25022/statm: 3482 3173 75 150 0 3329 0
Current children cumulated CPU time (s) 415.1
Current children cumulated vsize (KiB) 32884

[startup+419.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 25022
/proc/meminfo: memFree=1604944/2055920 swapFree=4117888/4192956
[pid=24998] ppid=24996 vsize=13600 CPUtime=415.42
/proc/24998/stat : 24998 (sugar) S 24996 24998 22618 0 -1 4194304 1070 15319 0 2 3 1 41525 13 17 0 1 0 2008398394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24998/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 415.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 419.595
CPU time (s): 415.567
CPU user time (s): 415.388
CPU system time (s): 0.178972
CPU usage (%): 99.0399
Max. virtual memory (cumulated for all children) (KiB): 883216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.388
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20162
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1956
involuntary context switches= 18977

runsolver used 0.422935 second user time and 1.49777 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 23:44:21
IDJOB=1101748
IDBENCH=60063
IDSOLVER=346
FILE ID=node47/1101748-1215294261
PBS_JOBID= 7882299
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-44_ext.xml
COMMAND LINE= DIR/sugar -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-1101748-1215294261/watcher-1101748-1215294261 -o /tmp/evaluation-result-1101748-1215294261/solver-1101748-1215294261 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1101748-1215294261.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c17cb85d777563826a59d241a33c8981
RANDOM SEED=1215422098

node47.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.281
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.281
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:       1620872 kB
Buffers:         55104 kB
Cached:         193568 kB
SwapCached:      68888 kB
Active:         285188 kB
Inactive:        95104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620872 kB
SwapTotal:     4192956 kB
SwapFree:      4117888 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         147808 kB
Slab:            39556 kB
Committed_AS:  4939108 kB
PageTables:       2112 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= 66508 MiB
End job on node47 at 2008-07-05 23:51:21