Trace number 1051187

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 30.5424 30.7407

DiagnosticValue
CHECKS27699300
NODES16325

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.60676
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1051187-1215052488.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.29/0.38	     nbVariables=9  nbDomainTypes=1  minDomainSize=35  maxDomainSize=35  nbTotalValues=315
0.29/0.38	       =>  wckTime=0.14  cpuTime=0.09  mem=7M919
0.29/0.38	   
0.29/0.38	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.77/0.82	     nbConstraints=247  nbGlobalConstraints=1  nbMergedConstraints=336  nbConvertedConstraints=36
0.77/0.82	     nbConvertConstraintsChecks=1225  nbExtensionStructures=1  nbSharedExtensionStructures=35  nbConflictsStructures=1
0.77/0.82	     nbSharedConflictsStructures=35  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.77/0.82	     nbEvaluationManagers=2  nbSharedEvaluationManagers=208  minDegree=93  maxDegree=93  minArity=2  avgArity=3.39
0.77/0.82	     maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.056  symmetryCpuTime=0.03  nbCliques=1
0.77/0.82	       =>  wckTime=0.579  cpuTime=0.4  mem=18M710
0.77/0.87	   
0.77/0.87	   solver IterativeSystematicSolver being built... 
0.87/0.96	   
0.87/0.96	   INFO : Forward propagation technique limited 
0.97/1.03	       =>  wckTime=0.79  cpuTime=0.54  mem=22M969
0.97/1.08	   
0.97/1.08	   preprocessing
0.97/1.08	     nbConstraintChecks=30321  nbValidityChecks=24296  nbPropagations=17  nbRevisions=1250  nbUselessRevisions=1178
0.97/1.08	     nbRemovedValues=72  detectedInconsistency=no
0.97/1.08	       =>  wckTime=0.051  cpuTime=0.03  mem=22M969
1.76/1.89	   
1.76/1.89	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M960)
30.42/30.68	   
30.42/30.68	   search
30.42/30.68	     run=15  nbConstraintChecks=27668997  nbValidityChecks=52403467  minDepth=0  maxDepth=5  nbPropagations=284179
30.42/30.68	     nbRevisions=28444889  nbUselessRevisions=27492009  nbAssignments=16325  nbFailedAssignments=10795
30.42/30.68	     nbBacktracks=5472  nbVisitedNodes=31582  nbRestartNogoods=152  nbSEliminables=0  nbREliminables=0
30.42/30.68	     nbIEliminables=5.06  nbDEliminables=0  nbPEliminables=0
30.42/30.68	       =>  wckTime=29.652  cpuTime=29.4  mem=23M960
30.42/30.68	   
30.42/30.68	   global
30.42/30.69	     nbConstraintChecks=27699318  nbValidityChecks=52427763  nbPropagations=284196  nbRevisions=28446139
30.42/30.69	     nbUselessRevisions=27493187  nbRestartNogoods=152  solvingWckTime=29.654  solvingCpuTime=29.41  expiredTime=no
30.42/30.69	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=30.01
30.42/30.69	       =>  wckTime=30.446  cpuTime=29.95  mem=23M960
30.42/30.69	   
30.42/30.69	s UNSATISFIABLE
30.42/30.69	d NODES 16325
30.42/30.69	d CHECKS 27699318
30.42/30.69	   
30.42/30.69	   totalWckTime=30.502  totalCpuTime=30.01

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-1051187-1215052488/watcher-1051187-1215052488 -o /tmp/evaluation-result-1051187-1215052488/solver-1051187-1215052488 -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-1051187-1215052488.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 4/72 583
/proc/meminfo: memFree=1773740/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=18572 CPUtime=0
/proc/583/stat : 583 (runsolver) R 581 583 30836 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1984221155 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/583/statm: 4643 292 257 25 0 2626 0

[startup+0.095956 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 583
/proc/meminfo: memFree=1773740/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=865884 CPUtime=0.07
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 3666 0 1 0 6 1 0 0 18 0 9 0 1984221155 886665216 3141 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216471 3141 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.102956 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 583
/proc/meminfo: memFree=1773740/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=865884 CPUtime=0.08
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 3719 0 1 0 7 1 0 0 18 0 9 0 1984221155 886665216 3182 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216471 3182 1686 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30301 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 583
/proc/meminfo: memFree=1773740/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=866196 CPUtime=0.29
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 5622 0 1 0 26 3 0 0 18 0 9 0 1984221155 886984704 5036 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216549 5036 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701076 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 583
/proc/meminfo: memFree=1773740/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867096 CPUtime=0.68
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 8238 0 1 0 64 4 0 0 18 0 9 0 1984221155 887906304 7595 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216774 7595 2011 9 0 211280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867096

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1745892/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=1.46
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17235 289 1 0 138 8 0 0 18 0 9 0 1984221155 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11163 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=1.17
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12539 289 1 0 111 6 0 0 25 0 9 0 1984221156 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4126924179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3138 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.22
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 723 289 0 0 22 0 0 0 16 0 9 0 1984221160 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867872

[startup+3.1025 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738916/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=3.06
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17267 289 1 0 298 8 0 0 18 0 9 0 1984221155 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11191 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=2.73
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12548 289 1 0 267 6 0 0 25 0 9 0 1984221156 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4126943866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 17 0 9 0 1984221158 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.25
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 745 289 0 0 25 0 0 0 16 0 9 0 1984221160 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11191 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867872

[startup+6.30108 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738660/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=6.24
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17294 289 1 0 616 8 0 0 18 0 9 0 1984221155 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11205 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=5.89
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12553 289 1 0 583 6 0 0 25 0 9 0 1984221156 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4126928724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 757 289 0 0 27 0 0 0 16 0 9 0 1984221160 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11205 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867872

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738532/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=12.6
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17310 289 1 0 1252 8 0 0 18 0 9 0 1984221155 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11209 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=12.26
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12558 289 1 0 1220 6 0 0 25 0 9 0 1984221156 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4126917386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 768 289 0 0 27 0 0 0 15 0 9 0 1984221160 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867872

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738596/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=25.34
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17312 289 1 0 2526 8 0 0 18 0 9 0 1984221155 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11211 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=24.99
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12560 289 1 0 2493 6 0 0 25 0 9 0 1984221156 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4126754129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 768 289 0 0 27 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 867872

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

[startup+28.7022 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738596/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=28.52
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17312 289 1 0 2844 8 0 0 18 0 9 0 1984221155 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11211 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=28.18
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12560 289 1 0 2812 6 0 0 25 0 9 0 1984221156 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4126914423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 768 289 0 0 27 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 867872

[startup+29.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738596/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=29.32
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17312 289 1 0 2924 8 0 0 18 0 9 0 1984221155 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11211 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=28.98
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12560 289 1 0 2892 6 0 0 25 0 9 0 1984221156 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4126915748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 768 289 0 0 27 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (KiB) 867872

[startup+30.3025 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 596
/proc/meminfo: memFree=1738596/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=30.12
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17312 289 1 0 3004 8 0 0 18 0 9 0 1984221155 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11211 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=29.77
/proc/583/task/585/stat : 585 (java) R 581 583 30836 0 -1 64 12560 289 1 0 2971 6 0 0 25 0 9 0 1984221156 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 768 289 0 0 27 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.12
Current children cumulated vsize (KiB) 867872

[startup+30.7025 s]
/proc/loadavg: 2.00 2.00 2.00 2/81 596
/proc/meminfo: memFree=1738276/2055920 swapFree=4179760/4192956
[pid=583] ppid=581 vsize=867872 CPUtime=30.51
/proc/583/stat : 583 (java) S 581 583 30836 0 -1 0 17403 289 1 0 3043 8 0 0 18 0 9 0 1984221155 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/583/statm: 216968 11298 2632 9 0 211474 0
[pid=583/tid=585] ppid=581 vsize=867872 CPUtime=30.16
/proc/583/task/585/stat : 585 (java) S 581 583 30836 0 -1 64 12651 289 1 0 3010 6 0 0 25 0 9 0 1984221156 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=586] ppid=581 vsize=867872 CPUtime=0.04
/proc/583/task/586/stat : 586 (java) S 581 583 30836 0 -1 64 3139 289 0 0 4 0 0 0 16 0 9 0 1984221158 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=583/tid=587] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/587/stat : 587 (java) S 581 583 30836 0 -1 64 16 289 0 0 0 0 0 0 16 0 9 0 1984221158 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=588] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/588/stat : 588 (java) S 581 583 30836 0 -1 64 12 289 0 0 0 0 0 0 15 0 9 0 1984221158 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=589] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/589/stat : 589 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 18 0 9 0 1984221160 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=590] ppid=581 vsize=867872 CPUtime=0.27
/proc/583/task/590/stat : 590 (java) S 581 583 30836 0 -1 64 768 289 0 0 27 0 0 0 15 0 9 0 1984221160 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=591] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/591/stat : 591 (java) S 581 583 30836 0 -1 64 1 289 0 0 0 0 0 0 19 0 9 0 1984221160 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=583/tid=592] ppid=581 vsize=867872 CPUtime=0
/proc/583/task/592/stat : 592 (java) S 581 583 30836 0 -1 64 11 289 0 0 0 0 0 0 15 0 9 0 1984221160 888700928 11298 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.51
Current children cumulated vsize (KiB) 867872

Child status: 0
Real time (s): 30.7407
CPU time (s): 30.5424
CPU user time (s): 30.4394
CPU system time (s): 0.102984
CPU usage (%): 99.3548
Max. virtual memory (cumulated for all children) (KiB): 867872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4394
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17718
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= 1795
involuntary context switches= 1555

runsolver used 0.052991 second user time and 0.096985 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 04:34:48
IDJOB=1051187
IDBENCH=55427
IDSOLVER=363
FILE ID=node45/1051187-1215052488
PBS_JOBID= 7875086
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.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-1051187-1215052488/watcher-1051187-1215052488 -o /tmp/evaluation-result-1051187-1215052488/solver-1051187-1215052488 -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-1051187-1215052488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=2010618513

node45.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.268
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.268
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:       1774156 kB
Buffers:         32244 kB
Cached:         170400 kB
SwapCached:       6932 kB
Active:         103968 kB
Inactive:       109284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774156 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2076 kB
Writeback:           0 kB
Mapped:          17968 kB
Slab:            53864 kB
Committed_AS:  3654776 kB
PageTables:       1688 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= 66552 MiB
End job on node45 at 2008-07-03 04:35:19