Trace number 2096562

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 9.36758 9.49862

DiagnosticValue
CHECKS9565
NODES677

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-8.xml
MD5SUM86b24a9ba558d9e8e32f84b5d3fc0678
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 benchmark6.42902
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1388
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2096562-1247410387.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.47/0.60	     nbVariables=400  nbDomainTypes=400  minDomainSize=1290  maxDomainSize=1388  nbTotalValues=534985
0.47/0.60	       =>  wckTime=0.354  cpuTime=0.27  mem=20M635
0.47/0.60	   
0.47/0.60	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
3.53/3.66	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.53/3.66	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.441  symmetryCpuTime=1.3
3.53/3.66	     nbCliques=20
3.53/3.66	       =>  wckTime=3.417  cpuTime=2.96  mem=61M223
3.74/3.85	   
3.74/3.85	   solver IterativeSystematicSolver being built... 
3.83/3.92	   
3.83/3.92	   INFO : Forward propagation technique limited 
3.93/4.01	       =>  wckTime=3.771  cpuTime=3.1  mem=56M963
3.93/4.08	   
3.93/4.08	   preprocessing
3.93/4.08	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.93/4.08	     detectedInconsistency=no
3.93/4.08	       =>  wckTime=0.043  cpuTime=0.03  mem=58M909
8.29/8.40	   
8.29/8.40	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=249, mem=82M12)
9.28/9.44	   
9.28/9.44	   search
9.28/9.44	     run=1  nbConstraintChecks=9565  minDepth=401  maxDepth=400  nbPropagations=19246  nbRevisions=0
9.28/9.44	     nbUselessRevisions=0  nbAssignments=677  nbFailedAssignments=10  nbBacktracks=4  nbVisitedNodes=692
9.28/9.44	     nbRestartNogoods=4  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=14.32  nbIEliminables=0  nbDEliminables=0
9.28/9.44	     nbPEliminables=0
9.28/9.44	       =>  wckTime=5.404  cpuTime=5.22  mem=79M319
9.28/9.44	   
9.28/9.44	   global
9.28/9.44	     nbConstraintChecks=9565  nbPropagations=19646  nbRestartNogoods=4  solvingWckTime=5.406  solvingCpuTime=5.22
9.28/9.44	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.27  globalCpuTime=8.39
9.28/9.44	       =>  wckTime=9.199  cpuTime=8.34  mem=79M319
9.28/9.44	   
9.28/9.44	s SATISFIABLE
9.28/9.44	v 0 1171 73 416 439 424 240 95 192 332 983 811 583 1088 1252 564 472 899 1227 654 702 360 839 966 1029 779 1015 0 1046 1038 75 172 269 534 931 1053 618 895 439 1000 333 379 0 772 530 391 722 73 612 259 702 650 1004 955 472 855 553 1201 75 170 31 460 265 653 825 798 1043 1245 584 523 712 125 1210 363 1070 58 1092 966 167 0 647 358 734 1216 98 517 363 789 0 249 588 1125 492 1279 695 934 1070 862 443 162 1094 712 764 434 191 0 173 1046 246 650 811 460 553 153 95 290 964 436 385 895 511 349 580 443 285 802 335 379 512 428 311 168 618 663 70 1248 1042 764 0 227 703 877 1109 546 1151 487 826 944 0 511 98 385 236 261 1239 916 806 31 759 616 357 1033 1062 98 541 702 899 174 173 271 1167 824 482 973 626 487 0 453 476 1187 759 960 916 96 1072 1151 1109 612 689 839 355 887 192 424 0 1004 362 1029 520 290 887 95 1021 288 1254 663 584 191 125 541 144 0 727 452 798 856 1176 357 1049 1142 567 343 269 0 738 655 902 990 435 162 511 249 1245 1081 826 1112 969 96 1169 931 0 1151 868 667 172 1000 931 1204 587 1104 781 439 261 415 517 1053 831 335 1240 73 667 1187 0 896 1292 1033 191 740 724 577 616 1110 789 1260 360 271 973 435 95 502 264 450 993 1081 877 567 1176 0 740 756 510 655 1239 806 983 355 227 98 934 191 144 434 265 571 766 969 91 1130 1149 868 799 362 450 927 944 0 508 1033 784 703 361 1014 1241 825 335 156 702 929 993 899 534 288 437 882 265 728 91 0 972 626 182 1043 997 1149 941 738 879 588 91 551 577 361 269 1110 653 1088 0 807 759 460 1125 424 1042 1292 856 992 802 902 561 654 361 472 0 256 349 73 724 167 1216 492 437 252 1092 307 753 424 1223 929 1171 1290 722 1022 75 405 174 623 779 856 510 0 
9.28/9.44	d NODES 677
9.28/9.44	d CHECKS 9565
9.28/9.44	   
9.28/9.44	   totalWckTime=9.254  totalCpuTime=8.39

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096562-1247410387/watcher-2096562-1247410387 -o /tmp/evaluation-result-2096562-1247410387/solver-2096562-1247410387 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096562-1247410387.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32396
/proc/meminfo: memFree=1756336/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=18576 CPUtime=0
/proc/32396/stat : 32396 (runsolver) R 32394 32396 31053 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28101963 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32396/statm: 4644 284 249 26 0 2626 0

[startup+0.046688 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32396
/proc/meminfo: memFree=1756336/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=861936 CPUtime=0.03
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 2276 0 1 0 2 1 0 0 18 0 5 0 28101963 882622464 1879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 215484 1879 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101832 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32396
/proc/meminfo: memFree=1756336/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=865984 CPUtime=0.08
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 28101963 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 216496 3194 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301865 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32396
/proc/meminfo: memFree=1756336/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=866224 CPUtime=0.28
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 5805 0 1 0 25 3 0 0 18 0 9 0 28101963 887013376 5171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 216556 5171 1980 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.702932 s]
/proc/loadavg: 2.06 2.03 2.00 4/80 32396
/proc/meminfo: memFree=1756336/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=867164 CPUtime=0.67
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 10445 0 1 0 62 5 0 0 18 0 9 0 28101963 887975936 9799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 216791 9799 2032 9 0 211227 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867164

[startup+1.50107 s]
/proc/loadavg: 2.06 2.03 2.00 3/89 32405
/proc/meminfo: memFree=1711584/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=867660 CPUtime=1.47
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 20979 0 1 0 132 15 0 0 18 0 9 0 28101963 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 216915 20307 2027 9 0 211373 0
[pid=32396/tid=32398] ppid=32394 vsize=867660 CPUtime=1.18
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 15801 0 1 0 107 11 0 0 25 0 9 0 28101965 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4126918838 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=867660 CPUtime=0.06
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 3765 0 0 0 5 1 0 0 16 0 9 0 28101966 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=867660 CPUtime=0
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28101967 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=867660 CPUtime=0
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28101967 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=867660 CPUtime=0
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28101969 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=867660 CPUtime=0.19
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 712 0 0 0 19 0 0 0 16 0 9 0 28101969 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=867660 CPUtime=0
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28101969 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=867660 CPUtime=0
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28101969 888483840 20307 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867660

[startup+3.10133 s]
/proc/loadavg: 2.13 2.05 2.01 3/89 32405
/proc/meminfo: memFree=1682528/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=867984 CPUtime=3.04
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 25196 585 1 0 251 45 7 1 18 0 9 0 28101963 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 216996 20384 2040 9 0 211454 0
[pid=32396/tid=32398] ppid=32394 vsize=867984 CPUtime=2.71
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 19734 585 1 0 222 41 7 1 25 0 9 0 28101965 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=867984 CPUtime=0.14
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 3765 585 0 0 5 1 7 1 17 0 9 0 28101966 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=867984 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 16 585 0 0 0 0 7 1 16 0 9 0 28101967 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=867984 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 5 585 0 0 0 0 7 1 16 0 9 0 28101967 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=867984 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=867984 CPUtime=0.31
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 861 585 0 0 23 0 7 1 15 0 9 0 28101969 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=867984 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=867984 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 15 0 9 0 28101969 888815616 20384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867984

[startup+6.30288 s]
/proc/loadavg: 2.13 2.05 2.01 3/89 32409
/proc/meminfo: memFree=1668064/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=868188 CPUtime=6.22
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 40108 585 1 0 565 49 7 1 18 0 9 0 28101963 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 217047 24499 2662 9 0 211483 0
[pid=32396/tid=32398] ppid=32394 vsize=868188 CPUtime=5.64
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 25830 585 1 0 514 42 7 1 25 0 9 0 28101965 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4127231099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=868188 CPUtime=0.33
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 12454 585 0 0 21 4 7 1 16 0 9 0 28101966 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 20 585 0 0 0 0 7 1 17 0 9 0 28101967 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=868188 CPUtime=0.36
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 952 585 0 0 28 0 7 1 15 0 9 0 28101969 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 37 585 0 0 0 0 7 1 15 0 9 0 28101969 889024512 24499 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868188

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

[startup+7.90114 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 32409
/proc/meminfo: memFree=1645800/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=868188 CPUtime=7.79
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 48015 585 1 0 719 52 7 1 18 0 9 0 28101963 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 217047 30076 2662 9 0 211483 0
[pid=32396/tid=32398] ppid=32394 vsize=868188 CPUtime=7.14
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 28121 585 1 0 664 42 7 1 25 0 9 0 28101965 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4127089991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=868188 CPUtime=0.37
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 18021 585 0 0 23 6 7 1 16 0 9 0 28101966 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=868188 CPUtime=0.39
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 1001 585 0 0 31 0 7 1 16 0 9 0 28101969 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 37 585 0 0 0 0 7 1 15 0 9 0 28101969 889024512 30076 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 868188

[startup+8.70227 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 32409
/proc/meminfo: memFree=1639784/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=868188 CPUtime=8.58
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 49559 585 1 0 798 52 7 1 18 0 9 0 28101963 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 217047 31572 2662 9 0 211483 0
[pid=32396/tid=32398] ppid=32394 vsize=868188 CPUtime=7.9
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 28129 585 1 0 740 42 7 1 25 0 9 0 28101965 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4126670168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=868188 CPUtime=0.4
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 19548 585 0 0 25 7 7 1 16 0 9 0 28101966 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=868188 CPUtime=0.4
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 1010 585 0 0 32 0 7 1 15 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 37 585 0 0 0 0 7 1 15 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 868188

[startup+9.10234 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 32409
/proc/meminfo: memFree=1639784/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=868188 CPUtime=8.98
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 49560 585 1 0 838 52 7 1 18 0 9 0 28101963 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 217047 31572 2662 9 0 211483 0
[pid=32396/tid=32398] ppid=32394 vsize=868188 CPUtime=8.29
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 28130 585 1 0 779 42 7 1 25 0 9 0 28101965 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4127258953 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=868188 CPUtime=0.41
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 19548 585 0 0 26 7 7 1 16 0 9 0 28101966 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=868188 CPUtime=0.4
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 1010 585 0 0 32 0 7 1 15 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 37 585 0 0 0 0 7 1 15 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 868188

[startup+9.30237 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 32409
/proc/meminfo: memFree=1639784/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=868188 CPUtime=9.18
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 49560 585 1 0 858 52 7 1 18 0 9 0 28101963 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 217047 31572 2662 9 0 211483 0
[pid=32396/tid=32398] ppid=32394 vsize=868188 CPUtime=8.49
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 28130 585 1 0 799 42 7 1 25 0 9 0 28101965 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4127083569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=868188 CPUtime=0.41
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 19548 585 0 0 26 7 7 1 16 0 9 0 28101966 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=868188 CPUtime=0.4
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 1010 585 0 0 32 0 7 1 15 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 37 585 0 0 0 0 7 1 15 0 9 0 28101969 889024512 31572 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 868188

[startup+9.40239 s]
/proc/loadavg: 2.12 2.04 2.01 3/89 32409
/proc/meminfo: memFree=1639784/2055920 swapFree=4192812/4192956
[pid=32396] ppid=32394 vsize=868188 CPUtime=9.28
/proc/32396/stat : 32396 (java) S 32394 32396 31053 0 -1 0 49567 585 1 0 868 52 7 1 18 0 9 0 28101963 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32396/statm: 217047 31575 2662 9 0 211483 0
[pid=32396/tid=32398] ppid=32394 vsize=868188 CPUtime=8.59
/proc/32396/task/32398/stat : 32398 (java) R 32394 32396 31053 0 -1 64 28136 585 1 0 809 42 7 1 25 0 9 0 28101965 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4127298446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32399] ppid=32394 vsize=868188 CPUtime=0.41
/proc/32396/task/32399/stat : 32399 (java) S 32394 32396 31053 0 -1 64 19548 585 0 0 26 7 7 1 16 0 9 0 28101966 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32400] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32400/stat : 32400 (java) S 32394 32396 31053 0 -1 64 20 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32401] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32401/stat : 32401 (java) S 32394 32396 31053 0 -1 64 9 585 0 0 0 0 7 1 16 0 9 0 28101967 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32402] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32402/stat : 32402 (java) S 32394 32396 31053 0 -1 64 2 585 0 0 0 0 7 1 18 0 9 0 28101969 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32403] ppid=32394 vsize=868188 CPUtime=0.4
/proc/32396/task/32403/stat : 32403 (java) S 32394 32396 31053 0 -1 64 1011 585 0 0 32 0 7 1 16 0 9 0 28101969 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32404] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32404/stat : 32404 (java) S 32394 32396 31053 0 -1 64 0 585 0 0 0 0 7 1 19 0 9 0 28101969 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32396/tid=32405] ppid=32394 vsize=868188 CPUtime=0.08
/proc/32396/task/32405/stat : 32405 (java) S 32394 32396 31053 0 -1 64 37 585 0 0 0 0 7 1 15 0 9 0 28101969 889024512 31575 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 868188

Child status: 0
Real time (s): 9.49862
CPU time (s): 9.36758
CPU user time (s): 8.80666
CPU system time (s): 0.560914
CPU usage (%): 98.6204
Max. virtual memory (cumulated for all children) (KiB): 868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.80666
system time used= 0.560914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50183
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= 1463
involuntary context switches= 1687

runsolver used 0.010998 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 16:53:07
IDJOB=2096562
IDBENCH=56445
IDSOLVER=774
FILE ID=node57/2096562-1247410387
PBS_JOBID= 9510532
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-105-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096562-1247410387/watcher-2096562-1247410387 -o /tmp/evaluation-result-2096562-1247410387/solver-2096562-1247410387 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2096562-1247410387.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 86b24a9ba558d9e8e32f84b5d3fc0678
RANDOM SEED=1882264274

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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.261
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:       1756816 kB
Buffers:         46660 kB
Cached:         115724 kB
SwapCached:          0 kB
Active:         172956 kB
Inactive:        71180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:         102240 kB
Slab:            40144 kB
Committed_AS:  1022700 kB
PageTables:       1924 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= 66412 MiB
End job on node57 at 2009-07-12 16:53:17