Trace number 1059868

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 29.0386 28.8829

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-80-2-1.xml
MD5SUM5abd847ffd8ea2dba7909666fc007e09
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity3
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
17.08/17.12	c start processing
17.08/17.12	c start relation processing
17.71/17.73	c start cnf exporting
27.83/27.86	c parsing time : 17.021
27.83/27.86	c preprocessing time : 27.759
27.83/27.86	
27.83/27.86	c Nary constraints - conflicts : 0 supports : 38
27.83/27.86	c Binary constraints - conflicts : 0 supports :42
27.83/27.86	c max arity constraint : 3
27.83/27.86	c Max Tuples generated 1404928
27.83/27.86	c relations : 80
27.83/27.86	c relations BDD: 38
27.83/27.86	c sampling 80/80
27.83/27.86	c vars : 22495 - clauses :  658416
27.83/27.86	
27.83/27.88	 
27.83/27.88	c --- SAT Solver Stats ---
27.83/27.88	 
27.92/28.32	c restarts              : 1
27.92/28.32	c conflicts             : 0              (0 /sec)
27.92/28.32	c decisions             : 1017           (1.18 % random) (2537 /sec)
27.92/28.32	c propagations          : 22494          (56103 /sec)
27.92/28.32	c conflict literals     : 0              ( nan % deleted)
27.92/28.32	c Memory used           : 27.16 MB
27.92/28.32	c CPU time              : 0.400939 s
27.92/28.32	
27.92/28.33	s SATISFIABLE
28.94/28.87	v 43 59 107 101 89 101 59 41 29 3 5 19 73 34 89 59 2 17 83 59 37 23 2 29 5 73 5 43 19 101 113 41 41 67 113 107 43 59 3 83 29 7 79 113 47 2 23 47 2 2 89 59 3 73 103 7 5 73 59 3 53 53 47 107 103 13 59 2 43 61 97 53 41 53 47 107 47 2 7 73 2 67 17 2 23 97 2 2 47 71 41 2 103 67 71 83 59 17 97 46

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-1059868-1215125040/watcher-1059868-1215125040 -o /tmp/evaluation-result-1059868-1215125040/solver-1059868-1215125040 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1059868-1215125040.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: 0.76 1.29 1.63 3/82 7898
/proc/meminfo: memFree=864304/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=8652 CPUtime=0
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 1991478300 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 2163 280 208 79 0 156 0
[pid=7899] ppid=7898 vsize=8688 CPUtime=0
/proc/7899/stat : 7899 (galacM.sh) S 7898 7898 5869 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 1991478300 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7899/statm: 2172 286 209 79 0 165 0
[pid=7900] ppid=7899 vsize=8728 CPUtime=0
/proc/7900/stat : 7900 (galacM.sh) R 7899 7898 5869 0 -1 4194368 25 0 0 0 0 0 0 0 18 0 1 0 1991478300 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 221236489511 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7900/statm: 2182 290 209 79 0 175 0

[startup+0.0327379 s]
/proc/loadavg: 0.76 1.29 1.63 3/82 7898
/proc/meminfo: memFree=864304/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.102203 s]
/proc/loadavg: 0.76 1.29 1.63 3/82 7898
/proc/meminfo: memFree=864304/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301241 s]
/proc/loadavg: 0.76 1.29 1.63 3/82 7898
/proc/meminfo: memFree=864304/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701307 s]
/proc/loadavg: 0.76 1.29 1.63 3/82 7898
/proc/meminfo: memFree=864304/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50146 s]
/proc/loadavg: 0.76 1.29 1.63 2/92 7920
/proc/meminfo: memFree=836704/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
[pid=7912] ppid=7898 vsize=812908 CPUtime=1.58
/proc/7912/stat : 7912 (java) S 7898 7898 5869 0 -1 0 9185 0 1 0 154 4 0 0 20 0 9 0 1991478303 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7912/statm: 203227 8586 1923 9 0 197208 0
[pid=7912/tid=7913] ppid=7898 vsize=812908 CPUtime=1.44
/proc/7912/task/7913/stat : 7913 (java) R 7898 7898 5869 0 -1 64 7775 0 1 0 141 3 0 0 25 0 9 0 1991478304 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4126710879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7914] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7914/stat : 7914 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1991478305 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7915] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7915/stat : 7915 (java) S 7898 7898 5869 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1991478305 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7916] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7916/stat : 7916 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1991478305 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7917] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7917/stat : 7917 (java) S 7898 7898 5869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7918] ppid=7898 vsize=812908 CPUtime=0.12
/proc/7912/task/7918/stat : 7918 (java) S 7898 7898 5869 0 -1 64 706 0 0 0 12 0 0 0 16 0 9 0 1991478307 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7919] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7919/stat : 7919 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7920] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7920/stat : 7920 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991478307 832417792 8586 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 860476

[startup+3.10176 s]
/proc/loadavg: 0.76 1.29 1.63 2/92 7920
/proc/meminfo: memFree=836384/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
[pid=7912] ppid=7898 vsize=812908 CPUtime=3.17
/proc/7912/stat : 7912 (java) S 7898 7898 5869 0 -1 0 9204 0 1 0 313 4 0 0 20 0 9 0 1991478303 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7912/statm: 203227 8604 1923 9 0 197208 0
[pid=7912/tid=7913] ppid=7898 vsize=812908 CPUtime=3.02
/proc/7912/task/7913/stat : 7913 (java) R 7898 7898 5869 0 -1 64 7792 0 1 0 299 3 0 0 25 0 9 0 1991478304 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4126716151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7914] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7914/stat : 7914 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7915] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7915/stat : 7915 (java) S 7898 7898 5869 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1991478305 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7916] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7916/stat : 7916 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1991478305 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7917] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7917/stat : 7917 (java) S 7898 7898 5869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7918] ppid=7898 vsize=812908 CPUtime=0.13
/proc/7912/task/7918/stat : 7918 (java) S 7898 7898 5869 0 -1 64 708 0 0 0 13 0 0 0 16 0 9 0 1991478307 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7919] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7919/stat : 7919 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7920] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7920/stat : 7920 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991478307 832417792 8604 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 860476

[startup+6.30137 s]
/proc/loadavg: 0.78 1.29 1.62 2/92 7920
/proc/meminfo: memFree=836128/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
[pid=7912] ppid=7898 vsize=812908 CPUtime=6.35
/proc/7912/stat : 7912 (java) S 7898 7898 5869 0 -1 0 9250 0 1 0 631 4 0 0 20 0 9 0 1991478303 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7912/statm: 203227 8647 1923 9 0 197208 0
[pid=7912/tid=7913] ppid=7898 vsize=812908 CPUtime=6.2
/proc/7912/task/7913/stat : 7913 (java) R 7898 7898 5869 0 -1 64 7835 0 1 0 617 3 0 0 17 0 9 0 1991478304 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4126712631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7914] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7914/stat : 7914 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7915] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7915/stat : 7915 (java) S 7898 7898 5869 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1991478305 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7916] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7916/stat : 7916 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1991478305 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7917] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7917/stat : 7917 (java) S 7898 7898 5869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7918] ppid=7898 vsize=812908 CPUtime=0.13
/proc/7912/task/7918/stat : 7918 (java) S 7898 7898 5869 0 -1 64 711 0 0 0 13 0 0 0 16 0 9 0 1991478307 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7919] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7919/stat : 7919 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7920] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7920/stat : 7920 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991478307 832417792 8647 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 860476

[startup+12.7016 s]
/proc/loadavg: 0.80 1.28 1.62 3/92 7920
/proc/meminfo: memFree=835488/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
[pid=7912] ppid=7898 vsize=812908 CPUtime=12.71
/proc/7912/stat : 7912 (java) S 7898 7898 5869 0 -1 0 9364 0 1 0 1267 4 0 0 20 0 9 0 1991478303 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7912/statm: 203227 8759 1923 9 0 197208 0
[pid=7912/tid=7913] ppid=7898 vsize=812908 CPUtime=12.55
/proc/7912/task/7913/stat : 7913 (java) R 7898 7898 5869 0 -1 64 7937 0 1 0 1252 3 0 0 25 0 9 0 1991478304 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4126709447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7914] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7914/stat : 7914 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7915] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7915/stat : 7915 (java) S 7898 7898 5869 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 1991478305 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7916] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7916/stat : 7916 (java) S 7898 7898 5869 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1991478305 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7917] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7917/stat : 7917 (java) S 7898 7898 5869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7918] ppid=7898 vsize=812908 CPUtime=0.14
/proc/7912/task/7918/stat : 7918 (java) S 7898 7898 5869 0 -1 64 723 0 0 0 14 0 0 0 16 0 9 0 1991478307 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7919] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7919/stat : 7919 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7920] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7920/stat : 7920 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991478307 832417792 8759 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 860476

[startup+25.503 s]
/proc/loadavg: 0.84 1.27 1.61 2/92 7920
/proc/meminfo: memFree=777248/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
[pid=7912] ppid=7898 vsize=812908 CPUtime=25.52
/proc/7912/stat : 7912 (java) S 7898 7898 5869 0 -1 0 22178 0 1 0 2537 15 0 0 20 0 9 0 1991478303 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7912/statm: 203227 21553 1949 9 0 197208 0
[pid=7912/tid=7913] ppid=7898 vsize=812908 CPUtime=25.18
/proc/7912/task/7913/stat : 7913 (java) R 7898 7898 5869 0 -1 64 14743 0 1 0 2507 11 0 0 25 0 9 0 1991478304 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4126977710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7914] ppid=7898 vsize=812908 CPUtime=0.1
/proc/7912/task/7914/stat : 7914 (java) S 7898 7898 5869 0 -1 64 5957 0 0 0 7 3 0 0 16 0 9 0 1991478305 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7915] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7915/stat : 7915 (java) S 7898 7898 5869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7916] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7916/stat : 7916 (java) S 7898 7898 5869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7917] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7917/stat : 7917 (java) S 7898 7898 5869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7918] ppid=7898 vsize=812908 CPUtime=0.22
/proc/7912/task/7918/stat : 7918 (java) S 7898 7898 5869 0 -1 64 776 0 0 0 22 0 0 0 15 0 9 0 1991478307 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7919] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7919/stat : 7919 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7920] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7920/stat : 7920 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991478307 832417792 21553 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 860476

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

[startup+27.1013 s]
/proc/loadavg: 0.84 1.27 1.61 2/92 7920
/proc/meminfo: memFree=776032/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=0.01
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
[pid=7912] ppid=7898 vsize=812908 CPUtime=27.13
/proc/7912/stat : 7912 (java) S 7898 7898 5869 0 -1 0 22248 0 1 0 2697 16 0 0 20 0 9 0 1991478303 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7912/statm: 203227 21620 1950 9 0 197208 0
[pid=7912/tid=7913] ppid=7898 vsize=812908 CPUtime=26.77
/proc/7912/task/7913/stat : 7913 (java) R 7898 7898 5869 0 -1 64 14746 0 1 0 2665 12 0 0 19 0 9 0 1991478304 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4126999352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7914] ppid=7898 vsize=812908 CPUtime=0.1
/proc/7912/task/7914/stat : 7914 (java) S 7898 7898 5869 0 -1 64 6013 0 0 0 7 3 0 0 16 0 9 0 1991478305 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7915] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7915/stat : 7915 (java) S 7898 7898 5869 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7916] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7916/stat : 7916 (java) S 7898 7898 5869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1991478305 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7917] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7917/stat : 7917 (java) S 7898 7898 5869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7918] ppid=7898 vsize=812908 CPUtime=0.23
/proc/7912/task/7918/stat : 7918 (java) S 7898 7898 5869 0 -1 64 787 0 0 0 23 0 0 0 16 0 9 0 1991478307 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7912/tid=7919] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7919/stat : 7919 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991478307 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7912/tid=7920] ppid=7898 vsize=812908 CPUtime=0
/proc/7912/task/7920/stat : 7920 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991478307 832417792 21620 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.14
Current children cumulated vsize (KiB) 860476

[startup+27.9014 s]
/proc/loadavg: 0.84 1.27 1.61 2/92 7920
/proc/meminfo: memFree=775008/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=27.92
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 798 23962 0 1 0 0 2773 19 17 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 27.92
Current children cumulated vsize (KiB) 47568

[startup+28.3015 s]
/proc/loadavg: 0.84 1.27 1.61 2/92 7920
/proc/meminfo: memFree=775008/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=27.92
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 798 23962 0 1 0 0 2773 19 17 0 1 0 1991478300 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 221236095834 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/7898/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 27.92
Current children cumulated vsize (KiB) 47568

[startup+28.7016 s]
/proc/loadavg: 0.84 1.27 1.61 3/92 7930
/proc/meminfo: memFree=843872/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=28.38
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 835 30721 0 1 0 0 2814 24 15 0 1 0 1991478300 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7898/statm: 11892 364 244 79 0 219 0
[pid=7922] ppid=7898 vsize=812988 CPUtime=0.45
/proc/7922/stat : 7922 (java) S 7898 7898 5869 0 -1 0 5806 0 1 0 41 4 0 0 18 0 9 0 1991481134 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7922/statm: 203247 5188 1908 9 0 197200 0
[pid=7922/tid=7923] ppid=7898 vsize=812988 CPUtime=0.31
/proc/7922/task/7923/stat : 7923 (java) R 7898 7898 5869 0 -1 64 4377 0 1 0 28 3 0 0 16 0 9 0 1991481136 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4126754374 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7924] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7924/stat : 7924 (java) S 7898 7898 5869 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 1991481137 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7925] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7925/stat : 7925 (java) S 7898 7898 5869 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1991481137 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7926/stat : 7926 (java) S 7898 7898 5869 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 1991481137 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7927/stat : 7927 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991481139 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7898 vsize=812988 CPUtime=0.12
/proc/7922/task/7928/stat : 7928 (java) R 7898 7898 5869 0 -1 64 716 0 0 0 12 0 0 0 16 0 9 0 1991481139 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 102046857 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991481139 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7930] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991481139 832499712 5188 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.83
Current children cumulated vsize (KiB) 860556

[startup+28.8026 s]
/proc/loadavg: 0.84 1.27 1.61 3/92 7930
/proc/meminfo: memFree=843872/2055920 swapFree=4180412/4192956
[pid=7898] ppid=7896 vsize=47568 CPUtime=28.38
/proc/7898/stat : 7898 (galacM.sh) S 7896 7898 5869 0 -1 4194304 835 30721 0 1 0 0 2814 24 15 0 1 0 1991478300 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 221236658258 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/7898/statm: 11892 364 244 79 0 219 0
[pid=7922] ppid=7898 vsize=812988 CPUtime=0.56
/proc/7922/stat : 7922 (java) S 7898 7898 5869 0 -1 0 8968 0 1 0 50 6 0 0 18 0 9 0 1991481134 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7922/statm: 203247 8350 1908 9 0 197200 0
[pid=7922/tid=7923] ppid=7898 vsize=812988 CPUtime=0.42
/proc/7922/task/7923/stat : 7923 (java) R 7898 7898 5869 0 -1 64 7535 0 1 0 37 5 0 0 17 0 9 0 1991481136 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4126756886 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7924] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7924/stat : 7924 (java) S 7898 7898 5869 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 1991481137 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7925] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7925/stat : 7925 (java) S 7898 7898 5869 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1991481137 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7926] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7926/stat : 7926 (java) S 7898 7898 5869 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 1991481137 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7927] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7927/stat : 7927 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991481139 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7928] ppid=7898 vsize=812988 CPUtime=0.13
/proc/7922/task/7928/stat : 7928 (java) S 7898 7898 5869 0 -1 64 720 0 0 0 13 0 0 0 16 0 9 0 1991481139 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7922/tid=7929] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7929/stat : 7929 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991481139 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=7922/tid=7930] ppid=7898 vsize=812988 CPUtime=0
/proc/7922/task/7930/stat : 7930 (java) S 7898 7898 5869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991481139 832499712 8350 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.94
Current children cumulated vsize (KiB) 860556

Child status: 0
Real time (s): 28.8829
CPU time (s): 29.0386
CPU user time (s): 28.6936
CPU system time (s): 0.344947
CPU usage (%): 100.539
Max. virtual memory (cumulated for all children) (KiB): 860556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6936
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42189
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= 1400
involuntary context switches= 1141

runsolver used 0.026995 second user time and 0.100984 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 00:44:00
IDJOB=1059868
IDBENCH=54385
IDSOLVER=350
FILE ID=node21/1059868-1215125040
PBS_JOBID= 7877162
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-80-2-1.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059868-1215125040/watcher-1059868-1215125040 -o /tmp/evaluation-result-1059868-1215125040/solver-1059868-1215125040 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1059868-1215125040.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5abd847ffd8ea2dba7909666fc007e09
RANDOM SEED=459103847

node21.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.263
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.263
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:        864784 kB
Buffers:         59252 kB
Cached:         307664 kB
SwapCached:       6608 kB
Active:         922824 kB
Inactive:       202176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        864784 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:         774128 kB
Slab:            49984 kB
Committed_AS:  4198420 kB
PageTables:       3328 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= 66552 MiB
End job on node21 at 2008-07-04 00:44:29