Trace number 201439

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, and are wall clock time (not CPU 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
CSP4J - MAC 2006-12-19UNSAT 309.314 310.92

DiagnosticValue
NODES0

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-2.xml
MD5SUM69b107b4e08702b8ad8f64aec9f1ccc3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.05308
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

310.81	s UNSATISFIABLE
310.81	d NODES 0

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node20/watcher-201439-1168147768 -o ROOT/results/node20/solver-201439-1168147768 -C 1800 -M 900 /tmp/evaluation/201439-1168147768/cspfj.sh -competition /tmp/evaluation/201439-1168147768/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.01 2.04 1.92 3/94 12868
/proc/meminfo: memFree=1005720/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=880 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) R 12865 12867 12068 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 163171356 901120 25 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273949979925 0 0 4096 0 0 0 0 17 1 0 0
/proc/12867/statm: 220 25 18 169 0 8 0

[startup+0.10299 s]
/proc/loadavg: 2.01 2.04 1.92 3/94 12868
/proc/meminfo: memFree=1005720/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.515037 s]
/proc/loadavg: 2.01 2.04 1.92 3/94 12868
/proc/meminfo: memFree=1005720/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33715 s]
/proc/loadavg: 2.01 2.04 1.92 3/102 12877
/proc/meminfo: memFree=982104/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=865720 CPUtime=1.29
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 7672 0 1 0 123 6 0 0 23 0 8 0 163171357 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 216430 7357 1828 14 0 203692 0
[pid=12870/tid=12871] ppid=12867 vsize=865720 CPUtime=0.19
/proc/12870/task/12871/stat : 12871 (java) R 12867 12867 12068 0 -1 64 3532 0 0 0 18 1 0 0 16 0 8 0 163171360 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155525233 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=865720 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163171361 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=865720 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 163171361 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=865720 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=865720 CPUtime=0.21
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 510 0 0 0 21 0 0 0 15 0 8 0 163171366 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=865720 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=865720 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 886497280 7357 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 871072

[startup+2.98134 s]
/proc/loadavg: 2.01 2.04 1.92 3/102 12877
/proc/meminfo: memFree=966040/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=865848 CPUtime=2.93
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 14147 0 1 0 279 14 0 0 25 0 8 0 163171357 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4154162839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 216462 13804 1828 14 0 203724 0
[pid=12870/tid=12871] ppid=12867 vsize=865848 CPUtime=0.47
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 9279 0 0 0 43 4 0 0 16 0 8 0 163171360 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=865848 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163171361 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=865848 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=865848 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=865848 CPUtime=0.3
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 550 0 0 0 29 1 0 0 15 0 8 0 163171366 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=865848 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=865848 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 886628352 13804 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 871200

[startup+6.21272 s]
/proc/loadavg: 2.01 2.04 1.92 3/102 12877
/proc/meminfo: memFree=909344/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=866020 CPUtime=6.14
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 25755 0 1 0 586 28 0 0 25 0 8 0 163171357 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4155590116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 216505 25391 1828 14 0 203767 0
[pid=12870/tid=12871] ppid=12867 vsize=866020 CPUtime=1.26
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 19341 0 0 0 116 10 0 0 16 0 8 0 163171360 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163171361 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=866020 CPUtime=0.37
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 577 0 0 0 36 1 0 0 16 0 8 0 163171366 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 886804480 25391 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 871372

[startup+12.6175 s]
/proc/loadavg: 2.09 2.06 1.93 3/102 12877
/proc/meminfo: memFree=822368/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=866020 CPUtime=12.51
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 44599 0 1 0 1199 52 0 0 25 0 8 0 163171357 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 216505 44217 1828 14 0 203767 0
[pid=12870/tid=12871] ppid=12867 vsize=866020 CPUtime=2.29
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 36308 0 0 0 210 19 0 0 16 0 8 0 163171360 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=866020 CPUtime=0.37
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 577 0 0 0 36 1 0 0 16 0 8 0 163171366 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=866020 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 886804480 44217 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 871372

[startup+25.421 s]
/proc/loadavg: 2.07 2.06 1.93 3/102 12877
/proc/meminfo: memFree=709344/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=866468 CPUtime=25.25
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 70644 0 1 0 2438 87 0 0 25 0 8 0 163171357 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073719306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 216617 70238 1828 14 0 203879 0
[pid=12870/tid=12871] ppid=12867 vsize=866468 CPUtime=4.27
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 59873 0 0 0 395 32 0 0 16 0 8 0 163171360 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=866468 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=866468 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=866468 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=866468 CPUtime=0.37
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 577 0 0 0 36 1 0 0 16 0 8 0 163171366 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=866468 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=866468 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 887263232 70238 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 871820

[startup+51.1061 s]
/proc/loadavg: 2.11 2.07 1.93 3/102 12877
/proc/meminfo: memFree=530912/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=867424 CPUtime=50.8
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 106785 0 1 0 4946 134 0 0 25 0 8 0 163171357 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073645433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 216856 106241 1828 14 0 204118 0
[pid=12870/tid=12871] ppid=12867 vsize=867424 CPUtime=7.82
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 93673 0 0 0 731 51 0 0 17 0 8 0 163171360 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=867424 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=867424 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=867424 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=867424 CPUtime=0.37
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 577 0 0 0 36 1 0 0 16 0 8 0 163171366 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=867424 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=867424 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 888242176 106241 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 872776

[startup+102.314 s]
/proc/loadavg: 2.05 2.05 1.93 3/102 12877
/proc/meminfo: memFree=492448/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=869116 CPUtime=101.75
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 109297 0 1 0 10024 151 0 0 25 0 8 0 163171357 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074217104 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 217279 108316 1833 14 0 204541 0
[pid=12870/tid=12871] ppid=12867 vsize=869116 CPUtime=7.82
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 93673 0 0 0 731 51 0 0 16 0 8 0 163171360 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=869116 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=869116 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=869116 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=869116 CPUtime=3.06
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 2531 0 0 0 293 13 0 0 15 0 8 0 163171366 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=869116 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=869116 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 889974784 108316 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 874468

[startup+162.387 s]
/proc/loadavg: 2.02 2.04 1.93 3/102 12877
/proc/meminfo: memFree=427872/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=872684 CPUtime=161.53
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 111984 0 1 0 15979 174 0 0 25 0 8 0 163171357 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4087567731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 218171 111003 1833 14 0 205433 0
[pid=12870/tid=12871] ppid=12867 vsize=872684 CPUtime=7.82
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 93673 0 0 0 731 51 0 0 16 0 8 0 163171360 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=872684 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=872684 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=872684 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=872684 CPUtime=6.28
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 5182 0 0 0 596 32 0 0 16 0 8 0 163171366 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=872684 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=872684 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 893628416 111003 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 878036

[startup+222.466 s]
/proc/loadavg: 2.21 2.09 1.95 3/102 12877
/proc/meminfo: memFree=359072/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=876148 CPUtime=221.31
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 119497 0 1 0 21936 195 0 0 25 0 8 0 163171357 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074219003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 219037 118515 1833 14 0 206299 0
[pid=12870/tid=12871] ppid=12867 vsize=876148 CPUtime=7.94
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 98507 0 0 0 741 53 0 0 16 0 8 0 163171360 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=876148 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=876148 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=876148 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=876148 CPUtime=9.56
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 7827 0 0 0 908 48 0 0 15 0 8 0 163171366 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=876148 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=876148 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 897175552 118515 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 881500

[startup+282.531 s]
/proc/loadavg: 2.11 2.09 1.96 3/102 12877
/proc/meminfo: memFree=312672/2055920 swapFree=4170192/4192956
[pid=12867] ppid=12865 vsize=5352 CPUtime=0
/proc/12867/stat : 12867 (cspfj.sh) S 12865 12867 12068 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 163171356 5480448 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12867/statm: 1338 240 201 169 0 49 0
[pid=12870] ppid=12867 vsize=879580 CPUtime=281.08
/proc/12870/stat : 12870 (java) R 12867 12867 12068 0 -1 0 122173 0 1 0 27891 217 0 0 25 0 8 0 163171357 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4074210736 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12870/statm: 219895 121191 1833 14 0 207157 0
[pid=12870/tid=12871] ppid=12867 vsize=879580 CPUtime=7.94
/proc/12870/task/12871/stat : 12871 (java) S 12867 12867 12068 0 -1 64 98507 0 0 0 741 53 0 0 16 0 8 0 163171360 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12872] ppid=12867 vsize=879580 CPUtime=0
/proc/12870/task/12872/stat : 12872 (java) S 12867 12867 12068 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163171361 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12873] ppid=12867 vsize=879580 CPUtime=0
/proc/12870/task/12873/stat : 12873 (java) S 12867 12867 12068 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163171361 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12874] ppid=12867 vsize=879580 CPUtime=0
/proc/12870/task/12874/stat : 12874 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163171366 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12875] ppid=12867 vsize=879580 CPUtime=12.8
/proc/12870/task/12875/stat : 12875 (java) S 12867 12867 12068 0 -1 64 10470 0 0 0 1214 66 0 0 15 0 8 0 163171366 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12876] ppid=12867 vsize=879580 CPUtime=0
/proc/12870/task/12876/stat : 12876 (java) S 12867 12867 12068 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163171366 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12870/tid=12877] ppid=12867 vsize=879580 CPUtime=0
/proc/12870/task/12877/stat : 12877 (java) S 12867 12867 12068 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 163171366 900689920 121191 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 884932

Child status: 0
Real time (s): 310.92
CPU time (s): 309.314
CPU user time (s): 306.97
CPU system time (s): 2.34364
CPU usage (%): 99.4835
Max. virtual memory (cumulated for all children) (KiB): 887760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.97
system time used= 2.34364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127969
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= 54028
involuntary context switches= 56824

runsolver used 0.370943 s user time and 1.10183 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 05:29:28 UTC 2007


IDJOB= 201439
IDBENCH= 3763
FILE ID= node20/201439-1168147768

PBS_JOBID= 3478142

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp11/fapp11-1000-2.xml
COMMAND LINE= /tmp/evaluation/201439-1168147768/cspfj.sh -competition /tmp/evaluation/201439-1168147768/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-201439-1168147768 -o ROOT/results/node20/solver-201439-1168147768 -C 1800 -M 900  /tmp/evaluation/201439-1168147768/cspfj.sh -competition /tmp/evaluation/201439-1168147768/unknown.xml

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  69b107b4e08702b8ad8f64aec9f1ccc3

RANDOM SEED= 13505044

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.216
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.216
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:       1006136 kB
Buffers:         51688 kB
Cached:         541296 kB
SwapCached:       3580 kB
Active:         615484 kB
Inactive:       363408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1006136 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         409324 kB
Slab:            54532 kB
Committed_AS:  3931312 kB
PageTables:       3184 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= 66551 MiB



End job on node20 on Sun Jan  7 05:34:39 UTC 2007