Trace number 1048055

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 EUNSAT 1466.44 1477.02

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-100-9-mod.xml
MD5SUM3386f4f322a7a484b46b823c691cf5d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.527919
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.65/1.72	c start processing
1.65/1.72	c start relation processing
1.65/1.72	c start cnf exporting
20.86/21.12	c parsing time : 1.595
20.86/21.12	c preprocessing time : 20.994
20.86/21.12	
20.86/21.12	c Nary constraints - conflicts : 2450 supports : 0
20.86/21.12	c Binary constraints - conflicts : 0 supports :0
20.86/21.12	c max arity constraint : 3
20.86/21.12	c Max Tuples generated 729
20.86/21.12	c relations : 1
20.86/21.12	c relations BDD: 0
20.86/21.12	c sampling 0/0
20.86/21.12	c vars : 901 - clauses :  554950
20.86/21.12	
20.86/21.16	 
20.86/21.16	c --- SAT Solver Stats ---
20.86/21.16	 
20.86/21.16	c eSAT 0.1 : minisat core with additionnal features
20.86/21.16	c ============================[ Problem Statistics ]=============================
20.86/21.16	c |                                                                             |
20.86/21.17	c |  Number of variables:  900                                                  |
20.86/21.17	c |  Number of clauses:    554950                                               |
20.90/21.53	c |  Parsing time:         0.31         s                                       |
1466.39/1477.00	c restarts              : 511
1466.39/1477.00	c conflicts             : 536438         (371 /sec)
1466.39/1477.00	c decisions             : 680633         (2.69 % random) (471 /sec)
1466.39/1477.00	c euip                  : 55107       
1466.39/1477.00	c propagations          : 67056388       (46393 /sec)
1466.39/1477.00	c conflict literals     : 21621180       (25.07 % deleted)
1466.39/1477.00	c Memory used           : 60.25 MB
1466.39/1477.00	c CPU time              : 1445.39 s
1466.39/1477.00	c 
1466.39/1477.00	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1048055-1215041999/watcher-1048055-1215041999 -o /tmp/evaluation-result-1048055-1215041999/solver-1048055-1215041999 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1048055-1215041999.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.00 1.97 1.83 4/73 18193
/proc/meminfo: memFree=954624/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=8652 CPUtime=0
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1983151002 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 2163 280 208 79 0 156 0
[pid=18194] ppid=18193 vsize=8688 CPUtime=0
/proc/18194/stat : 18194 (galacE.sh) S 18193 18193 17148 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1983151002 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 228774871122 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/18194/statm: 2172 286 209 79 0 165 0
[pid=18195] ppid=18194 vsize=8728 CPUtime=0
/proc/18195/stat : 18195 (galacE.sh) R 18194 18193 17148 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1983151002 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 228774702375 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/18195/statm: 2182 290 209 79 0 175 0

[startup+0.0407969 s]
/proc/loadavg: 2.00 1.97 1.83 4/73 18193
/proc/meminfo: memFree=954624/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102581 s]
/proc/loadavg: 2.00 1.97 1.83 4/73 18193
/proc/meminfo: memFree=954624/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.30162 s]
/proc/loadavg: 2.00 1.97 1.83 4/73 18193
/proc/meminfo: memFree=954624/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701698 s]
/proc/loadavg: 2.00 1.97 1.83 4/73 18193
/proc/meminfo: memFree=954624/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50185 s]
/proc/loadavg: 2.00 1.97 1.83 3/83 18215
/proc/meminfo: memFree=913840/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18207] ppid=18193 vsize=812760 CPUtime=1.44
/proc/18207/stat : 18207 (java) S 18193 18193 17148 0 -1 0 17774 0 1 0 135 9 0 0 18 0 9 0 1983151005 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18207/statm: 203190 17000 2586 9 0 197171 0
[pid=18207/tid=18208] ppid=18193 vsize=812760 CPUtime=1.06
/proc/18207/task/18208/stat : 18208 (java) R 18193 18193 17148 0 -1 64 11772 0 1 0 100 6 0 0 25 0 9 0 1983151006 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4126896809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18209] ppid=18193 vsize=812760 CPUtime=0.04
/proc/18207/task/18209/stat : 18209 (java) S 18193 18193 17148 0 -1 64 4391 0 0 0 3 1 0 0 16 0 9 0 1983151008 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18210] ppid=18193 vsize=812760 CPUtime=0
/proc/18207/task/18210/stat : 18210 (java) S 18193 18193 17148 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983151008 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18211] ppid=18193 vsize=812760 CPUtime=0
/proc/18207/task/18211/stat : 18211 (java) S 18193 18193 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983151008 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18212] ppid=18193 vsize=812760 CPUtime=0
/proc/18207/task/18212/stat : 18212 (java) S 18193 18193 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983151010 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18213] ppid=18193 vsize=812760 CPUtime=0.31
/proc/18207/task/18213/stat : 18213 (java) S 18193 18193 17148 0 -1 64 911 0 0 0 31 0 0 0 15 0 9 0 1983151010 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18214] ppid=18193 vsize=812760 CPUtime=0
/proc/18207/task/18214/stat : 18214 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983151010 832266240 17000 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18215] ppid=18193 vsize=812760 CPUtime=0
/proc/18207/task/18215/stat : 18215 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983151010 832266240 17000 996147200 134512640 134550740 4294955616 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) 860320

[startup+3.10117 s]
/proc/loadavg: 2.00 1.97 1.83 3/83 18215
/proc/meminfo: memFree=883888/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18207] ppid=18193 vsize=812892 CPUtime=3.02
/proc/18207/stat : 18207 (java) S 18193 18193 17148 0 -1 0 20816 0 1 0 290 12 0 0 18 0 9 0 1983151005 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18207/statm: 203223 20038 2592 9 0 197204 0
[pid=18207/tid=18208] ppid=18193 vsize=812892 CPUtime=2.57
/proc/18207/task/18208/stat : 18208 (java) R 18193 18193 17148 0 -1 64 14597 0 1 0 249 8 0 0 25 0 9 0 1983151006 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4127321020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18209] ppid=18193 vsize=812892 CPUtime=0.05
/proc/18207/task/18209/stat : 18209 (java) S 18193 18193 17148 0 -1 64 4566 0 0 0 4 1 0 0 16 0 9 0 1983151008 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18210] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18210/stat : 18210 (java) S 18193 18193 17148 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983151008 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18211] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18211/stat : 18211 (java) S 18193 18193 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983151008 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18212] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18212/stat : 18212 (java) S 18193 18193 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983151010 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18213] ppid=18193 vsize=812892 CPUtime=0.37
/proc/18207/task/18213/stat : 18213 (java) S 18193 18193 17148 0 -1 64 953 0 0 0 36 1 0 0 16 0 9 0 1983151010 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18214] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18214/stat : 18214 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983151010 832401408 20038 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18215] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18215/stat : 18215 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983151010 832401408 20038 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) 860452

[startup+6.30279 s]
/proc/loadavg: 2.00 1.97 1.83 3/83 18215
/proc/meminfo: memFree=881904/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18207] ppid=18193 vsize=812892 CPUtime=6.19
/proc/18207/stat : 18207 (java) S 18193 18193 17148 0 -1 0 20823 0 1 0 606 13 0 0 18 0 9 0 1983151005 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18207/statm: 203223 20039 2592 9 0 197204 0
[pid=18207/tid=18208] ppid=18193 vsize=812892 CPUtime=5.73
/proc/18207/task/18208/stat : 18208 (java) R 18193 18193 17148 0 -1 64 14603 0 1 0 564 9 0 0 25 0 9 0 1983151006 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4127311072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18209] ppid=18193 vsize=812892 CPUtime=0.06
/proc/18207/task/18209/stat : 18209 (java) S 18193 18193 17148 0 -1 64 4566 0 0 0 5 1 0 0 16 0 9 0 1983151008 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18210] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18210/stat : 18210 (java) S 18193 18193 17148 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983151008 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18211] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18211/stat : 18211 (java) S 18193 18193 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983151008 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18212] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18212/stat : 18212 (java) S 18193 18193 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983151010 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18213] ppid=18193 vsize=812892 CPUtime=0.37
/proc/18207/task/18213/stat : 18213 (java) S 18193 18193 17148 0 -1 64 954 0 0 0 36 1 0 0 16 0 9 0 1983151010 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18214] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18214/stat : 18214 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983151010 832401408 20039 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18215] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18215/stat : 18215 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983151010 832401408 20039 996147200 134512640 134550740 4294955616 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) 860452

[startup+12.701 s]
/proc/loadavg: 2.00 1.97 1.83 3/83 18215
/proc/meminfo: memFree=878448/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=0.01
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18207] ppid=18193 vsize=812892 CPUtime=12.54
/proc/18207/stat : 18207 (java) S 18193 18193 17148 0 -1 0 20916 0 1 0 1238 16 0 0 18 0 9 0 1983151005 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18207/statm: 203223 20121 2592 9 0 197204 0
[pid=18207/tid=18208] ppid=18193 vsize=812892 CPUtime=12.06
/proc/18207/task/18208/stat : 18208 (java) R 18193 18193 17148 0 -1 64 14614 0 1 0 1194 12 0 0 25 0 9 0 1983151006 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4126382886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18209] ppid=18193 vsize=812892 CPUtime=0.08
/proc/18207/task/18209/stat : 18209 (java) S 18193 18193 17148 0 -1 64 4648 0 0 0 6 2 0 0 16 0 9 0 1983151008 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18210] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18210/stat : 18210 (java) S 18193 18193 17148 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1983151008 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18211] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18211/stat : 18211 (java) S 18193 18193 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1983151008 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18212] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18212/stat : 18212 (java) S 18193 18193 17148 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1983151010 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18213] ppid=18193 vsize=812892 CPUtime=0.37
/proc/18207/task/18213/stat : 18213 (java) S 18193 18193 17148 0 -1 64 954 0 0 0 36 1 0 0 16 0 9 0 1983151010 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18214] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18214/stat : 18214 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1983151010 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18207/tid=18215] ppid=18193 vsize=812892 CPUtime=0
/proc/18207/task/18215/stat : 18215 (java) S 18193 18193 17148 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983151010 832401408 20121 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 860452

[startup+25.5015 s]
/proc/loadavg: 2.00 1.97 1.83 3/75 18216
/proc/meminfo: memFree=912752/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=33656 CPUtime=4.28
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 8028 0 0 0 424 4 0 0 25 0 1 0 1983153118 34463744 8010 996147200 134512640 135177480 4294955984 18446744073709551615 134537338 0 0 4096 3 0 0 0 17 1 0 0
/proc/18216/statm: 8414 8010 75 162 0 8249 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 81216

[startup+51.1016 s]
/proc/loadavg: 2.00 1.97 1.83 3/75 18216
/proc/meminfo: memFree=886256/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61840 CPUtime=29.64
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 14678 0 0 0 2957 7 0 0 25 0 1 0 1983153118 63324160 14660 996147200 134512640 135177480 4294955984 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/18216/statm: 15460 14660 75 162 0 15295 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 109400

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.84 3/75 18216

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


[startup+1182.3 s]
/proc/loadavg: 1.98 1.96 1.91 3/84 18258
/proc/meminfo: memFree=1683680/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=58464 CPUtime=1150.94
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 15884 0 0 0 115084 10 0 0 25 0 1 0 1983153118 59867136 14117 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 14616 14117 80 162 0 14451 0
Current children cumulated CPU time (s) 1171.84
Current children cumulated vsize (KiB) 106024

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18258
/proc/meminfo: memFree=1683168/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=59080 CPUtime=1210.91
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16015 0 0 0 121081 10 0 0 25 0 1 0 1983153118 60497920 14248 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 14770 14248 80 162 0 14605 0
Current children cumulated CPU time (s) 1231.81
Current children cumulated vsize (KiB) 106640

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1682776/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=59292 CPUtime=1270.88
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16060 0 0 0 127078 10 0 0 25 0 1 0 1983153118 60715008 14293 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 14823 14293 80 162 0 14658 0
Current children cumulated CPU time (s) 1291.78
Current children cumulated vsize (KiB) 106852

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1682456/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=59700 CPUtime=1330.84
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16142 0 0 0 133074 10 0 0 25 0 1 0 1983153118 61132800 14375 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 14925 14375 80 162 0 14760 0
Current children cumulated CPU time (s) 1351.74
Current children cumulated vsize (KiB) 107260

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1681496/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=60840 CPUtime=1390.83
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16384 0 0 0 139072 11 0 0 25 0 1 0 1983153118 62300160 14617 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15210 14617 80 162 0 15045 0
Current children cumulated CPU time (s) 1411.73
Current children cumulated vsize (KiB) 108400

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

[startup+1433.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1681240/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61084 CPUtime=1402.02
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16451 0 0 0 140191 11 0 0 25 0 1 0 1983153118 62550016 14684 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15271 14684 80 162 0 15106 0
Current children cumulated CPU time (s) 1422.92
Current children cumulated vsize (KiB) 108644

[startup+1459.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680856/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61568 CPUtime=1427.6
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16549 0 0 0 142749 11 0 0 25 0 1 0 1983153118 63045632 14782 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15392 14782 80 162 0 15227 0
Current children cumulated CPU time (s) 1448.5
Current children cumulated vsize (KiB) 109128

[startup+1465.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680856/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61568 CPUtime=1434
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16553 0 0 0 143389 11 0 0 25 0 1 0 1983153118 63045632 14786 996147200 134512640 135177480 4294955984 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15392 14786 80 162 0 15227 0
Current children cumulated CPU time (s) 1454.9
Current children cumulated vsize (KiB) 109128

[startup+1471.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680728/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61688 CPUtime=1440.39
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16571 0 0 0 144028 11 0 0 25 0 1 0 1983153118 63168512 14804 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15422 14804 80 162 0 15257 0
Current children cumulated CPU time (s) 1461.29
Current children cumulated vsize (KiB) 109248

[startup+1475.11 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680728/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61688 CPUtime=1443.6
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16572 0 0 0 144349 11 0 0 25 0 1 0 1983153118 63168512 14805 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15422 14805 80 162 0 15257 0
Current children cumulated CPU time (s) 1464.5
Current children cumulated vsize (KiB) 109248

[startup+1475.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680728/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61688 CPUtime=1444.39
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16575 0 0 0 144428 11 0 0 25 0 1 0 1983153118 63168512 14808 996147200 134512640 135177480 4294955984 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15422 14808 80 162 0 15257 0
Current children cumulated CPU time (s) 1465.29
Current children cumulated vsize (KiB) 109248

[startup+1476.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680728/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61688 CPUtime=1445.19
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16576 0 0 0 144508 11 0 0 25 0 1 0 1983153118 63168512 14809 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15422 14809 80 162 0 15257 0
Current children cumulated CPU time (s) 1466.09
Current children cumulated vsize (KiB) 109248

[startup+1476.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680728/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61688 CPUtime=1445.39
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16576 0 0 0 144528 11 0 0 25 0 1 0 1983153118 63168512 14809 996147200 134512640 135177480 4294955984 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15422 14809 80 162 0 15257 0
Current children cumulated CPU time (s) 1466.29
Current children cumulated vsize (KiB) 109248

[startup+1477 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 18264
/proc/meminfo: memFree=1680728/2055920 swapFree=4179604/4192956
[pid=18193] ppid=18191 vsize=47560 CPUtime=20.9
/proc/18193/stat : 18193 (galacE.sh) S 18191 18193 17148 0 -1 4194304 800 22641 0 1 0 0 2068 22 17 0 1 0 1983151002 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 228774308698 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/18193/statm: 11890 365 246 79 0 219 0
[pid=18216] ppid=18193 vsize=61688 CPUtime=1445.49
/proc/18216/stat : 18216 (eSAT_static) R 18193 18193 17148 0 -1 4194304 16576 0 0 0 144538 11 0 0 25 0 1 0 1983153118 63168512 14809 996147200 134512640 135177480 4294955984 18446744073709551615 134761598 0 0 4096 3 0 0 0 17 0 0 0
/proc/18216/statm: 15422 14815 86 162 0 15257 0
Current children cumulated CPU time (s) 1466.39
Current children cumulated vsize (KiB) 109248

Child status: 0
Real time (s): 1477.02
CPU time (s): 1466.44
CPU user time (s): 1466.08
CPU system time (s): 0.358945
CPU usage (%): 99.2834
Max. virtual memory (cumulated for all children) (KiB): 860452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1466.08
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40218
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= 2234
involuntary context switches= 26927

runsolver used 1.78773 second user time and 4.92625 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 01:39:59
IDJOB=1048055
IDBENCH=54345
IDSOLVER=351
FILE ID=node74/1048055-1215041999
PBS_JOBID= 7875029
Free space on /tmp= 103212 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-100-9-mod.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048055-1215041999/watcher-1048055-1215041999 -o /tmp/evaluation-result-1048055-1215041999/solver-1048055-1215041999 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1048055-1215041999.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3386f4f322a7a484b46b823c691cf5d8
RANDOM SEED=1048462670

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        955104 kB
Buffers:         40200 kB
Cached:         177952 kB
SwapCached:       6520 kB
Active:         944196 kB
Inactive:        95408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        955104 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:         829328 kB
Slab:            44748 kB
Committed_AS:  4764320 kB
PageTables:       3372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103208 MiB
End job on node74 at 2008-07-03 02:04:36