Trace number 1071154

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

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-105-0.xml
MD5SUMcec427222ae3be2f7ec609c8eeaf2462
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size315
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
10.82/10.91	c start processing
10.82/10.92	c start relation processing
17.58/17.72	c start cnf exporting
85.62/86.15	c parsing time : 10.793
85.62/86.15	c preprocessing time : 86.031
85.62/86.15	
85.62/86.15	c Nary constraints - conflicts : 0 supports : 0
85.62/86.15	c Binary constraints - conflicts : 86 supports :14
85.62/86.15	c max arity constraint : 2
85.62/86.15	c Max Tuples generated 95130
85.62/86.15	c relations : 100
85.62/86.15	c relations BDD: 0
85.62/86.15	c sampling 67/100
85.62/86.15	c vars : 6613 - clauses :  2732876
85.62/86.15	
85.70/86.21	 
85.70/86.21	c --- SAT Solver Stats ---
85.70/86.22	 
85.70/86.22	c eSAT 0.1 : minisat core with additionnal features
85.70/86.22	c ============================[ Problem Statistics ]=============================
85.70/86.22	c |                                                                             |
85.70/86.22	c |  Number of variables:  6612                                                 |
85.70/86.22	c |  Number of clauses:    2732876                                              |
87.29/87.80	c |  Parsing time:         1.38         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-1071154-1215168003/watcher-1071154-1215168003 -o /tmp/evaluation-result-1071154-1215168003/solver-1071154-1215168003 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1071154-1215168003.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.96 2.02 2.00 4/81 12037
/proc/meminfo: memFree=1781928/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=6392 CPUtime=0
/proc/12037/stat : 12037 (galacE.sh) R 12035 12037 11111 0 -1 4194304 230 0 0 0 0 0 0 0 20 0 1 0 639733911 6545408 194 996147200 4194304 4520092 548682068832 18446744073709551615 231491041324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12037/statm: 1598 194 146 79 0 122 0

[startup+0.075958 s]
/proc/loadavg: 1.96 2.02 2.00 4/81 12037
/proc/meminfo: memFree=1781928/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.102877 s]
/proc/loadavg: 1.96 2.02 2.00 4/81 12037
/proc/meminfo: memFree=1781928/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301866 s]
/proc/loadavg: 1.96 2.02 2.00 4/81 12037
/proc/meminfo: memFree=1781928/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.703013 s]
/proc/loadavg: 1.96 2.02 2.00 4/81 12037
/proc/meminfo: memFree=1781928/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50206 s]
/proc/loadavg: 1.96 2.02 2.00 3/91 12059
/proc/meminfo: memFree=1730000/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12051] ppid=12037 vsize=812976 CPUtime=1.45
/proc/12051/stat : 12051 (java) S 12037 12037 11111 0 -1 0 19023 0 1 0 135 10 0 0 18 0 9 0 639733915 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 203244 18032 2586 9 0 197225 0
[pid=12051/tid=12052] ppid=12037 vsize=812976 CPUtime=0.76
/proc/12051/task/12052/stat : 12052 (java) R 12037 12037 11111 0 -1 64 7965 0 1 0 71 5 0 0 25 0 9 0 639733916 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12037 vsize=812976 CPUtime=0.55
/proc/12051/task/12053/stat : 12053 (java) R 12037 12037 11111 0 -1 64 9610 0 0 0 52 3 0 0 16 0 9 0 639733917 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 104180114 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12037 vsize=812976 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12037 12037 11111 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 639733917 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12037 vsize=812976 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12037 12037 11111 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639733917 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12037 vsize=812976 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639733919 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12037 vsize=812976 CPUtime=0.11
/proc/12051/task/12057/stat : 12057 (java) S 12037 12037 11111 0 -1 64 747 0 0 0 11 0 0 0 16 0 9 0 639733919 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12037 vsize=812976 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639733919 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12037 vsize=812976 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639733919 832487424 18032 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860548

[startup+3.10128 s]
/proc/loadavg: 1.96 2.02 2.00 4/91 12059
/proc/meminfo: memFree=1710096/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12051] ppid=12037 vsize=812736 CPUtime=3.04
/proc/12051/stat : 12051 (java) S 12037 12037 11111 0 -1 0 24218 0 1 0 293 11 0 0 18 0 9 0 639733915 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 203184 23004 2586 9 0 197165 0
[pid=12051/tid=12052] ppid=12037 vsize=812736 CPUtime=1.29
/proc/12051/task/12052/stat : 12052 (java) R 12037 12037 11111 0 -1 64 7972 0 1 0 124 5 0 0 25 0 9 0 639733916 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4126721220 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12037 vsize=812736 CPUtime=1.61
/proc/12051/task/12053/stat : 12053 (java) S 12037 12037 11111 0 -1 64 14795 0 0 0 156 5 0 0 19 0 9 0 639733917 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12037 vsize=812736 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12037 12037 11111 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 639733917 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12037 vsize=812736 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12037 12037 11111 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639733917 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12037 vsize=812736 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639733919 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12037 vsize=812736 CPUtime=0.12
/proc/12051/task/12057/stat : 12057 (java) S 12037 12037 11111 0 -1 64 750 0 0 0 12 0 0 0 16 0 9 0 639733919 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12037 vsize=812736 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639733919 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12037 vsize=812736 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639733919 832241664 23004 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860308

[startup+6.30275 s]
/proc/loadavg: 1.97 2.02 2.00 4/91 12059
/proc/meminfo: memFree=1652752/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12051] ppid=12037 vsize=812756 CPUtime=6.23
/proc/12051/stat : 12051 (java) S 12037 12037 11111 0 -1 0 37720 0 1 0 606 17 0 0 18 0 9 0 639733915 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 203189 36263 2586 9 0 197170 0
[pid=12051/tid=12052] ppid=12037 vsize=812756 CPUtime=2.27
/proc/12051/task/12052/stat : 12052 (java) R 12037 12037 11111 0 -1 64 10709 0 1 0 221 6 0 0 23 0 9 0 639733916 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4126721278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12037 vsize=812756 CPUtime=3.78
/proc/12051/task/12053/stat : 12053 (java) S 12037 12037 11111 0 -1 64 25542 0 0 0 369 9 0 0 22 0 9 0 639733917 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12037 12037 11111 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 639733917 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12037 12037 11111 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639733917 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639733919 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12037 vsize=812756 CPUtime=0.14
/proc/12051/task/12057/stat : 12057 (java) S 12037 12037 11111 0 -1 64 768 0 0 0 14 0 0 0 16 0 9 0 639733919 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639733919 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639733919 832262144 36263 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 860328

[startup+12.7017 s]
/proc/loadavg: 1.97 2.02 2.00 3/91 12059
/proc/meminfo: memFree=1608664/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12051] ppid=12037 vsize=812756 CPUtime=12.6
/proc/12051/stat : 12051 (java) S 12037 12037 11111 0 -1 0 46938 0 1 0 1239 21 0 0 18 0 9 0 639733915 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 203189 45471 2586 9 0 197170 0
[pid=12051/tid=12052] ppid=12037 vsize=812756 CPUtime=4.96
/proc/12051/task/12052/stat : 12052 (java) R 12037 12037 11111 0 -1 64 10720 0 1 0 490 6 0 0 25 0 9 0 639733916 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4126917136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12037 vsize=812756 CPUtime=7.42
/proc/12051/task/12053/stat : 12053 (java) S 12037 12037 11111 0 -1 64 34728 0 0 0 730 12 0 0 17 0 9 0 639733917 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12037 12037 11111 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 639733917 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12037 12037 11111 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639733917 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639733919 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12037 vsize=812756 CPUtime=0.18
/proc/12051/task/12057/stat : 12057 (java) S 12037 12037 11111 0 -1 64 789 0 0 0 18 0 0 0 15 0 9 0 639733919 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639733919 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639733919 832262144 45471 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 860328

[startup+25.5026 s]
/proc/loadavg: 1.97 2.02 2.00 3/91 12059
/proc/meminfo: memFree=1565016/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12051] ppid=12037 vsize=812756 CPUtime=25.33
/proc/12051/stat : 12051 (java) S 12037 12037 11111 0 -1 0 56209 0 1 0 2503 30 0 0 18 0 9 0 639733915 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12051/statm: 203189 54723 2591 9 0 197170 0
[pid=12051/tid=12052] ppid=12037 vsize=812756 CPUtime=17.48
/proc/12051/task/12052/stat : 12052 (java) R 12037 12037 11111 0 -1 64 14658 0 1 0 1735 13 0 0 25 0 9 0 639733916 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4126935792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12053] ppid=12037 vsize=812756 CPUtime=7.57
/proc/12051/task/12053/stat : 12053 (java) S 12037 12037 11111 0 -1 64 40029 0 0 0 743 14 0 0 16 0 9 0 639733917 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12054] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12054/stat : 12054 (java) S 12037 12037 11111 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 639733917 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12055] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12055/stat : 12055 (java) S 12037 12037 11111 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639733917 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12056] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12056/stat : 12056 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 639733919 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12057] ppid=12037 vsize=812756 CPUtime=0.24
/proc/12051/task/12057/stat : 12057 (java) S 12037 12037 11111 0 -1 64 821 0 0 0 24 0 0 0 15 0 9 0 639733919 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12058] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12058/stat : 12058 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 639733919 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12051/tid=12059] ppid=12037 vsize=812756 CPUtime=0
/proc/12051/task/12059/stat : 12059 (java) S 12037 12037 11111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639733919 832262144 54723 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 860328

[startup+51.1023 s]
/proc/loadavg: 1.98 2.01 2.00 3/91 12059
/proc/meminfo: memFree=1549912/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=0.01

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

/proc/12060/statm: 51844 47056 74 162 0 51679 0
Current children cumulated CPU time (s) 1177.11
Current children cumulated vsize (KiB) 254948

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 2/72 12064
/proc/meminfo: memFree=1628336/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=207376 CPUtime=1151.14
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 47090 0 0 0 115085 29 0 0 25 0 1 0 639742533 212353024 47072 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 51844 47072 74 162 0 51679 0
Current children cumulated CPU time (s) 1236.86
Current children cumulated vsize (KiB) 254948

[startup+1302.3 s]
/proc/loadavg: 1.96 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1618648/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=207376 CPUtime=1211.11
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 47090 0 0 0 121081 30 0 0 25 0 1 0 639742533 212353024 47072 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 51844 47072 74 162 0 51679 0
Current children cumulated CPU time (s) 1296.83
Current children cumulated vsize (KiB) 254948

[startup+1362.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1618520/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=207376 CPUtime=1271.08
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 47090 0 0 0 127078 30 0 0 25 0 1 0 639742533 212353024 47072 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 51844 47072 74 162 0 51679 0
Current children cumulated CPU time (s) 1356.8
Current children cumulated vsize (KiB) 254948

[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1613912/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212036 CPUtime=1331.06
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 48256 0 0 0 133076 30 0 0 25 0 1 0 639742533 217124864 48238 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53009 48238 74 162 0 52844 0
Current children cumulated CPU time (s) 1416.78
Current children cumulated vsize (KiB) 259608

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603992/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1391.02
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50735 0 0 0 139071 31 0 0 25 0 1 0 639742533 218071040 50717 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50717 74 162 0 53075 0
Current children cumulated CPU time (s) 1476.74
Current children cumulated vsize (KiB) 260532

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603800/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1451.01
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50762 0 0 0 145069 32 0 0 25 0 1 0 639742533 218071040 50744 996147200 134512640 135177480 4294955968 18446744073709551615 134537478 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50744 74 162 0 53075 0
Current children cumulated CPU time (s) 1536.73
Current children cumulated vsize (KiB) 260532

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603672/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1510.99
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50786 0 0 0 151067 32 0 0 25 0 1 0 639742533 218071040 50768 996147200 134512640 135177480 4294955968 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50768 74 162 0 53075 0
Current children cumulated CPU time (s) 1596.71
Current children cumulated vsize (KiB) 260532

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603608/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1570.96
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50810 0 0 0 157064 32 0 0 25 0 1 0 639742533 218071040 50792 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50792 74 162 0 53075 0
Current children cumulated CPU time (s) 1656.68
Current children cumulated vsize (KiB) 260532

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603480/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1630.93
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50830 0 0 0 163061 32 0 0 25 0 1 0 639742533 218071040 50812 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50812 74 162 0 53075 0
Current children cumulated CPU time (s) 1716.65
Current children cumulated vsize (KiB) 260532

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603416/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1690.91
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50830 0 0 0 169059 32 0 0 25 0 1 0 639742533 218071040 50812 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50812 74 162 0 53075 0
Current children cumulated CPU time (s) 1776.63
Current children cumulated vsize (KiB) 260532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603416/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1714.3
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50830 0 0 0 171398 32 0 0 25 0 1 0 639742533 218071040 50812 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50812 74 162 0 53075 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 260532

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

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

[startup+1805.7 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 12145
/proc/meminfo: memFree=1603416/2055920 swapFree=4180808/4192956
[pid=12037] ppid=12035 vsize=47572 CPUtime=85.72
/proc/12037/stat : 12037 (galacE.sh) S 12035 12037 11111 0 -1 4194304 799 58124 0 1 0 0 8519 53 17 0 1 0 639733911 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 231493266266 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12037/statm: 11893 364 245 79 0 219 0
[pid=12060] ppid=12037 vsize=212960 CPUtime=1714.3
/proc/12060/stat : 12060 (eSAT_static) R 12037 12037 11111 0 -1 4194304 50830 0 0 0 171398 32 0 0 25 0 1 0 639742533 218071040 50812 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/12060/statm: 53240 50812 74 162 0 53075 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 260532

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12037 and gives
#  childrusage.ru_utime.tv_sec=85
#  childrusage.ru_utime.tv_usec=198047
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=538918
# CPU time returned by wait4() is 85.737
# 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): 1805.71
CPU time (s): 1800.02
CPU user time (s): 1799.17
CPU system time (s): 0.85
CPU usage (%): 99.6847
Max. virtual memory (cumulated for all children) (KiB): 860672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.198
system time used= 0.538918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58923
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= 3825
involuntary context switches= 4900

runsolver used 2.01669 second user time and 5.15022 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 12:40:03
IDJOB=1071154
IDBENCH=56046
IDSOLVER=351
FILE ID=node39/1071154-1215168003
PBS_JOBID= 7881476
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-105-0.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071154-1215168003/watcher-1071154-1215168003 -o /tmp/evaluation-result-1071154-1215168003/solver-1071154-1215168003 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1071154-1215168003.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cec427222ae3be2f7ec609c8eeaf2462
RANDOM SEED=1599581729

node39.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.267
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.267
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:       1782408 kB
Buffers:         23800 kB
Cached:         110324 kB
SwapCached:       5956 kB
Active:         185552 kB
Inactive:        35440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782408 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:         100668 kB
Slab:            37672 kB
Committed_AS:  1668868 kB
PageTables:       1992 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= 66516 MiB
End job on node39 at 2008-07-04 13:10:11