Trace number 1075940

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 MUNSAT 153.466 155.009

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-16_ext.xml
MD5SUM1ee509f538fed315d26e452307dacb03
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.54531
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.45/1.59	c start processing
1.45/1.59	c start relation processing
3.23/3.39	c start cnf exporting
99.38/100.44	c parsing time : 1.465
99.38/100.44	c preprocessing time : 100.32
99.38/100.44	
99.38/100.44	c Nary constraints - conflicts : 0 supports : 29
99.38/100.44	c Binary constraints - conflicts : 0 supports :0
99.38/100.44	c max arity constraint : 16
99.38/100.44	c Max Tuples generated 0
99.38/100.44	c relations : 2
99.38/100.44	c relations BDD: 2
99.38/100.44	c sampling 0/0
99.38/100.44	c vars : 819333 - clauses :  2857430
99.38/100.44	
99.38/100.49	 
99.38/100.49	c --- SAT Solver Stats ---
99.38/100.49	 
153.33/154.93	c restarts              : 11
153.33/154.93	c conflicts             : 11419          (213 /sec)
153.33/154.93	c decisions             : 44920          (2.06 % random) (838 /sec)
153.33/154.93	c propagations          : 92865375       (1731825 /sec)
153.33/154.93	c conflict literals     : 245873         (32.78 % deleted)
153.33/154.93	c Memory used           : 177.90 MB
153.33/154.93	c CPU time              : 53.6228 s
153.33/154.93	
153.33/154.93	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-1075940-1215182664/watcher-1075940-1215182664 -o /tmp/evaluation-result-1075940-1215182664/solver-1075940-1215182664 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1075940-1215182664.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 2.00 1.91 4/73 12107
/proc/meminfo: memFree=1495232/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=5268 CPUtime=0
/proc/12107/stat : 12107 (galacM.sh) R 12105 12107 11002 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 1997240798 5394432 186 996147200 4194304 4520092 548682068832 18446744073709551615 227846190473 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12107/statm: 1317 186 139 79 0 121 0

[startup+0.0776131 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 12107
/proc/meminfo: memFree=1495232/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.102352 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 12107
/proc/meminfo: memFree=1495232/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301384 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 12107
/proc/meminfo: memFree=1495232/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.702457 s]
/proc/loadavg: 2.00 2.00 1.91 4/73 12107
/proc/meminfo: memFree=1495232/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.50161 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12129
/proc/meminfo: memFree=1445360/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12121] ppid=12107 vsize=812628 CPUtime=1.44
/proc/12121/stat : 12121 (java) S 12107 12107 11002 0 -1 0 23442 0 1 0 132 12 0 0 18 0 9 0 1997240802 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203157 22868 1883 9 0 197138 0
[pid=12121/tid=12122] ppid=12107 vsize=812628 CPUtime=1.21
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11002 0 -1 64 14462 0 1 0 114 7 0 0 25 0 9 0 1997240803 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4126678600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812628 CPUtime=0.06
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11002 0 -1 64 7528 0 0 0 3 3 0 0 17 0 9 0 1997240804 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812628 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997240804 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812628 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11002 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997240804 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812628 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997240806 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812628 CPUtime=0.13
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11002 0 -1 64 753 0 0 0 13 0 0 0 16 0 9 0 1997240806 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812628 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997240807 832131072 22868 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812628 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997240807 832131072 22868 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) 860204

[startup+3.10289 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12129
/proc/meminfo: memFree=1403376/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12121] ppid=12107 vsize=812748 CPUtime=3.02
/proc/12121/stat : 12121 (java) S 12107 12107 11002 0 -1 0 25105 0 1 0 289 13 0 0 18 0 9 0 1997240802 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203187 24528 1890 9 0 197168 0
[pid=12121/tid=12122] ppid=12107 vsize=812748 CPUtime=2.72
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11002 0 -1 64 14487 0 1 0 265 7 0 0 25 0 9 0 1997240803 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4126842982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812748 CPUtime=0.08
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11002 0 -1 64 9131 0 0 0 4 4 0 0 17 0 9 0 1997240804 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997240804 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11002 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997240804 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997240806 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812748 CPUtime=0.18
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11002 0 -1 64 788 0 0 0 18 0 0 0 15 0 9 0 1997240806 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997240807 832253952 24528 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997240807 832253952 24528 996147200 134512640 134550740 4294955600 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) 860324

[startup+6.30144 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12129
/proc/meminfo: memFree=1379376/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12121] ppid=12107 vsize=812748 CPUtime=6.19
/proc/12121/stat : 12121 (java) S 12107 12107 11002 0 -1 0 30821 0 1 0 603 16 0 0 18 0 9 0 1997240802 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203187 30234 1911 9 0 197168 0
[pid=12121/tid=12122] ppid=12107 vsize=812748 CPUtime=5.53
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11002 0 -1 64 14541 0 1 0 545 8 0 0 25 0 9 0 1997240803 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4126907521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812748 CPUtime=0.38
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11002 0 -1 64 14746 0 0 0 32 6 0 0 16 0 9 0 1997240804 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997240804 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11002 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997240804 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997240806 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812748 CPUtime=0.25
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11002 0 -1 64 835 0 0 0 25 0 0 0 15 0 9 0 1997240806 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997240807 832253952 30234 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997240807 832253952 30234 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.7016 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12129
/proc/meminfo: memFree=1375600/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12121] ppid=12107 vsize=812748 CPUtime=12.52
/proc/12121/stat : 12121 (java) S 12107 12107 11002 0 -1 0 30833 0 1 0 1234 18 0 0 18 0 9 0 1997240802 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203187 30235 1911 9 0 197168 0
[pid=12121/tid=12122] ppid=12107 vsize=812748 CPUtime=11.85
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11002 0 -1 64 14552 0 1 0 1175 10 0 0 25 0 9 0 1997240803 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4126623573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812748 CPUtime=0.39
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11002 0 -1 64 14746 0 0 0 33 6 0 0 16 0 9 0 1997240804 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997240804 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11002 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997240804 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997240806 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812748 CPUtime=0.25
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11002 0 -1 64 836 0 0 0 25 0 0 0 16 0 9 0 1997240806 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997240807 832253952 30235 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997240807 832253952 30235 996147200 134512640 134550740 4294955600 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) 860324

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12129
/proc/meminfo: memFree=1367728/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12121] ppid=12107 vsize=812748 CPUtime=25.2
/proc/12121/stat : 12121 (java) S 12107 12107 11002 0 -1 0 30856 0 1 0 2497 23 0 0 18 0 9 0 1997240802 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203187 30236 1911 9 0 197168 0
[pid=12121/tid=12122] ppid=12107 vsize=812748 CPUtime=24.51
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11002 0 -1 64 14575 0 1 0 2436 15 0 0 25 0 9 0 1997240803 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 102716487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812748 CPUtime=0.4
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11002 0 -1 64 14746 0 0 0 34 6 0 0 16 0 9 0 1997240804 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997240804 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11002 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997240804 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997240806 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812748 CPUtime=0.25
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11002 0 -1 64 836 0 0 0 25 0 0 0 16 0 9 0 1997240806 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997240807 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997240807 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 860324

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 1.91 3/83 12129
/proc/meminfo: memFree=1351856/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=0.01
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12121] ppid=12107 vsize=812748 CPUtime=50.55
/proc/12121/stat : 12121 (java) S 12107 12107 11002 0 -1 0 30900 0 1 0 5023 32 0 0 18 0 9 0 1997240802 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12121/statm: 203187 30236 1911 9 0 197168 0
[pid=12121/tid=12122] ppid=12107 vsize=812748 CPUtime=49.84
/proc/12121/task/12122/stat : 12122 (java) R 12107 12107 11002 0 -1 64 14619 0 1 0 4960 24 0 0 25 0 9 0 1997240803 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 104037505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12123] ppid=12107 vsize=812748 CPUtime=0.44
/proc/12121/task/12123/stat : 12123 (java) S 12107 12107 11002 0 -1 64 14746 0 0 0 37 7 0 0 16 0 9 0 1997240804 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12124] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12124/stat : 12124 (java) S 12107 12107 11002 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997240804 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12125] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12125/stat : 12125 (java) S 12107 12107 11002 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1997240804 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12126] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12126/stat : 12126 (java) S 12107 12107 11002 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1997240806 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12127] ppid=12107 vsize=812748 CPUtime=0.25
/proc/12121/task/12127/stat : 12127 (java) S 12107 12107 11002 0 -1 64 836 0 0 0 25 0 0 0 16 0 9 0 1997240806 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12128] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12128/stat : 12128 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997240807 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12121/tid=12129] ppid=12107 vsize=812748 CPUtime=0
/proc/12121/task/12129/stat : 12129 (java) S 12107 12107 11002 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997240807 832253952 30236 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 860324

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1295536/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=159452 CPUtime=1.78
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 36847 0 0 0 152 26 0 0 25 0 1 0 1997250847 163278848 36828 996147200 134512640 135136200 4294955968 18446744073709551615 134513945 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 39863 36828 54 152 0 39708 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 207028

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

[startup+127.903 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1270832/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=181372 CPUtime=27.14
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40779 0 0 0 2684 30 0 0 25 0 1 0 1997250847 185724928 40760 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45343 40760 57 152 0 45188 0
Current children cumulated CPU time (s) 126.59
Current children cumulated vsize (KiB) 228948

[startup+140.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1270320/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=181636 CPUtime=39.81
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40849 0 0 0 3951 30 0 0 25 0 1 0 1997250847 185995264 40830 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45409 40830 57 152 0 45254 0
Current children cumulated CPU time (s) 139.26
Current children cumulated vsize (KiB) 229212

[startup+147.102 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1270064/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=181900 CPUtime=46.15
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40908 0 0 0 4585 30 0 0 25 0 1 0 1997250847 186265600 40889 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45475 40889 57 152 0 45320 0
Current children cumulated CPU time (s) 145.6
Current children cumulated vsize (KiB) 229476

[startup+150.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1270000/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=181900 CPUtime=49.32
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40926 0 0 0 4902 30 0 0 25 0 1 0 1997250847 186265600 40907 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45475 40907 57 152 0 45320 0
Current children cumulated CPU time (s) 148.77
Current children cumulated vsize (KiB) 229476

[startup+153.502 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1269872/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=182164 CPUtime=52.49
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40966 0 0 0 5219 30 0 0 25 0 1 0 1997250847 186535936 40947 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45541 40947 57 152 0 45386 0
Current children cumulated CPU time (s) 151.94
Current children cumulated vsize (KiB) 229740

[startup+154.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1269744/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=182164 CPUtime=53.29
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40985 0 0 0 5299 30 0 0 25 0 1 0 1997250847 186535936 40966 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45541 40966 57 152 0 45386 0
Current children cumulated CPU time (s) 152.74
Current children cumulated vsize (KiB) 229740

[startup+154.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1269744/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=182164 CPUtime=53.68
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40987 0 0 0 5338 30 0 0 25 0 1 0 1997250847 186535936 40968 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45541 40968 57 152 0 45386 0
Current children cumulated CPU time (s) 153.13
Current children cumulated vsize (KiB) 229740

[startup+154.902 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12130
/proc/meminfo: memFree=1269744/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=99.45
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 800 32695 0 1 0 0 9888 57 17 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12130] ppid=12107 vsize=182164 CPUtime=53.88
/proc/12130/stat : 12130 (minisat) R 12107 12107 11002 0 -1 4194304 40988 0 0 0 5358 30 0 0 25 0 1 0 1997250847 186535936 40969 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/12130/statm: 45541 40969 57 152 0 45386 0
Current children cumulated CPU time (s) 153.33
Current children cumulated vsize (KiB) 229740

[startup+155.003 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 12131
/proc/meminfo: memFree=1491440/2055920 swapFree=4180540/4192956
[pid=12107] ppid=12105 vsize=47576 CPUtime=153.4
/proc/12107/stat : 12107 (galacM.sh) S 12105 12107 11002 0 -1 4194304 834 73710 0 1 0 0 15250 90 16 0 1 0 1997240798 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12107/statm: 11894 365 246 79 0 219 0
[pid=12131] ppid=12107 vsize=41164 CPUtime=0.03
/proc/12131/stat : 12131 (rm) R 12107 12107 11002 0 -1 4194304 137 0 0 0 0 3 0 0 18 0 1 0 1997256295 42151936 110 996147200 4194304 4227748 548682068624 18446744073709551615 227848983593 0 0 4096 0 0 0 0 17 1 0 0
/proc/12131/statm: 10291 110 91 8 0 42 0
Current children cumulated CPU time (s) 153.43
Current children cumulated vsize (KiB) 88740

Child status: 0
Real time (s): 155.009
CPU time (s): 153.466
CPU user time (s): 152.517
CPU system time (s): 0.948855
CPU usage (%): 99.0044
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.517
system time used= 0.948855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74702
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= 4254
involuntary context switches= 7492

runsolver used 0.206968 second user time and 0.514921 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-04 16:44:24
IDJOB=1075940
IDBENCH=56552
IDSOLVER=350
FILE ID=node18/1075940-1215182664
PBS_JOBID= 7881598
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ee509f538fed315d26e452307dacb03
RANDOM SEED=1857130074

node18.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.268
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	: 5931.00
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.268
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:       1495712 kB
Buffers:         40700 kB
Cached:         211232 kB
SwapCached:       6536 kB
Active:         452536 kB
Inactive:        54308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495712 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            4336 kB
Writeback:           0 kB
Mapped:         260944 kB
Slab:            38304 kB
Committed_AS:  3723888 kB
PageTables:       2304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node18 at 2008-07-04 16:46:59