Trace number 1076286

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 1814.61

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg12-13_ext.xml
MD5SUM0cabe21a999f9e8670c8ce6bdc1f9fe3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1417.23
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension25
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 ---
2.34/2.48	c start processing
2.34/2.48	c start relation processing
6.41/6.60	c start cnf exporting
139.81/141.28	c parsing time : 2.348
139.81/141.28	c preprocessing time : 141.152
139.81/141.28	
139.81/141.28	c Nary constraints - conflicts : 0 supports : 25
139.81/141.28	c Binary constraints - conflicts : 0 supports :0
139.81/141.28	c max arity constraint : 13
139.81/141.28	c Max Tuples generated 0
139.81/141.28	c relations : 2
139.81/141.28	c relations BDD: 2
139.81/141.28	c sampling 0/0
139.81/141.28	c vars : 1141611 - clauses :  4047839
139.81/141.28	
139.89/141.35	 
139.89/141.35	c --- SAT Solver Stats ---
139.89/141.35	 
139.89/141.35	c eSAT 0.1 : minisat core with additionnal features
139.89/141.35	c ============================[ Problem Statistics ]=============================
139.89/141.35	c |                                                                             |
139.89/141.35	c |  Number of variables:  1141610                                              |
139.89/141.35	c |  Number of clauses:    4047839                                              |
142.73/144.25	c |  Parsing time:         2.44         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-1076286-1215184906/watcher-1076286-1215184906 -o /tmp/evaluation-result-1076286-1215184906/solver-1076286-1215184906 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076286-1215184906.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.91 1.97 1.99 4/73 18644
/proc/meminfo: memFree=1539448/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=8652 CPUtime=0
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1997464759 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 2163 280 208 79 0 156 0
[pid=18645] ppid=18644 vsize=8688 CPUtime=0
/proc/18645/stat : 18645 (galacE.sh) S 18644 18644 16733 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1997464759 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 238487830610 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18645/statm: 2172 286 209 79 0 165 0
[pid=18646] ppid=18645 vsize=128 CPUtime=0
/proc/18646/stat : 18646 (id) R 18645 18644 16733 0 -1 4194304 47 0 0 0 0 0 0 0 19 0 1 0 1997464759 131072 22 996147200 4194304 4211724 548682068832 18446744073709551615 238485042453 0 0 3674112 0 0 0 0 17 1 0 0
/proc/18646/statm: 32 22 16 4 0 3 0

[startup+0.040161 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 18644
/proc/meminfo: memFree=1539448/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.100745 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 18644
/proc/meminfo: memFree=1539448/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301768 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 18644
/proc/meminfo: memFree=1539448/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701812 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 18644
/proc/meminfo: memFree=1539448/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50191 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 18666
/proc/meminfo: memFree=1487464/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18658] ppid=18644 vsize=812420 CPUtime=1.44
/proc/18658/stat : 18658 (java) S 18644 18644 16733 0 -1 0 24670 0 1 0 130 14 0 0 18 0 9 0 1997464762 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18658/statm: 203105 24094 1883 9 0 197138 0
[pid=18658/tid=18659] ppid=18644 vsize=812420 CPUtime=1.2
/proc/18658/task/18659/stat : 18659 (java) R 18644 18644 16733 0 -1 64 14459 0 1 0 112 8 0 0 25 0 9 0 1997464764 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18660] ppid=18644 vsize=812420 CPUtime=0.08
/proc/18658/task/18660/stat : 18660 (java) R 18644 18644 16733 0 -1 64 8755 0 0 0 4 4 0 0 16 0 9 0 1997464765 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 102350230 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18661] ppid=18644 vsize=812420 CPUtime=0
/proc/18658/task/18661/stat : 18661 (java) S 18644 18644 16733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997464765 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18662] ppid=18644 vsize=812420 CPUtime=0
/proc/18658/task/18662/stat : 18662 (java) S 18644 18644 16733 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997464765 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18663] ppid=18644 vsize=812420 CPUtime=0
/proc/18658/task/18663/stat : 18663 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997464768 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18664] ppid=18644 vsize=812420 CPUtime=0.12
/proc/18658/task/18664/stat : 18664 (java) S 18644 18644 16733 0 -1 64 757 0 0 0 12 0 0 0 16 0 9 0 1997464768 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18665] ppid=18644 vsize=812420 CPUtime=0
/proc/18658/task/18665/stat : 18665 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997464768 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18666] ppid=18644 vsize=812420 CPUtime=0
/proc/18658/task/18666/stat : 18666 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997464768 831918080 24094 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 859996

[startup+3.10209 s]
/proc/loadavg: 1.91 1.97 1.99 4/83 18666
/proc/meminfo: memFree=1449000/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18658] ppid=18644 vsize=812536 CPUtime=3.03
/proc/18658/stat : 18658 (java) S 18644 18644 16733 0 -1 0 27871 0 1 0 287 16 0 0 18 0 9 0 1997464762 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18658/statm: 203134 27294 1889 9 0 197167 0
[pid=18658/tid=18659] ppid=18644 vsize=812536 CPUtime=2.71
/proc/18658/task/18659/stat : 18659 (java) R 18644 18644 16733 0 -1 64 14479 0 1 0 263 8 0 0 25 0 9 0 1997464764 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4126815899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18660] ppid=18644 vsize=812536 CPUtime=0.13
/proc/18658/task/18660/stat : 18660 (java) S 18644 18644 16733 0 -1 64 11921 0 0 0 8 5 0 0 16 0 9 0 1997464765 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18661] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18661/stat : 18661 (java) S 18644 18644 16733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997464765 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18662] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18662/stat : 18662 (java) S 18644 18644 16733 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997464765 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18663] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18663/stat : 18663 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997464768 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18664] ppid=18644 vsize=812536 CPUtime=0.14
/proc/18658/task/18664/stat : 18664 (java) S 18644 18644 16733 0 -1 64 772 0 0 0 14 0 0 0 16 0 9 0 1997464768 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18665] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18665/stat : 18665 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997464768 832036864 27294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18666] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18666/stat : 18666 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997464768 832036864 27294 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) 860112

[startup+6.30245 s]
/proc/loadavg: 1.92 1.97 1.99 4/83 18666
/proc/meminfo: memFree=1434984/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18658] ppid=18644 vsize=812536 CPUtime=6.2
/proc/18658/stat : 18658 (java) S 18644 18644 16733 0 -1 0 28227 0 1 0 603 17 0 0 18 0 9 0 1997464762 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18658/statm: 203134 27646 1891 9 0 197167 0
[pid=18658/tid=18659] ppid=18644 vsize=812536 CPUtime=5.83
/proc/18658/task/18659/stat : 18659 (java) R 18644 18644 16733 0 -1 64 14484 0 1 0 575 8 0 0 25 0 9 0 1997464764 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4126807297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18660] ppid=18644 vsize=812536 CPUtime=0.16
/proc/18658/task/18660/stat : 18660 (java) S 18644 18644 16733 0 -1 64 12257 0 0 0 10 6 0 0 16 0 9 0 1997464765 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18661] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18661/stat : 18661 (java) S 18644 18644 16733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997464765 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18662] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18662/stat : 18662 (java) S 18644 18644 16733 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997464765 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18663] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18663/stat : 18663 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997464768 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18664] ppid=18644 vsize=812536 CPUtime=0.17
/proc/18658/task/18664/stat : 18664 (java) S 18644 18644 16733 0 -1 64 787 0 0 0 17 0 0 0 15 0 9 0 1997464768 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18665] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18665/stat : 18665 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997464768 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18666] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18666/stat : 18666 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997464768 832036864 27646 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860112

[startup+12.7022 s]
/proc/loadavg: 1.92 1.97 1.99 3/83 18666
/proc/meminfo: memFree=1392296/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18658] ppid=18644 vsize=812536 CPUtime=12.54
/proc/18658/stat : 18658 (java) S 18644 18644 16733 0 -1 0 38151 0 1 0 1228 26 0 0 18 0 9 0 1997464762 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18658/statm: 203134 37557 1911 9 0 197167 0
[pid=18658/tid=18659] ppid=18644 vsize=812536 CPUtime=11.6
/proc/18658/task/18659/stat : 18659 (java) R 18644 18644 16733 0 -1 64 14540 0 1 0 1149 11 0 0 25 0 9 0 1997464764 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4126604365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18660] ppid=18644 vsize=812536 CPUtime=0.66
/proc/18658/task/18660/stat : 18660 (java) S 18644 18644 16733 0 -1 64 22085 0 0 0 54 12 0 0 16 0 9 0 1997464765 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18661] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18661/stat : 18661 (java) S 18644 18644 16733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997464765 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18662] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18662/stat : 18662 (java) S 18644 18644 16733 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997464765 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18663] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18663/stat : 18663 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997464768 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18664] ppid=18644 vsize=812536 CPUtime=0.24
/proc/18658/task/18664/stat : 18664 (java) S 18644 18644 16733 0 -1 64 827 0 0 0 23 1 0 0 15 0 9 0 1997464768 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18665] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18665/stat : 18665 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997464768 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18666] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18666/stat : 18666 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997464768 832036864 37557 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860112

[startup+25.5017 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 18666
/proc/meminfo: memFree=1383720/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=0.01
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18658] ppid=18644 vsize=812536 CPUtime=25.21
/proc/18658/stat : 18658 (java) S 18644 18644 16733 0 -1 0 38177 0 1 0 2490 31 0 0 18 0 9 0 1997464762 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18658/statm: 203134 37560 1911 9 0 197167 0
[pid=18658/tid=18659] ppid=18644 vsize=812536 CPUtime=24.25
/proc/18658/task/18659/stat : 18659 (java) R 18644 18644 16733 0 -1 64 14563 0 1 0 2409 16 0 0 25 0 9 0 1997464764 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4127029802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18660] ppid=18644 vsize=812536 CPUtime=0.68
/proc/18658/task/18660/stat : 18660 (java) S 18644 18644 16733 0 -1 64 22085 0 0 0 56 12 0 0 16 0 9 0 1997464765 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18661] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18661/stat : 18661 (java) S 18644 18644 16733 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997464765 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18662] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18662/stat : 18662 (java) S 18644 18644 16733 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1997464765 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18663] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18663/stat : 18663 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997464768 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18664] ppid=18644 vsize=812536 CPUtime=0.25
/proc/18658/task/18664/stat : 18664 (java) S 18644 18644 16733 0 -1 64 830 0 0 0 24 1 0 0 15 0 9 0 1997464768 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18665] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18665/stat : 18665 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997464768 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18658/tid=18666] ppid=18644 vsize=812536 CPUtime=0
/proc/18658/task/18666/stat : 18666 (java) S 18644 18644 16733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997464768 832036864 37560 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22

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

/proc/18667/statm: 68315 62625 78 162 0 68150 0
Current children cumulated CPU time (s) 1112.36
Current children cumulated vsize (KiB) 320836

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18667
/proc/meminfo: memFree=1152040/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=273260 CPUtime=1031.93
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 62643 0 0 0 103143 50 0 0 25 0 1 0 1997478894 279818240 62625 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68315 62625 78 162 0 68150 0
Current children cumulated CPU time (s) 1171.85
Current children cumulated vsize (KiB) 320836

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18667
/proc/meminfo: memFree=1142184/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=273640 CPUtime=1091.4
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 62723 0 0 0 109090 50 0 0 25 0 1 0 1997478894 280207360 62705 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68410 62705 78 162 0 68245 0
Current children cumulated CPU time (s) 1231.32
Current children cumulated vsize (KiB) 321216

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18669
/proc/meminfo: memFree=1121960/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=274292 CPUtime=1150.87
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 62917 0 0 0 115037 50 0 0 25 0 1 0 1997478894 280875008 62899 996147200 134512640 135177480 4294955968 18446744073709551615 134565342 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68573 62899 78 162 0 68408 0
Current children cumulated CPU time (s) 1290.79
Current children cumulated vsize (KiB) 321868

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18669
/proc/meminfo: memFree=1115432/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275300 CPUtime=1210.36
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63146 0 0 0 120985 51 0 0 25 0 1 0 1997478894 281907200 63128 996147200 134512640 135177480 4294955968 18446744073709551615 134571050 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68825 63128 78 162 0 68660 0
Current children cumulated CPU time (s) 1350.28
Current children cumulated vsize (KiB) 322876

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18669
/proc/meminfo: memFree=1111464/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1269.84
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63296 0 0 0 126933 51 0 0 25 0 1 0 1997478894 282443776 63278 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68956 63278 78 162 0 68791 0
Current children cumulated CPU time (s) 1409.76
Current children cumulated vsize (KiB) 323400

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18669
/proc/meminfo: memFree=1111016/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1329.33
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63315 0 0 0 132881 52 0 0 25 0 1 0 1997478894 282443776 63297 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68956 63297 78 162 0 68791 0
Current children cumulated CPU time (s) 1469.25
Current children cumulated vsize (KiB) 323400

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18669
/proc/meminfo: memFree=1109992/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1388.82
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63315 0 0 0 138830 52 0 0 25 0 1 0 1997478894 282443776 63297 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68956 63297 78 162 0 68791 0
Current children cumulated CPU time (s) 1528.74
Current children cumulated vsize (KiB) 323400

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 18669
/proc/meminfo: memFree=1109480/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1448.3
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63315 0 0 0 144778 52 0 0 25 0 1 0 1997478894 282443776 63297 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/18667/statm: 68956 63297 78 162 0 68791 0
Current children cumulated CPU time (s) 1588.22
Current children cumulated vsize (KiB) 323400

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 18709
/proc/meminfo: memFree=1393072/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1507.88
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63315 0 0 0 150735 53 0 0 25 0 1 0 1997478894 282443776 63297 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 0 0 0
/proc/18667/statm: 68956 63297 78 162 0 68791 0
Current children cumulated CPU time (s) 1647.8
Current children cumulated vsize (KiB) 323400

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 18709
/proc/meminfo: memFree=1393008/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1567.86
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63315 0 0 0 156733 53 0 0 25 0 1 0 1997478894 282443776 63297 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18667/statm: 68956 63297 78 162 0 68791 0
Current children cumulated CPU time (s) 1707.78
Current children cumulated vsize (KiB) 323400

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 18709
/proc/meminfo: memFree=1392944/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1627.84
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63315 0 0 0 162730 54 0 0 25 0 1 0 1997478894 282443776 63297 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 0 0 0
/proc/18667/statm: 68956 63297 78 162 0 68791 0
Current children cumulated CPU time (s) 1767.76
Current children cumulated vsize (KiB) 323400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 18709
/proc/meminfo: memFree=1392880/2055920 swapFree=4180000/4192956
[pid=18644] ppid=18642 vsize=47576 CPUtime=139.92
/proc/18644/stat : 18644 (galacE.sh) S 18642 18644 16733 0 -1 4194304 800 40098 0 1 0 0 13907 85 17 0 1 0 1997464759 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 238487268186 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18644/statm: 11894 365 246 79 0 219 0
[pid=18667] ppid=18644 vsize=275824 CPUtime=1660.13
/proc/18667/stat : 18667 (eSAT_static) R 18644 18644 16733 0 -1 4194304 63316 0 0 0 165959 54 0 0 25 0 1 0 1997478894 282443776 63298 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18667/statm: 68956 63298 78 162 0 68791 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 323400

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18644 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=78856
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=858869
# CPU time returned by wait4() is 139.938
# 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): 1814.61
CPU time (s): 1800.05
CPU user time (s): 1798.66
CPU system time (s): 1.39
CPU usage (%): 99.1975
Max. virtual memory (cumulated for all children) (KiB): 860112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.079
system time used= 0.858869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40898
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= 5565
involuntary context switches= 8335

runsolver used 2.08368 second user time and 5.09323 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 17:21:46
IDJOB=1076286
IDBENCH=56577
IDSOLVER=351
FILE ID=node23/1076286-1215184906
PBS_JOBID= 7881536
Free space on /tmp= 66476 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0cabe21a999f9e8670c8ce6bdc1f9fe3
RANDOM SEED=784363933

node23.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.216
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.216
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:       1539928 kB
Buffers:         37936 kB
Cached:         212212 kB
SwapCached:       6756 kB
Active:         410020 kB
Inactive:        50944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539928 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           13852 kB
Writeback:           0 kB
Mapped:         217200 kB
Slab:            39864 kB
Committed_AS:  3598408 kB
PageTables:       2232 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= 66464 MiB
End job on node23 at 2008-07-04 17:52:03