Trace number 2097340

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
Abscon 112v4 ESACUNSAT 1.42078 1.48526

DiagnosticValue
CHECKS21535
NODES0

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-12.xml
MD5SUM2fe678b83530682aee170466efb2992f
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 benchmark1.40179
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension803
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-2097340-1247412097.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.40	     nbVariables=144  nbDomainTypes=1  minDomainSize=12  maxDomainSize=12  nbTotalValues=1728
0.38/0.40	       =>  wckTime=0.128  cpuTime=0.11  mem=7M892
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
1.06/1.12	     nbConstraints=935  nbGlobalConstraints=132  nbConvertedConstraints=803  nbConvertConstraintsChecks=47376
1.06/1.12	     nbExtensionStructures=329  nbSharedExtensionStructures=798  nbConflictsStructures=440
1.06/1.12	     nbSharedConflictsStructures=798  nbSharedBinaryRepresentations=7823  minDegree=12  maxDegree=16  minArity=2
1.06/1.12	     avgArity=2.39  maxArity=26  nbGenerators=120  nbFusions=113  symmetryWckTime=0.226  symmetryCpuTime=0.09
1.06/1.12	     nbCliques=12
1.06/1.12	       =>  wckTime=0.849  cpuTime=0.53  mem=20M616
1.06/1.19	   
1.06/1.20	   solver IterativeSystematicSolver being built... 
1.15/1.26	   
1.15/1.26	   INFO : Forward propagation technique limited 
1.25/1.33	       =>  wckTime=1.061  cpuTime=0.64  mem=21M541
1.36/1.43	   
1.36/1.43	   preprocessing
1.36/1.43	     nbConstraintChecks=21535  nbPropagations=1557  nbRevisions=7376  nbUselessRevisions=6210  nbSingletonTests=267
1.36/1.43	     nbEffectiveSingletonTests=2  nbACRemovals=1268  nbFoundSingletons=0  nbRemovedValues=1272  nbRemovedTuples=132
1.36/1.43	     detectedInconsistency=yes
1.36/1.43	       =>  wckTime=0.101  cpuTime=0.08  mem=22M516
1.36/1.44	   
1.36/1.44	   global
1.36/1.44	     nbConstraintChecks=21535  nbPropagations=1557  nbRevisions=7376  nbUselessRevisions=6210  nbRestartNogoods=0
1.36/1.44	     solvingWckTime=0.105  solvingCpuTime=0.08  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
1.36/1.44	     globalCpuTime=0.77
1.36/1.44	       =>  wckTime=1.168  cpuTime=0.72  mem=22M516
1.36/1.44	   
1.36/1.44	s UNSATISFIABLE
1.36/1.44	d NODES 0
1.36/1.44	d CHECKS 21535
1.36/1.44	   
1.36/1.44	   totalWckTime=1.24  totalCpuTime=0.77

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097340-1247412097/watcher-2097340-1247412097 -o /tmp/evaluation-result-2097340-1247412097/solver-2097340-1247412097 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097340-1247412097.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1780
/proc/meminfo: memFree=1598304/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=18576 CPUtime=0
/proc/1780/stat : 1780 (runsolver) R 1778 1780 578 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28276968 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1780/statm: 4644 284 249 26 0 2626 0

[startup+0.0839751 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1780
/proc/meminfo: memFree=1598304/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=864148 CPUtime=0.06
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 3079 0 1 0 4 2 0 0 18 0 9 0 28276968 884887552 2564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 216037 2564 1226 9 0 210930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101976 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1780
/proc/meminfo: memFree=1598304/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=865984 CPUtime=0.08
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 3692 0 1 0 6 2 0 0 18 0 9 0 28276968 886767616 3169 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 216496 3169 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301999 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1780
/proc/meminfo: memFree=1598304/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=866380 CPUtime=0.27
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 5742 0 1 0 24 3 0 0 18 0 9 0 28276968 887173120 5139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 216595 5139 1945 9 0 211053 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866380

[startup+0.701038 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 1780
/proc/meminfo: memFree=1598304/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=867772 CPUtime=0.67
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 8403 0 1 0 62 5 0 0 18 0 9 0 28276968 888598528 7755 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 216943 7755 2039 9 0 211379 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867772

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

[startup+1.10771 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 1791
/proc/meminfo: memFree=1570376/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=868096 CPUtime=1.06
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 11460 238 1 0 87 10 9 0 18 0 10 0 28276968 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 217024 9101 2054 9 0 211460 0
[pid=1780/tid=1782] ppid=1778 vsize=868096 CPUtime=0.81
/proc/1780/task/1782/stat : 1782 (java) R 1778 1780 578 0 -1 64 9643 238 1 0 64 8 9 0 18 0 10 0 28276970 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1783] ppid=1778 vsize=868096 CPUtime=0.09
/proc/1780/task/1783/stat : 1783 (java) S 1778 1780 578 0 -1 64 70 238 0 0 0 0 9 0 16 0 10 0 28276971 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1784] ppid=1778 vsize=868096 CPUtime=0.09
/proc/1780/task/1784/stat : 1784 (java) S 1778 1780 578 0 -1 64 11 238 0 0 0 0 9 0 19 0 10 0 28276971 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1785] ppid=1778 vsize=868096 CPUtime=0.09
/proc/1780/task/1785/stat : 1785 (java) S 1778 1780 578 0 -1 64 4 238 0 0 0 0 9 0 20 0 10 0 28276971 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1786] ppid=1778 vsize=868096 CPUtime=0.09
/proc/1780/task/1786/stat : 1786 (java) S 1778 1780 578 0 -1 64 2 238 0 0 0 0 9 0 18 0 10 0 28276973 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1787] ppid=1778 vsize=868096 CPUtime=0.33
/proc/1780/task/1787/stat : 1787 (java) S 1778 1780 578 0 -1 64 925 238 0 0 23 1 9 0 15 0 10 0 28276973 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1788] ppid=1778 vsize=868096 CPUtime=0.09
/proc/1780/task/1788/stat : 1788 (java) S 1778 1780 578 0 -1 64 0 238 0 0 0 0 9 0 19 0 10 0 28276973 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1789] ppid=1778 vsize=868096 CPUtime=0.09
/proc/1780/task/1789/stat : 1789 (java) S 1778 1780 578 0 -1 64 9 238 0 0 0 0 9 0 15 0 10 0 28276973 888930304 9101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 868096

[startup+1.3021 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 1791
/proc/meminfo: memFree=1570376/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=868208 CPUtime=1.25
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 16674 238 1 0 105 11 9 0 18 0 10 0 28276968 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 217052 10466 2656 9 0 211488 0
[pid=1780/tid=1782] ppid=1778 vsize=868208 CPUtime=0.91
/proc/1780/task/1782/stat : 1782 (java) R 1778 1780 578 0 -1 64 11868 238 1 0 74 8 9 0 17 0 10 0 28276970 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 104622129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1783] ppid=1778 vsize=868208 CPUtime=0.14
/proc/1780/task/1783/stat : 1783 (java) S 1778 1780 578 0 -1 64 3029 238 0 0 5 0 9 0 16 0 10 0 28276971 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1784] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1784/stat : 1784 (java) S 1778 1780 578 0 -1 64 19 238 0 0 0 0 9 0 16 0 10 0 28276971 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1785] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1785/stat : 1785 (java) S 1778 1780 578 0 -1 64 11 238 0 0 0 0 9 0 16 0 10 0 28276971 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1786] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1786/stat : 1786 (java) S 1778 1780 578 0 -1 64 2 238 0 0 0 0 9 0 18 0 10 0 28276973 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1787] ppid=1778 vsize=868208 CPUtime=0.35
/proc/1780/task/1787/stat : 1787 (java) S 1778 1780 578 0 -1 64 940 238 0 0 25 1 9 0 15 0 10 0 28276973 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1788] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1788/stat : 1788 (java) S 1778 1780 578 0 -1 64 0 238 0 0 0 0 9 0 19 0 10 0 28276973 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1789] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1789/stat : 1789 (java) S 1778 1780 578 0 -1 64 9 238 0 0 0 0 9 0 15 0 10 0 28276973 889044992 10466 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 868208

[startup+1.40271 s]
/proc/loadavg: 1.99 1.98 1.99 4/91 1791
/proc/meminfo: memFree=1570376/2055920 swapFree=4192812/4192956
[pid=1780] ppid=1778 vsize=868208 CPUtime=1.36
/proc/1780/stat : 1780 (java) S 1778 1780 578 0 -1 0 17457 238 1 0 115 12 9 0 18 0 10 0 28276968 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1780/statm: 217052 10973 2658 9 0 211488 0
[pid=1780/tid=1782] ppid=1778 vsize=868208 CPUtime=0.98
/proc/1780/task/1782/stat : 1782 (java) R 1778 1780 578 0 -1 64 12635 238 1 0 81 8 9 0 18 0 10 0 28276970 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1783] ppid=1778 vsize=868208 CPUtime=0.14
/proc/1780/task/1783/stat : 1783 (java) S 1778 1780 578 0 -1 64 3029 238 0 0 5 0 9 0 16 0 10 0 28276971 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1784] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1784/stat : 1784 (java) S 1778 1780 578 0 -1 64 19 238 0 0 0 0 9 0 16 0 10 0 28276971 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1785] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1785/stat : 1785 (java) S 1778 1780 578 0 -1 64 11 238 0 0 0 0 9 0 16 0 10 0 28276971 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1786] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1786/stat : 1786 (java) S 1778 1780 578 0 -1 64 2 238 0 0 0 0 9 0 18 0 10 0 28276973 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1787] ppid=1778 vsize=868208 CPUtime=0.38
/proc/1780/task/1787/stat : 1787 (java) S 1778 1780 578 0 -1 64 956 238 0 0 28 1 9 0 15 0 10 0 28276973 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1788] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1788/stat : 1788 (java) S 1778 1780 578 0 -1 64 0 238 0 0 0 0 9 0 19 0 10 0 28276973 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1780/tid=1789] ppid=1778 vsize=868208 CPUtime=0.09
/proc/1780/task/1789/stat : 1789 (java) S 1778 1780 578 0 -1 64 9 238 0 0 0 0 9 0 15 0 10 0 28276973 889044992 10973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 868208

Child status: 0
Real time (s): 1.48526
CPU time (s): 1.42078
CPU user time (s): 1.28081
CPU system time (s): 0.139978
CPU usage (%): 95.6587
Max. virtual memory (cumulated for all children) (KiB): 869816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2808
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17987
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= 1399
involuntary context switches= 1472

runsolver used 0.007998 second user time and 0.014997 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 17:21:37
IDJOB=2097340
IDBENCH=57157
IDSOLVER=774
FILE ID=node17/2097340-1247412097
PBS_JOBID= 9510609
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-12.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097340-1247412097/watcher-2097340-1247412097 -o /tmp/evaluation-result-2097340-1247412097/solver-2097340-1247412097 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097340-1247412097.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2fe678b83530682aee170466efb2992f
RANDOM SEED=1243344693

node17.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.213
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.213
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:       1598784 kB
Buffers:         82984 kB
Cached:         193980 kB
SwapCached:          0 kB
Active:         281432 kB
Inactive:       106856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:         131752 kB
Slab:            53756 kB
Committed_AS:   997984 kB
PageTables:       2080 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= 66448 MiB
End job on node17 at 2009-07-12 17:21:39