Trace number 1055262

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 507.081 510.208

General information on the benchmark

Namecsp/jobShop-e0ddr1/
normalized-e0ddr1-10-by-5-7.xml
MD5SUMa6a49020f8ee266e49d13048f93c5cc5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035993
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints265
Maximum constraint arity2
Maximum domain size118
Number of constraints which are defined in extension0
Number of constraints which are defined in intension265
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
5.40/5.55	c start processing
5.40/5.55	c start relation processing
5.89/6.03	c start cnf exporting
22.83/23.12	c parsing time : 5.422
22.83/23.12	c preprocessing time : 22.998
22.83/23.12	
22.83/23.12	c Nary constraints - conflicts : 0 supports : 0
22.83/23.12	c Binary constraints - conflicts : 265 supports :0
22.83/23.12	c max arity constraint : 2
22.83/23.12	c Max Tuples generated 13924
22.83/23.12	c relations : 264
22.83/23.12	c relations BDD: 0
22.83/23.12	c sampling 225/260
22.83/23.12	c vars : 5421 - clauses :  856039
22.83/23.12	
22.83/23.18	 
22.83/23.18	c --- SAT Solver Stats ---
22.83/23.18	 
22.83/23.18	c eSAT 0.1 : minisat core with additionnal features
22.83/23.18	c ============================[ Problem Statistics ]=============================
22.83/23.18	c |                                                                             |
22.83/23.19	c |  Number of variables:  5420                                                 |
22.83/23.19	c |  Number of clauses:    856039                                               |
22.89/23.68	c |  Parsing time:         0.43         s                                       |
506.39/509.55	c restarts              : 111
506.39/509.55	c conflicts             : 1151           (2 /sec)
506.39/509.55	c decisions             : 65729          (66.87 % random) (136 /sec)
506.39/509.55	c euip                  : 339         
506.39/509.55	c propagations          : 387093         (801 /sec)
506.39/509.55	c conflict literals     : 141811         (4.79 % deleted)
506.39/509.55	c Memory used           : 73.62 MB
506.39/509.55	c CPU time              : 483.409 s
506.39/509.55	c 
506.39/509.55	s SATISFIABLE
506.47/510.19	v 6 73 111 123 133 14 87 123 135 138 0 8 13 52 115 20 46 57 76 108 13 23 34 59 104 2 15 24 138 142 55 77 98 113 126 2 35 46 66 135 6 46 85 95 122 10 29 72 117 144

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-1055262-1215059360/watcher-1055262-1215059360 -o /tmp/evaluation-result-1055262-1215059360/solver-1055262-1215059360 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1055262-1215059360.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: 2.05 2.06 2.02 4/81 17210
/proc/meminfo: memFree=1855200/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=8652 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1984909037 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 2163 280 208 79 0 156 0
[pid=17211] ppid=17210 vsize=8688 CPUtime=0
/proc/17211/stat : 17211 (galacE.sh) S 17210 17210 16274 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 1984909038 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/17211/statm: 2172 286 209 79 0 165 0
[pid=17212] ppid=17211 vsize=8728 CPUtime=0
/proc/17212/stat : 17212 (galacE.sh) R 17211 17210 16274 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1984909038 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 209135922471 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/17212/statm: 2182 290 209 79 0 175 0

[startup+0.04175 s]
/proc/loadavg: 2.05 2.06 2.02 4/81 17210
/proc/meminfo: memFree=1855200/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.104285 s]
/proc/loadavg: 2.05 2.06 2.02 4/81 17210
/proc/meminfo: memFree=1855200/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.301303 s]
/proc/loadavg: 2.05 2.06 2.02 4/81 17210
/proc/meminfo: memFree=1855200/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+0.70134 s]
/proc/loadavg: 2.05 2.06 2.02 4/81 17210
/proc/meminfo: memFree=1855200/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47552

[startup+1.50241 s]
/proc/loadavg: 2.05 2.06 2.02 4/91 17232
/proc/meminfo: memFree=1810832/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17224] ppid=17210 vsize=812512 CPUtime=1.44
/proc/17224/stat : 17224 (java) S 17210 17210 16274 0 -1 0 15864 0 1 0 136 8 0 0 18 0 9 0 1984909041 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 203128 15079 2586 9 0 197162 0
[pid=17224/tid=17225] ppid=17210 vsize=812512 CPUtime=0.79
/proc/17224/task/17225/stat : 17225 (java) R 17210 17210 16274 0 -1 64 7520 0 1 0 75 4 0 0 25 0 9 0 1984909042 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4126726724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17210 vsize=812512 CPUtime=0.46
/proc/17224/task/17226/stat : 17226 (java) S 17210 17210 16274 0 -1 64 6860 0 0 0 44 2 0 0 16 0 9 0 1984909043 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17210 vsize=812512 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17210 17210 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984909043 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17210 vsize=812512 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17210 17210 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984909043 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17210 vsize=812512 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17210 17210 16274 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984909045 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17210 vsize=812512 CPUtime=0.16
/proc/17224/task/17230/stat : 17230 (java) S 17210 17210 16274 0 -1 64 782 0 0 0 16 0 0 0 15 0 9 0 1984909045 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17210 vsize=812512 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984909045 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17210 vsize=812512 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984909045 832012288 15079 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860064

[startup+3.10155 s]
/proc/loadavg: 2.05 2.06 2.02 3/91 17232
/proc/meminfo: memFree=1798992/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17224] ppid=17210 vsize=812596 CPUtime=3.03
/proc/17224/stat : 17224 (java) S 17210 17210 16274 0 -1 0 18704 0 1 0 293 10 0 0 18 0 9 0 1984909041 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 203149 17906 2588 9 0 197183 0
[pid=17224/tid=17225] ppid=17210 vsize=812596 CPUtime=1.25
/proc/17224/task/17225/stat : 17225 (java) R 17210 17210 16274 0 -1 64 7533 0 1 0 121 4 0 0 25 0 9 0 1984909042 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17210 vsize=812596 CPUtime=1.54
/proc/17224/task/17226/stat : 17226 (java) R 17210 17210 16274 0 -1 64 9667 0 0 0 151 3 0 0 17 0 9 0 1984909043 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 103737193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17210 17210 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984909043 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17210 17210 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984909043 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17210 17210 16274 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984909045 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17210 vsize=812596 CPUtime=0.19
/proc/17224/task/17230/stat : 17230 (java) S 17210 17210 16274 0 -1 64 802 0 0 0 19 0 0 0 15 0 9 0 1984909045 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984909045 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984909045 832098304 17906 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860148

[startup+6.30283 s]
/proc/loadavg: 2.12 2.08 2.02 4/91 17232
/proc/meminfo: memFree=1782544/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17224] ppid=17210 vsize=812596 CPUtime=6.19
/proc/17224/stat : 17224 (java) S 17210 17210 16274 0 -1 0 21667 0 1 0 608 11 0 0 18 0 9 0 1984909041 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 203149 20582 2589 9 0 197183 0
[pid=17224/tid=17225] ppid=17210 vsize=812596 CPUtime=2.24
/proc/17224/task/17225/stat : 17225 (java) R 17210 17210 16274 0 -1 64 7573 0 1 0 219 5 0 0 22 0 9 0 1984909042 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4126122613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17210 vsize=812596 CPUtime=3.67
/proc/17224/task/17226/stat : 17226 (java) S 17210 17210 16274 0 -1 64 12552 0 0 0 363 4 0 0 25 0 9 0 1984909043 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17210 17210 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984909043 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17210 17210 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984909043 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17210 17210 16274 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984909045 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17210 vsize=812596 CPUtime=0.26
/proc/17224/task/17230/stat : 17230 (java) S 17210 17210 16274 0 -1 64 840 0 0 0 26 0 0 0 15 0 9 0 1984909045 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984909045 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984909045 832098304 20582 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860148

[startup+12.7014 s]
/proc/loadavg: 2.11 2.08 2.02 3/91 17232
/proc/meminfo: memFree=1747280/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=0
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 765 1698 0 0 0 0 0 0 23 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17224] ppid=17210 vsize=812596 CPUtime=12.53
/proc/17224/stat : 17224 (java) S 17210 17210 16274 0 -1 0 29091 0 1 0 1235 18 0 0 18 0 9 0 1984909041 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17224/statm: 203149 27992 2593 9 0 197183 0
[pid=17224/tid=17225] ppid=17210 vsize=812596 CPUtime=8.52
/proc/17224/task/17225/stat : 17225 (java) R 17210 17210 16274 0 -1 64 14650 0 1 0 841 11 0 0 25 0 9 0 1984909042 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4126713203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17226] ppid=17210 vsize=812596 CPUtime=3.71
/proc/17224/task/17226/stat : 17226 (java) S 17210 17210 16274 0 -1 64 12894 0 0 0 367 4 0 0 16 0 9 0 1984909043 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17227] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17227/stat : 17227 (java) S 17210 17210 16274 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1984909043 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17228] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17228/stat : 17228 (java) S 17210 17210 16274 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984909043 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17229] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17229/stat : 17229 (java) S 17210 17210 16274 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1984909045 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17230] ppid=17210 vsize=812596 CPUtime=0.26
/proc/17224/task/17230/stat : 17230 (java) S 17210 17210 16274 0 -1 64 845 0 0 0 26 0 0 0 15 0 9 0 1984909045 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17231] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17231/stat : 17231 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984909045 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17224/tid=17232] ppid=17210 vsize=812596 CPUtime=0
/proc/17224/task/17232/stat : 17232 (java) S 17210 17210 16274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984909045 832098304 27992 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860148

[startup+25.5015 s]
/proc/loadavg: 2.09 2.07 2.02 3/83 17233
/proc/meminfo: memFree=1797200/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=47684 CPUtime=2.28
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 11406 0 0 0 223 5 0 0 25 0 1 0 1984911356 48828416 11388 996147200 134512640 135177480 4294955984 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 11921 11388 75 162 0 11756 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 95236

[startup+51.1018 s]
/proc/loadavg: 2.06 2.06 2.02 3/83 17233
/proc/meminfo: memFree=1781968/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=64300 CPUtime=27.64
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 15245 0 0 0 2757 7 0 0 25 0 1 0 1984911356 65843200 15227 996147200 134512640 135177480 4294955984 18446744073709551615 134537454 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 16075 15227 75 162 0 15910 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 111852

[startup+102.306 s]
/proc/loadavg: 2.07 2.07 2.02 3/83 17233
/proc/meminfo: memFree=1770064/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=76972 CPUtime=78.38
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 18206 0 0 0 7830 8 0 0 25 0 1 0 1984911356 78819328 18188 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 19243 18188 75 162 0 19078 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 124524

[startup+162.302 s]
/proc/loadavg: 2.02 2.05 2.01 3/83 17233
/proc/meminfo: memFree=1763984/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=86668 CPUtime=137.85
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 19717 0 0 0 13776 9 0 0 25 0 1 0 1984911356 88748032 19699 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 21667 19699 75 162 0 21502 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 134220

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 2.01 3/83 17233
/proc/meminfo: memFree=1757264/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=90236 CPUtime=197.31
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 21398 0 0 0 19722 9 0 0 25 0 1 0 1984911356 92401664 21380 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 22559 21380 75 162 0 22394 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 137788

[startup+282.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/83 17235
/proc/meminfo: memFree=1750096/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=102596 CPUtime=256.77
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 23170 0 0 0 25667 10 0 0 25 0 1 0 1984911356 105058304 23152 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/17233/statm: 25649 23152 75 162 0 25484 0
Current children cumulated CPU time (s) 279.66
Current children cumulated vsize (KiB) 150148

[startup+342.302 s]
/proc/loadavg: 2.07 2.05 2.01 3/74 17320
/proc/meminfo: memFree=1759712/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=103124 CPUtime=316.36
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 23729 0 0 0 31624 12 0 0 25 0 1 0 1984911356 105598976 23711 996147200 134512640 135177480 4294955984 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 25781 23711 75 162 0 25616 0
Current children cumulated CPU time (s) 339.25
Current children cumulated vsize (KiB) 150676

[startup+402.303 s]
/proc/loadavg: 2.16 2.08 2.02 3/83 17368
/proc/meminfo: memFree=1668312/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=104980 CPUtime=376.34
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 25047 0 0 0 37621 13 0 0 25 0 1 0 1984911356 107499520 25029 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 26245 25029 75 162 0 26080 0
Current children cumulated CPU time (s) 399.23
Current children cumulated vsize (KiB) 152532

[startup+462.302 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 17368
/proc/meminfo: memFree=1664408/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=105640 CPUtime=436.32
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 25765 0 0 0 43618 14 0 0 25 0 1 0 1984911356 108175360 25747 996147200 134512640 135177480 4294955984 18446744073709551615 134537816 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 26410 25747 75 162 0 26245 0
Current children cumulated CPU time (s) 459.21
Current children cumulated vsize (KiB) 153192

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

[startup+486.302 s]
/proc/loadavg: 2.08 2.07 2.02 3/83 17368
/proc/meminfo: memFree=1662424/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=106296 CPUtime=460.31
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 26184 0 0 0 46017 14 0 0 25 0 1 0 1984911356 108847104 26166 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 26574 26166 75 162 0 26409 0
Current children cumulated CPU time (s) 483.2
Current children cumulated vsize (KiB) 153848

[startup+499.101 s]
/proc/loadavg: 2.07 2.07 2.01 4/83 17368
/proc/meminfo: memFree=1661720/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=106428 CPUtime=473.1
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 26315 0 0 0 47296 14 0 0 25 0 1 0 1984911356 108982272 26297 996147200 134512640 135177480 4294955984 18446744073709551615 134538021 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 26607 26297 75 162 0 26442 0
Current children cumulated CPU time (s) 495.99
Current children cumulated vsize (KiB) 153980

[startup+505.503 s]
/proc/loadavg: 2.06 2.07 2.01 3/83 17368
/proc/meminfo: memFree=1661144/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=122132 CPUtime=479.5
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 26436 0 0 0 47936 14 0 0 25 0 1 0 1984911356 125063168 26418 996147200 134512640 135177480 4294955984 18446744073709551615 134537511 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 30533 26418 75 162 0 30368 0
Current children cumulated CPU time (s) 502.39
Current children cumulated vsize (KiB) 169684

[startup+508.701 s]
/proc/loadavg: 2.06 2.07 2.01 3/83 17368
/proc/meminfo: memFree=1661144/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=122132 CPUtime=482.7
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 26436 0 0 0 48256 14 0 0 25 0 1 0 1984911356 125063168 26418 996147200 134512640 135177480 4294955984 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 30533 26418 75 162 0 30368 0
Current children cumulated CPU time (s) 505.59
Current children cumulated vsize (KiB) 169684

[startup+509.501 s]
/proc/loadavg: 2.05 2.07 2.01 3/83 17368
/proc/meminfo: memFree=1661016/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=22.89
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 799 30989 0 1 0 1 2263 25 17 0 1 0 1984909037 48693248 364 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17210/statm: 11888 364 245 79 0 219 0
[pid=17233] ppid=17210 vsize=75384 CPUtime=483.5
/proc/17233/stat : 17233 (eSAT_static) R 17210 17210 16274 0 -1 4194304 26447 0 0 0 48335 15 0 0 25 0 1 0 1984911356 77193216 18563 996147200 134512640 135177480 4294955984 18446744073709551615 134553685 0 0 4096 3 0 0 0 17 0 0 0
/proc/17233/statm: 18846 18563 80 162 0 18681 0
Current children cumulated CPU time (s) 506.39
Current children cumulated vsize (KiB) 122936

[startup+509.901 s]
/proc/loadavg: 2.05 2.07 2.01 3/83 17368
/proc/meminfo: memFree=1661016/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=506.47
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 835 57449 0 1 0 1 50604 42 16 0 1 0 1984909037 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17210/statm: 11888 365 245 79 0 219 0
Current children cumulated CPU time (s) 506.47
Current children cumulated vsize (KiB) 47552

[startup+510.101 s]
/proc/loadavg: 2.05 2.07 2.01 3/83 17368
/proc/meminfo: memFree=1661016/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=506.47
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 835 57449 0 1 0 1 50604 42 16 0 1 0 1984909037 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 209136091218 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/17210/statm: 11888 365 245 79 0 219 0
Current children cumulated CPU time (s) 506.47
Current children cumulated vsize (KiB) 47552

[startup+510.201 s]
/proc/loadavg: 2.05 2.07 2.01 3/83 17368
/proc/meminfo: memFree=1661016/2055920 swapFree=4180688/4192956
[pid=17210] ppid=17208 vsize=47552 CPUtime=507.06
/proc/17210/stat : 17210 (galacE.sh) S 17208 17210 16274 0 -1 4194304 879 64355 0 2 0 1 50657 48 17 0 1 0 1984909037 48693248 366 996147200 4194304 4520092 548682068832 18446744073709551615 209135528794 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/17210/statm: 11888 366 245 79 0 219 0
Current children cumulated CPU time (s) 507.06
Current children cumulated vsize (KiB) 47552

Child status: 0
Real time (s): 510.208
CPU time (s): 507.081
CPU user time (s): 506.576
CPU system time (s): 0.504923
CPU usage (%): 99.3872
Max. virtual memory (cumulated for all children) (KiB): 860356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 506.576
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65389
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= 2930
involuntary context switches= 16498

runsolver used 0.683896 second user time and 1.49877 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 06:29:20
IDJOB=1055262
IDBENCH=56811
IDSOLVER=351
FILE ID=node41/1055262-1215059360
PBS_JOBID= 7875210
Free space on /tmp= 66196 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/jobShop-e0ddr1/normalized-e0ddr1-10-by-5-7.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055262-1215059360/watcher-1055262-1215059360 -o /tmp/evaluation-result-1055262-1215059360/solver-1055262-1215059360 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1055262-1215059360.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a6a49020f8ee266e49d13048f93c5cc5
RANDOM SEED=1533082420

node41.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:       1855680 kB
Buffers:         13192 kB
Cached:         105416 kB
SwapCached:       6172 kB
Active:         114264 kB
Inactive:        28144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855680 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            3432 kB
Writeback:           0 kB
Mapped:          39836 kB
Slab:            43084 kB
Committed_AS:  3490556 kB
PageTables:       1804 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= 66188 MiB
End job on node41 at 2008-07-03 06:37:51