Trace number 1064645

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
Concrete + CSP4J - Tabu Engine 2008-05-30? (MO) 141.94 142.624

General information on the benchmark

Namecsp/tdsp/
normalized-C6-3-121.xml
MD5SUMa63bd6da2f487f90a12a628260cf4b25
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293
Number of constraints4850
Maximum constraint arity6
Maximum domain size122
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4850
Global constraints used (with number of constraints)

Solver Data (download as text)


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-1064645-1215143039/watcher-1064645-1215143039 -o /tmp/evaluation-result-1064645-1215143039/solver-1064645-1215143039 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1064645-1215143039.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.03 2.03 2.16 4/74 17571
/proc/meminfo: memFree=1253960/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 271 0 0 0 0 0 0 0 22 0 1 0 1993279227 5484544 230 996147200 4194304 4889804 548682068784 18446744073709551615 268583010386 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/17571/statm: 1339 230 191 169 0 50 0
[pid=17572] ppid=17571 vsize=124 CPUtime=0
/proc/17572/stat : 17572 (dirname) R 17571 17571 15613 0 -1 4194304 47 0 0 0 0 0 0 0 24 0 1 0 1993279228 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 268580222229 0 0 4096 0 0 0 0 17 1 0 0
/proc/17572/statm: 31 22 16 3 0 3 0

[startup+0.019297 s]
/proc/loadavg: 2.03 2.03 2.16 4/74 17571
/proc/meminfo: memFree=1253960/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.106314 s]
/proc/loadavg: 2.03 2.03 2.16 4/74 17571
/proc/meminfo: memFree=1253960/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302356 s]
/proc/loadavg: 2.03 2.03 2.16 4/74 17571
/proc/meminfo: memFree=1253960/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701434 s]
/proc/loadavg: 2.03 2.03 2.16 4/74 17571
/proc/meminfo: memFree=1253960/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50159 s]
/proc/loadavg: 2.03 2.03 2.16 3/84 17582
/proc/meminfo: memFree=1241592/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=844364 CPUtime=1.46
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 6917 0 1 0 141 5 0 0 18 0 9 0 1993279228 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 211091 6035 2574 9 0 205652 0
[pid=17574/tid=17575] ppid=17571 vsize=844364 CPUtime=1.15
/proc/17574/task/17575/stat : 17575 (java) R 17571 17571 15613 0 -1 64 3418 0 1 0 113 2 0 0 25 0 9 0 1993279229 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4125836827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=844364 CPUtime=0.13
/proc/17574/task/17576/stat : 17576 (java) S 17571 17571 15613 0 -1 64 2243 0 0 0 12 1 0 0 15 0 9 0 1993279231 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993279232 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993279232 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993279234 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=844364 CPUtime=0.14
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 1993279234 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993279234 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993279234 864628736 6035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 849720

[startup+3.10291 s]
/proc/loadavg: 2.03 2.03 2.16 3/84 17582
/proc/meminfo: memFree=1238200/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=844364 CPUtime=3.05
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 7651 0 1 0 299 6 0 0 18 0 9 0 1993279228 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 211091 6652 2574 9 0 205652 0
[pid=17574/tid=17575] ppid=17571 vsize=844364 CPUtime=2.6
/proc/17574/task/17575/stat : 17575 (java) R 17571 17571 15613 0 -1 64 3535 0 1 0 257 3 0 0 25 0 9 0 1993279229 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4125718474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=844364 CPUtime=0.28
/proc/17574/task/17576/stat : 17576 (java) S 17571 17571 15613 0 -1 64 2860 0 0 0 26 2 0 0 16 0 9 0 1993279231 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993279232 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 1993279232 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993279234 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=844364 CPUtime=0.14
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 1993279234 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1993279234 864628736 6652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=844364 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1993279234 864628736 6652 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) 849720

[startup+6.30154 s]
/proc/loadavg: 2.03 2.03 2.16 3/85 17583
/proc/meminfo: memFree=1231280/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=850900 CPUtime=6.24
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 12225 0 1 0 612 12 0 0 18 0 10 0 1993279228 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 212725 9893 2576 9 0 207286 0
[pid=17574/tid=17575] ppid=17571 vsize=850900 CPUtime=5.15
/proc/17574/task/17575/stat : 17575 (java) R 17571 17571 15613 0 -1 64 3822 0 1 0 511 4 0 0 25 0 10 0 1993279229 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4125672947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=850900 CPUtime=0.56
/proc/17574/task/17576/stat : 17576 (java) S 17571 17571 15613 0 -1 64 5438 0 0 0 51 5 0 0 16 0 10 0 1993279231 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=850900 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993279232 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=850900 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 1993279232 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=850900 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993279234 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=850900 CPUtime=0.5
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 2229 0 0 0 49 1 0 0 15 0 10 0 1993279234 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=850900 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993279234 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=850900 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993279234 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17583] ppid=17571 vsize=850900 CPUtime=0
/proc/17574/task/17583/stat : 17583 (java) S 17571 17571 15613 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1993279724 871321600 9893 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 856256

[startup+12.7028 s]
/proc/loadavg: 2.02 2.03 2.16 4/85 17583
/proc/meminfo: memFree=573744/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=872004 CPUtime=12.62
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 175547 0 1 0 1177 85 0 0 18 0 10 0 1993279228 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 218001 172073 2583 9 0 212561 0
[pid=17574/tid=17575] ppid=17571 vsize=872004 CPUtime=7.92
/proc/17574/task/17575/stat : 17575 (java) R 17571 17571 15613 0 -1 64 94333 0 1 0 750 42 0 0 25 0 10 0 1993279229 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=872004 CPUtime=4.16
/proc/17574/task/17576/stat : 17576 (java) R 17571 17571 15613 0 -1 64 78240 0 0 0 376 40 0 0 17 0 10 0 1993279231 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 103834280 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=872004 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993279232 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=872004 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 1993279232 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=872004 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993279234 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=872004 CPUtime=0.51
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 2235 0 0 0 50 1 0 0 16 0 10 0 1993279234 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=872004 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993279234 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=872004 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993279234 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17583] ppid=17571 vsize=872004 CPUtime=0
/proc/17574/task/17583/stat : 17583 (java) S 17571 17571 15613 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1993279724 892932096 172073 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 877360

[startup+25.5023 s]
/proc/loadavg: 2.24 2.08 2.17 3/85 17583
/proc/meminfo: memFree=465520/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=885232 CPUtime=25.35
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 202540 0 1 0 2439 96 0 0 18 0 10 0 1993279228 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 221308 199054 2583 9 0 215868 0
[pid=17574/tid=17575] ppid=17571 vsize=885232 CPUtime=9.32
/proc/17574/task/17575/stat : 17575 (java) R 17571 17571 15613 0 -1 64 97534 0 1 0 889 43 0 0 16 0 10 0 1993279229 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=885232 CPUtime=15.49
/proc/17574/task/17576/stat : 17576 (java) R 17571 17571 15613 0 -1 64 102027 0 0 0 1499 50 0 0 25 0 10 0 1993279231 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=885232 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993279232 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=885232 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 1993279232 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=885232 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993279234 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=885232 CPUtime=0.51
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 2240 0 0 0 50 1 0 0 16 0 10 0 1993279234 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=885232 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993279234 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=885232 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993279234 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17583] ppid=17571 vsize=885232 CPUtime=0
/proc/17574/task/17583/stat : 17583 (java) S 17571 17571 15613 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1993279724 906477568 199054 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 890588

[startup+51.1024 s]
/proc/loadavg: 2.16 2.07 2.16 3/85 17583
/proc/meminfo: memFree=465456/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=885184 CPUtime=50.85
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 202575 0 1 0 4988 97 0 0 18 0 10 0 1993279228 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 221296 199059 2583 9 0 215856 0
[pid=17574/tid=17575] ppid=17571 vsize=885184 CPUtime=11.21
/proc/17574/task/17575/stat : 17575 (java) S 17571 17571 15613 0 -1 64 97552 0 1 0 1077 44 0 0 17 0 10 0 1993279229 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=885184 CPUtime=39.1
/proc/17574/task/17576/stat : 17576 (java) R 17571 17571 15613 0 -1 64 102043 0 0 0 3860 50 0 0 25 0 10 0 1993279231 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 103834242 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=885184 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993279232 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=885184 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 1993279232 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=885184 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993279234 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=885184 CPUtime=0.51
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 2241 0 0 0 50 1 0 0 16 0 10 0 1993279234 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=885184 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993279234 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=885184 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993279234 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17583] ppid=17571 vsize=885184 CPUtime=0
/proc/17574/task/17583/stat : 17583 (java) S 17571 17571 15613 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1993279724 906428416 199059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 890540

[startup+102.306 s]
/proc/loadavg: 2.18 2.09 2.16 3/85 17583
/proc/meminfo: memFree=465328/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=885140 CPUtime=101.82
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 202668 0 1 0 10085 97 0 0 18 0 10 0 1993279228 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 221285 199060 2583 9 0 215845 0
[pid=17574/tid=17575] ppid=17571 vsize=885140 CPUtime=16.9
/proc/17574/task/17575/stat : 17575 (java) S 17571 17571 15613 0 -1 64 97602 0 1 0 1646 44 0 0 17 0 10 0 1993279229 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=885140 CPUtime=84.37
/proc/17574/task/17576/stat : 17576 (java) R 17571 17571 15613 0 -1 64 102075 0 0 0 8387 50 0 0 25 0 10 0 1993279231 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 104182211 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=885140 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1993279232 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=885140 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 1993279232 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=885140 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993279234 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=885140 CPUtime=0.52
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 2252 0 0 0 51 1 0 0 16 0 10 0 1993279234 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=885140 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993279234 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=885140 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993279234 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17583] ppid=17571 vsize=885140 CPUtime=0
/proc/17574/task/17583/stat : 17583 (java) S 17571 17571 15613 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1993279724 906383360 199060 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 890496



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+142.602 s]
/proc/loadavg: 2.09 2.08 2.16 3/85 17583
/proc/meminfo: memFree=429680/2055924 swapFree=4180432/4192956
[pid=17571] ppid=17569 vsize=5356 CPUtime=0
/proc/17571/stat : 17571 (concrete.sh) S 17569 17571 15613 0 -1 4194304 315 128 0 0 0 0 0 0 23 0 1 0 1993279227 5484544 242 996147200 4194304 4889804 548682068784 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17571/statm: 1339 242 201 169 0 50 0
[pid=17574] ppid=17571 vsize=917268 CPUtime=141.94
/proc/17574/stat : 17574 (java) S 17571 17571 15613 0 -1 0 211688 0 1 0 14092 102 0 0 18 0 10 0 1993279228 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17574/statm: 229317 206843 2583 9 0 223877 0
[pid=17574/tid=17575] ppid=17571 vsize=917268 CPUtime=21.01
/proc/17574/task/17575/stat : 17575 (java) S 17571 17571 15613 0 -1 64 106601 0 1 0 2053 48 0 0 17 0 10 0 1993279229 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17576] ppid=17571 vsize=917268 CPUtime=120.36
/proc/17574/task/17576/stat : 17576 (java) R 17571 17571 15613 0 -1 64 102093 0 0 0 11985 51 0 0 25 0 10 0 1993279231 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17577] ppid=17571 vsize=917268 CPUtime=0
/proc/17574/task/17577/stat : 17577 (java) S 17571 17571 15613 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 1993279232 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17578] ppid=17571 vsize=917268 CPUtime=0
/proc/17574/task/17578/stat : 17578 (java) S 17571 17571 15613 0 -1 64 9 0 0 0 0 0 0 0 16 0 10 0 1993279232 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17579] ppid=17571 vsize=917268 CPUtime=0
/proc/17574/task/17579/stat : 17579 (java) S 17571 17571 15613 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1993279234 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17580] ppid=17571 vsize=917268 CPUtime=0.53
/proc/17574/task/17580/stat : 17580 (java) S 17571 17571 15613 0 -1 64 2255 0 0 0 52 1 0 0 16 0 10 0 1993279234 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17574/tid=17581] ppid=17571 vsize=917268 CPUtime=0
/proc/17574/task/17581/stat : 17581 (java) S 17571 17571 15613 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 1993279234 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17582] ppid=17571 vsize=917268 CPUtime=0
/proc/17574/task/17582/stat : 17582 (java) S 17571 17571 15613 0 -1 64 2 0 0 0 0 0 0 0 15 0 10 0 1993279234 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17574/tid=17583] ppid=17571 vsize=917268 CPUtime=0
/proc/17574/task/17583/stat : 17583 (java) S 17571 17571 15613 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 1993279724 939282432 206843 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 141.94
Current children cumulated vsize (KiB) 922624

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 142.624
CPU time (s): 141.94
CPU user time (s): 140.92
CPU system time (s): 1.02
CPU usage (%): 99.5205
Max. virtual memory (cumulated for all children) (KiB): 922624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 5

runsolver used 0.179972 second user time and 0.51992 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 05:43:59
IDJOB=1064645
IDBENCH=54972
IDSOLVER=303
FILE ID=node6/1064645-1215143039
PBS_JOBID= 7877353
Free space on /tmp= 66444 MiB

SOLVER NAME= Concrete + CSP4J - Tabu Engine 2008-05-30
BENCH NAME= CPAI08/csp/tdsp/normalized-C6-3-121.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s Tabu BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064645-1215143039/watcher-1064645-1215143039 -o /tmp/evaluation-result-1064645-1215143039/solver-1064645-1215143039 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s Tabu HOME/instance-1064645-1215143039.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a63bd6da2f487f90a12a628260cf4b25
RANDOM SEED=822966290

node6.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.265
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.265
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:      2055924 kB
MemFree:       1254504 kB
Buffers:         36812 kB
Cached:         484844 kB
SwapCached:       6636 kB
Active:         486980 kB
Inactive:       251016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1254504 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:         223240 kB
Slab:            48284 kB
Committed_AS:  3492632 kB
PageTables:       2416 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= 66444 MiB
End job on node6 at 2008-07-04 05:46:26