Trace number 1095586

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 1814.92

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-21_ext.xml
MD5SUMf646c3e82df894df88db729ca343afec
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
5.43/5.56	c start processing
5.43/5.56	c start relation processing
19.36/19.52	c start cnf exporting
75.73/76.29	c parsing time : 5.434
75.73/76.29	c preprocessing time : 76.164
75.73/76.29	
75.73/76.29	c Nary constraints - conflicts : 0 supports : 93
75.73/76.29	c Binary constraints - conflicts : 0 supports :0
75.73/76.29	c max arity constraint : 3
75.73/76.29	c Max Tuples generated 0
75.73/76.29	c relations : 93
75.73/76.29	c relations BDD: 93
75.73/76.29	c sampling 0/0
75.73/76.29	c vars : 597897 - clauses :  1873518
75.73/76.29	
75.83/76.36	 
75.83/76.36	c --- SAT Solver Stats ---
75.83/76.36	 
75.83/76.37	c eSAT 0.1 : minisat core with additionnal features
75.83/76.37	c ============================[ Problem Statistics ]=============================
75.83/76.37	c |                                                                             |
75.83/76.37	c |  Number of variables:  597896                                               |
75.83/76.37	c |  Number of clauses:    1873518                                              |
78.01/78.52	c |  Parsing time:         1.88         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-1095586-1215256727/watcher-1095586-1215256727 -o /tmp/evaluation-result-1095586-1215256727/solver-1095586-1215256727 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1095586-1215256727.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.92 1.98 1.99 4/72 11791
/proc/meminfo: memFree=1642184/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=18572 CPUtime=0
/proc/11791/stat : 11791 (runsolver) R 11789 11791 11754 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2004641638 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11791/statm: 4643 292 257 25 0 2626 0

[startup+0.0905391 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 11791
/proc/meminfo: memFree=1642184/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102542 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 11791
/proc/meminfo: memFree=1642184/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302574 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 11791
/proc/meminfo: memFree=1642184/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701645 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 11791
/proc/meminfo: memFree=1642184/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50177 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 11813
/proc/meminfo: memFree=1571320/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11805] ppid=11791 vsize=812628 CPUtime=1.44
/proc/11805/stat : 11805 (java) S 11791 11791 11754 0 -1 0 22161 0 1 0 132 12 0 0 18 0 9 0 2004641642 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11805/statm: 203157 21583 1884 9 0 197138 0
[pid=11805/tid=11806] ppid=11791 vsize=812628 CPUtime=1.22
/proc/11805/task/11806/stat : 11806 (java) R 11791 11791 11754 0 -1 64 14457 0 1 0 114 8 0 0 25 0 9 0 2004641643 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4126690378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11807] ppid=11791 vsize=812628 CPUtime=0.08
/proc/11805/task/11807/stat : 11807 (java) S 11791 11791 11754 0 -1 64 6247 0 0 0 6 2 0 0 16 0 9 0 2004641644 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11808] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11808/stat : 11808 (java) S 11791 11791 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004641644 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11809] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11809/stat : 11809 (java) S 11791 11791 11754 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004641644 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11810] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11810/stat : 11810 (java) S 11791 11791 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004641647 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11811] ppid=11791 vsize=812628 CPUtime=0.11
/proc/11805/task/11811/stat : 11811 (java) S 11791 11791 11754 0 -1 64 751 0 0 0 11 0 0 0 16 0 9 0 2004641647 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11812] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11812/stat : 11812 (java) S 11791 11791 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004641647 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11813] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11813/stat : 11813 (java) S 11791 11791 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004641647 832131072 21583 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860192

[startup+3.10203 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 11813
/proc/meminfo: memFree=1557432/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11805] ppid=11791 vsize=812628 CPUtime=3.04
/proc/11805/stat : 11805 (java) S 11791 11791 11754 0 -1 0 25806 0 1 0 289 15 0 0 18 0 9 0 2004641642 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11805/statm: 203157 25222 1884 9 0 197138 0
[pid=11805/tid=11806] ppid=11791 vsize=812628 CPUtime=2.66
/proc/11805/task/11806/stat : 11806 (java) R 11791 11791 11754 0 -1 64 14463 0 1 0 257 9 0 0 25 0 9 0 2004641643 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11807] ppid=11791 vsize=812628 CPUtime=0.23
/proc/11805/task/11807/stat : 11807 (java) R 11791 11791 11754 0 -1 64 9882 0 0 0 19 4 0 0 16 0 9 0 2004641644 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 104457093 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11808] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11808/stat : 11808 (java) S 11791 11791 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004641644 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11809] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11809/stat : 11809 (java) S 11791 11791 11754 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004641644 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11810] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11810/stat : 11810 (java) S 11791 11791 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004641647 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11811] ppid=11791 vsize=812628 CPUtime=0.12
/proc/11805/task/11811/stat : 11811 (java) S 11791 11791 11754 0 -1 64 755 0 0 0 12 0 0 0 16 0 9 0 2004641647 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11812] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11812/stat : 11812 (java) S 11791 11791 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004641647 832131072 25222 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11813] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11813/stat : 11813 (java) S 11791 11791 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004641647 832131072 25222 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) 860192

[startup+6.30155 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 11813
/proc/meminfo: memFree=1528440/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11805] ppid=11791 vsize=812628 CPUtime=6.21
/proc/11805/stat : 11805 (java) S 11791 11791 11754 0 -1 0 33142 0 1 0 601 20 0 0 18 0 9 0 2004641642 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11805/statm: 203157 32547 1892 9 0 197138 0
[pid=11805/tid=11806] ppid=11791 vsize=812628 CPUtime=5.46
/proc/11805/task/11806/stat : 11806 (java) R 11791 11791 11754 0 -1 64 14486 0 1 0 536 10 0 0 25 0 9 0 2004641643 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4126878711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11807] ppid=11791 vsize=812628 CPUtime=0.53
/proc/11805/task/11807/stat : 11807 (java) S 11791 11791 11754 0 -1 64 17148 0 0 0 45 8 0 0 16 0 9 0 2004641644 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11808] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11808/stat : 11808 (java) S 11791 11791 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004641644 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11809] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11809/stat : 11809 (java) S 11791 11791 11754 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004641644 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11810] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11810/stat : 11810 (java) S 11791 11791 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004641647 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11811] ppid=11791 vsize=812628 CPUtime=0.19
/proc/11805/task/11811/stat : 11811 (java) S 11791 11791 11754 0 -1 64 802 0 0 0 19 0 0 0 16 0 9 0 2004641647 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11812] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11812/stat : 11812 (java) S 11791 11791 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004641647 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11813] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11813/stat : 11813 (java) S 11791 11791 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004641647 832131072 32547 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860192

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 11813
/proc/meminfo: memFree=1438144/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11805] ppid=11791 vsize=812628 CPUtime=12.58
/proc/11805/stat : 11805 (java) S 11791 11791 11754 0 -1 0 53111 0 1 0 1228 30 0 0 18 0 9 0 2004641642 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11805/statm: 203157 52514 1892 9 0 197138 0
[pid=11805/tid=11806] ppid=11791 vsize=812628 CPUtime=10.82
/proc/11805/task/11806/stat : 11806 (java) R 11791 11791 11754 0 -1 64 14488 0 1 0 1072 10 0 0 25 0 9 0 2004641643 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4126878734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11807] ppid=11791 vsize=812628 CPUtime=1.54
/proc/11805/task/11807/stat : 11807 (java) S 11791 11791 11754 0 -1 64 37115 0 0 0 136 18 0 0 16 0 9 0 2004641644 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11808] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11808/stat : 11808 (java) S 11791 11791 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004641644 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11809] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11809/stat : 11809 (java) S 11791 11791 11754 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004641644 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11810] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11810/stat : 11810 (java) S 11791 11791 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004641647 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11811] ppid=11791 vsize=812628 CPUtime=0.19
/proc/11805/task/11811/stat : 11811 (java) S 11791 11791 11754 0 -1 64 802 0 0 0 19 0 0 0 16 0 9 0 2004641647 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11812] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11812/stat : 11812 (java) S 11791 11791 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004641647 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11813] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11813/stat : 11813 (java) S 11791 11791 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004641647 832131072 52514 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 860192

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 11813
/proc/meminfo: memFree=1296192/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 765 1698 0 0 0 0 0 1 23 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11805] ppid=11791 vsize=812628 CPUtime=25.31
/proc/11805/stat : 11805 (java) S 11791 11791 11754 0 -1 0 87842 0 1 0 2480 51 0 0 18 0 9 0 2004641642 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11805/statm: 203157 87230 1911 9 0 197138 0
[pid=11805/tid=11806] ppid=11791 vsize=812628 CPUtime=21.75
/proc/11805/task/11806/stat : 11806 (java) R 11791 11791 11754 0 -1 64 14541 0 1 0 2163 12 0 0 25 0 9 0 2004641643 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4127041528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11807] ppid=11791 vsize=812628 CPUtime=3.28
/proc/11805/task/11807/stat : 11807 (java) S 11791 11791 11754 0 -1 64 71757 0 0 0 291 37 0 0 16 0 9 0 2004641644 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11808] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11808/stat : 11808 (java) S 11791 11791 11754 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2004641644 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11809] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11809/stat : 11809 (java) S 11791 11791 11754 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2004641644 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11810] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11810/stat : 11810 (java) S 11791 11791 11754 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2004641647 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11811] ppid=11791 vsize=812628 CPUtime=0.25
/proc/11805/task/11811/stat : 11811 (java) S 11791 11791 11754 0 -1 64 838 0 0 0 25 0 0 0 16 0 9 0 2004641647 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11812] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11812/stat : 11812 (java) S 11791 11791 11754 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2004641647 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11805/tid=11813] ppid=11791 vsize=812628 CPUtime=0
/proc/11805/task/11813/stat : 11813 (java) S 11791 11791 11754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004641647 832131072 87230 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 860192

[startup+51.1027 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 11813
/proc/meminfo: memFree=1280832/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=0.01

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

/proc/11814/statm: 91066 86952 79 162 0 90901 0
Current children cumulated CPU time (s) 1173.27
Current children cumulated vsize (KiB) 411828

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1152768/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=364264 CPUtime=1156.81
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 97680 0 0 0 115622 59 0 0 25 0 1 0 2004649275 373006336 86952 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91066 86952 79 162 0 90901 0
Current children cumulated CPU time (s) 1232.71
Current children cumulated vsize (KiB) 411828

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1152576/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=364628 CPUtime=1216.26
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 97750 0 0 0 121566 60 0 0 25 0 1 0 2004649275 373379072 87022 996147200 134512640 135177480 4294955968 18446744073709551615 134547829 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91157 87022 79 162 0 90992 0
Current children cumulated CPU time (s) 1292.16
Current children cumulated vsize (KiB) 412192

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1152512/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=364628 CPUtime=1275.7
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 97750 0 0 0 127510 60 0 0 25 0 1 0 2004649275 373379072 87022 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91157 87022 79 162 0 90992 0
Current children cumulated CPU time (s) 1351.6
Current children cumulated vsize (KiB) 412192

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11852
/proc/meminfo: memFree=1152448/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=364628 CPUtime=1335.14
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 97751 0 0 0 133454 60 0 0 25 0 1 0 2004649275 373379072 87023 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91157 87023 79 162 0 90992 0
Current children cumulated CPU time (s) 1411.04
Current children cumulated vsize (KiB) 412192

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11852
/proc/meminfo: memFree=1151232/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=365816 CPUtime=1394.59
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98052 0 0 0 139398 61 0 0 25 0 1 0 2004649275 374595584 87324 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91454 87324 79 162 0 91289 0
Current children cumulated CPU time (s) 1470.49
Current children cumulated vsize (KiB) 413380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11852
/proc/meminfo: memFree=1150016/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1454.02
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98341 0 0 0 145341 61 0 0 25 0 1 0 2004649275 375705600 87613 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87613 79 162 0 91560 0
Current children cumulated CPU time (s) 1529.92
Current children cumulated vsize (KiB) 414464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1150016/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1513.47
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98341 0 0 0 151286 61 0 0 25 0 1 0 2004649275 375705600 87613 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87613 79 162 0 91560 0
Current children cumulated CPU time (s) 1589.37
Current children cumulated vsize (KiB) 414464

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1149952/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1572.91
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98341 0 0 0 157230 61 0 0 25 0 1 0 2004649275 375705600 87613 996147200 134512640 135177480 4294955968 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87613 79 162 0 91560 0
Current children cumulated CPU time (s) 1648.81
Current children cumulated vsize (KiB) 414464

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11852
/proc/meminfo: memFree=1149824/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1632.37
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98341 0 0 0 163175 62 0 0 25 0 1 0 2004649275 375705600 87613 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87613 79 162 0 91560 0
Current children cumulated CPU time (s) 1708.27
Current children cumulated vsize (KiB) 414464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11852
/proc/meminfo: memFree=1149824/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1691.81
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98341 0 0 0 169119 62 0 0 25 0 1 0 2004649275 375705600 87613 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87613 79 162 0 91560 0
Current children cumulated CPU time (s) 1767.71
Current children cumulated vsize (KiB) 414464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1149824/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1724.11
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98351 0 0 0 172349 62 0 0 25 0 1 0 2004649275 375705600 87623 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87623 79 162 0 91560 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 414464

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

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

[startup+1814.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 11852
/proc/meminfo: memFree=1149824/2055920 swapFree=4179808/4192956
[pid=11791] ppid=11789 vsize=47564 CPUtime=75.9
/proc/11791/stat : 11791 (galacE.sh) S 11789 11791 11754 0 -1 4194304 799 89647 0 1 0 0 7512 78 17 0 1 0 2004641638 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 237947251546 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11791/statm: 11891 364 245 79 0 219 0
[pid=11814] ppid=11791 vsize=366900 CPUtime=1724.11
/proc/11814/stat : 11814 (eSAT_static) R 11791 11791 11754 0 -1 4194304 98351 0 0 0 172349 62 0 0 25 0 1 0 2004649275 375705600 87623 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11814/statm: 91725 87623 79 162 0 91560 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 414464

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11791 and gives
#  childrusage.ru_utime.tv_sec=75
#  childrusage.ru_utime.tv_usec=126579
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=788880
# CPU time returned by wait4() is 75.9155
# 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): 1814.92
CPU time (s): 1800.01
CPU user time (s): 1798.61
CPU system time (s): 1.4
CPU usage (%): 99.1786
Max. virtual memory (cumulated for all children) (KiB): 860192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.1266
system time used= 0.78888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90446
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= 3499
involuntary context switches= 4304

runsolver used 2.29065 second user time and 5.75012 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 13:18:48
IDJOB=1095586
IDBENCH=58915
IDSOLVER=351
FILE ID=node69/1095586-1215256727
PBS_JOBID= 7882133
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f646c3e82df894df88db729ca343afec
RANDOM SEED=1664170995

node69.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.259
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.259
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:       1642728 kB
Buffers:         47912 kB
Cached:         250324 kB
SwapCached:       7560 kB
Active:         219380 kB
Inactive:       130528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642728 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            9080 kB
Writeback:           0 kB
Mapped:          58976 kB
Slab:            48208 kB
Committed_AS:  4106604 kB
PageTables:       2264 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= 66424 MiB
End job on node69 at 2008-07-05 13:49:05