Trace number 1086307

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.9548 28.24

DiagnosticValue
CHECKS1405800
NODES0

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-6.xml
MD5SUM7db336713358debe85f4357efdd6517c
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.2459
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.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-1086307-1215238660.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.38/0.40	   
0.38/0.40	   variables being loaded...
0.68/0.79	     nbVariables=1000  nbDomainTypes=18  minDomainSize=50  maxDomainSize=362  nbTotalValues=294634
0.68/0.79	       =>  wckTime=0.531  cpuTime=0.42  mem=18M612
0.68/0.79	   
0.68/0.79	   predicates being loaded...
0.78/0.86	   
0.78/0.86	   constraints being loaded...
20.70/20.96	   
20.70/20.96	   INFO : Stopping converting binary constraints (cpu=20.1, mem = 37M489)
26.44/26.70	     nbConstraints=8015  nbGlobalConstraints=10  nbMergedConstraints=7027  nbConvertedConstraints=382
26.44/26.70	     nbConvertConstraintsChecks=38321240  nbExtensionStructures=356  nbSharedExtensionStructures=51
26.44/26.70	     nbConflictsStructures=660  nbSharedConflictsStructures=130  nbUnbuiltConflictsStructures=6105
26.44/26.70	     nbSharedBinaryRepresentations=133994  nbEvaluationManagers=6409  nbSharedEvaluationManagers=1214  minDegree=4
26.44/26.70	     maxDegree=28  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=1.227
26.44/26.70	     symmetryCpuTime=1.05  nbCliques=10
26.44/26.70	       =>  wckTime=26.448  cpuTime=25.11  mem=64M861
26.73/27.03	   
26.73/27.03	   solver IterativeSystematicSolver being built... 
26.94/27.29	   
26.94/27.29	   INFO : Forward propagation technique limited 
27.14/27.41	       =>  wckTime=27.153  cpuTime=25.41  mem=90M246
27.82/28.17	   
27.82/28.17	   preprocessing
27.82/28.17	     nbConstraintChecks=1405800  nbValidityChecks=22191  nbPropagations=55  nbRevisions=1088  nbUselessRevisions=724
27.82/28.17	     nbRemovedValues=21820  detectedInconsistency=yes
27.82/28.17	       =>  wckTime=0.756  cpuTime=0.73  mem=90M246
27.82/28.18	   
27.82/28.18	   global
27.82/28.18	     nbConstraintChecks=1405800  nbValidityChecks=22191  nbPropagations=55  nbRevisions=1088  nbUselessRevisions=724
27.82/28.18	     nbRestartNogoods=0  solvingWckTime=0.759  solvingCpuTime=0.74  expiredTime=no  totalExploration=yes
27.82/28.18	     nbFoundSolutions=0  globalCpuTime=26.19
27.82/28.18	       =>  wckTime=27.921  cpuTime=26.15  mem=91M268
27.82/28.18	   
27.82/28.18	s UNSATISFIABLE
27.82/28.18	d NODES 0
27.82/28.18	d CHECKS 1405800
27.82/28.18	   
27.82/28.19	   totalWckTime=27.982  totalCpuTime=26.19

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-1086307-1215238660/watcher-1086307-1215238660 -o /tmp/evaluation-result-1086307-1215238660/solver-1086307-1215238660 -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-1086307-1215238660.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: 2.00 2.00 2.00 3/72 1570
/proc/meminfo: memFree=1749016/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=1616 CPUtime=0
/proc/1570/stat : 1570 (java) D 1568 1570 31425 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 646789116 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1570/statm: 404 145 119 9 0 46 0

[startup+0.0750849 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 1570
/proc/meminfo: memFree=1749016/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=865856 CPUtime=0.06
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 3172 0 1 0 4 2 0 0 18 0 9 0 646789116 886636544 2698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216464 2698 1418 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.102086 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 1570
/proc/meminfo: memFree=1749016/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=865884 CPUtime=0.09
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 3683 0 1 0 7 2 0 0 18 0 9 0 646789116 886665216 3156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216471 3156 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302101 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 1570
/proc/meminfo: memFree=1749016/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=866248 CPUtime=0.29
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 5732 0 1 0 25 4 0 0 18 0 9 0 646789116 887037952 5106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216562 5106 1950 9 0 211090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866248

[startup+0.702147 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 1570
/proc/meminfo: memFree=1749016/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=866528 CPUtime=0.68
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 8161 0 1 0 62 6 0 0 18 0 9 0 646789116 887324672 7531 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216632 7531 1967 9 0 211160 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866528

[startup+1.50225 s]
/proc/loadavg: 2.16 2.03 2.01 3/81 1579
/proc/meminfo: memFree=1715216/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867656 CPUtime=1.48
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 19754 0 1 0 133 15 0 0 18 0 9 0 646789116 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216914 19112 2024 9 0 211420 0
[pid=1570/tid=1572] ppid=1568 vsize=867656 CPUtime=1.21
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 15746 0 1 0 109 12 0 0 25 0 9 0 646789117 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867656 CPUtime=0.05
/proc/1570/task/1573/stat : 1573 (java) R 1568 1570 31425 0 -1 64 2642 0 0 0 4 1 0 0 16 0 9 0 646789119 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867656 CPUtime=0
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 646789119 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867656 CPUtime=0
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 646789119 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867656 CPUtime=0
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646789121 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867656 CPUtime=0.18
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 674 0 0 0 18 0 0 0 16 0 9 0 646789121 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867656 CPUtime=0
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646789121 888479744 19112 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867656 CPUtime=0
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646789121 888479744 19112 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) 867656

[startup+3.10137 s]
/proc/loadavg: 2.16 2.03 2.01 3/81 1579
/proc/meminfo: memFree=1678608/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867568 CPUtime=3.06
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 20076 0 1 0 290 16 0 0 18 0 9 0 646789116 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216892 19408 2006 9 0 211420 0
[pid=1570/tid=1572] ppid=1568 vsize=867568 CPUtime=2.75
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 15778 0 1 0 262 13 0 0 25 0 9 0 646789117 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4126898352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867568 CPUtime=0.07
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 2906 0 0 0 6 1 0 0 17 0 9 0 646789119 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646789121 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867568 CPUtime=0.21
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 695 0 0 0 21 0 0 0 16 0 9 0 646789121 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646789121 888389632 19408 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646789121 888389632 19408 996147200 134512640 134550740 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) 867568

[startup+6.30169 s]
/proc/loadavg: 2.15 2.03 2.01 3/81 1579
/proc/meminfo: memFree=1678288/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867568 CPUtime=6.23
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 20105 0 1 0 607 16 0 0 18 0 9 0 646789116 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216892 19434 2006 9 0 211420 0
[pid=1570/tid=1572] ppid=1568 vsize=867568 CPUtime=5.89
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 15782 0 1 0 576 13 0 0 25 0 9 0 646789117 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4126931916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867568 CPUtime=0.07
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 2906 0 0 0 6 1 0 0 17 0 9 0 646789119 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646789121 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867568 CPUtime=0.24
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 720 0 0 0 24 0 0 0 15 0 9 0 646789121 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646789121 888389632 19434 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646789121 888389632 19434 996147200 134512640 134550740 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) 867568

[startup+12.7013 s]
/proc/loadavg: 2.13 2.03 2.01 3/81 1579
/proc/meminfo: memFree=1661904/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867568 CPUtime=12.57
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 24150 0 1 0 1238 19 0 0 18 0 9 0 646789116 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216892 23476 2006 9 0 211420 0
[pid=1570/tid=1572] ppid=1568 vsize=867568 CPUtime=12.08
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 15787 0 1 0 1194 14 0 0 25 0 9 0 646789117 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4126894154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867568 CPUtime=0.23
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 6944 0 0 0 19 4 0 0 17 0 9 0 646789119 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646789121 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867568 CPUtime=0.24
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 722 0 0 0 24 0 0 0 16 0 9 0 646789121 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646789121 888389632 23476 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646789121 888389632 23476 996147200 134512640 134550740 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) 867568

[startup+25.5026 s]
/proc/loadavg: 2.25 2.06 2.02 4/81 1579
/proc/meminfo: memFree=1646288/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867568 CPUtime=25.26
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 28649 0 1 0 2503 23 0 0 18 0 9 0 646789116 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216892 27968 2007 9 0 211420 0
[pid=1570/tid=1572] ppid=1568 vsize=867568 CPUtime=24.29
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 15800 0 1 0 2414 15 0 0 25 0 9 0 646789117 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4126875833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867568 CPUtime=0.64
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 11404 0 0 0 58 6 0 0 16 0 9 0 646789119 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646789119 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646789121 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867568 CPUtime=0.29
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 748 0 0 0 29 0 0 0 16 0 9 0 646789121 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646789121 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867568 CPUtime=0
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646789121 888389632 27968 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 867568

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

[startup+27.1027 s]
/proc/loadavg: 2.25 2.06 2.02 3/81 1583
/proc/meminfo: memFree=1643600/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867980 CPUtime=26.84
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 45199 673 1 0 2645 29 8 2 18 0 9 0 646789116 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216995 30462 2637 9 0 211501 0
[pid=1570/tid=1572] ppid=1568 vsize=867980 CPUtime=25.49
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 19898 673 1 0 2522 17 8 2 24 0 9 0 646789117 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 103841120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867980 CPUtime=1.06
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 23479 673 0 0 87 9 8 2 19 0 9 0 646789119 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 18 673 0 0 0 0 8 2 17 0 9 0 646789119 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 14 673 0 0 0 0 8 2 16 0 9 0 646789119 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 673 0 0 0 0 8 2 18 0 9 0 646789121 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867980 CPUtime=0.44
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 956 673 0 0 34 0 8 2 15 0 9 0 646789121 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 673 0 0 0 0 8 2 19 0 9 0 646789121 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 646789121 888811520 30462 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.84
Current children cumulated vsize (KiB) 867980

[startup+27.9018 s]
/proc/loadavg: 2.25 2.06 2.02 4/81 1583
/proc/meminfo: memFree=1625488/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867980 CPUtime=27.63
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 57948 673 1 0 2720 33 8 2 18 0 9 0 646789116 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216995 33214 2638 9 0 211501 0
[pid=1570/tid=1572] ppid=1568 vsize=867980 CPUtime=26.19
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 28801 673 1 0 2590 19 8 2 25 0 9 0 646789117 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4127194048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867980 CPUtime=1.11
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 27297 673 0 0 91 10 8 2 16 0 9 0 646789119 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 18 673 0 0 0 0 8 2 16 0 9 0 646789119 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 23 673 0 0 0 0 8 2 15 0 9 0 646789119 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 673 0 0 0 0 8 2 18 0 9 0 646789121 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867980 CPUtime=0.49
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 975 673 0 0 38 1 8 2 15 0 9 0 646789121 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 673 0 0 0 0 8 2 19 0 9 0 646789121 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 646789121 888811520 33214 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 867980

[startup+28.1018 s]
/proc/loadavg: 2.25 2.06 2.02 4/81 1583
/proc/meminfo: memFree=1625488/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867980 CPUtime=27.82
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 57949 673 1 0 2739 33 8 2 18 0 9 0 646789116 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216995 33215 2638 9 0 211501 0
[pid=1570/tid=1572] ppid=1568 vsize=867980 CPUtime=26.38
/proc/1570/task/1572/stat : 1572 (java) R 1568 1570 31425 0 -1 64 28801 673 1 0 2609 19 8 2 25 0 9 0 646789117 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4126891676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867980 CPUtime=1.11
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 27297 673 0 0 91 10 8 2 16 0 9 0 646789119 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 18 673 0 0 0 0 8 2 16 0 9 0 646789119 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 23 673 0 0 0 0 8 2 15 0 9 0 646789119 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 673 0 0 0 0 8 2 18 0 9 0 646789121 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867980 CPUtime=0.49
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 976 673 0 0 38 1 8 2 15 0 9 0 646789121 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 673 0 0 0 0 8 2 19 0 9 0 646789121 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 646789121 888811520 33215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.82
Current children cumulated vsize (KiB) 867980

[startup+28.2018 s]
/proc/loadavg: 2.25 2.06 2.02 4/81 1583
/proc/meminfo: memFree=1625488/2055920 swapFree=4157888/4192956
[pid=1570] ppid=1568 vsize=867980 CPUtime=27.91
/proc/1570/stat : 1570 (java) S 1568 1570 31425 0 -1 0 57954 673 1 0 2748 33 8 2 18 0 9 0 646789116 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1570/statm: 216995 33217 2638 9 0 211501 0
[pid=1570/tid=1572] ppid=1568 vsize=867980 CPUtime=26.46
/proc/1570/task/1572/stat : 1572 (java) S 1568 1570 31425 0 -1 64 28805 673 1 0 2617 19 8 2 25 0 9 0 646789117 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1573] ppid=1568 vsize=867980 CPUtime=1.11
/proc/1570/task/1573/stat : 1573 (java) S 1568 1570 31425 0 -1 64 27297 673 0 0 91 10 8 2 16 0 9 0 646789119 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1574] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1574/stat : 1574 (java) S 1568 1570 31425 0 -1 64 18 673 0 0 0 0 8 2 16 0 9 0 646789119 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1575] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1575/stat : 1575 (java) S 1568 1570 31425 0 -1 64 23 673 0 0 0 0 8 2 15 0 9 0 646789119 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1576] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1576/stat : 1576 (java) S 1568 1570 31425 0 -1 64 0 673 0 0 0 0 8 2 18 0 9 0 646789121 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1577] ppid=1568 vsize=867980 CPUtime=0.49
/proc/1570/task/1577/stat : 1577 (java) S 1568 1570 31425 0 -1 64 977 673 0 0 38 1 8 2 16 0 9 0 646789121 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1578] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1578/stat : 1578 (java) S 1568 1570 31425 0 -1 64 2 673 0 0 0 0 8 2 19 0 9 0 646789121 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1570/tid=1579] ppid=1568 vsize=867980 CPUtime=0.1
/proc/1570/task/1579/stat : 1579 (java) S 1568 1570 31425 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 646789121 888811520 33217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.91
Current children cumulated vsize (KiB) 867980

Child status: 0
Real time (s): 28.24
CPU time (s): 27.9548
CPU user time (s): 27.5678
CPU system time (s): 0.386941
CPU usage (%): 98.9899
Max. virtual memory (cumulated for all children) (KiB): 867980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.5678
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58655
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= 2183
involuntary context switches= 2795

runsolver used 0.040993 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 08:17:40
IDJOB=1086307
IDBENCH=57794
IDSOLVER=363
FILE ID=node60/1086307-1215238660
PBS_JOBID= 7881784
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-6.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-1086307-1215238660/watcher-1086307-1215238660 -o /tmp/evaluation-result-1086307-1215238660/solver-1086307-1215238660 -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-1086307-1215238660.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7db336713358debe85f4357efdd6517c
RANDOM SEED=314368608

node60.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.216
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.216
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:       1749496 kB
Buffers:         47852 kB
Cached:         142112 kB
SwapCached:      29268 kB
Active:         147424 kB
Inactive:       100488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749496 kB
SwapTotal:     4192956 kB
SwapFree:      4157888 kB
Dirty:            4076 kB
Writeback:           0 kB
Mapped:          65320 kB
Slab:            43920 kB
Committed_AS:  1237508 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node60 at 2008-07-05 08:18:08