Trace number 1059196

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 M? (TO) 1800.03 1808.01

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-37_ext.xml
MD5SUM2a12a9cdf693fd05cdae763dc502b9a1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
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 ---
4.94/5.05	c start processing
4.94/5.05	c start relation processing
18.27/18.48	c start cnf exporting
72.07/72.52	c parsing time : 4.925
72.07/72.52	c preprocessing time : 72.398
72.07/72.52	
72.07/72.52	c Nary constraints - conflicts : 0 supports : 93
72.07/72.52	c Binary constraints - conflicts : 0 supports :0
72.07/72.52	c max arity constraint : 3
72.07/72.52	c Max Tuples generated 0
72.07/72.52	c relations : 93
72.07/72.52	c relations BDD: 93
72.07/72.52	c sampling 0/0
72.07/72.52	c vars : 598165 - clauses :  1874357
72.07/72.52	
72.13/72.61	 
72.13/72.61	c --- SAT Solver Stats ---
72.13/72.61	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1059196-1215121937/watcher-1059196-1215121937 -o /tmp/evaluation-result-1059196-1215121937/solver-1059196-1215121937 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1059196-1215121937.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: 1.91 1.97 1.99 4/73 32701
/proc/meminfo: memFree=1688360/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=8652 CPUtime=0
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 677319225 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32701/statm: 2163 280 208 79 0 156 0
[pid=32702] ppid=32701 vsize=8688 CPUtime=0
/proc/32702/stat : 32702 (galacM.sh) R 32701 32701 31575 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 677319226 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 226686986911 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/32702/statm: 2172 288 210 79 0 165 0

[startup+0.0965369 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32701
/proc/meminfo: memFree=1688360/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.101531 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32701
/proc/meminfo: memFree=1688360/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301563 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32701
/proc/meminfo: memFree=1688360/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701615 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 32701
/proc/meminfo: memFree=1688360/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50271 s]
/proc/loadavg: 1.91 1.97 1.99 3/83 32723
/proc/meminfo: memFree=1610512/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32715] ppid=32701 vsize=812628 CPUtime=1.45
/proc/32715/stat : 32715 (java) S 32701 32701 31575 0 -1 0 22827 0 1 0 134 11 0 0 19 0 9 0 677319229 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32715/statm: 203157 22249 1885 9 0 197138 0
[pid=32715/tid=32716] ppid=32701 vsize=812628 CPUtime=1.21
/proc/32715/task/32716/stat : 32716 (java) R 32701 32701 31575 0 -1 64 14455 0 1 0 115 6 0 0 25 0 9 0 677319230 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4126739811 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32717] ppid=32701 vsize=812628 CPUtime=0.1
/proc/32715/task/32717/stat : 32717 (java) S 32701 32701 31575 0 -1 64 6912 0 0 0 7 3 0 0 16 0 9 0 677319231 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32718] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32718/stat : 32718 (java) S 32701 32701 31575 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677319231 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32719] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32719/stat : 32719 (java) S 32701 32701 31575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 677319231 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32720] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32720/stat : 32720 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 677319233 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32721] ppid=32701 vsize=812628 CPUtime=0.11
/proc/32715/task/32721/stat : 32721 (java) S 32701 32701 31575 0 -1 64 755 0 0 0 11 0 0 0 16 0 9 0 677319233 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32722] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32722/stat : 32722 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677319233 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32723] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32723/stat : 32723 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677319233 832131072 22249 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860192

[startup+3.10291 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 32723
/proc/meminfo: memFree=1600656/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32715] ppid=32701 vsize=812628 CPUtime=3.05
/proc/32715/stat : 32715 (java) S 32701 32701 31575 0 -1 0 26472 0 1 0 292 13 0 0 19 0 9 0 677319229 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32715/statm: 203157 25888 1885 9 0 197138 0
[pid=32715/tid=32716] ppid=32701 vsize=812628 CPUtime=2.65
/proc/32715/task/32716/stat : 32716 (java) R 32701 32701 31575 0 -1 64 14461 0 1 0 259 6 0 0 25 0 9 0 677319230 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4126642849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32717] ppid=32701 vsize=812628 CPUtime=0.24
/proc/32715/task/32717/stat : 32717 (java) S 32701 32701 31575 0 -1 64 10547 0 0 0 20 4 0 0 16 0 9 0 677319231 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32718] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32718/stat : 32718 (java) S 32701 32701 31575 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677319231 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32719] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32719/stat : 32719 (java) S 32701 32701 31575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 677319231 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32720] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32720/stat : 32720 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 677319233 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32721] ppid=32701 vsize=812628 CPUtime=0.11
/proc/32715/task/32721/stat : 32721 (java) S 32701 32701 31575 0 -1 64 759 0 0 0 11 0 0 0 16 0 9 0 677319233 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32722] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32722/stat : 32722 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677319233 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32723] ppid=32701 vsize=812628 CPUtime=0
/proc/32715/task/32723/stat : 32723 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677319233 832131072 25888 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 860192

[startup+6.30131 s]
/proc/loadavg: 1.92 1.97 1.99 4/83 32723
/proc/meminfo: memFree=1573776/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32715] ppid=32701 vsize=812752 CPUtime=6.23
/proc/32715/stat : 32715 (java) S 32701 32701 31575 0 -1 0 33145 0 1 0 606 17 0 0 19 0 9 0 677319229 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32715/statm: 203188 32551 1893 9 0 197169 0
[pid=32715/tid=32716] ppid=32701 vsize=812752 CPUtime=5.51
/proc/32715/task/32716/stat : 32716 (java) R 32701 32701 31575 0 -1 64 14496 0 1 0 544 7 0 0 25 0 9 0 677319230 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4126878839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32717] ppid=32701 vsize=812752 CPUtime=0.51
/proc/32715/task/32717/stat : 32717 (java) S 32701 32701 31575 0 -1 64 17135 0 0 0 43 8 0 0 17 0 9 0 677319231 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32718] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32718/stat : 32718 (java) S 32701 32701 31575 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677319231 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32719] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32719/stat : 32719 (java) S 32701 32701 31575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 677319231 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32720] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32720/stat : 32720 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 677319233 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32721] ppid=32701 vsize=812752 CPUtime=0.18
/proc/32715/task/32721/stat : 32721 (java) S 32701 32701 31575 0 -1 64 809 0 0 0 18 0 0 0 16 0 9 0 677319233 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32722] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32722/stat : 32722 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677319233 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32723] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32723/stat : 32723 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677319233 832258048 32551 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860316

[startup+12.7021 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 32723
/proc/meminfo: memFree=1483928/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32715] ppid=32701 vsize=812752 CPUtime=12.59
/proc/32715/stat : 32715 (java) S 32701 32701 31575 0 -1 0 56835 0 1 0 1232 27 0 0 19 0 9 0 677319229 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32715/statm: 203188 56238 1893 9 0 197169 0
[pid=32715/tid=32716] ppid=32701 vsize=812752 CPUtime=10.71
/proc/32715/task/32716/stat : 32716 (java) R 32701 32701 31575 0 -1 64 14499 0 1 0 1064 7 0 0 25 0 9 0 677319230 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32717] ppid=32701 vsize=812752 CPUtime=1.67
/proc/32715/task/32717/stat : 32717 (java) R 32701 32701 31575 0 -1 64 40822 0 0 0 149 18 0 0 18 0 9 0 677319231 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 101588329 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32718] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32718/stat : 32718 (java) S 32701 32701 31575 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677319231 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32719] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32719/stat : 32719 (java) S 32701 32701 31575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 677319231 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32720] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32720/stat : 32720 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 677319233 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32721] ppid=32701 vsize=812752 CPUtime=0.18
/proc/32715/task/32721/stat : 32721 (java) S 32701 32701 31575 0 -1 64 809 0 0 0 18 0 0 0 16 0 9 0 677319233 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32722] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32722/stat : 32722 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677319233 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32723] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32723/stat : 32723 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677319233 832258048 56238 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860316

[startup+25.5017 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 32723
/proc/meminfo: memFree=1341016/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=0.01
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32715] ppid=32701 vsize=812752 CPUtime=25.32
/proc/32715/stat : 32715 (java) S 32701 32701 31575 0 -1 0 87888 0 1 0 2485 47 0 0 19 0 9 0 677319229 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32715/statm: 203188 87274 1912 9 0 197169 0
[pid=32715/tid=32716] ppid=32701 vsize=812752 CPUtime=21.93
/proc/32715/task/32716/stat : 32716 (java) R 32701 32701 31575 0 -1 64 14554 0 1 0 2182 11 0 0 25 0 9 0 677319230 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4126427982 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32717] ppid=32701 vsize=812752 CPUtime=3.12
/proc/32715/task/32717/stat : 32717 (java) S 32701 32701 31575 0 -1 64 71784 0 0 0 278 34 0 0 16 0 9 0 677319231 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32718] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32718/stat : 32718 (java) S 32701 32701 31575 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 677319231 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32719] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32719/stat : 32719 (java) S 32701 32701 31575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 677319231 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32720] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32720/stat : 32720 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 677319233 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32721] ppid=32701 vsize=812752 CPUtime=0.24
/proc/32715/task/32721/stat : 32721 (java) S 32701 32701 31575 0 -1 64 845 0 0 0 24 0 0 0 16 0 9 0 677319233 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32722] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32722/stat : 32722 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677319233 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32715/tid=32723] ppid=32701 vsize=812752 CPUtime=0
/proc/32715/task/32723/stat : 32723 (java) S 32701 32701 31575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677319233 832258048 87274 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 860316

[startup+51.1019 s]

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

/proc/32724/statm: 49810 47210 57 152 0 49655 0
Current children cumulated CPU time (s) 1117.68
Current children cumulated vsize (KiB) 246804

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 32730
/proc/meminfo: memFree=1459032/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=203068 CPUtime=1105.3
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 48216 0 0 0 110486 44 0 0 25 0 1 0 677326487 207941632 48197 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 50767 48197 57 152 0 50612 0
Current children cumulated CPU time (s) 1177.45
Current children cumulated vsize (KiB) 250632

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 32731
/proc/meminfo: memFree=1452760/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=209040 CPUtime=1165.05
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 49717 0 0 0 116460 45 0 0 25 0 1 0 677326487 214056960 49698 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 52260 49698 57 152 0 52105 0
Current children cumulated CPU time (s) 1237.2
Current children cumulated vsize (KiB) 256604

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 32731
/proc/meminfo: memFree=1441496/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=220236 CPUtime=1224.83
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 52508 0 0 0 122435 48 0 0 25 0 1 0 677326487 225521664 52489 996147200 134512640 135136200 4294955968 18446744073709551615 134529325 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 55059 52489 57 152 0 54904 0
Current children cumulated CPU time (s) 1296.98
Current children cumulated vsize (KiB) 267800

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 32731
/proc/meminfo: memFree=1437784/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=223932 CPUtime=1284.59
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 53430 0 0 0 128410 49 0 0 25 0 1 0 677326487 229306368 53411 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 55983 53411 57 152 0 55828 0
Current children cumulated CPU time (s) 1356.74
Current children cumulated vsize (KiB) 271496

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 32731
/proc/meminfo: memFree=1435160/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=226844 CPUtime=1344.36
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 54077 0 0 0 134386 50 0 0 25 0 1 0 677326487 232288256 54058 996147200 134512640 135136200 4294955968 18446744073709551615 134529325 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 56711 54058 57 152 0 56556 0
Current children cumulated CPU time (s) 1416.51
Current children cumulated vsize (KiB) 274408

[startup+1482.3 s]
/proc/loadavg: 1.94 1.96 1.98 3/85 312
/proc/meminfo: memFree=1426384/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=231492 CPUtime=1404.06
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 55264 0 0 0 140354 52 0 0 25 0 1 0 677326487 237047808 55245 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 57873 55245 57 152 0 57718 0
Current children cumulated CPU time (s) 1476.21
Current children cumulated vsize (KiB) 279056

[startup+1542.3 s]
/proc/loadavg: 2.51 2.09 2.03 3/77 315
/proc/meminfo: memFree=711568/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=238324 CPUtime=1463.71
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 56965 0 0 0 146315 56 0 0 25 0 1 0 677326487 244043776 56946 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32724/statm: 59581 56946 57 152 0 59426 0
Current children cumulated CPU time (s) 1535.86
Current children cumulated vsize (KiB) 285888

[startup+1602.3 s]
/proc/loadavg: 2.22 2.08 2.03 3/75 509
/proc/meminfo: memFree=1414744/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=243508 CPUtime=1523.26
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 58269 0 0 0 152266 60 0 0 25 0 1 0 677326487 249352192 58250 996147200 134512640 135136200 4294955968 18446744073709551615 134529452 0 0 4096 3 0 0 0 17 0 0 0
/proc/32724/statm: 60877 58250 57 152 0 60722 0
Current children cumulated CPU time (s) 1595.41
Current children cumulated vsize (KiB) 291072

[startup+1662.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/75 509
/proc/meminfo: memFree=1406168/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=252352 CPUtime=1582.8
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 60483 0 0 0 158218 62 0 0 25 0 1 0 677326487 258408448 60464 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/32724/statm: 63088 60464 57 152 0 62933 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 299916

[startup+1722.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/85 547
/proc/meminfo: memFree=924040/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=259756 CPUtime=1642.42
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 62330 0 0 0 164179 63 0 0 25 0 1 0 677326487 265990144 62311 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 64939 62311 57 152 0 64784 0
Current children cumulated CPU time (s) 1714.57
Current children cumulated vsize (KiB) 307320

[startup+1782.3 s]
/proc/loadavg: 1.48 1.89 1.96 3/75 575
/proc/meminfo: memFree=1372056/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=267376 CPUtime=1702.35
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 64252 0 0 0 170171 64 0 0 25 0 1 0 677326487 273793024 64233 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/32724/statm: 66844 64233 57 152 0 66689 0
Current children cumulated CPU time (s) 1774.5
Current children cumulated vsize (KiB) 314940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 1.66 1.90 1.96 2/70 619
/proc/meminfo: memFree=1416968/2055920 swapFree=4146896/4192956
[pid=32701] ppid=32699 vsize=47564 CPUtime=72.15
/proc/32701/stat : 32701 (galacM.sh) S 32699 32701 31575 0 -1 4194304 800 89689 0 1 0 1 7140 74 17 0 1 0 677319225 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 226686593882 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/32701/statm: 11891 365 246 79 0 219 0
[pid=32724] ppid=32701 vsize=270596 CPUtime=1727.88
/proc/32724/stat : 32724 (minisat) R 32701 32701 31575 0 -1 4194304 65062 0 0 0 172722 66 0 0 25 0 1 0 677326487 277090304 65043 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32724/statm: 67649 65043 57 152 0 67494 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 318160

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32701 and gives
#  childrusage.ru_utime.tv_sec=71
#  childrusage.ru_utime.tv_usec=408144
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=760884
# CPU time returned by wait4() is 72.169
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.01
CPU time (s): 1800.03
CPU user time (s): 1798.62
CPU system time (s): 1.41
CPU usage (%): 99.5585
Max. virtual memory (cumulated for all children) (KiB): 860316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.4081
system time used= 0.760884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90489
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= 3448
involuntary context switches= 4283

runsolver used 1.73074 second user time and 4.97424 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-03 23:52:18
IDJOB=1059196
IDBENCH=54217
IDSOLVER=350
FILE ID=node80/1059196-1215121937
PBS_JOBID= 7877047
Free space on /tmp= 66540 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-37_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059196-1215121937/watcher-1059196-1215121937 -o /tmp/evaluation-result-1059196-1215121937/solver-1059196-1215121937 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1059196-1215121937.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a12a9cdf693fd05cdae763dc502b9a1
RANDOM SEED=961031461

node80.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1688776 kB
Buffers:         20668 kB
Cached:         230520 kB
SwapCached:      40260 kB
Active:         163988 kB
Inactive:       166076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688776 kB
SwapTotal:     4192956 kB
SwapFree:      4146896 kB
Dirty:            8936 kB
Writeback:           0 kB
Mapped:          85104 kB
Slab:            22432 kB
Committed_AS:  1006840 kB
PageTables:       1844 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= 66504 MiB
End job on node80 at 2008-07-04 00:22:28