Trace number 2097753

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 31.9481 32.3115

DiagnosticValue
CHECKS1104510
NODES0

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-1.xml
MD5SUMd8c3423564a2d6b9b1f50261d186e818
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 benchmark31.9481
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-2097753-1247413967.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.38	   
0.27/0.38	   variables being loaded...
0.58/0.66	     nbVariables=3000  nbDomainTypes=23  minDomainSize=42  maxDomainSize=182  nbTotalValues=515606
0.58/0.66	       =>  wckTime=0.398  cpuTime=0.28  mem=29M383
0.58/0.66	   
0.58/0.66	   predicates being loaded...
0.67/0.73	   
0.67/0.73	   constraints being loaded...
20.87/21.11	   
20.87/21.11	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 67M229)
30.18/30.51	     nbConstraints=17754  nbMergedConstraints=15267  nbConvertedConstraints=1471  nbConvertConstraintsChecks=41349566
30.18/30.51	     nbExtensionStructures=1282  nbSharedExtensionStructures=631  nbConflictsStructures=2079
30.18/30.51	     nbSharedConflictsStructures=702  nbUnbuiltConflictsStructures=8220  nbSharedBinaryRepresentations=354659
30.18/30.51	     nbEvaluationManagers=9017  nbSharedEvaluationManagers=7266  minDegree=2  maxDegree=15  minArity=2  maxArity=2
30.18/30.51	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.673  symmetryCpuTime=1.37
30.18/30.51	       =>  wckTime=30.239  cpuTime=28.45  mem=107M548
30.67/31.03	   
30.67/31.03	   solver IterativeSystematicSolver being built... 
31.17/31.57	       =>  wckTime=31.308  cpuTime=28.85  mem=129M855
31.87/32.23	   
31.87/32.23	   preprocessing
31.87/32.23	     nbConstraintChecks=1104514  nbValidityChecks=6092  nbPropagations=99  nbRevisions=1288  nbUselessRevisions=597
31.87/32.23	     nbRemovedValues=31354  detectedInconsistency=yes
31.87/32.23	       =>  wckTime=0.629  cpuTime=0.6  mem=129M855
31.87/32.23	   
31.87/32.23	   global
31.87/32.23	     nbConstraintChecks=1104514  nbValidityChecks=6092  nbPropagations=99  nbRevisions=1288  nbUselessRevisions=597
31.87/32.23	     nbRestartNogoods=0  solvingWckTime=0.639  solvingCpuTime=0.6  expiredTime=no  totalExploration=yes
31.87/32.23	     nbFoundSolutions=0  globalCpuTime=29.5
31.87/32.23	       =>  wckTime=31.962  cpuTime=29.47  mem=130M843
31.87/32.24	   
31.87/32.24	s UNSATISFIABLE
31.87/32.24	d NODES 0
31.87/32.24	d CHECKS 1104514
31.87/32.24	   
31.87/32.24	   totalWckTime=32.04  totalCpuTime=29.52

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-2097753-1247413967/watcher-2097753-1247413967 -o /tmp/evaluation-result-2097753-1247413967/solver-2097753-1247413967 -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-2097753-1247413967.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.01 1.99 1.99 4/83 3210
/proc/meminfo: memFree=1721928/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=18576 CPUtime=0
/proc/3210/stat : 3210 (runsolver) R 3208 3210 2105 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28459400 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 209560595751 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3210/statm: 4644 284 249 26 0 2626 0

[startup+0.021624 s]
/proc/loadavg: 2.01 1.99 1.99 4/83 3210
/proc/meminfo: memFree=1721928/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=11260 CPUtime=0
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 882 0 1 0 0 0 0 0 18 0 2 0 28459400 11530240 636 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 2815 636 330 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11260

[startup+0.101628 s]
/proc/loadavg: 2.01 1.99 1.99 4/83 3210
/proc/meminfo: memFree=1721928/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=865984 CPUtime=0.08
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 3718 0 1 0 6 2 0 0 18 0 9 0 28459400 886767616 3186 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216496 3186 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301666 s]
/proc/loadavg: 2.01 1.99 1.99 4/83 3210
/proc/meminfo: memFree=1721928/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=866384 CPUtime=0.27
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 5761 0 1 0 24 3 0 0 18 0 9 0 28459400 887177216 5154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216596 5154 1954 9 0 211054 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866384

[startup+0.701732 s]
/proc/loadavg: 2.01 1.99 1.99 4/83 3210
/proc/meminfo: memFree=1721928/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867588 CPUtime=0.67
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 12609 0 1 0 60 7 0 0 18 0 9 0 28459400 888410112 11964 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216897 11964 2031 9 0 211333 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867588

[startup+1.50287 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3219
/proc/meminfo: memFree=1668992/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867500 CPUtime=1.46
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 21257 0 1 0 134 12 0 0 18 0 9 0 28459400 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216875 20585 2029 9 0 211333 0
[pid=3210/tid=3212] ppid=3208 vsize=867500 CPUtime=1.19
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 15796 0 1 0 109 10 0 0 25 0 9 0 28459402 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 102884072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867500 CPUtime=0.06
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 4119 0 0 0 5 1 0 0 16 0 9 0 28459403 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28459406 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867500 CPUtime=0.18
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 640 0 0 0 18 0 0 0 16 0 9 0 28459406 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28459406 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28459406 888320000 20585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867500

[startup+3.10213 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3219
/proc/meminfo: memFree=1634944/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867500 CPUtime=3.04
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 25900 0 1 0 289 15 0 0 18 0 9 0 28459400 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216875 25224 2032 9 0 211333 0
[pid=3210/tid=3212] ppid=3208 vsize=867500 CPUtime=2.55
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 15833 0 1 0 245 10 0 0 25 0 9 0 28459402 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4126932102 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867500 CPUtime=0.25
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 8709 0 0 0 22 3 0 0 16 0 9 0 28459403 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28459406 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867500 CPUtime=0.2
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 656 0 0 0 20 0 0 0 16 0 9 0 28459406 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28459406 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28459406 888320000 25224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867500

[startup+6.30168 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3219
/proc/meminfo: memFree=1628224/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867500 CPUtime=6.22
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 25934 0 1 0 605 17 0 0 18 0 9 0 28459400 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216875 25255 2032 9 0 211333 0
[pid=3210/tid=3212] ppid=3208 vsize=867500 CPUtime=5.69
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 15837 0 1 0 557 12 0 0 25 0 9 0 28459402 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4126933982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867500 CPUtime=0.25
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 8709 0 0 0 22 3 0 0 16 0 9 0 28459403 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28459406 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867500 CPUtime=0.24
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 686 0 0 0 24 0 0 0 15 0 9 0 28459406 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28459406 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28459406 888320000 25255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867500

[startup+12.7028 s]
/proc/loadavg: 2.01 1.99 1.99 4/92 3219
/proc/meminfo: memFree=1627840/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867500 CPUtime=12.56
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 28126 0 1 0 1236 20 0 0 18 0 9 0 28459400 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216875 27444 2032 9 0 211333 0
[pid=3210/tid=3212] ppid=3208 vsize=867500 CPUtime=11.89
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 15841 0 1 0 1175 14 0 0 25 0 9 0 28459402 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4126948919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867500 CPUtime=0.38
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 10889 0 0 0 34 4 0 0 17 0 9 0 28459403 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28459406 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867500 CPUtime=0.25
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 694 0 0 0 25 0 0 0 16 0 9 0 28459406 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28459406 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28459406 888320000 27444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867500

[startup+25.5019 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3219
/proc/meminfo: memFree=1606400/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867500 CPUtime=25.24
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 32078 0 1 0 2497 27 0 0 18 0 9 0 28459400 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216875 31390 2033 9 0 211333 0
[pid=3210/tid=3212] ppid=3208 vsize=867500 CPUtime=24.2
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 15849 0 1 0 2402 18 0 0 25 0 9 0 28459402 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4126467427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867500 CPUtime=0.72
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 14815 0 0 0 66 6 0 0 17 0 9 0 28459403 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28459406 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867500 CPUtime=0.28
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 712 0 0 0 28 0 0 0 16 0 9 0 28459406 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28459406 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28459406 888320000 31390 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867500

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

[startup+28.7025 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3219
/proc/meminfo: memFree=1591424/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867500 CPUtime=28.41
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 35132 0 1 0 2813 28 0 0 18 0 9 0 28459400 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216875 34441 2033 9 0 211333 0
[pid=3210/tid=3212] ppid=3208 vsize=867500 CPUtime=27.15
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 15852 0 1 0 2697 18 0 0 25 0 9 0 28459402 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4127093629 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867500 CPUtime=0.93
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 17865 0 0 0 86 7 0 0 17 0 9 0 28459403 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28459404 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28459406 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867500 CPUtime=0.29
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 713 0 0 0 29 0 0 0 16 0 9 0 28459406 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28459406 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867500 CPUtime=0
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28459406 888320000 34441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.41
Current children cumulated vsize (KiB) 867500

[startup+30.3017 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3223
/proc/meminfo: memFree=1591104/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867824 CPUtime=29.98
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 38847 1077 1 0 2945 30 21 2 18 0 9 0 28459400 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216956 34499 2045 9 0 211414 0
[pid=3210/tid=3212] ppid=3208 vsize=867824 CPUtime=28.68
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 19214 1077 1 0 2825 20 21 2 25 0 9 0 28459402 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4127244253 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867824 CPUtime=1.16
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 17927 1077 0 0 86 7 21 2 16 0 9 0 28459403 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867824 CPUtime=0.23
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 16 1077 0 0 0 0 21 2 16 0 9 0 28459404 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867824 CPUtime=0.23
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 5 1077 0 0 0 0 21 2 16 0 9 0 28459404 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867824 CPUtime=0.23
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 1077 0 0 0 0 21 2 18 0 9 0 28459406 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867824 CPUtime=0.55
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 862 1077 0 0 32 0 21 2 15 0 9 0 28459406 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867824 CPUtime=0.23
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 1077 0 0 0 0 21 2 19 0 9 0 28459406 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867824 CPUtime=0.23
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 13 1077 0 0 0 0 21 2 15 0 9 0 28459406 888651776 34499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (KiB) 867824

[startup+31.1019 s]
/proc/loadavg: 2.01 1.99 1.99 4/92 3223
/proc/meminfo: memFree=1590976/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867912 CPUtime=30.77
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 60277 1077 1 0 3019 35 21 2 18 0 9 0 28459400 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216978 36741 2661 9 0 211414 0
[pid=3210/tid=3212] ppid=3208 vsize=867912 CPUtime=28.94
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 21961 1077 1 0 2850 21 21 2 25 0 9 0 28459402 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4125958936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867912 CPUtime=1.67
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 36581 1077 0 0 134 10 21 2 20 0 9 0 28459403 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 21 1077 0 0 0 0 21 2 17 0 9 0 28459404 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 15 1077 0 0 0 0 21 2 16 0 9 0 28459404 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 1077 0 0 0 0 21 2 18 0 9 0 28459406 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867912 CPUtime=0.59
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 876 1077 0 0 35 1 21 2 15 0 9 0 28459406 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 1077 0 0 0 0 21 2 19 0 9 0 28459406 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 13 1077 0 0 0 0 21 2 15 0 9 0 28459406 888741888 36741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.77
Current children cumulated vsize (KiB) 867912

[startup+31.908 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3223
/proc/meminfo: memFree=1565440/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=867912 CPUtime=31.57
/proc/3210/stat : 3210 (java) S 3208 3210 2105 0 -1 0 73556 1077 1 0 3095 39 21 2 18 0 9 0 28459400 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 216978 41553 2663 9 0 211414 0
[pid=3210/tid=3212] ppid=3208 vsize=867912 CPUtime=29.58
/proc/3210/task/3212/stat : 3212 (java) R 3208 3210 2105 0 -1 64 29054 1077 1 0 2913 22 21 2 25 0 9 0 28459402 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4127246095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3213] ppid=3208 vsize=867912 CPUtime=1.76
/proc/3210/task/3213/stat : 3213 (java) S 3208 3210 2105 0 -1 64 42671 1077 0 0 140 13 21 2 16 0 9 0 28459403 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3214] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3214/stat : 3214 (java) S 3208 3210 2105 0 -1 64 21 1077 0 0 0 0 21 2 16 0 9 0 28459404 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3215] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3215/stat : 3215 (java) S 3208 3210 2105 0 -1 64 25 1077 0 0 0 0 21 2 15 0 9 0 28459404 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3216] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3216/stat : 3216 (java) S 3208 3210 2105 0 -1 64 1 1077 0 0 0 0 21 2 18 0 9 0 28459406 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3217] ppid=3208 vsize=867912 CPUtime=0.65
/proc/3210/task/3217/stat : 3217 (java) S 3208 3210 2105 0 -1 64 962 1077 0 0 41 1 21 2 15 0 9 0 28459406 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3218] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3218/stat : 3218 (java) S 3208 3210 2105 0 -1 64 1 1077 0 0 0 0 21 2 19 0 9 0 28459406 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3210/tid=3219] ppid=3208 vsize=867912 CPUtime=0.23
/proc/3210/task/3219/stat : 3219 (java) S 3208 3210 2105 0 -1 64 13 1077 0 0 0 0 21 2 15 0 9 0 28459406 888741888 41553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 867912

[startup+32.3025 s]
/proc/loadavg: 2.01 1.99 1.99 3/92 3223
/proc/meminfo: memFree=1565440/2055920 swapFree=4192812/4192956
[pid=3210] ppid=3208 vsize=0 CPUtime=31.92
/proc/3210/stat : 3210 (java) Z 3208 3210 2105 0 -1 12 73592 1077 1 0 3129 40 21 2 16 0 2 0 28459400 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.92
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 32.3115
CPU time (s): 31.9481
CPU user time (s): 31.5022
CPU system time (s): 0.445932
CPU usage (%): 98.8756
Max. virtual memory (cumulated for all children) (KiB): 867912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.5022
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74669
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= 2866
involuntary context switches= 4117

runsolver used 0.042993 second user time and 0.112982 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 17:52:47
IDJOB=2097753
IDBENCH=57695
IDSOLVER=773
FILE ID=node68/2097753-1247413967
PBS_JOBID= 9510511
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-1.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-2097753-1247413967/watcher-2097753-1247413967 -o /tmp/evaluation-result-2097753-1247413967/solver-2097753-1247413967 -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-2097753-1247413967.xml

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

MD5SUM BENCH= d8c3423564a2d6b9b1f50261d186e818
RANDOM SEED=215187513

node68.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.258
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.258
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:       1722408 kB
Buffers:         42776 kB
Cached:         133140 kB
SwapCached:          0 kB
Active:         193772 kB
Inactive:        79372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6704 kB
Writeback:           0 kB
Mapped:         117900 kB
Slab:            45024 kB
Committed_AS:  1043772 kB
PageTables:       2128 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB
End job on node68 at 2009-07-12 17:53:20