Trace number 1101572

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 209.817 211.135

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-38_ext.xml
MD5SUMf3fa55c7d16146f8d279db1a6ef5d458
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 benchmark16.4255
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:36:21 2008
0.00/0.04	c 0	PID 3623
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1101572-1215293781.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-1101572-1215293781.xml' 'HOME/temp.csp'
0.03/0.60	c 0	1 domains, 40 variables, 0 predicates, 340 relations, 340 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 0	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.57/0.71	c 0	Parsing HOME/temp.csp
0.92/1.00	c 1	parsed 721 expressions
0.92/1.01	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.01	c 1	Converting to clausal form CSP
0.92/1.03	c 1	converted 73 (10%) expressions
0.92/1.04	c 1	converted 145 (20%) expressions
0.92/1.04	c 1	converted 217 (30%) expressions
0.92/1.04	c 1	converted 289 (40%) expressions
0.92/1.04	c 1	converted 361 (50%) expressions
1.02/1.11	c 1	converted 433 (60%) expressions
1.02/1.13	c 1	converted 505 (70%) expressions
1.02/1.15	c 1	converted 577 (80%) expressions
1.02/1.17	c 1	converted 649 (90%) expressions
1.02/1.19	c 1	converted 721 (100%) expressions
1.02/1.19	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.02/1.19	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.19	c 1	Propagation in CSP
1.02/1.19	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.19	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.02/1.19	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.19	c 1	CSP : 40 integers, 0 booleans, 340 clauses, largest domain size 19
1.02/1.19	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.24	c 1	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.13/1.24	c 1	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.13/1.24	c 1	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.13/1.25	c 1	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.13/1.25	c 1	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.13/1.25	c 1	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.13/1.25	c 1	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.13/1.25	c 1	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.13/1.25	c 1	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.13/1.25	c 1	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.22/1.30	c 1	34 (10%) CSP clauses are encoded (2847 clauses, 42063 bytes)
1.22/1.32	c 1	68 (20%) CSP clauses are encoded (4991 clauses, 78203 bytes)
1.22/1.33	c 1	102 (30%) CSP clauses are encoded (7062 clauses, 114926 bytes)
1.22/1.35	c 1	136 (40%) CSP clauses are encoded (9195 clauses, 154987 bytes)
1.22/1.36	c 1	170 (50%) CSP clauses are encoded (11315 clauses, 194879 bytes)
1.22/1.38	c 1	204 (60%) CSP clauses are encoded (13563 clauses, 237194 bytes)
1.22/1.39	c 1	238 (70%) CSP clauses are encoded (15803 clauses, 279053 bytes)
1.33/1.41	c 1	272 (80%) CSP clauses are encoded (17998 clauses, 320204 bytes)
1.33/1.42	c 1	306 (90%) CSP clauses are encoded (20258 clauses, 362588 bytes)
1.33/1.43	c 1	340 (100%) CSP clauses are encoded (22338 clauses, 401588 bytes)
1.33/1.43	c 1	340 CSP clauses encoded
1.33/1.43	c 1	Writing map file : HOME/temp.map
1.33/1.43	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.43	c 1	SAT : 720 SAT variables, 22338 SAT clauses, 401588 bytes
1.33/1.43	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.46	c 1	SOLVING HOME/temp.cnf
1.33/1.46	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.33/1.47	c 1	This is MiniSat 2.0 beta
1.33/1.47	c 1	WARNING: for repeatability, setting FPU to use double precision
1.33/1.47	c 1	============================[ Problem Statistics ]=============================
1.33/1.47	c 1	|                                                                             |
1.33/1.47	c 1	|  Number of variables:  720                                                  |
1.33/1.47	c 1	|  Number of clauses:    22338                                                |
1.33/1.48	c 1	|  Parsing time:         0.01         s                                       |
1.33/1.48	c 1	============================[ Search Statistics ]==============================
1.33/1.48	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.33/1.48	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.33/1.48	c 1	===============================================================================
1.33/1.48	c 1	|         0 |     720    22338    82044 |     7446        0    nan |  0.000 % |
1.33/1.49	c 1	|       101 |     720    22338    82044 |     8190      101     13 |  0.000 % |
1.38/1.51	c 1	|       252 |     720    22338    82044 |     9009      252     12 |  0.003 % |
1.38/1.54	c 1	|       479 |     720    22338    82044 |     9910      479     12 |  0.003 % |
1.38/1.57	c 1	|       817 |     720    22338    82044 |    10901      817     12 |  0.007 % |
1.38/1.62	c 1	|      1323 |     720    22338    82044 |    11991     1323     12 |  0.001 % |
1.38/1.71	c 1	|      2082 |     720    22338    82044 |    13191     2082     12 |  0.007 % |
1.38/1.85	c 2	|      3222 |     720    22338    82044 |    14510     3222     12 |  0.007 % |
1.38/2.07	c 2	|      4930 |     720    22338    82044 |    15961     4930     13 |  0.007 % |
2.29/2.42	c 2	|      7492 |     720    22338    82044 |    17557     7492     13 |  0.005 % |
2.78/2.98	c 3	|     11336 |     720    22338    82044 |    19313    11336     14 |  0.002 % |
3.78/3.95	c 4	|     17102 |     720    22338    82044 |    21244    17102     14 |  0.008 % |
5.55/5.71	c 5	|     25752 |     720    22338    82044 |    23368    15021     15 |  0.007 % |
8.33/8.54	c 8	|     38727 |     720    22338    82044 |    25705    16212     17 |  0.001 % |
13.08/13.39	c 13	|     58188 |     720    22338    82044 |    28276    22304     16 |  0.008 % |
20.62/21.00	c 21	|     87380 |     720    22338    82044 |    31103    21119     17 |  0.008 % |
32.50/32.95	c 33	|    131170 |     720    22338    82044 |    34214    28515     18 |  0.008 % |
52.60/53.28	c 53	|    196854 |     720    22338    82044 |    37635    15256     17 |  0.008 % |
82.02/82.84	c 83	|    295380 |     720    22338    82044 |    41399    20515     15 |  0.008 % |
130.83/131.83	c 132	|    443169 |     720    22338    82044 |    45539    38243     16 |  0.001 % |
204.82/206.16	c 206	|    664854 |     719    22279    81878 |    50092    44610     17 |  0.139 % |
209.60/210.96	c 211	===============================================================================
209.60/210.96	c 211	restarts              : 21
209.60/210.96	c 211	conflicts             : 680494         (3267 /sec)
209.60/210.96	c 211	decisions             : 813620         (1.37 % random) (3907 /sec)
209.60/210.96	c 211	propagations          : 76039364       (365110 /sec)
209.60/210.96	c 211	conflict literals     : 12214307       (37.84 % deleted)
209.60/210.96	c 211	Memory used           : 10.47 MB
209.60/210.96	c 211	CPU time              : 208.264 s
209.60/210.96	c 211	
209.60/210.96	c 211	SATISFIABLE
209.60/210.97	c 211	DECODING HOME/temp.out WITH HOME/temp.map
209.60/210.97	c 211	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
209.68/211.06	c 211	Decoding HOME/temp.out
209.68/211.09	s SATISFIABLE
209.68/211.09	v 5 8 8 4 1 15 3 17 1 13 6 5 17 0 16 3 10 12 15 10 2 10 11 6 14 14 7 17 11 14 7 7 16 18 12 13 7 17 15 12
209.68/211.09	c 211	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
209.78/211.13	c 211	CPU 209.64 (0.03 0.01 209.61 0.15)
209.78/211.13	c 211	END Sat Jul  5 23:39:52 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-1101572-1215293781/watcher-1101572-1215293781 -o /tmp/evaluation-result-1101572-1215293781/solver-1101572-1215293781 -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-1101572-1215293781.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.07 1.99 1.99 4/72 3623
/proc/meminfo: memFree=1747112/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=12268 CPUtime=0
/proc/3623/stat : 3623 (sugar) R 3621 3623 3460 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 2008353693 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3623/statm: 3067 316 241 3 0 167 0

[startup+0.0962611 s]
/proc/loadavg: 2.07 1.99 1.99 4/72 3623
/proc/meminfo: memFree=1747112/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=0.03
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008353693 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101261 s]
/proc/loadavg: 2.07 1.99 1.99 4/72 3623
/proc/meminfo: memFree=1747112/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=0.03
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008353693 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301301 s]
/proc/loadavg: 2.07 1.99 1.99 4/72 3623
/proc/meminfo: memFree=1747112/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=0.03
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2008353693 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701382 s]
/proc/loadavg: 2.07 1.99 1.99 4/72 3623
/proc/meminfo: memFree=1747112/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=0.57
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 956 4748 0 1 3 0 51 3 16 0 1 0 2008353693 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 3645
/proc/meminfo: memFree=1735632/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10186 s]
/proc/loadavg: 2.07 1.99 1.99 3/75 3647
/proc/meminfo: memFree=1742096/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 15 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=3984 CPUtime=1.6
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 753 0 0 0 160 0 0 0 25 0 1 0 2008353840 4079616 739 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 996 739 75 150 0 843 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 22940

[startup+6.30248 s]
/proc/loadavg: 2.07 1.99 1.99 3/75 3647
/proc/meminfo: memFree=1740496/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=4840 CPUtime=4.77
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 974 0 0 0 477 0 0 0 25 0 1 0 2008353840 4956160 960 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 1210 960 75 150 0 1057 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23796

[startup+12.7017 s]
/proc/loadavg: 2.06 1.99 1.99 3/75 3647
/proc/meminfo: memFree=1739536/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=5764 CPUtime=11.11
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 1188 0 0 0 1111 0 0 0 25 0 1 0 2008353840 5902336 1174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 1441 1174 75 150 0 1288 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 24720

[startup+25.5013 s]
/proc/loadavg: 2.05 1.99 1.99 3/75 3647
/proc/meminfo: memFree=1738896/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=6588 CPUtime=23.79
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 1389 0 0 0 2378 1 0 0 25 0 1 0 2008353840 6746112 1375 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 1647 1375 75 150 0 1494 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 25544

[startup+51.1013 s]
/proc/loadavg: 2.03 1.99 1.99 3/75 3647
/proc/meminfo: memFree=1737808/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=7520 CPUtime=49.14
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 1628 0 0 0 4913 1 0 0 25 0 1 0 2008353840 7700480 1614 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/3647/statm: 1880 1614 75 150 0 1727 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 26476

[startup+102.306 s]
/proc/loadavg: 1.91 1.96 1.98 3/75 3708
/proc/meminfo: memFree=1732552/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=8680 CPUtime=100.06
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 1916 0 0 0 10005 1 0 0 25 0 1 0 2008353840 8888320 1902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2170 1902 75 150 0 2017 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 27636

[startup+162.301 s]
/proc/loadavg: 1.96 1.96 1.98 3/75 3708
/proc/meminfo: memFree=1731592/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=9648 CPUtime=159.82
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2135 0 0 0 15980 2 0 0 25 0 1 0 2008353840 9879552 2121 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2412 2121 75 150 0 2259 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 28604

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

[startup+179.103 s]
/proc/loadavg: 1.97 1.96 1.98 3/75 3708
/proc/meminfo: memFree=1731144/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10048 CPUtime=176.55
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2239 0 0 0 17653 2 0 0 25 0 1 0 2008353840 10289152 2225 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2512 2225 75 150 0 2359 0
Current children cumulated CPU time (s) 177.93
Current children cumulated vsize (KiB) 29004

[startup+191.901 s]
/proc/loadavg: 1.98 1.97 1.98 3/75 3708
/proc/meminfo: memFree=1730760/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10312 CPUtime=189.29
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2329 0 0 0 18927 2 0 0 25 0 1 0 2008353840 10559488 2315 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2578 2315 75 150 0 2425 0
Current children cumulated CPU time (s) 190.67
Current children cumulated vsize (KiB) 29268

[startup+204.703 s]
/proc/loadavg: 1.98 1.97 1.98 3/75 3708
/proc/meminfo: memFree=1730632/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10588 CPUtime=202.05
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2370 0 0 0 20202 3 0 0 25 0 1 0 2008353840 10842112 2356 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2647 2356 75 150 0 2494 0
Current children cumulated CPU time (s) 203.43
Current children cumulated vsize (KiB) 29544

[startup+207.906 s]
/proc/loadavg: 1.98 1.97 1.98 3/75 3708
/proc/meminfo: memFree=1730568/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10588 CPUtime=205.24
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2382 0 0 0 20521 3 0 0 25 0 1 0 2008353840 10842112 2368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2647 2368 75 150 0 2494 0
Current children cumulated CPU time (s) 206.62
Current children cumulated vsize (KiB) 29544

[startup+209.503 s]
/proc/loadavg: 1.98 1.97 1.98 3/75 3708
/proc/meminfo: memFree=1730440/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10720 CPUtime=206.83
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2410 0 0 0 20680 3 0 0 25 0 1 0 2008353840 10977280 2396 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2680 2396 75 150 0 2527 0
Current children cumulated CPU time (s) 208.21
Current children cumulated vsize (KiB) 29676

[startup+210.303 s]
/proc/loadavg: 1.98 1.97 1.98 3/75 3708
/proc/meminfo: memFree=1730440/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10720 CPUtime=207.63
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2410 0 0 0 20760 3 0 0 25 0 1 0 2008353840 10977280 2396 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2680 2396 75 150 0 2527 0
Current children cumulated CPU time (s) 209.01
Current children cumulated vsize (KiB) 29676

[startup+210.702 s]
/proc/loadavg: 1.98 1.97 1.98 3/75 3708
/proc/meminfo: memFree=1730440/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=1.38
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1031 11839 0 2 3 1 126 8 16 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3646] ppid=3623 vsize=5356 CPUtime=0
/proc/3646/stat : 3646 (sh) S 3623 3623 3460 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2008353840 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3646/statm: 1339 232 193 169 0 50 0
[pid=3647] ppid=3646 vsize=10720 CPUtime=208.02
/proc/3647/stat : 3647 (minisat) R 3646 3623 3460 0 -1 4194304 2413 0 0 0 20799 3 0 0 25 0 1 0 2008353840 10977280 2399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3647/statm: 2680 2399 75 150 0 2527 0
Current children cumulated CPU time (s) 209.4
Current children cumulated vsize (KiB) 29676

[startup+211.102 s]
/proc/loadavg: 1.98 1.97 1.98 2/83 3718
/proc/meminfo: memFree=1734728/2055920 swapFree=4179472/4192956
[pid=3623] ppid=3621 vsize=13600 CPUtime=209.68
/proc/3623/stat : 3623 (sugar) S 3621 3623 3460 0 -1 4194304 1090 14547 0 2 3 1 20952 12 15 0 1 0 2008353693 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3623/statm: 3400 798 370 3 0 500 0
[pid=3709] ppid=3623 vsize=5356 CPUtime=0
/proc/3709/stat : 3709 (sh) S 3623 3623 3460 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2008374790 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3709/statm: 1339 233 193 169 0 50 0
[pid=3710] ppid=3709 vsize=864072 CPUtime=0.1
/proc/3710/stat : 3710 (java) S 3709 3623 3460 0 -1 0 3398 0 1 0 8 2 0 0 19 0 9 0 2008374791 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3710/statm: 216018 2868 1682 9 0 210593 0
[pid=3710/tid=3711] ppid=3709 vsize=864072 CPUtime=0.07
/proc/3710/task/3711/stat : 3711 (java) S 3709 3623 3460 0 -1 64 2424 0 1 0 6 1 0 0 25 0 9 0 2008374792 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3712] ppid=3709 vsize=864072 CPUtime=0
/proc/3710/task/3712/stat : 3712 (java) S 3709 3623 3460 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 2008374793 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3713] ppid=3709 vsize=864072 CPUtime=0
/proc/3710/task/3713/stat : 3713 (java) S 3709 3623 3460 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2008374793 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3714] ppid=3709 vsize=864072 CPUtime=0
/proc/3710/task/3714/stat : 3714 (java) S 3709 3623 3460 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2008374793 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3715] ppid=3709 vsize=864072 CPUtime=0
/proc/3710/task/3715/stat : 3715 (java) S 3709 3623 3460 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2008374795 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3716] ppid=3709 vsize=864072 CPUtime=0.01
/proc/3710/task/3716/stat : 3716 (java) S 3709 3623 3460 0 -1 64 279 0 0 0 1 0 0 0 22 0 9 0 2008374795 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3717] ppid=3709 vsize=864072 CPUtime=0
/proc/3710/task/3717/stat : 3717 (java) S 3709 3623 3460 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2008374795 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3710/tid=3718] ppid=3709 vsize=864072 CPUtime=0
/proc/3710/task/3718/stat : 3718 (java) S 3709 3623 3460 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 2008374795 884809728 2868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 209.78
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 211.135
CPU time (s): 209.817
CPU user time (s): 209.649
CPU system time (s): 0.167974
CPU usage (%): 99.376
Max. virtual memory (cumulated for all children) (KiB): 883204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.649
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19384
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= 2016
involuntary context switches= 5081

runsolver used 0.238963 second user time and 0.726889 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 23:36:21
IDJOB=1101572
IDBENCH=60051
IDSOLVER=346
FILE ID=node1/1101572-1215293781
PBS_JOBID= 7882399
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-38_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-1101572-1215293781/watcher-1101572-1215293781 -o /tmp/evaluation-result-1101572-1215293781/solver-1101572-1215293781 -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-1101572-1215293781.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f3fa55c7d16146f8d279db1a6ef5d458
RANDOM SEED=981852043

node1.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.265
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.265
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:       1747592 kB
Buffers:         61468 kB
Cached:         180668 kB
SwapCached:       7288 kB
Active:         162996 kB
Inactive:        92500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747592 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          21100 kB
Slab:            38096 kB
Committed_AS:  3262816 kB
PageTables:       1784 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= 66516 MiB
End job on node1 at 2008-07-05 23:39:52