Trace number 1071133

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.01 1811.91

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-9.xml
MD5SUM3774165680e9fa70f03570a39d0486b3
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 benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size297
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 ---
12.65/12.89	c start processing
12.65/12.89	c start relation processing
20.58/20.83	c start cnf exporting
86.37/87.28	c parsing time : 12.77
86.37/87.28	c preprocessing time : 87.161
86.37/87.28	
86.37/87.28	c Nary constraints - conflicts : 0 supports : 0
86.37/87.28	c Binary constraints - conflicts : 75 supports :25
86.37/87.28	c max arity constraint : 2
86.37/87.28	c Max Tuples generated 82863
86.37/87.28	c relations : 100
86.37/87.28	c relations BDD: 0
86.37/87.28	c sampling 64/100
86.37/87.28	c vars : 6312 - clauses :  2538449
86.37/87.28	
86.46/87.37	 
86.46/87.37	c --- SAT Solver Stats ---
86.46/87.37	 
86.46/87.37	c eSAT 0.1 : minisat core with additionnal features
86.46/87.37	c ============================[ Problem Statistics ]=============================
86.46/87.37	c |                                                                             |
86.46/87.38	c |  Number of variables:  6311                                                 |
86.46/87.38	c |  Number of clauses:    2538449                                              |
87.91/88.87	c |  Parsing time:         1.28         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-1071133-1215204007/watcher-1071133-1215204007 -o /tmp/evaluation-result-1071133-1215204007/solver-1071133-1215204007 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1071133-1215204007.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.84 2.32 2.11 4/74 20543
/proc/meminfo: memFree=1438680/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=8576 CPUtime=0
/proc/20543/stat : 20543 (galacE.sh) R 20541 20543 18051 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 676128327 8781824 233 996147200 4194304 4520092 548682068832 18446744073709551615 249067273714 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20543/statm: 2144 233 178 79 0 125 0

[startup+0.073846 s]
/proc/loadavg: 2.84 2.32 2.11 4/74 20543
/proc/meminfo: memFree=1438680/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102846 s]
/proc/loadavg: 2.84 2.32 2.11 4/74 20543
/proc/meminfo: memFree=1438680/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301866 s]
/proc/loadavg: 2.84 2.32 2.11 4/74 20543
/proc/meminfo: memFree=1438680/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701908 s]
/proc/loadavg: 2.84 2.32 2.11 4/74 20543
/proc/meminfo: memFree=1438680/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50299 s]
/proc/loadavg: 2.84 2.32 2.11 3/84 20565
/proc/meminfo: memFree=1382528/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20557] ppid=20543 vsize=812980 CPUtime=1.43
/proc/20557/stat : 20557 (java) S 20543 20543 18051 0 -1 0 20228 0 1 0 134 9 0 0 19 0 9 0 676128331 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20557/statm: 203245 19314 2587 9 0 197226 0
[pid=20557/tid=20558] ppid=20543 vsize=812980 CPUtime=0.83
/proc/20557/task/20558/stat : 20558 (java) R 20543 20543 18051 0 -1 64 8937 0 1 0 79 4 0 0 25 0 9 0 676128332 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20559] ppid=20543 vsize=812980 CPUtime=0.47
/proc/20557/task/20559/stat : 20559 (java) R 20543 20543 18051 0 -1 64 9838 0 0 0 43 4 0 0 16 0 9 0 676128333 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 104457039 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20560] ppid=20543 vsize=812980 CPUtime=0
/proc/20557/task/20560/stat : 20560 (java) S 20543 20543 18051 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676128334 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20561] ppid=20543 vsize=812980 CPUtime=0
/proc/20557/task/20561/stat : 20561 (java) S 20543 20543 18051 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 676128334 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20562] ppid=20543 vsize=812980 CPUtime=0
/proc/20557/task/20562/stat : 20562 (java) S 20543 20543 18051 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 676128336 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20563] ppid=20543 vsize=812980 CPUtime=0.11
/proc/20557/task/20563/stat : 20563 (java) S 20543 20543 18051 0 -1 64 752 0 0 0 11 0 0 0 16 0 9 0 676128336 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20564] ppid=20543 vsize=812980 CPUtime=0
/proc/20557/task/20564/stat : 20564 (java) S 20543 20543 18051 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 676128336 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20565] ppid=20543 vsize=812980 CPUtime=0
/proc/20557/task/20565/stat : 20565 (java) S 20543 20543 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676128336 832491520 19314 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860544

[startup+3.10115 s]
/proc/loadavg: 2.77 2.31 2.11 3/84 20565
/proc/meminfo: memFree=1361920/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20557] ppid=20543 vsize=812752 CPUtime=3.03
/proc/20557/stat : 20557 (java) S 20543 20543 18051 0 -1 0 26852 0 1 0 290 13 0 0 19 0 9 0 676128331 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20557/statm: 203188 25753 2587 9 0 197169 0
[pid=20557/tid=20558] ppid=20543 vsize=812752 CPUtime=1.32
/proc/20557/task/20558/stat : 20558 (java) R 20543 20543 18051 0 -1 64 8943 0 1 0 128 4 0 0 25 0 9 0 676128332 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4126720958 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20559] ppid=20543 vsize=812752 CPUtime=1.56
/proc/20557/task/20559/stat : 20559 (java) S 20543 20543 18051 0 -1 64 16454 0 0 0 149 7 0 0 18 0 9 0 676128333 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20560] ppid=20543 vsize=812752 CPUtime=0
/proc/20557/task/20560/stat : 20560 (java) S 20543 20543 18051 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676128334 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20561] ppid=20543 vsize=812752 CPUtime=0
/proc/20557/task/20561/stat : 20561 (java) S 20543 20543 18051 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 676128334 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20562] ppid=20543 vsize=812752 CPUtime=0
/proc/20557/task/20562/stat : 20562 (java) S 20543 20543 18051 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 676128336 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20563] ppid=20543 vsize=812752 CPUtime=0.11
/proc/20557/task/20563/stat : 20563 (java) S 20543 20543 18051 0 -1 64 754 0 0 0 11 0 0 0 16 0 9 0 676128336 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20564] ppid=20543 vsize=812752 CPUtime=0
/proc/20557/task/20564/stat : 20564 (java) S 20543 20543 18051 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 676128336 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20565] ppid=20543 vsize=812752 CPUtime=0
/proc/20557/task/20565/stat : 20565 (java) S 20543 20543 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676128336 832258048 25753 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860316

[startup+6.30247 s]
/proc/loadavg: 2.77 2.31 2.11 4/84 20565
/proc/meminfo: memFree=1317824/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20557] ppid=20543 vsize=812756 CPUtime=6.2
/proc/20557/stat : 20557 (java) S 20543 20543 18051 0 -1 0 34749 0 1 0 603 17 0 0 19 0 9 0 676128331 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20557/statm: 203189 33316 2587 9 0 197170 0
[pid=20557/tid=20558] ppid=20543 vsize=812756 CPUtime=1.9
/proc/20557/task/20558/stat : 20558 (java) S 20543 20543 18051 0 -1 64 8953 0 1 0 186 4 0 0 21 0 9 0 676128332 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20559] ppid=20543 vsize=812756 CPUtime=4.13
/proc/20557/task/20559/stat : 20559 (java) R 20543 20543 18051 0 -1 64 24324 0 0 0 402 11 0 0 25 0 9 0 676128333 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 103828982 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20560] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20560/stat : 20560 (java) S 20543 20543 18051 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676128334 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20561] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20561/stat : 20561 (java) S 20543 20543 18051 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 676128334 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20562] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20562/stat : 20562 (java) S 20543 20543 18051 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 676128336 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20563] ppid=20543 vsize=812756 CPUtime=0.14
/proc/20557/task/20563/stat : 20563 (java) S 20543 20543 18051 0 -1 64 771 0 0 0 14 0 0 0 16 0 9 0 676128336 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20564] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20564/stat : 20564 (java) S 20543 20543 18051 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 676128336 832262144 33316 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20565] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20565/stat : 20565 (java) S 20543 20543 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676128336 832262144 33316 996147200 134512640 134550740 4294955600 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) 860320

[startup+12.7011 s]
/proc/loadavg: 2.72 2.32 2.12 3/84 20565
/proc/meminfo: memFree=1268096/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20557] ppid=20543 vsize=812756 CPUtime=12.54
/proc/20557/stat : 20557 (java) S 20543 20543 18051 0 -1 0 46910 0 1 0 1232 22 0 0 19 0 9 0 676128331 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20557/statm: 203189 45464 2587 9 0 197170 0
[pid=20557/tid=20558] ppid=20543 vsize=812756 CPUtime=2.93
/proc/20557/task/20558/stat : 20558 (java) S 20543 20543 18051 0 -1 64 8967 0 1 0 288 5 0 0 19 0 9 0 676128332 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20559] ppid=20543 vsize=812756 CPUtime=9.42
/proc/20557/task/20559/stat : 20559 (java) R 20543 20543 18051 0 -1 64 36459 0 0 0 926 16 0 0 25 0 9 0 676128333 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 104182131 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20560] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20560/stat : 20560 (java) S 20543 20543 18051 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676128334 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20561] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20561/stat : 20561 (java) S 20543 20543 18051 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 676128334 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20562] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20562/stat : 20562 (java) S 20543 20543 18051 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 676128336 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20563] ppid=20543 vsize=812756 CPUtime=0.16
/proc/20557/task/20563/stat : 20563 (java) S 20543 20543 18051 0 -1 64 783 0 0 0 16 0 0 0 17 0 9 0 676128336 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20564] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20564/stat : 20564 (java) S 20543 20543 18051 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 676128336 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20565] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20565/stat : 20565 (java) S 20543 20543 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676128336 832262144 45464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860320

[startup+25.5024 s]
/proc/loadavg: 2.61 2.31 2.11 3/84 20565
/proc/meminfo: memFree=1211136/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20557] ppid=20543 vsize=812756 CPUtime=25.22
/proc/20557/stat : 20557 (java) S 20543 20543 18051 0 -1 0 59548 0 1 0 2491 31 0 0 19 0 9 0 676128331 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20557/statm: 203189 58089 2592 9 0 197170 0
[pid=20557/tid=20558] ppid=20543 vsize=812756 CPUtime=15.16
/proc/20557/task/20558/stat : 20558 (java) R 20543 20543 18051 0 -1 64 14661 0 1 0 1506 10 0 0 25 0 9 0 676128332 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4126970865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20559] ppid=20543 vsize=812756 CPUtime=9.79
/proc/20557/task/20559/stat : 20559 (java) S 20543 20543 18051 0 -1 64 43360 0 0 0 960 19 0 0 16 0 9 0 676128333 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20560] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20560/stat : 20560 (java) S 20543 20543 18051 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 676128334 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20561] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20561/stat : 20561 (java) S 20543 20543 18051 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 676128334 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20562] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20562/stat : 20562 (java) S 20543 20543 18051 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 676128336 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20563] ppid=20543 vsize=812756 CPUtime=0.23
/proc/20557/task/20563/stat : 20563 (java) S 20543 20543 18051 0 -1 64 826 0 0 0 23 0 0 0 15 0 9 0 676128336 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20564] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20564/stat : 20564 (java) S 20543 20543 18051 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 676128336 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20557/tid=20565] ppid=20543 vsize=812756 CPUtime=0
/proc/20557/task/20565/stat : 20565 (java) S 20543 20543 18051 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676128336 832262144 58089 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 860320

[startup+51.1029 s]
/proc/loadavg: 2.46 2.30 2.12 3/84 20565
/proc/meminfo: memFree=1194880/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=0.01

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

/proc/20566/statm: 46777 45247 74 162 0 46612 0
Current children cumulated CPU time (s) 1175.28
Current children cumulated vsize (KiB) 234672

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20606
/proc/meminfo: memFree=1419968/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=187108 CPUtime=1148.31
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 45286 0 0 0 114800 31 0 0 25 0 1 0 676137065 191598592 45268 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 46777 45268 74 162 0 46612 0
Current children cumulated CPU time (s) 1234.8
Current children cumulated vsize (KiB) 234672

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1419712/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=187108 CPUtime=1207.84
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 45286 0 0 0 120753 31 0 0 25 0 1 0 676137065 191598592 45268 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 46777 45268 74 162 0 46612 0
Current children cumulated CPU time (s) 1294.33
Current children cumulated vsize (KiB) 234672

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1419712/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=187108 CPUtime=1267.37
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 45286 0 0 0 126706 31 0 0 25 0 1 0 676137065 191598592 45268 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 46777 45268 74 162 0 46612 0
Current children cumulated CPU time (s) 1353.86
Current children cumulated vsize (KiB) 234672

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1419648/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=187108 CPUtime=1326.92
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 45286 0 0 0 132661 31 0 0 25 0 1 0 676137065 191598592 45268 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 46777 45268 74 162 0 46612 0
Current children cumulated CPU time (s) 1413.41
Current children cumulated vsize (KiB) 234672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1419712/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=187108 CPUtime=1386.46
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 45286 0 0 0 138615 31 0 0 25 0 1 0 676137065 191598592 45268 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 46777 45268 74 162 0 46612 0
Current children cumulated CPU time (s) 1472.95
Current children cumulated vsize (KiB) 234672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1419008/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=188052 CPUtime=1446
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 45501 0 0 0 144569 31 0 0 25 0 1 0 676137065 192565248 45483 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 47013 45483 74 162 0 46848 0
Current children cumulated CPU time (s) 1532.49
Current children cumulated vsize (KiB) 235616

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1406784/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=207596 CPUtime=1505.55
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 48547 0 0 0 150521 34 0 0 25 0 1 0 676137065 212578304 48529 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 51899 48529 74 162 0 51734 0
Current children cumulated CPU time (s) 1592.04
Current children cumulated vsize (KiB) 255160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1406336/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=207596 CPUtime=1565.08
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 48620 0 0 0 156474 34 0 0 25 0 1 0 676137065 212578304 48602 996147200 134512640 135177480 4294955968 18446744073709551615 134537717 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 51899 48602 74 162 0 51734 0
Current children cumulated CPU time (s) 1651.57
Current children cumulated vsize (KiB) 255160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1406272/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=207596 CPUtime=1624.62
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 48634 0 0 0 162428 34 0 0 25 0 1 0 676137065 212578304 48616 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 51899 48616 74 162 0 51734 0
Current children cumulated CPU time (s) 1711.11
Current children cumulated vsize (KiB) 255160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1406144/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=207596 CPUtime=1684.14
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 48675 0 0 0 168380 34 0 0 25 0 1 0 676137065 212578304 48657 996147200 134512640 135177480 4294955968 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 51899 48657 74 162 0 51734 0
Current children cumulated CPU time (s) 1770.63
Current children cumulated vsize (KiB) 255160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1406080/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=207596 CPUtime=1713.52
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 48692 0 0 0 171318 34 0 0 25 0 1 0 676137065 212578304 48674 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 51899 48674 74 162 0 51734 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 255160

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

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20612
/proc/meminfo: memFree=1406080/2055920 swapFree=4179808/4192956
[pid=20543] ppid=20541 vsize=47564 CPUtime=86.49
/proc/20543/stat : 20543 (galacE.sh) S 20541 20543 18051 0 -1 4194304 800 61499 0 1 0 0 8592 57 17 0 1 0 676128327 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20543/statm: 11891 365 246 79 0 219 0
[pid=20566] ppid=20543 vsize=207596 CPUtime=1713.52
/proc/20566/stat : 20566 (eSAT_static) R 20543 20543 18051 0 -1 4194304 48692 0 0 0 171318 34 0 0 25 0 1 0 676137065 212578304 48674 996147200 134512640 135177480 4294955968 18446744073709551615 134537457 0 0 4096 3 0 0 0 17 0 0 0
/proc/20566/statm: 51899 48674 74 162 0 51734 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 255160

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20543 and gives
#  childrusage.ru_utime.tv_sec=85
#  childrusage.ru_utime.tv_usec=927936
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=588910
# CPU time returned by wait4() is 86.5168
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.91
CPU time (s): 1800.01
CPU user time (s): 1799.1
CPU system time (s): 0.91
CPU usage (%): 99.3431
Max. virtual memory (cumulated for all children) (KiB): 860664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.9279
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62299
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= 3895
involuntary context switches= 5763

runsolver used 1.78873 second user time and 4.92525 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 22:40:07
IDJOB=1071133
IDBENCH=56044
IDSOLVER=351
FILE ID=node89/1071133-1215204007
PBS_JOBID= 7881629
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3774165680e9fa70f03570a39d0486b3
RANDOM SEED=723070730

node89.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.213
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.213
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:       1439040 kB
Buffers:         62472 kB
Cached:         243532 kB
SwapCached:       7136 kB
Active:         472628 kB
Inactive:        88296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439040 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:         259652 kB
Slab:            40728 kB
Committed_AS:  2147652 kB
PageTables:       2252 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= 66448 MiB
End job on node89 at 2008-07-04 23:10:21