Trace number 1071132

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 297.555 299.583

General information on the benchmark

Namecsp/os-taillard-5/
normalized-os-taillard-5-95-9.xml
MD5SUM3774165680e9fa70f03570a39d0486b3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.29	c --- Preproc Stats ---
11.96/12.30	c start processing
11.96/12.30	c start relation processing
19.72/20.12	c start cnf exporting
84.65/85.43	c parsing time : 11.928
84.65/85.43	c preprocessing time : 85.054
84.65/85.43	
84.65/85.43	c Nary constraints - conflicts : 0 supports : 0
84.65/85.43	c Binary constraints - conflicts : 75 supports :25
84.65/85.43	c max arity constraint : 2
84.65/85.43	c Max Tuples generated 82863
84.65/85.43	c relations : 100
84.65/85.43	c relations BDD: 0
84.65/85.43	c sampling 64/100
84.65/85.43	c vars : 6312 - clauses :  2538449
84.65/85.43	
84.65/85.48	 
84.65/85.48	c --- SAT Solver Stats ---
84.65/85.48	 
297.35/299.49	c restarts              : 17
297.35/299.49	c conflicts             : 137105         (646 /sec)
297.35/299.49	c decisions             : 1003775        (1.63 % random) (4733 /sec)
297.35/299.49	c propagations          : 28822613       (135902 /sec)
297.35/299.49	c conflict literals     : 68710593       (11.63 % deleted)
297.35/299.49	c Memory used           : 400.17 MB
297.35/299.49	c CPU time              : 212.084 s
297.35/299.49	
297.35/299.49	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-1071132-1215167964/watcher-1071132-1215167964 -o /tmp/evaluation-result-1071132-1215167964/solver-1071132-1215167964 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1071132-1215167964.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.01 1.99 4/81 30451
/proc/meminfo: memFree=1870224/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=18572 CPUtime=0
/proc/30451/stat : 30451 (runsolver) D 30449 30451 28302 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1995763470 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/30451/statm: 4643 292 257 25 0 2626 0

[startup+0.047812 s]
/proc/loadavg: 1.93 2.01 1.99 4/81 30451
/proc/meminfo: memFree=1870224/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=8560 CPUtime=0
/proc/30451/stat : 30451 (galacM.sh) D 30449 30451 28302 0 -1 4194304 306 0 3 0 0 0 0 0 17 0 1 100 1995763470 8765440 255 996147200 4194304 4520092 548682068832 18446744073709551615 251601322066 0 2 4096 8192 18446744071563479169 0 0 17 1 0 0
/proc/30451/statm: 2140 255 198 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.10282 s]
/proc/loadavg: 1.93 2.01 1.99 4/81 30451
/proc/meminfo: memFree=1870224/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=8652 CPUtime=0
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 342 0 4 0 0 0 0 0 17 0 1 0 1995763470 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30451/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.302844 s]
/proc/loadavg: 1.93 2.01 1.99 4/81 30451
/proc/meminfo: memFree=1870224/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+0.702886 s]
/proc/loadavg: 1.93 2.01 1.99 4/81 30451
/proc/meminfo: memFree=1870224/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47572

[startup+1.50198 s]
/proc/loadavg: 1.93 2.01 1.99 3/91 30473
/proc/meminfo: memFree=1817080/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30465] ppid=30451 vsize=812980 CPUtime=1.2
/proc/30465/stat : 30465 (java) S 30451 30451 28302 0 -1 0 17261 0 1 0 112 8 0 0 19 0 9 0 1995763499 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30465/statm: 203245 16374 2584 9 0 197226 0
[pid=30465/tid=30466] ppid=30451 vsize=812980 CPUtime=0.75
/proc/30465/task/30466/stat : 30466 (java) R 30451 30451 28302 0 -1 64 8929 0 1 0 70 5 0 0 25 0 9 0 1995763500 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30467] ppid=30451 vsize=812980 CPUtime=0.31
/proc/30465/task/30467/stat : 30467 (java) R 30451 30451 28302 0 -1 64 6877 0 0 0 30 1 0 0 16 0 9 0 1995763501 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30468] ppid=30451 vsize=812980 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30451 30451 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995763502 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30469] ppid=30451 vsize=812980 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30451 30451 28302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995763502 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30470] ppid=30451 vsize=812980 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30451 30451 28302 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1995763504 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30471] ppid=30451 vsize=812980 CPUtime=0.1
/proc/30465/task/30471/stat : 30471 (java) S 30451 30451 28302 0 -1 64 755 0 0 0 10 0 0 0 16 0 9 0 1995763504 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30472] ppid=30451 vsize=812980 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995763504 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30473] ppid=30451 vsize=812980 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995763504 832491520 16374 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 860552

[startup+3.10115 s]
/proc/loadavg: 1.93 2.01 1.99 4/91 30473
/proc/meminfo: memFree=1794104/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30465] ppid=30451 vsize=812984 CPUtime=2.79
/proc/30465/stat : 30465 (java) S 30451 30451 28302 0 -1 0 26713 0 1 0 268 11 0 0 19 0 9 0 1995763499 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30465/statm: 203246 25641 2584 9 0 197227 0
[pid=30465/tid=30466] ppid=30451 vsize=812984 CPUtime=1.27
/proc/30465/task/30466/stat : 30466 (java) R 30451 30451 28302 0 -1 64 8936 0 1 0 122 5 0 0 25 0 9 0 1995763500 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30467] ppid=30451 vsize=812984 CPUtime=1.38
/proc/30465/task/30467/stat : 30467 (java) R 30451 30451 28302 0 -1 64 16319 0 0 0 134 4 0 0 17 0 9 0 1995763501 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 104456976 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30468] ppid=30451 vsize=812984 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30451 30451 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995763502 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30469] ppid=30451 vsize=812984 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30451 30451 28302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995763502 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30470] ppid=30451 vsize=812984 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30451 30451 28302 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1995763504 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30471] ppid=30451 vsize=812984 CPUtime=0.11
/proc/30465/task/30471/stat : 30471 (java) S 30451 30451 28302 0 -1 64 758 0 0 0 11 0 0 0 16 0 9 0 1995763504 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30472] ppid=30451 vsize=812984 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995763504 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30473] ppid=30451 vsize=812984 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995763504 832495616 25641 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 860556

[startup+6.30251 s]
/proc/loadavg: 2.02 2.02 2.00 3/91 30473
/proc/meminfo: memFree=1748856/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30465] ppid=30451 vsize=812756 CPUtime=5.97
/proc/30465/stat : 30465 (java) S 30451 30451 28302 0 -1 0 34773 0 1 0 583 14 0 0 19 0 9 0 1995763499 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30465/statm: 203189 33313 2584 9 0 197170 0
[pid=30465/tid=30466] ppid=30451 vsize=812756 CPUtime=1.86
/proc/30465/task/30466/stat : 30466 (java) S 30451 30451 28302 0 -1 64 8946 0 1 0 181 5 0 0 22 0 9 0 1995763500 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30467] ppid=30451 vsize=812756 CPUtime=3.95
/proc/30465/task/30467/stat : 30467 (java) R 30451 30451 28302 0 -1 64 24352 0 0 0 387 8 0 0 25 0 9 0 1995763501 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 104181403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30468] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30451 30451 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995763502 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30469] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30451 30451 28302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995763502 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30470] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30451 30451 28302 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30471] ppid=30451 vsize=812756 CPUtime=0.14
/proc/30465/task/30471/stat : 30471 (java) S 30451 30451 28302 0 -1 64 775 0 0 0 14 0 0 0 16 0 9 0 1995763504 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30472] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30473] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995763504 832262144 33313 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 860328

[startup+12.7012 s]
/proc/loadavg: 2.10 2.04 2.01 4/91 30473
/proc/meminfo: memFree=1696512/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30465] ppid=30451 vsize=812756 CPUtime=12.34
/proc/30465/stat : 30465 (java) S 30451 30451 28302 0 -1 0 47137 0 1 0 1215 19 0 0 19 0 9 0 1995763499 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30465/statm: 203189 45663 2584 9 0 197170 0
[pid=30465/tid=30466] ppid=30451 vsize=812756 CPUtime=3.25
/proc/30465/task/30466/stat : 30466 (java) R 30451 30451 28302 0 -1 64 8961 0 1 0 320 5 0 0 25 0 9 0 1995763500 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4126910915 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30467] ppid=30451 vsize=812756 CPUtime=8.89
/proc/30465/task/30467/stat : 30467 (java) S 30451 30451 28302 0 -1 64 36681 0 0 0 877 12 0 0 22 0 9 0 1995763501 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30468] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30451 30451 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995763502 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30469] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30451 30451 28302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995763502 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30470] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30451 30451 28302 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30471] ppid=30451 vsize=812756 CPUtime=0.17
/proc/30465/task/30471/stat : 30471 (java) S 30451 30451 28302 0 -1 64 795 0 0 0 17 0 0 0 15 0 9 0 1995763504 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30472] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30473] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995763504 832262144 45663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 860328

[startup+25.5027 s]
/proc/loadavg: 2.07 2.04 2.00 3/91 30473
/proc/meminfo: memFree=1641160/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30465] ppid=30451 vsize=812756 CPUtime=25.08
/proc/30465/stat : 30465 (java) S 30451 30451 28302 0 -1 0 59573 0 1 0 2481 27 0 0 19 0 9 0 1995763499 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30465/statm: 203189 58084 2589 9 0 197170 0
[pid=30465/tid=30466] ppid=30451 vsize=812756 CPUtime=15.76
/proc/30465/task/30466/stat : 30466 (java) R 30451 30451 28302 0 -1 64 14657 0 1 0 1566 10 0 0 25 0 9 0 1995763500 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4126982285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30467] ppid=30451 vsize=812756 CPUtime=9.08
/proc/30465/task/30467/stat : 30467 (java) S 30451 30451 28302 0 -1 64 43388 0 0 0 893 15 0 0 16 0 9 0 1995763501 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30468] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30451 30451 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995763502 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30469] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30451 30451 28302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995763502 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30470] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30451 30451 28302 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30471] ppid=30451 vsize=812756 CPUtime=0.21
/proc/30465/task/30471/stat : 30471 (java) S 30451 30451 28302 0 -1 64 828 0 0 0 21 0 0 0 15 0 9 0 1995763504 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30472] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30473] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995763504 832262144 58084 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 860328

[startup+51.1025 s]
/proc/loadavg: 2.05 2.03 2.00 3/91 30473
/proc/meminfo: memFree=1625160/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=0.02
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 759 1697 5 0 0 1 0 1 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30465] ppid=30451 vsize=812756 CPUtime=50.53
/proc/30465/stat : 30465 (java) S 30451 30451 28302 0 -1 0 59695 0 1 0 5017 36 0 0 19 0 9 0 1995763499 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30465/statm: 203189 58157 2589 9 0 197170 0
[pid=30465/tid=30466] ppid=30451 vsize=812756 CPUtime=41.13
/proc/30465/task/30466/stat : 30466 (java) R 30451 30451 28302 0 -1 64 14706 0 1 0 4094 19 0 0 25 0 9 0 1995763500 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4127010670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30467] ppid=30451 vsize=812756 CPUtime=9.14
/proc/30465/task/30467/stat : 30467 (java) S 30451 30451 28302 0 -1 64 43445 0 0 0 898 16 0 0 16 0 9 0 1995763501 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30468] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30451 30451 28302 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995763502 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30469] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30451 30451 28302 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995763502 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30470] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30451 30451 28302 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30471] ppid=30451 vsize=812756 CPUtime=0.24
/proc/30465/task/30471/stat : 30471 (java) S 30451 30451 28302 0 -1 64 844 0 0 0 24 0 0 0 15 0 9 0 1995763504 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30472] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1995763504 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30465/tid=30473] ppid=30451 vsize=812756 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30451 30451 28302 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995763504 832262144 58157 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 860328

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 30474
/proc/meminfo: memFree=1692616/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=140900 CPUtime=16.73
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 34107 0 0 0 1655 18 0 0 25 0 1 0 1995772018 144281600 34088 996147200 134512640 135136200 4294955968 18446744073709551615 134526000 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 35225 34088 57 152 0 35070 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 188472

[startup+162.303 s]
/proc/loadavg: 2.08 2.04 2.00 4/92 30742
/proc/meminfo: memFree=1415016/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=243872 CPUtime=76.22
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 59668 0 0 0 7584 38 0 0 25 0 1 0 1995772018 249724928 59649 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/30474/statm: 60968 59649 57 152 0 60813 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 291444

[startup+222.303 s]
/proc/loadavg: 2.03 2.03 2.00 3/92 30742
/proc/meminfo: memFree=1195880/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=362016 CPUtime=135.92
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 89074 0 0 0 13536 56 0 0 25 0 1 0 1995772018 370704384 89055 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/30474/statm: 90504 89055 57 152 0 90349 0
Current children cumulated CPU time (s) 220.64
Current children cumulated vsize (KiB) 409588

[startup+282.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1240616/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=394336 CPUtime=195.62
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 96969 0 0 0 19500 62 0 0 25 0 1 0 1995772018 403800064 96950 996147200 134512640 135136200 4294955968 18446744073709551615 134525838 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 98584 96950 57 152 0 98429 0
Current children cumulated CPU time (s) 280.34
Current children cumulated vsize (KiB) 441908

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

[startup+287.902 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1227240/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=401768 CPUtime=201.19
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 98796 0 0 0 20056 63 0 0 25 0 1 0 1995772018 411410432 98777 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 100442 98777 57 152 0 100287 0
Current children cumulated CPU time (s) 285.91
Current children cumulated vsize (KiB) 449340

[startup+294.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1216040/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=406304 CPUtime=207.56
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 99949 0 0 0 20692 64 0 0 25 0 1 0 1995772018 416055296 99930 996147200 134512640 135136200 4294955968 18446744073709551615 134527332 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 101576 99930 57 152 0 101421 0
Current children cumulated CPU time (s) 292.28
Current children cumulated vsize (KiB) 453876

[startup+297.501 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1210920/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=408816 CPUtime=210.74
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 100578 0 0 0 21010 64 0 0 25 0 1 0 1995772018 418627584 100559 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 102204 100559 57 152 0 102049 0
Current children cumulated CPU time (s) 295.46
Current children cumulated vsize (KiB) 456388

[startup+298.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1208680/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=409080 CPUtime=211.53
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 100646 0 0 0 21089 64 0 0 25 0 1 0 1995772018 418897920 100627 996147200 134512640 135136200 4294955968 18446744073709551615 134529428 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 102270 100627 57 152 0 102115 0
Current children cumulated CPU time (s) 296.25
Current children cumulated vsize (KiB) 456652

[startup+299.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1207400/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=409616 CPUtime=212.33
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194304 100758 0 0 0 21169 64 0 0 25 0 1 0 1995772018 419446784 100739 996147200 134512640 135136200 4294955968 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 102404 100739 57 152 0 102249 0
Current children cumulated CPU time (s) 297.05
Current children cumulated vsize (KiB) 457188

[startup+299.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 30743
/proc/meminfo: memFree=1207400/2055920 swapFree=4176360/4192956
[pid=30451] ppid=30449 vsize=47572 CPUtime=84.72
/proc/30451/stat : 30451 (galacM.sh) S 30449 30451 28302 0 -1 4194304 793 61521 5 1 0 1 8419 52 17 0 1 0 1995763470 48713728 363 996147200 4194304 4520092 548682068832 18446744073709551615 251600759642 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30451/statm: 11893 363 244 79 0 219 0
[pid=30474] ppid=30451 vsize=0 CPUtime=212.73
/proc/30474/stat : 30474 (minisat) R 30451 30451 28302 0 -1 4194308 100828 0 0 0 21208 65 0 0 25 0 1 0 1995772018 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/30474/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 297.45
Current children cumulated vsize (KiB) 47572

Child status: 0
Real time (s): 299.583
CPU time (s): 297.555
CPU user time (s): 296.284
CPU system time (s): 1.27081
CPU usage (%): 99.3229
Max. virtual memory (cumulated for all children) (KiB): 860672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.284
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163332
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3928
involuntary context switches= 7936

runsolver used 0.367944 second user time and 1.00385 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 12:39:24
IDJOB=1071132
IDBENCH=56044
IDSOLVER=350
FILE ID=node91/1071132-1215167964
PBS_JOBID= 7881416
Free space on /tmp= 66556 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/os-taillard-5/normalized-os-taillard-5-95-9.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071132-1215167964/watcher-1071132-1215167964 -o /tmp/evaluation-result-1071132-1215167964/solver-1071132-1215167964 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1071132-1215167964.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3774165680e9fa70f03570a39d0486b3
RANDOM SEED=73498694

node91.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1870712 kB
Buffers:         14412 kB
Cached:         106564 kB
SwapCached:       8020 kB
Active:         101072 kB
Inactive:        38116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870712 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            3416 kB
Writeback:           0 kB
Mapped:          25296 kB
Slab:            30736 kB
Committed_AS: 12323468 kB
PageTables:       2196 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= 66508 MiB
End job on node91 at 2008-07-04 12:44:23