Trace number 218119

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 ACUNSAT 199.953 200.129

DiagnosticValue
CHECKS167444602
NODES232976

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-19_ext.xml
MD5SUM12d5cdf82fd3633fdc8a1290681645a8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark65.503
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/218119-1168079541/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.68	   
0.68	   constraints being loaded...
0.85	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.85	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.85	       =>  wckTime=0.533  cpuTime=0.48  mem=42M601
0.93	   
0.93	   solver IterativeSystematicSolver being built... 
1.10	       =>  wckTime=0.781  cpuTime=0.62  mem=21M376
1.10	   
1.10	   preprocessing
1.10	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.10	     detectedInconsistency=no
1.10	       =>  wckTime=0.0030  cpuTime=0.01  mem=21M376
1.20	   
1.20	   search
1.20	     run=0  nbConstraintChecks=19850  nbValidityChecks=34372  nbPropagations=297  nbRevisions=2871
1.20	     nbUselessRevisions=2262  nbAssignments=24  nbFailedAssignments=9  nbBacktracks=12  nbVisitedNodes=41
1.20	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.102  cpuTime=0.07  mem=21M376
1.24	   
1.24	   search
1.24	     run=1  nbConstraintChecks=44423  nbValidityChecks=88503  nbPropagations=1044  nbRevisions=10284
1.24	     nbUselessRevisions=8134  nbAssignments=58  nbFailedAssignments=25  nbBacktracks=27  nbVisitedNodes=103
1.24	     nbRestartNogoods=2  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.146  cpuTime=0.11  mem=21M376
1.32	   
1.32	   search
1.32	     run=2  nbConstraintChecks=90536  nbValidityChecks=180225  nbPropagations=2454  nbRevisions=25121
1.32	     nbUselessRevisions=19784  nbAssignments=117  nbFailedAssignments=58  nbBacktracks=51  nbVisitedNodes=210
1.32	     nbRestartNogoods=4  mapSize=47  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.218  cpuTime=0.17  mem=21M376
1.39	   
1.39	   search
1.39	     run=3  nbConstraintChecks=132046  nbValidityChecks=263793  nbPropagations=4617  nbRevisions=47522
1.39	     nbUselessRevisions=37381  nbAssignments=186  nbFailedAssignments=88  nbBacktracks=84  nbVisitedNodes=328
1.39	     nbRestartNogoods=5  mapSize=73  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.288  cpuTime=0.23  mem=21M376
1.50	   
1.50	   search
1.50	     run=4  nbConstraintChecks=213694  nbValidityChecks=423749  nbPropagations=8013  nbRevisions=82853
1.50	     nbUselessRevisions=65065  nbAssignments=303  nbFailedAssignments=152  nbBacktracks=134  nbVisitedNodes=534
1.50	     nbRestartNogoods=9  mapSize=113  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.397  cpuTime=0.34  mem=21M376
1.67	   
1.67	   search
1.67	     run=5  nbConstraintChecks=349275  nbValidityChecks=702235  nbPropagations=13491  nbRevisions=140689
1.67	     nbUselessRevisions=110039  nbAssignments=504  nbFailedAssignments=272  nbBacktracks=209  nbVisitedNodes=901
1.67	     nbRestartNogoods=13  mapSize=180  nbInferences=0  nbTooLargeKeys=0
1.67	       =>  wckTime=0.573  cpuTime=0.51  mem=21M376
2.02	   
2.02	   search
2.02	     run=6  nbConstraintChecks=626524  nbValidityChecks=1259075  nbPropagations=22505  nbRevisions=239062
2.02	     nbUselessRevisions=186217  nbAssignments=850  nbFailedAssignments=499  nbBacktracks=323  nbVisitedNodes=1553
2.02	     nbRestartNogoods=23  mapSize=285  nbInferences=0  nbTooLargeKeys=0
2.02	       =>  wckTime=0.926  cpuTime=0.86  mem=21M376
2.41	   
2.41	   search
2.41	     run=7  nbConstraintChecks=931719  nbValidityChecks=1874614  nbPropagations=36211  nbRevisions=388219
2.41	     nbUselessRevisions=301734  nbAssignments=1248  nbFailedAssignments=724  nbBacktracks=493  nbVisitedNodes=2290
2.41	     nbRestartNogoods=27  mapSize=441  nbInferences=0  nbTooLargeKeys=0
2.41	       =>  wckTime=1.307  cpuTime=1.23  mem=21M376
2.90	   
2.90	   search
2.90	     run=8  nbConstraintChecks=1308176  nbValidityChecks=2638555  nbPropagations=56120  nbRevisions=602526
2.90	     nbUselessRevisions=468076  nbAssignments=1829  nbFailedAssignments=1046  nbBacktracks=749  nbVisitedNodes=3332
2.90	     nbRestartNogoods=29  mapSize=632  nbInferences=0  nbTooLargeKeys=0
2.90	       =>  wckTime=1.799  cpuTime=1.7  mem=21M376
3.76	   
3.76	   search
3.76	     run=9  nbConstraintChecks=2033618  nbValidityChecks=4129921  nbPropagations=87144  nbRevisions=935625
3.76	     nbUselessRevisions=724653  nbAssignments=2862  nbFailedAssignments=1690  nbBacktracks=1133  nbVisitedNodes=5261
3.76	     nbRestartNogoods=33  mapSize=980  nbInferences=0  nbTooLargeKeys=0
3.76	       =>  wckTime=2.664  cpuTime=2.56  mem=21M376
3.93	   
3.93	   INFO : Stopping hyperNogood (mapSize=1040, nbTooLargekeys=0, mem=22M344)
5.47	   
5.47	   search
5.47	     run=10  nbConstraintChecks=3404276  nbValidityChecks=6894462  nbPropagations=136292  nbRevisions=1477763
5.47	     nbUselessRevisions=1142342  nbAssignments=4501  nbFailedAssignments=2747  nbBacktracks=1710  nbVisitedNodes=8379
5.47	     nbRestartNogoods=43
5.47	       =>  wckTime=4.368  cpuTime=4.25  mem=22M344
7.23	   
7.23	   search
7.23	     run=11  nbConstraintChecks=4942919  nbValidityChecks=9909084  nbPropagations=207542  nbRevisions=2253342
7.23	     nbUselessRevisions=1739977  nbAssignments=6380  nbFailedAssignments=3757  nbBacktracks=2575  nbVisitedNodes=11789
7.23	     nbRestartNogoods=54
7.23	       =>  wckTime=6.129  cpuTime=6.01  mem=22M344
9.70	   
9.70	   search
9.70	     run=12  nbConstraintChecks=7070970  nbValidityChecks=14112544  nbPropagations=311270  nbRevisions=3367388
9.70	     nbUselessRevisions=2598966  nbAssignments=9238  nbFailedAssignments=5313  nbBacktracks=3876  nbVisitedNodes=16960
9.70	     nbRestartNogoods=65
9.70	       =>  wckTime=8.603  cpuTime=8.49  mem=22M344
14.87	   
14.87	   search
14.87	     run=13  nbConstraintChecks=11352738  nbValidityChecks=22755244  nbPropagations=472126  nbRevisions=5136736
14.87	     nbUselessRevisions=3963759  nbAssignments=14460  nbFailedAssignments=8586  nbBacktracks=5822  nbVisitedNodes=26804
14.87	     nbRestartNogoods=72
14.87	       =>  wckTime=13.768  cpuTime=13.65  mem=22M344
21.87	   
21.87	   search
21.87	     run=14  nbConstraintChecks=17245372  nbValidityChecks=34555519  nbPropagations=714561  nbRevisions=7813078
21.87	     nbUselessRevisions=6030387  nbAssignments=21898  nbFailedAssignments=13099  nbBacktracks=8743  nbVisitedNodes=40689
21.88	     nbRestartNogoods=86
21.88	       =>  wckTime=20.777  cpuTime=20.65  mem=22M344
30.23	   
30.23	   search
30.23	     run=15  nbConstraintChecks=24427455  nbValidityChecks=49217006  nbPropagations=1069744  nbRevisions=11664273
30.23	     nbUselessRevisions=8998333  nbAssignments=32036  nbFailedAssignments=18854  nbBacktracks=13121
30.23	     nbVisitedNodes=59265  nbRestartNogoods=94
30.23	       =>  wckTime=29.13  cpuTime=29.0  mem=22M344
48.31	   
48.31	   search
48.31	     run=16  nbConstraintChecks=39232931  nbValidityChecks=79074423  nbPropagations=1621100  nbRevisions=17750666
48.31	     nbUselessRevisions=13689816  nbAssignments=50029  nbFailedAssignments=30277  nbBacktracks=19690
48.31	     nbVisitedNodes=93246  nbRestartNogoods=117
48.31	       =>  wckTime=47.213  cpuTime=47.08  mem=22M344
67.45	   
67.45	   search
67.45	     run=17  nbConstraintChecks=55488831  nbValidityChecks=111817664  nbPropagations=2424614  nbRevisions=26480821
67.45	     nbUselessRevisions=20429545  nbAssignments=72397  nbFailedAssignments=42788  nbBacktracks=29542
67.45	     nbVisitedNodes=133998  nbRestartNogoods=120
67.45	       =>  wckTime=66.355  cpuTime=66.21  mem=22M344
95.46	   
95.46	   search
95.46	     run=18  nbConstraintChecks=79262734  nbValidityChecks=160654273  nbPropagations=3602749  nbRevisions=39183905
95.46	     nbUselessRevisions=30231617  nbAssignments=106552  nbFailedAssignments=62159  nbBacktracks=44321
95.46	     nbVisitedNodes=196507  nbRestartNogoods=126
95.46	       =>  wckTime=94.365  cpuTime=94.22  mem=22M344
139.63	   
139.63	   search
139.63	     run=19  nbConstraintChecks=116814386  nbValidityChecks=237579336  nbPropagations=5358886  nbRevisions=58035001
139.63	     nbUselessRevisions=44782861  nbAssignments=160006  nbFailedAssignments=93440  nbBacktracks=66489
139.63	     nbVisitedNodes=294884  nbRestartNogoods=139
139.63	       =>  wckTime=138.53  cpuTime=138.37  mem=22M344
200.07	   
200.07	   search
200.07	     run=20  nbConstraintChecks=167444602  nbValidityChecks=341660075  nbPropagations=7914024  nbRevisions=85371776
200.07	     nbUselessRevisions=65917400  nbAssignments=232976  nbFailedAssignments=135499  nbBacktracks=97401
200.07	     nbVisitedNodes=428756  nbRestartNogoods=159
200.07	       =>  wckTime=198.969  cpuTime=198.73  mem=22M344
200.07	   
200.07	   global
200.07	     nbConstraintChecks=167444602  nbValidityChecks=341660075  nbPropagations=7914044  nbRevisions=85371776
200.07	     nbUselessRevisions=65917400  nbRestartNogoods=159  solvingWckTime=198.97  solvingCpuTime=198.73  expiredTime=no
200.07	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=199.39
200.07	       =>  wckTime=199.755  cpuTime=199.35  mem=22M344
200.07	   
200.07	s UNSATISFIABLE
200.07	d NODES 232976
200.07	d CHECKS 167444602
200.07	   
200.07	   totalWckTime=199.837  totalCpuTime=199.4

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-218119-1168079541 -o ROOT/results/node22/solver-218119-1168079541 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218119-1168079541/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: 0.71 0.92 1.04 4/86 9125
/proc/meminfo: memFree=1584528/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=47416 CPUtime=0
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 809 0 1 0 0 0 0 0 19 0 1 0 156348585 48553984 558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151971216 0 4 0 7368 0 0 0 17 0 0 0
/proc/9124/statm: 11854 560 462 14 0 1707 0

[startup+0.105999 s]
/proc/loadavg: 0.71 0.92 1.04 4/86 9125
/proc/meminfo: memFree=1584528/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=914988 CPUtime=0.09
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 3002 0 1 0 7 2 0 0 17 0 8 0 156348585 936947712 2748 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228747 2748 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514061 s]
/proc/loadavg: 0.71 0.92 1.04 4/86 9125
/proc/meminfo: memFree=1584528/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915328 CPUtime=0.5
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 7586 0 1 0 44 6 0 0 18 0 8 0 156348585 937295872 7325 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228832 7326 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33719 s]
/proc/loadavg: 0.71 0.92 1.04 4/100 9139
/proc/meminfo: memFree=1470560/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=1.32
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17143 0 1 0 121 11 0 0 24 0 8 0 156348585 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16880 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.19
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 356 0 0 0 18 1 0 0 16 0 8 0 156348593 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16880 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98944 s]
/proc/loadavg: 0.81 0.94 1.05 4/100 9139
/proc/meminfo: memFree=1470304/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=2.96
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17164 0 1 0 285 11 0 0 25 0 8 0 156348585 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16900 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 17 0 8 0 156348589 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.23
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 377 0 0 0 22 1 0 0 15 0 8 0 156348593 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.28595 s]
/proc/loadavg: 0.81 0.94 1.05 3/100 9139
/proc/meminfo: memFree=1469920/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=6.26
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17174 0 1 0 614 12 0 0 25 0 8 0 156348585 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073729883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16907 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.24
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 385 0 0 0 23 1 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915460

[startup+12.773 s]
/proc/loadavg: 1.00 0.97 1.06 4/100 9139
/proc/meminfo: memFree=1469936/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=12.75
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17174 0 1 0 1263 12 0 0 25 0 8 0 156348585 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16907 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.25
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 385 0 0 0 24 1 0 0 16 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 915460

[startup+25.6169 s]
/proc/loadavg: 1.15 1.01 1.07 3/100 9139
/proc/meminfo: memFree=1470064/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=25.59
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17175 0 1 0 2547 12 0 0 25 0 8 0 156348585 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731782 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16907 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.25
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 385 0 0 0 24 1 0 0 16 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 915460

[startup+51.2289 s]
/proc/loadavg: 1.44 1.09 1.09 3/100 9139
/proc/meminfo: memFree=1470128/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=51.19
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17175 0 1 0 5107 12 0 0 25 0 8 0 156348585 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16907 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.25
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 385 0 0 0 24 1 0 0 16 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 915460

[startup+102.449 s]
/proc/loadavg: 1.75 1.23 1.14 3/100 9139
/proc/meminfo: memFree=1470192/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=102.39
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17175 0 1 0 10227 12 0 0 25 0 8 0 156348585 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609069 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16907 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.25
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 385 0 0 0 24 1 0 0 16 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 915460

[startup+162.514 s]
/proc/loadavg: 1.91 1.36 1.19 3/100 9139
/proc/meminfo: memFree=1470192/2055920 swapFree=4157532/4192956
[pid=9124] ppid=9122 vsize=915460 CPUtime=162.44
/proc/9124/stat : 9124 (java) R 9122 9124 8988 0 -1 0 17175 0 1 0 16231 13 0 0 25 0 8 0 156348585 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073480039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9124/statm: 228865 16907 2517 14 0 215335 0
[pid=9124/tid=9127] ppid=9122 vsize=915460 CPUtime=0.06
/proc/9124/task/9127/stat : 9127 (java) S 9122 9124 8988 0 -1 64 1805 0 0 0 6 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9130] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9130/stat : 9130 (java) S 9122 9124 8988 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9131] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9131/stat : 9131 (java) S 9122 9124 8988 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156348589 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9136] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9136/stat : 9136 (java) S 9122 9124 8988 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9137] ppid=9122 vsize=915460 CPUtime=0.25
/proc/9124/task/9137/stat : 9137 (java) S 9122 9124 8988 0 -1 64 385 0 0 0 24 1 0 0 16 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9138] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9138/stat : 9138 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9124/tid=9139] ppid=9122 vsize=915460 CPUtime=0
/proc/9124/task/9139/stat : 9139 (java) S 9122 9124 8988 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156348593 937431040 16907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.44
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 200.129
CPU time (s): 199.953
CPU user time (s): 199.791
CPU system time (s): 0.161975
CPU usage (%): 99.912
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 199.791
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17181
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= 5104
involuntary context switches= 5739

runsolver used 0.19297 s user time and 0.551916 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 10:32:22 UTC 2007


IDJOB= 218119
IDBENCH= 5202
FILE ID= node22/218119-1168079541

PBS_JOBID= 3476094

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-19_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218119-1168079541/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-218119-1168079541 -o ROOT/results/node22/solver-218119-1168079541 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218119-1168079541/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  12d5cdf82fd3633fdc8a1290681645a8

RANDOM SEED= 106997130

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.279
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.279
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:       1585696 kB
Buffers:         39772 kB
Cached:         321260 kB
SwapCached:      13648 kB
Active:          95000 kB
Inactive:       308652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585696 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            5976 kB
Writeback:           0 kB
Mapped:          57896 kB
Slab:            51684 kB
Committed_AS:  2604188 kB
PageTables:       2116 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= 66531 MiB



End job on node22 on Sat Jan  6 10:35:42 UTC 2007