Trace number 2098649

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 22.9805 23.0192

DiagnosticValue
CHECKS258734
NODES0

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-1.xml
MD5SUMdf0bdb703dec630374c59a2d969c4940
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 benchmark22.9265
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2098649-1247416335.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.43	     nbVariables=350  nbDomainTypes=8  minDomainSize=186  maxDomainSize=802  nbTotalValues=201074
0.39/0.43	       =>  wckTime=0.19  cpuTime=0.15  mem=14M732
0.39/0.43	   
0.39/0.43	   predicates being loaded...
0.39/0.49	   
0.39/0.49	   constraints being loaded...
20.58/20.64	   
20.58/20.64	   INFO : Stopping converting binary constraints (cpu=20.18, mem = 21M122)
22.27/22.37	     nbConstraints=3122  nbGlobalConstraints=8  nbMergedConstraints=2759  nbConvertedConstraints=109
22.27/22.37	     nbConvertConstraintsChecks=42516134  nbExtensionStructures=86  nbSharedExtensionStructures=23
22.27/22.37	     nbConflictsStructures=86  nbSharedConflictsStructures=23  nbUnbuiltConflictsStructures=881
22.27/22.37	     nbSharedBinaryRepresentations=103631  nbEvaluationManagers=881  nbSharedEvaluationManagers=2124  minDegree=5
22.27/22.37	     maxDegree=38  minArity=2  avgArity=2.01  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=1.046
22.27/22.37	     symmetryCpuTime=0.95  nbCliques=8
22.27/22.37	       =>  wckTime=22.128  cpuTime=21.68  mem=28M567
22.46/22.50	   
22.46/22.50	   solver IterativeSystematicSolver being built... 
22.56/22.64	   
22.56/22.64	   INFO : Forward propagation technique limited 
22.66/22.77	       =>  wckTime=22.53  cpuTime=21.87  mem=42M485
22.85/22.97	   
22.85/22.97	   preprocessing
22.85/22.98	     nbConstraintChecks=258734  nbValidityChecks=170  nbPropagations=13  nbRevisions=319  nbUselessRevisions=193
22.85/22.98	     nbRemovedValues=35416  detectedInconsistency=yes
22.85/22.98	       =>  wckTime=0.203  cpuTime=0.19  mem=43M522
22.85/22.98	   
22.85/22.98	   global
22.85/22.98	     nbConstraintChecks=258734  nbValidityChecks=170  nbPropagations=13  nbRevisions=319  nbUselessRevisions=193
22.85/22.98	     nbRestartNogoods=0  solvingWckTime=0.205  solvingCpuTime=0.19  expiredTime=no  totalExploration=yes
22.85/22.98	     nbFoundSolutions=0  globalCpuTime=22.09
22.85/22.98	       =>  wckTime=22.74  cpuTime=22.06  mem=43M522
22.85/22.98	   
22.85/22.98	s UNSATISFIABLE
22.85/22.98	d NODES 0
22.85/22.98	d CHECKS 258734
22.85/22.99	   
22.85/22.99	   totalWckTime=22.811  totalCpuTime=22.11

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-2098649-1247416335/watcher-2098649-1247416335 -o /tmp/evaluation-result-2098649-1247416335/solver-2098649-1247416335 -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-2098649-1247416335.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.88 1.97 1.99 4/80 2993
/proc/meminfo: memFree=1731488/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=152 CPUtime=0
/proc/2993/stat : 2993 (java) R 2991 2993 2917 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28696649 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4872845 0 0 4096 0 0 0 0 17 0 0 0
/proc/2993/statm: 68 33 26 9 0 4 0

[startup+0.051074 s]
/proc/loadavg: 1.88 1.97 1.99 4/80 2993
/proc/meminfo: memFree=1731488/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=863984 CPUtime=0.04
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 2732 0 1 0 3 1 0 0 18 0 9 0 28696649 884719616 2283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 215996 2283 1085 9 0 210889 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863984

[startup+0.101078 s]
/proc/loadavg: 1.88 1.97 1.99 4/80 2993
/proc/meminfo: memFree=1731488/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=865980 CPUtime=0.09
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 3823 0 1 0 7 2 0 0 18 0 9 0 28696649 886763520 3269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216495 3269 1725 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301095 s]
/proc/loadavg: 1.88 1.97 1.99 4/80 2993
/proc/meminfo: memFree=1731488/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=866500 CPUtime=0.29
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 6121 0 1 0 25 4 0 0 18 0 9 0 28696649 887296000 5487 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216623 5487 1987 9 0 211081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866500

[startup+0.701131 s]
/proc/loadavg: 1.88 1.97 1.99 4/80 2993
/proc/meminfo: memFree=1731488/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867776 CPUtime=0.68
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 10546 0 1 0 61 7 0 0 18 0 9 0 28696649 888602624 9900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216944 9900 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.5012 s]
/proc/loadavg: 1.89 1.97 1.99 4/89 3002
/proc/meminfo: memFree=1681880/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867776 CPUtime=1.49
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 15343 0 1 0 139 10 0 0 18 0 9 0 28696649 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216944 14694 2041 9 0 211380 0
[pid=2993/tid=2995] ppid=2991 vsize=867776 CPUtime=1.3
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 13962 0 1 0 121 9 0 0 25 0 9 0 28696650 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4126936375 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2996] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28696651 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2997] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 28696651 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28696651 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28696653 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=867776 CPUtime=0.17
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 683 0 0 0 17 0 0 0 16 0 9 0 28696653 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3001] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28696653 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28696653 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867776

[startup+3.10134 s]
/proc/loadavg: 1.89 1.97 1.99 3/89 3002
/proc/meminfo: memFree=1679384/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867776 CPUtime=3.09
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 15934 0 1 0 298 11 0 0 18 0 9 0 28696649 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216944 15283 2041 9 0 211380 0
[pid=2993/tid=2995] ppid=2991 vsize=867776 CPUtime=2.89
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 14547 0 1 0 279 10 0 0 25 0 9 0 28696650 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4126911453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2996] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28696651 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2997] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 28696651 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28696651 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28696653 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=867776 CPUtime=0.18
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 689 0 0 0 18 0 0 0 15 0 9 0 28696653 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3001] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28696653 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28696653 888602624 15283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867776

[startup+6.30263 s]
/proc/loadavg: 1.90 1.97 1.99 3/89 3002
/proc/meminfo: memFree=1675736/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867776 CPUtime=6.29
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 16628 0 1 0 618 11 0 0 18 0 9 0 28696649 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216944 15975 2041 9 0 211380 0
[pid=2993/tid=2995] ppid=2991 vsize=867776 CPUtime=6.09
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 15239 0 1 0 599 10 0 0 25 0 9 0 28696650 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4126909367 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2996] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 28696651 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2997] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 28696651 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28696651 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28696653 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=867776 CPUtime=0.18
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 691 0 0 0 18 0 0 0 15 0 9 0 28696653 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3001] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28696653 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=867776 CPUtime=0
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28696653 888602624 15975 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 867776

[startup+12.7022 s]
/proc/loadavg: 1.91 1.97 1.99 3/89 3002
/proc/meminfo: memFree=1662296/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867688 CPUtime=12.68
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 19802 0 1 0 1256 12 0 0 18 0 9 0 28696649 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216922 19122 2029 9 0 211380 0
[pid=2993/tid=2995] ppid=2991 vsize=867688 CPUtime=12.4
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 15838 0 1 0 1230 10 0 0 25 0 9 0 28696650 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4126936121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2996] ppid=2991 vsize=867688 CPUtime=0.05
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 2552 0 0 0 5 0 0 0 17 0 9 0 28696651 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2997] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28696651 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28696651 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28696653 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=867688 CPUtime=0.2
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 710 0 0 0 20 0 0 0 16 0 9 0 28696653 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3001] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28696653 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28696653 888512512 19122 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 867688

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

[startup+19.1017 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 3002
/proc/meminfo: memFree=1662296/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867688 CPUtime=19.08
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 19803 0 1 0 1896 12 0 0 18 0 9 0 28696649 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216922 19123 2029 9 0 211380 0
[pid=2993/tid=2995] ppid=2991 vsize=867688 CPUtime=18.79
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 15838 0 1 0 1869 10 0 0 25 0 9 0 28696650 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4126908025 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2996] ppid=2991 vsize=867688 CPUtime=0.05
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 2552 0 0 0 5 0 0 0 16 0 9 0 28696651 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2997] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28696651 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28696651 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28696653 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=867688 CPUtime=0.2
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 711 0 0 0 20 0 0 0 16 0 9 0 28696653 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3001] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28696653 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28696653 888512512 19123 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 867688

[startup+20.7019 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 3002
/proc/meminfo: memFree=1662296/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=867688 CPUtime=20.68
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 19809 0 1 0 2056 12 0 0 18 0 9 0 28696649 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 216922 19128 2030 9 0 211380 0
[pid=2993/tid=2995] ppid=2991 vsize=867688 CPUtime=20.38
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 15840 0 1 0 2028 10 0 0 25 0 9 0 28696650 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 102639966 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2996] ppid=2991 vsize=867688 CPUtime=0.05
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 2553 0 0 0 5 0 0 0 16 0 9 0 28696651 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2997] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 28696651 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28696651 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28696653 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=867688 CPUtime=0.21
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 714 0 0 0 21 0 0 0 15 0 9 0 28696653 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3001] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28696653 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=867688 CPUtime=0
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28696653 888512512 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 867688

[startup+22.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 3006
/proc/meminfo: memFree=1651544/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=868336 CPUtime=22.27
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 24443 457 1 0 2208 15 3 1 18 0 9 0 28696649 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 217084 21797 2044 9 0 211542 0
[pid=2993/tid=2995] ppid=2991 vsize=868336 CPUtime=21.84
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 17523 457 1 0 2169 11 3 1 24 0 9 0 28696650 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4126922672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2996] ppid=2991 vsize=868336 CPUtime=0.16
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 5202 457 0 0 11 1 3 1 16 0 9 0 28696651 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2997] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 15 457 0 0 0 0 3 1 16 0 9 0 28696651 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2998] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 5 457 0 0 0 0 3 1 16 0 9 0 28696651 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=2999] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 457 0 0 0 0 3 1 24 0 9 0 28696653 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=868336 CPUtime=0.31
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 868 457 0 0 27 0 3 1 15 0 9 0 28696653 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=3001] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 457 0 0 0 0 3 1 25 0 9 0 28696653 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 16 457 0 0 0 0 3 1 15 0 9 0 28696653 889176064 21797 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 868336

[startup+22.7021 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 3006
/proc/meminfo: memFree=1651544/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=868424 CPUtime=22.66
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 40903 457 1 0 2244 18 3 1 18 0 9 0 28696649 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 217106 24039 2660 9 0 211542 0
[pid=2993/tid=2995] ppid=2991 vsize=868424 CPUtime=22.06
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 27168 457 1 0 2189 13 3 1 25 0 9 0 28696650 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4127306832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2996] ppid=2991 vsize=868424 CPUtime=0.28
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 11939 457 0 0 22 2 3 1 17 0 9 0 28696651 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2997] ppid=2991 vsize=868424 CPUtime=0.04
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 17 457 0 0 0 0 3 1 16 0 9 0 28696651 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2998] ppid=2991 vsize=868424 CPUtime=0.04
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 15 457 0 0 0 0 3 1 16 0 9 0 28696651 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2999] ppid=2991 vsize=868424 CPUtime=0.04
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 457 0 0 0 0 3 1 24 0 9 0 28696653 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=868424 CPUtime=0.35
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 934 457 0 0 31 0 3 1 15 0 9 0 28696653 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=3001] ppid=2991 vsize=868424 CPUtime=0.04
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 457 0 0 0 0 3 1 25 0 9 0 28696653 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=868424 CPUtime=0.04
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 16 457 0 0 0 0 3 1 15 0 9 0 28696653 889266176 24039 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.66
Current children cumulated vsize (KiB) 868424

[startup+22.9021 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 3006
/proc/meminfo: memFree=1651544/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=868336 CPUtime=22.85
/proc/2993/stat : 2993 (java) S 2991 2993 2917 0 -1 0 45922 457 1 0 2261 20 3 1 18 0 9 0 28696649 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2993/statm: 217084 27237 2640 9 0 211542 0
[pid=2993/tid=2995] ppid=2991 vsize=868336 CPUtime=22.21
/proc/2993/task/2995/stat : 2995 (java) R 2991 2993 2917 0 -1 64 27636 457 1 0 2204 13 3 1 25 0 9 0 28696650 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4126908076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2996] ppid=2991 vsize=868336 CPUtime=0.32
/proc/2993/task/2996/stat : 2996 (java) S 2991 2993 2917 0 -1 64 16468 457 0 0 24 4 3 1 16 0 9 0 28696651 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2997] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/2997/stat : 2997 (java) S 2991 2993 2917 0 -1 64 17 457 0 0 0 0 3 1 16 0 9 0 28696651 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2998] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/2998/stat : 2998 (java) S 2991 2993 2917 0 -1 64 30 457 0 0 0 0 3 1 15 0 9 0 28696651 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=2999] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/2999/stat : 2999 (java) S 2991 2993 2917 0 -1 64 2 457 0 0 0 0 3 1 24 0 9 0 28696653 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3000] ppid=2991 vsize=868336 CPUtime=0.36
/proc/2993/task/3000/stat : 3000 (java) S 2991 2993 2917 0 -1 64 941 457 0 0 32 0 3 1 15 0 9 0 28696653 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2993/tid=3001] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/3001/stat : 3001 (java) S 2991 2993 2917 0 -1 64 1 457 0 0 0 0 3 1 25 0 9 0 28696653 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2993/tid=3002] ppid=2991 vsize=868336 CPUtime=0.04
/proc/2993/task/3002/stat : 3002 (java) S 2991 2993 2917 0 -1 64 16 457 0 0 0 0 3 1 15 0 9 0 28696653 889176064 27237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 868336

[startup+23.0022 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 3006
/proc/meminfo: memFree=1659992/2055920 swapFree=4192812/4192956
[pid=2993] ppid=2991 vsize=0 CPUtime=22.95
/proc/2993/stat : 2993 (java) Z 2991 2993 2917 0 -1 12 45957 457 1 0 2270 21 3 1 16 0 2 0 28696649 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.95
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.0192
CPU time (s): 22.9805
CPU user time (s): 22.7365
CPU system time (s): 0.243962
CPU usage (%): 99.832
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7365
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46414
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= 2257
involuntary context switches= 2372

runsolver used 0.019996 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 18:32:15
IDJOB=2098649
IDBENCH=58843
IDSOLVER=773
FILE ID=node58/2098649-1247416335
PBS_JOBID= 9510776
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= df0bdb703dec630374c59a2d969c4940
RANDOM SEED=1019842316

node58.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.234
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.234
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:       1731968 kB
Buffers:         47276 kB
Cached:         133876 kB
SwapCached:          0 kB
Active:         181224 kB
Inactive:        83916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3016 kB
Writeback:           0 kB
Mapped:         104388 kB
Slab:            44176 kB
Committed_AS:  1023088 kB
PageTables:       1872 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 node58 at 2009-07-12 18:32:38