Trace number 1090270

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
galac MSAT 17.9493 18.0446

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-73.xml
MD5SUM83f0475a580fc29be8e1e009c203a54a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.18897
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.57/1.64	c start processing
1.57/1.64	c start relation processing
1.57/1.64	c start cnf exporting
16.05/16.16	c parsing time : 1.523
16.05/16.16	c preprocessing time : 16.047
16.05/16.17	
16.05/16.17	c Nary constraints - conflicts : 0 supports : 0
16.05/16.17	c Binary constraints - conflicts : 5198 supports :0
16.05/16.17	c max arity constraint : 2
16.05/16.17	c Max Tuples generated 5329
16.05/16.17	c relations : 1
16.05/16.17	c relations BDD: 0
16.05/16.17	c sampling 0/0
16.05/16.17	c vars : 9345 - clauses :  715966
16.05/16.17	
16.13/16.23	 
16.13/16.23	c --- SAT Solver Stats ---
16.13/16.23	 
16.59/16.75	c restarts              : 5
16.59/16.75	c conflicts             : 955            (2063 /sec)
16.59/16.75	c decisions             : 28040          (1.48 % random) (60571 /sec)
16.59/16.75	c propagations          : 98969          (213789 /sec)
16.59/16.76	c conflict literals     : 612766         (0.17 % deleted)
16.59/16.76	c Memory used           : 32.74 MB
16.59/16.76	c CPU time              : 0.462929 s
16.59/16.76	
16.59/16.76	s SATISFIABLE
17.89/18.03	v 65 46 67 60 41 42 25 63 65 7 4 20 72 54 70 7 40 17 58 33 58 53 36 15 32 32 60 71 51 44 32 34 46 13 66 19 39 49 56 59 41 57 67 54 30 6 14 23 56 31 33 51 26 12 1 0 5 20 49 3 24 69 62 59 21 48 53 31 52 37 28 43 16 11 40 61 68 0 70 24 19 1 27 23 44 5 37 62 39 68 57 38 43 18 58 66 36 26 14 55 64 35 6 54 2 68 45 8 19 22 21 48 13 47 4 34 12 65 18 44 30 17 29 16 3 9 10 50

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-1090270-1215271010/watcher-1090270-1215271010 -o /tmp/evaluation-result-1090270-1215271010/solver-1090270-1215271010 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1090270-1215271010.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.16 2.00 2.00 4/74 27494
/proc/meminfo: memFree=1365072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=8652 CPUtime=0
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 682828631 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 2163 280 208 79 0 156 0
[pid=27495] ppid=27494 vsize=8688 CPUtime=0
/proc/27495/stat : 27495 (galacM.sh) R 27494 27494 25444 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 682828631 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/27495/statm: 2172 286 209 79 0 165 0
[pid=27496] ppid=27495 vsize=8688 CPUtime=0
/proc/27496/stat : 27496 (galacM.sh) R 27495 27494 25444 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 682828631 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/27496/statm: 2172 286 209 79 0 165 0

[startup+0.104917 s]
/proc/loadavg: 2.16 2.00 2.00 4/74 27494
/proc/meminfo: memFree=1365072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.201928 s]
/proc/loadavg: 2.16 2.00 2.00 4/74 27494
/proc/meminfo: memFree=1365072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301936 s]
/proc/loadavg: 2.16 2.00 2.00 4/74 27494
/proc/meminfo: memFree=1365072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701975 s]
/proc/loadavg: 2.16 2.00 2.00 4/74 27494
/proc/meminfo: memFree=1365072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50106 s]
/proc/loadavg: 2.16 2.00 2.00 4/84 27516
/proc/meminfo: memFree=1323776/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
[pid=27508] ppid=27494 vsize=812760 CPUtime=1.46
/proc/27508/stat : 27508 (java) S 27494 27494 25444 0 -1 0 17124 0 1 0 134 12 0 0 20 0 9 0 682828634 832266240 16350 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27508/statm: 203190 16350 2586 9 0 197171 0
[pid=27508/tid=27509] ppid=27494 vsize=812760 CPUtime=1.1
/proc/27508/task/27509/stat : 27509 (java) R 27494 27494 25444 0 -1 64 11122 0 1 0 102 8 0 0 25 0 9 0 682828635 832266240 16350 996147200 134512640 134550740 4294955600 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27510] ppid=27494 vsize=812760 CPUtime=0.05
/proc/27508/task/27510/stat : 27510 (java) S 27494 27494 25444 0 -1 64 4393 0 0 0 3 2 0 0 16 0 9 0 682828636 832266240 16351 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27511] ppid=27494 vsize=812760 CPUtime=0
/proc/27508/task/27511/stat : 27511 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682828636 832266240 16352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27512] ppid=27494 vsize=812760 CPUtime=0
/proc/27508/task/27512/stat : 27512 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682828636 832266240 16352 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27513] ppid=27494 vsize=812760 CPUtime=0
/proc/27508/task/27513/stat : 27513 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682828638 832266240 16353 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27514] ppid=27494 vsize=812760 CPUtime=0.27
/proc/27508/task/27514/stat : 27514 (java) S 27494 27494 25444 0 -1 64 909 0 0 0 27 0 0 0 15 0 9 0 682828638 832266240 16353 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27515] ppid=27494 vsize=812760 CPUtime=0
/proc/27508/task/27515/stat : 27515 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682828638 832266240 16354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27516] ppid=27494 vsize=812760 CPUtime=0
/proc/27508/task/27516/stat : 27516 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682828638 832266240 16354 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860324

[startup+3.10121 s]
/proc/loadavg: 2.16 2.00 2.00 3/84 27516
/proc/meminfo: memFree=1293440/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
[pid=27508] ppid=27494 vsize=812892 CPUtime=3.05
/proc/27508/stat : 27508 (java) S 27494 27494 25444 0 -1 0 20956 0 1 0 291 14 0 0 20 0 9 0 682828634 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27508/statm: 203223 20178 2592 9 0 197204 0
[pid=27508/tid=27509] ppid=27494 vsize=812892 CPUtime=2.62
/proc/27508/task/27509/stat : 27509 (java) R 27494 27494 25444 0 -1 64 14592 0 1 0 252 10 0 0 25 0 9 0 682828635 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4127260211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27510] ppid=27494 vsize=812892 CPUtime=0.07
/proc/27508/task/27510/stat : 27510 (java) S 27494 27494 25444 0 -1 64 4710 0 0 0 5 2 0 0 16 0 9 0 682828636 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27511] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27511/stat : 27511 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682828636 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27512] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27512/stat : 27512 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682828636 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27513] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27513/stat : 27513 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27514] ppid=27494 vsize=812892 CPUtime=0.33
/proc/27508/task/27514/stat : 27514 (java) S 27494 27494 25444 0 -1 64 954 0 0 0 33 0 0 0 15 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27515] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27515/stat : 27515 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27516] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27516/stat : 27516 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860456

[startup+6.30253 s]
/proc/loadavg: 2.15 2.00 2.00 3/84 27516
/proc/meminfo: memFree=1289088/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
[pid=27508] ppid=27494 vsize=812892 CPUtime=6.25
/proc/27508/stat : 27508 (java) S 27494 27494 25444 0 -1 0 20964 0 1 0 609 16 0 0 20 0 9 0 682828634 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27508/statm: 203223 20178 2592 9 0 197204 0
[pid=27508/tid=27509] ppid=27494 vsize=812892 CPUtime=5.8
/proc/27508/task/27509/stat : 27509 (java) R 27494 27494 25444 0 -1 64 14600 0 1 0 568 12 0 0 25 0 9 0 682828635 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4126383891 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27510] ppid=27494 vsize=812892 CPUtime=0.08
/proc/27508/task/27510/stat : 27510 (java) S 27494 27494 25444 0 -1 64 4710 0 0 0 6 2 0 0 16 0 9 0 682828636 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27511] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27511/stat : 27511 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682828636 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27512] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27512/stat : 27512 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682828636 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27513] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27513/stat : 27513 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27514] ppid=27494 vsize=812892 CPUtime=0.33
/proc/27508/task/27514/stat : 27514 (java) S 27494 27494 25444 0 -1 64 954 0 0 0 33 0 0 0 15 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27515] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27515/stat : 27515 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27516] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27516/stat : 27516 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682828638 832401408 20178 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860456

[startup+12.7022 s]
/proc/loadavg: 2.14 2.00 2.00 3/84 27516
/proc/meminfo: memFree=1282816/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
[pid=27508] ppid=27494 vsize=812892 CPUtime=12.65
/proc/27508/stat : 27508 (java) S 27494 27494 25444 0 -1 0 21135 0 1 0 1247 18 0 0 20 0 9 0 682828634 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27508/statm: 203223 20337 2592 9 0 197204 0
[pid=27508/tid=27509] ppid=27494 vsize=812892 CPUtime=12.17
/proc/27508/task/27509/stat : 27509 (java) R 27494 27494 25444 0 -1 64 14612 0 1 0 1203 14 0 0 25 0 9 0 682828635 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4127312044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27510] ppid=27494 vsize=812892 CPUtime=0.1
/proc/27508/task/27510/stat : 27510 (java) S 27494 27494 25444 0 -1 64 4866 0 0 0 8 2 0 0 16 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27511] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27511/stat : 27511 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27512] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27512/stat : 27512 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27513] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27513/stat : 27513 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27514] ppid=27494 vsize=812892 CPUtime=0.34
/proc/27508/task/27514/stat : 27514 (java) S 27494 27494 25444 0 -1 64 957 0 0 0 34 0 0 0 16 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27515] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27515/stat : 27515 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27516] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27516/stat : 27516 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 860456

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

[startup+12.8022 s]
/proc/loadavg: 2.14 2.00 2.00 3/84 27516
/proc/meminfo: memFree=1282816/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
[pid=27508] ppid=27494 vsize=812892 CPUtime=12.75
/proc/27508/stat : 27508 (java) S 27494 27494 25444 0 -1 0 21135 0 1 0 1257 18 0 0 20 0 9 0 682828634 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27508/statm: 203223 20337 2592 9 0 197204 0
[pid=27508/tid=27509] ppid=27494 vsize=812892 CPUtime=12.27
/proc/27508/task/27509/stat : 27509 (java) R 27494 27494 25444 0 -1 64 14612 0 1 0 1213 14 0 0 25 0 9 0 682828635 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4127306667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27510] ppid=27494 vsize=812892 CPUtime=0.1
/proc/27508/task/27510/stat : 27510 (java) S 27494 27494 25444 0 -1 64 4866 0 0 0 8 2 0 0 16 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27511] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27511/stat : 27511 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27512] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27512/stat : 27512 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27513] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27513/stat : 27513 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27514] ppid=27494 vsize=812892 CPUtime=0.34
/proc/27508/task/27514/stat : 27514 (java) S 27494 27494 25444 0 -1 64 957 0 0 0 34 0 0 0 16 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27515] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27515/stat : 27515 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27516] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27516/stat : 27516 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 860456

[startup+16.0025 s]
/proc/loadavg: 2.12 2.00 2.00 3/84 27516
/proc/meminfo: memFree=1280320/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=0.01
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 682828631 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/27494/statm: 11891 365 246 79 0 219 0
[pid=27508] ppid=27494 vsize=812892 CPUtime=15.94
/proc/27508/stat : 27508 (java) S 27494 27494 25444 0 -1 0 21141 0 1 0 1575 19 0 0 20 0 9 0 682828634 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27508/statm: 203223 20337 2592 9 0 197204 0
[pid=27508/tid=27509] ppid=27494 vsize=812892 CPUtime=15.47
/proc/27508/task/27509/stat : 27509 (java) R 27494 27494 25444 0 -1 64 14618 0 1 0 1532 15 0 0 25 0 9 0 682828635 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4127363771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27510] ppid=27494 vsize=812892 CPUtime=0.11
/proc/27508/task/27510/stat : 27510 (java) S 27494 27494 25444 0 -1 64 4866 0 0 0 9 2 0 0 16 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27511] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27511/stat : 27511 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27512] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27512/stat : 27512 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 682828636 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27513] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27513/stat : 27513 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27514] ppid=27494 vsize=812892 CPUtime=0.34
/proc/27508/task/27514/stat : 27514 (java) S 27494 27494 25444 0 -1 64 957 0 0 0 34 0 0 0 16 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27515] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27515/stat : 27515 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27508/tid=27516] ppid=27494 vsize=812892 CPUtime=0
/proc/27508/task/27516/stat : 27516 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682828638 832401408 20337 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 860456

[startup+16.8026 s]
/proc/loadavg: 2.12 2.00 2.00 3/76 27517
/proc/meminfo: memFree=1323968/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=16.68
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 837 30787 0 1 0 0 1639 29 15 0 1 0 682828631 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27494/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 47564

[startup+17.6017 s]
/proc/loadavg: 2.12 2.00 2.00 3/84 27526
/proc/meminfo: memFree=1331072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=16.68
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 837 30787 0 1 0 0 1639 29 15 0 1 0 682828631 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27494/statm: 11891 366 246 79 0 219 0
[pid=27518] ppid=27494 vsize=812808 CPUtime=0.81
/proc/27518/stat : 27518 (java) S 27494 27494 25444 0 -1 0 7289 0 1 0 76 5 0 0 18 0 9 0 682830307 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 203202 6711 1858 9 0 197183 0
[pid=27518/tid=27519] ppid=27494 vsize=812808 CPUtime=0.54
/proc/27518/task/27519/stat : 27519 (java) R 27494 27494 25444 0 -1 64 5674 0 1 0 51 3 0 0 24 0 9 0 682830308 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4126662513 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27494 vsize=812808 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27494 27494 25444 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 682830310 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27494 vsize=812808 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 682830310 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27494 vsize=812808 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27494 27494 25444 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 682830310 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27494 vsize=812808 CPUtime=0
/proc/27518/task/27523/stat : 27523 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 682830312 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27494 vsize=812808 CPUtime=0.26
/proc/27518/task/27524/stat : 27524 (java) S 27494 27494 25444 0 -1 64 901 0 0 0 25 1 0 0 16 0 9 0 682830312 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27494 vsize=812808 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 682830312 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27526] ppid=27494 vsize=812808 CPUtime=0
/proc/27518/task/27526/stat : 27526 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682830312 832315392 6711 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 860372

[startup+18.0017 s]
/proc/loadavg: 2.12 2.00 2.00 3/84 27526
/proc/meminfo: memFree=1331072/2055920 swapFree=4179812/4192956
[pid=27494] ppid=27492 vsize=47564 CPUtime=16.68
/proc/27494/stat : 27494 (galacM.sh) S 27492 27494 25444 0 -1 4194304 837 30787 0 1 0 0 1639 29 15 0 1 0 682828631 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27494/statm: 11891 366 246 79 0 219 0
[pid=27518] ppid=27494 vsize=812920 CPUtime=1.21
/proc/27518/stat : 27518 (java) S 27494 27494 25444 0 -1 0 12325 0 1 0 113 8 0 0 18 0 9 0 682830307 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27518/statm: 203230 11706 1913 9 0 197183 0
[pid=27518/tid=27519] ppid=27494 vsize=812920 CPUtime=0.92
/proc/27518/task/27519/stat : 27519 (java) R 27494 27494 25444 0 -1 64 10694 0 1 0 85 7 0 0 18 0 9 0 682830308 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4127190439 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27520] ppid=27494 vsize=812920 CPUtime=0
/proc/27518/task/27520/stat : 27520 (java) S 27494 27494 25444 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 682830310 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27521] ppid=27494 vsize=812920 CPUtime=0
/proc/27518/task/27521/stat : 27521 (java) S 27494 27494 25444 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 682830310 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27522] ppid=27494 vsize=812920 CPUtime=0
/proc/27518/task/27522/stat : 27522 (java) S 27494 27494 25444 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 682830310 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27523] ppid=27494 vsize=812920 CPUtime=0
/proc/27518/task/27523/stat : 27523 (java) S 27494 27494 25444 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 682830312 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27524] ppid=27494 vsize=812920 CPUtime=0.28
/proc/27518/task/27524/stat : 27524 (java) S 27494 27494 25444 0 -1 64 916 0 0 0 27 1 0 0 16 0 9 0 682830312 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27525] ppid=27494 vsize=812920 CPUtime=0
/proc/27518/task/27525/stat : 27525 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 682830312 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=27518/tid=27526] ppid=27494 vsize=812920 CPUtime=0
/proc/27518/task/27526/stat : 27526 (java) S 27494 27494 25444 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 682830312 832430080 11706 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (KiB) 860484

Child status: 0
Real time (s): 18.0446
CPU time (s): 17.9493
CPU user time (s): 17.5453
CPU system time (s): 0.403938
CPU usage (%): 99.4717
Max. virtual memory (cumulated for all children) (KiB): 860484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5453
system time used= 0.403938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44407
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3240
involuntary context switches= 3251

runsolver used 0.010998 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 17:16:50
IDJOB=1090270
IDBENCH=58428
IDSOLVER=350
FILE ID=node89/1090270-1215271010
PBS_JOBID= 7882067
Free space on /tmp= 66516 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-73.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090270-1215271010/watcher-1090270-1215271010 -o /tmp/evaluation-result-1090270-1215271010/solver-1090270-1215271010 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1090270-1215271010.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83f0475a580fc29be8e1e009c203a54a
RANDOM SEED=995192741

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1365488 kB
Buffers:         58680 kB
Cached:         212580 kB
SwapCached:       7132 kB
Active:         506336 kB
Inactive:       127396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365488 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            3904 kB
Writeback:           0 kB
Mapped:         366036 kB
Slab:            41320 kB
Committed_AS:  2306192 kB
PageTables:       2428 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= 66512 MiB
End job on node89 at 2008-07-05 17:17:08