Trace number 218189

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 ACSAT 173.762 174.701

DiagnosticValue
CHECKS144361238
NODES163349

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-37_ext.xml
MD5SUM7d4f55c7d1f5355a3b9f879cc7756cc5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark173.762
SatisfiableYES
(Un)Satisfiability was provedYES
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.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/218189-1168079570/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.49	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.49	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.49	   
0.49	   relations being loaded...
0.76	   
0.76	   constraints being loaded...
0.92	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.92	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.92	       =>  wckTime=0.529  cpuTime=0.48  mem=42M368
1.00	   
1.00	   solver IterativeSystematicSolver being built... 
1.17	       =>  wckTime=0.776  cpuTime=0.62  mem=21M316
1.17	   
1.17	   preprocessing
1.17	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.17	     detectedInconsistency=no
1.17	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M316
1.28	   
1.28	   search
1.28	     run=0  nbConstraintChecks=26561  nbValidityChecks=48722  nbPropagations=390  nbRevisions=3851
1.28	     nbUselessRevisions=2926  nbAssignments=33  nbFailedAssignments=17  nbBacktracks=12  nbVisitedNodes=60
1.28	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.111  cpuTime=0.07  mem=21M316
1.35	   
1.35	   search
1.35	     run=1  nbConstraintChecks=67467  nbValidityChecks=128914  nbPropagations=1317  nbRevisions=13636
1.35	     nbUselessRevisions=10456  nbAssignments=84  nbFailedAssignments=47  nbBacktracks=28  nbVisitedNodes=149
1.35	     nbRestartNogoods=4  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.179  cpuTime=0.14  mem=21M316
1.45	   
1.45	   search
1.45	     run=2  nbConstraintChecks=134499  nbValidityChecks=268076  nbPropagations=3266  nbRevisions=34221
1.45	     nbUselessRevisions=26389  nbAssignments=169  nbFailedAssignments=105  nbBacktracks=50  nbVisitedNodes=310
1.45	     nbRestartNogoods=9  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.284  cpuTime=0.24  mem=21M316
1.56	   
1.56	   search
1.56	     run=3  nbConstraintChecks=207168  nbValidityChecks=413330  nbPropagations=6176  nbRevisions=66350
1.56	     nbUselessRevisions=51518  nbAssignments=262  nbFailedAssignments=160  nbBacktracks=84  nbVisitedNodes=481
1.56	     nbRestartNogoods=16  mapSize=75  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.388  cpuTime=0.33  mem=21M316
1.72	   
1.72	   search
1.72	     run=4  nbConstraintChecks=331131  nbValidityChecks=654772  nbPropagations=10737  nbRevisions=116403
1.72	     nbUselessRevisions=90392  nbAssignments=407  nbFailedAssignments=249  nbBacktracks=134  nbVisitedNodes=753
1.72	     nbRestartNogoods=23  mapSize=118  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.549  cpuTime=0.49  mem=21M316
1.89	   
1.89	   search
1.89	     run=5  nbConstraintChecks=462792  nbValidityChecks=915762  nbPropagations=17165  nbRevisions=188064
1.89	     nbUselessRevisions=146311  nbAssignments=591  nbFailedAssignments=353  nbBacktracks=209  nbVisitedNodes=1088
1.89	     nbRestartNogoods=34  mapSize=183  nbInferences=0  nbTooLargeKeys=0
1.89	       =>  wckTime=0.725  cpuTime=0.66  mem=21M316
2.30	   
2.30	   search
2.30	     run=6  nbConstraintChecks=778050  nbValidityChecks=1539734  nbPropagations=27848  nbRevisions=306154
2.30	     nbUselessRevisions=237586  nbAssignments=958  nbFailedAssignments=601  nbBacktracks=322  nbVisitedNodes=1798
2.30	     nbRestartNogoods=42  mapSize=292  nbInferences=0  nbTooLargeKeys=0
2.30	       =>  wckTime=1.134  cpuTime=1.06  mem=21M316
2.79	   
2.79	   search
2.79	     run=7  nbConstraintChecks=1159714  nbValidityChecks=2290573  nbPropagations=44242  nbRevisions=484172
2.79	     nbUselessRevisions=374464  nbAssignments=1390  nbFailedAssignments=858  nbBacktracks=494  nbVisitedNodes=2609
2.79	     nbRestartNogoods=50  mapSize=455  nbInferences=0  nbTooLargeKeys=0
2.79	       =>  wckTime=1.617  cpuTime=1.54  mem=21M316
3.58	   
3.58	   search
3.58	     run=8  nbConstraintChecks=1780374  nbValidityChecks=3505816  nbPropagations=69691  nbRevisions=758254
3.58	     nbUselessRevisions=584476  nbAssignments=2052  nbFailedAssignments=1259  nbBacktracks=750  nbVisitedNodes=3860
3.58	     nbRestartNogoods=53  mapSize=697  nbInferences=0  nbTooLargeKeys=0
3.58	       =>  wckTime=2.407  cpuTime=2.3  mem=21M316
4.37	   
4.37	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=21M316)
4.44	   
4.44	   search
4.44	     run=9  nbConstraintChecks=2458762  nbValidityChecks=4905577  nbPropagations=105497  nbRevisions=1144003
4.44	     nbUselessRevisions=881170  nbAssignments=2924  nbFailedAssignments=1743  nbBacktracks=1135  nbVisitedNodes=5466
4.44	     nbRestartNogoods=60
4.44	       =>  wckTime=3.27  cpuTime=3.16  mem=22M286
6.51	   
6.51	   search
6.51	     run=10  nbConstraintChecks=4194637  nbValidityChecks=8455375  nbPropagations=164320  nbRevisions=1787814
6.51	     nbUselessRevisions=1375206  nbAssignments=5107  nbFailedAssignments=3344  nbBacktracks=1711  nbVisitedNodes=9730
6.51	     nbRestartNogoods=73
6.51	       =>  wckTime=5.34  cpuTime=5.21  mem=22M286
8.49	   
8.49	   search
8.49	     run=11  nbConstraintChecks=5773186  nbValidityChecks=11740685  nbPropagations=248025  nbRevisions=2688816
8.49	     nbUselessRevisions=2065329  nbAssignments=7119  nbFailedAssignments=4487  nbBacktracks=2575  nbVisitedNodes=13450
8.49	     nbRestartNogoods=79
8.49	       =>  wckTime=7.32  cpuTime=7.18  mem=22M286
11.32	   
11.32	   search
11.32	     run=12  nbConstraintChecks=8053464  nbValidityChecks=16479049  nbPropagations=368457  nbRevisions=3973593
11.32	     nbUselessRevisions=3051053  nbAssignments=10061  nbFailedAssignments=6129  nbBacktracks=3872  nbVisitedNodes=18868
11.32	     nbRestartNogoods=94
11.32	       =>  wckTime=10.155  cpuTime=10.0  mem=22M286
15.86	   
15.86	   search
15.86	     run=13  nbConstraintChecks=11811923  nbValidityChecks=24115328  nbPropagations=546811  nbRevisions=5888449
15.86	     nbUselessRevisions=4524677  nbAssignments=14814  nbFailedAssignments=8930  nbBacktracks=5820  nbVisitedNodes=27721
15.86	     nbRestartNogoods=115
15.86	       =>  wckTime=14.695  cpuTime=14.51  mem=22M286
24.61	   
24.61	   search
24.61	     run=14  nbConstraintChecks=19114296  nbValidityChecks=38520735  nbPropagations=832122  nbRevisions=8965928
24.61	     nbUselessRevisions=6890021  nbAssignments=22540  nbFailedAssignments=13731  nbBacktracks=8739  nbVisitedNodes=42496
24.61	     nbRestartNogoods=129
24.61	       =>  wckTime=23.439  cpuTime=23.22  mem=22M286
34.34	   
34.34	   search
34.34	     run=15  nbConstraintChecks=27164162  nbValidityChecks=55048209  nbPropagations=1241846  nbRevisions=13396868
34.34	     nbUselessRevisions=10308022  nbAssignments=32695  nbFailedAssignments=19504  nbBacktracks=13117
34.34	     nbVisitedNodes=61346  nbRestartNogoods=146
34.34	       =>  wckTime=33.173  cpuTime=32.91  mem=22M286
54.38	   
54.39	   search
54.39	     run=16  nbConstraintChecks=43968997  nbValidityChecks=88729862  nbPropagations=1883983  nbRevisions=20366234
54.39	     nbUselessRevisions=15677686  nbAssignments=51950  nbFailedAssignments=32185  nbBacktracks=19687
54.39	     nbVisitedNodes=98366  nbRestartNogoods=163
54.39	       =>  wckTime=53.216  cpuTime=52.86  mem=22M286
76.71	   
76.71	   search
76.71	     run=17  nbConstraintChecks=62246539  nbValidityChecks=125854095  nbPropagations=2806215  nbRevisions=30321756
76.71	     nbUselessRevisions=23356273  nbAssignments=74313  nbFailedAssignments=44692  nbBacktracks=29539
76.71	     nbVisitedNodes=139659  nbRestartNogoods=185
76.71	       =>  wckTime=75.543  cpuTime=75.08  mem=22M286
121.41	   
121.41	   search
121.41	     run=18  nbConstraintChecks=99798025  nbValidityChecks=199753930  nbPropagations=4268162  nbRevisions=46133366
121.41	     nbUselessRevisions=35523849  nbAssignments=112647  nbFailedAssignments=68243  nbBacktracks=44318
121.41	     nbVisitedNodes=212859  nbRestartNogoods=201
121.41	       =>  wckTime=120.241  cpuTime=119.56  mem=22M286
174.65	   
174.65	   search
174.65	     run=19  nbConstraintChecks=144361238  nbValidityChecks=288680674  nbPropagations=6388283  nbRevisions=69062513
174.65	     nbUselessRevisions=53179629  nbAssignments=163349  nbFailedAssignments=97911  nbBacktracks=65332
174.66	     nbVisitedNodes=307810  nbRestartNogoods=231
174.66	       =>  wckTime=173.486  cpuTime=172.56  mem=22M286
174.66	   
174.66	   global
174.66	     nbConstraintChecks=144361238  nbValidityChecks=288680674  nbPropagations=6388303  nbRevisions=69062513
174.66	     nbUselessRevisions=53179629  nbRestartNogoods=231  solvingWckTime=173.487  solvingCpuTime=172.57  expiredTime=no
174.66	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=173.23
174.66	       =>  wckTime=174.266  cpuTime=173.19  mem=22M286
174.66	   
174.66	s SATISFIABLE
174.66	v 15 18 5 5 3 4 13 19 14 8 15 14 17 13 9 19 10 4 0 19 
174.66	d NODES 163349
174.66	d CHECKS 144361238
174.66	   
174.66	   totalWckTime=174.349  totalCpuTime=173.23

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/node24/watcher-218189-1168079570 -o ROOT/results/node24/solver-218189-1168079570 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218189-1168079570/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.96 1.83 1.84 4/93 17747
/proc/meminfo: memFree=1764024/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=18540 CPUtime=0
/proc/17746/stat : 17746 (runsolver) R 17744 17746 17435 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156352333 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17746/statm: 4635 279 244 17 0 2626 0

[startup+0.103901 s]
/proc/loadavg: 1.96 1.83 1.84 4/93 17747
/proc/meminfo: memFree=1764024/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=905992 CPUtime=0.01
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 1849 0 1 0 1 0 0 0 17 0 1 0 156352333 927735808 1598 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153609721 0 4 0 7368 0 0 0 17 1 0 0
/proc/17746/statm: 226498 1598 942 14 0 214081 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 905992

[startup+0.51194 s]
/proc/loadavg: 1.96 1.83 1.84 4/93 17747
/proc/meminfo: memFree=1764024/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915328 CPUtime=0.42
/proc/17746/stat : 17746 (java) S 17744 17746 17435 0 -1 0 6172 0 1 0 38 4 0 0 18 0 8 0 156352333 937295872 5911 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228832 5911 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.33303 s]
/proc/loadavg: 2.05 1.85 1.84 3/100 17754
/proc/meminfo: memFree=1706624/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=1.23
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17081 0 1 0 115 8 0 0 23 0 8 0 156352333 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16818 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 156352344 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.16
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 354 0 0 0 16 0 0 0 15 0 8 0 156352348 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915460

[startup+2.97021 s]
/proc/loadavg: 2.05 1.85 1.84 3/100 17754
/proc/meminfo: memFree=1706240/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=2.86
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17103 0 1 0 277 9 0 0 25 0 8 0 156352333 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16839 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 17 0 8 0 156352344 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.22
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 376 0 0 0 21 1 0 0 16 0 8 0 156352348 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915460

[startup+6.17055 s]
/proc/loadavg: 2.04 1.85 1.84 3/100 17754
/proc/meminfo: memFree=1706176/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=6.04
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17113 0 1 0 595 9 0 0 25 0 8 0 156352333 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16847 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 17 0 8 0 156352344 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.23
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 915460

[startup+12.6462 s]
/proc/loadavg: 2.04 1.86 1.84 3/100 17754
/proc/meminfo: memFree=1706176/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=12.49
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17114 0 1 0 1240 9 0 0 25 0 8 0 156352333 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16847 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 156352344 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.23
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 915460

[startup+25.5316 s]
/proc/loadavg: 2.03 1.86 1.84 4/100 17754
/proc/meminfo: memFree=1706304/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=25.31
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17114 0 1 0 2522 9 0 0 25 0 8 0 156352333 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073777485 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16847 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 156352344 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.23
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 915460

[startup+51.1624 s]
/proc/loadavg: 2.02 1.87 1.85 3/100 17754
/proc/meminfo: memFree=1706304/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=50.81
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17114 0 1 0 5072 9 0 0 25 0 8 0 156352333 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073744884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16847 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 156352344 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.23
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 915460

[startup+102.421 s]
/proc/loadavg: 2.13 1.92 1.86 3/100 17754
/proc/meminfo: memFree=1706304/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=101.84
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17114 0 1 0 10174 10 0 0 25 0 8 0 156352333 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16847 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 156352344 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.23
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 915460

[startup+162.428 s]
/proc/loadavg: 2.10 1.95 1.87 3/100 17754
/proc/meminfo: memFree=1706304/2055920 swapFree=4192812/4192956
[pid=17746] ppid=17744 vsize=915460 CPUtime=161.56
/proc/17746/stat : 17746 (java) R 17744 17746 17435 0 -1 0 17114 0 1 0 16146 10 0 0 25 0 8 0 156352333 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17746/statm: 228865 16847 2517 14 0 215335 0
[pid=17746/tid=17748] ppid=17744 vsize=915460 CPUtime=0.06
/proc/17746/task/17748/stat : 17748 (java) S 17744 17746 17435 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 156352344 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17749] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17749/stat : 17749 (java) S 17744 17746 17435 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17750] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17750/stat : 17750 (java) S 17744 17746 17435 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156352345 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17751] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17751/stat : 17751 (java) S 17744 17746 17435 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17752] ppid=17744 vsize=915460 CPUtime=0.23
/proc/17746/task/17752/stat : 17752 (java) S 17744 17746 17435 0 -1 64 385 0 0 0 22 1 0 0 16 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17753] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17753/stat : 17753 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17746/tid=17754] ppid=17744 vsize=915460 CPUtime=0
/proc/17746/task/17754/stat : 17754 (java) S 17744 17746 17435 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156352348 937431040 16847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 174.701
CPU time (s): 173.762
CPU user time (s): 173.643
CPU system time (s): 0.118981
CPU usage (%): 99.4624
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.643
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17122
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= 4574
involuntary context switches= 10590

runsolver used 0.223965 s user time and 0.559914 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 10:32:51 UTC 2007


IDJOB= 218189
IDBENCH= 5212
FILE ID= node24/218189-1168079570

PBS_JOBID= 3476090

Free space on /tmp= 66463 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7d4f55c7d1f5355a3b9f879cc7756cc5

RANDOM SEED= 665861688

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.234
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.234
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:       1764440 kB
Buffers:         24760 kB
Cached:         113756 kB
SwapCached:          0 kB
Active:         148448 kB
Inactive:        75120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:         114080 kB
Slab:            52516 kB
Committed_AS:  3751004 kB
PageTables:       2460 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= 66463 MiB



End job on node24 on Sat Jan  6 10:35:45 UTC 2007