Trace number 1094921

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 21.4877 21.6169

DiagnosticValue
CHECKS63150
NODES0

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-5.xml
MD5SUM572b446c1f9364dd41ad30aa26912551
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.987849
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1094921-1215280286.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.44	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.38/0.44	       =>  wckTime=0.183  cpuTime=0.14  mem=10M781
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
20.48/20.65	   
20.48/20.65	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 39M422)
21.07/21.27	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=1796  nbConvertConstraintsChecks=47947376
21.07/21.27	     nbExtensionStructures=1146  nbSharedExtensionStructures=1098  nbConflictsStructures=1231
21.07/21.27	     nbSharedConflictsStructures=1112  nbUnbuiltConflictsStructures=354  nbSharedBinaryRepresentations=443476
21.07/21.27	     nbEvaluationManagers=439  nbSharedEvaluationManagers=152  minDegree=5  maxDegree=17  minArity=2  maxArity=2
21.07/21.27	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.292  symmetryCpuTime=0.15
21.07/21.27	       =>  wckTime=21.009  cpuTime=20.46  mem=13M287
21.17/21.36	   
21.17/21.36	   solver IterativeSystematicSolver being built... 
21.37/21.53	       =>  wckTime=21.271  cpuTime=20.6  mem=36M462
21.37/21.58	   
21.37/21.58	   preprocessing
21.37/21.58	     nbConstraintChecks=63150  nbValidityChecks=61  nbPropagations=25  nbRevisions=433  nbUselessRevisions=255
21.37/21.58	     nbRemovedValues=15945  detectedInconsistency=yes
21.37/21.58	       =>  wckTime=0.044  cpuTime=0.03  mem=36M462
21.37/21.58	   
21.37/21.58	   global
21.37/21.58	     nbConstraintChecks=63150  nbValidityChecks=61  nbPropagations=25  nbRevisions=433  nbUselessRevisions=255
21.37/21.58	     nbRestartNogoods=0  solvingWckTime=0.047  solvingCpuTime=0.03  expiredTime=no  totalExploration=yes
21.37/21.58	     nbFoundSolutions=0  globalCpuTime=20.67
21.37/21.58	       =>  wckTime=21.321  cpuTime=20.63  mem=36M462
21.37/21.58	   
21.37/21.58	s UNSATISFIABLE
21.37/21.58	d NODES 0
21.37/21.58	d CHECKS 63150
21.37/21.59	   
21.37/21.59	   totalWckTime=21.395  totalCpuTime=20.68

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-1094921-1215280286/watcher-1094921-1215280286 -o /tmp/evaluation-result-1094921-1215280286/solver-1094921-1215280286 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1094921-1215280286.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.95 2.00 1.99 4/72 894
/proc/meminfo: memFree=1674568/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=152 CPUtime=0
/proc/894/stat : 894 (java) D 892 894 31687 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 1316274509 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/894/statm: 38 26 19 9 0 4 0

[startup+0.0465389 s]
/proc/loadavg: 1.95 2.00 1.99 4/72 894
/proc/meminfo: memFree=1674568/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=861876 CPUtime=0.03
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 2274 0 1 0 2 1 0 0 18 0 5 0 1316274509 882561024 1881 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 215469 1883 861 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.105618 s]
/proc/loadavg: 1.95 2.00 1.99 4/72 894
/proc/meminfo: memFree=1674568/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=865884 CPUtime=0.08
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 3693 0 1 0 7 1 0 0 18 0 9 0 1316274509 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301659 s]
/proc/loadavg: 1.95 2.00 1.99 4/72 894
/proc/meminfo: memFree=1674568/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=866284 CPUtime=0.28
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 5795 0 1 0 25 3 0 0 18 0 9 0 1316274509 887074816 5169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216571 5169 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701737 s]
/proc/loadavg: 1.95 2.00 1.99 4/72 894
/proc/meminfo: memFree=1674568/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867676 CPUtime=0.68
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 9089 0 1 0 63 5 0 0 18 0 9 0 1316274509 888500224 8449 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216919 8449 2010 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50289 s]
/proc/loadavg: 1.95 2.00 1.99 3/81 903
/proc/meminfo: memFree=1636928/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867676 CPUtime=1.48
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 12377 0 1 0 141 7 0 0 18 0 9 0 1316274509 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216919 11734 2014 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867676 CPUtime=1.26
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 11000 0 1 0 121 5 0 0 25 0 9 0 1316274511 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4126889539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1316274512 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1316274512 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1316274512 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867676 CPUtime=0.19
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 680 0 0 0 19 0 0 0 15 0 9 0 1316274514 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888500224 11734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867676

[startup+3.10221 s]
/proc/loadavg: 1.95 2.00 1.99 3/81 903
/proc/meminfo: memFree=1632960/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867676 CPUtime=3.07
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 13591 0 1 0 299 8 0 0 18 0 9 0 1316274509 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216919 12946 2014 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867676 CPUtime=2.83
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 12194 0 1 0 277 6 0 0 25 0 9 0 1316274511 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4126896656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1316274512 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1316274512 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1316274512 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867676 CPUtime=0.21
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 700 0 0 0 21 0 0 0 15 0 9 0 1316274514 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888500224 12946 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888500224 12946 996147200 134512640 134550740 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) 867676

[startup+6.30183 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 903
/proc/meminfo: memFree=1623744/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867676 CPUtime=6.26
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 15542 0 1 0 616 10 0 0 18 0 9 0 1316274509 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216919 14895 2014 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867676 CPUtime=6.01
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 14143 0 1 0 593 8 0 0 25 0 9 0 1316274511 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4126873648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1316274512 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1316274512 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1316274512 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867676 CPUtime=0.22
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 702 0 0 0 22 0 0 0 15 0 9 0 1316274514 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867676 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888500224 14895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867676

[startup+12.7021 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608640/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867588 CPUtime=12.62
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 18947 0 1 0 1249 13 0 0 18 0 9 0 1316274509 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216897 18274 2005 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867588 CPUtime=12.31
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 15789 0 1 0 1220 11 0 0 25 0 9 0 1316274511 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4126876790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867588 CPUtime=0.04
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 1753 0 0 0 4 0 0 0 17 0 9 0 1316274512 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867588 CPUtime=0.23
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 709 0 0 0 23 0 0 0 16 0 9 0 1316274514 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888410112 18274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888410112 18274 996147200 134512640 134550740 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) 867588

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

[startup+15.9017 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608640/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867588 CPUtime=15.8
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 18950 0 1 0 1566 14 0 0 18 0 9 0 1316274509 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216897 18277 2005 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867588 CPUtime=15.49
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 15792 0 1 0 1537 12 0 0 25 0 9 0 1316274511 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4126872384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867588 CPUtime=0.04
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 1753 0 0 0 4 0 0 0 16 0 9 0 1316274512 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867588 CPUtime=0.23
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 709 0 0 0 23 0 0 0 15 0 9 0 1316274514 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888410112 18277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 867588

[startup+19.1013 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608640/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867588 CPUtime=18.99
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 18966 0 1 0 1883 16 0 0 18 0 9 0 1316274509 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216897 18291 2005 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867588 CPUtime=18.66
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 15794 0 1 0 1852 14 0 0 25 0 9 0 1316274511 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4126889431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867588 CPUtime=0.04
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 1753 0 0 0 4 0 0 0 16 0 9 0 1316274512 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867588 CPUtime=0.26
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 723 0 0 0 26 0 0 0 15 0 9 0 1316274514 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888410112 18291 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.99
Current children cumulated vsize (KiB) 867588

[startup+20.7017 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608576/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867588 CPUtime=20.58
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 18971 0 1 0 2042 16 0 0 18 0 9 0 1316274509 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216897 18295 2006 9 0 211425 0
[pid=894/tid=896] ppid=892 vsize=867588 CPUtime=20.24
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 15796 0 1 0 2010 14 0 0 25 0 9 0 1316274511 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 103825424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867588 CPUtime=0.05
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 1754 0 0 0 5 0 0 0 16 0 9 0 1316274512 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1316274512 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1316274514 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867588 CPUtime=0.26
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 725 0 0 0 26 0 0 0 16 0 9 0 1316274514 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1316274514 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867588 CPUtime=0
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1316274514 888410112 18295 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 867588

[startup+21.1028 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608512/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=867912 CPUtime=20.97
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 23344 280 1 0 2076 19 2 0 18 0 10 0 1316274509 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 216978 19253 2015 9 0 211506 0
[pid=894/tid=896] ppid=892 vsize=867912 CPUtime=20.57
/proc/894/task/896/stat : 896 (java) S 892 894 31687 0 -1 64 15906 280 1 0 2041 14 2 0 24 0 10 0 1316274511 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=867912 CPUtime=0.09
/proc/894/task/897/stat : 897 (java) R 892 894 31687 0 -1 64 5904 280 0 0 6 1 2 0 16 0 10 0 1316274512 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=867912 CPUtime=0.02
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 13 280 0 0 0 0 2 0 16 0 10 0 1316274512 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=867912 CPUtime=0.02
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 5 280 0 0 0 0 2 0 16 0 10 0 1316274512 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=867912 CPUtime=0.02
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 280 0 0 0 0 2 0 18 0 10 0 1316274514 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=867912 CPUtime=0.3
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 735 280 0 0 28 0 2 0 15 0 10 0 1316274514 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=867912 CPUtime=0.02
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 280 0 0 0 0 2 0 19 0 10 0 1316274514 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=867912 CPUtime=0.02
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 2 280 0 0 0 0 2 0 15 0 10 0 1316274514 888741888 19253 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 867912

[startup+21.5028 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608512/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=868000 CPUtime=21.37
/proc/894/stat : 894 (java) S 892 894 31687 0 -1 0 34798 404 1 0 2112 22 2 1 18 0 9 0 1316274509 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 217000 22578 2637 9 0 211506 0
[pid=894/tid=896] ppid=892 vsize=868000 CPUtime=20.8
/proc/894/task/896/stat : 896 (java) R 892 894 31687 0 -1 64 19316 404 1 0 2061 16 2 1 24 0 9 0 1316274511 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=897] ppid=892 vsize=868000 CPUtime=0.25
/proc/894/task/897/stat : 897 (java) S 892 894 31687 0 -1 64 13751 404 0 0 19 3 2 1 16 0 9 0 1316274512 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=898] ppid=892 vsize=868000 CPUtime=0.03
/proc/894/task/898/stat : 898 (java) S 892 894 31687 0 -1 64 19 404 0 0 0 0 2 1 16 0 9 0 1316274512 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=899] ppid=892 vsize=868000 CPUtime=0.03
/proc/894/task/899/stat : 899 (java) S 892 894 31687 0 -1 64 15 404 0 0 0 0 2 1 15 0 9 0 1316274512 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=900] ppid=892 vsize=868000 CPUtime=0.03
/proc/894/task/900/stat : 900 (java) S 892 894 31687 0 -1 64 1 404 0 0 0 0 2 1 18 0 9 0 1316274514 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=901] ppid=892 vsize=868000 CPUtime=0.34
/proc/894/task/901/stat : 901 (java) S 892 894 31687 0 -1 64 898 404 0 0 31 0 2 1 15 0 9 0 1316274514 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=902] ppid=892 vsize=868000 CPUtime=0.03
/proc/894/task/902/stat : 902 (java) S 892 894 31687 0 -1 64 1 404 0 0 0 0 2 1 19 0 9 0 1316274514 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=894/tid=903] ppid=892 vsize=868000 CPUtime=0.03
/proc/894/task/903/stat : 903 (java) S 892 894 31687 0 -1 64 2 404 0 0 0 0 2 1 15 0 9 0 1316274514 888832000 22578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 868000

[startup+21.6032 s]
/proc/loadavg: 2.02 2.01 2.00 3/81 903
/proc/meminfo: memFree=1608512/2055920 swapFree=4122232/4192956
[pid=894] ppid=892 vsize=0 CPUtime=21.46
/proc/894/stat : 894 (java) Z 892 894 31687 0 -1 12 36386 404 1 0 2120 23 2 1 16 0 2 0 1316274509 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/894/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.6169
CPU time (s): 21.4877
CPU user time (s): 21.2288
CPU system time (s): 0.25896
CPU usage (%): 99.4024
Max. virtual memory (cumulated for all children) (KiB): 868000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2288
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36790
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= 2218
involuntary context switches= 2422

runsolver used 0.024996 second user time and 0.084987 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 19:51:26
IDJOB=1094921
IDBENCH=58848
IDSOLVER=364
FILE ID=node20/1094921-1215280286
PBS_JOBID= 7882223
Free space on /tmp= 66500 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-5.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094921-1215280286/watcher-1094921-1215280286 -o /tmp/evaluation-result-1094921-1215280286/solver-1094921-1215280286 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1094921-1215280286.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 572b446c1f9364dd41ad30aa26912551
RANDOM SEED=1823480302

node20.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.263
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.263
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:       1675048 kB
Buffers:         45284 kB
Cached:         187164 kB
SwapCached:      64372 kB
Active:         204464 kB
Inactive:       121696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675048 kB
SwapTotal:     4192956 kB
SwapFree:      4122232 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         101724 kB
Slab:            39860 kB
Committed_AS:  2824204 kB
PageTables:       1940 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= 66496 MiB
End job on node20 at 2008-07-05 19:51:48