Trace number 1076309

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac E? (TO) 1800.05 1807.51

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg9-12_ext.xml
MD5SUM7b8f18265e9fe9d12868e89463d2e25f
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 variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.34	c --- Preproc Stats ---
2.63/3.08	c start processing
2.63/3.08	c start relation processing
7.77/8.26	c start cnf exporting
128.25/129.99	c parsing time : 2.64
128.25/129.99	c preprocessing time : 129.557
128.25/129.99	
128.25/129.99	c Nary constraints - conflicts : 0 supports : 21
128.25/129.99	c Binary constraints - conflicts : 0 supports :0
128.25/129.99	c max arity constraint : 12
128.25/129.99	c Max Tuples generated 0
128.25/129.99	c relations : 2
128.25/129.99	c relations BDD: 2
128.25/129.99	c sampling 0/0
128.25/129.99	c vars : 1000987 - clauses :  3673395
128.25/129.99	
128.35/130.06	 
128.35/130.06	c --- SAT Solver Stats ---
128.35/130.06	 
128.35/130.07	c eSAT 0.1 : minisat core with additionnal features
128.35/130.07	c ============================[ Problem Statistics ]=============================
128.35/130.07	c |                                                                             |
128.35/130.07	c |  Number of variables:  1000986                                              |
128.35/130.07	c |  Number of clauses:    3673395                                              |
133.95/135.79	c |  Parsing time:         5.14         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-1076309-1215186532/watcher-1076309-1215186532 -o /tmp/evaluation-result-1076309-1215186532/solver-1076309-1215186532 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076309-1215186532.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.25 1.49 1.74 4/72 10143
/proc/meminfo: memFree=1847888/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=18572 CPUtime=0
/proc/10143/stat : 10143 (runsolver) D 10141 10143 8188 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1997626748 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 254195330343 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10143/statm: 4643 292 257 25 0 2626 0

[startup+0.03891 s]
/proc/loadavg: 1.25 1.49 1.74 4/72 10143
/proc/meminfo: memFree=1847888/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=5192 CPUtime=0
/proc/10143/stat : 10143 (galacE.sh) D 10141 10143 8188 0 -1 4194304 111 0 3 0 0 0 0 0 18 0 1 0 1997626748 5316608 85 996147200 4194304 4520092 548682068832 18446744073709551615 254195540140 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/10143/statm: 1298 85 63 79 0 108 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5192

[startup+0.101987 s]
/proc/loadavg: 1.25 1.49 1.74 4/72 10143
/proc/meminfo: memFree=1847888/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=8652 CPUtime=0
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 342 0 4 0 0 0 0 0 18 0 1 0 1997626748 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/10143/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.301955 s]
/proc/loadavg: 1.25 1.49 1.74 4/72 10143
/proc/meminfo: memFree=1847888/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47560 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) D 10141 10143 8188 0 -1 4194304 745 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48701440 361 996147200 4194304 4520092 548682068832 18446744073709551615 254195314974 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/10143/statm: 11890 361 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.702023 s]
/proc/loadavg: 1.25 1.49 1.74 4/72 10143
/proc/meminfo: memFree=1847888/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 761 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50215 s]
/proc/loadavg: 1.25 1.49 1.74 3/82 10165
/proc/meminfo: memFree=1806848/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 761 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10157] ppid=10143 vsize=812732 CPUtime=1.12
/proc/10157/stat : 10157 (java) S 10143 10143 8188 0 -1 0 22513 0 2 0 100 12 0 0 18 0 9 0 1997626783 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10157/statm: 203183 21943 1875 9 0 197164 0
[pid=10157/tid=10158] ppid=10143 vsize=812732 CPUtime=0.97
/proc/10157/task/10158/stat : 10158 (java) R 10143 10143 8188 0 -1 64 13886 0 2 0 90 7 0 0 23 0 9 0 1997626784 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10159] ppid=10143 vsize=812732 CPUtime=0.05
/proc/10157/task/10159/stat : 10159 (java) R 10143 10143 8188 0 -1 64 7260 0 0 0 2 3 0 0 16 0 9 0 1997626785 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10160] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10160/stat : 10160 (java) S 10143 10143 8188 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997626786 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10161] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10161/stat : 10161 (java) S 10143 10143 8188 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997626786 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10162] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10162/stat : 10162 (java) S 10143 10143 8188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997626788 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10163] ppid=10143 vsize=812732 CPUtime=0.06
/proc/10157/task/10163/stat : 10163 (java) S 10143 10143 8188 0 -1 64 667 0 0 0 6 0 0 0 16 0 9 0 1997626788 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10164] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10164/stat : 10164 (java) S 10143 10143 8188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997626788 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10165] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10165/stat : 10165 (java) S 10143 10143 8188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997626788 832237568 21943 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 860296

[startup+3.1014 s]
/proc/loadavg: 1.31 1.50 1.74 3/82 10165
/proc/meminfo: memFree=1751168/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 761 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10157] ppid=10143 vsize=812732 CPUtime=2.72
/proc/10157/stat : 10157 (java) S 10143 10143 8188 0 -1 0 29961 0 2 0 256 16 0 0 18 0 9 0 1997626783 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10157/statm: 203183 29384 1883 9 0 197164 0
[pid=10157/tid=10158] ppid=10143 vsize=812732 CPUtime=2.4
/proc/10157/task/10158/stat : 10158 (java) R 10143 10143 8188 0 -1 64 14521 0 2 0 232 8 0 0 25 0 9 0 1997626784 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4126787645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10159] ppid=10143 vsize=812732 CPUtime=0.16
/proc/10157/task/10159/stat : 10159 (java) S 10143 10143 8188 0 -1 64 14031 0 0 0 10 6 0 0 16 0 9 0 1997626785 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10160] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10160/stat : 10160 (java) S 10143 10143 8188 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997626786 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10161] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10161/stat : 10161 (java) S 10143 10143 8188 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997626786 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10162] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10162/stat : 10162 (java) S 10143 10143 8188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997626788 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10163] ppid=10143 vsize=812732 CPUtime=0.13
/proc/10157/task/10163/stat : 10163 (java) S 10143 10143 8188 0 -1 64 709 0 0 0 13 0 0 0 16 0 9 0 1997626788 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10164] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10164/stat : 10164 (java) S 10143 10143 8188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997626788 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10165] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10165/stat : 10165 (java) S 10143 10143 8188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997626788 832237568 29384 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 860296

[startup+6.30291 s]
/proc/loadavg: 1.31 1.50 1.74 3/82 10165
/proc/meminfo: memFree=1735104/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 761 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10157] ppid=10143 vsize=812732 CPUtime=5.88
/proc/10157/stat : 10157 (java) S 10143 10143 8188 0 -1 0 33152 0 2 0 571 17 0 0 18 0 9 0 1997626783 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10157/statm: 203183 32571 1889 9 0 197164 0
[pid=10157/tid=10158] ppid=10143 vsize=812732 CPUtime=5.36
/proc/10157/task/10158/stat : 10158 (java) R 10143 10143 8188 0 -1 64 14538 0 2 0 528 8 0 0 25 0 9 0 1997626784 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4126795183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10159] ppid=10143 vsize=812732 CPUtime=0.32
/proc/10157/task/10159/stat : 10159 (java) S 10143 10143 8188 0 -1 64 17183 0 0 0 25 7 0 0 17 0 9 0 1997626785 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10160] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10160/stat : 10160 (java) S 10143 10143 8188 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997626786 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10161] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10161/stat : 10161 (java) S 10143 10143 8188 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997626786 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10162] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10162/stat : 10162 (java) S 10143 10143 8188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997626788 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10163] ppid=10143 vsize=812732 CPUtime=0.17
/proc/10157/task/10163/stat : 10163 (java) S 10143 10143 8188 0 -1 64 731 0 0 0 17 0 0 0 15 0 9 0 1997626788 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10164] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10164/stat : 10164 (java) S 10143 10143 8188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997626788 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10165] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10165/stat : 10165 (java) S 10143 10143 8188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997626788 832237568 32571 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 860296

[startup+12.7029 s]
/proc/loadavg: 1.42 1.52 1.74 3/82 10165
/proc/meminfo: memFree=1689472/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 761 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10157] ppid=10143 vsize=812732 CPUtime=12.22
/proc/10157/stat : 10157 (java) S 10143 10143 8188 0 -1 0 40919 0 2 0 1199 23 0 0 18 0 9 0 1997626783 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10157/statm: 203183 40326 1911 9 0 197164 0
[pid=10157/tid=10158] ppid=10143 vsize=812732 CPUtime=11.28
/proc/10157/task/10158/stat : 10158 (java) R 10143 10143 8188 0 -1 64 14591 0 2 0 1118 10 0 0 25 0 9 0 1997626784 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4126987959 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10159] ppid=10143 vsize=812732 CPUtime=0.68
/proc/10157/task/10159/stat : 10159 (java) S 10143 10143 8188 0 -1 64 24852 0 0 0 57 11 0 0 16 0 9 0 1997626785 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10160] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10160/stat : 10160 (java) S 10143 10143 8188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997626786 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10161] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10161/stat : 10161 (java) S 10143 10143 8188 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997626786 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10162] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10162/stat : 10162 (java) S 10143 10143 8188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997626788 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10163] ppid=10143 vsize=812732 CPUtime=0.23
/proc/10157/task/10163/stat : 10163 (java) S 10143 10143 8188 0 -1 64 776 0 0 0 23 0 0 0 15 0 9 0 1997626788 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10164] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10164/stat : 10164 (java) S 10143 10143 8188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997626788 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10165] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10165/stat : 10165 (java) S 10143 10143 8188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997626788 832237568 40326 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 860296

[startup+25.503 s]
/proc/loadavg: 1.50 1.53 1.74 3/82 10165
/proc/meminfo: memFree=1681856/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 761 1698 5 0 0 0 0 1 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10157] ppid=10143 vsize=812732 CPUtime=24.89
/proc/10157/stat : 10157 (java) S 10143 10143 8188 0 -1 0 40945 0 2 0 2461 28 0 0 18 0 9 0 1997626783 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10157/statm: 203183 40329 1911 9 0 197164 0
[pid=10157/tid=10158] ppid=10143 vsize=812732 CPUtime=23.93
/proc/10157/task/10158/stat : 10158 (java) R 10143 10143 8188 0 -1 64 14614 0 2 0 2377 16 0 0 25 0 9 0 1997626784 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4126381549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10159] ppid=10143 vsize=812732 CPUtime=0.7
/proc/10157/task/10159/stat : 10159 (java) S 10143 10143 8188 0 -1 64 24852 0 0 0 59 11 0 0 16 0 9 0 1997626785 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10160] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10160/stat : 10160 (java) S 10143 10143 8188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997626786 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10161] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10161/stat : 10161 (java) S 10143 10143 8188 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997626786 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10162] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10162/stat : 10162 (java) S 10143 10143 8188 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997626788 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10163] ppid=10143 vsize=812732 CPUtime=0.24
/proc/10157/task/10163/stat : 10163 (java) S 10143 10143 8188 0 -1 64 779 0 0 0 24 0 0 0 15 0 9 0 1997626788 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10164] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10164/stat : 10164 (java) S 10143 10143 8188 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997626788 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10157/tid=10165] ppid=10143 vsize=812732 CPUtime=0
/proc/10157/task/10165/stat : 10165 (java) S 10143 10143 8188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997626788 832237568 40329 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 860296

[startup+51.103 s]
/proc/loadavg: 1.67 1.57 1.75 3/82 10165
/proc/meminfo: memFree=1665856/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=0.01

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

/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1175.18
Current children cumulated vsize (KiB) 585156

[startup+1242.3 s]
/proc/loadavg: 1.00 1.14 1.45 2/66 10194
/proc/meminfo: memFree=1263000/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1106.76
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 110586 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1235.14
Current children cumulated vsize (KiB) 585156

[startup+1302.3 s]
/proc/loadavg: 1.00 1.11 1.42 2/66 10194
/proc/meminfo: memFree=1263000/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1166.73
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 116583 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1295.11
Current children cumulated vsize (KiB) 585156

[startup+1362.3 s]
/proc/loadavg: 1.00 1.09 1.39 2/66 10194
/proc/meminfo: memFree=1263000/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1226.7
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 122580 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1355.08
Current children cumulated vsize (KiB) 585156

[startup+1422.31 s]
/proc/loadavg: 1.00 1.07 1.36 2/66 10194
/proc/meminfo: memFree=1262936/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1286.68
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 128578 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1415.06
Current children cumulated vsize (KiB) 585156

[startup+1482.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/66 10194
/proc/meminfo: memFree=1262872/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1346.64
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 134574 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1475.02
Current children cumulated vsize (KiB) 585156

[startup+1542.3 s]
/proc/loadavg: 1.00 1.04 1.31 2/66 10194
/proc/meminfo: memFree=1262872/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1406.61
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 140571 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1534.99
Current children cumulated vsize (KiB) 585156

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/66 10194
/proc/meminfo: memFree=1262872/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1466.58
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 146568 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1594.96
Current children cumulated vsize (KiB) 585156

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/66 10194
/proc/meminfo: memFree=1262872/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1526.53
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148160 0 0 0 152563 90 0 0 25 0 1 0 1997639755 550494208 130612 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130612 79 162 0 134233 0
Current children cumulated CPU time (s) 1654.91
Current children cumulated vsize (KiB) 585156

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/66 10194
/proc/meminfo: memFree=1262808/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1586.5
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148168 0 0 0 158560 90 0 0 25 0 1 0 1997639755 550494208 130620 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130620 79 162 0 134233 0
Current children cumulated CPU time (s) 1714.88
Current children cumulated vsize (KiB) 585156

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/66 10194
/proc/meminfo: memFree=1262680/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1646.48
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148168 0 0 0 164558 90 0 0 25 0 1 0 1997639755 550494208 130620 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130620 79 162 0 134233 0
Current children cumulated CPU time (s) 1774.86
Current children cumulated vsize (KiB) 585156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 1.00 1.01 1.22 2/66 10194
/proc/meminfo: memFree=1262680/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1671.67
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148168 0 0 0 167077 90 0 0 25 0 1 0 1997639755 550494208 130620 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130620 79 162 0 134233 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 585156

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

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

[startup+1807.5 s]
/proc/loadavg: 1.00 1.01 1.22 2/66 10194
/proc/meminfo: memFree=1262680/2055920 swapFree=4179828/4192956
[pid=10143] ppid=10141 vsize=47564 CPUtime=128.38
/proc/10143/stat : 10143 (galacE.sh) S 10141 10143 8188 0 -1 4194304 795 42848 5 2 0 0 12760 78 17 0 1 0 1997626748 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 254194936666 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10143/statm: 11891 365 246 79 0 219 0
[pid=10166] ppid=10143 vsize=537592 CPUtime=1671.67
/proc/10166/stat : 10166 (eSAT_static) R 10143 10143 8188 0 -1 4194304 148168 0 0 0 167077 90 0 0 25 0 1 0 1997639755 550494208 130620 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/10166/statm: 134398 130620 79 162 0 134233 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 585156

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10143 and gives
#  childrusage.ru_utime.tv_sec=127
#  childrusage.ru_utime.tv_usec=611600
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=793879
# CPU time returned by wait4() is 128.405
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.51
CPU time (s): 1800.05
CPU user time (s): 1798.37
CPU system time (s): 1.68
CPU usage (%): 99.5872
Max. virtual memory (cumulated for all children) (KiB): 860296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.612
system time used= 0.793879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43643
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5192
involuntary context switches= 7776

runsolver used 2.09868 second user time and 5.11222 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 17:48:53
IDJOB=1076309
IDBENCH=56579
IDSOLVER=351
FILE ID=node34/1076309-1215186532
PBS_JOBID= 7881608
Free space on /tmp= 66512 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg9-12_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076309-1215186532/watcher-1076309-1215186532 -o /tmp/evaluation-result-1076309-1215186532/solver-1076309-1215186532 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1076309-1215186532.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7b8f18265e9fe9d12868e89463d2e25f
RANDOM SEED=2118770350

node34.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:       1848368 kB
Buffers:          6260 kB
Cached:         125164 kB
SwapCached:       6752 kB
Active:          97068 kB
Inactive:        56748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848368 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            6020 kB
Writeback:           0 kB
Mapped:          29948 kB
Slab:            38916 kB
Committed_AS:  3479248 kB
PageTables:       1808 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= 66436 MiB
End job on node34 at 2008-07-04 18:19:02