Trace number 2098653

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 16.8684 17.0492

DiagnosticValue
CHECKS51348
NODES0

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-0.xml
MD5SUMed5dab5fc1b3ca8c3e25bd428d0d1b83
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 benchmark4.31634
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

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098653-1247416346.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.43	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.38/0.43	       =>  wckTime=0.175  cpuTime=0.13  mem=10M837
0.38/0.43	   
0.38/0.43	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
16.51/16.72	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=2387  nbConvertConstraintsChecks=42047884
16.51/16.72	     nbExtensionStructures=1133  nbSharedExtensionStructures=1557  nbConflictsStructures=1133
16.51/16.72	     nbSharedConflictsStructures=1557  nbSharedBinaryRepresentations=415351  minDegree=5  maxDegree=17  minArity=2
16.51/16.72	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.183  symmetryCpuTime=0.12
16.51/16.72	       =>  wckTime=16.468  cpuTime=15.97  mem=45M411
16.62/16.85	   
16.62/16.85	   solver IterativeSystematicSolver being built... 
16.72/16.99	       =>  wckTime=16.74  cpuTime=16.1  mem=31M718
16.81/17.01	   
16.81/17.02	   preprocessing
16.81/17.02	     nbConstraintChecks=51348  nbPropagations=21  nbRevisions=315  nbUselessRevisions=174  nbRemovedValues=12291
16.81/17.02	     detectedInconsistency=yes
16.81/17.02	       =>  wckTime=0.021  cpuTime=0.01  mem=32M683
16.81/17.02	   
16.81/17.02	   global
16.81/17.02	     nbConstraintChecks=51348  nbPropagations=21  nbRevisions=315  nbUselessRevisions=174  nbRestartNogoods=0
16.81/17.02	     solvingWckTime=0.024  solvingCpuTime=0.01  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
16.81/17.02	     globalCpuTime=16.15
16.81/17.02	       =>  wckTime=16.766  cpuTime=16.11  mem=32M683
16.81/17.02	   
16.81/17.02	s UNSATISFIABLE
16.81/17.02	d NODES 0
16.81/17.02	d CHECKS 51348
16.81/17.02	   
16.81/17.02	   totalWckTime=16.836  totalCpuTime=16.16

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-2098653-1247416346/watcher-2098653-1247416346 -o /tmp/evaluation-result-2098653-1247416346/solver-2098653-1247416346 -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-2098653-1247416346.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.05 2.03 2.01 4/81 1990
/proc/meminfo: memFree=1727880/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=18576 CPUtime=0
/proc/1990/stat : 1990 (runsolver) R 1988 1990 1908 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28699995 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1990/statm: 4644 284 249 26 0 2626 0

[startup+0.0803239 s]
/proc/loadavg: 2.05 2.03 2.01 4/81 1990
/proc/meminfo: memFree=1727880/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=864104 CPUtime=0.07
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 3123 0 1 0 5 2 0 0 20 0 9 0 28699995 884842496 2608 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216026 2608 1240 9 0 210919 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864104

[startup+0.101323 s]
/proc/loadavg: 2.05 2.03 2.01 4/81 1990
/proc/meminfo: memFree=1727880/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=865940 CPUtime=0.08
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 3732 0 1 0 6 2 0 0 20 0 9 0 28699995 886722560 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216485 3200 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.301362 s]
/proc/loadavg: 2.05 2.03 2.01 4/81 1990
/proc/meminfo: memFree=1727880/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=866432 CPUtime=0.28
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 5923 0 1 0 24 4 0 0 20 0 9 0 28699995 887226368 5289 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216608 5289 1983 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.701437 s]
/proc/loadavg: 2.05 2.03 2.01 4/81 1990
/proc/meminfo: memFree=1727880/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867736 CPUtime=0.68
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 9532 0 1 0 62 6 0 0 20 0 9 0 28699995 888561664 8886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216934 8886 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50257 s]
/proc/loadavg: 2.04 2.03 2.01 3/90 2000
/proc/meminfo: memFree=1689664/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867736 CPUtime=1.47
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 12533 0 1 0 138 9 0 0 20 0 9 0 28699995 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216934 11884 2041 9 0 211370 0
[pid=1990/tid=1992] ppid=1988 vsize=867736 CPUtime=1.26
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 11143 0 1 0 119 7 0 0 25 0 9 0 28699996 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4126901032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699998 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28699998 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28699998 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700000 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867736 CPUtime=0.18
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 692 0 0 0 18 0 0 0 15 0 9 0 28700000 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700000 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700000 888561664 11884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867736

[startup+3.10187 s]
/proc/loadavg: 2.04 2.03 2.01 3/90 2000
/proc/meminfo: memFree=1685696/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867736 CPUtime=3.05
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 13794 0 1 0 295 10 0 0 20 0 9 0 28699995 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216934 13143 2041 9 0 211370 0
[pid=1990/tid=1992] ppid=1988 vsize=867736 CPUtime=2.83
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 12382 0 1 0 275 8 0 0 25 0 9 0 28699996 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4126926148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699998 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28699998 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28699998 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700000 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867736 CPUtime=0.2
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 714 0 0 0 20 0 0 0 15 0 9 0 28700000 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700000 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700000 888561664 13143 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867736

[startup+6.30245 s]
/proc/loadavg: 2.04 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1676224/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867736 CPUtime=6.22
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 16066 0 1 0 609 13 0 0 20 0 9 0 28699995 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216934 15412 2041 9 0 211370 0
[pid=1990/tid=1992] ppid=1988 vsize=867736 CPUtime=5.99
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 14646 0 1 0 587 12 0 0 25 0 9 0 28699996 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4126902455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699998 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28699998 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28699998 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700000 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867736 CPUtime=0.21
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 722 0 0 0 21 0 0 0 15 0 9 0 28700000 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700000 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867736 CPUtime=0
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700000 888561664 15412 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867736

[startup+12.7026 s]
/proc/loadavg: 2.04 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1661248/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867648 CPUtime=12.57
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 19089 0 1 0 1237 20 0 0 20 0 9 0 28699995 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216912 18408 2029 9 0 211370 0
[pid=1990/tid=1992] ppid=1988 vsize=867648 CPUtime=12.25
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 15838 0 1 0 1208 17 0 0 25 0 9 0 28699996 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4126902515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867648 CPUtime=0.04
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 1813 0 0 0 4 0 0 0 17 0 9 0 28699998 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699998 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699998 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700000 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867648 CPUtime=0.23
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 737 0 0 0 23 0 0 0 16 0 9 0 28700000 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700000 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700000 888471552 18408 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867648

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

[startup+14.3069 s]
/proc/loadavg: 2.04 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1661248/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867648 CPUtime=14.14
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 19091 0 1 0 1394 20 0 0 20 0 9 0 28699995 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216912 18409 2029 9 0 211370 0
[pid=1990/tid=1992] ppid=1988 vsize=867648 CPUtime=13.84
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 15839 0 1 0 1366 18 0 0 25 0 9 0 28699996 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4126903671 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867648 CPUtime=0.04
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 1813 0 0 0 4 0 0 0 16 0 9 0 28699998 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699998 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699998 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700000 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867648 CPUtime=0.23
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 738 0 0 0 23 0 0 0 15 0 9 0 28700000 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700000 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700000 888471552 18409 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 867648

[startup+15.9022 s]
/proc/loadavg: 2.04 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1661248/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867648 CPUtime=15.73
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 19095 0 1 0 1552 21 0 0 20 0 9 0 28699995 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216912 18413 2031 9 0 211370 0
[pid=1990/tid=1992] ppid=1988 vsize=867648 CPUtime=15.42
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 15840 0 1 0 1523 19 0 0 25 0 9 0 28699996 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4126906487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867648 CPUtime=0.04
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 1813 0 0 0 4 0 0 0 16 0 9 0 28699998 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699998 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699998 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28700000 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867648 CPUtime=0.24
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 741 0 0 0 24 0 0 0 15 0 9 0 28700000 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700000 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867648 CPUtime=0
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700000 888471552 18413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867648

[startup+16.7023 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1661248/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=867972 CPUtime=16.51
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 21275 405 1 0 1625 23 2 1 20 0 10 0 28699995 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 216993 18464 2043 9 0 211451 0
[pid=1990/tid=1992] ppid=1988 vsize=867972 CPUtime=16.17
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 17673 405 1 0 1594 20 2 1 24 0 10 0 28699996 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4127189856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=867972 CPUtime=0.07
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 1886 405 0 0 4 0 2 1 16 0 10 0 28699998 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=867972 CPUtime=0.03
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 16 405 0 0 0 0 2 1 16 0 10 0 28699998 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=867972 CPUtime=0.03
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 5 405 0 0 0 0 2 1 16 0 10 0 28699998 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=867972 CPUtime=0.03
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 405 0 0 0 0 2 1 25 0 10 0 28700000 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=867972 CPUtime=0.29
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 879 405 0 0 26 0 2 1 15 0 10 0 28700000 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=867972 CPUtime=0.03
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 405 0 0 0 0 2 1 25 0 10 0 28700000 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=867972 CPUtime=0.03
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 10 405 0 0 0 0 2 1 15 0 10 0 28700000 888803328 18464 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (KiB) 867972

[startup+16.9024 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1661248/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=868060 CPUtime=16.72
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 29957 405 1 0 1643 26 2 1 20 0 9 0 28699995 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 217015 21644 2659 9 0 211451 0
[pid=1990/tid=1992] ppid=1988 vsize=868060 CPUtime=16.23
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 18887 405 1 0 1599 21 2 1 25 0 9 0 28699996 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 102751277 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=868060 CPUtime=0.2
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 9286 405 0 0 15 2 2 1 17 0 9 0 28699998 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 20 405 0 0 0 0 2 1 17 0 9 0 28699998 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 12 405 0 0 0 0 2 1 16 0 9 0 28699998 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 405 0 0 0 0 2 1 25 0 9 0 28700000 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=868060 CPUtime=0.31
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 932 405 0 0 28 0 2 1 16 0 9 0 28700000 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 405 0 0 0 0 2 1 25 0 9 0 28700000 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 10 405 0 0 0 0 2 1 15 0 9 0 28700000 888893440 21644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 868060

[startup+17.0043 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 2000
/proc/meminfo: memFree=1661248/2055920 swapFree=4192812/4192956
[pid=1990] ppid=1988 vsize=868060 CPUtime=16.81
/proc/1990/stat : 1990 (java) S 1988 1990 1908 0 -1 0 32583 405 1 0 1652 26 2 1 20 0 9 0 28699995 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1990/statm: 217015 21686 2661 9 0 211451 0
[pid=1990/tid=1992] ppid=1988 vsize=868060 CPUtime=16.32
/proc/1990/task/1992/stat : 1992 (java) R 1988 1990 1908 0 -1 64 21506 405 1 0 1608 21 2 1 25 0 9 0 28699996 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1993] ppid=1988 vsize=868060 CPUtime=0.2
/proc/1990/task/1993/stat : 1993 (java) S 1988 1990 1908 0 -1 64 9286 405 0 0 15 2 2 1 17 0 9 0 28699998 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1994] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1994/stat : 1994 (java) S 1988 1990 1908 0 -1 64 20 405 0 0 0 0 2 1 17 0 9 0 28699998 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1995] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1995/stat : 1995 (java) S 1988 1990 1908 0 -1 64 12 405 0 0 0 0 2 1 16 0 9 0 28699998 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1996] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1996/stat : 1996 (java) S 1988 1990 1908 0 -1 64 2 405 0 0 0 0 2 1 25 0 9 0 28700000 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1998] ppid=1988 vsize=868060 CPUtime=0.31
/proc/1990/task/1998/stat : 1998 (java) S 1988 1990 1908 0 -1 64 939 405 0 0 28 0 2 1 15 0 9 0 28700000 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=1999] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/1999/stat : 1999 (java) S 1988 1990 1908 0 -1 64 0 405 0 0 0 0 2 1 25 0 9 0 28700000 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1990/tid=2000] ppid=1988 vsize=868060 CPUtime=0.03
/proc/1990/task/2000/stat : 2000 (java) S 1988 1990 1908 0 -1 64 10 405 0 0 0 0 2 1 15 0 9 0 28700000 888893440 21686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.81
Current children cumulated vsize (KiB) 868060

Child status: 0
Real time (s): 17.0492
CPU time (s): 16.8684
CPU user time (s): 16.5785
CPU system time (s): 0.289955
CPU usage (%): 98.9396
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5785
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33113
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= 2014
involuntary context switches= 2704

runsolver used 0.023996 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 18:32:26
IDJOB=2098653
IDBENCH=58849
IDSOLVER=773
FILE ID=node84/2098653-1247416346
PBS_JOBID= 9510763
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-0.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-2098653-1247416346/watcher-2098653-1247416346 -o /tmp/evaluation-result-2098653-1247416346/solver-2098653-1247416346 -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-2098653-1247416346.xml

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

MD5SUM BENCH= ed5dab5fc1b3ca8c3e25bd428d0d1b83
RANDOM SEED=370352410

node84.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.259
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.259
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:       1728232 kB
Buffers:         42028 kB
Cached:         133412 kB
SwapCached:          0 kB
Active:         187436 kB
Inactive:        83992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:         114292 kB
Slab:            41388 kB
Committed_AS:  1012872 kB
PageTables:       1916 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= 66312 MiB
End job on node84 at 2009-07-12 18:32:43