Trace number 234800

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 185.062 186.974

DiagnosticValue
CHECKS5811096528
NODES696315

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-7.xml
MD5SUMd5081a0ba82d7a928e9ef02f0cd66b7c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.100984
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size297
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/234800-1168081629/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.48	     nbVariables=25  nbDomainTypes=25  minDomainSize=206  maxDomainSize=297
0.48	       =>  wckTime=0.108  cpuTime=0.1  mem=6M919
0.48	   
0.48	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
2.39	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6137128  nbExtensionStructures=100
2.39	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.39	     nbSharedBinaryRepresentations=20357  maxDegree=8  maxArity=2
2.39	       =>  wckTime=2.02  cpuTime=1.94  mem=13M745
2.44	   
2.44	   solver IterativeSystematicSolver being built... 
2.60	       =>  wckTime=2.23  cpuTime=2.07  mem=15M596
2.61	   
2.61	   preprocessing
2.61	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.61	     detectedInconsistency=no
2.61	       =>  wckTime=0.0020  cpuTime=0.0  mem=15M596
2.74	   
2.74	   search
2.74	     run=0  nbConstraintChecks=1186258  nbPropagations=1590  nbRevisions=6654  nbUselessRevisions=3815
2.74	     nbAssignments=197  nbFailedAssignments=175  nbBacktracks=11  nbVisitedNodes=382  nbRestartNogoods=0  mapSize=10
2.74	     nbInferences=0  nbTooLargeKeys=0
2.74	       =>  wckTime=0.128  cpuTime=0.1  mem=16M604
2.83	   
2.83	   search
2.83	     run=1  nbConstraintChecks=4122445  nbPropagations=5764  nbRevisions=23986  nbUselessRevisions=13071
2.83	     nbAssignments=449  nbFailedAssignments=407  nbBacktracks=26  nbVisitedNodes=880  nbRestartNogoods=28  mapSize=24
2.83	     nbInferences=0  nbTooLargeKeys=0
2.83	       =>  wckTime=0.224  cpuTime=0.19  mem=16M604
2.96	   
2.96	   search
2.96	     run=2  nbConstraintChecks=7878056  nbPropagations=12850  nbRevisions=55990  nbUselessRevisions=30336
2.96	     nbAssignments=773  nbFailedAssignments=704  nbBacktracks=48  nbVisitedNodes=1521  nbRestartNogoods=70  mapSize=45
2.96	     nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=0.351  cpuTime=0.32  mem=16M604
3.20	   
3.20	   search
3.20	     run=3  nbConstraintChecks=14767110  nbPropagations=26717  nbRevisions=122534  nbUselessRevisions=68252
3.20	     nbAssignments=1543  nbFailedAssignments=1435  nbBacktracks=81  nbVisitedNodes=3054  nbRestartNogoods=75  mapSize=77
3.20	     nbInferences=0  nbTooLargeKeys=0
3.20	       =>  wckTime=0.597  cpuTime=0.54  mem=16M604
3.29	   
3.29	   search
3.29	     run=4  nbConstraintChecks=17296233  nbPropagations=43758  nbRevisions=203602  nbUselessRevisions=114669
3.29	     nbAssignments=1979  nbFailedAssignments=1817  nbBacktracks=131  nbVisitedNodes=3903  nbRestartNogoods=92
3.29	     mapSize=116  nbInferences=0  nbTooLargeKeys=0
3.29	       =>  wckTime=0.688  cpuTime=0.62  mem=16M604
3.69	   
3.69	   search
3.69	     run=5  nbConstraintChecks=31851870  nbPropagations=73302  nbRevisions=341544  nbUselessRevisions=193896
3.69	     nbAssignments=3997  nbFailedAssignments=3753  nbBacktracks=206  nbVisitedNodes=7931  nbRestartNogoods=100
3.69	     mapSize=191  nbInferences=0  nbTooLargeKeys=0
3.69	       =>  wckTime=1.079  cpuTime=1.01  mem=16M604
4.38	   
4.38	   search
4.38	     run=6  nbConstraintChecks=53828912  nbPropagations=124532  nbRevisions=588275  nbUselessRevisions=335167
4.38	     nbAssignments=5622  nbFailedAssignments=5257  nbBacktracks=319  nbVisitedNodes=11153  nbRestartNogoods=109
4.38	     mapSize=301  nbInferences=0  nbTooLargeKeys=0
4.38	       =>  wckTime=1.771  cpuTime=1.69  mem=16M604
5.22	   
5.22	   search
5.22	     run=7  nbConstraintChecks=80645731  nbPropagations=203913  nbRevisions=962432  nbUselessRevisions=545737
5.22	     nbAssignments=9066  nbFailedAssignments=8525  nbBacktracks=489  nbVisitedNodes=18016  nbRestartNogoods=160
5.22	     mapSize=468  nbInferences=0  nbTooLargeKeys=0
5.22	       =>  wckTime=2.619  cpuTime=2.53  mem=16M604
6.78	   
6.78	   search
6.78	     run=8  nbConstraintChecks=132220204  nbPropagations=330747  nbRevisions=1564463  nbUselessRevisions=881859
6.78	     nbAssignments=15072  nbFailedAssignments=14270  nbBacktracks=745  nbVisitedNodes=30000  nbRestartNogoods=315
6.78	     mapSize=716  nbInferences=0  nbTooLargeKeys=0
6.78	       =>  wckTime=4.176  cpuTime=4.07  mem=16M604
8.89	   
8.89	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=16M604)
8.98	   
8.98	   search
8.98	     run=9  nbConstraintChecks=205296508  nbPropagations=530472  nbRevisions=2465793  nbUselessRevisions=1394816
8.99	     nbAssignments=23715  nbFailedAssignments=22525  nbBacktracks=1129  nbVisitedNodes=47223  nbRestartNogoods=320
8.99	       =>  wckTime=6.379  cpuTime=6.25  mem=16M604
9.72	   
9.72	   search
9.72	     run=10  nbConstraintChecks=228511085  nbPropagations=755652  nbRevisions=3504845  nbUselessRevisions=1992674
9.72	     nbAssignments=25792  nbFailedAssignments=24021  nbBacktracks=1705  nbVisitedNodes=51347  nbRestartNogoods=340
9.72	       =>  wckTime=7.113  cpuTime=6.97  mem=16M604
13.02	   
13.02	   search
13.02	     run=11  nbConstraintChecks=347711260  nbPropagations=1103135  nbRevisions=5181747  nbUselessRevisions=2997794
13.02	     nbAssignments=39213  nbFailedAssignments=36573  nbBacktracks=2569  nbVisitedNodes=78062  nbRestartNogoods=346
13.02	       =>  wckTime=10.417  cpuTime=10.24  mem=16M604
17.32	   
17.32	   search
17.32	     run=12  nbConstraintChecks=478863128  nbPropagations=1629276  nbRevisions=7817009  nbUselessRevisions=4618115
17.32	     nbAssignments=55062  nbFailedAssignments=51120  nbBacktracks=3866  nbVisitedNodes=109524  nbRestartNogoods=388
17.32	       =>  wckTime=14.716  cpuTime=14.5  mem=16M604
25.90	   
25.90	   search
25.90	     run=13  nbConstraintChecks=727745806  nbPropagations=2436172  nbRevisions=11982073  nbUselessRevisions=7147349
25.90	     nbAssignments=83190  nbFailedAssignments=77293  nbBacktracks=5812  nbVisitedNodes=165612  nbRestartNogoods=408
25.90	       =>  wckTime=23.298  cpuTime=23.0  mem=17M579
37.26	   
37.26	   search
37.26	     run=14  nbConstraintChecks=1114990026  nbPropagations=3605987  nbRevisions=17750117  nbUselessRevisions=10568272
37.26	     nbAssignments=130115  nbFailedAssignments=121293  nbBacktracks=8731  nbVisitedNodes=259165  nbRestartNogoods=483
37.26	       =>  wckTime=34.658  cpuTime=34.26  mem=17M579
51.49	   
51.49	   search
51.49	     run=15  nbConstraintChecks=1574431362  nbPropagations=5290868  nbRevisions=26560282  nbUselessRevisions=15966544
51.49	     nbAssignments=188168  nbFailedAssignments=174964  nbBacktracks=13109  nbVisitedNodes=374511  nbRestartNogoods=578
51.49	       =>  wckTime=48.881  cpuTime=48.34  mem=17M579
68.27	   
68.27	   search
68.27	     run=16  nbConstraintChecks=2118040088  nbPropagations=7548327  nbRevisions=38160646  nbUselessRevisions=23019403
68.27	     nbAssignments=251501  nbFailedAssignments=231723  nbBacktracks=19677  nbVisitedNodes=499066  nbRestartNogoods=617
68.27	       =>  wckTime=65.667  cpuTime=64.97  mem=17M579
117.59	   
117.59	   search
117.59	     run=17  nbConstraintChecks=3708546351  nbPropagations=11529371  nbRevisions=59106510  nbUselessRevisions=35593071
117.59	     nbAssignments=437217  nbFailedAssignments=407582  nbBacktracks=29529  nbVisitedNodes=868848  nbRestartNogoods=701
117.59	       =>  wckTime=114.982  cpuTime=113.85  mem=17M579
183.98	   
183.98	   search
183.98	     run=18  nbConstraintChecks=5725848622  nbPropagations=17310951  nbRevisions=90321340  nbUselessRevisions=53988433
183.98	     nbAssignments=689667  nbFailedAssignments=645250  nbBacktracks=44307  nbVisitedNodes=1371994  nbRestartNogoods=762
183.98	       =>  wckTime=181.377  cpuTime=179.62  mem=17M579
186.82	   
186.82	   search
186.82	     run=19  nbConstraintChecks=5811096528  nbPropagations=23188453  nbRevisions=122091970  nbUselessRevisions=72724098
186.82	     nbAssignments=696315  nbFailedAssignments=650870  nbBacktracks=45310  nbVisitedNodes=1385042  nbRestartNogoods=826
186.82	       =>  wckTime=184.217  cpuTime=182.44  mem=17M579
186.82	   
186.83	   global
186.83	     nbConstraintChecks=5811096528  nbPropagations=23188478  nbRevisions=122091970  nbUselessRevisions=72724098
186.83	     nbRestartNogoods=826  solvingWckTime=184.218  solvingCpuTime=182.44  expiredTime=no  totalExploration=no
186.83	     nbFoundSolutions=1  globalCpuTime=184.57
186.83	       =>  wckTime=186.452  cpuTime=184.52  mem=17M579
186.83	   
186.83	s SATISFIABLE
186.83	v 0 168 236 92 198 52 0 236 198 134 0 190 80 282 160 286 227 80 158 0 132 246 92 0 70 
186.83	d NODES 696315
186.83	d CHECKS 5811096528
186.83	   
186.83	   totalWckTime=186.543  totalCpuTime=184.57

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/node22/watcher-234800-1168081629 -o ROOT/results/node22/solver-234800-1168081629 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234800-1168081629/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.76 1.91 1.83 4/93 9984
/proc/meminfo: memFree=1503072/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=1784 CPUtime=0
/proc/9983/stat : 9983 (java) D 9981 9983 9692 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 156557310 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9983/statm: 446 160 125 14 0 91 0

[startup+0.102706 s]
/proc/loadavg: 1.76 1.91 1.83 4/93 9984
/proc/meminfo: memFree=1503072/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=907808 CPUtime=0.06
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 2473 0 1 0 5 1 0 0 17 0 4 0 156557310 929595392 2220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153570228 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 226952 2220 1221 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.510766 s]
/proc/loadavg: 1.76 1.91 1.83 4/93 9984
/proc/meminfo: memFree=1503072/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915328 CPUtime=0.44
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 6203 0 1 0 41 3 0 0 18 0 8 0 156557310 937295872 5942 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819580 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228832 5942 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.33389 s]
/proc/loadavg: 1.76 1.91 1.83 3/100 9991
/proc/meminfo: memFree=1484968/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=1.26
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 7029 0 1 0 122 4 0 0 25 0 8 0 156557310 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073599094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 6767 2168 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156557317 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156557318 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156557318 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.09
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 313 0 0 0 9 0 0 0 16 0 8 0 156557321 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 6767 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915460

[startup+2.97873 s]
/proc/loadavg: 1.76 1.91 1.83 3/100 9991
/proc/meminfo: memFree=1481512/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=2.89
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9016 0 1 0 283 6 0 0 25 0 8 0 156557310 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8753 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.19
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 357 0 0 0 18 1 0 0 15 0 8 0 156557321 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915460

[startup+6.27265 s]
/proc/loadavg: 1.78 1.91 1.83 3/100 9991
/proc/meminfo: memFree=1477736/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=6.15
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9069 0 1 0 609 6 0 0 25 0 8 0 156557310 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735718 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8805 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.22
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 369 0 0 0 21 1 0 0 15 0 8 0 156557321 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915460

[startup+12.7566 s]
/proc/loadavg: 1.79 1.91 1.83 3/100 9991
/proc/meminfo: memFree=1477352/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=12.57
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9160 0 1 0 1251 6 0 0 25 0 8 0 156557310 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073748608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8896 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.23
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 374 0 0 0 22 1 0 0 15 0 8 0 156557321 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8896 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915460

[startup+25.6016 s]
/proc/loadavg: 1.84 1.92 1.83 3/100 9991
/proc/meminfo: memFree=1477416/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=25.29
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9168 0 1 0 2523 6 0 0 25 0 8 0 156557310 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8903 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.23
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 375 0 0 0 22 1 0 0 15 0 8 0 156557321 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8903 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 915460

[startup+51.2106 s]
/proc/loadavg: 1.89 1.92 1.84 3/100 9991
/proc/meminfo: memFree=1476584/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=50.67
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9176 0 1 0 5061 6 0 0 25 0 8 0 156557310 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073725030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8910 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.23
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 376 0 0 0 22 1 0 0 16 0 8 0 156557321 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8910 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 915460

[startup+102.426 s]
/proc/loadavg: 1.95 1.93 1.84 3/100 9991
/proc/meminfo: memFree=1475560/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=101.42
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9182 0 1 0 10135 7 0 0 25 0 8 0 156557310 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8916 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.23
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 376 0 0 0 22 1 0 0 16 0 8 0 156557321 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915460

[startup+162.478 s]
/proc/loadavg: 1.98 1.94 1.85 3/100 9991
/proc/meminfo: memFree=1473640/2055920 swapFree=4157532/4192956
[pid=9983] ppid=9981 vsize=915460 CPUtime=160.91
/proc/9983/stat : 9983 (java) R 9981 9983 9692 0 -1 0 9185 0 1 0 16084 7 0 0 25 0 8 0 156557310 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747785 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9983/statm: 228865 8919 2531 14 0 215335 0
[pid=9983/tid=9985] ppid=9981 vsize=915460 CPUtime=0.03
/proc/9983/task/9985/stat : 9985 (java) S 9981 9983 9692 0 -1 64 699 0 0 0 3 0 0 0 16 0 8 0 156557317 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9986] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9986/stat : 9986 (java) S 9981 9983 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9987] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9987/stat : 9987 (java) S 9981 9983 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557318 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9988] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9988/stat : 9988 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156557321 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9989] ppid=9981 vsize=915460 CPUtime=0.23
/proc/9983/task/9989/stat : 9989 (java) S 9981 9983 9692 0 -1 64 376 0 0 0 22 1 0 0 16 0 8 0 156557321 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9990] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9990/stat : 9990 (java) S 9981 9983 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156557321 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9983/tid=9991] ppid=9981 vsize=915460 CPUtime=0
/proc/9983/task/9991/stat : 9991 (java) S 9981 9983 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557321 937431040 8919 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 186.974
CPU time (s): 185.062
CPU user time (s): 184.976
CPU system time (s): 0.085986
CPU usage (%): 98.9771
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.976
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9280
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= 4882
involuntary context switches= 14733

runsolver used 0.248962 s user time and 0.596909 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 11:07:09 UTC 2007


IDJOB= 234800
IDBENCH= 6713
FILE ID= node22/234800-1168081629

PBS_JOBID= 3476238

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-100-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234800-1168081629/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-234800-1168081629 -o ROOT/results/node22/solver-234800-1168081629 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234800-1168081629/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d5081a0ba82d7a928e9ef02f0cd66b7c

RANDOM SEED= 669214265

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:       1503488 kB
Buffers:         40744 kB
Cached:         337220 kB
SwapCached:      13648 kB
Active:         158972 kB
Inactive:       326068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503488 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:         132372 kB
Slab:            51784 kB
Committed_AS:  3452456 kB
PageTables:       2448 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 node22 on Sat Jan  6 11:10:16 UTC 2007