Trace number 1075321

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 ACSAT 9.26459 9.4577

DiagnosticValue
CHECKS760880
NODES608

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-23-02.xml
MD5SUM6e837bcff90ceecc34ace19452d7a79e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.25766
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
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.20/0.33	
0.20/0.33	   configuration
0.20/0.33	     name=mac.xml
0.20/0.38	   
0.20/0.38	   instance
0.20/0.38	     name=HOME/instance-1075321-1215477124.xml
0.30/0.42	   
0.30/0.42	   domains being loaded...
0.30/0.43	   
0.30/0.43	   variables being loaded...
0.39/0.52	     nbVariables=435  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=11310
0.39/0.52	       =>  wckTime=0.192  cpuTime=0.15  mem=9M869
0.39/0.52	   
0.39/0.52	   relations being loaded...
1.68/1.80	   
1.68/1.80	   predicates being loaded...
1.68/1.87	   
1.68/1.87	   constraints being loaded...
2.38/2.55	   Too large in ConstraintConflictsSTructure
2.48/2.64	   Too large in ConstraintConflictsSTructure
2.68/2.84	   Too large in ConstraintConflictsSTructure
2.68/2.87	   Too large in ConstraintConflictsSTructure
2.77/2.98	   Too large in ConstraintConflictsSTructure
2.87/3.07	   Too large in ConstraintConflictsSTructure
4.94/5.13	     nbConstraints=4428  nbRelationTypes=10  nbGlobalConstraints=182  nbExtensionStructures=10
4.94/5.13	     nbSharedExtensionStructures=172  nbConflictsStructures=4  nbSharedConflictsStructures=156
4.94/5.13	     nbUnbuiltConflictsStructures=17  nbSharedBinaryRepresentations=0  nbEvaluationManagers=11
4.94/5.13	     nbSharedEvaluationManagers=4235  minDegree=6  maxDegree=142  minArity=3  avgArity=8.21  maxArity=24  nbGenerators=0
4.94/5.13	     nbFusions=0  symmetryWckTime=0.493  symmetryCpuTime=0.2
4.94/5.13	       =>  wckTime=4.799  cpuTime=3.85  mem=117M31
5.24/5.42	   
5.24/5.42	   solver IterativeSystematicSolver being built... 
5.73/6.00	   
5.73/6.00	   INFO : Forward propagation technique limited 
5.83/6.07	       =>  wckTime=5.737  cpuTime=4.27  mem=159M920
6.35/6.57	   
6.35/6.57	   preprocessing
6.35/6.57	     nbConstraintChecks=394  nbValidityChecks=4700189  nbPropagations=472  nbRevisions=22  nbUselessRevisions=22
6.35/6.57	     nbRemovedValues=238  detectedInconsistency=no
6.35/6.57	       =>  wckTime=0.496  cpuTime=0.49  mem=162M500
9.10/9.40	   
9.10/9.40	   search
9.10/9.40	     run=1  nbConstraintChecks=760486  nbValidityChecks=16822763  minDepth=130  maxDepth=435  nbPropagations=6368
9.10/9.40	     nbRevisions=188851  nbUselessRevisions=188819  nbAssignments=608  nbFailedAssignments=17  nbBacktracks=17
9.10/9.40	     nbVisitedNodes=631  nbRestartNogoods=7  nbFoundSolutions=1  mapSize=5  nbInferences=0  nbTooLargeKeys=0
9.10/9.40	     nbSEliminables=0  nbREliminables=101.41  nbIEliminables=222.87  nbDEliminables=0  nbPEliminables=0
9.10/9.40	       =>  wckTime=3.322  cpuTime=3.11  mem=136M207
9.10/9.40	   
9.10/9.40	   global
9.10/9.40	     nbConstraintChecks=760880  nbValidityChecks=21522952  nbPropagations=6840  nbRevisions=188873
9.10/9.40	     nbUselessRevisions=188841  nbRestartNogoods=7  solvingWckTime=3.324  solvingCpuTime=3.11  expiredTime=no
9.10/9.40	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=7.36  globalCpuTime=7.42
9.10/9.40	       =>  wckTime=9.065  cpuTime=7.38  mem=136M207
9.20/9.40	   
9.20/9.40	s SATISFIABLE
9.20/9.40	v 1 4 0 13 19 17 0 0 6 2 0 17 4 19 14 17 11 14 13 0 13 13 4 4 4 14 20 4 0 17 0 18 0 1 0 8 11 4 18 3 4 19 4 17 17 4 20 17 18 17 4 2 14 13 21 4 17 19 8 17 0 0 12 8 4 13 19 4 19 0 13 19 4 19 0 8 4 21 8 11 19 0 6 6 0 8 19 0 13 4 4 18 4 17 4 1 4 19 4 20 13 18 2 0 13 4 0 24 18 1 14 19 4 18 19 0 15 4 18 19 0 8 19 2 17 8 13 5 0 0 0 0 17 8 0 1 0 17 13 18 8 14 19 0 4 6 8 18 19 7 4 0 12 4 18 0 12 8 4 12 18 19 15 0 17 4 4 17 0 19 11 4 3 15 17 8 4 15 0 19 4 19 0 17 4 15 4 11 0 3 0 17 8 18 15 0 8 4 1 0 18 4 9 0 15 14 13 18 15 4 2 20 11 0 14 12 4 17 19 0 18 3 17 0 15 0 13 19 2 0 11 20 18 18 14 8 4 2 0 11 4 14 0 18 8 18 0 17 14 11 15 18 24 18 18 8 17 4 0 23 8 18 18 0 18 11 4 20 5 8 4 4 18 18 4 18 15 17 8 0 17 0 1 4 15 14 15 2 14 17 13 0 5 8 13 6 0 8 13 18 1 8 4 13 15 17 4 19 18 0 8 18 14 17 4 4 1 0 19 4 4 1 4 11 6 4 3 18 19 15 8 4 13 15 0 19 4 11 8 4 18 8 4 4 2 0 8 13 0 14 17 8 18 19 4 18 4 15 2 0 20 18 6 17 8 5 5 19 14 13 18 2 4 15 4 12 15 20 0 13 19 8 17 0 8 18 17 0 12 8 4 17 14 8 18 4 5 8 4 5 5 0 6 0 17 4 4 0 23 4 11 4 19 4 19 4 18 4 17 4 18 13 8 4 4 18 18 4 19 18 17 0 18 4 18 
9.20/9.40	d NODES 608
9.20/9.40	d CHECKS 760880
9.20/9.40	   
9.20/9.40	   totalWckTime=9.135  totalCpuTime=7.43

Verifier Data (download as text)

OK

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-1075321-1215477124/watcher-1075321-1215477124 -o /tmp/evaluation-result-1075321-1215477124/solver-1075321-1215477124 -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-1075321-1215477124.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: 0.92 0.98 0.99 4/82 3022
/proc/meminfo: memFree=1846496/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=18572 CPUtime=0
/proc/3022/stat : 3022 (runsolver) R 3020 3022 2891 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 4411786 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3022/statm: 4643 292 257 25 0 2626 0

[startup+0.101686 s]
/proc/loadavg: 0.92 0.98 0.99 4/82 3022
/proc/meminfo: memFree=1846496/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=865884 CPUtime=0.08
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 3693 0 1 0 7 1 0 0 18 0 9 0 4411786 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201704 s]
/proc/loadavg: 0.92 0.98 0.99 4/82 3022
/proc/meminfo: memFree=1846496/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=866044 CPUtime=0.14
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 4281 0 2 0 12 2 0 0 18 0 9 0 4411786 886829056 3717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 216511 3717 1836 9 0 211059 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 866044

[startup+0.302722 s]
/proc/loadavg: 0.92 0.98 0.99 4/82 3022
/proc/meminfo: memFree=1846496/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=866044 CPUtime=0.2
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 5059 0 2 0 17 3 0 0 18 0 9 0 4411786 886829056 4487 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 216511 4489 1861 9 0 211059 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 866044

[startup+0.701804 s]
/proc/loadavg: 0.92 0.98 0.99 4/82 3022
/proc/meminfo: memFree=1846496/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=867008 CPUtime=0.59
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 13478 0 6 0 50 9 0 0 18 0 9 0 4411786 887816192 12854 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 216752 12855 1969 9 0 211280 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 867008

[startup+1.50295 s]
/proc/loadavg: 0.92 0.98 0.99 4/91 3031
/proc/meminfo: memFree=1746008/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=867008 CPUtime=1.38
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 23643 0 6 0 123 15 0 0 18 0 9 0 4411786 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 216752 23016 1981 9 0 211280 0
[pid=3022/tid=3024] ppid=3020 vsize=867008 CPUtime=1.18
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 15660 0 6 0 107 11 0 0 25 0 9 0 4411788 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4126617348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3025] ppid=3020 vsize=867008 CPUtime=0.09
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 6840 0 0 0 6 3 0 0 16 0 9 0 4411789 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3026] ppid=3020 vsize=867008 CPUtime=0
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 4411789 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3027] ppid=3020 vsize=867008 CPUtime=0
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 4411789 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3028] ppid=3020 vsize=867008 CPUtime=0
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4411791 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=867008 CPUtime=0.09
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 451 0 0 0 9 0 0 0 16 0 9 0 4411791 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3030] ppid=3020 vsize=867008 CPUtime=0
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4411791 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=867008 CPUtime=0
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4411791 887816192 23016 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 867008

[startup+3.10125 s]
/proc/loadavg: 1.17 1.03 1.01 4/91 3031
/proc/meminfo: memFree=1694168/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=867608 CPUtime=2.98
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 28481 0 6 0 279 19 0 0 18 0 9 0 4411786 888430592 27817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 216902 27817 2007 9 0 211430 0
[pid=3022/tid=3024] ppid=3020 vsize=867608 CPUtime=2.53
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 15788 0 6 0 241 12 0 0 25 0 9 0 4411788 888430592 27817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3025] ppid=3020 vsize=867608 CPUtime=0.22
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 11317 0 0 0 17 5 0 0 16 0 9 0 4411789 888430592 27817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3026] ppid=3020 vsize=867608 CPUtime=0
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4411789 888430592 27817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3027] ppid=3020 vsize=867608 CPUtime=0
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4411789 888430592 27817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3028] ppid=3020 vsize=867608 CPUtime=0
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4411791 888430592 27817 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=867608 CPUtime=0.2
/proc/3022/task/3029/stat : 3029 (java) R 3020 3022 2891 0 -1 64 682 0 0 0 20 0 0 0 15 0 9 0 4411791 888430592 27819 996147200 134512640 134550740 4294955968 18446744073709551615 102304713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3030] ppid=3020 vsize=867608 CPUtime=0
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4411791 888430592 27819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=867608 CPUtime=0
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4411791 888430592 27819 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 867608

[startup+6.30284 s]
/proc/loadavg: 1.17 1.03 1.01 4/91 3035
/proc/meminfo: memFree=1611544/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=868108 CPUtime=6.14
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 77583 936 6 1 538 53 22 1 18 0 9 0 4411786 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 217027 46867 2637 9 0 211533 0
[pid=3022/tid=3024] ppid=3020 vsize=868108 CPUtime=4.91
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 27826 936 6 1 434 34 22 1 25 0 9 0 4411788 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4127265858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3025] ppid=3020 vsize=868108 CPUtime=1.09
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 47900 936 0 1 70 16 22 1 17 0 9 0 4411789 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3026] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 17 936 0 1 0 0 22 1 16 0 9 0 4411789 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3027] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 25 936 0 1 0 0 22 1 15 0 9 0 4411789 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3028] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 24 0 9 0 4411791 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=868108 CPUtime=0.57
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 955 936 0 1 33 1 22 1 16 0 9 0 4411791 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3030] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 25 0 9 0 4411791 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 48 936 0 1 0 0 22 1 15 0 9 0 4411791 888942592 46867 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 868108

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

[startup+6.40286 s]
/proc/loadavg: 1.17 1.03 1.01 4/91 3035
/proc/meminfo: memFree=1611544/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=868108 CPUtime=6.25
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 77891 936 6 1 548 54 22 1 18 0 9 0 4411786 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 217027 46869 2637 9 0 211533 0
[pid=3022/tid=3024] ppid=3020 vsize=868108 CPUtime=5.01
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 28132 936 6 1 443 35 22 1 25 0 9 0 4411788 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4127265852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3025] ppid=3020 vsize=868108 CPUtime=1.09
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 47900 936 0 1 70 16 22 1 17 0 9 0 4411789 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3026] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 17 936 0 1 0 0 22 1 16 0 9 0 4411789 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3027] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 25 936 0 1 0 0 22 1 15 0 9 0 4411789 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3022/tid=3028] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 24 0 9 0 4411791 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=868108 CPUtime=0.57
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 957 936 0 1 33 1 22 1 15 0 9 0 4411791 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3030] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 25 0 9 0 4411791 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=868108 CPUtime=0.23
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 48 936 0 1 0 0 22 1 15 0 9 0 4411791 888942592 46869 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868108

[startup+8.00116 s]
/proc/loadavg: 1.24 1.05 1.02 4/91 3107
/proc/meminfo: memFree=1661344/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=868020 CPUtime=7.83
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 83579 936 6 1 703 57 22 1 18 0 9 0 4411786 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 217005 51889 2615 9 0 211533 0
[pid=3022/tid=3024] ppid=3020 vsize=868020 CPUtime=6.43
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 28764 936 6 1 585 35 22 1 25 0 9 0 4411788 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4127292757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3025] ppid=3020 vsize=868020 CPUtime=1.2
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 52921 936 0 1 79 18 22 1 17 0 9 0 4411789 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3026] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 17 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3027] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 31 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3028] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 24 0 9 0 4411791 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=868020 CPUtime=0.61
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 986 936 0 1 37 1 22 1 15 0 9 0 4411791 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3030] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 25 0 9 0 4411791 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 48 936 0 1 0 0 22 1 15 0 9 0 4411791 888852480 51889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 868020

[startup+8.80131 s]
/proc/loadavg: 1.24 1.05 1.02 4/89 3142
/proc/meminfo: memFree=1646640/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=868020 CPUtime=8.61
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 83633 936 6 1 778 60 22 1 18 0 9 0 4411786 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 217005 51890 2615 9 0 211533 0
[pid=3022/tid=3024] ppid=3020 vsize=868020 CPUtime=7.21
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 28817 936 6 1 660 38 22 1 25 0 9 0 4411788 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4127246000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3025] ppid=3020 vsize=868020 CPUtime=1.2
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 52921 936 0 1 79 18 22 1 17 0 9 0 4411789 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3026] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 17 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3027] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 31 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3028] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 24 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=868020 CPUtime=0.61
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 987 936 0 1 37 1 22 1 15 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3030] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 25 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 48 936 0 1 0 0 22 1 15 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.61
Current children cumulated vsize (KiB) 868020

[startup+9.20139 s]
/proc/loadavg: 1.24 1.05 1.02 4/89 3142
/proc/meminfo: memFree=1646640/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=868020 CPUtime=9
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 83634 936 6 1 817 60 22 1 18 0 9 0 4411786 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 217005 51890 2615 9 0 211533 0
[pid=3022/tid=3024] ppid=3020 vsize=868020 CPUtime=7.61
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 28817 936 6 1 700 38 22 1 25 0 9 0 4411788 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4127290876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3025] ppid=3020 vsize=868020 CPUtime=1.2
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 52921 936 0 1 79 18 22 1 17 0 9 0 4411789 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3026] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 17 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3027] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 31 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3028] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 24 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=868020 CPUtime=0.61
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 988 936 0 1 37 1 22 1 15 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3030] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 25 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 48 936 0 1 0 0 22 1 15 0 9 0 4411791 888852480 51890 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 868020

[startup+9.40242 s]
/proc/loadavg: 1.24 1.05 1.02 4/89 3142
/proc/meminfo: memFree=1646640/2055920 swapFree=4192956/4192956
[pid=3022] ppid=3020 vsize=868020 CPUtime=9.2
/proc/3022/stat : 3022 (java) S 3020 3022 2891 0 -1 0 83641 936 6 1 837 60 22 1 18 0 9 0 4411786 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3022/statm: 217005 51894 2615 9 0 211533 0
[pid=3022/tid=3024] ppid=3020 vsize=868020 CPUtime=7.81
/proc/3022/task/3024/stat : 3024 (java) R 3020 3022 2891 0 -1 64 28823 936 6 1 720 38 22 1 25 0 9 0 4411788 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4127374243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3025] ppid=3020 vsize=868020 CPUtime=1.2
/proc/3022/task/3025/stat : 3025 (java) S 3020 3022 2891 0 -1 64 52921 936 0 1 79 18 22 1 17 0 9 0 4411789 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3026] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3026/stat : 3026 (java) S 3020 3022 2891 0 -1 64 17 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3027] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3027/stat : 3027 (java) S 3020 3022 2891 0 -1 64 31 936 0 1 0 0 22 1 16 0 9 0 4411789 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3028] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3028/stat : 3028 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 24 0 9 0 4411791 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3029] ppid=3020 vsize=868020 CPUtime=0.62
/proc/3022/task/3029/stat : 3029 (java) S 3020 3022 2891 0 -1 64 989 936 0 1 38 1 22 1 15 0 9 0 4411791 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3030] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3030/stat : 3030 (java) S 3020 3022 2891 0 -1 64 1 936 0 1 0 0 22 1 25 0 9 0 4411791 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3022/tid=3031] ppid=3020 vsize=868020 CPUtime=0.23
/proc/3022/task/3031/stat : 3031 (java) S 3020 3022 2891 0 -1 64 48 936 0 1 0 0 22 1 15 0 9 0 4411791 888852480 51894 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 868020

Child status: 0
Real time (s): 9.4577
CPU time (s): 9.26459
CPU user time (s): 8.60769
CPU system time (s): 0.6569
CPU usage (%): 97.9582
Max. virtual memory (cumulated for all children) (KiB): 868108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.60769
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84612
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2260
involuntary context switches= 2446

runsolver used 0.011998 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-08 02:32:05
IDJOB=1075321
IDBENCH=56499
IDSOLVER=363
FILE ID=node45/1075321-1215477124
PBS_JOBID= 7888633
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-23-02.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-1075321-1215477124/watcher-1075321-1215477124 -o /tmp/evaluation-result-1075321-1215477124/solver-1075321-1215477124 -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-1075321-1215477124.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6e837bcff90ceecc34ace19452d7a79e
RANDOM SEED=51623944

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.281
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.281
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:       1847040 kB
Buffers:         27336 kB
Cached:         119544 kB
SwapCached:          0 kB
Active:         104476 kB
Inactive:        72192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847040 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18748 kB
Writeback:           0 kB
Mapped:          50700 kB
Slab:            17464 kB
Committed_AS:   118632 kB
PageTables:       1884 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= 66476 MiB
End job on node45 at 2008-07-08 02:32:14