Trace number 1105577

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
Minion/Tailor 2008-07-04? (TO) 1800.08 1802.71

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-10.xml
MD5SUM34ca3ffc23008dabfd0338886eeccec5
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 benchmark91.1771
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

33.85/33.91	c Finished tailoring XCSP instance to Minion. Starting solving

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1105577-1215240427/watcher-1105577-1215240427 -o /tmp/evaluation-result-1105577-1215240427/solver-1105577-1215240427 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1105577-1215240427.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: 2.00 2.00 2.00 4/87 15587
/proc/meminfo: memFree=1183000/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=152 CPUtime=0
/proc/15588/stat : 15588 (java) R 15587 15587 15366 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 135723455 155648 26 996147200 134512640 134550740 4294956032 18446744073709551615 11768612 0 0 4096 0 0 0 0 17 1 0 0
/proc/15588/statm: 38 26 19 9 0 4 0

[startup+0.04681 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 15587
/proc/meminfo: memFree=1183000/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=860340 CPUtime=0.03
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 2086 0 1 0 2 1 0 0 18 0 5 0 135723455 880988160 1652 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 215085 1653 903 9 0 210064 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 865696

[startup+0.102815 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 15587
/proc/meminfo: memFree=1183000/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=864136 CPUtime=0.09
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 3586 0 1 0 7 2 0 0 18 0 9 0 135723455 884875264 3027 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 216034 3027 1745 9 0 210596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 869492

[startup+0.302841 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 15587
/proc/meminfo: memFree=1183000/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=864440 CPUtime=0.28
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 4080 0 1 0 26 2 0 0 18 0 9 0 135723455 885186560 3513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 216110 3513 1819 9 0 210672 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 869796

[startup+0.702886 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 15587
/proc/meminfo: memFree=1183000/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=864904 CPUtime=0.68
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 7897 0 1 0 64 4 0 0 18 0 9 0 135723455 885661696 7326 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 216226 7326 1836 9 0 210788 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 870260

[startup+1.50197 s]
/proc/loadavg: 2.00 2.00 2.00 4/97 15597
/proc/meminfo: memFree=1143240/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=864904 CPUtime=1.48
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 20092 0 1 0 138 10 0 0 18 0 9 0 135723455 885661696 19510 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 216226 19512 1844 9 0 210788 0
[pid=15588/tid=15590] ppid=15587 vsize=864904 CPUtime=1.04
/proc/15588/task/15590/stat : 15590 (java) R 15587 15587 15366 0 -1 64 4845 0 1 0 101 3 0 0 25 0 9 0 135723456 885661696 19513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15587 vsize=864904 CPUtime=0.29
/proc/15588/task/15591/stat : 15591 (java) R 15587 15587 15366 0 -1 64 14017 0 0 0 23 6 0 0 16 0 9 0 135723457 885661696 19514 996147200 134512640 134550740 4294956032 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15587 vsize=864904 CPUtime=0
/proc/15588/task/15592/stat : 15592 (java) S 15587 15587 15366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135723457 885661696 19516 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15587 vsize=864904 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15587 15587 15366 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 135723457 885661696 19517 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15587 vsize=864904 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135723459 885661696 19519 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15587 vsize=864904 CPUtime=0.13
/proc/15588/task/15595/stat : 15595 (java) S 15587 15587 15366 0 -1 64 501 0 0 0 13 0 0 0 16 0 9 0 135723459 885661696 19521 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15587 vsize=864904 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135723459 885661696 19522 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15587 vsize=864904 CPUtime=0
/proc/15588/task/15597/stat : 15597 (java) S 15587 15587 15366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135723459 885661696 19523 996147200 134512640 134550740 4294956032 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) 870260

[startup+3.10115 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 15597
/proc/meminfo: memFree=1085000/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=868780 CPUtime=3.08
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 29451 0 1 0 293 15 0 0 18 0 9 0 135723455 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 217195 28821 1862 9 0 211757 0
[pid=15588/tid=15590] ppid=15587 vsize=868780 CPUtime=2.16
/proc/15588/task/15590/stat : 15590 (java) R 15587 15587 15366 0 -1 64 4976 0 1 0 213 3 0 0 25 0 9 0 135723456 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4127151580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15587 vsize=868780 CPUtime=0.65
/proc/15588/task/15591/stat : 15591 (java) S 15587 15587 15366 0 -1 64 22211 0 0 0 56 9 0 0 16 0 9 0 135723457 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15592/stat : 15592 (java) S 15587 15587 15366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135723457 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15587 15587 15366 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 135723457 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135723459 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15587 vsize=868780 CPUtime=0.22
/proc/15588/task/15595/stat : 15595 (java) S 15587 15587 15366 0 -1 64 1531 0 0 0 22 0 0 0 16 0 9 0 135723459 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135723459 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15597/stat : 15597 (java) S 15587 15587 15366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135723459 889630720 28821 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 874136

[startup+6.30252 s]
/proc/loadavg: 2.16 2.03 2.01 3/97 15597
/proc/meminfo: memFree=1051272/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=868780 CPUtime=6.28
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 37510 0 1 0 608 20 0 0 18 0 9 0 135723455 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 217195 36715 1862 9 0 211757 0
[pid=15588/tid=15590] ppid=15587 vsize=868780 CPUtime=4.61
/proc/15588/task/15590/stat : 15590 (java) R 15587 15587 15366 0 -1 64 5141 0 1 0 457 4 0 0 25 0 9 0 135723456 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4126674676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15591] ppid=15587 vsize=868780 CPUtime=1.41
/proc/15588/task/15591/stat : 15591 (java) S 15587 15587 15366 0 -1 64 30103 0 0 0 127 14 0 0 16 0 9 0 135723457 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15592/stat : 15592 (java) S 15587 15587 15366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135723457 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15587 15587 15366 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 135723457 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135723459 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15587 vsize=868780 CPUtime=0.23
/proc/15588/task/15595/stat : 15595 (java) S 15587 15587 15366 0 -1 64 1533 0 0 0 23 0 0 0 17 0 9 0 135723459 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135723459 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15597/stat : 15597 (java) S 15587 15587 15366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135723459 889630720 36715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 874136

[startup+12.7012 s]
/proc/loadavg: 2.39 2.08 2.03 2/87 15600
/proc/meminfo: memFree=1566808/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=868780 CPUtime=12.66
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 56837 0 1 0 1237 29 0 0 18 0 9 0 135723455 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 217195 46544 2560 9 0 211757 0
[pid=15588/tid=15590] ppid=15587 vsize=868780 CPUtime=9.43
/proc/15588/task/15590/stat : 15590 (java) R 15587 15587 15366 0 -1 64 6105 0 1 0 938 5 0 0 17 0 9 0 135723456 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 102064940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15587 vsize=868780 CPUtime=2.94
/proc/15588/task/15591/stat : 15591 (java) S 15587 15587 15366 0 -1 64 48442 0 0 0 272 22 0 0 15 0 9 0 135723457 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15592] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15592/stat : 15592 (java) S 15587 15587 15366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135723457 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15593] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15587 15587 15366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135723457 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15594] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15594/stat : 15594 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135723459 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15595] ppid=15587 vsize=868780 CPUtime=0.27
/proc/15588/task/15595/stat : 15595 (java) S 15587 15587 15366 0 -1 64 1557 0 0 0 26 1 0 0 15 0 9 0 135723459 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15596] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15596/stat : 15596 (java) S 15587 15587 15366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135723459 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15588/tid=15597] ppid=15587 vsize=868780 CPUtime=0
/proc/15588/task/15597/stat : 15597 (java) S 15587 15587 15366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135723459 889630720 46544 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 874136

[startup+25.5028 s]
/proc/loadavg: 2.52 2.13 2.04 4/89 15660
/proc/meminfo: memFree=1112456/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5356 CPUtime=0
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 135723454 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15587/statm: 1339 235 195 169 0 50 0
[pid=15588] ppid=15587 vsize=872784 CPUtime=25.51
/proc/15588/stat : 15588 (java) S 15587 15587 15366 0 -1 0 163289 0 1 0 2480 71 0 0 18 0 9 0 135723455 893730816 150664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15588/statm: 218196 150664 2563 9 0 212758 0
[pid=15588/tid=15590] ppid=15587 vsize=872784 CPUtime=15.83
/proc/15588/task/15590/stat : 15590 (java) R 15587 15587 15366 0 -1 64 9449 0 1 0 1576 7 0 0 22 0 9 0 135723456 893730816 150664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15591] ppid=15587 vsize=872784 CPUtime=9.21
/proc/15588/task/15591/stat : 15591 (java) R 15587 15587 15366 0 -1 64 151407 0 0 0 860 61 0 0 17 0 9 0 135723457 893730816 150664 996147200 134512640 134550740 4294956032 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15592] ppid=15587 vsize=872784 CPUtime=0
/proc/15588/task/15592/stat : 15592 (java) S 15587 15587 15366 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135723457 893730816 150664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15588/tid=15593] ppid=15587 vsize=872784 CPUtime=0
/proc/15588/task/15593/stat : 15593 (java) S 15587 15587 15366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135723457 893730816 150664 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 405316

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/81 15669
/proc/meminfo: memFree=1224080/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1207.81
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 120728 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 152661751 0 0 4096 8194 0 0 0 17 0 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1241.67
Current children cumulated vsize (KiB) 405316

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/81 15669
/proc/meminfo: memFree=1224016/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1267.79
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 126726 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1301.65
Current children cumulated vsize (KiB) 405316

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/81 15669
/proc/meminfo: memFree=1223952/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1327.76
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 132723 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 0 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 405316

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/82 15697
/proc/meminfo: memFree=1306696/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1387.66
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 138713 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1421.52
Current children cumulated vsize (KiB) 405316

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306568/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1447.36
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 144683 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1481.22
Current children cumulated vsize (KiB) 405316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306504/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1507.07
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 150654 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1540.93
Current children cumulated vsize (KiB) 405316

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306376/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1566.79
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 156626 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 152662173 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1600.65
Current children cumulated vsize (KiB) 405316

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306440/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1626.5
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 162597 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1660.36
Current children cumulated vsize (KiB) 405316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306376/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1686.21
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 168568 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1720.07
Current children cumulated vsize (KiB) 405316

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306312/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1745.92
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 174539 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1779.78
Current children cumulated vsize (KiB) 405316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306312/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1766.22
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 176569 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 405316

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 15697
/proc/meminfo: memFree=1306312/2055920 swapFree=4179164/4192956
[pid=15587] ppid=15585 vsize=5360 CPUtime=33.86
/proc/15587/stat : 15587 (solve.sh) S 15585 15587 15366 0 -1 4194304 310 172459 0 1 0 0 3290 96 19 0 1 0 135723454 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15587/statm: 1340 236 195 169 0 51 0
[pid=15661] ppid=15587 vsize=399956 CPUtime=1766.22
/proc/15661/stat : 15661 (ld-linux.so.2) R 15587 15587 15366 0 -1 4194304 116015 0 0 0 176569 53 0 0 25 0 1 100 135726845 409554944 94391 996147200 1448431616 1448550632 4294956176 18446744073709551615 4158657420 0 0 4096 8194 0 0 0 17 1 0 0
/proc/15661/statm: 99989 94391 528 29 0 94043 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 405316

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15587 and gives
#  childrusage.ru_utime.tv_sec=32
#  childrusage.ru_utime.tv_usec=907997
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=967852
# CPU time returned by wait4() is 33.8758
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.71
CPU time (s): 1800.08
CPU user time (s): 1798.59
CPU system time (s): 1.49
CPU usage (%): 99.8539
Max. virtual memory (cumulated for all children) (KiB): 895628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.908
system time used= 0.967852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172769
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= 4259
involuntary context switches= 3763

runsolver used 1.9887 second user time and 5.36218 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 08:47:08
IDJOB=1105577
IDBENCH=57847
IDSOLVER=369
FILE ID=node76/1105577-1215240427
PBS_JOBID= 7881981
Free space on /tmp= 66472 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-10.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1105577-1215240427/watcher-1105577-1215240427 -o /tmp/evaluation-result-1105577-1215240427/solver-1105577-1215240427 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1105577-1215240427.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34ca3ffc23008dabfd0338886eeccec5
RANDOM SEED=872029236

node76.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1183416 kB
Buffers:         27160 kB
Cached:         205612 kB
SwapCached:       7608 kB
Active:         723096 kB
Inactive:        83248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183416 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:           38500 kB
Writeback:           0 kB
Mapped:         589872 kB
Slab:            49968 kB
Committed_AS:  1225840 kB
PageTables:       3156 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= 66416 MiB
End job on node76 at 2008-07-05 09:17:13