Trace number 1080938

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
choco2_impwdeg 2008-06-26SAT 22.9275 23.1918

DiagnosticValue
ASSIGNMENTS498

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-9.xml
MD5SUM5bbd1ffb651fc1a4ef8ce25488690080
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 benchmark22.0047
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1452
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

22.87/23.13	s SATISFIABLE
22.87/23.13	v 29 121 475 562 721 856 892 904 940 1027 1122 1184 1220 1334 1407 187 306 328 508 613 733 756 760 888 905 1128 1212 1302 1359 1394 0 151 187 235 361 420 480 495 784 926 971 988 1062 1161 1267 229 230 347 371 464 539 653 800 898 979 1016 1122 1227 1308 1409 138 154 354 420 446 513 635 748 904 965 981 1027 1089 1136 1325 0 118 274 384 464 518 752 769 851 907 995 1119 1203 1220 1303 89 93 341 374 480 566 596 840 907 949 980 1080 1200 1267 1334 0 29 85 155 219 299 345 398 624 760 892 966 1203 1255 1319 0 12 85 121 207 219 434 566 797 960 976 1047 1075 1351 1409 0 61 174 248 462 522 610 613 673 732 835 1166 1299 1380 1407 0 89 179 322 370 388 664 673 700 810 868 904 1338 1351 1386 0 71 118 285 314 377 438 546 592 683 950 969 1144 1212 1227 93 179 292 518 618 707 890 960 979 1065 1121 1207 1253 1285 1359 248 322 410 508 509 562 621 712 810 886 904 1065 1194 1292 1303 12 113 215 274 306 389 446 522 618 674 747 819 826 961 971 0 377 464 475 556 621 700 724 756 814 949 1062 1089 1109 1271 126 230 580 644 745 826 877 995 1080 1163 1166 1212 1259 1299 1380 71 674 747 752 835 851 855 875 890 950 995 1088 1121 1293 1365 82 174 199 228 319 341 509 587 695 1063 1157 1254 1271 1319 1386 0 5 82 156 215 228 285 347 384 438 507 589 624 732 779 
22.87/23.13	d ASSIGNMENTS 498
22.87/23.13	c SAT 23037 TIME      498 NDS    920 PARSTIME      1835 BUILDPB       20282 RES       true RESTART       1 HEURISTIC      

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080938-1215214115/watcher-1080938-1215214115 -o /tmp/evaluation-result-1080938-1215214115/solver-1080938-1215214115 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1080938-1215214115.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 30770
/proc/meminfo: memFree=1147816/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=1804 CPUtime=0
/proc/30770/stat : 30770 (java) D 30768 30770 29416 0 -1 0 195 0 0 0 0 0 0 0 18 0 1 0 2000383984 1847296 163 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30770/statm: 451 163 124 9 0 93 0

[startup+0.0485521 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 30770
/proc/meminfo: memFree=1147816/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=862060 CPUtime=0.03
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 2384 0 1 0 2 1 0 0 18 0 5 0 2000383984 882749440 1953 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 215515 1954 902 9 0 210494 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862060

[startup+0.10336 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 30770
/proc/meminfo: memFree=1147816/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=866556 CPUtime=0.08
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 3826 0 1 0 6 2 0 0 18 0 9 0 2000383984 887353344 3291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216639 3291 1761 9 0 211111 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866556

[startup+0.301366 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 30770
/proc/meminfo: memFree=1147816/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=866556 CPUtime=0.28
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 4304 0 1 0 25 3 0 0 18 0 9 0 2000383984 887353344 3757 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216639 3757 1852 9 0 211111 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866556

[startup+0.701404 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 30770
/proc/meminfo: memFree=1147816/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867452 CPUtime=0.68
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 6419 0 1 0 64 4 0 0 18 0 9 0 2000383984 888270848 5861 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216863 5861 1892 9 0 211335 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867452

[startup+1.50249 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 30779
/proc/meminfo: memFree=1120552/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867504 CPUtime=1.48
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 18559 0 1 0 136 12 0 0 18 0 9 0 2000383984 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216876 17963 1981 9 0 211348 0
[pid=30770/tid=30772] ppid=30768 vsize=867504 CPUtime=1.17
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15455 0 1 0 108 9 0 0 25 0 9 0 2000383985 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4126836360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867504 CPUtime=0.04
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 1791 0 0 0 3 1 0 0 16 0 9 0 2000383987 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867504 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867504 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867504 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867504 CPUtime=0.23
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 585 0 0 0 23 0 0 0 16 0 9 0 2000383989 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867504 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867504 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888324096 17963 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867504

[startup+3.10262 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 30779
/proc/meminfo: memFree=1077416/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867628 CPUtime=3.05
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 20390 0 2 0 291 14 0 0 18 0 9 0 2000383984 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216907 19779 2000 9 0 211379 0
[pid=30770/tid=30772] ppid=30768 vsize=867628 CPUtime=2.46
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15654 0 2 0 236 10 0 0 25 0 9 0 2000383985 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4127326768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867628 CPUtime=0.13
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 3288 0 0 0 11 2 0 0 16 0 9 0 2000383987 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867628 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867628 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867628 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867628 CPUtime=0.44
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 720 0 0 0 43 1 0 0 15 0 9 0 2000383989 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867628 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867628 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888451072 19779 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867628

[startup+6.30192 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1076008/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=6.23
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21922 0 2 0 607 16 0 0 18 0 9 0 2000383984 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21307 2000 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=5.57
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15659 0 2 0 546 11 0 0 25 0 9 0 2000383985 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4127457728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.18
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 4803 0 0 0 16 2 0 0 16 0 9 0 2000383987 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.46
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 732 0 0 0 45 1 0 0 16 0 9 0 2000383989 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21307 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867760

[startup+12.7015 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1069672/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=12.56
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21936 0 2 0 1240 16 0 0 18 0 9 0 2000383984 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21318 2000 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=11.87
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15662 0 2 0 1176 11 0 0 25 0 9 0 2000383985 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4127327521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.19
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 4809 0 0 0 17 2 0 0 16 0 9 0 2000383987 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.47
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 737 0 0 0 46 1 0 0 17 0 9 0 2000383989 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21318 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867760

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

[startup+19.1021 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1069672/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=18.91
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21948 0 2 0 1874 17 0 0 18 0 9 0 2000383984 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21327 2000 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=18.2
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15667 0 2 0 1808 12 0 0 25 0 9 0 2000383985 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4127532187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.21
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 4815 0 0 0 19 2 0 0 16 0 9 0 2000383987 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.47
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 738 0 0 0 46 1 0 0 16 0 9 0 2000383989 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21327 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 867760

[startup+20.7022 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1069608/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=20.5
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21951 0 2 0 2033 17 0 0 18 0 9 0 2000383984 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21328 2000 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=19.78
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15669 0 2 0 1966 12 0 0 25 0 9 0 2000383985 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4127347271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.21
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 4815 0 0 0 19 2 0 0 17 0 9 0 2000383987 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.47
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 739 0 0 0 46 1 0 0 16 0 9 0 2000383989 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21328 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (KiB) 867760

[startup+22.3014 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1069544/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=22.08
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21994 0 2 0 2191 17 0 0 18 0 9 0 2000383984 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21370 2000 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=21.36
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15670 0 2 0 2124 12 0 0 25 0 9 0 2000383985 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.23
/proc/30770/task/30773/stat : 30773 (java) R 30768 30770 29416 0 -1 64 4857 0 0 0 20 3 0 0 17 0 9 0 2000383987 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 102300850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.47
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 739 0 0 0 46 1 0 0 16 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.08
Current children cumulated vsize (KiB) 867760

[startup+22.7014 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1069544/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=22.48
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21995 0 2 0 2231 17 0 0 18 0 9 0 2000383984 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21370 2000 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=21.76
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15671 0 2 0 2164 12 0 0 25 0 9 0 2000383985 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4127400499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.23
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 4857 0 0 0 20 3 0 0 17 0 9 0 2000383987 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.47
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 739 0 0 0 46 1 0 0 16 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21370 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.48
Current children cumulated vsize (KiB) 867760

[startup+23.1064 s]
/proc/loadavg: 2.00 1.98 1.99 3/81 30779
/proc/meminfo: memFree=1069480/2055920 swapFree=4179776/4192956
[pid=30770] ppid=30768 vsize=867760 CPUtime=22.87
/proc/30770/stat : 30770 (java) S 30768 30770 29416 0 -1 0 21998 0 2 0 2270 17 0 0 18 0 9 0 2000383984 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30770/statm: 216940 21373 2002 9 0 211412 0
[pid=30770/tid=30772] ppid=30768 vsize=867760 CPUtime=22.15
/proc/30770/task/30772/stat : 30772 (java) R 30768 30770 29416 0 -1 64 15671 0 2 0 2203 12 0 0 25 0 9 0 2000383985 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4127401260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30773] ppid=30768 vsize=867760 CPUtime=0.23
/proc/30770/task/30773/stat : 30773 (java) S 30768 30770 29416 0 -1 64 4857 0 0 0 20 3 0 0 17 0 9 0 2000383987 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30774] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30774/stat : 30774 (java) S 30768 30770 29416 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30775] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30775/stat : 30775 (java) S 30768 30770 29416 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000383987 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30776] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30776/stat : 30776 (java) S 30768 30770 29416 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000383989 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30777] ppid=30768 vsize=867760 CPUtime=0.47
/proc/30770/task/30777/stat : 30777 (java) S 30768 30770 29416 0 -1 64 742 0 0 0 46 1 0 0 16 0 9 0 2000383989 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30778] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30778/stat : 30778 (java) S 30768 30770 29416 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000383989 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30770/tid=30779] ppid=30768 vsize=867760 CPUtime=0
/proc/30770/task/30779/stat : 30779 (java) S 30768 30770 29416 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000383989 888586240 21373 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.87
Current children cumulated vsize (KiB) 867760

Child status: 0
Real time (s): 23.1918
CPU time (s): 22.9275
CPU user time (s): 22.7365
CPU system time (s): 0.19097
CPU usage (%): 98.8604
Max. virtual memory (cumulated for all children) (KiB): 867760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7365
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22011
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2724
involuntary context switches= 3142

runsolver used 0.028995 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-05 01:28:35
IDJOB=1080938
IDBENCH=57046
IDSOLVER=348
FILE ID=node43/1080938-1215214115
PBS_JOBID= 7881649
Free space on /tmp= 66508 MiB

SOLVER NAME= choco2_impwdeg 2008-06-26
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080938-1215214115/watcher-1080938-1215214115 -o /tmp/evaluation-result-1080938-1215214115/solver-1080938-1215214115 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar choco2impWdeg.jar HOME/instance-1080938-1215214115.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbd1ffb651fc1a4ef8ce25488690080
RANDOM SEED=3350008

node43.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.230
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.230
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:       1148296 kB
Buffers:         13096 kB
Cached:         809752 kB
SwapCached:       7024 kB
Active:         280316 kB
Inactive:       565632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148296 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            6360 kB
Writeback:           0 kB
Mapped:          30496 kB
Slab:            46916 kB
Committed_AS:  3737584 kB
PageTables:       1848 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= 66504 MiB
End job on node43 at 2008-07-05 01:28:58