Trace number 2098657

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 21.1568 21.1904

DiagnosticValue
CHECKS64986
NODES0

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-3.xml
MD5SUM75e1db7383da88119e757b40e890b46a
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.11038
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.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098657-1247416347.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.42	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.38/0.42	       =>  wckTime=0.174  cpuTime=0.12  mem=10M837
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
20.46/20.55	   
20.46/20.55	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 45M956)
20.76/20.82	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=2246  nbConvertConstraintsChecks=51809272
20.76/20.82	     nbExtensionStructures=1278  nbSharedExtensionStructures=1442  nbConflictsStructures=1296
20.76/20.82	     nbSharedConflictsStructures=1444  nbUnbuiltConflictsStructures=99  nbSharedBinaryRepresentations=489750
20.76/20.82	     nbEvaluationManagers=117  nbSharedEvaluationManagers=24  minDegree=5  maxDegree=17  minArity=2  maxArity=2
20.76/20.82	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.199  symmetryCpuTime=0.13
20.76/20.82	       =>  wckTime=20.574  cpuTime=20.21  mem=54M879
20.85/20.96	   
20.85/20.97	   solver IterativeSystematicSolver being built... 
21.05/21.12	       =>  wckTime=20.877  cpuTime=20.35  mem=33M273
21.05/21.15	   
21.05/21.15	   preprocessing
21.05/21.15	     nbConstraintChecks=64986  nbValidityChecks=2  nbPropagations=25  nbRevisions=407  nbUselessRevisions=228
21.05/21.15	     nbRemovedValues=15953  detectedInconsistency=yes
21.05/21.16	       =>  wckTime=0.029  cpuTime=0.02  mem=33M273
21.05/21.16	   
21.05/21.16	   global
21.05/21.16	     nbConstraintChecks=64986  nbValidityChecks=2  nbPropagations=25  nbRevisions=407  nbUselessRevisions=228
21.05/21.16	     nbRestartNogoods=0  solvingWckTime=0.032  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes
21.05/21.16	     nbFoundSolutions=0  globalCpuTime=20.42
21.05/21.16	       =>  wckTime=20.911  cpuTime=20.38  mem=34M256
21.05/21.16	   
21.05/21.16	s UNSATISFIABLE
21.05/21.16	d NODES 0
21.05/21.16	d CHECKS 64986
21.05/21.16	   
21.05/21.16	   totalWckTime=20.982  totalCpuTime=20.42

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-2098657-1247416347/watcher-2098657-1247416347 -o /tmp/evaluation-result-2098657-1247416347/solver-2098657-1247416347 -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-2098657-1247416347.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: 1.99 1.97 1.99 4/80 29920
/proc/meminfo: memFree=1742432/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=1616 CPUtime=0
/proc/29920/stat : 29920 (java) R 29918 29920 29883 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 28697584 1654784 145 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 1099564852736 0 0 17 0 0 0
/proc/29920/statm: 404 145 119 9 0 46 0

[startup+0.086011 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 29920
/proc/meminfo: memFree=1742432/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=865912 CPUtime=0.07
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 3588 0 1 0 5 2 0 0 18 0 9 0 28697584 886693888 3074 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216478 3080 1639 9 0 210970 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865912

[startup+0.101012 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 29920
/proc/meminfo: memFree=1742432/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=865940 CPUtime=0.08
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 3738 0 1 0 6 2 0 0 18 0 9 0 28697584 886722560 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216485 3206 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865940

[startup+0.30104 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 29920
/proc/meminfo: memFree=1742432/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=866432 CPUtime=0.28
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 5972 0 1 0 24 4 0 0 18 0 9 0 28697584 887226368 5338 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216608 5339 1984 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.701084 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 29920
/proc/meminfo: memFree=1742432/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867736 CPUtime=0.68
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 9599 0 1 0 61 7 0 0 18 0 9 0 28697584 888561664 8953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216934 8954 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50118 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1704536/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867736 CPUtime=1.48
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 12549 0 1 0 139 9 0 0 18 0 9 0 28697584 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216934 11900 2041 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867736 CPUtime=1.29
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 11161 0 1 0 121 8 0 0 25 0 9 0 28697585 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4126925554 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28697587 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28697587 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28697587 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867736 CPUtime=0.18
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 691 0 0 0 18 0 0 0 15 0 9 0 28697589 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888561664 11900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867736

[startup+3.10237 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1700504/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867736 CPUtime=3.08
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 13824 0 1 0 298 10 0 0 18 0 9 0 28697584 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216934 13173 2041 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867736 CPUtime=2.87
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 12414 0 1 0 278 9 0 0 25 0 9 0 28697585 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4126902455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28697587 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28697587 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28697587 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867736 CPUtime=0.2
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 713 0 0 0 20 0 0 0 15 0 9 0 28697589 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888561664 13173 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867736

[startup+6.30274 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1690840/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867736 CPUtime=6.27
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 16096 0 1 0 615 12 0 0 18 0 9 0 28697584 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216934 15442 2041 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867736 CPUtime=6.05
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 14679 0 1 0 594 11 0 0 25 0 9 0 28697585 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4126906487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 28697587 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 28697587 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 28697587 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867736 CPUtime=0.21
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 720 0 0 0 21 0 0 0 15 0 9 0 28697589 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867736 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888561664 15442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867736

[startup+12.7025 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1676440/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867648 CPUtime=12.67
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 19029 0 1 0 1251 16 0 0 18 0 9 0 28697584 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216912 18349 2029 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867648 CPUtime=12.39
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 15840 0 1 0 1225 14 0 0 25 0 9 0 28697585 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4126900935 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867648 CPUtime=0.04
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 1765 0 0 0 4 0 0 0 16 0 9 0 28697587 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867648 CPUtime=0.21
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 722 0 0 0 21 0 0 0 17 0 9 0 28697589 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888471552 18349 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867648

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

[startup+15.9029 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1676440/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867648 CPUtime=15.87
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 19044 0 1 0 1570 17 0 0 18 0 9 0 28697584 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216912 18363 2029 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867648 CPUtime=15.57
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 15841 0 1 0 1541 16 0 0 25 0 9 0 28697585 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4126467463 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867648 CPUtime=0.04
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 1765 0 0 0 4 0 0 0 17 0 9 0 28697587 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867648 CPUtime=0.23
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 736 0 0 0 23 0 0 0 15 0 9 0 28697589 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888471552 18363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 867648

[startup+19.1013 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1676440/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867648 CPUtime=19.07
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 19045 0 1 0 1887 20 0 0 18 0 9 0 28697584 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216912 18364 2029 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867648 CPUtime=18.76
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 15841 0 1 0 1858 18 0 0 25 0 9 0 28697585 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4126903664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867648 CPUtime=0.04
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 1765 0 0 0 4 0 0 0 16 0 9 0 28697587 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867648 CPUtime=0.24
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 737 0 0 0 24 0 0 0 15 0 9 0 28697589 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888471552 18364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 867648

[startup+19.9014 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1676440/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867648 CPUtime=19.87
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 19046 0 1 0 1967 20 0 0 18 0 9 0 28697584 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216912 18365 2029 9 0 211370 0
[pid=29920/tid=29922] ppid=29918 vsize=867648 CPUtime=19.56
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 15842 0 1 0 1938 18 0 0 25 0 9 0 28697585 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867648 CPUtime=0.04
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 1765 0 0 0 4 0 0 0 16 0 9 0 28697587 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697587 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 28697589 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867648 CPUtime=0.24
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 737 0 0 0 24 0 0 0 15 0 9 0 28697589 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28697589 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867648 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697589 888471552 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 867648

[startup+20.7024 s]
/proc/loadavg: 1.99 1.97 1.99 3/89 29929
/proc/meminfo: memFree=1676440/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=867972 CPUtime=20.64
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 19097 0 1 0 2043 21 0 0 18 0 10 0 28697584 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 216993 18400 2036 9 0 211451 0
[pid=29920/tid=29922] ppid=29918 vsize=867972 CPUtime=20.32
/proc/29920/task/29922/stat : 29922 (java) S 29918 29920 29883 0 -1 64 15867 0 1 0 2013 19 0 0 25 0 10 0 28697585 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29923] ppid=29918 vsize=867972 CPUtime=0.04
/proc/29920/task/29923/stat : 29923 (java) S 29918 29920 29883 0 -1 64 1766 0 0 0 4 0 0 0 16 0 10 0 28697587 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29924] ppid=29918 vsize=867972 CPUtime=0
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28697587 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29925] ppid=29918 vsize=867972 CPUtime=0
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28697587 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29926] ppid=29918 vsize=867972 CPUtime=0
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 23 0 10 0 28697589 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=867972 CPUtime=0.25
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 750 0 0 0 25 0 0 0 15 0 10 0 28697589 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29928] ppid=29918 vsize=867972 CPUtime=0
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 28697589 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=867972 CPUtime=0
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 28697589 888803328 18400 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 867972

[startup+21.1025 s]
/proc/loadavg: 1.99 1.97 1.99 4/91 29933
/proc/meminfo: memFree=1676040/2055920 swapFree=4192812/4192956
[pid=29920] ppid=29918 vsize=868060 CPUtime=21.05
/proc/29920/stat : 29920 (java) S 29918 29920 29883 0 -1 0 32497 279 1 0 2079 24 2 0 18 0 10 0 28697584 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29920/statm: 217015 21662 2662 9 0 211451 0
[pid=29933] ppid=29920 vsize=1156 CPUtime=0
/proc/29933/stat : 29933 (rm) R 29920 29920 29883 0 -1 4194304 23 0 0 0 0 0 0 0 18 0 1 0 28699655 1183744 2 996147200 0 0 548682069479 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/29933/statm: 289 2 0 0 0 1 0
[pid=29920/tid=29922] ppid=29918 vsize=868060 CPUtime=20.54
/proc/29920/task/29922/stat : 29922 (java) R 29918 29920 29883 0 -1 64 21163 279 1 0 2032 20 2 0 16 0 10 0 28697585 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 102230487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29920/tid=29923] ppid=29918 vsize=868060 CPUtime=0.2
/proc/29920/task/29923/stat : 29923 (java) R 29918 29920 29883 0 -1 64 9537 279 0 0 16 2 2 0 17 0 10 0 28697587 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29920/tid=29924] ppid=29918 vsize=868060 CPUtime=0.02
/proc/29920/task/29924/stat : 29924 (java) S 29918 29920 29883 0 -1 64 19 279 0 0 0 0 2 0 16 0 10 0 28697587 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29920/tid=29925] ppid=29918 vsize=868060 CPUtime=0.02
/proc/29920/task/29925/stat : 29925 (java) S 29918 29920 29883 0 -1 64 8 279 0 0 0 0 2 0 16 0 10 0 28697587 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29920/tid=29926] ppid=29918 vsize=868060 CPUtime=0.02
/proc/29920/task/29926/stat : 29926 (java) S 29918 29920 29883 0 -1 64 1 279 0 0 0 0 2 0 23 0 10 0 28697589 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29927] ppid=29918 vsize=868060 CPUtime=0.31
/proc/29920/task/29927/stat : 29927 (java) S 29918 29920 29883 0 -1 64 950 279 0 0 29 0 2 0 15 0 10 0 28697589 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29920/tid=29928] ppid=29918 vsize=868060 CPUtime=0.02
/proc/29920/task/29928/stat : 29928 (java) S 29918 29920 29883 0 -1 64 1 279 0 0 0 0 2 0 24 0 10 0 28697589 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29929] ppid=29918 vsize=868060 CPUtime=0.02
/proc/29920/task/29929/stat : 29929 (java) S 29918 29920 29883 0 -1 64 16 279 0 0 0 0 2 0 15 0 10 0 28697589 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29920/tid=29932] ppid=29918 vsize=868060 CPUtime=0.02
/proc/29920/task/29932/stat : 29932 (java) S 29918 29920 29883 0 -1 64 45 279 0 0 0 0 2 0 16 0 10 0 28699655 888893440 21662 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.05
Current children cumulated vsize (KiB) 869216

Child status: 0
Real time (s): 21.1904
CPU time (s): 21.1568
CPU user time (s): 20.8768
CPU system time (s): 0.279957
CPU usage (%): 99.8412
Max. virtual memory (cumulated for all children) (KiB): 869216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8768
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34175
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= 2057
involuntary context switches= 2115

runsolver used 0.045993 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 18:32:28
IDJOB=2098657
IDBENCH=58855
IDSOLVER=773
FILE ID=node66/2098657-1247416347
PBS_JOBID= 9510780
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 75e1db7383da88119e757b40e890b46a
RANDOM SEED=1328087098

node66.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.214
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.214
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:       1742912 kB
Buffers:         40812 kB
Cached:         121776 kB
SwapCached:          0 kB
Active:         181860 kB
Inactive:        72632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2776 kB
Writeback:           0 kB
Mapped:         112420 kB
Slab:            43528 kB
Committed_AS:   995240 kB
PageTables:       1896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node66 at 2009-07-12 18:32:49