Trace number 1076585

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 1809.31

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg9-13_ext.xml
MD5SUMe7630fe2f04ca6e2f2045ce4fd306035
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 variables117
Number of constraints22
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension22
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.15/2.22	c start processing
2.15/2.22	c start relation processing
6.51/6.68	c start cnf exporting
125.21/126.46	c parsing time : 2.1
125.21/126.46	c preprocessing time : 126.342
125.21/126.46	
125.21/126.46	c Nary constraints - conflicts : 0 supports : 22
125.21/126.47	c Binary constraints - conflicts : 0 supports :0
125.21/126.47	c max arity constraint : 13
125.21/126.47	c Max Tuples generated 0
125.21/126.47	c relations : 2
125.21/126.47	c relations BDD: 2
125.21/126.47	c sampling 0/0
125.21/126.47	c vars : 988893 - clauses :  3613284
125.21/126.47	
125.27/126.53	 
125.27/126.53	c --- SAT Solver Stats ---
125.27/126.53	 
125.27/126.53	c eSAT 0.1 : minisat core with additionnal features
125.27/126.53	c ============================[ Problem Statistics ]=============================
125.27/126.53	c |                                                                             |
125.27/126.53	c |  Number of variables:  988892                                               |
125.27/126.53	c |  Number of clauses:    3613284                                              |
130.67/131.94	c |  Parsing time:         4.95         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-1076585-1215188426/watcher-1076585-1215188426 -o /tmp/evaluation-result-1076585-1215188426/solver-1076585-1215188426 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1076585-1215188426.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.98 4/72 31362
/proc/meminfo: memFree=1340552/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=8652 CPUtime=0
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 130512732 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31362/statm: 2163 280 208 79 0 156 0
[pid=31363] ppid=31362 vsize=8688 CPUtime=0
/proc/31363/stat : 31363 (galacE.sh) R 31362 31362 28464 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 130512732 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 233588714143 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/31363/statm: 2172 288 210 79 0 165 0
[pid=31366] ppid=31363 vsize=8688 CPUtime=0
/proc/31366/stat : 31366 (galacE.sh) R 31363 31362 28464 0 -1 4194368 10 0 0 0 0 0 0 0 16 0 1 0 130512733 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 233588882098 0 0 4096 73728 0 0 0 17 1 0 0
/proc/31366/statm: 2175 289 210 79 0 168 0

[startup+0.0321599 s]
/proc/loadavg: 1.92 1.98 1.98 4/72 31362
/proc/meminfo: memFree=1340552/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101354 s]
/proc/loadavg: 1.92 1.98 1.98 4/72 31362
/proc/meminfo: memFree=1340552/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301374 s]
/proc/loadavg: 1.92 1.98 1.98 4/72 31362
/proc/meminfo: memFree=1340552/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701408 s]
/proc/loadavg: 1.92 1.98 1.98 4/72 31362
/proc/meminfo: memFree=1340552/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50149 s]
/proc/loadavg: 1.92 1.98 1.98 4/82 31384
/proc/meminfo: memFree=1254520/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31376] ppid=31362 vsize=812624 CPUtime=1.45
/proc/31376/stat : 31376 (java) S 31362 31362 28464 0 -1 0 24625 0 1 0 134 11 0 0 19 0 9 0 130512735 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 203156 24051 1881 9 0 197138 0
[pid=31376/tid=31377] ppid=31362 vsize=812624 CPUtime=1.22
/proc/31376/task/31377/stat : 31377 (java) R 31362 31362 28464 0 -1 64 14454 0 1 0 116 6 0 0 25 0 9 0 130512736 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4126767739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31362 vsize=812624 CPUtime=0.07
/proc/31376/task/31378/stat : 31378 (java) S 31362 31362 28464 0 -1 64 8711 0 0 0 4 3 0 0 16 0 9 0 130512737 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31362 vsize=812624 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31362 31362 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130512737 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31362 vsize=812624 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31362 31362 28464 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 130512737 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31362 vsize=812624 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31362 31362 28464 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 130512740 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31362 vsize=812624 CPUtime=0.13
/proc/31376/task/31382/stat : 31382 (java) S 31362 31362 28464 0 -1 64 761 0 0 0 13 0 0 0 16 0 9 0 130512740 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31362 vsize=812624 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 130512740 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31362 vsize=812624 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130512740 832126976 24051 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860192

[startup+3.10266 s]
/proc/loadavg: 1.92 1.98 1.98 3/82 31384
/proc/meminfo: memFree=1238136/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31376] ppid=31362 vsize=812736 CPUtime=3.03
/proc/31376/stat : 31376 (java) S 31362 31362 28464 0 -1 0 27941 0 1 0 291 12 0 0 19 0 9 0 130512735 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 203184 27365 1885 9 0 197166 0
[pid=31376/tid=31377] ppid=31362 vsize=812736 CPUtime=2.73
/proc/31376/task/31377/stat : 31377 (java) R 31362 31362 28464 0 -1 64 14477 0 1 0 267 6 0 0 25 0 9 0 130512736 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4126812827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31362 vsize=812736 CPUtime=0.12
/proc/31376/task/31378/stat : 31378 (java) S 31362 31362 28464 0 -1 64 11990 0 0 0 8 4 0 0 16 0 9 0 130512737 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31362 31362 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130512737 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31362 31362 28464 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 130512737 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31362 31362 28464 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 130512740 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31362 vsize=812736 CPUtime=0.15
/proc/31376/task/31382/stat : 31382 (java) S 31362 31362 28464 0 -1 64 775 0 0 0 15 0 0 0 16 0 9 0 130512740 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 130512740 832241664 27365 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130512740 832241664 27365 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) 860304

[startup+6.30298 s]
/proc/loadavg: 1.93 1.98 1.98 3/82 31384
/proc/meminfo: memFree=1236992/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31376] ppid=31362 vsize=812736 CPUtime=6.19
/proc/31376/stat : 31376 (java) S 31362 31362 28464 0 -1 0 27958 0 1 0 607 12 0 0 19 0 9 0 130512735 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 203184 27379 1887 9 0 197166 0
[pid=31376/tid=31377] ppid=31362 vsize=812736 CPUtime=5.86
/proc/31376/task/31377/stat : 31377 (java) R 31362 31362 28464 0 -1 64 14483 0 1 0 580 6 0 0 25 0 9 0 130512736 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31362 vsize=812736 CPUtime=0.13
/proc/31376/task/31378/stat : 31378 (java) R 31362 31362 28464 0 -1 64 11991 0 0 0 9 4 0 0 16 0 9 0 130512737 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31362 31362 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130512737 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31362 31362 28464 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 130512737 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31362 31362 28464 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 130512740 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31362 vsize=812736 CPUtime=0.17
/proc/31376/task/31382/stat : 31382 (java) S 31362 31362 28464 0 -1 64 785 0 0 0 17 0 0 0 15 0 9 0 130512740 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 130512740 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130512740 832241664 27379 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860304

[startup+12.7026 s]
/proc/loadavg: 1.93 1.98 1.98 3/82 31384
/proc/meminfo: memFree=1195264/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31376] ppid=31362 vsize=812736 CPUtime=12.54
/proc/31376/stat : 31376 (java) S 31362 31362 28464 0 -1 0 37660 0 1 0 1234 20 0 0 19 0 9 0 130512735 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 203184 37068 1909 9 0 197166 0
[pid=31376/tid=31377] ppid=31362 vsize=812736 CPUtime=11.64
/proc/31376/task/31377/stat : 31377 (java) R 31362 31362 28464 0 -1 64 14538 0 1 0 1156 8 0 0 25 0 9 0 130512736 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4126665612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31362 vsize=812736 CPUtime=0.64
/proc/31376/task/31378/stat : 31378 (java) S 31362 31362 28464 0 -1 64 21596 0 0 0 54 10 0 0 16 0 9 0 130512737 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31362 31362 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130512737 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31362 31362 28464 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 130512737 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31362 31362 28464 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 130512740 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31362 vsize=812736 CPUtime=0.23
/proc/31376/task/31382/stat : 31382 (java) S 31362 31362 28464 0 -1 64 827 0 0 0 23 0 0 0 15 0 9 0 130512740 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 130512740 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130512740 832241664 37068 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860304

[startup+25.5019 s]
/proc/loadavg: 1.95 1.98 1.98 3/82 31384
/proc/meminfo: memFree=1186880/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=0.01
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31376] ppid=31362 vsize=812736 CPUtime=25.22
/proc/31376/stat : 31376 (java) S 31362 31362 28464 0 -1 0 37862 0 1 0 2497 25 0 0 19 0 9 0 130512735 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31376/statm: 203184 37247 1909 9 0 197166 0
[pid=31376/tid=31377] ppid=31362 vsize=812736 CPUtime=24.27
/proc/31376/task/31377/stat : 31377 (java) R 31362 31362 28464 0 -1 64 14561 0 1 0 2414 13 0 0 25 0 9 0 130512736 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4126931956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31378] ppid=31362 vsize=812736 CPUtime=0.67
/proc/31376/task/31378/stat : 31378 (java) S 31362 31362 28464 0 -1 64 21772 0 0 0 57 10 0 0 16 0 9 0 130512737 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31379] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31379/stat : 31379 (java) S 31362 31362 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130512737 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31380] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31380/stat : 31380 (java) S 31362 31362 28464 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 130512737 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31381] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31381/stat : 31381 (java) S 31362 31362 28464 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 130512740 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31382] ppid=31362 vsize=812736 CPUtime=0.24
/proc/31376/task/31382/stat : 31382 (java) S 31362 31362 28464 0 -1 64 830 0 0 0 24 0 0 0 15 0 9 0 130512740 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31383] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31383/stat : 31383 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 130512740 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31376/tid=31384] ppid=31362 vsize=812736 CPUtime=0
/proc/31376/task/31384/stat : 31384 (java) S 31362 31362 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130512740 832241664 37247 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23

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

/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1180.79
Current children cumulated vsize (KiB) 579136

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 31385
/proc/meminfo: memFree=748224/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1115.47
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145925 0 0 0 111469 78 0 0 25 0 1 0 130525385 544325632 128701 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1240.78
Current children cumulated vsize (KiB) 579136

[startup+1302.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/95 31440
/proc/meminfo: memFree=635288/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1175.22
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145925 0 0 0 117444 78 0 0 25 0 1 0 130525385 544325632 128701 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1300.53
Current children cumulated vsize (KiB) 579136

[startup+1362.3 s]
/proc/loadavg: 2.16 2.05 2.02 3/95 31440
/proc/meminfo: memFree=635224/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1234.3
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145925 0 0 0 123352 78 0 0 25 0 1 0 130525385 544325632 128701 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1359.61
Current children cumulated vsize (KiB) 579136

[startup+1422.31 s]
/proc/loadavg: 2.13 2.06 2.02 3/95 31440
/proc/meminfo: memFree=635096/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1293.42
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145925 0 0 0 129264 78 0 0 25 0 1 0 130525385 544325632 128701 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1418.73
Current children cumulated vsize (KiB) 579136

[startup+1482.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/95 31440
/proc/meminfo: memFree=634968/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1352.54
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145925 0 0 0 135175 79 0 0 25 0 1 0 130525385 544325632 128701 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1477.85
Current children cumulated vsize (KiB) 579136

[startup+1542.3 s]
/proc/loadavg: 2.26 2.11 2.03 3/95 31440
/proc/meminfo: memFree=634968/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1411.65
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145925 0 0 0 141086 79 0 0 25 0 1 0 130525385 544325632 128701 996147200 134512640 135177480 4294955968 18446744073709551615 134565289 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128701 79 162 0 132727 0
Current children cumulated CPU time (s) 1536.96
Current children cumulated vsize (KiB) 579136

[startup+1602.3 s]
/proc/loadavg: 2.45 2.18 2.06 3/95 31440
/proc/meminfo: memFree=634840/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1470.76
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145943 0 0 0 146997 79 0 0 25 0 1 0 130525385 544325632 128719 996147200 134512640 135177480 4294955968 18446744073709551615 134547815 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128719 79 162 0 132727 0
Current children cumulated CPU time (s) 1596.07
Current children cumulated vsize (KiB) 579136

[startup+1662.3 s]
/proc/loadavg: 2.32 2.20 2.07 3/95 31440
/proc/meminfo: memFree=634776/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1529.87
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145943 0 0 0 152908 79 0 0 25 0 1 0 130525385 544325632 128719 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128719 79 162 0 132727 0
Current children cumulated CPU time (s) 1655.18
Current children cumulated vsize (KiB) 579136

[startup+1722.3 s]
/proc/loadavg: 2.12 2.16 2.07 3/95 31440
/proc/meminfo: memFree=634840/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1588.98
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145943 0 0 0 158819 79 0 0 25 0 1 0 130525385 544325632 128719 996147200 134512640 135177480 4294955968 18446744073709551615 134565509 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128719 79 162 0 132727 0
Current children cumulated CPU time (s) 1714.29
Current children cumulated vsize (KiB) 579136

[startup+1782.3 s]
/proc/loadavg: 2.04 2.13 2.06 3/95 31440
/proc/meminfo: memFree=634776/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1648.09
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145943 0 0 0 164730 79 0 0 25 0 1 0 130525385 544325632 128719 996147200 134512640 135177480 4294955968 18446744073709551615 134547878 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128719 79 162 0 132727 0
Current children cumulated CPU time (s) 1773.4
Current children cumulated vsize (KiB) 579136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.02 2.12 2.06 3/95 31440
/proc/meminfo: memFree=634776/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1674.7
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145943 0 0 0 167391 79 0 0 25 0 1 0 130525385 544325632 128719 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128719 79 162 0 132727 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 579136

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

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

[startup+1809.3 s]
/proc/loadavg: 2.02 2.12 2.06 3/95 31440
/proc/meminfo: memFree=634776/2055920 swapFree=4192812/4192956
[pid=31362] ppid=31360 vsize=47568 CPUtime=125.31
/proc/31362/stat : 31362 (galacE.sh) S 31360 31362 28464 0 -1 4194304 798 39757 0 1 0 0 12464 67 17 0 1 0 130512732 48709632 363 996147200 4194304 4520092 548682068832 18446744073709551615 233588321114 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/31362/statm: 11892 363 244 79 0 219 0
[pid=31385] ppid=31362 vsize=531568 CPUtime=1674.7
/proc/31385/stat : 31385 (eSAT_static) R 31362 31362 28464 0 -1 4194304 145943 0 0 0 167391 79 0 0 25 0 1 0 130525385 544325632 128719 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/31385/statm: 132892 128719 79 162 0 132727 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 579136

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31362 and gives
#  childrusage.ru_utime.tv_sec=124
#  childrusage.ru_utime.tv_usec=647050
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=679896
# CPU time returned by wait4() is 125.327
# 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): 1809.31
CPU time (s): 1800.01
CPU user time (s): 1798.55
CPU system time (s): 1.46
CPU usage (%): 99.4857
Max. virtual memory (cumulated for all children) (KiB): 860304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.647
system time used= 0.679896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40555
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= 5128
involuntary context switches= 7862

runsolver used 1.83272 second user time and 5.36218 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 18:20:26
IDJOB=1076585
IDBENCH=56593
IDSOLVER=351
FILE ID=node27/1076585-1215188426
PBS_JOBID= 7881509
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e7630fe2f04ca6e2f2045ce4fd306035
RANDOM SEED=2067268034

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1340968 kB
Buffers:         81320 kB
Cached:         533876 kB
SwapCached:          0 kB
Active:         286352 kB
Inactive:       355524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5696 kB
Writeback:           0 kB
Mapped:          39420 kB
Slab:            58640 kB
Committed_AS:   312000 kB
PageTables:       1516 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node27 at 2008-07-04 18:50:37