Trace number 1080636

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 - WMC Engine 2008-05-30? (MO) 62.71 63.3216

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-4.xml
MD5SUMf4dd98e71dc7209545839f3b5e7bd2e4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.039993
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
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-1080636-1215213182/watcher-1080636-1215213182 -o /tmp/evaluation-result-1080636-1215213182/solver-1080636-1215213182 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1080636-1215213182.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.12 2.07 2.01 4/74 9994
/proc/meminfo: memFree=1448432/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 228706713682 0 0 4100 65536 18446744071563648864 0 0 17 0 0 0
/proc/9994/statm: 1339 230 191 169 0 50 0
[pid=9995] ppid=9994 vsize=5356 CPUtime=0
/proc/9995/stat : 9995 (concrete.sh) R 9994 9994 8516 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2000293225 5484544 235 996147200 4194304 4889804 548682068768 18446744073709551615 228706544935 0 0 4096 0 0 0 0 17 1 0 0
/proc/9995/statm: 1339 235 195 169 0 50 0

[startup+0.0641671 s]
/proc/loadavg: 2.12 2.07 2.01 4/74 9994
/proc/meminfo: memFree=1448432/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101164 s]
/proc/loadavg: 2.12 2.07 2.01 4/74 9994
/proc/meminfo: memFree=1448432/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301188 s]
/proc/loadavg: 2.12 2.07 2.01 4/74 9994
/proc/meminfo: memFree=1448432/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701222 s]
/proc/loadavg: 2.12 2.07 2.01 4/74 9994
/proc/meminfo: memFree=1448432/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.5023 s]
/proc/loadavg: 2.12 2.07 2.01 4/85 10006
/proc/meminfo: memFree=1379416/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=847328 CPUtime=1.47
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 33791 0 1 0 129 18 0 0 18 0 10 0 2000293226 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 211832 32712 2580 9 0 206392 0
[pid=9997/tid=9998] ppid=9994 vsize=847328 CPUtime=0.65
/proc/9997/task/9998/stat : 9998 (java) R 9994 9994 8516 0 -1 64 17365 0 1 0 57 8 0 0 24 0 10 0 2000293227 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=847328 CPUtime=0.54
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 14659 0 0 0 46 8 0 0 18 0 10 0 2000293228 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 103828982 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=847328 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000293228 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=847328 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=847328 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=847328 CPUtime=0.24
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1030 0 0 0 24 0 0 0 16 0 10 0 2000293230 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=847328 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=847328 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=847328 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 867663872 32712 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 852684

[startup+3.10245 s]
/proc/loadavg: 2.12 2.07 2.01 3/85 10006
/proc/meminfo: memFree=1285144/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=853408 CPUtime=3.05
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 62872 0 1 0 273 32 0 0 18 0 10 0 2000293226 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 213352 61786 2580 9 0 207912 0
[pid=9997/tid=9998] ppid=9994 vsize=853408 CPUtime=0.87
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 21136 0 1 0 77 10 0 0 16 0 10 0 2000293227 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=853408 CPUtime=1.92
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 39969 0 0 0 171 21 0 0 25 0 10 0 2000293228 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 101443169 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=853408 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000293228 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=853408 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=853408 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=853408 CPUtime=0.24
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1030 0 0 0 24 0 0 0 16 0 10 0 2000293230 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=853408 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=853408 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 873889792 61786 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=853408 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 873889792 61786 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) 858764

[startup+6.30276 s]
/proc/loadavg: 2.11 2.07 2.01 3/85 10006
/proc/meminfo: memFree=1031384/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=869564 CPUtime=6.22
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 136180 0 1 0 553 69 0 0 18 0 10 0 2000293226 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 217391 135084 2580 9 0 211951 0
[pid=9997/tid=9998] ppid=9994 vsize=869564 CPUtime=1.42
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 27738 0 1 0 128 14 0 0 16 0 10 0 2000293227 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=869564 CPUtime=4.54
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 106675 0 0 0 400 54 0 0 25 0 10 0 2000293228 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 104187937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=869564 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000293228 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=869564 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=869564 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=869564 CPUtime=0.24
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1030 0 0 0 24 0 0 0 16 0 10 0 2000293230 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=869564 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=869564 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=869564 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 890433536 135084 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 874920

[startup+12.7024 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 10006
/proc/meminfo: memFree=695208/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=886200 CPUtime=12.57
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 200160 0 1 0 1156 101 0 0 18 0 10 0 2000293226 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 221550 199056 2580 9 0 216110 0
[pid=9997/tid=9998] ppid=9994 vsize=886200 CPUtime=1.96
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 32138 0 1 0 180 16 0 0 17 0 10 0 2000293227 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=886200 CPUtime=10.34
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 166255 0 0 0 951 83 0 0 25 0 10 0 2000293228 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=886200 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000293228 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=886200 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=886200 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=886200 CPUtime=0.24
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1030 0 0 0 24 0 0 0 16 0 10 0 2000293230 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=886200 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=886200 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=886200 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 907468800 199056 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 891556

[startup+25.5016 s]
/proc/loadavg: 2.16 2.08 2.01 3/85 10006
/proc/meminfo: memFree=657128/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=886424 CPUtime=25.25
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 200301 0 1 0 2424 101 0 0 18 0 10 0 2000293226 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 221606 199159 2580 9 0 216166 0
[pid=9997/tid=9998] ppid=9994 vsize=886424 CPUtime=3.13
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 32217 0 1 0 297 16 0 0 16 0 10 0 2000293227 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=886424 CPUtime=21.83
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 166304 0 0 0 2100 83 0 0 25 0 10 0 2000293228 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 103834264 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=886424 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000293228 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=886424 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=886424 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=886424 CPUtime=0.26
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1043 0 0 0 26 0 0 0 16 0 10 0 2000293230 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=886424 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=886424 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=886424 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 907698176 199159 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 891780

[startup+51.102 s]
/proc/loadavg: 2.10 2.07 2.01 3/85 10006
/proc/meminfo: memFree=653736/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=886616 CPUtime=50.61
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 276914 0 1 0 4917 144 0 0 18 0 10 0 2000293226 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 221654 199193 2580 9 0 216214 0
[pid=9997/tid=9998] ppid=9994 vsize=886616 CPUtime=4.67
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 38336 0 1 0 447 20 0 0 16 0 10 0 2000293227 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=886616 CPUtime=45.64
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 236787 0 0 0 4442 122 0 0 25 0 10 0 2000293228 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 103737184 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=886616 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2000293228 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=886616 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=886616 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=886616 CPUtime=0.27
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1054 0 0 0 27 0 0 0 16 0 10 0 2000293230 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=886616 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=886616 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=886616 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 907894784 199193 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 891972



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+63.3022 s]
/proc/loadavg: 2.08 2.07 2.01 3/85 10006
/proc/meminfo: memFree=647784/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=918264 CPUtime=62.71
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 351416 0 1 0 6083 188 0 0 18 0 10 0 2000293226 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 229566 200511 2580 9 0 224126 0
[pid=9997/tid=9998] ppid=9994 vsize=918264 CPUtime=6.1
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 48807 0 1 0 584 26 0 0 16 0 10 0 2000293227 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=918264 CPUtime=56.29
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 300807 0 0 0 5469 160 0 0 25 0 10 0 2000293228 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 2000293228 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=918264 CPUtime=0.29
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1065 0 0 0 29 0 0 0 15 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.71
Current children cumulated vsize (KiB) 923620

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

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

[startup+63.3022 s]
/proc/loadavg: 2.08 2.07 2.01 3/85 10006
/proc/meminfo: memFree=647784/2055920 swapFree=4179560/4192956
[pid=9994] ppid=9992 vsize=5356 CPUtime=0
/proc/9994/stat : 9994 (concrete.sh) S 9992 9994 8516 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2000293225 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9994/statm: 1339 242 201 169 0 50 0
[pid=9997] ppid=9994 vsize=918264 CPUtime=62.71
/proc/9997/stat : 9997 (java) S 9994 9994 8516 0 -1 0 351416 0 1 0 6083 188 0 0 18 0 10 0 2000293226 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9997/statm: 229566 200511 2580 9 0 224126 0
[pid=9997/tid=9998] ppid=9994 vsize=918264 CPUtime=6.1
/proc/9997/task/9998/stat : 9998 (java) S 9994 9994 8516 0 -1 64 48807 0 1 0 584 26 0 0 16 0 10 0 2000293227 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=9999] ppid=9994 vsize=918264 CPUtime=56.29
/proc/9997/task/9999/stat : 9999 (java) R 9994 9994 8516 0 -1 64 300807 0 0 0 5469 160 0 0 25 0 10 0 2000293228 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10000] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10000/stat : 10000 (java) S 9994 9994 8516 0 -1 64 13 0 0 0 0 0 0 0 15 0 10 0 2000293228 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10001] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10001/stat : 10001 (java) S 9994 9994 8516 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 2000293228 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10002] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10002/stat : 10002 (java) S 9994 9994 8516 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10003] ppid=9994 vsize=918264 CPUtime=0.29
/proc/9997/task/10003/stat : 10003 (java) S 9994 9994 8516 0 -1 64 1065 0 0 0 29 0 0 0 15 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10004] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10004/stat : 10004 (java) S 9994 9994 8516 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10005] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10005/stat : 10005 (java) S 9994 9994 8516 0 -1 64 3 0 0 0 0 0 0 0 15 0 10 0 2000293230 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9997/tid=10006] ppid=9994 vsize=918264 CPUtime=0
/proc/9997/task/10006/stat : 10006 (java) S 9994 9994 8516 0 -1 64 4 0 0 0 0 0 0 0 21 0 10 0 2000293275 940302336 200511 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 62.71
Current children cumulated vsize (KiB) 923620

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 63.3216
CPU time (s): 62.71
CPU user time (s): 60.83
CPU system time (s): 1.88
CPU usage (%): 99.0342
Max. virtual memory (cumulated for all children) (KiB): 923620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0.001999
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= 8
involuntary context switches= 4

runsolver used 0.079987 second user time and 0.222966 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 01:13:02
IDJOB=1080636
IDBENCH=57005
IDSOLVER=304
FILE ID=node8/1080636-1215213182
PBS_JOBID= 7881728
Free space on /tmp= 66328 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-4.xml
COMMAND LINE= HOME/concrete.sh -c -ext 0 -s WMC BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080636-1215213182/watcher-1080636-1215213182 -o /tmp/evaluation-result-1080636-1215213182/solver-1080636-1215213182 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1080636-1215213182.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f4dd98e71dc7209545839f3b5e7bd2e4
RANDOM SEED=1170050275

node8.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:       1448920 kB
Buffers:         58620 kB
Cached:         395996 kB
SwapCached:       6900 kB
Active:         253120 kB
Inactive:       293192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448920 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:          97932 kB
Slab:            45752 kB
Committed_AS:  3438628 kB
PageTables:       1896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node8 at 2008-07-05 01:14:13