Trace number 1088192

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 E? (TO) 1800.05 1809.42

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f2.xml
MD5SUMeeb0a55b010d032a275f0f7f80fcdb5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6141
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.39	c --- Preproc Stats ---
8.63/9.19	c start processing
8.63/9.19	c start relation processing
8.73/9.20	c start cnf exporting
28.13/28.73	c parsing time : 8.715
28.13/28.73	c preprocessing time : 28.259
28.13/28.73	
28.13/28.73	c Nary constraints - conflicts : 0 supports : 0
28.13/28.73	c Binary constraints - conflicts : 3763 supports :340
28.13/28.73	c max arity constraint : 2
28.13/28.73	c Max Tuples generated 1764
28.13/28.73	c relations : 173
28.13/28.73	c relations BDD: 0
28.13/28.73	c sampling 0/0
28.13/28.73	c vars : 25861 - clauses :  1051585
28.13/28.73	
28.13/28.75	 
28.13/28.75	c --- SAT Solver Stats ---
28.13/28.75	 
28.13/28.75	c eSAT 0.1 : minisat core with additionnal features
28.13/28.75	c ============================[ Problem Statistics ]=============================
28.13/28.75	c |                                                                             |
28.13/28.75	c |  Number of variables:  25860                                                |
28.13/28.75	c |  Number of clauses:    1051585                                              |
28.19/29.39	c |  Parsing time:         0.55         s                                       |

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-1088192-1215245865/watcher-1088192-1215245865 -o /tmp/evaluation-result-1088192-1215245865/solver-1088192-1215245865 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1088192-1215245865.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.04 2.20 2.62 4/90 10293
/proc/meminfo: memFree=1753424/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=18572 CPUtime=0
/proc/10293/stat : 10293 (runsolver) D 10291 10293 9324 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003553599 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10293/statm: 4643 292 257 25 0 2626 0

[startup+0.032398 s]
/proc/loadavg: 2.04 2.20 2.62 4/90 10293
/proc/meminfo: memFree=1753424/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=5180 CPUtime=0
/proc/10293/stat : 10293 (galacE.sh) D 10291 10293 9324 0 -1 4194304 78 0 1 0 0 0 0 0 19 0 1 0 2003553599 5304320 53 996147200 4194304 4520092 548682068832 18446744073709551615 4456064 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10293/statm: 1295 53 37 79 0 105 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5180

[startup+0.101404 s]
/proc/loadavg: 2.04 2.20 2.62 4/90 10293
/proc/meminfo: memFree=1753424/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=8560 CPUtime=0
/proc/10293/stat : 10293 (galacE.sh) D 10291 10293 9324 0 -1 4194304 306 0 3 0 0 0 0 0 18 0 1 100 2003553599 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 2 4096 8192 18446744071563479169 0 0 17 0 0 0
/proc/10293/statm: 2140 255 198 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.301434 s]
/proc/loadavg: 2.04 2.20 2.62 4/90 10293
/proc/meminfo: memFree=1753424/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47568 CPUtime=0.01
/proc/10293/stat : 10293 (galacE.sh) D 10291 10293 9324 0 -1 4194304 743 1697 5 0 0 0 0 1 18 0 1 0 2003553599 48709632 359 996147200 4194304 4520092 548682068832 18446744073709551615 251601137950 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/10293/statm: 11892 359 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701481 s]
/proc/loadavg: 2.04 2.20 2.62 4/90 10293
/proc/meminfo: memFree=1753424/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=0.02
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 759 1697 5 0 0 1 0 1 18 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+1.50257 s]
/proc/loadavg: 2.04 2.20 2.62 4/100 10315
/proc/meminfo: memFree=1715136/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=0.02
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 759 1697 5 0 0 1 0 1 18 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10307] ppid=10293 vsize=812740 CPUtime=1.05
/proc/10307/stat : 10307 (java) S 10293 10293 9324 0 -1 0 13450 0 1 0 99 6 0 0 18 0 9 0 2003553638 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 203185 12650 2583 9 0 197166 0
[pid=10307/tid=10308] ppid=10293 vsize=812740 CPUtime=0.41
/proc/10307/task/10308/stat : 10308 (java) R 10293 10293 9324 0 -1 64 7504 0 1 0 38 3 0 0 19 0 9 0 2003553639 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10309] ppid=10293 vsize=812740 CPUtime=0.44
/proc/10307/task/10309/stat : 10309 (java) R 10293 10293 9324 0 -1 64 4458 0 0 0 43 1 0 0 18 0 9 0 2003553640 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 102477906 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10310] ppid=10293 vsize=812740 CPUtime=0
/proc/10307/task/10310/stat : 10310 (java) S 10293 10293 9324 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003553640 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10293 vsize=812740 CPUtime=0
/proc/10307/task/10311/stat : 10311 (java) S 10293 10293 9324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003553640 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10293 vsize=812740 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003553642 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10293 vsize=812740 CPUtime=0.16
/proc/10307/task/10313/stat : 10313 (java) S 10293 10293 9324 0 -1 64 788 0 0 0 16 0 0 0 16 0 9 0 2003553642 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10293 vsize=812740 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003553642 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10293 vsize=812740 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003553643 832245760 12650 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 860312

[startup+3.10275 s]
/proc/loadavg: 2.12 2.21 2.62 4/100 10315
/proc/meminfo: memFree=1710144/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=0.02
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 759 1697 5 0 0 1 0 1 18 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10307] ppid=10293 vsize=812876 CPUtime=2.64
/proc/10307/stat : 10307 (java) S 10293 10293 9324 0 -1 0 13642 0 1 0 258 6 0 0 18 0 9 0 2003553638 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 203219 12800 2583 9 0 197200 0
[pid=10307/tid=10308] ppid=10293 vsize=812876 CPUtime=0.69
/proc/10307/task/10308/stat : 10308 (java) R 10293 10293 9324 0 -1 64 7548 0 1 0 65 4 0 0 21 0 9 0 2003553639 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10309] ppid=10293 vsize=812876 CPUtime=1.67
/proc/10307/task/10309/stat : 10309 (java) R 10293 10293 9324 0 -1 64 4542 0 0 0 166 1 0 0 18 0 9 0 2003553640 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 102687684 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10310] ppid=10293 vsize=812876 CPUtime=0
/proc/10307/task/10310/stat : 10310 (java) S 10293 10293 9324 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003553640 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10293 vsize=812876 CPUtime=0
/proc/10307/task/10311/stat : 10311 (java) S 10293 10293 9324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003553640 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10293 vsize=812876 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003553642 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10293 vsize=812876 CPUtime=0.26
/proc/10307/task/10313/stat : 10313 (java) S 10293 10293 9324 0 -1 64 852 0 0 0 26 0 0 0 16 0 9 0 2003553642 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10293 vsize=812876 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003553642 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10293 vsize=812876 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003553643 832385024 12800 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 860448

[startup+6.30111 s]
/proc/loadavg: 2.12 2.21 2.62 4/100 10315
/proc/meminfo: memFree=1708800/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=0.02
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 759 1697 5 0 0 1 0 1 18 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10307] ppid=10293 vsize=812908 CPUtime=5.82
/proc/10307/stat : 10307 (java) S 10293 10293 9324 0 -1 0 14429 0 1 0 574 8 0 0 18 0 9 0 2003553638 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 203227 13010 2583 9 0 197208 0
[pid=10307/tid=10308] ppid=10293 vsize=812908 CPUtime=1.55
/proc/10307/task/10308/stat : 10308 (java) R 10293 10293 9324 0 -1 64 7622 0 1 0 151 4 0 0 22 0 9 0 2003553639 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4126374154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10309] ppid=10293 vsize=812908 CPUtime=3.93
/proc/10307/task/10309/stat : 10309 (java) S 10293 10293 9324 0 -1 64 5222 0 0 0 391 2 0 0 17 0 9 0 2003553640 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10310] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10310/stat : 10310 (java) S 10293 10293 9324 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003553640 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10311/stat : 10311 (java) S 10293 10293 9324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003553640 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003553642 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10293 vsize=812908 CPUtime=0.3
/proc/10307/task/10313/stat : 10313 (java) S 10293 10293 9324 0 -1 64 885 0 0 0 30 0 0 0 15 0 9 0 2003553642 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003553642 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003553643 832417792 13010 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 860480

[startup+12.7028 s]
/proc/loadavg: 2.10 2.21 2.61 3/100 10315
/proc/meminfo: memFree=1676496/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=0.02
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 759 1697 5 0 0 1 0 1 18 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10307] ppid=10293 vsize=812908 CPUtime=12.2
/proc/10307/stat : 10307 (java) S 10293 10293 9324 0 -1 0 21910 0 1 0 1205 15 0 0 18 0 9 0 2003553638 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 203227 20440 2589 9 0 197208 0
[pid=10307/tid=10308] ppid=10293 vsize=812908 CPUtime=6.29
/proc/10307/task/10308/stat : 10308 (java) R 10293 10293 9324 0 -1 64 14809 0 1 0 619 10 0 0 25 0 9 0 2003553639 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4126917057 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10309] ppid=10293 vsize=812908 CPUtime=5.51
/proc/10307/task/10309/stat : 10309 (java) S 10293 10293 9324 0 -1 64 5477 0 0 0 548 3 0 0 16 0 9 0 2003553640 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10310] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10310/stat : 10310 (java) S 10293 10293 9324 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003553640 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10311/stat : 10311 (java) S 10293 10293 9324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003553640 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003553642 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10293 vsize=812908 CPUtime=0.37
/proc/10307/task/10313/stat : 10313 (java) S 10293 10293 9324 0 -1 64 924 0 0 0 37 0 0 0 15 0 9 0 2003553642 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003553642 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003553643 832417792 20440 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 860480

[startup+25.5023 s]
/proc/loadavg: 2.08 2.20 2.61 3/100 10315
/proc/meminfo: memFree=1665808/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=0.02
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 759 1697 5 0 0 1 0 1 18 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10307] ppid=10293 vsize=812908 CPUtime=24.94
/proc/10307/stat : 10307 (java) S 10293 10293 9324 0 -1 0 22000 0 1 0 2474 20 0 0 18 0 9 0 2003553638 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10307/statm: 203227 20503 2589 9 0 197208 0
[pid=10307/tid=10308] ppid=10293 vsize=812908 CPUtime=18.99
/proc/10307/task/10308/stat : 10308 (java) R 10293 10293 9324 0 -1 64 14836 0 1 0 1884 15 0 0 25 0 9 0 2003553639 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4127447494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10309] ppid=10293 vsize=812908 CPUtime=5.53
/proc/10307/task/10309/stat : 10309 (java) S 10293 10293 9324 0 -1 64 5533 0 0 0 550 3 0 0 16 0 9 0 2003553640 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10310] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10310/stat : 10310 (java) S 10293 10293 9324 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2003553640 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10311] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10311/stat : 10311 (java) S 10293 10293 9324 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003553640 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10312] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10312/stat : 10312 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003553642 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10313] ppid=10293 vsize=812908 CPUtime=0.38
/proc/10307/task/10313/stat : 10313 (java) S 10293 10293 9324 0 -1 64 931 0 0 0 38 0 0 0 16 0 9 0 2003553642 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10314] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10314/stat : 10314 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003553642 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10307/tid=10315] ppid=10293 vsize=812908 CPUtime=0
/proc/10307/task/10315/stat : 10315 (java) S 10293 10293 9324 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003553643 832417792 20503 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 860480

[startup+51.1011 s]
/proc/loadavg: 2.05 2.18 2.59 3/92 10316
/proc/meminfo: memFree=1677968/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19

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

/proc/10316/statm: 34593 33923 80 162 0 34428 0
Current children cumulated CPU time (s) 1116.33
Current children cumulated vsize (KiB) 185944

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/92 10316
/proc/meminfo: memFree=1598544/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=139264 CPUtime=1147.85
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 36246 0 0 0 114758 27 0 0 25 0 1 0 2003556474 142606336 34120 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/10316/statm: 34816 34120 80 162 0 34651 0
Current children cumulated CPU time (s) 1176.04
Current children cumulated vsize (KiB) 186836

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/92 10316
/proc/meminfo: memFree=1596880/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=140920 CPUtime=1207.56
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 36598 0 0 0 120728 28 0 0 25 0 1 0 2003556474 144302080 34472 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 0 0 0
/proc/10316/statm: 35230 34472 80 162 0 35065 0
Current children cumulated CPU time (s) 1235.75
Current children cumulated vsize (KiB) 188492

[startup+1302.3 s]
/proc/loadavg: 2.08 2.03 2.13 3/84 10356
/proc/meminfo: memFree=1700880/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=142840 CPUtime=1267.21
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 37047 0 0 0 126690 31 0 0 25 0 1 0 2003556474 146268160 34921 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 35710 34921 80 162 0 35545 0
Current children cumulated CPU time (s) 1295.4
Current children cumulated vsize (KiB) 190412

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.12 3/84 10356
/proc/meminfo: memFree=1699856/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=144280 CPUtime=1326.91
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 37404 0 0 0 132660 31 0 0 25 0 1 0 2003556474 147742720 35278 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 36070 35278 80 162 0 35905 0
Current children cumulated CPU time (s) 1355.1
Current children cumulated vsize (KiB) 191852

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.11 3/84 10356
/proc/meminfo: memFree=1698384/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=145828 CPUtime=1386.63
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 37760 0 0 0 138631 32 0 0 25 0 1 0 2003556474 149327872 35634 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 36457 35634 80 162 0 36292 0
Current children cumulated CPU time (s) 1414.82
Current children cumulated vsize (KiB) 193400

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/84 10356
/proc/meminfo: memFree=1691856/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=152676 CPUtime=1446.34
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 39429 0 0 0 144600 34 0 0 25 0 1 0 2003556474 156340224 37303 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 38169 37303 80 162 0 38004 0
Current children cumulated CPU time (s) 1474.53
Current children cumulated vsize (KiB) 200248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 10356
/proc/meminfo: memFree=1685904/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=158660 CPUtime=1506.05
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 40897 0 0 0 150570 35 0 0 25 0 1 0 2003556474 162467840 38771 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 39665 38771 80 162 0 39500 0
Current children cumulated CPU time (s) 1534.24
Current children cumulated vsize (KiB) 206232

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 10356
/proc/meminfo: memFree=1679632/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=165164 CPUtime=1565.76
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 42438 0 0 0 156540 36 0 0 25 0 1 0 2003556474 169127936 40312 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 41291 40312 80 162 0 41126 0
Current children cumulated CPU time (s) 1593.95
Current children cumulated vsize (KiB) 212736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/84 10356
/proc/meminfo: memFree=1678672/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=166176 CPUtime=1625.46
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 42668 0 0 0 162510 36 0 0 25 0 1 0 2003556474 170164224 40542 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 41544 40542 80 162 0 41379 0
Current children cumulated CPU time (s) 1653.65
Current children cumulated vsize (KiB) 213748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/84 10357
/proc/meminfo: memFree=1676176/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=166176 CPUtime=1685.18
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 42668 0 0 0 168482 36 0 0 25 0 1 0 2003556474 170164224 40542 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 41544 40542 80 162 0 41379 0
Current children cumulated CPU time (s) 1713.37
Current children cumulated vsize (KiB) 213748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/84 10357
/proc/meminfo: memFree=1676176/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=166176 CPUtime=1744.88
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 42670 0 0 0 174452 36 0 0 25 0 1 0 2003556474 170164224 40544 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 41544 40544 80 162 0 41379 0
Current children cumulated CPU time (s) 1773.07
Current children cumulated vsize (KiB) 213748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.00 2.00 2.06 4/84 10357
/proc/meminfo: memFree=1676176/2055920 swapFree=4176360/4192956
[pid=10293] ppid=10291 vsize=47572 CPUtime=28.19
/proc/10293/stat : 10293 (galacE.sh) S 10291 10293 9324 0 -1 4194304 793 23715 5 1 0 1 2795 23 17 0 1 0 2003553599 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10293/statm: 11893 363 244 79 0 219 0
[pid=10316] ppid=10293 vsize=166176 CPUtime=1771.86
/proc/10316/stat : 10316 (eSAT_static) R 10293 10293 9324 0 -1 4194304 42670 0 0 0 177150 36 0 0 25 0 1 0 2003556474 170164224 40544 996147200 134512640 135177480 4294955968 18446744073709551615 134565397 0 0 4096 3 0 0 0 17 1 0 0
/proc/10316/statm: 41544 40544 80 162 0 41379 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 213748

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 10293 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=960749
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=248962
# CPU time returned by wait4() is 28.2097
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.42
CPU time (s): 1800.05
CPU user time (s): 1799.45
CPU system time (s): 0.6
CPU usage (%): 99.4821
Max. virtual memory (cumulated for all children) (KiB): 860620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.9607
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24508
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3953
involuntary context switches= 4507

runsolver used 2.09068 second user time and 6.15206 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 10:17:45
IDJOB=1088192
IDBENCH=58070
IDSOLVER=351
FILE ID=node91/1088192-1215245865
PBS_JOBID= 7882002
Free space on /tmp= 66452 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f2.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088192-1215245865/watcher-1088192-1215245865 -o /tmp/evaluation-result-1088192-1215245865/solver-1088192-1215245865 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1088192-1215245865.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eeb0a55b010d032a275f0f7f80fcdb5a
RANDOM SEED=1745271864

node91.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.231
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.231
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:       1753904 kB
Buffers:          4136 kB
Cached:          74956 kB
SwapCached:       6996 kB
Active:         209220 kB
Inactive:        47932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753904 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            3596 kB
Writeback:           0 kB
Mapped:         194904 kB
Slab:            28972 kB
Committed_AS: 12704448 kB
PageTables:       2628 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= 66404 MiB
End job on node91 at 2008-07-05 10:47:57