Trace number 2098658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACUNSAT 21.3358 21.577

DiagnosticValue
CHECKS65043
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.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098658-1247416348.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.44	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.38/0.44	       =>  wckTime=0.185  cpuTime=0.14  mem=10M837
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
20.49/20.76	   
20.49/20.76	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 40M982)
20.88/21.18	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=2013  nbConvertConstraintsChecks=47888894
20.88/21.18	     nbExtensionStructures=1175  nbSharedExtensionStructures=1262  nbConflictsStructures=1225
20.88/21.18	     nbSharedConflictsStructures=1272  nbUnbuiltConflictsStructures=236  nbSharedBinaryRepresentations=449805
20.88/21.18	     nbEvaluationManagers=286  nbSharedEvaluationManagers=88  minDegree=5  maxDegree=17  minArity=2  maxArity=2
20.88/21.18	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.209  symmetryCpuTime=0.13
20.88/21.18	       =>  wckTime=20.918  cpuTime=20.34  mem=54M877
21.07/21.32	   
21.07/21.32	   solver IterativeSystematicSolver being built... 
21.18/21.48	       =>  wckTime=21.223  cpuTime=20.48  mem=34M103
21.28/21.52	   
21.28/21.52	   preprocessing
21.28/21.52	     nbConstraintChecks=65043  nbValidityChecks=3  nbPropagations=25  nbRevisions=408  nbUselessRevisions=229
21.28/21.52	     nbRemovedValues=15953  detectedInconsistency=yes
21.28/21.52	       =>  wckTime=0.032  cpuTime=0.02  mem=35M103
21.28/21.52	   
21.28/21.52	   global
21.28/21.52	     nbConstraintChecks=65043  nbValidityChecks=3  nbPropagations=25  nbRevisions=408  nbUselessRevisions=229
21.28/21.52	     nbRestartNogoods=0  solvingWckTime=0.035  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes
21.28/21.52	     nbFoundSolutions=0  globalCpuTime=20.56
21.28/21.52	       =>  wckTime=21.26  cpuTime=20.51  mem=35M103
21.28/21.52	   
21.28/21.52	s UNSATISFIABLE
21.28/21.52	d NODES 0
21.28/21.52	d CHECKS 65043
21.28/21.53	   
21.28/21.53	   totalWckTime=21.335  totalCpuTime=20.56

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-2098658-1247416348/watcher-2098658-1247416348 -o /tmp/evaluation-result-2098658-1247416348/solver-2098658-1247416348 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098658-1247416348.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.78 1.98 1.98 4/80 2733
/proc/meminfo: memFree=1739856/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=1616 CPUtime=0
/proc/2733/stat : 2733 (java) R 2731 2733 2696 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28697467 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/2733/statm: 404 148 122 9 0 46 0

[startup+0.0414941 s]
/proc/loadavg: 1.78 1.98 1.98 4/80 2733
/proc/meminfo: memFree=1739856/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=861936 CPUtime=0.02
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 2276 0 1 0 1 1 0 0 18 0 5 0 28697467 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.10159 s]
/proc/loadavg: 1.78 1.98 1.98 4/80 2733
/proc/meminfo: memFree=1739856/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=865984 CPUtime=0.08
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 3734 0 1 0 7 1 0 0 18 0 9 0 28697467 886767616 3202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216496 3202 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301605 s]
/proc/loadavg: 1.78 1.98 1.98 4/80 2733
/proc/meminfo: memFree=1739856/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=866380 CPUtime=0.28
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 5866 0 1 0 25 3 0 0 18 0 9 0 28697467 887173120 5232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216595 5232 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701641 s]
/proc/loadavg: 1.78 1.98 1.98 4/80 2733
/proc/meminfo: memFree=1739856/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867776 CPUtime=0.69
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 9142 0 1 0 63 6 0 0 18 0 9 0 28697467 888602624 8496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216944 8496 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.5017 s]
/proc/loadavg: 1.78 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1701960/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867776 CPUtime=1.47
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 12473 0 1 0 139 8 0 0 18 0 9 0 28697467 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216944 11824 2041 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867776 CPUtime=1.25
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 11084 0 1 0 119 6 0 0 25 0 9 0 28697468 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4126901080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28697470 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28697470 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28697470 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867776 CPUtime=0.2
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 690 0 0 0 19 1 0 0 15 0 9 0 28697472 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888602624 11824 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10283 s]
/proc/loadavg: 1.78 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1697928/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867776 CPUtime=3.06
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 13688 0 1 0 296 10 0 0 18 0 9 0 28697467 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216944 13037 2041 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867776 CPUtime=2.81
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 12276 0 1 0 274 7 0 0 25 0 9 0 28697468 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4126904560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28697470 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28697470 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28697470 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867776 CPUtime=0.22
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 713 0 0 0 21 1 0 0 15 0 9 0 28697472 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888602624 13037 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867776

[startup+6.3021 s]
/proc/loadavg: 1.80 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1688904/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867776 CPUtime=6.23
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 15676 0 1 0 611 12 0 0 18 0 9 0 28697467 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216944 15024 2041 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867776 CPUtime=5.98
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 14261 0 1 0 588 10 0 0 25 0 9 0 28697468 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4126925367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28697470 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28697470 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28697470 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867776 CPUtime=0.23
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 716 0 0 0 22 1 0 0 15 0 9 0 28697472 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867776 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888602624 15024 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867776

[startup+12.7026 s]
/proc/loadavg: 1.81 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1673608/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867688 CPUtime=12.57
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 19030 0 1 0 1241 16 0 0 18 0 9 0 28697467 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216922 18350 2029 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867688 CPUtime=12.25
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 15841 0 1 0 1212 13 0 0 25 0 9 0 28697468 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4126919046 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867688 CPUtime=0.04
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 1765 0 0 0 4 0 0 0 17 0 9 0 28697470 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867688 CPUtime=0.24
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 722 0 0 0 23 1 0 0 17 0 9 0 28697472 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888512512 18350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867688

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

[startup+15.9019 s]
/proc/loadavg: 1.83 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1673608/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867688 CPUtime=15.74
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 19031 0 1 0 1555 19 0 0 18 0 9 0 28697467 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216922 18351 2029 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867688 CPUtime=15.42
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 15841 0 1 0 1527 15 0 0 25 0 9 0 28697468 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4126902392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867688 CPUtime=0.04
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 1765 0 0 0 4 0 0 0 16 0 9 0 28697470 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867688 CPUtime=0.24
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 723 0 0 0 23 1 0 0 15 0 9 0 28697472 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888512512 18351 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 867688

[startup+19.1011 s]
/proc/loadavg: 1.83 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1673608/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867688 CPUtime=18.9
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 19047 0 1 0 1870 20 0 0 18 0 9 0 28697467 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216922 18365 2029 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867688 CPUtime=18.57
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 15843 0 1 0 1840 17 0 0 25 0 9 0 28697468 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4126902433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867688 CPUtime=0.04
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 1765 0 0 0 4 0 0 0 16 0 9 0 28697470 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867688 CPUtime=0.26
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 737 0 0 0 25 1 0 0 15 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867688

[startup+20.7022 s]
/proc/loadavg: 1.84 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1673480/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=867688 CPUtime=20.49
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 19047 0 1 0 2028 21 0 0 18 0 9 0 28697467 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 216922 18365 2029 9 0 211380 0
[pid=2733/tid=2735] ppid=2731 vsize=867688 CPUtime=20.15
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 15843 0 1 0 1997 18 0 0 25 0 9 0 28697468 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4126900988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=867688 CPUtime=0.04
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 1765 0 0 0 4 0 0 0 16 0 9 0 28697470 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28697470 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=867688 CPUtime=0.26
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 737 0 0 0 25 1 0 0 15 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=867688 CPUtime=0
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28697472 888512512 18365 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 867688

[startup+21.1023 s]
/proc/loadavg: 1.84 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1673480/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=868012 CPUtime=20.88
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 20005 405 1 0 2063 22 2 1 18 0 10 0 28697467 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 217003 18424 2044 9 0 211461 0
[pid=2733/tid=2735] ppid=2731 vsize=868012 CPUtime=20.5
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 16538 405 1 0 2029 18 2 1 23 0 10 0 28697468 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4127206241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=868012 CPUtime=0.07
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 1804 405 0 0 4 0 2 1 16 0 10 0 28697470 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=868012 CPUtime=0.03
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 16 405 0 0 0 0 2 1 16 0 10 0 28697470 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=868012 CPUtime=0.03
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 5 405 0 0 0 0 2 1 16 0 10 0 28697470 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=868012 CPUtime=0.03
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 405 0 0 0 0 2 1 18 0 10 0 28697472 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=868012 CPUtime=0.32
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 826 405 0 0 28 1 2 1 16 0 10 0 28697472 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=868012 CPUtime=0.03
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 405 0 0 0 0 2 1 19 0 10 0 28697472 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=868012 CPUtime=0.03
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 12 405 0 0 0 0 2 1 15 0 10 0 28697472 888844288 18424 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.88
Current children cumulated vsize (KiB) 868012

[startup+21.5024 s]
/proc/loadavg: 1.84 1.98 1.98 3/89 2742
/proc/meminfo: memFree=1673480/2055920 swapFree=4192812/4192956
[pid=2733] ppid=2731 vsize=868100 CPUtime=21.28
/proc/2733/stat : 2733 (java) S 2731 2733 2696 0 -1 0 34320 405 1 0 2099 26 2 1 18 0 9 0 28697467 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2733/statm: 217025 21657 2662 9 0 211461 0
[pid=2733/tid=2735] ppid=2731 vsize=868100 CPUtime=20.72
/proc/2733/task/2735/stat : 2735 (java) R 2731 2733 2696 0 -1 64 22683 405 1 0 2049 20 2 1 25 0 9 0 28697468 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2736] ppid=2731 vsize=868100 CPUtime=0.21
/proc/2733/task/2736/stat : 2736 (java) S 2731 2733 2696 0 -1 64 9843 405 0 0 16 2 2 1 17 0 9 0 28697470 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2737] ppid=2731 vsize=868100 CPUtime=0.03
/proc/2733/task/2737/stat : 2737 (java) S 2731 2733 2696 0 -1 64 20 405 0 0 0 0 2 1 17 0 9 0 28697470 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2738] ppid=2731 vsize=868100 CPUtime=0.03
/proc/2733/task/2738/stat : 2738 (java) S 2731 2733 2696 0 -1 64 12 405 0 0 0 0 2 1 16 0 9 0 28697470 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2739] ppid=2731 vsize=868100 CPUtime=0.03
/proc/2733/task/2739/stat : 2739 (java) S 2731 2733 2696 0 -1 64 2 405 0 0 0 0 2 1 18 0 9 0 28697472 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2740] ppid=2731 vsize=868100 CPUtime=0.36
/proc/2733/task/2740/stat : 2740 (java) S 2731 2733 2696 0 -1 64 942 405 0 0 32 1 2 1 15 0 9 0 28697472 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2741] ppid=2731 vsize=868100 CPUtime=0.03
/proc/2733/task/2741/stat : 2741 (java) S 2731 2733 2696 0 -1 64 0 405 0 0 0 0 2 1 19 0 9 0 28697472 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2733/tid=2742] ppid=2731 vsize=868100 CPUtime=0.03
/proc/2733/task/2742/stat : 2742 (java) S 2731 2733 2696 0 -1 64 12 405 0 0 0 0 2 1 15 0 9 0 28697472 888934400 21657 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 21.577
CPU time (s): 21.3358
CPU user time (s): 21.0408
CPU system time (s): 0.294955
CPU usage (%): 98.8819
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0408
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34866
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= 2188
involuntary context switches= 2629

runsolver used 0.025996 second user time and 0.083987 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 18:32:28
IDJOB=2098658
IDBENCH=58855
IDSOLVER=774
FILE ID=node69/2098658-1247416348
PBS_JOBID= 9510779
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098658-1247416348/watcher-2098658-1247416348 -o /tmp/evaluation-result-2098658-1247416348/solver-2098658-1247416348 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098658-1247416348.xml

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

MD5SUM BENCH= 75e1db7383da88119e757b40e890b46a
RANDOM SEED=1328087098

node69.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.211
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.211
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:       1740400 kB
Buffers:         42148 kB
Cached:         118536 kB
SwapCached:          0 kB
Active:         192176 kB
Inactive:        66064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:         118076 kB
Slab:            42424 kB
Committed_AS:  1006372 kB
PageTables:       2068 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= 66500 MiB
End job on node69 at 2009-07-12 18:32:49