Trace number 195952

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 1801.1

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-37_ext.xml
MD5SUM0be17c17f586e4d51ea57b0e22565f2c
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 constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	c --- Preproc Stats ---
3.29	c start processing
3.29	c start relation processing
9.40	c start cnf exporting
41.21	c parsing time : 2.798
41.21	c preprocessing time : 40.725
41.21	
41.21	c Nary constraints - conflicts : 0 supports : 75
41.21	c Binary constraints - conflicts : 0 supports :0
41.21	c max arity constraint : 3
41.21	c Max Tuples generated 0
41.21	c relations : 75
41.21	c relations BDD: 75
41.21	c vars : 296264 - clauses :  935892
41.21	
41.26	 
41.26	c --- Minisat Stats ---
41.26	 

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/node26/watcher-195952-1168116786 -o ROOT/results/node26/solver-195952-1168116786 -C 1800 -M 900 /tmp/evaluation/195952-1168116786/galac.sh /tmp/evaluation/195952-1168116786/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: 0.92 0.98 1.02 4/78 32221
/proc/meminfo: memFree=1856568/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=18540 CPUtime=0
/proc/32220/stat : 32220 (runsolver) D 32218 32220 30980 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 160072863 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/32220/statm: 4635 279 244 17 0 2626 0

[startup+0.103334 s]
/proc/loadavg: 0.92 0.98 1.02 4/78 32221
/proc/meminfo: memFree=1856568/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=8652 CPUtime=0
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 342 0 5 0 0 0 0 0 17 0 1 0 160072863 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.511372 s]
/proc/loadavg: 0.92 0.98 1.02 4/78 32221
/proc/meminfo: memFree=1856568/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=0.02
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47568

[startup+1.33244 s]
/proc/loadavg: 0.92 0.98 1.02 2/86 32241
/proc/meminfo: memFree=1784632/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=0.02
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32234] ppid=32220 vsize=862088 CPUtime=0.9
/proc/32234/stat : 32234 (java) R 32220 32220 30980 0 -1 0 19599 0 37 0 79 11 0 0 16 0 8 0 160072893 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32234/statm: 215522 19389 1964 14 0 201727 0
[pid=32234/tid=32235] ppid=32220 vsize=862088 CPUtime=0.03
/proc/32234/task/32235/stat : 32235 (java) S 32220 32220 30980 0 -1 64 3888 0 0 0 2 1 0 0 16 0 8 0 160072901 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32236] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32236/stat : 32236 (java) S 32220 32220 30980 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160072902 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32237] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32237/stat : 32237 (java) S 32220 32220 30980 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160072902 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32238] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32238/stat : 32238 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160072906 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32239] ppid=32220 vsize=862088 CPUtime=0.11
/proc/32234/task/32239/stat : 32239 (java) S 32220 32220 30980 0 -1 64 891 0 0 0 10 1 0 0 16 0 8 0 160072906 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32240] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 160072907 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32241] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32220 32220 30980 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 160072907 882778112 19389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 909656

[startup+2.9736 s]
/proc/loadavg: 0.92 0.98 1.02 2/86 32241
/proc/meminfo: memFree=1758328/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=0.02
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32234] ppid=32220 vsize=862088 CPUtime=2.54
/proc/32234/stat : 32234 (java) R 32220 32220 30980 0 -1 0 25195 0 37 0 240 14 0 0 16 0 8 0 160072893 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073657788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32234/statm: 215522 24979 1964 14 0 201727 0
[pid=32234/tid=32235] ppid=32220 vsize=862088 CPUtime=0.17
/proc/32234/task/32235/stat : 32235 (java) S 32220 32220 30980 0 -1 64 9467 0 0 0 14 3 0 0 16 0 8 0 160072901 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32236] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32236/stat : 32236 (java) S 32220 32220 30980 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160072902 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32237] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32237/stat : 32237 (java) S 32220 32220 30980 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160072902 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32238] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32238/stat : 32238 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160072906 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32239] ppid=32220 vsize=862088 CPUtime=0.13
/proc/32234/task/32239/stat : 32239 (java) S 32220 32220 30980 0 -1 64 901 0 0 0 12 1 0 0 15 0 8 0 160072906 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32240] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 160072907 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32241] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32220 32220 30980 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 160072907 882778112 24979 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 909656

[startup+6.17891 s]
/proc/loadavg: 0.93 0.98 1.02 2/86 32241
/proc/meminfo: memFree=1716600/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=0.02
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32234] ppid=32220 vsize=862088 CPUtime=5.75
/proc/32234/stat : 32234 (java) R 32220 32220 30980 0 -1 0 36159 0 37 0 555 20 0 0 17 0 8 0 160072893 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073880900 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32234/statm: 215522 35939 1972 14 0 201727 0
[pid=32234/tid=32235] ppid=32220 vsize=862088 CPUtime=0.65
/proc/32234/task/32235/stat : 32235 (java) S 32220 32220 30980 0 -1 64 20370 0 0 0 56 9 0 0 16 0 8 0 160072901 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32236] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32236/stat : 32236 (java) S 32220 32220 30980 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160072902 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32237] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32237/stat : 32237 (java) S 32220 32220 30980 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160072902 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32238] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32238/stat : 32238 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160072906 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32239] ppid=32220 vsize=862088 CPUtime=0.18
/proc/32234/task/32239/stat : 32239 (java) S 32220 32220 30980 0 -1 64 936 0 0 0 17 1 0 0 15 0 8 0 160072906 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32240] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 160072907 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32241] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32220 32220 30980 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 160072907 882778112 35939 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 909656

[startup+12.6503 s]
/proc/loadavg: 1.01 1.00 1.03 2/86 32241
/proc/meminfo: memFree=1633912/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=0.02
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32234] ppid=32220 vsize=862088 CPUtime=12.22
/proc/32234/stat : 32234 (java) R 32220 32220 30980 0 -1 0 54595 0 39 0 1192 30 0 0 17 0 8 0 160072893 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154989313 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32234/statm: 215522 54371 1993 14 0 201727 0
[pid=32234/tid=32235] ppid=32220 vsize=862088 CPUtime=1.42
/proc/32234/task/32235/stat : 32235 (java) S 32220 32220 30980 0 -1 64 38725 0 0 0 125 17 0 0 15 0 8 0 160072901 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32234/tid=32236] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32236/stat : 32236 (java) S 32220 32220 30980 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160072902 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32237] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32237/stat : 32237 (java) S 32220 32220 30980 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160072902 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32238] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32238/stat : 32238 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160072906 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32239] ppid=32220 vsize=862088 CPUtime=0.24
/proc/32234/task/32239/stat : 32239 (java) S 32220 32220 30980 0 -1 64 972 0 0 0 23 1 0 0 15 0 8 0 160072906 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32240] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 160072907 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32241] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32220 32220 30980 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 160072907 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 909656

[startup+25.5165 s]
/proc/loadavg: 1.01 1.00 1.03 2/86 32241
/proc/meminfo: memFree=1627448/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=0.02
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 755 1704 6 0 0 1 0 1 17 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32234] ppid=32220 vsize=862088 CPUtime=25.01
/proc/32234/stat : 32234 (java) R 32220 32220 30980 0 -1 0 54616 0 39 0 2466 35 0 0 25 0 8 0 160072893 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073802144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32234/statm: 215522 54371 1993 14 0 201727 0
[pid=32234/tid=32235] ppid=32220 vsize=862088 CPUtime=1.44
/proc/32234/task/32235/stat : 32235 (java) S 32220 32220 30980 0 -1 64 38725 0 0 0 127 17 0 0 16 0 8 0 160072901 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32234/tid=32236] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32236/stat : 32236 (java) S 32220 32220 30980 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160072902 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32237] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32237/stat : 32237 (java) S 32220 32220 30980 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 160072902 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32238] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32238/stat : 32238 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 160072906 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32239] ppid=32220 vsize=862088 CPUtime=0.24
/proc/32234/task/32239/stat : 32239 (java) S 32220 32220 30980 0 -1 64 972 0 0 0 23 1 0 0 15 0 8 0 160072906 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32240] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32220 32220 30980 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 160072907 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32234/tid=32241] ppid=32220 vsize=862088 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32220 32220 30980 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 160072907 882778112 54371 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 909656

[startup+51.1919 s]
/proc/loadavg: 1.06 1.01 1.03 2/79 32242
/proc/meminfo: memFree=1771824/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=59736 CPUtime=9.91
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 14241 0 0 0 983 8 0 0 25 0 1 0 160076990 61169664 14223 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527311 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 14934 14223 54 142 0 14790 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 107304

[startup+102.444 s]
/proc/loadavg: 1.02 1.01 1.02 2/79 32242
/proc/meminfo: memFree=1768240/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=63304 CPUtime=61.14
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 15161 0 0 0 6105 9 0 0 25 0 1 0 160076990 64823296 15143 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 15826 15143 54 142 0 15682 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 110872

[startup+162.509 s]
/proc/loadavg: 1.01 1.00 1.02 2/79 32242
/proc/meminfo: memFree=1764208/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=67216 CPUtime=121.2
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 16149 0 0 0 12109 11 0 0 25 0 1 0 160076990 68829184 16131 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 16804 16131 54 142 0 16660 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 114784


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

/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1662448/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=167192 CPUtime=1081.96
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 41142 0 0 0 108155 41 0 0 25 0 1 0 160076990 171204608 41124 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 41798 41124 54 142 0 41654 0
Current children cumulated CPU time (s) 1122.72
Current children cumulated vsize (KiB) 214760

[startup+1183.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1659504/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=170108 CPUtime=1142.02
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 41861 0 0 0 114159 43 0 0 25 0 1 0 160076990 174190592 41843 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529642 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 42527 41843 54 142 0 42383 0
Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (KiB) 217676

[startup+1243.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1657008/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=172780 CPUtime=1202.07
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 42473 0 0 0 120163 44 0 0 25 0 1 0 160076990 176926720 42455 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 43195 42455 54 142 0 43051 0
Current children cumulated CPU time (s) 1242.83
Current children cumulated vsize (KiB) 220348

[startup+1303.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1654512/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=175032 CPUtime=1262.12
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 43050 0 0 0 126167 45 0 0 25 0 1 0 160076990 179232768 43032 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529456 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 43758 43032 54 142 0 43614 0
Current children cumulated CPU time (s) 1302.88
Current children cumulated vsize (KiB) 222600

[startup+1363.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1652336/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=177156 CPUtime=1322.18
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 43568 0 0 0 132172 46 0 0 25 0 1 0 160076990 181407744 43550 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 44289 43550 54 142 0 44145 0
Current children cumulated CPU time (s) 1362.94
Current children cumulated vsize (KiB) 224724

[startup+1423.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1649968/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=179408 CPUtime=1382.22
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 44138 0 0 0 138175 47 0 0 25 0 1 0 160076990 183713792 44120 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 44852 44120 54 142 0 44708 0
Current children cumulated CPU time (s) 1422.98
Current children cumulated vsize (KiB) 226976

[startup+1484.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32440
/proc/meminfo: memFree=1647728/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=181528 CPUtime=1442.28
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 44678 0 0 0 144180 48 0 0 25 0 1 0 160076990 185884672 44660 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 45382 44660 54 142 0 45238 0
Current children cumulated CPU time (s) 1483.04
Current children cumulated vsize (KiB) 229096

[startup+1544.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32442
/proc/meminfo: memFree=1645424/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=183520 CPUtime=1502.33
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 45201 0 0 0 150184 49 0 0 25 0 1 0 160076990 187924480 45183 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 45880 45183 54 142 0 45736 0
Current children cumulated CPU time (s) 1543.09
Current children cumulated vsize (KiB) 231088

[startup+1604.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32442
/proc/meminfo: memFree=1643120/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=185776 CPUtime=1562.38
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 45768 0 0 0 156188 50 0 0 25 0 1 0 160076990 190234624 45750 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 46444 45750 54 142 0 46300 0
Current children cumulated CPU time (s) 1603.14
Current children cumulated vsize (KiB) 233344

[startup+1664.24 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32442
/proc/meminfo: memFree=1640880/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=188020 CPUtime=1622.44
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 46323 0 0 0 162193 51 0 0 25 0 1 0 160076990 192532480 46305 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 47005 46305 54 142 0 46861 0
Current children cumulated CPU time (s) 1663.2
Current children cumulated vsize (KiB) 235588

[startup+1724.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32442
/proc/meminfo: memFree=1638832/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=190012 CPUtime=1682.49
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 46826 0 0 0 168197 52 0 0 25 0 1 0 160076990 194572288 46808 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 47503 46808 54 142 0 47359 0
Current children cumulated CPU time (s) 1723.25
Current children cumulated vsize (KiB) 237580

[startup+1784.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32442
/proc/meminfo: memFree=1636464/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=192256 CPUtime=1742.55
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 47398 0 0 0 174202 53 0 0 25 0 1 0 160076990 196870144 47380 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 48064 47380 54 142 0 47920 0
Current children cumulated CPU time (s) 1783.31
Current children cumulated vsize (KiB) 239824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32442
/proc/meminfo: memFree=1635824/2055920 swapFree=4192812/4192956
[pid=32220] ppid=32218 vsize=47568 CPUtime=40.76
/proc/32220/stat : 32220 (galac.sh) S 32218 32220 30980 0 -1 4194304 793 56353 6 39 0 1 4031 44 16 0 1 0 160072863 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32220/statm: 11892 363 245 79 0 218 0
[pid=32242] ppid=32220 vsize=192916 CPUtime=1759.26
/proc/32242/stat : 32242 (minisat) R 32220 32220 30980 0 -1 4194304 47542 0 0 0 175872 54 0 0 25 0 1 0 160076990 197545984 47524 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/32242/statm: 48229 47524 54 142 0 48085 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 240484

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 32220 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=320870 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=460929
CPU time returned by wait4() is 40.7818
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): 1801.1
CPU time (s): 1800.02
CPU user time (s): 1799.03
CPU system time (s): 0.99
CPU usage (%): 99.9402
Max. virtual memory (cumulated for all children) (KiB): 909656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.3209
system time used= 0.460929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57146
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2117
involuntary context switches= 1943

runsolver used 1.75873 s user time and 4.64329 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 20:53:06 UTC 2007


IDJOB= 195952
IDBENCH= 3314
FILE ID= node26/195952-1168116786

PBS_JOBID= 3477395

Free space on /tmp= 66534 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  0be17c17f586e4d51ea57b0e22565f2c

RANDOM SEED= 601221553

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.236
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.236
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:       1857048 kB
Buffers:         25616 kB
Cached:          58092 kB
SwapCached:          0 kB
Active:         102296 kB
Inactive:        41392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5728 kB
Writeback:           0 kB
Mapped:          78980 kB
Slab:            40604 kB
Committed_AS:  2927284 kB
PageTables:       1912 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= 66518 MiB



End job on node26 on Sat Jan  6 21:23:07 UTC 2007