Trace number 1068299

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 132.575 133.283

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
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 benchmark3.54946
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.70	c start processing
0.01/0.70	c start relation processing
1.07/1.16	c start cnf exporting
58.42/58.52	c parsing time : 0.583
58.42/58.52	c preprocessing time : 58.407
58.42/58.52	
58.42/58.52	c Nary constraints - conflicts : 0 supports : 32
58.42/58.52	c Binary constraints - conflicts : 0 supports :0
58.42/58.52	c max arity constraint : 18
58.42/58.52	c Max Tuples generated 0
58.42/58.52	c relations : 2
58.42/58.52	c relations BDD: 2
58.42/58.52	c sampling 0/0
58.42/58.52	c vars : 595257 - clauses :  1972470
58.42/58.52	
58.42/58.54	 
58.42/58.54	c --- SAT Solver Stats ---
58.42/58.54	 
132.45/133.23	c restarts              : 12
132.45/133.23	c conflicts             : 20415          (277 /sec)
132.45/133.24	c decisions             : 64530          (2.00 % random) (874 /sec)
132.45/133.24	c propagations          : 145951383      (1976810 /sec)
132.45/133.24	c conflict literals     : 487280         (31.82 % deleted)
132.45/133.24	c Memory used           : 123.51 MB
132.45/133.24	c CPU time              : 73.8318 s
132.45/133.24	
132.45/133.24	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-1068299-1215153297/watcher-1068299-1215153297 -o /tmp/evaluation-result-1068299-1215153297/solver-1068299-1215153297 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1068299-1215153297.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.10 2.16 2.63 4/81 28360
/proc/meminfo: memFree=1823992/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=8652 CPUtime=0
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 671059269 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 2163 280 208 79 0 156 0
[pid=28361] ppid=28360 vsize=8688 CPUtime=0
/proc/28361/stat : 28361 (galacM.sh) S 28360 28360 28269 0 -1 4194368 57 243 0 0 0 0 0 0 16 0 1 0 671059270 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28361/statm: 2172 288 210 79 0 165 0
[pid=28363] ppid=28361 vsize=0 CPUtime=0
/proc/28363/stat : 28363 (id) Z 28361 28360 28269 0 -1 4194316 242 0 0 0 0 0 0 0 18 0 1 0 671059270 0 0 996147200 0 0 0 0 0 0 0 3674112 0 18446744071563351923 0 0 17 0 0 0
/proc/28363/statm: -- couldn't open statm file --
[startup+0.032564 s]
/proc/loadavg: 2.10 2.16 2.63 4/81 28360
/proc/meminfo: memFree=1823992/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101856 s]
/proc/loadavg: 2.10 2.16 2.63 4/81 28360
/proc/meminfo: memFree=1823992/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301897 s]
/proc/loadavg: 2.10 2.16 2.63 4/81 28360
/proc/meminfo: memFree=1823992/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.70297 s]
/proc/loadavg: 2.10 2.16 2.63 4/81 28360
/proc/meminfo: memFree=1823992/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50112 s]
/proc/loadavg: 2.09 2.15 2.62 3/91 28382
/proc/meminfo: memFree=1769576/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28374] ppid=28360 vsize=812760 CPUtime=1.46
/proc/28374/stat : 28374 (java) S 28360 28360 28269 0 -1 0 22168 0 1 0 132 14 0 0 18 0 9 0 671059272 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28374/statm: 203190 21592 1910 9 0 197171 0
[pid=28374/tid=28375] ppid=28360 vsize=812760 CPUtime=1.09
/proc/28374/task/28375/stat : 28375 (java) R 28360 28360 28269 0 -1 64 14514 0 1 0 100 9 0 0 25 0 9 0 671059274 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4126894166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28376] ppid=28360 vsize=812760 CPUtime=0.11
/proc/28374/task/28376/stat : 28376 (java) S 28360 28360 28269 0 -1 64 6120 0 0 0 9 2 0 0 18 0 9 0 671059275 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28377] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28377/stat : 28377 (java) S 28360 28360 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28378] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28378/stat : 28378 (java) S 28360 28360 28269 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28379] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28379/stat : 28379 (java) S 28360 28360 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671059277 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28380] ppid=28360 vsize=812760 CPUtime=0.22
/proc/28374/task/28380/stat : 28380 (java) S 28360 28360 28269 0 -1 64 830 0 0 0 22 0 0 0 15 0 9 0 671059277 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28381] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28381/stat : 28381 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 671059277 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28382] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28382/stat : 28382 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 671059277 832266240 21592 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860328

[startup+3.10142 s]
/proc/loadavg: 2.09 2.15 2.62 3/91 28382
/proc/meminfo: memFree=1734120/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28374] ppid=28360 vsize=812760 CPUtime=3.05
/proc/28374/stat : 28374 (java) S 28360 28360 28269 0 -1 0 25484 0 1 0 289 16 0 0 18 0 9 0 671059272 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28374/statm: 203190 24904 1911 9 0 197171 0
[pid=28374/tid=28375] ppid=28360 vsize=812760 CPUtime=2.58
/proc/28374/task/28375/stat : 28375 (java) R 28360 28360 28269 0 -1 64 14519 0 1 0 248 10 0 0 25 0 9 0 671059274 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4126891895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28376] ppid=28360 vsize=812760 CPUtime=0.21
/proc/28374/task/28376/stat : 28376 (java) S 28360 28360 28269 0 -1 64 9426 0 0 0 17 4 0 0 16 0 9 0 671059275 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28377] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28377/stat : 28377 (java) S 28360 28360 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28378] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28378/stat : 28378 (java) S 28360 28360 28269 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28379] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28379/stat : 28379 (java) S 28360 28360 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671059277 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28380] ppid=28360 vsize=812760 CPUtime=0.23
/proc/28374/task/28380/stat : 28380 (java) S 28360 28360 28269 0 -1 64 835 0 0 0 23 0 0 0 15 0 9 0 671059277 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28381] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28381/stat : 28381 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 671059277 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28382] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28382/stat : 28382 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 671059277 832266240 24904 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860328

[startup+6.30301 s]
/proc/loadavg: 2.16 2.17 2.62 3/91 28382
/proc/meminfo: memFree=1727656/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28374] ppid=28360 vsize=812760 CPUtime=6.25
/proc/28374/stat : 28374 (java) S 28360 28360 28269 0 -1 0 25493 0 1 0 608 17 0 0 18 0 9 0 671059272 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28374/statm: 203190 24906 1911 9 0 197171 0
[pid=28374/tid=28375] ppid=28360 vsize=812760 CPUtime=5.78
/proc/28374/task/28375/stat : 28375 (java) R 28360 28360 28269 0 -1 64 14526 0 1 0 567 11 0 0 25 0 9 0 671059274 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4126953931 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28376] ppid=28360 vsize=812760 CPUtime=0.21
/proc/28374/task/28376/stat : 28376 (java) S 28360 28360 28269 0 -1 64 9426 0 0 0 17 4 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28377] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28377/stat : 28377 (java) S 28360 28360 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28378] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28378/stat : 28378 (java) S 28360 28360 28269 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28379] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28379/stat : 28379 (java) S 28360 28360 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28380] ppid=28360 vsize=812760 CPUtime=0.23
/proc/28374/task/28380/stat : 28380 (java) S 28360 28360 28269 0 -1 64 837 0 0 0 23 0 0 0 16 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28381] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28381/stat : 28381 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28382] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28382/stat : 28382 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 860328

[startup+12.7012 s]
/proc/loadavg: 2.23 2.18 2.63 3/91 28382
/proc/meminfo: memFree=1723624/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28374] ppid=28360 vsize=812760 CPUtime=12.65
/proc/28374/stat : 28374 (java) S 28360 28360 28269 0 -1 0 25506 0 1 0 1246 19 0 0 18 0 9 0 671059272 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28374/statm: 203190 24906 1911 9 0 197171 0
[pid=28374/tid=28375] ppid=28360 vsize=812760 CPUtime=12.16
/proc/28374/task/28375/stat : 28375 (java) R 28360 28360 28269 0 -1 64 14539 0 1 0 1203 13 0 0 25 0 9 0 671059274 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4126653866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28376] ppid=28360 vsize=812760 CPUtime=0.22
/proc/28374/task/28376/stat : 28376 (java) S 28360 28360 28269 0 -1 64 9426 0 0 0 18 4 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28377] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28377/stat : 28377 (java) S 28360 28360 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28378] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28378/stat : 28378 (java) S 28360 28360 28269 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28379] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28379/stat : 28379 (java) S 28360 28360 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28380] ppid=28360 vsize=812760 CPUtime=0.23
/proc/28374/task/28380/stat : 28380 (java) S 28360 28360 28269 0 -1 64 837 0 0 0 23 0 0 0 16 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28381] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28381/stat : 28381 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28382] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28382/stat : 28382 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 860328

[startup+25.5026 s]
/proc/loadavg: 2.40 2.22 2.63 3/91 28382
/proc/meminfo: memFree=1714920/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28374] ppid=28360 vsize=812760 CPUtime=25.44
/proc/28374/stat : 28374 (java) S 28360 28360 28269 0 -1 0 25531 0 1 0 2520 24 0 0 18 0 9 0 671059272 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28374/statm: 203190 24906 1911 9 0 197171 0
[pid=28374/tid=28375] ppid=28360 vsize=812760 CPUtime=24.93
/proc/28374/task/28375/stat : 28375 (java) R 28360 28360 28269 0 -1 64 14564 0 1 0 2476 17 0 0 25 0 9 0 671059274 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4127022686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28376] ppid=28360 vsize=812760 CPUtime=0.24
/proc/28374/task/28376/stat : 28376 (java) S 28360 28360 28269 0 -1 64 9426 0 0 0 19 5 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28377] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28377/stat : 28377 (java) S 28360 28360 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28378] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28378/stat : 28378 (java) S 28360 28360 28269 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28379] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28379/stat : 28379 (java) S 28360 28360 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28380] ppid=28360 vsize=812760 CPUtime=0.23
/proc/28374/task/28380/stat : 28380 (java) S 28360 28360 28269 0 -1 64 837 0 0 0 23 0 0 0 16 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28381] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28381/stat : 28381 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28382] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28382/stat : 28382 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 860328

[startup+51.1023 s]
/proc/loadavg: 2.53 2.26 2.64 3/91 28382
/proc/meminfo: memFree=1697960/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=0.01
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 765 1697 0 0 0 0 0 1 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28374] ppid=28360 vsize=812760 CPUtime=51.02
/proc/28374/stat : 28374 (java) S 28360 28360 28269 0 -1 0 25580 0 1 0 5067 35 0 0 18 0 9 0 671059272 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28374/statm: 203190 24906 1911 9 0 197171 0
[pid=28374/tid=28375] ppid=28360 vsize=812760 CPUtime=50.49
/proc/28374/task/28375/stat : 28375 (java) R 28360 28360 28269 0 -1 64 14613 0 1 0 5021 28 0 0 25 0 9 0 671059274 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4126942835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28376] ppid=28360 vsize=812760 CPUtime=0.26
/proc/28374/task/28376/stat : 28376 (java) S 28360 28360 28269 0 -1 64 9426 0 0 0 21 5 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28377] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28377/stat : 28377 (java) S 28360 28360 28269 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28378] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28378/stat : 28378 (java) S 28360 28360 28269 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 671059275 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28379] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28379/stat : 28379 (java) S 28360 28360 28269 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28380] ppid=28360 vsize=812760 CPUtime=0.23
/proc/28374/task/28380/stat : 28380 (java) S 28360 28360 28269 0 -1 64 837 0 0 0 23 0 0 0 16 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28381] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28381/stat : 28381 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28374/tid=28382] ppid=28360 vsize=812760 CPUtime=0
/proc/28374/task/28382/stat : 28382 (java) S 28360 28360 28269 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 671059277 832266240 24906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 860328

[startup+102.307 s]
/proc/loadavg: 2.31 2.25 2.61 3/83 28383
/proc/meminfo: memFree=1668968/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=125456 CPUtime=43.36
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29053 0 0 0 4316 20 0 0 25 0 1 0 671065124 128466944 29034 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31364 29034 57 152 0 31209 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 173024

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

[startup+115.101 s]
/proc/loadavg: 2.26 2.24 2.60 3/83 28383
/proc/meminfo: memFree=1668456/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126116 CPUtime=56.05
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29193 0 0 0 5585 20 0 0 25 0 1 0 671065124 129142784 29174 996147200 134512640 135136200 4294955968 18446744073709551615 134529725 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31529 29174 57 152 0 31374 0
Current children cumulated CPU time (s) 114.51
Current children cumulated vsize (KiB) 173684

[startup+121.501 s]
/proc/loadavg: 2.22 2.23 2.60 3/83 28383
/proc/meminfo: memFree=1668136/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126116 CPUtime=62.39
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29217 0 0 0 6219 20 0 0 25 0 1 0 671065124 129142784 29198 996147200 134512640 135136200 4294955968 18446744073709551615 134529701 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31529 29198 57 152 0 31374 0
Current children cumulated CPU time (s) 120.85
Current children cumulated vsize (KiB) 173684

[startup+127.903 s]
/proc/loadavg: 2.20 2.23 2.59 3/83 28383
/proc/meminfo: memFree=1667880/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126468 CPUtime=68.74
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29272 0 0 0 6854 20 0 0 25 0 1 0 671065124 129503232 29253 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31617 29253 57 152 0 31462 0
Current children cumulated CPU time (s) 127.2
Current children cumulated vsize (KiB) 174036

[startup+131.101 s]
/proc/loadavg: 2.18 2.23 2.59 3/83 28383
/proc/meminfo: memFree=1667816/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126468 CPUtime=71.91
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29294 0 0 0 7171 20 0 0 25 0 1 0 671065124 129503232 29275 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31617 29275 57 152 0 31462 0
Current children cumulated CPU time (s) 130.37
Current children cumulated vsize (KiB) 174036

[startup+131.901 s]
/proc/loadavg: 2.18 2.23 2.59 3/83 28383
/proc/meminfo: memFree=1667816/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126468 CPUtime=72.7
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29298 0 0 0 7250 20 0 0 25 0 1 0 671065124 129503232 29279 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31617 29279 57 152 0 31462 0
Current children cumulated CPU time (s) 131.16
Current children cumulated vsize (KiB) 174036

[startup+132.702 s]
/proc/loadavg: 2.18 2.23 2.59 3/83 28383
/proc/meminfo: memFree=1667816/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126468 CPUtime=73.5
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29298 0 0 0 7330 20 0 0 25 0 1 0 671065124 129503232 29279 996147200 134512640 135136200 4294955968 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31617 29279 57 152 0 31462 0
Current children cumulated CPU time (s) 131.96
Current children cumulated vsize (KiB) 174036

[startup+133.107 s]
/proc/loadavg: 2.18 2.23 2.59 3/83 28383
/proc/meminfo: memFree=1667816/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126468 CPUtime=73.89
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29298 0 0 0 7369 20 0 0 25 0 1 0 671065124 129503232 29279 996147200 134512640 135136200 4294955968 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31617 29279 57 152 0 31462 0
Current children cumulated CPU time (s) 132.35
Current children cumulated vsize (KiB) 174036

[startup+133.203 s]
/proc/loadavg: 2.18 2.23 2.59 3/83 28383
/proc/meminfo: memFree=1667816/2055924 swapFree=4177292/4192956
[pid=28360] ppid=28358 vsize=47568 CPUtime=58.46
/proc/28360/stat : 28360 (galacM.sh) S 28358 28360 28269 0 -1 4194304 799 27304 0 1 0 0 5806 40 17 0 1 0 671059269 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28360/statm: 11892 364 245 79 0 219 0
[pid=28383] ppid=28360 vsize=126468 CPUtime=73.99
/proc/28383/stat : 28383 (minisat) R 28360 28360 28269 0 -1 4194304 29298 0 0 0 7379 20 0 0 25 0 1 0 671065124 129503232 29279 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/28383/statm: 31617 29279 57 152 0 31462 0
Current children cumulated CPU time (s) 132.45
Current children cumulated vsize (KiB) 174036

Child status: 0
Real time (s): 133.283
CPU time (s): 132.575
CPU user time (s): 131.909
CPU system time (s): 0.665898
CPU usage (%): 99.4684
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.909
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57620
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= 3080
involuntary context switches= 6306

runsolver used 0.142978 second user time and 0.408937 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 08:34:57
IDJOB=1068299
IDBENCH=55508
IDSOLVER=350
FILE ID=node83/1068299-1215153297
PBS_JOBID= 7877465
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068299-1215153297/watcher-1068299-1215153297 -o /tmp/evaluation-result-1068299-1215153297/solver-1068299-1215153297 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1068299-1215153297.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=1750503502

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1824408 kB
Buffers:          5316 kB
Cached:          80960 kB
SwapCached:       9264 kB
Active:         151596 kB
Inactive:        36304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1824408 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:         113284 kB
Slab:            28740 kB
Committed_AS:  1855608 kB
PageTables:       1960 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= 66548 MiB
End job on node83 at 2008-07-04 08:37:10