Trace number 210560

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, and are wall clock time (not CPU 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 109 ESACSAT 128.541 128.677

DiagnosticValue
CHECKS91472719
NODES271115

General information on the benchmark

NamepseudoSeries/fpga/
fpga-13-12.xml
MD5SUMf1b9542cb16c4f76b1f3e7a039d7ba57
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 benchmark0.602907
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables234
Number of constraints193
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension193
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.34	     name=/tmp/evaluation/210560-1168199642/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=234  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.41	       =>  wckTime=0.108  cpuTime=0.09  mem=6M951
0.41	   
0.41	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.61	     nbConstraints=193  nbConflictsStructures=5  nbSharedConflictsStructures=188  nbSharedBinaryRepresentations=0
0.61	     nbEvaluationManagers=5  nbSharedEvaluationManagers=188  maxDegree=13  maxArity=13
0.61	       =>  wckTime=0.305  cpuTime=0.22  mem=11M893
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.543  cpuTime=0.38  mem=17M858
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=4764  nbValidityChecks=3040  nbPropagations=933  nbRevisions=2591  nbUselessRevisions=2313
0.93	     nbSingletonTests=435  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
0.93	       =>  wckTime=0.078  cpuTime=0.05  mem=17M858
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=4871  nbValidityChecks=374  nbPropagations=1171  nbRevisions=3040
1.00	     nbUselessRevisions=2517  nbAssignments=200  nbFailedAssignments=1  nbBacktracks=128  nbVisitedNodes=203
1.00	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.155  cpuTime=0.12  mem=18M834
1.07	   
1.07	   search
1.07	     run=1  nbConstraintChecks=16860  nbValidityChecks=937  nbPropagations=2629  nbRevisions=6624
1.07	     nbUselessRevisions=5272  nbAssignments=414  nbFailedAssignments=3  nbBacktracks=152  nbVisitedNodes=421
1.07	     nbRestartNogoods=1  mapSize=4  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.22  cpuTime=0.19  mem=18M834
1.11	   
1.11	   search
1.11	     run=2  nbConstraintChecks=24758  nbValidityChecks=1559  nbPropagations=4350  nbRevisions=10827
1.11	     nbUselessRevisions=8371  nbAssignments=530  nbFailedAssignments=4  nbBacktracks=195  nbVisitedNodes=540
1.11	     nbRestartNogoods=2  mapSize=6  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.261  cpuTime=0.23  mem=18M834
1.17	   
1.17	   search
1.17	     run=3  nbConstraintChecks=39887  nbValidityChecks=2488  nbPropagations=6386  nbRevisions=15866
1.17	     nbUselessRevisions=11965  nbAssignments=657  nbFailedAssignments=6  nbBacktracks=246  nbVisitedNodes=673
1.17	     nbRestartNogoods=3  mapSize=11  nbInferences=1  nbTooLargeKeys=0
1.17	       =>  wckTime=0.317  cpuTime=0.28  mem=18M834
1.22	   
1.22	   search
1.22	     run=4  nbConstraintChecks=55015  nbValidityChecks=3434  nbPropagations=8737  nbRevisions=21752
1.22	     nbUselessRevisions=16066  nbAssignments=786  nbFailedAssignments=8  nbBacktracks=298  nbVisitedNodes=808
1.22	     nbRestartNogoods=4  mapSize=16  nbInferences=2  nbTooLargeKeys=0
1.22	       =>  wckTime=0.367  cpuTime=0.33  mem=18M834
1.31	   
1.31	   search
1.31	     run=5  nbConstraintChecks=84633  nbValidityChecks=4869  nbPropagations=11534  nbRevisions=28844
1.31	     nbUselessRevisions=20864  nbAssignments=998  nbFailedAssignments=12  nbBacktracks=428  nbVisitedNodes=1032
1.31	     nbRestartNogoods=5  mapSize=26  nbInferences=4  nbTooLargeKeys=0
1.31	       =>  wckTime=0.462  cpuTime=0.42  mem=18M834
1.39	   
1.39	   search
1.39	     run=6  nbConstraintChecks=102236  nbValidityChecks=6442  nbPropagations=14947  nbRevisions=37331
1.39	     nbUselessRevisions=26436  nbAssignments=1197  nbFailedAssignments=14  nbBacktracks=550  nbVisitedNodes=1246
1.39	     nbRestartNogoods=7  mapSize=39  nbInferences=14  nbTooLargeKeys=0
1.39	       =>  wckTime=0.544  cpuTime=0.49  mem=18M834
1.64	   
1.64	   search
1.64	     run=7  nbConstraintChecks=229498  nbValidityChecks=11221  nbPropagations=19619  nbRevisions=49257
1.64	     nbUselessRevisions=33913  nbAssignments=1494  nbFailedAssignments=39  nbBacktracks=731  nbVisitedNodes=1600
1.64	     nbRestartNogoods=9  mapSize=87  nbInferences=15  nbTooLargeKeys=0
1.64	       =>  wckTime=0.793  cpuTime=0.74  mem=18M834
1.78	   
1.78	   search
1.78	     run=8  nbConstraintChecks=264022  nbValidityChecks=14695  nbPropagations=25182  nbRevisions=63902
1.78	     nbUselessRevisions=43197  nbAssignments=1953  nbFailedAssignments=47  nbBacktracks=1001  nbVisitedNodes=2004
1.78	     nbRestartNogoods=11  mapSize=103  nbInferences=15  nbTooLargeKeys=0
1.78	       =>  wckTime=0.933  cpuTime=0.87  mem=18M834
2.02	   
2.02	   search
2.02	     run=9  nbConstraintChecks=353896  nbValidityChecks=21055  nbPropagations=32408  nbRevisions=83911
2.02	     nbUselessRevisions=55338  nbAssignments=2506  nbFailedAssignments=68  nbBacktracks=1396  nbVisitedNodes=2617
2.02	     nbRestartNogoods=13  mapSize=159  nbInferences=15  nbTooLargeKeys=0
2.02	       =>  wckTime=1.174  cpuTime=1.11  mem=19M809
2.19	   
2.19	   search
2.19	     run=10  nbConstraintChecks=390333  nbValidityChecks=31997  nbPropagations=42639  nbRevisions=110748
2.19	     nbUselessRevisions=70842  nbAssignments=3261  nbFailedAssignments=158  nbBacktracks=1975  nbVisitedNodes=3617
2.19	     nbRestartNogoods=17  mapSize=401  nbInferences=15  nbTooLargeKeys=0
2.19	       =>  wckTime=1.341  cpuTime=1.27  mem=19M809
3.08	   
3.08	   search
3.08	     run=11  nbConstraintChecks=966605  nbValidityChecks=48105  nbPropagations=57854  nbRevisions=147041
3.08	     nbUselessRevisions=90129  nbAssignments=4323  nbFailedAssignments=255  nbBacktracks=2839  nbVisitedNodes=4907
3.08	     nbRestartNogoods=18  mapSize=625  nbInferences=15  nbTooLargeKeys=0
3.08	       =>  wckTime=2.231  cpuTime=2.15  mem=19M809
3.87	   
3.87	   search
3.87	     run=12  nbConstraintChecks=1457814  nbValidityChecks=63165  nbPropagations=77549  nbRevisions=192089
3.87	     nbUselessRevisions=112611  nbAssignments=5806  nbFailedAssignments=341  nbBacktracks=4143  nbVisitedNodes=6609
3.87	     nbRestartNogoods=21  mapSize=843  nbInferences=15  nbTooLargeKeys=0
3.87	       =>  wckTime=3.021  cpuTime=2.94  mem=19M809
4.91	   
4.91	   search
4.91	     run=13  nbConstraintChecks=2107080  nbValidityChecks=85936  nbPropagations=104290  nbRevisions=250498
4.91	     nbUselessRevisions=139876  nbAssignments=8016  nbFailedAssignments=495  nbBacktracks=6099  nbVisitedNodes=9181
4.91	     nbRestartNogoods=22  mapSize=1202  nbInferences=15  nbTooLargeKeys=0
4.91	       =>  wckTime=4.063  cpuTime=3.98  mem=20M785
6.64	   
6.64	   search
6.64	     run=14  nbConstraintChecks=3200353  nbValidityChecks=129198  nbPropagations=145239  nbRevisions=334220
6.64	     nbUselessRevisions=175941  nbAssignments=11422  nbFailedAssignments=865  nbBacktracks=9021  nbVisitedNodes=13410
6.64	     nbRestartNogoods=25  mapSize=2020  nbInferences=15  nbTooLargeKeys=0
6.64	       =>  wckTime=5.789  cpuTime=5.7  mem=21M760
8.98	   
8.98	   search
8.98	     run=15  nbConstraintChecks=4688154  nbValidityChecks=179271  nbPropagations=201810  nbRevisions=447428
8.98	     nbUselessRevisions=222170  nbAssignments=16257  nbFailedAssignments=1202  nbBacktracks=13405  nbVisitedNodes=19060
8.98	     nbRestartNogoods=30  mapSize=2831  nbInferences=15  nbTooLargeKeys=0
8.98	       =>  wckTime=8.126  cpuTime=8.04  mem=22M735
9.09	   
9.09	   INFO : Stopping hyperNogood (mapSize=3011, nbTooLargekeys=0, mem=22M735)
10.22	   
10.22	   search
10.22	     run=16  nbConstraintChecks=5366660  nbValidityChecks=267742  nbPropagations=287147  nbRevisions=612729
10.22	     nbUselessRevisions=286299  nbAssignments=23859  nbFailedAssignments=2113  nbBacktracks=19975  nbVisitedNodes=28753
10.22	     nbRestartNogoods=34
10.22	       =>  wckTime=9.37  cpuTime=9.28  mem=22M735
15.47	   
15.47	   search
15.47	     run=17  nbConstraintChecks=9125239  nbValidityChecks=401750  nbPropagations=417210  nbRevisions=856644
15.47	     nbUselessRevisions=375504  nbAssignments=34989  nbFailedAssignments=3273  nbBacktracks=29828  nbVisitedNodes=42405
15.47	     nbRestartNogoods=38
15.47	       =>  wckTime=14.62  cpuTime=14.52  mem=22M735
24.28	   
24.28	   search
24.28	     run=18  nbConstraintChecks=15671866  nbValidityChecks=590524  nbPropagations=611237  nbRevisions=1210389
24.28	     nbUselessRevisions=501115  nbAssignments=51213  nbFailedAssignments=4616  nbBacktracks=44608  nbVisitedNodes=61654
24.28	     nbRestartNogoods=43
24.28	       =>  wckTime=23.43  cpuTime=23.33  mem=22M735
35.24	   
35.24	   search
35.24	     run=19  nbConstraintChecks=23609346  nbValidityChecks=867884  nbPropagations=894902  nbRevisions=1725560
35.24	     nbUselessRevisions=680272  nbAssignments=75477  nbFailedAssignments=6589  nbBacktracks=66785  nbVisitedNodes=90655
35.24	     nbRestartNogoods=46
35.24	       =>  wckTime=34.39  cpuTime=34.28  mem=22M735
55.03	   
55.03	   search
55.03	     run=20  nbConstraintChecks=38152971  nbValidityChecks=1356673  nbPropagations=1339286  nbRevisions=2521016
55.03	     nbUselessRevisions=958463  nbAssignments=111637  nbFailedAssignments=9397  nbBacktracks=100039
55.03	     nbVisitedNodes=135169  nbRestartNogoods=51
55.03	       =>  wckTime=54.178  cpuTime=54.05  mem=22M735
89.54	   
89.54	   search
89.54	     run=21  nbConstraintChecks=63949281  nbValidityChecks=2110687  nbPropagations=2022296  nbRevisions=3747628
89.54	     nbUselessRevisions=1396165  nbAssignments=166186  nbFailedAssignments=13956  nbBacktracks=149919
89.54	     nbVisitedNodes=202444  nbRestartNogoods=54
89.54	       =>  wckTime=88.687  cpuTime=88.53  mem=22M735
125.35	   
125.35	   search
125.35	     run=22  nbConstraintChecks=89711531  nbValidityChecks=3155614  nbPropagations=3043271  nbRevisions=5569644
125.35	     nbUselessRevisions=2041166  nbAssignments=246844  nbFailedAssignments=19680  nbBacktracks=224744
125.35	     nbVisitedNodes=300893  nbRestartNogoods=59
125.35	       =>  wckTime=124.5  cpuTime=124.32  mem=22M735
128.64	   
128.64	   search
128.64	     run=23  nbConstraintChecks=91467955  nbValidityChecks=3801033  nbPropagations=4139903  nbRevisions=8063066
128.64	     nbUselessRevisions=3279730  nbAssignments=271115  nbFailedAssignments=23294  nbBacktracks=245167
128.64	     nbVisitedNodes=331614  nbRestartNogoods=63
128.64	       =>  wckTime=127.793  cpuTime=127.61  mem=22M735
128.64	   
128.64	   global
128.64	     nbConstraintChecks=91472719  nbValidityChecks=3804073  nbPropagations=4140836  nbRevisions=8065657
128.64	     nbUselessRevisions=3282043  nbRestartNogoods=63  solvingWckTime=127.794  solvingCpuTime=127.61  expiredTime=no
128.64	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=128.04
128.64	       =>  wckTime=128.338  cpuTime=127.99  mem=22M735
128.65	   
128.65	s SATISFIABLE
128.65	v 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 
128.65	d NODES 271115
128.65	d CHECKS 91472719
128.65	   
128.65	   totalWckTime=128.415  totalCpuTime=128.04

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node45/watcher-210560-1168199642 -o ROOT/results/node45/solver-210560-1168199642 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210560-1168199642/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.08 1.02 1.12 3/65 27960
/proc/meminfo: memFree=1429272/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=1500 CPUtime=0
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 64 0 0 0 0 0 0 0 19 0 1 0 168363251 1536000 48 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4731911 0 0 4096 0 0 0 0 17 1 0 0
/proc/27959/statm: 375 59 46 14 0 8 0

[startup+0.105305 s]
/proc/loadavg: 1.08 1.02 1.12 3/65 27960
/proc/meminfo: memFree=1429272/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=914988 CPUtime=0.08
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 2996 0 1 0 7 1 0 0 22 0 8 0 168363251 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27959/statm: 228747 2743 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513378 s]
/proc/loadavg: 1.08 1.02 1.12 3/65 27960
/proc/meminfo: memFree=1429272/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=915460 CPUtime=0.49
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 7043 0 1 0 45 4 0 0 16 0 8 0 168363251 937431040 6782 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27959/statm: 228865 6782 2157 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33552 s]
/proc/loadavg: 1.08 1.02 1.12 2/72 27967
/proc/meminfo: memFree=1401888/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=1.3
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 9674 0 1 0 123 7 0 0 16 0 8 0 168363251 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073893200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27959/statm: 229121 9412 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 168363255 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.21
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 401 0 0 0 19 2 0 0 16 0 8 0 168363259 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 9412 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 916484

[startup+2.98682 s]
/proc/loadavg: 1.07 1.02 1.12 2/72 27967
/proc/meminfo: memFree=1400928/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=2.96
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 9895 0 1 0 288 8 0 0 17 0 8 0 168363251 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27959/statm: 229121 9631 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 17 0 8 0 168363255 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.24
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 420 0 0 0 22 2 0 0 15 0 8 0 168363259 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 9631 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 916484

[startup+6.26541 s]
/proc/loadavg: 1.07 1.02 1.12 2/72 27967
/proc/meminfo: memFree=1399200/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=6.23
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 10319 0 1 0 615 8 0 0 17 0 8 0 168363251 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643008 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27959/statm: 229121 10054 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 168363255 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.24
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 421 0 0 0 22 2 0 0 16 0 8 0 168363259 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 10054 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 916484

[startup+12.7476 s]
/proc/loadavg: 1.06 1.02 1.12 2/72 27967
/proc/meminfo: memFree=1397544/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=12.71
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 10710 0 1 0 1263 8 0 0 21 0 8 0 168363251 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642975 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27959/statm: 229121 10443 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 168363255 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.25
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 422 0 0 0 23 2 0 0 17 0 8 0 168363259 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 10443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 916484

[startup+25.5839 s]
/proc/loadavg: 1.05 1.02 1.11 2/72 27967
/proc/meminfo: memFree=1397544/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=25.53
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 10715 0 1 0 2545 8 0 0 25 0 8 0 168363251 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073653536 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27959/statm: 229121 10448 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 168363255 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.25
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 422 0 0 0 23 2 0 0 16 0 8 0 168363259 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 10448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 916484

[startup+51.2746 s]
/proc/loadavg: 1.03 1.01 1.11 2/72 27967
/proc/meminfo: memFree=1397480/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=51.2
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 10719 0 1 0 5112 8 0 0 25 0 8 0 168363251 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27959/statm: 229121 10452 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 168363255 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.25
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 423 0 0 0 23 2 0 0 16 0 8 0 168363259 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 10452 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 916484

[startup+102.544 s]
/proc/loadavg: 1.01 1.01 1.10 2/72 27967
/proc/meminfo: memFree=1397416/2055920 swapFree=4184048/4192956
[pid=27959] ppid=27957 vsize=916484 CPUtime=102.44
/proc/27959/stat : 27959 (java) R 27957 27959 26604 0 -1 0 10725 0 1 0 10235 9 0 0 25 0 8 0 168363251 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073643024 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27959/statm: 229121 10458 2543 14 0 215591 0
[pid=27959/tid=27961] ppid=27957 vsize=916484 CPUtime=0.02
/proc/27959/task/27961/stat : 27961 (java) S 27957 27959 26604 0 -1 64 229 0 0 0 2 0 0 0 16 0 8 0 168363255 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27959/tid=27962] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27962/stat : 27962 (java) S 27957 27959 26604 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27963] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27963/stat : 27963 (java) S 27957 27959 26604 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168363255 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27964] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27964/stat : 27964 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 168363258 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27965] ppid=27957 vsize=916484 CPUtime=0.25
/proc/27959/task/27965/stat : 27965 (java) S 27957 27959 26604 0 -1 64 423 0 0 0 23 2 0 0 16 0 8 0 168363259 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27966] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27966/stat : 27966 (java) S 27957 27959 26604 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 168363259 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27959/tid=27967] ppid=27957 vsize=916484 CPUtime=0
/proc/27959/task/27967/stat : 27967 (java) S 27957 27959 26604 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 168363259 938479616 10458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 916484

Child status: 0
Real time (s): 128.677
CPU time (s): 128.541
CPU user time (s): 128.442
CPU system time (s): 0.098984
CPU usage (%): 99.8943
Max. virtual memory (cumulated for all children) (KiB): 916484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.442
system time used= 0.098984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10822
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= 3599
involuntary context switches= 3232

runsolver used 0.117982 s user time and 0.347947 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Jan  7 19:54:03 UTC 2007


IDJOB= 210560
IDBENCH= 4629
FILE ID= node45/210560-1168199642

PBS_JOBID= 3480695

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-13-12.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210560-1168199642/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-210560-1168199642 -o ROOT/results/node45/solver-210560-1168199642 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210560-1168199642/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f1b9542cb16c4f76b1f3e7a039d7ba57

RANDOM SEED= 470764504

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.259
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.259
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:       1429880 kB
Buffers:         44840 kB
Cached:         511692 kB
SwapCached:       3176 kB
Active:          80864 kB
Inactive:       485516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429880 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            45752 kB
Committed_AS:  3191000 kB
PageTables:       1396 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= 66547 MiB



End job on node45 on Sun Jan  7 19:56:12 UTC 2007