Trace number 217821

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.02 1816.64

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-67-12-a3.xml
MD5SUM901737356712bb227c2d9ca62b34a56a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark498.493
SatisfiableNO
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.63	c start processing
1.63	c start relation processing
1.75	c start cnf exporting
36.24	c parsing time : 1.431
36.24	c preprocessing time : 36.041
36.24	
36.24	c Nary constraints - conflicts : 0 supports : 66
36.24	c Binary constraints - conflicts : 2145 supports :66
36.24	c max arity constraint : 3
36.24	c Max Tuples generated 309808
36.24	c relations : 3
36.24	c relations BDD: 1
36.24	c vars : 164431 - clauses :  949401
36.24	
36.27	 
36.27	c --- Minisat Stats ---
36.27	 

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/node44/watcher-217821-1168249174 -o ROOT/results/node44/solver-217821-1168249174 -C 1800 -M 900 /tmp/evaluation/217821-1168249174/galac.sh /tmp/evaluation/217821-1168249174/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.10 1.66 1.41 5/81 29283
/proc/meminfo: memFree=1722456/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=8560 CPUtime=0
/proc/29282/stat : 29282 (galac.sh) R 29280 29282 28917 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173316512 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840660879 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29282/statm: 2140 253 197 79 0 133 0

[startup+0.105891 s]
/proc/loadavg: 2.10 1.66 1.41 5/81 29283
/proc/meminfo: memFree=1722456/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.51393 s]
/proc/loadavg: 2.10 1.66 1.41 5/81 29283
/proc/meminfo: memFree=1722456/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33701 s]
/proc/loadavg: 2.09 1.67 1.41 3/89 29303
/proc/meminfo: memFree=1678872/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29296] ppid=29282 vsize=861196 CPUtime=1.24
/proc/29296/stat : 29296 (java) R 29282 29282 28917 0 -1 0 12989 0 1 0 116 8 0 0 24 0 8 0 173316516 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074122433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29296/statm: 215299 12741 1993 14 0 201504 0
[pid=29296/tid=29297] ppid=29282 vsize=861196 CPUtime=0.08
/proc/29296/task/29297/stat : 29297 (java) S 29282 29282 28917 0 -1 64 3443 0 0 0 7 1 0 0 16 0 8 0 173316519 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29298] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29298/stat : 29298 (java) S 29282 29282 28917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173316520 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29299] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29299/stat : 29299 (java) S 29282 29282 28917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173316520 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29300] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29300/stat : 29300 (java) S 29282 29282 28917 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173316523 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29301] ppid=29282 vsize=861196 CPUtime=0.33
/proc/29296/task/29301/stat : 29301 (java) S 29282 29282 28917 0 -1 64 1067 0 0 0 32 1 0 0 15 0 8 0 173316523 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29302] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29302/stat : 29302 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173316523 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29303] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29303/stat : 29303 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173316523 881864704 12741 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908760

[startup+2.99019 s]
/proc/loadavg: 2.09 1.67 1.41 3/89 29303
/proc/meminfo: memFree=1650584/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29296] ppid=29282 vsize=861196 CPUtime=2.88
/proc/29296/stat : 29296 (java) R 29282 29282 28917 0 -1 0 20317 0 1 0 276 12 0 0 25 0 8 0 173316516 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074457804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29296/statm: 215299 20066 2018 14 0 201504 0
[pid=29296/tid=29297] ppid=29282 vsize=861196 CPUtime=0.1
/proc/29296/task/29297/stat : 29297 (java) S 29282 29282 28917 0 -1 64 4187 0 0 0 9 1 0 0 16 0 8 0 173316519 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29298] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29298/stat : 29298 (java) S 29282 29282 28917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173316520 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29299] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29299/stat : 29299 (java) S 29282 29282 28917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173316520 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29300] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29300/stat : 29300 (java) S 29282 29282 28917 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173316523 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29301] ppid=29282 vsize=861196 CPUtime=0.45
/proc/29296/task/29301/stat : 29301 (java) S 29282 29282 28917 0 -1 64 1147 0 0 0 43 2 0 0 15 0 8 0 173316523 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29302] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29302/stat : 29302 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173316523 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29303] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29303/stat : 29303 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173316523 881864704 20066 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 908760

[startup+6.19753 s]
/proc/loadavg: 2.24 1.71 1.42 3/89 29303
/proc/meminfo: memFree=1646552/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29296] ppid=29282 vsize=861196 CPUtime=6.05
/proc/29296/stat : 29296 (java) R 29282 29282 28917 0 -1 0 20328 0 1 0 592 13 0 0 25 0 8 0 173316516 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4074420000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29296/statm: 215299 20071 2018 14 0 201504 0
[pid=29296/tid=29297] ppid=29282 vsize=861196 CPUtime=0.15
/proc/29296/task/29297/stat : 29297 (java) S 29282 29282 28917 0 -1 64 4187 0 0 0 14 1 0 0 16 0 8 0 173316519 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29298] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29298/stat : 29298 (java) S 29282 29282 28917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173316520 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29299] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29299/stat : 29299 (java) S 29282 29282 28917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173316520 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29300] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29300/stat : 29300 (java) S 29282 29282 28917 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173316523 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29301] ppid=29282 vsize=861196 CPUtime=0.46
/proc/29296/task/29301/stat : 29301 (java) S 29282 29282 28917 0 -1 64 1152 0 0 0 44 2 0 0 15 0 8 0 173316523 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29302] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29302/stat : 29302 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173316523 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29303] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29303/stat : 29303 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173316523 881864704 20071 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 908760

[startup+12.6822 s]
/proc/loadavg: 2.22 1.71 1.43 3/89 29303
/proc/meminfo: memFree=1641560/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29296] ppid=29282 vsize=861196 CPUtime=12.48
/proc/29296/stat : 29296 (java) R 29282 29282 28917 0 -1 0 20710 0 1 0 1232 16 0 0 25 0 8 0 173316516 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154163501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29296/statm: 215299 20443 2018 14 0 201504 0
[pid=29296/tid=29297] ppid=29282 vsize=861196 CPUtime=0.22
/proc/29296/task/29297/stat : 29297 (java) S 29282 29282 28917 0 -1 64 4559 0 0 0 21 1 0 0 16 0 8 0 173316519 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29298] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29298/stat : 29298 (java) S 29282 29282 28917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173316520 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29299] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29299/stat : 29299 (java) S 29282 29282 28917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173316520 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29300] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29300/stat : 29300 (java) S 29282 29282 28917 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29301] ppid=29282 vsize=861196 CPUtime=0.46
/proc/29296/task/29301/stat : 29301 (java) S 29282 29282 28917 0 -1 64 1152 0 0 0 44 2 0 0 15 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29302] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29302/stat : 29302 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29303] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29303/stat : 29303 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908760

[startup+25.5545 s]
/proc/loadavg: 2.19 1.72 1.43 3/89 29303
/proc/meminfo: memFree=1634720/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=0.01
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 760 1704 0 0 0 0 0 1 25 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29296] ppid=29282 vsize=861196 CPUtime=25.23
/proc/29296/stat : 29296 (java) R 29282 29282 28917 0 -1 0 20731 0 1 0 2503 20 0 0 25 0 8 0 173316516 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073718760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29296/statm: 215299 20443 2018 14 0 201504 0
[pid=29296/tid=29297] ppid=29282 vsize=861196 CPUtime=0.23
/proc/29296/task/29297/stat : 29297 (java) S 29282 29282 28917 0 -1 64 4559 0 0 0 22 1 0 0 16 0 8 0 173316519 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29298] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29298/stat : 29298 (java) S 29282 29282 28917 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173316520 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29299] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29299/stat : 29299 (java) S 29282 29282 28917 0 -1 64 7 0 0 0 0 0 0 0 15 0 8 0 173316520 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29300] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29300/stat : 29300 (java) S 29282 29282 28917 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29301] ppid=29282 vsize=861196 CPUtime=0.46
/proc/29296/task/29301/stat : 29301 (java) S 29282 29282 28917 0 -1 64 1152 0 0 0 44 2 0 0 15 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29302] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29302/stat : 29302 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29296/tid=29303] ppid=29282 vsize=861196 CPUtime=0
/proc/29296/task/29303/stat : 29303 (java) S 29282 29282 28917 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173316523 881864704 20443 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 908760

[startup+51.1611 s]
/proc/loadavg: 2.11 1.75 1.45 3/82 29304
/proc/meminfo: memFree=1652696/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=54356 CPUtime=14.74
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 12654 0 0 0 1465 9 0 0 25 0 1 0 173320139 55660544 12628 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 13589 12628 54 142 0 13445 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 101920

[startup+102.462 s]
/proc/loadavg: 2.05 1.78 1.47 3/82 29304
/proc/meminfo: memFree=1646872/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=60392 CPUtime=65.57
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 14157 0 0 0 6546 11 0 0 25 0 1 0 173320139 61841408 14131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 15098 14131 54 142 0 14954 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 107956

[startup+162.55 s]
/proc/loadavg: 2.02 1.82 1.50 3/82 29304
/proc/meminfo: memFree=1637080/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=70108 CPUtime=125.11
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 16585 0 0 0 12498 13 0 0 25 0 1 0 173320139 71790592 16559 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 17527 16559 54 142 0 17383 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 117672


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

/proc/loadavg: 2.00 1.99 1.80 3/82 29304
/proc/meminfo: memFree=1499864/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=204576 CPUtime=1077.43
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 50030 0 0 0 107691 52 0 0 25 0 1 0 173320139 209485824 50004 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525847 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 51144 50004 54 142 0 51000 0
Current children cumulated CPU time (s) 1113.27
Current children cumulated vsize (KiB) 252140

[startup+1183.63 s]
/proc/loadavg: 2.05 2.00 1.82 3/82 29304
/proc/meminfo: memFree=1495000/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=209576 CPUtime=1136.88
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 51265 0 0 0 113635 53 0 0 25 0 1 0 173320139 214605824 51239 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 52394 51239 54 142 0 52250 0
Current children cumulated CPU time (s) 1172.72
Current children cumulated vsize (KiB) 257140

[startup+1243.64 s]
/proc/loadavg: 2.02 2.00 1.82 3/82 29304
/proc/meminfo: memFree=1489368/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=215072 CPUtime=1196.34
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 52653 0 0 0 119579 55 0 0 25 0 1 0 173320139 220233728 52627 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 53768 52627 54 142 0 53624 0
Current children cumulated CPU time (s) 1232.18
Current children cumulated vsize (KiB) 262636

[startup+1303.71 s]
/proc/loadavg: 2.00 2.00 1.83 3/88 29386
/proc/meminfo: memFree=1483368/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=219584 CPUtime=1255.77
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 53780 0 0 0 125520 57 0 0 25 0 1 0 173320139 224854016 53754 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 54896 53754 54 142 0 54752 0
Current children cumulated CPU time (s) 1291.61
Current children cumulated vsize (KiB) 267148

[startup+1363.79 s]
/proc/loadavg: 2.00 2.00 1.84 3/88 29472
/proc/meminfo: memFree=1478680/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=224268 CPUtime=1315.15
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 54944 0 0 0 131458 57 0 0 25 0 1 0 173320139 229650432 54918 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525808 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 56067 54918 54 142 0 55923 0
Current children cumulated CPU time (s) 1350.99
Current children cumulated vsize (KiB) 271832

[startup+1423.86 s]
/proc/loadavg: 2.00 2.00 1.84 3/82 29502
/proc/meminfo: memFree=1473816/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=230188 CPUtime=1374.63
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 56430 0 0 0 137404 59 0 0 25 0 1 0 173320139 235712512 56404 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 57547 56404 54 142 0 57403 0
Current children cumulated CPU time (s) 1410.47
Current children cumulated vsize (KiB) 277752

[startup+1483.93 s]
/proc/loadavg: 2.00 2.00 1.85 3/82 29502
/proc/meminfo: memFree=1468056/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=235892 CPUtime=1434.15
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 57856 0 0 0 143354 61 0 0 25 0 1 0 173320139 241553408 57830 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 58973 57830 54 142 0 58829 0
Current children cumulated CPU time (s) 1469.99
Current children cumulated vsize (KiB) 283456

[startup+1543.98 s]
/proc/loadavg: 2.00 2.00 1.85 3/82 29502
/proc/meminfo: memFree=1462680/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=241256 CPUtime=1493.66
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 59201 0 0 0 149304 62 0 0 25 0 1 0 173320139 247046144 59175 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529266 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 60314 59175 54 142 0 60170 0
Current children cumulated CPU time (s) 1529.5
Current children cumulated vsize (KiB) 288820

[startup+1604.05 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 29502
/proc/meminfo: memFree=1458392/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=245516 CPUtime=1553.19
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 60258 0 0 0 155255 64 0 0 25 0 1 0 173320139 251408384 60232 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 61379 60232 54 142 0 61235 0
Current children cumulated CPU time (s) 1589.03
Current children cumulated vsize (KiB) 293080

[startup+1664.11 s]
/proc/loadavg: 2.00 2.00 1.86 3/82 29502
/proc/meminfo: memFree=1452824/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=251112 CPUtime=1612.7
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 61660 0 0 0 161205 65 0 0 25 0 1 0 173320139 257138688 61634 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 62778 61634 54 142 0 62634 0
Current children cumulated CPU time (s) 1648.54
Current children cumulated vsize (KiB) 298676

[startup+1724.18 s]
/proc/loadavg: 2.00 2.00 1.87 3/82 29502
/proc/meminfo: memFree=1448216/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=256072 CPUtime=1672.21
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 62805 0 0 0 167154 67 0 0 25 0 1 0 173320139 262217728 62779 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/29304/statm: 64018 62779 54 142 0 63874 0
Current children cumulated CPU time (s) 1708.05
Current children cumulated vsize (KiB) 303636

[startup+1784.19 s]
/proc/loadavg: 2.18 2.06 1.90 3/82 29575
/proc/meminfo: memFree=1489368/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=260840 CPUtime=1731.75
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 63992 0 0 0 173105 70 0 0 25 0 1 0 173320139 267100160 63966 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 65210 63966 54 142 0 65066 0
Current children cumulated CPU time (s) 1767.59
Current children cumulated vsize (KiB) 308404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.63 s]
/proc/loadavg: 2.10 2.05 1.90 3/82 29575
/proc/meminfo: memFree=1486360/2055920 swapFree=4191892/4192956
[pid=29282] ppid=29280 vsize=47564 CPUtime=35.84
/proc/29282/stat : 29282 (galac.sh) S 29280 29282 28917 0 -1 4194304 798 22467 0 1 0 0 3558 26 17 0 1 0 173316512 48705536 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264840080218 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/29282/statm: 11891 362 244 79 0 218 0
[pid=29304] ppid=29282 vsize=263976 CPUtime=1764.18
/proc/29304/stat : 29304 (minisat) R 29282 29282 28917 0 -1 4194304 64776 0 0 0 176347 71 0 0 25 0 1 0 173320139 270311424 64750 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/29304/statm: 65994 64750 54 142 0 65850 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 311540

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 29282 and gives childrusage.ru_utime.tv_sec=35 childrusage.ru_utime.tv_usec=588589 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=275958
CPU time returned by wait4() is 35.8645
while last known CPU time is 1800.02

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

Real time (s): 1816.64
CPU time (s): 1800.02
CPU user time (s): 1799.05
CPU system time (s): 0.97
CPU usage (%): 99.0852
Max. virtual memory (cumulated for all children) (KiB): 908760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5886
system time used= 0.275958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23265
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= 2799
involuntary context switches= 4171

runsolver used 2.24666 s user time and 5.84711 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan  8 09:39:35 UTC 2007


IDJOB= 217821
IDBENCH= 5173
FILE ID= node44/217821-1168249174

PBS_JOBID= 3481906

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-67-12-a3.xml
COMMAND LINE= /tmp/evaluation/217821-1168249174/galac.sh /tmp/evaluation/217821-1168249174/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-217821-1168249174 -o ROOT/results/node44/solver-217821-1168249174 -C 1800 -M 900  /tmp/evaluation/217821-1168249174/galac.sh /tmp/evaluation/217821-1168249174/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  901737356712bb227c2d9ca62b34a56a

RANDOM SEED= 145991077

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.213
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.213
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:       1722872 kB
Buffers:         33408 kB
Cached:         158592 kB
SwapCached:        304 kB
Active:         170400 kB
Inactive:       107460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722872 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:         102728 kB
Slab:            40288 kB
Committed_AS:  3766960 kB
PageTables:       1960 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= 66524 MiB



End job on node44 on Mon Jan  8 10:09:51 UTC 2007