Trace number 2098812

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 26.7399 27.0296

DiagnosticValue
CHECKS110903000
NODES120884

General information on the benchmark

Namecsp/tightness0.2/
normalized-rand-2-40-11-414-200-72_ext.xml
MD5SUMead239232df682c2a663d10e49af9e0d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.557
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098812-1247417221.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.27/0.36	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11  nbTotalValues=440
0.27/0.36	       =>  wckTime=0.108  cpuTime=0.1  mem=7M892
0.27/0.37	   
0.27/0.37	   relations being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
0.57/0.67	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.57/0.67	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8205  minDegree=15
0.57/0.67	     maxDegree=29  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066  symmetryCpuTime=0.04
0.57/0.67	       =>  wckTime=0.412  cpuTime=0.27  mem=16M694
0.66/0.73	   
0.66/0.73	   solver IterativeSystematicSolver being built... 
0.76/0.87	       =>  wckTime=0.611  cpuTime=0.38  mem=20M427
0.86/0.92	   
0.86/0.92	   preprocessing
0.86/0.92	     nbConstraintChecks=33593  nbPropagations=856  nbRevisions=6359  nbUselessRevisions=5139  nbSingletonTests=46
0.86/0.92	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.86/0.92	       =>  wckTime=0.05  cpuTime=0.03  mem=20M427
0.96/1.03	   
0.96/1.03	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M467)
26.64/26.97	   
26.64/26.97	   search
26.64/26.97	     run=18  nbConstraintChecks=110868956  minDepth=0  maxDepth=15  nbPropagations=6036045  nbRevisions=90800846
26.64/26.97	     nbUselessRevisions=75704510  nbAssignments=120884  nbFailedAssignments=40991  nbInferredBacktracks=4
26.64/26.97	     nbBacktracks=79771  nbVisitedNodes=203389  nbRestartNogoods=106  nbSEliminables=7.99  nbREliminables=1.02
26.64/26.97	     nbIEliminables=0.12  nbDEliminables=0  nbPEliminables=0
26.64/26.97	       =>  wckTime=26.103  cpuTime=25.79  mem=21M467
26.64/26.97	   
26.64/26.97	   global
26.64/26.98	     nbConstraintChecks=110902549  nbPropagations=6036901  nbRevisions=90807205  nbUselessRevisions=75709649
26.64/26.98	     nbRestartNogoods=106  solvingWckTime=26.106  solvingCpuTime=25.79  expiredTime=no  totalExploration=yes
26.64/26.98	     nbFoundSolutions=0  globalCpuTime=26.21
26.64/26.98	       =>  wckTime=26.718  cpuTime=26.17  mem=21M467
26.64/26.98	   
26.64/26.98	s UNSATISFIABLE
26.64/26.98	d NODES 120884
26.64/26.98	d CHECKS 110902549
26.64/26.98	   
26.64/26.98	   totalWckTime=26.786  totalCpuTime=26.21

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-2098812-1247417221/watcher-2098812-1247417221 -o /tmp/evaluation-result-2098812-1247417221/solver-2098812-1247417221 -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-2098812-1247417221.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.69 2.23 2.08 4/81 1870
/proc/meminfo: memFree=1685432/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=18576 CPUtime=0
/proc/1870/stat : 1870 (runsolver) R 1868 1870 1547 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28787446 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1870/statm: 4644 284 249 26 0 2626 0

[startup+0.012103 s]
/proc/loadavg: 2.69 2.23 2.08 4/81 1870
/proc/meminfo: memFree=1685432/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=272 CPUtime=0
/proc/1870/stat : 1870 (java) D 1868 1870 1547 0 -1 0 217 0 0 0 0 0 0 0 20 0 1 0 28787446 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 11768612 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/1870/statm: 404 126 100 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.10299 s]
/proc/loadavg: 2.69 2.23 2.08 4/81 1870
/proc/meminfo: memFree=1685432/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=866696 CPUtime=0.08
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 3733 0 1 0 6 2 0 0 20 0 9 0 28787446 887496704 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 216674 3201 1700 9 0 211159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866696

[startup+0.302029 s]
/proc/loadavg: 2.69 2.23 2.08 4/81 1870
/proc/meminfo: memFree=1685432/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=867036 CPUtime=0.27
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 5895 0 1 0 23 4 0 0 20 0 9 0 28787446 887844864 5261 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 216759 5261 1983 9 0 211217 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 867036

[startup+0.701116 s]
/proc/loadavg: 2.69 2.23 2.08 4/81 1870
/proc/meminfo: memFree=1685432/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868708 CPUtime=0.66
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 11636 171 1 0 59 7 0 0 20 0 10 0 28787446 889556992 8194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217177 8194 2084 9 0 211635 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 868708

[startup+1.50226 s]
/proc/loadavg: 2.69 2.23 2.08 3/90 1883
/proc/meminfo: memFree=1653552/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=1.45
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16476 297 1 0 136 9 0 0 20 0 9 0 28787446 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10591 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=1.12
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11952 297 1 0 105 7 0 0 25 0 9 0 28787448 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4126893968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.26
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 766 297 0 0 25 1 0 0 16 0 9 0 28787452 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 3 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10591 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868796

[startup+3.10156 s]
/proc/loadavg: 2.69 2.23 2.08 3/90 1883
/proc/meminfo: memFree=1653232/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=3.04
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16488 297 1 0 295 9 0 0 20 0 9 0 28787446 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10602 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=2.7
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11955 297 1 0 263 7 0 0 25 0 9 0 28787448 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4126899771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 17 0 9 0 28787449 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 775 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 3 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868796

[startup+6.30218 s]
/proc/loadavg: 2.63 2.22 2.08 3/90 1883
/proc/meminfo: memFree=1652912/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=6.21
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16506 297 1 0 612 9 0 0 20 0 9 0 28787446 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10605 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=5.86
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11959 297 1 0 579 7 0 0 25 0 9 0 28787448 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4126095863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 776 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868796

[startup+12.7014 s]
/proc/loadavg: 2.58 2.22 2.08 3/90 1883
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=12.55
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16508 297 1 0 1246 9 0 0 20 0 9 0 28787446 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10606 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=12.2
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11961 297 1 0 1213 7 0 0 25 0 9 0 28787448 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4126960860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 776 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868796

[startup+25.5029 s]
/proc/loadavg: 2.45 2.21 2.08 3/90 1883
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=25.25
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16510 297 1 0 2515 10 0 0 20 0 9 0 28787446 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10608 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=24.9
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11963 297 1 0 2483 7 0 0 25 0 9 0 28787448 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4126906439 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 776 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868796

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

[startup+26.303 s]
/proc/loadavg: 2.45 2.21 2.08 3/90 1883
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=26.05
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16510 297 1 0 2595 10 0 0 20 0 9 0 28787446 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10608 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=25.69
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11963 297 1 0 2562 7 0 0 25 0 9 0 28787448 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4126893164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 776 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.05
Current children cumulated vsize (KiB) 868796

[startup+26.7021 s]
/proc/loadavg: 2.45 2.21 2.08 3/90 1883
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=26.44
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16510 297 1 0 2634 10 0 0 20 0 9 0 28787446 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10608 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=26.09
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11963 297 1 0 2602 7 0 0 25 0 9 0 28787448 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4126910364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 776 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.44
Current children cumulated vsize (KiB) 868796

[startup+26.9021 s]
/proc/loadavg: 2.45 2.21 2.08 3/90 1883
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=26.64
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16510 297 1 0 2654 10 0 0 20 0 9 0 28787446 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10608 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=26.29
/proc/1870/task/1872/stat : 1872 (java) R 1868 1870 1547 0 -1 64 11963 297 1 0 2622 7 0 0 25 0 9 0 28787448 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4126916908 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 776 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.64
Current children cumulated vsize (KiB) 868796

[startup+27.0022 s]
/proc/loadavg: 2.45 2.21 2.08 3/90 1883
/proc/meminfo: memFree=1652784/2055920 swapFree=4192812/4192956
[pid=1870] ppid=1868 vsize=868796 CPUtime=26.71
/proc/1870/stat : 1870 (java) S 1868 1870 1547 0 -1 0 16599 297 1 0 2661 10 0 0 20 0 9 0 28787446 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1870/statm: 217199 10696 2656 9 0 211635 0
[pid=1870/tid=1872] ppid=1868 vsize=868796 CPUtime=26.36
/proc/1870/task/1872/stat : 1872 (java) S 1868 1870 1547 0 -1 64 12051 297 1 0 2629 7 0 0 25 0 9 0 28787448 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1873] ppid=1868 vsize=868796 CPUtime=0.04
/proc/1870/task/1873/stat : 1873 (java) S 1868 1870 1547 0 -1 64 2914 297 0 0 4 0 0 0 16 0 9 0 28787449 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1874] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1874/stat : 1874 (java) S 1868 1870 1547 0 -1 64 19 297 0 0 0 0 0 0 16 0 9 0 28787449 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1875] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1875/stat : 1875 (java) S 1868 1870 1547 0 -1 64 9 297 0 0 0 0 0 0 15 0 9 0 28787449 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1876] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1876/stat : 1876 (java) S 1868 1870 1547 0 -1 64 2 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1877] ppid=1868 vsize=868796 CPUtime=0.28
/proc/1870/task/1877/stat : 1877 (java) S 1868 1870 1547 0 -1 64 777 297 0 0 27 1 0 0 16 0 9 0 28787452 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1878] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1878/stat : 1878 (java) S 1868 1870 1547 0 -1 64 0 297 0 0 0 0 0 0 25 0 9 0 28787452 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1870/tid=1879] ppid=1868 vsize=868796 CPUtime=0
/proc/1870/task/1879/stat : 1879 (java) S 1868 1870 1547 0 -1 64 16 297 0 0 0 0 0 0 15 0 9 0 28787452 889647104 10696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.71
Current children cumulated vsize (KiB) 868796

Child status: 0
Real time (s): 27.0296
CPU time (s): 26.7399
CPU user time (s): 26.624
CPU system time (s): 0.115982
CPU usage (%): 98.9282
Max. virtual memory (cumulated for all children) (KiB): 868796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.624
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16924
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= 1958
involuntary context switches= 3115

runsolver used 0.035994 second user time and 0.081987 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 18:47:01
IDJOB=2098812
IDBENCH=59168
IDSOLVER=774
FILE ID=node76/2098812-1247417221
PBS_JOBID= 9510811
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.2/normalized-rand-2-40-11-414-200-72_ext.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-2098812-1247417221/watcher-2098812-1247417221 -o /tmp/evaluation-result-2098812-1247417221/solver-2098812-1247417221 -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-2098812-1247417221.xml

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

MD5SUM BENCH= ead239232df682c2a663d10e49af9e0d
RANDOM SEED=236530009

node76.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.277
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.277
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:       1685912 kB
Buffers:         45352 kB
Cached:         133012 kB
SwapCached:          0 kB
Active:         232968 kB
Inactive:        76896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:         151920 kB
Slab:            45136 kB
Committed_AS:  1000248 kB
PageTables:       2076 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= 66420 MiB
End job on node76 at 2009-07-12 18:47:28