Trace number 1048485

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 MUNSAT 550.906 552.575

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-15_ext.xml
MD5SUMe2f300e40241c0b4c747cb27e32e09ee
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.637902
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.14/1.23	c start processing
1.14/1.23	c start relation processing
2.63/2.71	c start cnf exporting
20.93/21.22	c parsing time : 1.108
20.93/21.22	c preprocessing time : 21.095
20.93/21.22	
20.93/21.22	c Nary constraints - conflicts : 0 supports : 5
20.93/21.22	c Binary constraints - conflicts : 0 supports :0
20.93/21.22	c max arity constraint : 10
20.93/21.22	c Max Tuples generated 0
20.93/21.22	c relations : 5
20.93/21.22	c relations BDD: 5
20.93/21.22	c sampling 0/0
20.93/21.22	c vars : 170006 - clauses :  560284
20.93/21.22	
20.93/21.27	 
20.93/21.27	c --- SAT Solver Stats ---
20.93/21.27	 
550.81/552.55	c restarts              : 11
550.81/552.55	c conflicts             : 12928          (24 /sec)
550.81/552.55	c decisions             : 32080          (1.44 % random) (61 /sec)
550.81/552.55	c propagations          : 843164078      (1591505 /sec)
550.81/552.55	c conflict literals     : 886620         (36.98 % deleted)
550.81/552.55	c Memory used           : 41.20 MB
550.81/552.55	c CPU time              : 529.79 s
550.81/552.55	
550.81/552.55	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048485-1215043241/watcher-1048485-1215043241 -o /tmp/evaluation-result-1048485-1215043241/solver-1048485-1215043241 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1048485-1215043241.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.00 2.00 1.94 4/82 10075
/proc/meminfo: memFree=1665352/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=8652 CPUtime=0
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983292961 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 2163 280 208 79 0 156 0
[pid=10076] ppid=10075 vsize=8688 CPUtime=0
/proc/10076/stat : 10076 (galacM.sh) S 10075 10075 8919 0 -1 4194368 57 243 0 0 0 0 0 0 18 0 1 0 1983292962 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10076/statm: 2172 288 210 79 0 165 0
[pid=10078] ppid=10076 vsize=8728 CPUtime=0
/proc/10078/stat : 10078 (galacM.sh) R 10076 10075 8919 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 1983292962 8937472 292 996147200 4194304 4520092 548682068832 18446744073709551615 237947645223 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/10078/statm: 2182 292 210 79 0 175 0

[startup+0.0295921 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 10075
/proc/meminfo: memFree=1665352/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=8784 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 639 1482 0 0 0 0 0 1 21 0 1 0 1983292961 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 237947813970 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/10075/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102242 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 10075
/proc/meminfo: memFree=1665352/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301274 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 10075
/proc/meminfo: memFree=1665352/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701337 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 10075
/proc/meminfo: memFree=1665352/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50247 s]
/proc/loadavg: 2.00 2.00 1.94 3/92 10097
/proc/meminfo: memFree=1593592/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10089] ppid=10075 vsize=812628 CPUtime=1.43
/proc/10089/stat : 10089 (java) S 10075 10075 8919 0 -1 0 22612 0 1 0 131 12 0 0 19 0 9 0 1983292965 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10089/statm: 203157 22036 1888 9 0 197138 0
[pid=10089/tid=10090] ppid=10075 vsize=812628 CPUtime=1.21
/proc/10089/task/10090/stat : 10090 (java) R 10075 10075 8919 0 -1 64 14477 0 1 0 113 8 0 0 25 0 9 0 1983292966 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4125958350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10091] ppid=10075 vsize=812628 CPUtime=0.06
/proc/10089/task/10091/stat : 10091 (java) S 10075 10075 8919 0 -1 64 6672 0 0 0 3 3 0 0 16 0 9 0 1983292967 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10092] ppid=10075 vsize=812628 CPUtime=0
/proc/10089/task/10092/stat : 10092 (java) S 10075 10075 8919 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983292968 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10093] ppid=10075 vsize=812628 CPUtime=0
/proc/10089/task/10093/stat : 10093 (java) S 10075 10075 8919 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292968 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10094] ppid=10075 vsize=812628 CPUtime=0
/proc/10089/task/10094/stat : 10094 (java) S 10075 10075 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983292970 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10095] ppid=10075 vsize=812628 CPUtime=0.13
/proc/10089/task/10095/stat : 10095 (java) S 10075 10075 8919 0 -1 64 763 0 0 0 13 0 0 0 16 0 9 0 1983292970 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10096] ppid=10075 vsize=812628 CPUtime=0
/proc/10089/task/10096/stat : 10096 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292970 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10097] ppid=10075 vsize=812628 CPUtime=0
/proc/10089/task/10097/stat : 10097 (java) R 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292970 832131072 22036 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860192

[startup+3.10173 s]
/proc/loadavg: 2.00 2.00 1.94 4/92 10097
/proc/meminfo: memFree=1578040/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10089] ppid=10075 vsize=812760 CPUtime=3.02
/proc/10089/stat : 10089 (java) S 10075 10075 8919 0 -1 0 32457 0 1 0 284 18 0 0 19 0 9 0 1983292965 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10089/statm: 203190 31876 1908 9 0 197171 0
[pid=10089/tid=10090] ppid=10075 vsize=812760 CPUtime=2.26
/proc/10089/task/10090/stat : 10090 (java) R 10075 10075 8919 0 -1 64 14522 0 1 0 218 8 0 0 25 0 9 0 1983292966 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10091] ppid=10075 vsize=812760 CPUtime=0.52
/proc/10089/task/10091/stat : 10091 (java) R 10075 10075 8919 0 -1 64 16424 0 0 0 44 8 0 0 16 0 9 0 1983292967 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 102516772 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10092] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10092/stat : 10092 (java) S 10075 10075 8919 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983292968 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10093] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10093/stat : 10093 (java) S 10075 10075 8919 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292968 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10094] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10094/stat : 10094 (java) S 10075 10075 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983292970 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10095] ppid=10075 vsize=812760 CPUtime=0.2
/proc/10089/task/10095/stat : 10095 (java) S 10075 10075 8919 0 -1 64 811 0 0 0 20 0 0 0 15 0 9 0 1983292970 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10096] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10096/stat : 10096 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292970 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10097] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10097/stat : 10097 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292970 832266240 31876 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860324

[startup+6.30224 s]
/proc/loadavg: 2.00 2.00 1.94 3/92 10097
/proc/meminfo: memFree=1510840/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10089] ppid=10075 vsize=812760 CPUtime=6.19
/proc/10089/stat : 10089 (java) S 10075 10075 8919 0 -1 0 40472 0 1 0 596 23 0 0 19 0 9 0 1983292965 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10089/statm: 203190 39885 1908 9 0 197171 0
[pid=10089/tid=10090] ppid=10075 vsize=812760 CPUtime=5.09
/proc/10089/task/10090/stat : 10090 (java) R 10075 10075 8919 0 -1 64 14528 0 1 0 500 9 0 0 25 0 9 0 1983292966 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4126656784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10091] ppid=10075 vsize=812760 CPUtime=0.86
/proc/10089/task/10091/stat : 10091 (java) S 10075 10075 8919 0 -1 64 24433 0 0 0 74 12 0 0 16 0 9 0 1983292967 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10092] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10092/stat : 10092 (java) S 10075 10075 8919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983292968 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10093] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10093/stat : 10093 (java) S 10075 10075 8919 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292968 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10094] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10094/stat : 10094 (java) S 10075 10075 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983292970 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10095] ppid=10075 vsize=812760 CPUtime=0.2
/proc/10089/task/10095/stat : 10095 (java) S 10075 10075 8919 0 -1 64 811 0 0 0 20 0 0 0 15 0 9 0 1983292970 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10096] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10096/stat : 10096 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292970 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10097] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10097/stat : 10097 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292970 832266240 39885 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860324

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.94 3/92 10097
/proc/meminfo: memFree=1503544/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=0.01
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10089] ppid=10075 vsize=812760 CPUtime=12.53
/proc/10089/stat : 10089 (java) S 10075 10075 8919 0 -1 0 40486 0 1 0 1227 26 0 0 19 0 9 0 1983292965 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10089/statm: 203190 39888 1908 9 0 197171 0
[pid=10089/tid=10090] ppid=10075 vsize=812760 CPUtime=11.41
/proc/10089/task/10090/stat : 10090 (java) R 10075 10075 8919 0 -1 64 14539 0 1 0 1130 11 0 0 25 0 9 0 1983292966 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4126922824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10091] ppid=10075 vsize=812760 CPUtime=0.87
/proc/10089/task/10091/stat : 10091 (java) S 10075 10075 8919 0 -1 64 24433 0 0 0 75 12 0 0 16 0 9 0 1983292967 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10092] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10092/stat : 10092 (java) S 10075 10075 8919 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983292968 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10093] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10093/stat : 10093 (java) S 10075 10075 8919 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983292968 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10094] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10094/stat : 10094 (java) S 10075 10075 8919 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983292970 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10095] ppid=10075 vsize=812760 CPUtime=0.21
/proc/10089/task/10095/stat : 10095 (java) S 10075 10075 8919 0 -1 64 814 0 0 0 21 0 0 0 15 0 9 0 1983292970 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10096] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10096/stat : 10096 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983292970 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10089/tid=10097] ppid=10075 vsize=812760 CPUtime=0
/proc/10089/task/10097/stat : 10097 (java) S 10075 10075 8919 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983292970 832266240 39888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860324

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 1.94 4/84 10104
/proc/meminfo: memFree=1616880/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=37516 CPUtime=4.18
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 8473 0 0 0 413 5 0 0 25 0 1 0 1983295088 38416384 8454 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/10104/statm: 9379 8454 54 152 0 9224 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 85080

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 1.94 3/84 10104
/proc/meminfo: memFree=1616048/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=38176 CPUtime=29.53
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 8657 0 0 0 2948 5 0 0 25 0 1 0 1983295088 39092224 8638 996147200 134512640 135136200 4294955968 18446744073709551615 134529820 0 0 4096 3 0 0 0 17 1 0 0
/proc/10104/statm: 9544 8638 57 152 0 9389 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 85740

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 1.94 3/84 10104

################
# More data... #
################


[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.94 3/76 10106
/proc/meminfo: memFree=1681904/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=39120 CPUtime=139.79
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 8888 0 0 0 13973 6 0 0 25 0 1 0 1983295088 40058880 8869 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 9780 8869 57 152 0 9625 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 86684

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 10155
/proc/meminfo: memFree=1703424/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=39648 CPUtime=199.76
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9029 0 0 0 19968 8 0 0 25 0 1 0 1983295088 40599552 9010 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 9912 9010 57 152 0 9757 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 87212

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 10155
/proc/meminfo: memFree=1702592/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=40308 CPUtime=259.73
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9192 0 0 0 25965 8 0 0 25 0 1 0 1983295088 41275392 9173 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10077 9173 57 152 0 9922 0
Current children cumulated CPU time (s) 280.72
Current children cumulated vsize (KiB) 87872

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 10155
/proc/meminfo: memFree=1702024/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=40836 CPUtime=319.7
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9322 0 0 0 31962 8 0 0 25 0 1 0 1983295088 41816064 9303 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10209 9303 57 152 0 10054 0
Current children cumulated CPU time (s) 340.69
Current children cumulated vsize (KiB) 88400

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.94 5/82 10155
/proc/meminfo: memFree=1701576/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=41256 CPUtime=379.68
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9425 0 0 0 37960 8 0 0 25 0 1 0 1983295088 42246144 9406 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10314 9406 57 152 0 10159 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 88820

[startup+462.302 s]
/proc/loadavg: 2.11 2.03 1.95 3/82 10155
/proc/meminfo: memFree=1701064/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=41784 CPUtime=439.66
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9560 0 0 0 43957 9 0 0 25 0 1 0 1983295088 42786816 9541 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10446 9541 57 152 0 10291 0
Current children cumulated CPU time (s) 460.65
Current children cumulated vsize (KiB) 89348

[startup+522.301 s]
/proc/loadavg: 2.13 2.05 1.96 3/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=499.63
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 49954 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 520.62
Current children cumulated vsize (KiB) 89748

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

[startup+537.502 s]
/proc/loadavg: 2.26 2.08 1.97 4/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=514.82
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 51473 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529425 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 535.81
Current children cumulated vsize (KiB) 89748

[startup+543.902 s]
/proc/loadavg: 2.24 2.08 1.97 4/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=521.22
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 52113 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 542.21
Current children cumulated vsize (KiB) 89748

[startup+547.101 s]
/proc/loadavg: 2.30 2.10 1.98 3/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=524.42
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 52433 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 545.41
Current children cumulated vsize (KiB) 89748

[startup+550.303 s]
/proc/loadavg: 2.27 2.09 1.98 3/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=527.62
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 52753 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529875 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 548.61
Current children cumulated vsize (KiB) 89748

[startup+551.902 s]
/proc/loadavg: 2.27 2.09 1.98 4/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=529.22
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 52913 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 550.21
Current children cumulated vsize (KiB) 89748

[startup+552.301 s]
/proc/loadavg: 2.27 2.09 1.98 3/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=529.62
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 52953 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 550.61
Current children cumulated vsize (KiB) 89748

[startup+552.502 s]
/proc/loadavg: 2.27 2.09 1.98 3/82 10155
/proc/meminfo: memFree=1700616/2055920 swapFree=4179732/4192956
[pid=10075] ppid=10073 vsize=47564 CPUtime=20.99
/proc/10075/stat : 10075 (galacM.sh) S 10073 10075 8919 0 -1 4194304 799 42212 0 1 0 0 2065 34 17 0 1 0 1983292961 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10075/statm: 11891 364 245 79 0 219 0
[pid=10104] ppid=10075 vsize=42184 CPUtime=529.82
/proc/10104/stat : 10104 (minisat) R 10075 10075 8919 0 -1 4194304 9659 0 0 0 52973 9 0 0 25 0 1 0 1983295088 43196416 9640 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/10104/statm: 10546 9640 57 152 0 10391 0
Current children cumulated CPU time (s) 550.81
Current children cumulated vsize (KiB) 89748

Child status: 0
Real time (s): 552.575
CPU time (s): 550.906
CPU user time (s): 550.446
CPU system time (s): 0.45993
CPU usage (%): 99.6981
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 550.446
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52888
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1688
involuntary context switches= 8989

runsolver used 0.634903 second user time and 1.70774 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 02:00:41
IDJOB=1048485
IDBENCH=54364
IDSOLVER=350
FILE ID=node69/1048485-1215043241
PBS_JOBID= 7875038
Free space on /tmp= 66504 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-15_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048485-1215043241/watcher-1048485-1215043241 -o /tmp/evaluation-result-1048485-1215043241/solver-1048485-1215043241 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1048485-1215043241.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e2f300e40241c0b4c747cb27e32e09ee
RANDOM SEED=481348793

node69.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.259
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.259
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:       1665832 kB
Buffers:         37352 kB
Cached:         190868 kB
SwapCached:       6788 kB
Active:         257596 kB
Inactive:        76296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665832 kB
SwapTotal:     4192956 kB
SwapFree:      4179732 kB
Dirty:           11560 kB
Writeback:           0 kB
Mapped:         122828 kB
Slab:            41008 kB
Committed_AS:  3902080 kB
PageTables:       2228 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= 66528 MiB
End job on node69 at 2008-07-03 02:09:53