Trace number 1090260

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-30SAT 11.3223 11.4688

DiagnosticValue
CHECKS12696400
NODES955

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1500-73.xml
MD5SUM83f0475a580fc29be8e1e009c203a54a
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 benchmark0.18897
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints5198
Maximum constraint arity2
Maximum domain size73
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5198
Global constraints used (with number of constraints)

Solver Data (download as text)

8.60/8.80	c CPU-LOAD 6.8
8.60/8.80	c LOADED 128 V (73 E), 5198 ExtensionConstraint2D, arity 2, 6.8 cpu
11.26/11.43	v 71 41 51 15 29 44 23 26 27 20 43 44 48 1 13 45 59 4 25 7 30 3 38 61 10 17 30 42 46 64 61 41 54 64 63 62 60 2 36 55 54 52 27 32 69 45 28 26 12 70 48 53 57 53 46 1 58 28 38 59 71 35 31 67 38 24 19 8 33 65 9 72 6 52 63 56 62 22 37 5 8 46 72 4 6 58 23 55 66 39 34 50 47 29 36 17 4 57 31 49 51 3 2 48 16 23 40 43 13 68 0 49 12 70 21 32 62 5 20 10 69 15 60 25 59 18 11 14 
11.26/11.43	s SATISFIABLE
11.26/11.43	d NODES 955
11.26/11.43	d CHECKS 12696427
11.26/11.43	c gac3-effective-revisions: 0
11.26/11.43	c gac3-useless-revisions: 10396
11.26/11.43	c local-minima: 810
11.26/11.43	c prepro-constraint-ccks: 0
11.26/11.43	c prepro-constraint-presenceccks: 0
11.26/11.43	c prepro-cpu: 0.060000002
11.26/11.43	c prepro-matrix2d-ccks: 758908
11.26/11.43	c prepro-matrix2d-presenceccks: 758908
11.26/11.43	c prepro-removed: 0
11.26/11.43	c total-assgn: 955
11.26/11.43	c total-constraint-ccks: 11921925
11.26/11.43	c total-constraint-presence-ccks: 0
11.26/11.43	c total-cpu: 2.38
11.26/11.43	c total-matrix2d-ccks: 774502
11.26/11.43	c total-matrix2d-presence-ccks: 1517816
11.26/11.43	c tuples: 0
11.26/11.43	c tuples-collisions: 0
11.26/11.43	c TOTAL-NODES 955
11.26/11.43	c TOTAL-CPU 2.38

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090260-1215270990/watcher-1090260-1215270990 -o /tmp/evaluation-result-1090260-1215270990/solver-1090260-1215270990 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1090260-1215270990.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.08 2.03 2.00 4/72 32489
/proc/meminfo: memFree=1634000/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 2006070996 5484544 230 996147200 4194304 4889804 548682068768 18446744073709551615 240577642578 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/32489/statm: 1339 230 191 169 0 50 0
[pid=32490] ppid=32489 vsize=124 CPUtime=0
/proc/32490/stat : 32490 (dirname) R 32489 32489 30593 0 -1 4194304 47 0 0 0 0 0 0 0 22 0 1 0 2006070997 126976 22 996147200 4194304 4208292 548682069008 18446744073709551615 240574854537 0 0 4096 0 0 0 0 17 1 0 0
/proc/32490/statm: 31 22 16 3 0 3 0

[startup+0.0720729 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 32489
/proc/meminfo: memFree=1634000/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102078 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 32489
/proc/meminfo: memFree=1634000/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30112 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 32489
/proc/meminfo: memFree=1634000/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701182 s]
/proc/loadavg: 2.08 2.03 2.00 4/72 32489
/proc/meminfo: memFree=1634000/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50131 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 32500
/proc/meminfo: memFree=1622784/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=844224 CPUtime=1.46
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 5460 0 1 0 141 5 0 0 18 0 9 0 2006070998 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 211056 4749 1899 9 0 205617 0
[pid=32492/tid=32493] ppid=32489 vsize=844224 CPUtime=1.21
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 3435 0 1 0 118 3 0 0 25 0 9 0 2006070999 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4125793548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=844224 CPUtime=0.08
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 806 0 0 0 8 0 0 0 16 0 9 0 2006071000 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 2006071000 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=844224 CPUtime=0.14
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 488 0 0 0 14 0 0 0 16 0 9 0 2006071002 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 864485376 4749 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 864485376 4749 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) 849580

[startup+3.10259 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 32500
/proc/meminfo: memFree=1621120/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=844224 CPUtime=3.04
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 7021 0 1 0 298 6 0 0 18 0 9 0 2006070998 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 211056 5995 2574 9 0 205617 0
[pid=32492/tid=32493] ppid=32489 vsize=844224 CPUtime=2.65
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 3563 0 1 0 262 3 0 0 25 0 9 0 2006070999 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4125793548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=844224 CPUtime=0.22
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 2239 0 0 0 21 1 0 0 16 0 9 0 2006071000 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 2006071000 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=844224 CPUtime=0.14
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 488 0 0 0 14 0 0 0 16 0 9 0 2006071002 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=844224 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 864485376 5995 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 849580

[startup+6.30112 s]
/proc/loadavg: 2.07 2.03 2.00 4/83 32501
/proc/meminfo: memFree=1617336/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=848600 CPUtime=6.22
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 8784 0 1 0 612 10 0 0 18 0 10 0 2006070998 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 212150 7562 2577 9 0 206711 0
[pid=32492/tid=32493] ppid=32489 vsize=848600 CPUtime=5.37
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 3781 0 1 0 533 4 0 0 25 0 10 0 2006070999 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=848600 CPUtime=0.38
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 2818 0 0 0 35 3 0 0 16 0 10 0 2006071000 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=848600 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 2006071000 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=848600 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 2006071000 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=848600 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 2006071002 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=848600 CPUtime=0.44
/proc/32492/task/32498/stat : 32498 (java) R 32489 32489 30593 0 -1 64 1449 0 0 0 43 1 0 0 16 0 10 0 2006071002 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 101643621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=848600 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 2006071002 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=848600 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 10 0 2006071002 868966400 7562 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32501] ppid=32489 vsize=848600 CPUtime=0
/proc/32492/task/32501/stat : 32501 (java) S 32489 32489 30593 0 -1 64 5 0 0 0 0 0 0 0 24 0 10 0 2006071523 868966400 7562 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) 853956

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

[startup+9.50266 s]
/proc/loadavg: 2.07 2.02 2.00 4/83 32501
/proc/meminfo: memFree=1582776/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=850956 CPUtime=9.38
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 19587 0 1 0 920 18 0 0 18 0 9 0 2006070998 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 212739 16701 2585 9 0 207299 0
[pid=32492/tid=32493] ppid=32489 vsize=850956 CPUtime=7.36
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 4451 0 1 0 731 5 0 0 25 0 9 0 2006070999 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4127303702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=850956 CPUtime=1.37
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 12119 0 0 0 128 9 0 0 15 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=850956 CPUtime=0.62
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 2276 0 0 0 60 2 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 856312

[startup+10.3028 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 32502
/proc/meminfo: memFree=1576248/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=850956 CPUtime=10.17
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 19587 0 1 0 999 18 0 0 18 0 9 0 2006070998 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 212739 16701 2585 9 0 207299 0
[pid=32492/tid=32493] ppid=32489 vsize=850956 CPUtime=8.15
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 4451 0 1 0 810 5 0 0 25 0 9 0 2006070999 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4127286626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=850956 CPUtime=1.37
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 12119 0 0 0 128 9 0 0 17 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=850956 CPUtime=0.62
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 2276 0 0 0 60 2 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 856312

[startup+11.1019 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 32502
/proc/meminfo: memFree=1576184/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=850956 CPUtime=10.97
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 19587 0 1 0 1079 18 0 0 18 0 9 0 2006070998 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 212739 16701 2585 9 0 207299 0
[pid=32492/tid=32493] ppid=32489 vsize=850956 CPUtime=8.95
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 4451 0 1 0 890 5 0 0 25 0 9 0 2006070999 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4127314917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=850956 CPUtime=1.37
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 12119 0 0 0 128 9 0 0 17 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=850956 CPUtime=0.62
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 2276 0 0 0 60 2 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (KiB) 856312

[startup+11.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 32502
/proc/meminfo: memFree=1576184/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=850956 CPUtime=11.16
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 19587 0 1 0 1098 18 0 0 18 0 9 0 2006070998 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 212739 16701 2585 9 0 207299 0
[pid=32492/tid=32493] ppid=32489 vsize=850956 CPUtime=9.14
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 4451 0 1 0 909 5 0 0 25 0 9 0 2006070999 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4127286539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=850956 CPUtime=1.37
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 12119 0 0 0 128 9 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=850956 CPUtime=0.62
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 2276 0 0 0 60 2 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 856312

[startup+11.402 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 32502
/proc/meminfo: memFree=1576184/2055920 swapFree=4180240/4192956
[pid=32489] ppid=32487 vsize=5356 CPUtime=0
/proc/32489/stat : 32489 (concrete.sh) S 32487 32489 30593 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 2006070996 5484544 242 996147200 4194304 4889804 548682068768 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32489/statm: 1339 242 201 169 0 50 0
[pid=32492] ppid=32489 vsize=850956 CPUtime=11.26
/proc/32492/stat : 32492 (java) S 32489 32489 30593 0 -1 0 19587 0 1 0 1108 18 0 0 18 0 9 0 2006070998 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32492/statm: 212739 16701 2585 9 0 207299 0
[pid=32492/tid=32493] ppid=32489 vsize=850956 CPUtime=9.24
/proc/32492/task/32493/stat : 32493 (java) R 32489 32489 30593 0 -1 64 4451 0 1 0 919 5 0 0 25 0 9 0 2006070999 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4127303328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32494] ppid=32489 vsize=850956 CPUtime=1.37
/proc/32492/task/32494/stat : 32494 (java) S 32489 32489 30593 0 -1 64 12119 0 0 0 128 9 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32495] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32495/stat : 32495 (java) S 32489 32489 30593 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32496] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32496/stat : 32496 (java) S 32489 32489 30593 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2006071000 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32497] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32497/stat : 32497 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32498] ppid=32489 vsize=850956 CPUtime=0.62
/proc/32492/task/32498/stat : 32498 (java) S 32489 32489 30593 0 -1 64 2276 0 0 0 60 2 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32499] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32499/stat : 32499 (java) S 32489 32489 30593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32492/tid=32500] ppid=32489 vsize=850956 CPUtime=0
/proc/32492/task/32500/stat : 32500 (java) S 32489 32489 30593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006071002 871378944 16701 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 856312

Child status: 0
Real time (s): 11.4688
CPU time (s): 11.3223
CPU user time (s): 11.1223
CPU system time (s): 0.199969
CPU usage (%): 98.7224
Max. virtual memory (cumulated for all children) (KiB): 857504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1223
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20048
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= 6133
involuntary context switches= 6235

runsolver used 0.016997 second user time and 0.050992 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 17:16:30
IDJOB=1090260
IDBENCH=58428
IDSOLVER=304
FILE ID=node50/1090260-1215270990
PBS_JOBID= 7882101
Free space on /tmp= 66436 MiB

SOLVER NAME= Concrete + CSP4J - WMC Engine 2008-05-30
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1500-73.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-1090260-1215270990/watcher-1090260-1215270990 -o /tmp/evaluation-result-1090260-1215270990/solver-1090260-1215270990 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/concrete.sh -c -ext 0 -s WMC HOME/instance-1090260-1215270990.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83f0475a580fc29be8e1e009c203a54a
RANDOM SEED=1161149583

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1634480 kB
Buffers:         71684 kB
Cached:         265256 kB
SwapCached:       7072 kB
Active:         183720 kB
Inactive:       177784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634480 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          31956 kB
Slab:            45432 kB
Committed_AS:  4099540 kB
PageTables:       1836 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= 66436 MiB
End job on node50 at 2008-07-05 17:16:42