Trace number 2097907

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 ACUNSAT 25.1372 25.3176

DiagnosticValue
CHECKS697151
NODES0

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
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 benchmark11.4773
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2097907-1247414152.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.39/0.47	     nbVariables=600  nbDomainTypes=28  minDomainSize=42  maxDomainSize=302  nbTotalValues=109658
0.39/0.47	       =>  wckTime=0.244  cpuTime=0.17  mem=12M779
0.39/0.47	   
0.39/0.47	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
20.68/20.83	   
20.68/20.83	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 37M872)
24.23/24.44	     nbConstraints=4778  nbGlobalConstraints=1  nbMergedConstraints=4219  nbConvertedConstraints=1212
24.23/24.44	     nbConvertConstraintsChecks=45585466  nbExtensionStructures=1137  nbSharedExtensionStructures=142
24.23/24.44	     nbConflictsStructures=1689  nbSharedConflictsStructures=185  nbUnbuiltConflictsStructures=2717
24.23/24.44	     nbSharedBinaryRepresentations=264627  nbEvaluationManagers=3269  nbSharedEvaluationManagers=296  minDegree=4
24.23/24.44	     maxDegree=22  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.466
24.23/24.44	     symmetryCpuTime=0.35  nbCliques=1
24.23/24.44	       =>  wckTime=24.216  cpuTime=23.31  mem=77M919
24.44/24.70	   
24.44/24.70	   solver IterativeSystematicSolver being built... 
24.64/24.82	   
24.64/24.82	   INFO : Forward propagation technique limited 
24.74/24.91	       =>  wckTime=24.682  cpuTime=23.49  mem=78M120
25.04/25.25	   
25.04/25.25	   preprocessing
25.04/25.25	     nbConstraintChecks=697151  nbValidityChecks=38676  nbPropagations=120  nbRevisions=1363  nbUselessRevisions=881
25.04/25.25	     nbRemovedValues=13590  detectedInconsistency=yes
25.04/25.25	       =>  wckTime=0.342  cpuTime=0.33  mem=78M120
25.04/25.25	   
25.04/25.25	   global
25.04/25.25	     nbConstraintChecks=697151  nbValidityChecks=38676  nbPropagations=120  nbRevisions=1363  nbUselessRevisions=881
25.04/25.25	     nbRestartNogoods=0  solvingWckTime=0.345  solvingCpuTime=0.33  expiredTime=no  totalExploration=yes
25.04/25.25	     nbFoundSolutions=0  globalCpuTime=23.86
25.04/25.25	       =>  wckTime=25.03  cpuTime=23.82  mem=79M103
25.04/25.26	   
25.04/25.26	s UNSATISFIABLE
25.04/25.26	d NODES 0
25.04/25.26	d CHECKS 697151
25.04/25.26	   
25.04/25.26	   totalWckTime=25.082  totalCpuTime=23.86

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-2097907-1247414152/watcher-2097907-1247414152 -o /tmp/evaluation-result-2097907-1247414152/solver-2097907-1247414152 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097907-1247414152.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: 2.38 2.27 2.11 4/81 31147
/proc/meminfo: memFree=1707216/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=18576 CPUtime=0
/proc/31147/stat : 31147 (runsolver) R 31145 31147 29543 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28480418 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 228043844903 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31147/statm: 4644 284 249 26 0 2626 0

[startup+0.061754 s]
/proc/loadavg: 2.38 2.27 2.11 4/81 31147
/proc/meminfo: memFree=1707216/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=864024 CPUtime=0.04
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 2808 0 1 0 3 1 0 0 18 0 9 0 28480418 884760576 2345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216006 2345 1112 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.101762 s]
/proc/loadavg: 2.38 2.27 2.11 4/81 31147
/proc/meminfo: memFree=1707216/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=865984 CPUtime=0.08
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 3784 0 1 0 6 2 0 0 18 0 9 0 28480418 886767616 3238 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216496 3238 1708 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301805 s]
/proc/loadavg: 2.38 2.27 2.11 4/81 31147
/proc/meminfo: memFree=1707216/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=866412 CPUtime=0.28
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 5997 0 1 0 25 3 0 0 18 0 9 0 28480418 887205888 5363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216603 5364 1986 9 0 211061 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866412

[startup+0.701882 s]
/proc/loadavg: 2.38 2.27 2.11 4/81 31147
/proc/meminfo: memFree=1707216/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867740 CPUtime=0.68
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 9781 0 1 0 62 6 0 0 18 0 9 0 28480418 888565760 9135 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216935 9136 2036 9 0 211371 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867740

[startup+1.50104 s]
/proc/loadavg: 2.43 2.28 2.12 3/90 31156
/proc/meminfo: memFree=1652552/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=1.47
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 19163 0 1 0 134 13 0 0 18 0 9 0 28480418 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 18489 2029 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=1.2
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15831 0 1 0 109 11 0 0 20 0 9 0 28480419 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4125970380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.06
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 1943 0 0 0 6 0 0 0 16 0 9 0 28480420 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.18
/proc/31147/task/31154/stat : 31154 (java) R 31145 31147 29543 0 -1 64 687 0 0 0 18 0 0 0 15 0 9 0 28480423 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 18489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867652

[startup+3.10235 s]
/proc/loadavg: 2.43 2.28 2.12 3/90 31156
/proc/meminfo: memFree=1621384/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=3.07
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 19192 0 1 0 293 14 0 0 18 0 9 0 28480418 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 18517 2029 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=2.78
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15833 0 1 0 266 12 0 0 25 0 9 0 28480419 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4126911607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.06
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 1943 0 0 0 6 0 0 0 17 0 9 0 28480420 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.2
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 714 0 0 0 20 0 0 0 15 0 9 0 28480423 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 18517 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867652

[startup+6.30198 s]
/proc/loadavg: 2.56 2.31 2.13 3/90 31156
/proc/meminfo: memFree=1614408/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=6.25
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 19202 0 1 0 610 15 0 0 18 0 9 0 28480418 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 18525 2031 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=5.95
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15837 0 1 0 582 13 0 0 25 0 9 0 28480419 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4126935298 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.06
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 1943 0 0 0 6 0 0 0 16 0 9 0 28480420 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.21
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 720 0 0 0 21 0 0 0 15 0 9 0 28480423 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 18525 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867652

[startup+12.7022 s]
/proc/loadavg: 2.59 2.32 2.13 3/90 31156
/proc/meminfo: memFree=1614096/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=12.62
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 19213 0 1 0 1246 16 0 0 18 0 9 0 28480418 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 18533 2031 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=12.31
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15841 0 1 0 1217 14 0 0 25 0 9 0 28480419 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4126911645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.06
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 1943 0 0 0 6 0 0 0 16 0 9 0 28480420 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.22
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 727 0 0 0 22 0 0 0 17 0 9 0 28480423 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 18533 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867652

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

[startup+19.1025 s]
/proc/loadavg: 2.71 2.34 2.14 3/90 31156
/proc/meminfo: memFree=1593232/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=18.98
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 24446 0 1 0 1878 20 0 0 18 0 9 0 28480418 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 23765 2031 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=18.48
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15842 0 1 0 1832 16 0 0 25 0 9 0 28480419 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4126905576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.24
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 7173 0 0 0 22 2 0 0 16 0 9 0 28480420 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.23
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 729 0 0 0 23 0 0 0 16 0 9 0 28480423 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 23765 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 867652

[startup+22.3021 s]
/proc/loadavg: 2.65 2.34 2.14 3/90 31156
/proc/meminfo: memFree=1574672/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=22.16
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 25955 0 1 0 2195 21 0 0 18 0 9 0 28480418 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 25272 2032 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=21.54
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15845 0 1 0 2138 16 0 0 25 0 9 0 28480419 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4126911643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.34
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 8663 0 0 0 31 3 0 0 17 0 9 0 28480420 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.25
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 745 0 0 0 25 0 0 0 17 0 9 0 28480423 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 25272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (KiB) 867652

[startup+23.9025 s]
/proc/loadavg: 2.65 2.34 2.14 3/90 31156
/proc/meminfo: memFree=1567504/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867652 CPUtime=23.76
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 27362 0 1 0 2354 22 0 0 18 0 9 0 28480418 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216913 26678 2032 9 0 211371 0
[pid=31147/tid=31149] ppid=31145 vsize=867652 CPUtime=23.07
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 15847 0 1 0 2291 16 0 0 25 0 9 0 28480419 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4126905516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867652 CPUtime=0.41
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 10068 0 0 0 37 4 0 0 16 0 9 0 28480420 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480421 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28480423 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867652 CPUtime=0.25
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 745 0 0 0 25 0 0 0 16 0 9 0 28480423 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28480423 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867652 CPUtime=0
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28480423 888475648 26678 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 867652

[startup+24.7026 s]
/proc/loadavg: 2.65 2.34 2.14 3/92 31158
/proc/meminfo: memFree=1557312/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=867976 CPUtime=24.53
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 45239 534 1 0 2423 25 4 1 18 0 9 0 28480418 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 216994 28730 2638 9 0 211452 0
[pid=31147/tid=31149] ppid=31145 vsize=867976 CPUtime=23.55
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 19897 534 1 0 2333 17 4 1 24 0 9 0 28480419 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4125950752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=867976 CPUtime=0.72
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 23586 534 0 0 61 6 4 1 18 0 9 0 28480420 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=867976 CPUtime=0.05
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 20 534 0 0 0 0 4 1 17 0 9 0 28480421 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=867976 CPUtime=0.05
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 14 534 0 0 0 0 4 1 16 0 9 0 28480421 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=867976 CPUtime=0.05
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 534 0 0 0 0 4 1 18 0 9 0 28480423 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=867976 CPUtime=0.33
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 899 534 0 0 28 0 4 1 15 0 9 0 28480423 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=867976 CPUtime=0.05
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 534 0 0 0 0 4 1 19 0 9 0 28480423 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=867976 CPUtime=0.05
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 12 534 0 0 0 0 4 1 15 0 9 0 28480423 888807424 28730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 867976

[startup+25.1017 s]
/proc/loadavg: 2.65 2.34 2.14 3/92 31158
/proc/meminfo: memFree=1557312/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=868064 CPUtime=24.94
/proc/31147/stat : 31147 (java) S 31145 31147 29543 0 -1 0 49553 534 1 0 2462 27 4 1 18 0 9 0 28480418 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31147/statm: 217016 28844 2663 9 0 211452 0
[pid=31147/tid=31149] ppid=31145 vsize=868064 CPUtime=23.9
/proc/31147/task/31149/stat : 31149 (java) R 31145 31147 29543 0 -1 64 24158 534 1 0 2367 18 4 1 25 0 9 0 28480419 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4126905591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31150] ppid=31145 vsize=868064 CPUtime=0.72
/proc/31147/task/31150/stat : 31150 (java) S 31145 31147 29543 0 -1 64 23586 534 0 0 61 6 4 1 18 0 9 0 28480420 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31151] ppid=31145 vsize=868064 CPUtime=0.05
/proc/31147/task/31151/stat : 31151 (java) S 31145 31147 29543 0 -1 64 20 534 0 0 0 0 4 1 17 0 9 0 28480421 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31152] ppid=31145 vsize=868064 CPUtime=0.05
/proc/31147/task/31152/stat : 31152 (java) S 31145 31147 29543 0 -1 64 14 534 0 0 0 0 4 1 16 0 9 0 28480421 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31153] ppid=31145 vsize=868064 CPUtime=0.05
/proc/31147/task/31153/stat : 31153 (java) S 31145 31147 29543 0 -1 64 1 534 0 0 0 0 4 1 18 0 9 0 28480423 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31154] ppid=31145 vsize=868064 CPUtime=0.39
/proc/31147/task/31154/stat : 31154 (java) S 31145 31147 29543 0 -1 64 952 534 0 0 33 1 4 1 15 0 9 0 28480423 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31147/tid=31155] ppid=31145 vsize=868064 CPUtime=0.05
/proc/31147/task/31155/stat : 31155 (java) S 31145 31147 29543 0 -1 64 1 534 0 0 0 0 4 1 19 0 9 0 28480423 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31147/tid=31156] ppid=31145 vsize=868064 CPUtime=0.05
/proc/31147/task/31156/stat : 31156 (java) S 31145 31147 29543 0 -1 64 12 534 0 0 0 0 4 1 15 0 9 0 28480423 888897536 28844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 868064

[startup+25.3067 s]
/proc/loadavg: 2.65 2.34 2.14 3/90 31160
/proc/meminfo: memFree=1548232/2055920 swapFree=4192812/4192956
[pid=31147] ppid=31145 vsize=0 CPUtime=25.1
/proc/31147/stat : 31147 (java) Z 31145 31147 29543 0 -1 12 49602 534 1 0 2477 28 4 1 16 0 2 0 28480418 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31147/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 25.3176
CPU time (s): 25.1372
CPU user time (s): 24.8252
CPU system time (s): 0.311952
CPU usage (%): 99.2875
Max. virtual memory (cumulated for all children) (KiB): 869756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.8252
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50136
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= 2243
involuntary context switches= 2575

runsolver used 0.041993 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 17:55:52
IDJOB=2097907
IDBENCH=57975
IDSOLVER=773
FILE ID=node77/2097907-1247414152
PBS_JOBID= 9510496
Free space on /tmp= 66244 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097907-1247414152/watcher-2097907-1247414152 -o /tmp/evaluation-result-2097907-1247414152/solver-2097907-1247414152 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097907-1247414152.xml

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

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=425384424

node77.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.256
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.256
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:       1707696 kB
Buffers:         37488 kB
Cached:         151552 kB
SwapCached:          0 kB
Active:         202836 kB
Inactive:        88076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14260 kB
Writeback:           0 kB
Mapped:         119844 kB
Slab:            42420 kB
Committed_AS:  1014880 kB
PageTables:       1936 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= 66244 MiB
End job on node77 at 2009-07-12 17:56:17