Trace number 201519

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 303.129 303.447

DiagnosticValue
NODES0

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-3.xml
MD5SUM9f6fab3cbce8258078edbda9a5e9d13f
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 benchmark5.99509
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)

303.34	s UNSATISFIABLE
303.34	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/node16/watcher-201519-1168148281 -o ROOT/results/node16/solver-201519-1168148281 -C 1800 -M 900 /tmp/evaluation/201519-1168148281/cspfj.sh -competition /tmp/evaluation/201519-1168148281/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.16 2.06 2.01 4/95 13071
/proc/meminfo: memFree=736072/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) R 13067 13069 12127 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 163223005 5480448 228 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13069/statm: 1338 228 191 169 0 49 0
[pid=13071] ppid=13069 vsize=5352 CPUtime=0
/proc/13071/stat : 13071 (cspfj.sh) R 13069 13069 12127 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 163223006 5480448 228 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962372767 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13071/statm: 1338 228 191 169 0 49 0

[startup+0.104494 s]
/proc/loadavg: 2.16 2.06 2.01 4/95 13071
/proc/meminfo: memFree=736072/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.51243 s]
/proc/loadavg: 2.16 2.06 2.01 4/95 13071
/proc/meminfo: memFree=736072/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33828 s]
/proc/loadavg: 2.16 2.06 2.01 3/102 13079
/proc/meminfo: memFree=715344/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=865720 CPUtime=1.3
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 7673 0 1 0 122 8 0 0 24 0 8 0 163223007 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 216430 7358 1828 14 0 203692 0
[pid=13072/tid=13073] ppid=13069 vsize=865720 CPUtime=0.19
/proc/13072/task/13073/stat : 13073 (java) R 13069 13069 12127 0 -1 64 3531 0 0 0 17 2 0 0 16 0 8 0 163223010 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4153985334 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=865720 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=865720 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 163223010 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=865720 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=865720 CPUtime=0.23
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 510 0 0 0 22 1 0 0 15 0 8 0 163223014 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=865720 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=865720 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 886497280 7358 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 871072

[startup+2.99197 s]
/proc/loadavg: 2.16 2.06 2.01 4/102 13079
/proc/meminfo: memFree=699216/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=865836 CPUtime=2.95
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 14144 0 1 0 279 16 0 0 25 0 8 0 163223007 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4154116976 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 216459 13801 1828 14 0 203721 0
[pid=13072/tid=13073] ppid=13069 vsize=865836 CPUtime=0.48
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 9277 0 0 0 43 5 0 0 16 0 8 0 163223010 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=865836 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=865836 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=865836 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=865836 CPUtime=0.31
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 550 0 0 0 30 1 0 0 15 0 8 0 163223014 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=865836 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=865836 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 886616064 13801 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 871188

[startup+6.2094 s]
/proc/loadavg: 2.14 2.06 2.01 3/102 13079
/proc/meminfo: memFree=649688/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=866016 CPUtime=6.15
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 25748 0 1 0 585 30 0 0 25 0 8 0 163223007 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155958794 0 2147221247 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 216504 25384 1828 14 0 203766 0
[pid=13072/tid=13073] ppid=13069 vsize=866016 CPUtime=1.31
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 19341 0 0 0 120 11 0 0 16 0 8 0 163223010 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 163223010 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=866016 CPUtime=0.39
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 577 0 0 0 38 1 0 0 16 0 8 0 163223014 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 886800384 25384 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 871368

[startup+12.7062 s]
/proc/loadavg: 2.13 2.06 2.01 3/102 13079
/proc/meminfo: memFree=564056/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=866016 CPUtime=12.62
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 45425 0 1 0 1208 54 0 0 25 0 8 0 163223007 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 216504 45042 1828 14 0 203766 0
[pid=13072/tid=13073] ppid=13069 vsize=866016 CPUtime=2.34
/proc/13072/task/13073/stat : 13073 (java) R 13069 13069 12127 0 -1 64 37098 0 0 0 214 20 0 0 16 0 8 0 163223010 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155533104 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=866016 CPUtime=0.39
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 577 0 0 0 38 1 0 0 16 0 8 0 163223014 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=866016 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 886800384 45042 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 871368

[startup+25.5827 s]
/proc/loadavg: 2.10 2.06 2.01 3/102 13079
/proc/meminfo: memFree=454680/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=866432 CPUtime=25.49
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 70669 0 1 0 2458 91 0 0 25 0 8 0 163223007 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4073645364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 216608 70263 1828 14 0 203870 0
[pid=13072/tid=13073] ppid=13069 vsize=866432 CPUtime=4.32
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 59856 0 0 0 399 33 0 0 16 0 8 0 163223010 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=866432 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=866432 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=866432 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=866432 CPUtime=0.39
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 577 0 0 0 38 1 0 0 16 0 8 0 163223014 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=866432 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=866432 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 887226368 70263 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 871784

[startup+51.23 s]
/proc/loadavg: 2.21 2.08 2.02 3/102 13079
/proc/meminfo: memFree=304984/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=867716 CPUtime=51.14
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 107074 0 1 0 4975 139 0 0 25 0 8 0 163223007 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4154043472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 216929 106319 1828 14 0 204191 0
[pid=13072/tid=13073] ppid=13069 vsize=867716 CPUtime=8.05
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 93720 0 0 0 751 54 0 0 17 0 8 0 163223010 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=867716 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=867716 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=867716 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=867716 CPUtime=0.39
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 577 0 0 0 38 1 0 0 16 0 8 0 163223014 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=867716 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=867716 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 888541184 106319 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 873068

[startup+102.508 s]
/proc/loadavg: 2.09 2.07 2.01 3/102 13079
/proc/meminfo: memFree=279896/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=869272 CPUtime=102.42
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 109673 0 1 0 10084 158 0 0 25 0 8 0 163223007 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 217318 108375 1834 14 0 204580 0
[pid=13072/tid=13073] ppid=13069 vsize=869272 CPUtime=8.05
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 93720 0 0 0 751 54 0 0 16 0 8 0 163223010 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=869272 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=869272 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=869272 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=869272 CPUtime=3.13
/proc/13072/task/13077/stat : 13077 (java) R 13069 13069 12127 0 -1 64 2551 0 0 0 298 15 0 0 15 0 8 0 163223014 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=869272 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=869272 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 890134528 108375 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.42
Current children cumulated vsize (KiB) 874624

[startup+162.53 s]
/proc/loadavg: 2.18 2.09 2.02 3/102 13141
/proc/meminfo: memFree=860568/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=872840 CPUtime=162.38
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 112423 0 1 0 16057 181 0 0 25 0 8 0 163223007 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074210797 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13072/statm: 218210 111125 1834 14 0 205472 0
[pid=13072/tid=13073] ppid=13069 vsize=872840 CPUtime=8.05
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 93720 0 0 0 751 54 0 0 16 0 8 0 163223010 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13074] ppid=13069 vsize=872840 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=872840 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=872840 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=872840 CPUtime=6.36
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 5266 0 0 0 603 33 0 0 15 0 8 0 163223014 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13072/tid=13078] ppid=13069 vsize=872840 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=872840 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 893788160 111125 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 878192

[startup+222.581 s]
/proc/loadavg: 2.17 2.11 2.03 3/102 13211
/proc/meminfo: memFree=751832/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=876412 CPUtime=222.28
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 120052 0 1 0 22024 204 0 0 25 0 8 0 163223007 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074218072 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 219103 118753 1834 14 0 206365 0
[pid=13072/tid=13073] ppid=13069 vsize=876412 CPUtime=8.16
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 98556 0 0 0 759 57 0 0 16 0 8 0 163223010 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13072/tid=13074] ppid=13069 vsize=876412 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=876412 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=876412 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=876412 CPUtime=9.56
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 8020 0 0 0 905 51 0 0 15 0 8 0 163223014 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=876412 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=876412 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 897445888 118753 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 881764

[startup+282.621 s]
/proc/loadavg: 2.10 2.10 2.03 3/102 13211
/proc/meminfo: memFree=604632/2055920 swapFree=4191880/4192956
[pid=13069] ppid=13067 vsize=5352 CPUtime=0
/proc/13069/stat : 13069 (cspfj.sh) S 13067 13069 12127 0 -1 4194304 315 128 0 0 0 0 0 0 20 0 1 0 163223005 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13069/statm: 1338 240 201 169 0 49 0
[pid=13072] ppid=13069 vsize=879976 CPUtime=282.32
/proc/13072/stat : 13072 (java) R 13069 13069 12127 0 -1 0 122764 0 1 0 28009 223 0 0 25 0 8 0 163223007 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074206899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13072/statm: 219994 121465 1834 14 0 207256 0
[pid=13072/tid=13073] ppid=13069 vsize=879976 CPUtime=8.16
/proc/13072/task/13073/stat : 13073 (java) S 13069 13069 12127 0 -1 64 98556 0 0 0 759 57 0 0 16 0 8 0 163223010 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13072/tid=13074] ppid=13069 vsize=879976 CPUtime=0
/proc/13072/task/13074/stat : 13074 (java) S 13069 13069 12127 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163223010 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13075] ppid=13069 vsize=879976 CPUtime=0
/proc/13072/task/13075/stat : 13075 (java) S 13069 13069 12127 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 163223010 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13076] ppid=13069 vsize=879976 CPUtime=0
/proc/13072/task/13076/stat : 13076 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 163223014 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13077] ppid=13069 vsize=879976 CPUtime=12.74
/proc/13072/task/13077/stat : 13077 (java) S 13069 13069 12127 0 -1 64 10698 0 0 0 1209 65 0 0 15 0 8 0 163223014 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13078] ppid=13069 vsize=879976 CPUtime=0
/proc/13072/task/13078/stat : 13078 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163223014 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13072/tid=13079] ppid=13069 vsize=879976 CPUtime=0
/proc/13072/task/13079/stat : 13079 (java) S 13069 13069 12127 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163223014 901095424 121465 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 885328

Child status: 0
Real time (s): 303.447
CPU time (s): 303.129
CPU user time (s): 300.76
CPU system time (s): 2.36864
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 887600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 300.76
system time used= 2.36864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128286
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= 53681
involuntary context switches= 60861

runsolver used 0.404938 s user time and 0.966853 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Jan  7 05:38:02 UTC 2007


IDJOB= 201519
IDBENCH= 3768
FILE ID= node16/201519-1168148281

PBS_JOBID= 3477876

Free space on /tmp= 66509 MiB

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

META MD5SUM SOLVER= ae5901f6cce23734dab709fa25e92adb
MD5SUM BENCH=  9f6fab3cbce8258078edbda9a5e9d13f

RANDOM SEED= 665707745

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.220
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.220
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:        736688 kB
Buffers:         71964 kB
Cached:         448604 kB
SwapCached:        448 kB
Active:         867320 kB
Inactive:       383308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        736688 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:         757340 kB
Slab:            51764 kB
Committed_AS:  4953820 kB
PageTables:       3796 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= 66510 MiB



End job on node16 on Sun Jan  7 05:43:05 UTC 2007