Trace number 1056758

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.02 1816.91

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-45_ext.xml
MD5SUMd827410f0ea96d85e234cb7a677b560b
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 variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 ---
3.05/3.13	c start processing
3.05/3.13	c start relation processing
9.67/9.83	c start cnf exporting
39.12/39.51	c parsing time : 3.011
39.12/39.51	c preprocessing time : 39.393
39.12/39.51	
39.12/39.51	c Nary constraints - conflicts : 0 supports : 75
39.12/39.51	c Binary constraints - conflicts : 0 supports :0
39.12/39.51	c max arity constraint : 3
39.12/39.51	c Max Tuples generated 0
39.12/39.51	c relations : 75
39.12/39.51	c relations BDD: 75
39.12/39.51	c sampling 0/0
39.12/39.51	c vars : 296430 - clauses :  936380
39.12/39.51	
39.12/39.56	 
39.12/39.56	c --- SAT Solver Stats ---
39.12/39.56	 

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-1056758-1215105725/watcher-1056758-1215105725 -o /tmp/evaluation-result-1056758-1215105725/solver-1056758-1215105725 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1056758-1215105725.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 23757
/proc/meminfo: memFree=1621624/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=8748 CPUtime=0
/proc/23757/stat : 23757 (galacM.sh) R 23755 23757 23687 0 -1 4194304 406 833 0 0 0 0 0 0 16 0 1 0 1989546546 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 253307185823 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/23757/statm: 2187 312 217 79 0 180 0
[pid=23763] ppid=23757 vsize=8768 CPUtime=0
/proc/23763/stat : 23763 (galacM.sh) R 23757 23757 23687 0 -1 4194368 20 0 0 0 0 0 0 0 16 0 1 0 1989546547 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 4425384 0 0 4096 73728 0 0 0 17 1 0 0
/proc/23763/statm: 2192 315 217 79 0 185 0

[startup+0.0207831 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 23757
/proc/meminfo: memFree=1621624/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=8772 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) R 23755 23757 23687 0 -1 4194304 516 1176 0 0 0 0 0 1 17 0 1 0 1989546546 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 253307185823 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/23757/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8772

[startup+0.109821 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 23757
/proc/meminfo: memFree=1621624/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.30184 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 23757
/proc/meminfo: memFree=1621624/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.70188 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 23757
/proc/meminfo: memFree=1621624/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50296 s]
/proc/loadavg: 0.00 0.00 0.00 4/91 23806
/proc/meminfo: memFree=1471448/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23772] ppid=23757 vsize=813636 CPUtime=1.45
/proc/23772/stat : 23772 (java) S 23757 23757 23687 0 -1 0 22503 0 1 0 135 10 0 0 18 0 9 0 1989546550 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23772/statm: 203409 21928 1882 9 0 197390 0
[pid=23772/tid=23777] ppid=23757 vsize=813636 CPUtime=1.23
/proc/23772/task/23777/stat : 23777 (java) R 23757 23757 23687 0 -1 64 14478 0 1 0 116 7 0 0 25 0 9 0 1989546551 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4126738767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23782] ppid=23757 vsize=813636 CPUtime=0.08
/proc/23772/task/23782/stat : 23782 (java) S 23757 23757 23687 0 -1 64 6570 0 0 0 6 2 0 0 16 0 9 0 1989546552 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23783] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23783/stat : 23783 (java) S 23757 23757 23687 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1989546552 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23784] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23784/stat : 23784 (java) S 23757 23757 23687 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1989546552 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23795] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23795/stat : 23795 (java) S 23757 23757 23687 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1989546555 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23796] ppid=23757 vsize=813636 CPUtime=0.11
/proc/23772/task/23796/stat : 23796 (java) S 23757 23757 23687 0 -1 64 757 0 0 0 11 0 0 0 16 0 9 0 1989546555 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23797] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23797/stat : 23797 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1989546555 833163264 21928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23798] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23798/stat : 23798 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546555 833163264 21928 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) 861200

[startup+3.10209 s]
/proc/loadavg: 0.00 0.00 0.00 3/91 23806
/proc/meminfo: memFree=1440728/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23772] ppid=23757 vsize=813636 CPUtime=3.04
/proc/23772/stat : 23772 (java) S 23757 23757 23687 0 -1 0 25498 0 1 0 291 13 0 0 18 0 9 0 1989546550 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23772/statm: 203409 24918 1882 9 0 197390 0
[pid=23772/tid=23777] ppid=23757 vsize=813636 CPUtime=2.66
/proc/23772/task/23777/stat : 23777 (java) R 23757 23757 23687 0 -1 64 14485 0 1 0 259 7 0 0 25 0 9 0 1989546551 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4126538415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23782] ppid=23757 vsize=813636 CPUtime=0.23
/proc/23772/task/23782/stat : 23782 (java) S 23757 23757 23687 0 -1 64 9554 0 0 0 19 4 0 0 16 0 9 0 1989546552 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23783] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23783/stat : 23783 (java) S 23757 23757 23687 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1989546552 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23784] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23784/stat : 23784 (java) S 23757 23757 23687 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1989546552 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23795] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23795/stat : 23795 (java) S 23757 23757 23687 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1989546555 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23796] ppid=23757 vsize=813636 CPUtime=0.12
/proc/23772/task/23796/stat : 23796 (java) S 23757 23757 23687 0 -1 64 761 0 0 0 12 0 0 0 16 0 9 0 1989546555 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23797] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23797/stat : 23797 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1989546555 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23798] ppid=23757 vsize=813636 CPUtime=0
/proc/23772/task/23798/stat : 23798 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546555 833163264 24918 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 861200

[startup+6.30239 s]
/proc/loadavg: 0.16 0.03 0.01 4/91 23806
/proc/meminfo: memFree=1384920/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23772] ppid=23757 vsize=813584 CPUtime=6.2
/proc/23772/stat : 23772 (java) S 23757 23757 23687 0 -1 0 36165 0 1 0 600 20 0 0 18 0 9 0 1989546550 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23772/statm: 203396 35581 1890 9 0 197377 0
[pid=23772/tid=23777] ppid=23757 vsize=813584 CPUtime=5.22
/proc/23772/task/23777/stat : 23777 (java) R 23757 23757 23687 0 -1 64 14500 0 1 0 514 8 0 0 25 0 9 0 1989546551 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4126878598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23782] ppid=23757 vsize=813584 CPUtime=0.78
/proc/23772/task/23782/stat : 23782 (java) S 23757 23757 23687 0 -1 64 20172 0 0 0 68 10 0 0 21 0 9 0 1989546552 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23783] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23783/stat : 23783 (java) S 23757 23757 23687 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 1989546552 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23784] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23784/stat : 23784 (java) S 23757 23757 23687 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1989546552 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23795] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23795/stat : 23795 (java) S 23757 23757 23687 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1989546555 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23796] ppid=23757 vsize=813584 CPUtime=0.17
/proc/23772/task/23796/stat : 23796 (java) S 23757 23757 23687 0 -1 64 795 0 0 0 17 0 0 0 15 0 9 0 1989546555 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23797] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23797/stat : 23797 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1989546555 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23798] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23798/stat : 23798 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546555 833110016 35581 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 861148

[startup+12.702 s]
/proc/loadavg: 0.31 0.07 0.02 3/91 23806
/proc/meminfo: memFree=1193384/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23772] ppid=23757 vsize=813584 CPUtime=12.53
/proc/23772/stat : 23772 (java) S 23757 23757 23687 0 -1 0 54872 0 1 0 1223 30 0 0 18 0 9 0 1989546550 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23772/statm: 203396 54280 1910 9 0 197377 0
[pid=23772/tid=23777] ppid=23757 vsize=813584 CPUtime=10.53
/proc/23772/task/23777/stat : 23777 (java) R 23757 23757 23687 0 -1 64 14550 0 1 0 1044 9 0 0 25 0 9 0 1989546551 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4126896108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23782] ppid=23757 vsize=813584 CPUtime=1.74
/proc/23772/task/23782/stat : 23782 (java) S 23757 23757 23687 0 -1 64 38793 0 0 0 155 19 0 0 16 0 9 0 1989546552 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23783] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23783/stat : 23783 (java) S 23757 23757 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1989546552 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23784] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23784/stat : 23784 (java) S 23757 23757 23687 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1989546552 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23795] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23795/stat : 23795 (java) S 23757 23757 23687 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23796] ppid=23757 vsize=813584 CPUtime=0.24
/proc/23772/task/23796/stat : 23796 (java) S 23757 23757 23687 0 -1 64 831 0 0 0 23 1 0 0 15 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23797] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23797/stat : 23797 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23798] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23798/stat : 23798 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 861148

[startup+25.5021 s]
/proc/loadavg: 0.68 0.16 0.05 3/91 23806
/proc/meminfo: memFree=1177576/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=0.01
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 766 2021 0 0 0 0 0 1 18 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23772] ppid=23757 vsize=813584 CPUtime=25.21
/proc/23772/stat : 23772 (java) S 23757 23757 23687 0 -1 0 54895 0 1 0 2486 35 0 0 18 0 9 0 1989546550 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23772/statm: 203396 54280 1910 9 0 197377 0
[pid=23772/tid=23777] ppid=23757 vsize=813584 CPUtime=23.19
/proc/23772/task/23777/stat : 23777 (java) R 23757 23757 23687 0 -1 64 14573 0 1 0 2305 14 0 0 25 0 9 0 1989546551 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 104037562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23782] ppid=23757 vsize=813584 CPUtime=1.76
/proc/23772/task/23782/stat : 23782 (java) S 23757 23757 23687 0 -1 64 38793 0 0 0 157 19 0 0 16 0 9 0 1989546552 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23783] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23783/stat : 23783 (java) S 23757 23757 23687 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1989546552 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23784] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23784/stat : 23784 (java) S 23757 23757 23687 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1989546552 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23795] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23795/stat : 23795 (java) S 23757 23757 23687 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23796] ppid=23757 vsize=813584 CPUtime=0.24
/proc/23772/task/23796/stat : 23796 (java) S 23757 23757 23687 0 -1 64 831 0 0 0 23 1 0 0 15 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23772/tid=23797] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23797/stat : 23797 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23772/tid=23798] ppid=23757 vsize=813584 CPUtime=0
/proc/23772/task/23798/stat : 23798 (java) S 23757 23757 23687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546555 833110016 54280 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 861148

[startup+51.1014 s]

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

/proc/23808/statm: 51947 51246 57 152 0 51792 0
Current children cumulated CPU time (s) 1171.21
Current children cumulated vsize (KiB) 255352

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 1.48 3/75 23810
/proc/meminfo: memFree=1182632/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=212220 CPUtime=1191.48
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 52384 0 0 0 119097 51 0 0 25 0 1 0 1989550503 217313280 52365 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 53055 52365 57 152 0 52900 0
Current children cumulated CPU time (s) 1230.65
Current children cumulated vsize (KiB) 259784

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 1.51 3/75 23810
/proc/meminfo: memFree=1175016/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=216200 CPUtime=1250.92
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 53384 0 0 0 125040 52 0 0 25 0 1 0 1989550503 221388800 53365 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 54050 53365 57 152 0 53895 0
Current children cumulated CPU time (s) 1290.09
Current children cumulated vsize (KiB) 263764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.53 3/75 23810
/proc/meminfo: memFree=1170216/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=219992 CPUtime=1310.35
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 54305 0 0 0 130982 53 0 0 25 0 1 0 1989550503 225271808 54286 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 54998 54286 57 152 0 54843 0
Current children cumulated CPU time (s) 1349.52
Current children cumulated vsize (KiB) 267556

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.56 3/75 23810
/proc/meminfo: memFree=1166824/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=223188 CPUtime=1369.8
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 55122 0 0 0 136924 56 0 0 25 0 1 0 1989550503 228544512 55103 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 55797 55103 57 152 0 55642 0
Current children cumulated CPU time (s) 1408.97
Current children cumulated vsize (KiB) 270752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.58 3/75 23810
/proc/meminfo: memFree=1164072/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=225976 CPUtime=1429.24
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 55803 0 0 0 142868 56 0 0 25 0 1 0 1989550503 231399424 55784 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 56494 55784 57 152 0 56339 0
Current children cumulated CPU time (s) 1468.41
Current children cumulated vsize (KiB) 273540

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.61 3/75 23810
/proc/meminfo: memFree=1160936/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=229292 CPUtime=1488.67
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 56578 0 0 0 148810 57 0 0 25 0 1 0 1989550503 234795008 56559 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 57323 56559 57 152 0 57168 0
Current children cumulated CPU time (s) 1527.84
Current children cumulated vsize (KiB) 276856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.63 3/75 23810
/proc/meminfo: memFree=1158440/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=231672 CPUtime=1548.12
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 57192 0 0 0 154754 58 0 0 25 0 1 0 1989550503 237232128 57173 996147200 134512640 135136200 4294955968 18446744073709551615 134529566 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 57918 57173 57 152 0 57763 0
Current children cumulated CPU time (s) 1587.29
Current children cumulated vsize (KiB) 279236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/75 23810
/proc/meminfo: memFree=1154344/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=235764 CPUtime=1607.55
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 58220 0 0 0 160696 59 0 0 25 0 1 0 1989550503 241422336 58201 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 58941 58201 57 152 0 58786 0
Current children cumulated CPU time (s) 1646.72
Current children cumulated vsize (KiB) 283328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/75 23810
/proc/meminfo: memFree=1149608/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=240392 CPUtime=1667
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 59385 0 0 0 166640 60 0 0 25 0 1 0 1989550503 246161408 59366 996147200 134512640 135136200 4294955968 18446744073709551615 134529431 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 60098 59366 57 152 0 59943 0
Current children cumulated CPU time (s) 1706.17
Current children cumulated vsize (KiB) 287956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/75 23810
/proc/meminfo: memFree=1143912/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=244484 CPUtime=1726.43
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 60390 0 0 0 172582 61 0 0 25 0 1 0 1989550503 250351616 60371 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/23808/statm: 61121 60371 57 152 0 60966 0
Current children cumulated CPU time (s) 1765.6
Current children cumulated vsize (KiB) 292048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 1.78 1.95 1.68 3/70 23833
/proc/meminfo: memFree=1352560/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=246072 CPUtime=1760.85
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 60795 0 0 0 176023 62 0 0 25 0 1 0 1989550503 251977728 60776 996147200 134512640 135136200 4294955968 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/23808/statm: 61518 60776 57 152 0 61363 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 293636

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

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

[startup+1816.9 s]
/proc/loadavg: 1.78 1.95 1.68 3/70 23833
/proc/meminfo: memFree=1352560/2055920 swapFree=4180084/4192956
[pid=23757] ppid=23755 vsize=47564 CPUtime=39.17
/proc/23757/stat : 23757 (galacM.sh) S 23755 23757 23687 0 -1 4194304 800 56954 0 1 0 0 3872 45 17 0 1 0 1989546546 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 253306792794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/23757/statm: 11891 365 246 79 0 219 0
[pid=23808] ppid=23757 vsize=246072 CPUtime=1760.85
/proc/23808/stat : 23808 (minisat) R 23757 23757 23687 0 -1 4194304 60795 0 0 0 176023 62 0 0 25 0 1 0 1989550503 251977728 60776 996147200 134512640 135136200 4294955968 18446744073709551615 134529368 0 0 4096 3 0 0 0 17 0 0 0
/proc/23808/statm: 61518 60776 57 152 0 61363 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 293636

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23757 and gives
#  childrusage.ru_utime.tv_sec=38
#  childrusage.ru_utime.tv_usec=732111
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=456930
# CPU time returned by wait4() is 39.189
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.91
CPU time (s): 1800.02
CPU user time (s): 1798.95
CPU system time (s): 1.07
CPU usage (%): 99.0701
Max. virtual memory (cumulated for all children) (KiB): 861200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7321
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57754
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= 2323
involuntary context switches= 2329

runsolver used 2.16367 second user time and 6.09807 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-03 19:22:05
IDJOB=1056758
IDBENCH=53965
IDSOLVER=350
FILE ID=node25/1056758-1215105725
PBS_JOBID= 7877153
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d827410f0ea96d85e234cb7a677b560b
RANDOM SEED=1997000473

node25.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.234
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.234
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:       1622112 kB
Buffers:         45308 kB
Cached:         308536 kB
SwapCached:       6760 kB
Active:         153740 kB
Inactive:       210116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622112 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            9020 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            55440 kB
Committed_AS:  3387404 kB
PageTables:       1772 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= 66492 MiB
End job on node25 at 2008-07-03 19:52:24