Trace number 1094962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 21.2828 21.3408

DiagnosticValue
CHECKS65039
NODES0

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-4.xml
MD5SUMf804db01db52be6b23e45bb99d4155e0
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 benchmark0.972852
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 (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1094962-1215280368.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.39/0.41	     nbVariables=350  nbDomainTypes=11  minDomainSize=42  maxDomainSize=302  nbTotalValues=73016
0.39/0.41	       =>  wckTime=0.17  cpuTime=0.13  mem=10M781
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
20.47/20.54	   
20.47/20.54	   INFO : Stopping converting binary constraints (cpu=20.04, mem = 45M179)
20.86/20.98	     nbConstraints=2387  nbMergedConstraints=1425  nbConvertedConstraints=2091  nbConvertConstraintsChecks=52220898
20.97/21.01	     nbExtensionStructures=1272  nbSharedExtensionStructures=1319  nbConflictsStructures=1314
20.97/21.01	     nbSharedConflictsStructures=1324  nbUnbuiltConflictsStructures=192  nbSharedBinaryRepresentations=489872
20.97/21.01	     nbEvaluationManagers=234  nbSharedEvaluationManagers=62  minDegree=5  maxDegree=17  minArity=2  maxArity=2
20.97/21.01	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.291  symmetryCpuTime=0.14
20.97/21.01	       =>  wckTime=20.744  cpuTime=20.3  mem=13M458
20.97/21.09	   
20.97/21.09	   solver IterativeSystematicSolver being built... 
21.17/21.24	       =>  wckTime=21.0  cpuTime=20.44  mem=34M391
21.17/21.27	   
21.17/21.27	   preprocessing
21.17/21.27	     nbConstraintChecks=65039  nbValidityChecks=3  nbPropagations=25  nbRevisions=408  nbUselessRevisions=229
21.17/21.27	     nbRemovedValues=15951  detectedInconsistency=yes
21.17/21.27	       =>  wckTime=0.032  cpuTime=0.02  mem=34M391
21.17/21.28	   
21.17/21.28	   global
21.17/21.28	     nbConstraintChecks=65039  nbValidityChecks=3  nbPropagations=25  nbRevisions=408  nbUselessRevisions=229
21.17/21.28	     nbRestartNogoods=0  solvingWckTime=0.034  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes
21.17/21.28	     nbFoundSolutions=0  globalCpuTime=20.5
21.17/21.28	       =>  wckTime=21.038  cpuTime=20.47  mem=35M369
21.17/21.28	   
21.17/21.28	s UNSATISFIABLE
21.17/21.28	d NODES 0
21.17/21.28	d CHECKS 65039
21.17/21.28	   
21.17/21.28	   totalWckTime=21.106  totalCpuTime=20.51

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-1094962-1215280368/watcher-1094962-1215280368 -o /tmp/evaluation-result-1094962-1215280368/solver-1094962-1215280368 -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-1094962-1215280368.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.02 2.02 1.97 4/87 11412
/proc/meminfo: memFree=1676504/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=152 CPUtime=0
/proc/11412/stat : 11412 (java) R 11410 11412 9305 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 2007007169 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 1835812 0 0 4096 0 0 0 0 17 0 0 0
/proc/11412/statm: 38 26 19 9 0 4 0

[startup+0.04834 s]
/proc/loadavg: 2.02 2.02 1.97 4/87 11412
/proc/meminfo: memFree=1676504/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=863688 CPUtime=0.03
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 2425 0 1 0 2 1 0 0 18 0 9 0 2007007169 884416512 2000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 215922 2000 913 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.102345 s]
/proc/loadavg: 2.02 2.02 1.97 4/87 11412
/proc/meminfo: memFree=1676504/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=865884 CPUtime=0.08
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 3758 0 1 0 7 1 0 0 18 0 9 0 2007007169 886665216 3218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216471 3218 1706 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301366 s]
/proc/loadavg: 2.02 2.02 1.97 4/87 11412
/proc/meminfo: memFree=1676504/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=866408 CPUtime=0.28
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 6028 0 1 0 25 3 0 0 18 0 9 0 2007007169 887201792 5402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216602 5402 1956 9 0 211130 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866408

[startup+0.70141 s]
/proc/loadavg: 2.02 2.02 1.97 4/87 11412
/proc/meminfo: memFree=1676504/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867676 CPUtime=0.68
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 9729 0 1 0 63 5 0 0 18 0 9 0 2007007169 888500224 9089 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216919 9090 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.5015 s]
/proc/loadavg: 2.02 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1638800/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867676 CPUtime=1.48
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 12445 0 1 0 140 8 0 0 18 0 9 0 2007007169 888500224 11802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216919 11803 2014 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867676 CPUtime=1.28
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 11069 0 1 0 121 7 0 0 25 0 9 0 2007007170 888500224 11803 996147200 134512640 134550740 4294955968 18446744073709551615 4126645527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007007172 888500224 11803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2007007172 888500224 11803 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2007007172 888500224 11804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888500224 11804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867676 CPUtime=0.19
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 680 0 0 0 19 0 0 0 16 0 9 0 2007007174 888500224 11804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888500224 11805 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888500224 11806 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867676

[startup+3.10167 s]
/proc/loadavg: 2.02 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1634768/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867676 CPUtime=3.08
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 13736 0 1 0 299 9 0 0 18 0 9 0 2007007169 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216919 13091 2014 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867676 CPUtime=2.86
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 12338 0 1 0 278 8 0 0 25 0 9 0 2007007170 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4126877495 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007007172 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2007007172 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2007007172 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867676 CPUtime=0.21
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 701 0 0 0 21 0 0 0 15 0 9 0 2007007174 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888500224 13091 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867676

[startup+6.30202 s]
/proc/loadavg: 2.02 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1625168/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867676 CPUtime=6.28
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 16030 0 1 0 616 12 0 0 18 0 9 0 2007007169 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216919 15382 2014 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867676 CPUtime=6.05
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 14625 0 1 0 594 11 0 0 25 0 9 0 2007007170 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4126873648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007007172 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 10 0 0 0 0 0 0 0 21 0 9 0 2007007172 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 2007007172 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867676 CPUtime=0.22
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 708 0 0 0 22 0 0 0 16 0 9 0 2007007174 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867676 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888500224 15382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867676

[startup+12.7017 s]
/proc/loadavg: 2.02 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1610704/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867588 CPUtime=12.67
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 18958 0 1 0 1251 16 0 0 18 0 9 0 2007007169 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216897 18285 2005 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867588 CPUtime=12.38
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 15791 0 1 0 1224 14 0 0 25 0 9 0 2007007170 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4126872360 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867588 CPUtime=0.04
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 1761 0 0 0 4 0 0 0 16 0 9 0 2007007172 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867588 CPUtime=0.22
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 710 0 0 0 22 0 0 0 17 0 9 0 2007007174 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888410112 18285 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 867588

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

[startup+15.9021 s]
/proc/loadavg: 2.02 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1610704/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867588 CPUtime=15.88
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 18972 0 1 0 1570 18 0 0 18 0 9 0 2007007169 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216897 18298 2005 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867588 CPUtime=15.57
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 15792 0 1 0 1541 16 0 0 25 0 9 0 2007007170 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4126873738 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867588 CPUtime=0.04
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 1761 0 0 0 4 0 0 0 17 0 9 0 2007007172 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867588 CPUtime=0.24
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 723 0 0 0 24 0 0 0 16 0 9 0 2007007174 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888410112 18298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 867588

[startup+19.1014 s]
/proc/loadavg: 2.01 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1610704/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867588 CPUtime=19.07
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 18974 0 1 0 1888 19 0 0 18 0 9 0 2007007169 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216897 18299 2005 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867588 CPUtime=18.76
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 15793 0 1 0 1859 17 0 0 25 0 9 0 2007007170 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4126872337 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867588 CPUtime=0.04
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 1761 0 0 0 4 0 0 0 16 0 9 0 2007007172 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867588 CPUtime=0.24
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 724 0 0 0 24 0 0 0 15 0 9 0 2007007174 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888410112 18299 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 867588

[startup+20.7016 s]
/proc/loadavg: 2.01 2.02 1.97 3/96 11421
/proc/meminfo: memFree=1610704/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=867588 CPUtime=20.68
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 18988 0 1 0 2047 21 0 0 18 0 9 0 2007007169 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 216897 18312 2007 9 0 211425 0
[pid=11412/tid=11414] ppid=11410 vsize=867588 CPUtime=20.34
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 15799 0 1 0 2016 18 0 0 25 0 9 0 2007007170 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4125925991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11415] ppid=11410 vsize=867588 CPUtime=0.04
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 1762 0 0 0 4 0 0 0 16 0 9 0 2007007172 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11416] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11417] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007172 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11418] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2007007174 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=867588 CPUtime=0.25
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 731 0 0 0 25 0 0 0 15 0 9 0 2007007174 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11420] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2007007174 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=867588 CPUtime=0
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007007174 888410112 18312 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 867588

[startup+21.1018 s]
/proc/loadavg: 2.01 2.02 1.97 5/98 11425
/proc/meminfo: memFree=1609792/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=868324 CPUtime=21.06
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 31538 407 1 0 2078 25 2 1 18 0 9 0 2007007169 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 217081 22613 2637 9 0 211587 0
[pid=11412/tid=11414] ppid=11410 vsize=868324 CPUtime=20.53
/proc/11412/task/11414/stat : 11414 (java) R 11410 11412 9305 0 -1 64 16682 407 1 0 2031 19 2 1 16 0 9 0 2007007170 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11415] ppid=11410 vsize=868324 CPUtime=0.24
/proc/11412/task/11415/stat : 11415 (java) R 11410 11412 9305 0 -1 64 13187 407 0 0 18 3 2 1 17 0 9 0 2007007172 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11416] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 19 407 0 0 0 0 2 1 15 0 9 0 2007007172 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11417] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 10 407 0 0 0 0 2 1 16 0 9 0 2007007172 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11418] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 407 0 0 0 0 2 1 23 0 9 0 2007007174 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=868324 CPUtime=0.3
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 830 407 0 0 27 0 2 1 15 0 9 0 2007007174 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11420] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 407 0 0 0 0 2 1 24 0 9 0 2007007174 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 12 407 0 0 0 0 2 1 15 0 9 0 2007007174 889163776 22613 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.06
Current children cumulated vsize (KiB) 868324

[startup+21.3017 s]
/proc/loadavg: 2.01 2.02 1.97 5/98 11425
/proc/meminfo: memFree=1609792/2055920 swapFree=4178936/4192956
[pid=11412] ppid=11410 vsize=868324 CPUtime=21.25
/proc/11412/stat : 11412 (java) S 11410 11412 9305 0 -1 0 35447 407 1 0 2096 26 2 1 18 0 9 0 2007007169 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11412/statm: 217081 22682 2638 9 0 211587 0
[pid=11412/tid=11414] ppid=11410 vsize=868324 CPUtime=20.69
/proc/11412/task/11414/stat : 11414 (java) S 11410 11412 9305 0 -1 64 20519 407 1 0 2046 20 2 1 17 0 9 0 2007007170 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11415] ppid=11410 vsize=868324 CPUtime=0.24
/proc/11412/task/11415/stat : 11415 (java) S 11410 11412 9305 0 -1 64 13188 407 0 0 18 3 2 1 17 0 9 0 2007007172 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11416] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11416/stat : 11416 (java) S 11410 11412 9305 0 -1 64 19 407 0 0 0 0 2 1 15 0 9 0 2007007172 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11417] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11417/stat : 11417 (java) S 11410 11412 9305 0 -1 64 15 407 0 0 0 0 2 1 16 0 9 0 2007007172 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11418] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11418/stat : 11418 (java) S 11410 11412 9305 0 -1 64 1 407 0 0 0 0 2 1 23 0 9 0 2007007174 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11419] ppid=11410 vsize=868324 CPUtime=0.33
/proc/11412/task/11419/stat : 11419 (java) S 11410 11412 9305 0 -1 64 896 407 0 0 30 0 2 1 16 0 9 0 2007007174 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11412/tid=11420] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11420/stat : 11420 (java) S 11410 11412 9305 0 -1 64 1 407 0 0 0 0 2 1 24 0 9 0 2007007174 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11412/tid=11421] ppid=11410 vsize=868324 CPUtime=0.03
/proc/11412/task/11421/stat : 11421 (java) S 11410 11412 9305 0 -1 64 12 407 0 0 0 0 2 1 15 0 9 0 2007007174 889163776 22682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.25
Current children cumulated vsize (KiB) 868324

Child status: 0
Real time (s): 21.3408
CPU time (s): 21.2828
CPU user time (s): 20.9928
CPU system time (s): 0.289955
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 868324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.9928
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35882
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= 2061
involuntary context switches= 2112

runsolver used 0.027995 second user time and 0.078987 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-05 19:52:48
IDJOB=1094962
IDBENCH=58857
IDSOLVER=363
FILE ID=node64/1094962-1215280368
PBS_JOBID= 7882209
Free space on /tmp= 66392 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f804db01db52be6b23e45bb99d4155e0
RANDOM SEED=1120468422

node64.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.248
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.248
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:       1676984 kB
Buffers:         61724 kB
Cached:         225104 kB
SwapCached:       7408 kB
Active:         217784 kB
Inactive:       102044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676984 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          50452 kB
Slab:            43116 kB
Committed_AS:  4150720 kB
PageTables:       2380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66392 MiB
End job on node64 at 2008-07-05 19:53:10