Trace number 1075918

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 ESAT 168.189 169.825

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-8_ext.xml
MD5SUM9d0c9e082e533940732de8cf42d70b3e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.359944
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
1.15/1.23	c start processing
1.15/1.23	c start relation processing
3.04/3.12	c start cnf exporting
24.52/24.83	c parsing time : 1.097
24.52/24.83	c preprocessing time : 24.698
24.52/24.83	
24.52/24.83	c Nary constraints - conflicts : 0 supports : 12
24.52/24.83	c Binary constraints - conflicts : 0 supports :0
24.52/24.83	c max arity constraint : 8
24.52/24.83	c Max Tuples generated 0
24.52/24.83	c relations : 2
24.52/24.83	c relations BDD: 2
24.52/24.83	c sampling 0/0
24.52/24.83	c vars : 163817 - clauses :  617552
24.52/24.83	
24.52/24.86	 
24.52/24.86	c --- SAT Solver Stats ---
24.52/24.86	 
24.52/24.86	c eSAT 0.1 : minisat core with additionnal features
24.52/24.86	c ============================[ Problem Statistics ]=============================
24.52/24.86	c |                                                                             |
24.52/24.86	c |  Number of variables:  163816                                               |
24.52/24.86	c |  Number of clauses:    617552                                               |
25.30/25.69	c |  Parsing time:         0.73         s                                       |
165.97/167.67	c restarts              : 494
165.97/167.67	c conflicts             : 20049          (142 /sec)
165.97/167.67	c decisions             : 238911         (36.09 % random) (1691 /sec)
165.97/167.67	c euip                  : 2254        
165.97/167.67	c propagations          : 124953829      (884250 /sec)
165.97/167.67	c conflict literals     : 1004653        (36.04 % deleted)
165.97/167.67	c Memory used           : 93.66 MB
165.97/167.67	c CPU time              : 141.311 s
165.97/167.67	c 
166.07/167.73	s SATISFIABLE
168.13/169.81	v 0 19 19 14 17 13 4 24 21 4 17 12 14 20 11 0 4 19 14 8 11 4 4 18 2 0 20 19 4 17 4 18

Verifier Data (download as text)

OK

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-1075918-1215182587/watcher-1075918-1215182587 -o /tmp/evaluation-result-1075918-1215182587/solver-1075918-1215182587 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1075918-1215182587.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.94 1.98 1.99 4/81 11248
/proc/meminfo: memFree=1788192/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=8560 CPUtime=0
/proc/11248/stat : 11248 (galacE.sh) R 11246 11248 9349 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 1997234092 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 233632941967 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11248/statm: 2140 254 197 79 0 133 0

[startup+0.102734 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11248
/proc/meminfo: memFree=1788192/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.201742 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11248
/proc/meminfo: memFree=1788192/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301753 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11248
/proc/meminfo: memFree=1788192/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701783 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11248
/proc/meminfo: memFree=1788192/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50285 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 11270
/proc/meminfo: memFree=1705744/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11262] ppid=11248 vsize=812628 CPUtime=1.44
/proc/11262/stat : 11262 (java) S 11248 11248 9349 0 -1 0 22856 0 1 0 131 13 0 0 19 0 9 0 1997234097 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11262/statm: 203157 22282 1885 9 0 197138 0
[pid=11262/tid=11263] ppid=11248 vsize=812628 CPUtime=1.21
/proc/11262/task/11263/stat : 11263 (java) R 11248 11248 9349 0 -1 64 14472 0 1 0 113 8 0 0 25 0 9 0 1997234098 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4126777911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11264] ppid=11248 vsize=812628 CPUtime=0.05
/proc/11262/task/11264/stat : 11264 (java) S 11248 11248 9349 0 -1 64 6923 0 0 0 3 2 0 0 16 0 9 0 1997234099 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11265] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11265/stat : 11265 (java) S 11248 11248 9349 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997234099 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11266] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11266/stat : 11266 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997234099 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11267] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11267/stat : 11267 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997234101 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11268] ppid=11248 vsize=812628 CPUtime=0.13
/proc/11262/task/11268/stat : 11268 (java) S 11248 11248 9349 0 -1 64 762 0 0 0 13 0 0 0 16 0 9 0 1997234101 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11269] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11269/stat : 11269 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997234101 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11270] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11270/stat : 11270 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997234101 832131072 22282 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860192

[startup+3.10298 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 11270
/proc/meminfo: memFree=1705424/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11262] ppid=11248 vsize=812628 CPUtime=3.03
/proc/11262/stat : 11262 (java) S 11248 11248 9349 0 -1 0 23154 0 1 0 290 13 0 0 19 0 9 0 1997234097 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11262/statm: 203157 22577 1887 9 0 197138 0
[pid=11262/tid=11263] ppid=11248 vsize=812628 CPUtime=2.77
/proc/11262/task/11263/stat : 11263 (java) R 11248 11248 9349 0 -1 64 14476 0 1 0 269 8 0 0 25 0 9 0 1997234098 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4126788315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11264] ppid=11248 vsize=812628 CPUtime=0.06
/proc/11262/task/11264/stat : 11264 (java) S 11248 11248 9349 0 -1 64 7204 0 0 0 4 2 0 0 16 0 9 0 1997234099 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11265] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11265/stat : 11265 (java) S 11248 11248 9349 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1997234099 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11266] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11266/stat : 11266 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997234099 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11267] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11267/stat : 11267 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997234101 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11268] ppid=11248 vsize=812628 CPUtime=0.16
/proc/11262/task/11268/stat : 11268 (java) S 11248 11248 9349 0 -1 64 775 0 0 0 16 0 0 0 16 0 9 0 1997234101 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11269] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11269/stat : 11269 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997234101 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11270] ppid=11248 vsize=812628 CPUtime=0
/proc/11262/task/11270/stat : 11270 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997234101 832131072 22577 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860192

[startup+6.30124 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 11270
/proc/meminfo: memFree=1685136/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11262] ppid=11248 vsize=812760 CPUtime=6.19
/proc/11262/stat : 11262 (java) S 11248 11248 9349 0 -1 0 27665 0 1 0 601 18 0 0 19 0 9 0 1997234097 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11262/statm: 203190 27079 1907 9 0 197171 0
[pid=11262/tid=11263] ppid=11248 vsize=812760 CPUtime=5.64
/proc/11262/task/11263/stat : 11263 (java) R 11248 11248 9349 0 -1 64 14527 0 1 0 555 9 0 0 25 0 9 0 1997234098 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4126592332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11264] ppid=11248 vsize=812760 CPUtime=0.29
/proc/11262/task/11264/stat : 11264 (java) S 11248 11248 9349 0 -1 64 11619 0 0 0 23 6 0 0 16 0 9 0 1997234099 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11265] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11265/stat : 11265 (java) S 11248 11248 9349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997234099 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11266] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11266/stat : 11266 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997234099 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11267] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11267/stat : 11267 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11268] ppid=11248 vsize=812760 CPUtime=0.23
/proc/11262/task/11268/stat : 11268 (java) S 11248 11248 9349 0 -1 64 820 0 0 0 22 1 0 0 15 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11269] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11269/stat : 11269 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11270] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11270/stat : 11270 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860324

[startup+12.7028 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 11270
/proc/meminfo: memFree=1681616/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=0.01
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11262] ppid=11248 vsize=812760 CPUtime=12.53
/proc/11262/stat : 11262 (java) S 11248 11248 9349 0 -1 0 27676 0 1 0 1233 20 0 0 19 0 9 0 1997234097 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11262/statm: 203190 27079 1907 9 0 197171 0
[pid=11262/tid=11263] ppid=11248 vsize=812760 CPUtime=11.97
/proc/11262/task/11263/stat : 11263 (java) R 11248 11248 9349 0 -1 64 14538 0 1 0 1186 11 0 0 25 0 9 0 1997234098 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4126637559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11264] ppid=11248 vsize=812760 CPUtime=0.3
/proc/11262/task/11264/stat : 11264 (java) S 11248 11248 9349 0 -1 64 11619 0 0 0 24 6 0 0 16 0 9 0 1997234099 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11265] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11265/stat : 11265 (java) S 11248 11248 9349 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997234099 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11266] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11266/stat : 11266 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997234099 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11267] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11267/stat : 11267 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11268] ppid=11248 vsize=812760 CPUtime=0.23
/proc/11262/task/11268/stat : 11268 (java) S 11248 11248 9349 0 -1 64 820 0 0 0 22 1 0 0 15 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11269] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11269/stat : 11269 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11262/tid=11270] ppid=11248 vsize=812760 CPUtime=0
/proc/11262/task/11270/stat : 11270 (java) S 11248 11248 9349 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997234101 832266240 27079 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860324

[startup+25.5018 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 11271
/proc/meminfo: memFree=1744720/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=24.58
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 799 29408 0 1 0 0 2429 29 17 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11271] ppid=11248 vsize=46588 CPUtime=0.62
/proc/11271/stat : 11271 (eSAT_static) R 11248 11248 9349 0 -1 4194304 10691 0 0 0 55 7 0 0 23 0 1 0 1997236579 47706112 10673 996147200 134512640 135177480 4294955968 18446744073709551615 134750629 0 0 4096 3 0 0 0 17 1 0 0
/proc/11271/statm: 11647 10673 62 162 0 11482 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 94152

[startup+51.1019 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 11271
/proc/meminfo: memFree=1687056/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=24.58
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 799 29408 0 1 0 0 2429 29 17 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11271] ppid=11248 vsize=95092 CPUtime=25.99
/proc/11271/stat : 11271 (eSAT_static) R 11248 11248 9349 0 -1 4194304 25052 0 0 0 2583 16 0 0 25 0 1 0 1997236579 97374208 22099 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/11271/statm: 23773 22099 80 162 0 23608 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 142656

[startup+102.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11271
/proc/meminfo: memFree=1686928/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=24.58
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 799 29408 0 1 0 0 2429 29 17 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11271] ppid=11248 vsize=95444 CPUtime=76.71
/proc/11271/stat : 11271 (eSAT_static) R 11248 11248 9349 0 -1 4194304 25104 0 0 0 7655 16 0 0 25 0 1 0 1997236579 97734656 22151 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/11271/statm: 23861 22151 80 162 0 23696 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 143008

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11271
/proc/meminfo: memFree=1686928/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=24.58
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 799 29408 0 1 0 0 2429 29 17 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11271] ppid=11248 vsize=95444 CPUtime=136.14
/proc/11271/stat : 11271 (eSAT_static) R 11248 11248 9349 0 -1 4194304 25112 0 0 0 13598 16 0 0 25 0 1 0 1997236579 97734656 22159 996147200 134512640 135177480 4294955968 18446744073709551615 134565694 0 0 4096 3 0 0 0 17 1 0 0
/proc/11271/statm: 23861 22159 80 162 0 23696 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 143008

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

[startup+166.402 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11271
/proc/meminfo: memFree=1686800/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=24.58
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 799 29408 0 1 0 0 2429 29 17 0 1 0 1997234092 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/11248/statm: 11891 364 245 79 0 219 0
[pid=11271] ppid=11248 vsize=95444 CPUtime=140.2
/proc/11271/stat : 11271 (eSAT_static) R 11248 11248 9349 0 -1 4194304 25113 0 0 0 14004 16 0 0 25 0 1 0 1997236579 97734656 22160 996147200 134512640 135177480 4294955968 18446744073709551615 134565391 0 0 4096 3 0 0 0 17 1 0 0
/proc/11271/statm: 23861 22160 80 162 0 23696 0
Current children cumulated CPU time (s) 164.78
Current children cumulated vsize (KiB) 143008

[startup+168.002 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11271
/proc/meminfo: memFree=1686800/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=166.13
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 835 54662 0 1 0 0 16566 47 16 0 1 0 1997234092 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11248/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 166.13
Current children cumulated vsize (KiB) 47564

[startup+168.802 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 11280
/proc/meminfo: memFree=1753360/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=166.13
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 835 54662 0 1 0 0 16566 47 16 0 1 0 1997234092 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11248/statm: 11891 365 245 79 0 219 0
[pid=11272] ppid=11248 vsize=812676 CPUtime=1.02
/proc/11272/stat : 11272 (java) S 11248 11248 9349 0 -1 0 18277 0 1 0 92 10 0 0 18 0 9 0 1997250868 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11272/statm: 203169 17699 1865 9 0 197150 0
[pid=11272/tid=11273] ppid=11248 vsize=812676 CPUtime=0.87
/proc/11272/task/11273/stat : 11273 (java) R 11248 11248 9349 0 -1 64 14367 0 1 0 79 8 0 0 25 0 9 0 1997250869 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4126672951 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11274] ppid=11248 vsize=812676 CPUtime=0.01
/proc/11272/task/11274/stat : 11274 (java) S 11248 11248 9349 0 -1 64 2434 0 0 0 1 0 0 0 17 0 9 0 1997250871 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11275] ppid=11248 vsize=812676 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11248 11248 9349 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997250871 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11276] ppid=11248 vsize=812676 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997250871 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11277] ppid=11248 vsize=812676 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997250873 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11278] ppid=11248 vsize=812676 CPUtime=0.11
/proc/11272/task/11278/stat : 11278 (java) S 11248 11248 9349 0 -1 64 766 0 0 0 11 0 0 0 16 0 9 0 1997250873 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11279] ppid=11248 vsize=812676 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11248 11248 9349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997250873 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11280] ppid=11248 vsize=812676 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) S 11248 11248 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997250873 832180224 17699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.15
Current children cumulated vsize (KiB) 860240

[startup+169.602 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 11280
/proc/meminfo: memFree=1709776/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=166.13
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 835 54662 0 1 0 0 16566 47 16 0 1 0 1997234092 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11248/statm: 11891 365 245 79 0 219 0
[pid=11272] ppid=11248 vsize=812788 CPUtime=1.81
/proc/11272/stat : 11272 (java) S 11248 11248 9349 0 -1 0 18549 0 1 0 171 10 0 0 18 0 9 0 1997250868 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11272/statm: 203197 17928 1922 9 0 197150 0
[pid=11272/tid=11273] ppid=11248 vsize=812788 CPUtime=1.62
/proc/11272/task/11273/stat : 11273 (java) R 11248 11248 9349 0 -1 64 14528 0 1 0 154 8 0 0 23 0 9 0 1997250869 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4126773114 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11274] ppid=11248 vsize=812788 CPUtime=0.02
/proc/11272/task/11274/stat : 11274 (java) S 11248 11248 9349 0 -1 64 2522 0 0 0 2 0 0 0 16 0 9 0 1997250871 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11275] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11248 11248 9349 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997250871 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11276] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997250871 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11277] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997250873 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11278] ppid=11248 vsize=812788 CPUtime=0.14
/proc/11272/task/11278/stat : 11278 (java) S 11248 11248 9349 0 -1 64 789 0 0 0 14 0 0 0 16 0 9 0 1997250873 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11279] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11248 11248 9349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997250873 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11280] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) S 11248 11248 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997250873 832294912 17928 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.94
Current children cumulated vsize (KiB) 860352

[startup+169.802 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 11280
/proc/meminfo: memFree=1709776/2055920 swapFree=4180472/4192956
[pid=11248] ppid=11246 vsize=47564 CPUtime=166.13
/proc/11248/stat : 11248 (galacE.sh) S 11246 11248 9349 0 -1 4194304 842 54662 0 1 0 0 16566 47 16 0 1 0 1997234092 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 233632923730 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/11248/statm: 11891 366 245 79 0 219 0
[pid=11272] ppid=11248 vsize=812788 CPUtime=2
/proc/11272/stat : 11272 (java) S 11248 11248 9349 0 -1 0 18553 0 1 0 190 10 0 0 18 0 9 0 1997250868 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11272/statm: 203197 17931 1922 9 0 197150 0
[pid=11272/tid=11273] ppid=11248 vsize=812788 CPUtime=1.81
/proc/11272/task/11273/stat : 11273 (java) S 11248 11248 9349 0 -1 64 14530 0 1 0 173 8 0 0 25 0 9 0 1997250869 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11274] ppid=11248 vsize=812788 CPUtime=0.02
/proc/11272/task/11274/stat : 11274 (java) S 11248 11248 9349 0 -1 64 2522 0 0 0 2 0 0 0 16 0 9 0 1997250871 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11275] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11275/stat : 11275 (java) S 11248 11248 9349 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1997250871 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11276] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11276/stat : 11276 (java) S 11248 11248 9349 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997250871 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11277] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11277/stat : 11277 (java) S 11248 11248 9349 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997250873 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11278] ppid=11248 vsize=812788 CPUtime=0.14
/proc/11272/task/11278/stat : 11278 (java) S 11248 11248 9349 0 -1 64 791 0 0 0 14 0 0 0 16 0 9 0 1997250873 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11279] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11279/stat : 11279 (java) S 11248 11248 9349 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997250873 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=11272/tid=11280] ppid=11248 vsize=812788 CPUtime=0
/proc/11272/task/11280/stat : 11280 (java) S 11248 11248 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997250873 832294912 17931 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.13
Current children cumulated vsize (KiB) 860352

Child status: 0
Real time (s): 169.825
CPU time (s): 168.189
CPU user time (s): 167.576
CPU system time (s): 0.613906
CPU usage (%): 99.0369
Max. virtual memory (cumulated for all children) (KiB): 860352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.576
system time used= 0.613906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74254
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2608
involuntary context switches= 9252

runsolver used 0.208968 second user time and 0.577912 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 16:43:07
IDJOB=1075918
IDBENCH=56551
IDSOLVER=351
FILE ID=node3/1075918-1215182587
PBS_JOBID= 7881527
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d0c9e082e533940732de8cf42d70b3e
RANDOM SEED=1997336467

node3.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.232
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.232
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:       1788672 kB
Buffers:         38772 kB
Cached:         122876 kB
SwapCached:       6516 kB
Active:         158704 kB
Inactive:        52384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788672 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            4284 kB
Writeback:           0 kB
Mapped:          63348 kB
Slab:            41188 kB
Committed_AS:  4128556 kB
PageTables:       1960 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= 66552 MiB
End job on node3 at 2008-07-04 16:45:57