Trace number 196004

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
galac 1? (TO) 1800.08 1801.12

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-17_ext.xml
MD5SUM74698a2aff31803191e94ce8b7794d70
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	c --- Preproc Stats ---
3.16	c start processing
3.16	c start relation processing
9.15	c start cnf exporting
37.93	c parsing time : 2.698
37.93	c preprocessing time : 37.475
37.93	
37.93	c Nary constraints - conflicts : 0 supports : 74
37.93	c Binary constraints - conflicts : 0 supports :0
37.93	c max arity constraint : 3
37.93	c Max Tuples generated 0
37.93	c relations : 74
37.93	c relations BDD: 74
37.93	c vars : 289819 - clauses :  915961
37.93	
38.00	 
38.00	c --- Minisat Stats ---
38.00	 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-196004-1168117307 -o ROOT/results/node43/solver-196004-1168117307 -C 1800 -M 900 /tmp/evaluation/196004-1168117307/galac.sh /tmp/evaluation/196004-1168117307/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.00 2.00 2.21 5/79 21860
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=18540 CPUtime=0
/proc/21859/stat : 21859 (runsolver) D 21857 21859 20395 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160129808 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 216849247527 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21859/statm: 4635 279 244 17 0 2626 0

[startup+0.10389 s]
/proc/loadavg: 2.00 2.00 2.21 5/79 21860
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=8684 CPUtime=0
/proc/21859/stat : 21859 (galac.sh) D 21857 21859 20395 0 -1 4194304 384 840 4 0 0 0 0 0 17 0 1 0 160129808 8892416 296 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849414917 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/21859/statm: 2171 296 216 79 0 164 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8684

[startup+0.511958 s]
/proc/loadavg: 2.00 2.00 2.21 5/79 21860
/proc/meminfo: memFree=1873936/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=0.02
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 756 1704 5 0 0 1 0 1 18 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47576

[startup+1.33309 s]
/proc/loadavg: 2.00 2.00 2.21 3/87 21882
/proc/meminfo: memFree=1793296/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=0.02
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 756 1704 5 0 0 1 0 1 18 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21875] ppid=21859 vsize=861064 CPUtime=0.94
/proc/21875/stat : 21875 (java) R 21859 21859 20395 0 -1 0 19610 0 32 0 83 11 0 0 22 0 8 0 160129836 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073450794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21875/statm: 215266 19395 1965 14 0 201471 0
[pid=21875/tid=21876] ppid=21859 vsize=861064 CPUtime=0.03
/proc/21875/task/21876/stat : 21876 (java) S 21859 21859 20395 0 -1 64 3891 0 0 0 2 1 0 0 17 0 8 0 160129843 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21877] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21877/stat : 21877 (java) S 21859 21859 20395 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160129844 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21878] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21878/stat : 21878 (java) S 21859 21859 20395 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160129844 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21879] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21879/stat : 21879 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160129848 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21880] ppid=21859 vsize=861064 CPUtime=0.11
/proc/21875/task/21880/stat : 21880 (java) S 21859 21859 20395 0 -1 64 891 0 0 0 11 0 0 0 16 0 8 0 160129848 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21881] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21881/stat : 21881 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160129848 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21882] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21882/stat : 21882 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160129848 881729536 19395 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 908640

[startup+2.9744 s]
/proc/loadavg: 2.00 2.00 2.21 3/87 21882
/proc/meminfo: memFree=1780368/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=0.02
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 756 1704 5 0 0 1 0 1 18 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21875] ppid=21859 vsize=861064 CPUtime=2.58
/proc/21875/stat : 21875 (java) R 21859 21859 20395 0 -1 0 25265 0 32 0 244 14 0 0 25 0 8 0 160129836 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073656776 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21875/statm: 215266 25043 1965 14 0 201471 0
[pid=21875/tid=21876] ppid=21859 vsize=861064 CPUtime=0.19
/proc/21875/task/21876/stat : 21876 (java) S 21859 21859 20395 0 -1 64 9529 0 0 0 15 4 0 0 16 0 8 0 160129843 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21877] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21877/stat : 21877 (java) S 21859 21859 20395 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160129844 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21878] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21878/stat : 21878 (java) S 21859 21859 20395 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160129844 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21879] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21879/stat : 21879 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160129848 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21880] ppid=21859 vsize=861064 CPUtime=0.13
/proc/21875/task/21880/stat : 21880 (java) S 21859 21859 20395 0 -1 64 901 0 0 0 13 0 0 0 16 0 8 0 160129848 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21881] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21881/stat : 21881 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160129848 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21882] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21882/stat : 21882 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160129848 881729536 25043 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 908640

[startup+6.27291 s]
/proc/loadavg: 2.00 2.00 2.21 4/87 21884
/proc/meminfo: memFree=1758864/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=0.02
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 756 1704 5 0 0 1 0 1 18 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21875] ppid=21859 vsize=861064 CPUtime=5.87
/proc/21875/stat : 21875 (java) R 21859 21859 20395 0 -1 0 38033 0 32 0 568 19 0 0 25 0 8 0 160129836 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073897202 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21875/statm: 215266 37809 1973 14 0 201471 0
[pid=21875/tid=21876] ppid=21859 vsize=861064 CPUtime=0.73
/proc/21875/task/21876/stat : 21876 (java) S 21859 21859 20395 0 -1 64 22241 0 0 0 65 8 0 0 21 0 8 0 160129843 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21877] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21877/stat : 21877 (java) S 21859 21859 20395 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160129844 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21878] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21878/stat : 21878 (java) S 21859 21859 20395 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160129844 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21879] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21879/stat : 21879 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160129848 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21880] ppid=21859 vsize=861064 CPUtime=0.19
/proc/21875/task/21880/stat : 21880 (java) S 21859 21859 20395 0 -1 64 934 0 0 0 18 1 0 0 15 0 8 0 160129848 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21881] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21881/stat : 21881 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160129848 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21882] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21882/stat : 21882 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160129848 881729536 37809 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 908640

[startup+12.762 s]
/proc/loadavg: 2.00 2.00 2.21 3/87 21890
/proc/meminfo: memFree=1653904/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=0.02
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 756 1704 5 0 0 1 0 1 18 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21875] ppid=21859 vsize=861064 CPUtime=12.35
/proc/21875/stat : 21875 (java) R 21859 21859 20395 0 -1 0 53888 0 34 0 1206 29 0 0 25 0 8 0 160129836 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073518714 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21875/statm: 215266 53658 1993 14 0 201471 0
[pid=21875/tid=21876] ppid=21859 vsize=861064 CPUtime=1.37
/proc/21875/task/21876/stat : 21876 (java) S 21859 21859 20395 0 -1 64 38015 0 0 0 123 14 0 0 16 0 8 0 160129843 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21877] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21877/stat : 21877 (java) S 21859 21859 20395 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160129844 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21878] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21878/stat : 21878 (java) S 21859 21859 20395 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160129844 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21879] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21879/stat : 21879 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160129848 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21880] ppid=21859 vsize=861064 CPUtime=0.25
/proc/21875/task/21880/stat : 21880 (java) S 21859 21859 20395 0 -1 64 969 0 0 0 24 1 0 0 15 0 8 0 160129848 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21881] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21881/stat : 21881 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160129848 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21882] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21882/stat : 21882 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160129848 881729536 53658 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 908640

[startup+25.6331 s]
/proc/loadavg: 1.85 1.97 2.19 2/79 21919
/proc/meminfo: memFree=1666264/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=0.02
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 756 1704 5 0 0 1 0 1 18 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21875] ppid=21859 vsize=861064 CPUtime=25.21
/proc/21875/stat : 21875 (java) R 21859 21859 20395 0 -1 0 53912 0 34 0 2486 35 0 0 25 0 8 0 160129836 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073719719 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21875/statm: 215266 53659 1994 14 0 201471 0
[pid=21875/tid=21876] ppid=21859 vsize=861064 CPUtime=1.4
/proc/21875/task/21876/stat : 21876 (java) S 21859 21859 20395 0 -1 64 38016 0 0 0 125 15 0 0 16 0 8 0 160129843 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21877] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21877/stat : 21877 (java) S 21859 21859 20395 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160129844 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21878] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21878/stat : 21878 (java) S 21859 21859 20395 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160129844 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21879] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21879/stat : 21879 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 160129848 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21880] ppid=21859 vsize=861064 CPUtime=0.25
/proc/21875/task/21880/stat : 21880 (java) S 21859 21859 20395 0 -1 64 969 0 0 0 24 1 0 0 15 0 8 0 160129848 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21875/tid=21881] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21881/stat : 21881 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160129848 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21875/tid=21882] ppid=21859 vsize=861064 CPUtime=0
/proc/21875/task/21882/stat : 21882 (java) S 21859 21859 20395 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160129848 881729536 53659 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 908640

[startup+51.3084 s]
/proc/loadavg: 1.56 1.89 2.16 2/66 21954
/proc/meminfo: memFree=1810320/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=59848 CPUtime=13.28
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 14194 0 0 0 1320 8 0 0 25 0 1 0 160133608 61284352 14176 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 14962 14176 54 142 0 14818 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 107424

[startup+102.566 s]
/proc/loadavg: 1.24 1.75 2.10 2/66 21954
/proc/meminfo: memFree=1806056/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=64476 CPUtime=64.53
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 15361 0 0 0 6443 10 0 0 25 0 1 0 160133608 66023424 15343 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520043 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 16119 15343 54 142 0 15975 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 112052

[startup+162.644 s]
/proc/loadavg: 1.08 1.60 2.02 2/66 21954
/proc/meminfo: memFree=1799592/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=70988 CPUtime=124.59
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 16977 0 0 0 12447 12 0 0 25 0 1 0 160133608 72691712 16959 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 17747 16959 54 142 0 17603 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 118564


################
# More data... #
################

/proc/loadavg: 1.00 1.02 1.34 2/66 21956
/proc/meminfo: memFree=1719464/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=150412 CPUtime=1085.43
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 36800 0 0 0 108509 34 0 0 25 0 1 0 160133608 154021888 36782 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 37603 36782 54 142 0 37459 0
Current children cumulated CPU time (s) 1122.99
Current children cumulated vsize (KiB) 197988

[startup+1183.88 s]
/proc/loadavg: 1.00 1.01 1.31 2/66 21956
/proc/meminfo: memFree=1717160/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=152672 CPUtime=1145.48
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 37367 0 0 0 114513 35 0 0 25 0 1 0 160133608 156336128 37349 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 38168 37349 54 142 0 38024 0
Current children cumulated CPU time (s) 1183.04
Current children cumulated vsize (KiB) 200248

[startup+1243.95 s]
/proc/loadavg: 1.00 1.00 1.29 2/66 21956
/proc/meminfo: memFree=1714664/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=155192 CPUtime=1205.54
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 37979 0 0 0 120518 36 0 0 25 0 1 0 160133608 158916608 37961 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 38798 37961 54 142 0 38654 0
Current children cumulated CPU time (s) 1243.1
Current children cumulated vsize (KiB) 202768

[startup+1304.02 s]
/proc/loadavg: 1.00 1.00 1.27 2/66 21956
/proc/meminfo: memFree=1712296/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=157576 CPUtime=1265.59
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 38593 0 0 0 126522 37 0 0 25 0 1 0 160133608 161357824 38575 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 39394 38575 54 142 0 39250 0
Current children cumulated CPU time (s) 1303.15
Current children cumulated vsize (KiB) 205152

[startup+1364.09 s]
/proc/loadavg: 1.00 1.00 1.25 2/66 21956
/proc/meminfo: memFree=1710184/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=159688 CPUtime=1325.64
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 39110 0 0 0 132527 37 0 0 25 0 1 0 160133608 163520512 39092 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 39922 39092 54 142 0 39778 0
Current children cumulated CPU time (s) 1363.2
Current children cumulated vsize (KiB) 207264

[startup+1424.16 s]
/proc/loadavg: 1.08 1.02 1.24 2/66 21956
/proc/meminfo: memFree=1708008/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=161800 CPUtime=1385.69
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 39648 0 0 0 138531 38 0 0 25 0 1 0 160133608 165683200 39630 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 40450 39630 54 142 0 40306 0
Current children cumulated CPU time (s) 1423.25
Current children cumulated vsize (KiB) 209376

[startup+1484.24 s]
/proc/loadavg: 1.03 1.01 1.22 2/66 21956
/proc/meminfo: memFree=1705960/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=163788 CPUtime=1445.75
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 40148 0 0 0 144536 39 0 0 25 0 1 0 160133608 167718912 40130 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 40947 40130 54 142 0 40803 0
Current children cumulated CPU time (s) 1483.31
Current children cumulated vsize (KiB) 211364

[startup+1544.31 s]
/proc/loadavg: 1.01 1.00 1.20 2/66 21956
/proc/meminfo: memFree=1703592/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=166164 CPUtime=1505.81
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 40742 0 0 0 150541 40 0 0 25 0 1 0 160133608 170151936 40724 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529453 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 41541 40724 54 142 0 41397 0
Current children cumulated CPU time (s) 1543.37
Current children cumulated vsize (KiB) 213740

[startup+1604.38 s]
/proc/loadavg: 1.00 1.00 1.19 2/66 21956
/proc/meminfo: memFree=1701224/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=168424 CPUtime=1565.85
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 41322 0 0 0 156545 40 0 0 25 0 1 0 160133608 172466176 41304 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 42106 41304 54 142 0 41962 0
Current children cumulated CPU time (s) 1603.41
Current children cumulated vsize (KiB) 216000

[startup+1664.46 s]
/proc/loadavg: 1.00 1.00 1.17 2/66 21956
/proc/meminfo: memFree=1699112/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=170580 CPUtime=1625.9
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 41844 0 0 0 162550 40 0 0 25 0 1 0 160133608 174673920 41826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 42645 41826 54 142 0 42501 0
Current children cumulated CPU time (s) 1663.46
Current children cumulated vsize (KiB) 218156

[startup+1724.53 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 21956
/proc/meminfo: memFree=1697256/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=172296 CPUtime=1685.97
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 42288 0 0 0 168556 41 0 0 25 0 1 0 160133608 176431104 42270 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 43074 42270 54 142 0 42930 0
Current children cumulated CPU time (s) 1723.53
Current children cumulated vsize (KiB) 219872

[startup+1784.61 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 21956
/proc/meminfo: memFree=1695464/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=174052 CPUtime=1746.02
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 42737 0 0 0 174560 42 0 0 25 0 1 0 160133608 178229248 42719 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 43513 42719 54 142 0 43369 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (KiB) 221628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 21956
/proc/meminfo: memFree=1694952/2055920 swapFree=4192812/4192956
[pid=21859] ppid=21857 vsize=47576 CPUtime=37.56
/proc/21859/stat : 21859 (galac.sh) S 21857 21859 20395 0 -1 4194304 794 55646 5 34 0 1 3708 47 16 0 1 0 160129808 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21859/statm: 11894 363 245 79 0 218 0
[pid=21928] ppid=21859 vsize=174580 CPUtime=1762.52
/proc/21928/stat : 21928 (minisat) R 21859 21859 20395 0 -1 4194304 42865 0 0 0 176210 42 0 0 25 0 1 0 160133608 178769920 42847 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21928/statm: 43645 42847 54 142 0 43501 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 222156

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 21859 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=93360 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=487925
CPU time returned by wait4() is 37.5813
while last known CPU time is 1800.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1801.12
CPU time (s): 1800.08
CPU user time (s): 1799.18
CPU system time (s): 0.9
CPU usage (%): 99.9423
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0934
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56440
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2376
involuntary context switches= 1739

runsolver used 1.72674 s user time and 4.70728 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 21:01:47 UTC 2007


IDJOB= 196004
IDBENCH= 3318
FILE ID= node43/196004-1168117307

PBS_JOBID= 3477401

Free space on /tmp= 66474 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-17_ext.xml
COMMAND LINE= /tmp/evaluation/196004-1168117307/galac.sh /tmp/evaluation/196004-1168117307/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-196004-1168117307 -o ROOT/results/node43/solver-196004-1168117307 -C 1800 -M 900  /tmp/evaluation/196004-1168117307/galac.sh /tmp/evaluation/196004-1168117307/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  74698a2aff31803191e94ce8b7794d70

RANDOM SEED= 235889625

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.278
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.278
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:       1874416 kB
Buffers:         41652 kB
Cached:          54840 kB
SwapCached:          0 kB
Active:          80740 kB
Inactive:        45812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5668 kB
Writeback:           0 kB
Mapped:          44084 kB
Slab:            40124 kB
Committed_AS:  3110120 kB
PageTables:       1944 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= 66463 MiB



End job on node43 on Sat Jan  6 21:31:48 UTC 2007