Trace number 1086328

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 27.3098 27.4561

DiagnosticValue
CHECKS1849040
NODES0

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-1.xml
MD5SUMbcc19e6f7720c8259d2ed7a295277868
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 benchmark27.3098
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

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.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1086328-1215238833.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.48/0.51	     nbVariables=1000  nbDomainTypes=18  minDomainSize=50  maxDomainSize=362  nbTotalValues=294634
0.48/0.51	       =>  wckTime=0.267  cpuTime=0.19  mem=18M612
0.48/0.51	   
0.48/0.51	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
20.59/20.75	   
20.59/20.75	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 40M78)
25.67/25.85	     nbConstraints=8015  nbGlobalConstraints=10  nbMergedConstraints=7027  nbConvertedConstraints=431
25.67/25.85	     nbConvertConstraintsChecks=43536676  nbExtensionStructures=400  nbSharedExtensionStructures=64
25.67/25.85	     nbConflictsStructures=709  nbSharedConflictsStructures=138  nbUnbuiltConflictsStructures=6131
25.67/25.85	     nbSharedBinaryRepresentations=160804  nbEvaluationManagers=6440  nbSharedEvaluationManagers=1134  minDegree=4
25.67/25.85	     maxDegree=28  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=1.155
25.67/25.85	     symmetryCpuTime=0.99  nbCliques=10
25.67/25.85	       =>  wckTime=25.607  cpuTime=24.55  mem=68M869
25.97/26.13	   
25.97/26.13	   solver IterativeSystematicSolver being built... 
26.17/26.36	   
26.17/26.36	   INFO : Forward propagation technique limited 
26.26/26.46	       =>  wckTime=26.22  cpuTime=24.81  mem=90M867
27.16/27.40	   
27.16/27.40	   preprocessing
27.16/27.40	     nbConstraintChecks=1849044  nbValidityChecks=30386  nbPropagations=89  nbRevisions=1852  nbUselessRevisions=1097
27.16/27.40	     nbRemovedValues=48873  detectedInconsistency=yes
27.16/27.40	       =>  wckTime=0.928  cpuTime=0.9  mem=90M867
27.16/27.40	   
27.16/27.40	   global
27.16/27.40	     nbConstraintChecks=1849044  nbValidityChecks=30386  nbPropagations=89  nbRevisions=1852  nbUselessRevisions=1097
27.16/27.40	     nbRestartNogoods=0  solvingWckTime=0.93  solvingCpuTime=0.9  expiredTime=no  totalExploration=yes
27.16/27.40	     nbFoundSolutions=0  globalCpuTime=25.75
27.16/27.40	       =>  wckTime=27.157  cpuTime=25.72  mem=90M867
27.26/27.41	   
27.26/27.41	s UNSATISFIABLE
27.26/27.41	d NODES 0
27.26/27.41	d CHECKS 1849044
27.26/27.41	   
27.26/27.41	   totalWckTime=27.23  totalCpuTime=25.76

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086328-1215238833/watcher-1086328-1215238833 -o /tmp/evaluation-result-1086328-1215238833/solver-1086328-1215238833 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086328-1215238833.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 16872
/proc/meminfo: memFree=1591392/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=18572 CPUtime=0
/proc/16872/stat : 16872 (runsolver) R 16870 16872 14993 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2002858134 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/16872/statm: 4643 292 257 25 0 2626 0

[startup+0.0913819 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 16872
/proc/meminfo: memFree=1591392/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=865856 CPUtime=0.07
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 3580 0 1 0 5 2 0 0 18 0 9 0 2002858134 886636544 3068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 216464 3068 1642 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102751 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 16872
/proc/meminfo: memFree=1591392/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=865884 CPUtime=0.09
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 3734 0 1 0 7 2 0 0 18 0 9 0 2002858134 886665216 3197 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 216471 3197 1695 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301193 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 16872
/proc/meminfo: memFree=1591392/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=867308 CPUtime=0.28
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 6000 0 1 0 25 3 0 0 18 0 9 0 2002858134 888123392 5374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 216827 5374 1956 9 0 211355 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867308

[startup+0.701243 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 16872
/proc/meminfo: memFree=1591392/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=868588 CPUtime=0.68
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 10974 0 1 0 63 5 0 0 18 0 9 0 2002858134 889434112 10334 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217147 10334 2011 9 0 211653 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 868588

[startup+1.50234 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16881
/proc/meminfo: memFree=1538520/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=868500 CPUtime=1.48
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 20024 0 1 0 139 9 0 0 18 0 9 0 2002858134 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217125 19359 2004 9 0 211653 0
[pid=16872/tid=16874] ppid=16870 vsize=868500 CPUtime=1.23
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 15744 0 1 0 116 7 0 0 18 0 9 0 2002858135 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4126648524 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16875] ppid=16870 vsize=868500 CPUtime=0.06
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 2907 0 0 0 5 1 0 0 17 0 9 0 2002858137 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16876] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002858137 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16877] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002858137 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16878] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002858139 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=868500 CPUtime=0.17
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 675 0 0 0 17 0 0 0 15 0 9 0 2002858139 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16880] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002858139 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002858139 889344000 19359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868500

[startup+3.10152 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16881
/proc/meminfo: memFree=1521368/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=868500 CPUtime=3.07
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 20080 0 1 0 297 10 0 0 18 0 9 0 2002858134 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217125 19412 2006 9 0 211653 0
[pid=16872/tid=16874] ppid=16870 vsize=868500 CPUtime=2.79
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 15775 0 1 0 272 7 0 0 25 0 9 0 2002858135 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4126891440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16875] ppid=16870 vsize=868500 CPUtime=0.06
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 2907 0 0 0 5 1 0 0 17 0 9 0 2002858137 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16876] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002858137 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16877] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002858137 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16878] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002858139 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=868500 CPUtime=0.19
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 700 0 0 0 19 0 0 0 15 0 9 0 2002858139 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16880] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002858139 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=868500 CPUtime=0
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002858139 889344000 19412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868500

[startup+6.30189 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16881
/proc/meminfo: memFree=1521048/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=868636 CPUtime=6.26
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 20109 0 1 0 616 10 0 0 18 0 9 0 2002858134 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217159 19438 2006 9 0 211687 0
[pid=16872/tid=16874] ppid=16870 vsize=868636 CPUtime=5.95
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 15779 0 1 0 588 7 0 0 25 0 9 0 2002858135 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4126885760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16875] ppid=16870 vsize=868636 CPUtime=0.06
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 2907 0 0 0 5 1 0 0 16 0 9 0 2002858137 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16876] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002858137 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16877] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002858137 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16878] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002858139 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=868636 CPUtime=0.22
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 725 0 0 0 22 0 0 0 15 0 9 0 2002858139 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16880] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002858139 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002858139 889483264 19438 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 868636

[startup+12.7016 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 16881
/proc/meminfo: memFree=1504792/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=868636 CPUtime=12.63
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 24161 0 1 0 1251 12 0 0 18 0 9 0 2002858134 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217159 23488 2006 9 0 211687 0
[pid=16872/tid=16874] ppid=16870 vsize=868636 CPUtime=12.19
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 15781 0 1 0 1211 8 0 0 25 0 9 0 2002858135 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4126888183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16875] ppid=16870 vsize=868636 CPUtime=0.18
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 6955 0 0 0 16 2 0 0 16 0 9 0 2002858137 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16876] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002858137 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16877] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002858137 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16878] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002858139 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=868636 CPUtime=0.22
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 727 0 0 0 22 0 0 0 15 0 9 0 2002858139 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16880] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002858139 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=868636 CPUtime=0
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002858139 889483264 23488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 868636

[startup+25.5021 s]
/proc/loadavg: 1.98 1.98 1.99 4/83 16885
/proc/meminfo: memFree=1485512/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=869284 CPUtime=25.37
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 30959 677 1 0 2509 18 8 2 18 0 9 0 2002858134 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217321 28137 2018 9 0 211849 0
[pid=16872/tid=16874] ppid=16870 vsize=869284 CPUtime=24.49
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 17640 677 1 0 2429 10 8 2 21 0 9 0 2002858135 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4127192306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16875] ppid=16870 vsize=869284 CPUtime=0.65
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 11579 677 0 0 51 4 8 2 16 0 9 0 2002858137 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16876] ppid=16870 vsize=869284 CPUtime=0.1
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 13 677 0 0 0 0 8 2 16 0 9 0 2002858137 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16877] ppid=16870 vsize=869284 CPUtime=0.1
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 5 677 0 0 0 0 8 2 16 0 9 0 2002858137 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16872/tid=16878] ppid=16870 vsize=869284 CPUtime=0.1
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 677 0 0 0 0 8 2 18 0 9 0 2002858139 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=869284 CPUtime=0.38
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 890 677 0 0 28 0 8 2 15 0 9 0 2002858139 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16880] ppid=16870 vsize=869284 CPUtime=0.1
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 677 0 0 0 0 8 2 19 0 9 0 2002858139 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=869284 CPUtime=0.1
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 9 677 0 0 0 0 8 2 15 0 9 0 2002858139 890146816 28137 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 869284

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

[startup+26.3022 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 16885
/proc/meminfo: memFree=1478736/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=869372 CPUtime=26.17
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 54280 677 1 0 2585 22 8 2 18 0 9 0 2002858134 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217343 30633 2637 9 0 211849 0
[pid=16872/tid=16874] ppid=16870 vsize=869372 CPUtime=24.97
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 28282 677 1 0 2475 12 8 2 25 0 9 0 2002858135 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16875] ppid=16870 vsize=869372 CPUtime=0.93
/proc/16872/task/16875/stat : 16875 (java) R 16870 16872 14993 0 -1 64 24189 677 0 0 76 7 8 2 16 0 9 0 2002858137 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 8414219 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16876] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 16 677 0 0 0 0 8 2 16 0 9 0 2002858137 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16877] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 14 677 0 0 0 0 8 2 16 0 9 0 2002858137 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16878] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 677 0 0 0 0 8 2 18 0 9 0 2002858139 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=869372 CPUtime=0.43
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 947 677 0 0 32 1 8 2 15 0 9 0 2002858139 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16880] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 677 0 0 0 0 8 2 19 0 9 0 2002858139 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 10 677 0 0 0 0 8 2 15 0 9 0 2002858139 890236928 30633 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.17
Current children cumulated vsize (KiB) 869372

[startup+27.1023 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 16885
/proc/meminfo: memFree=1478736/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=869372 CPUtime=26.96
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 58187 677 1 0 2662 24 8 2 18 0 9 0 2002858134 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217343 33383 2638 9 0 211849 0
[pid=16872/tid=16874] ppid=16870 vsize=869372 CPUtime=25.69
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 28348 677 1 0 2547 12 8 2 25 0 9 0 2002858135 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4126885760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16875] ppid=16870 vsize=869372 CPUtime=0.97
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 28005 677 0 0 79 8 8 2 16 0 9 0 2002858137 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16876] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 16 677 0 0 0 0 8 2 16 0 9 0 2002858137 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16877] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 23 677 0 0 0 0 8 2 15 0 9 0 2002858137 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16878] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 677 0 0 0 0 8 2 18 0 9 0 2002858139 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=869372 CPUtime=0.46
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 962 677 0 0 35 1 8 2 15 0 9 0 2002858139 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16880] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 677 0 0 0 0 8 2 19 0 9 0 2002858139 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 10 677 0 0 0 0 8 2 15 0 9 0 2002858139 890236928 33383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.96
Current children cumulated vsize (KiB) 869372

[startup+27.3024 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 16885
/proc/meminfo: memFree=1478736/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=869372 CPUtime=27.16
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 58188 677 1 0 2682 24 8 2 18 0 9 0 2002858134 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217343 33384 2638 9 0 211849 0
[pid=16872/tid=16874] ppid=16870 vsize=869372 CPUtime=25.89
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 28348 677 1 0 2567 12 8 2 25 0 9 0 2002858135 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4127321384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16875] ppid=16870 vsize=869372 CPUtime=0.97
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 28005 677 0 0 79 8 8 2 16 0 9 0 2002858137 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16876] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 16 677 0 0 0 0 8 2 16 0 9 0 2002858137 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16877] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 23 677 0 0 0 0 8 2 15 0 9 0 2002858137 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16878] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 677 0 0 0 0 8 2 18 0 9 0 2002858139 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=869372 CPUtime=0.46
/proc/16872/task/16879/stat : 16879 (java) S 16870 16872 14993 0 -1 64 963 677 0 0 35 1 8 2 16 0 9 0 2002858139 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16880] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 677 0 0 0 0 8 2 19 0 9 0 2002858139 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 10 677 0 0 0 0 8 2 15 0 9 0 2002858139 890236928 33384 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.16
Current children cumulated vsize (KiB) 869372

[startup+27.4024 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 16885
/proc/meminfo: memFree=1467664/2055920 swapFree=4179968/4192956
[pid=16872] ppid=16870 vsize=869372 CPUtime=27.26
/proc/16872/stat : 16872 (java) S 16870 16872 14993 0 -1 0 58190 677 1 0 2692 24 8 2 18 0 9 0 2002858134 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16872/statm: 217343 33385 2638 9 0 211849 0
[pid=16872/tid=16874] ppid=16870 vsize=869372 CPUtime=25.99
/proc/16872/task/16874/stat : 16874 (java) R 16870 16872 14993 0 -1 64 28349 677 1 0 2577 12 8 2 25 0 9 0 2002858135 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16875] ppid=16870 vsize=869372 CPUtime=0.97
/proc/16872/task/16875/stat : 16875 (java) S 16870 16872 14993 0 -1 64 28005 677 0 0 79 8 8 2 17 0 9 0 2002858137 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16876] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16876/stat : 16876 (java) S 16870 16872 14993 0 -1 64 16 677 0 0 0 0 8 2 16 0 9 0 2002858137 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16877] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16877/stat : 16877 (java) S 16870 16872 14993 0 -1 64 23 677 0 0 0 0 8 2 15 0 9 0 2002858137 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16878] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16878/stat : 16878 (java) S 16870 16872 14993 0 -1 64 1 677 0 0 0 0 8 2 18 0 9 0 2002858139 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16879] ppid=16870 vsize=869372 CPUtime=0.46
/proc/16872/task/16879/stat : 16879 (java) R 16870 16872 14993 0 -1 64 964 677 0 0 35 1 8 2 16 0 9 0 2002858139 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16880] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16880/stat : 16880 (java) S 16870 16872 14993 0 -1 64 2 677 0 0 0 0 8 2 19 0 9 0 2002858139 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16872/tid=16881] ppid=16870 vsize=869372 CPUtime=0.1
/proc/16872/task/16881/stat : 16881 (java) S 16870 16872 14993 0 -1 64 10 677 0 0 0 0 8 2 15 0 9 0 2002858139 890236928 33385 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.26
Current children cumulated vsize (KiB) 869372

Child status: 0
Real time (s): 27.4561
CPU time (s): 27.3098
CPU user time (s): 27.0219
CPU system time (s): 0.287956
CPU usage (%): 99.4672
Max. virtual memory (cumulated for all children) (KiB): 869372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0219
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58901
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= 2510
involuntary context switches= 2354

runsolver used 0.041993 second user time and 0.084987 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-05 08:20:33
IDJOB=1086328
IDBENCH=57798
IDSOLVER=363
FILE ID=node11/1086328-1215238833
PBS_JOBID= 7881826
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086328-1215238833/watcher-1086328-1215238833 -o /tmp/evaluation-result-1086328-1215238833/solver-1086328-1215238833 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086328-1215238833.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bcc19e6f7720c8259d2ed7a295277868
RANDOM SEED=1226666181

node11.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.224
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.224
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:       1591872 kB
Buffers:         49272 kB
Cached:         148168 kB
SwapCached:       7036 kB
Active:         296648 kB
Inactive:       108812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591872 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:         215584 kB
Slab:            43428 kB
Committed_AS:  3519836 kB
PageTables:       2244 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= 66548 MiB
End job on node11 at 2008-07-05 08:21:00