Trace number 196082

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 1815.5

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-20_ext.xml
MD5SUM10e67cc455da19a1a190ecd6bc3f64d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark669.252
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
3.21	c start processing
3.21	c start relation processing
9.85	c start cnf exporting
42.97	c parsing time : 3.046
42.97	c preprocessing time : 42.805
42.97	
42.97	c Nary constraints - conflicts : 0 supports : 76
42.97	c Binary constraints - conflicts : 0 supports :0
42.97	c max arity constraint : 3
42.97	c Max Tuples generated 0
42.97	c relations : 76
42.97	c relations BDD: 76
42.97	c vars : 302754 - clauses :  955929
42.97	
43.02	 
43.02	c --- Minisat Stats ---
43.02	 

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/node7/watcher-196082-1168118753 -o ROOT/results/node7/solver-196082-1168118753 -C 1800 -M 900 /tmp/evaluation/196082-1168118753/galac.sh /tmp/evaluation/196082-1168118753/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: 1.92 1.98 1.99 5/93 31603
/proc/meminfo: memFree=1726368/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=8560 CPUtime=0
/proc/31602/stat : 31602 (galac.sh) R 31600 31602 31532 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 160270728 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244671301519 0 0 4096 8192 0 0 0 17 1 0 0
/proc/31602/statm: 2140 253 197 79 0 133 0

[startup+0.10586 s]
/proc/loadavg: 1.92 1.98 1.99 5/93 31603
/proc/meminfo: memFree=1726368/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.513902 s]
/proc/loadavg: 1.92 1.98 1.99 5/93 31603
/proc/meminfo: memFree=1726368/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33699 s]
/proc/loadavg: 1.92 1.98 1.99 3/101 31623
/proc/meminfo: memFree=1647456/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31616] ppid=31602 vsize=860852 CPUtime=1.27
/proc/31616/stat : 31616 (java) R 31602 31602 31532 0 -1 0 21637 0 1 0 115 12 0 0 22 0 8 0 160270732 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073681574 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31616/statm: 215213 21390 1965 14 0 201471 0
[pid=31616/tid=31617] ppid=31602 vsize=860852 CPUtime=0.05
/proc/31616/task/31617/stat : 31617 (java) S 31602 31602 31532 0 -1 64 5884 0 0 0 3 2 0 0 16 0 8 0 160270736 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31618] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31618/stat : 31618 (java) S 31602 31602 31532 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 160270736 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31619] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31619/stat : 31619 (java) S 31602 31602 31532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160270736 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31620] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31620/stat : 31620 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160270740 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31621] ppid=31602 vsize=860852 CPUtime=0.11
/proc/31616/task/31621/stat : 31621 (java) S 31602 31602 31532 0 -1 64 892 0 0 0 11 0 0 0 16 0 8 0 160270740 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31622] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31622/stat : 31622 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160270740 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31623] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31623/stat : 31623 (java) S 31602 31602 31532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160270740 881512448 21390 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908416

[startup+2.99017 s]
/proc/loadavg: 1.92 1.98 1.99 3/101 31623
/proc/meminfo: memFree=1635424/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31616] ppid=31602 vsize=860852 CPUtime=2.91
/proc/31616/stat : 31616 (java) R 31602 31602 31532 0 -1 0 25839 0 1 0 276 15 0 0 25 0 8 0 160270732 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073685703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31616/statm: 215213 25586 1965 14 0 201471 0
[pid=31616/tid=31617] ppid=31602 vsize=860852 CPUtime=0.22
/proc/31616/task/31617/stat : 31617 (java) S 31602 31602 31532 0 -1 64 10071 0 0 0 18 4 0 0 16 0 8 0 160270736 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31618] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31618/stat : 31618 (java) S 31602 31602 31532 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 160270736 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31619] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31619/stat : 31619 (java) S 31602 31602 31532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160270736 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31620] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31620/stat : 31620 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160270740 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31621] ppid=31602 vsize=860852 CPUtime=0.15
/proc/31616/task/31621/stat : 31621 (java) S 31602 31602 31532 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 160270740 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31622] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31622/stat : 31622 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160270740 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31623] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31623/stat : 31623 (java) S 31602 31602 31532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160270740 881512448 25586 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908416

[startup+6.28251 s]
/proc/loadavg: 1.93 1.98 1.99 3/101 31623
/proc/meminfo: memFree=1595936/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31616] ppid=31602 vsize=860852 CPUtime=6.17
/proc/31616/stat : 31616 (java) R 31602 31602 31532 0 -1 0 34499 0 1 0 598 19 0 0 25 0 8 0 160270732 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073884607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31616/statm: 215213 34243 1973 14 0 201471 0
[pid=31616/tid=31617] ppid=31602 vsize=860852 CPUtime=0.63
/proc/31616/task/31617/stat : 31617 (java) S 31602 31602 31532 0 -1 64 18672 0 0 0 54 9 0 0 20 0 8 0 160270736 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31618] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31618/stat : 31618 (java) S 31602 31602 31532 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 160270736 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31619] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31619/stat : 31619 (java) S 31602 31602 31532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160270736 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31620] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31620/stat : 31620 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160270740 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31621] ppid=31602 vsize=860852 CPUtime=0.21
/proc/31616/task/31621/stat : 31621 (java) S 31602 31602 31532 0 -1 64 935 0 0 0 20 1 0 0 15 0 8 0 160270740 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31622] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31622/stat : 31622 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160270740 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31623] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31623/stat : 31623 (java) S 31602 31602 31532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160270740 881512448 34243 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908416

[startup+12.6862 s]
/proc/loadavg: 1.93 1.98 1.99 3/101 31623
/proc/meminfo: memFree=1511840/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31616] ppid=31602 vsize=860852 CPUtime=12.5
/proc/31616/stat : 31616 (java) R 31602 31602 31532 0 -1 0 55329 0 1 0 1219 31 0 0 25 0 8 0 160270732 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4154163472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31616/statm: 215213 55067 1993 14 0 201471 0
[pid=31616/tid=31617] ppid=31602 vsize=860852 CPUtime=1.6
/proc/31616/task/31617/stat : 31617 (java) S 31602 31602 31532 0 -1 64 39420 0 0 0 141 19 0 0 16 0 8 0 160270736 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31618] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31618/stat : 31618 (java) S 31602 31602 31532 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 160270736 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31619] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31619/stat : 31619 (java) S 31602 31602 31532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160270736 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31620] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31620/stat : 31620 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31621] ppid=31602 vsize=860852 CPUtime=0.28
/proc/31616/task/31621/stat : 31621 (java) S 31602 31602 31532 0 -1 64 971 0 0 0 26 2 0 0 15 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31622] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31622/stat : 31622 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31623] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31623/stat : 31623 (java) S 31602 31602 31532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908416

[startup+25.5435 s]
/proc/loadavg: 1.95 1.98 1.99 3/101 31623
/proc/meminfo: memFree=1505696/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=0.01
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 762 1704 0 0 0 0 0 1 25 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31616] ppid=31602 vsize=860852 CPUtime=25.24
/proc/31616/stat : 31616 (java) R 31602 31602 31532 0 -1 0 55350 0 1 0 2488 36 0 0 25 0 8 0 160270732 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073963244 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31616/statm: 215213 55067 1993 14 0 201471 0
[pid=31616/tid=31617] ppid=31602 vsize=860852 CPUtime=1.62
/proc/31616/task/31617/stat : 31617 (java) S 31602 31602 31532 0 -1 64 39420 0 0 0 143 19 0 0 16 0 8 0 160270736 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31618] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31618/stat : 31618 (java) S 31602 31602 31532 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 160270736 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31619] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31619/stat : 31619 (java) S 31602 31602 31532 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160270736 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31620] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31620/stat : 31620 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31621] ppid=31602 vsize=860852 CPUtime=0.28
/proc/31616/task/31621/stat : 31621 (java) S 31602 31602 31532 0 -1 64 971 0 0 0 26 2 0 0 15 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31622] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31622/stat : 31622 (java) S 31602 31602 31532 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31616/tid=31623] ppid=31602 vsize=860852 CPUtime=0
/proc/31616/task/31623/stat : 31623 (java) S 31602 31602 31532 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160270740 881512448 55067 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 908416

[startup+51.1752 s]
/proc/loadavg: 1.96 1.98 1.99 3/94 31624
/proc/meminfo: memFree=1650904/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=60428 CPUtime=8.06
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 14514 0 0 0 797 9 0 0 25 0 1 0 160275031 61878272 14496 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529767 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 15107 14496 54 142 0 14963 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 107992

[startup+102.416 s]
/proc/loadavg: 1.98 1.98 1.99 3/94 31624
/proc/meminfo: memFree=1645400/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=65900 CPUtime=58.84
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 15910 0 0 0 5872 12 0 0 25 0 1 0 160275031 67481600 15892 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 16475 15892 54 142 0 16331 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 113464

[startup+162.485 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 31624
/proc/meminfo: memFree=1637336/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=74040 CPUtime=118.36
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 17943 0 0 0 11821 15 0 0 25 0 1 0 160275031 75816960 17925 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 18510 17925 54 142 0 18366 0
Current children cumulated CPU time (s) 160.93
Current children cumulated vsize (KiB) 121604


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

/proc/loadavg: 2.00 2.00 2.00 3/94 31624
/proc/meminfo: memFree=1513432/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=196356 CPUtime=1070.27
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 48527 0 0 0 106977 50 0 0 25 0 1 0 160275031 201068544 48509 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 49089 48509 54 142 0 48945 0
Current children cumulated CPU time (s) 1112.84
Current children cumulated vsize (KiB) 243920

[startup+1183.16 s]
/proc/loadavg: 2.05 2.01 2.00 3/94 31624
/proc/meminfo: memFree=1511640/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=198340 CPUtime=1129.73
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 48965 0 0 0 112922 51 0 0 25 0 1 0 160275031 203100160 48947 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 49585 48947 54 142 0 49441 0
Current children cumulated CPU time (s) 1172.3
Current children cumulated vsize (KiB) 245904

[startup+1243.25 s]
/proc/loadavg: 2.09 2.02 2.00 3/94 31624
/proc/meminfo: memFree=1509656/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=200204 CPUtime=1189.27
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 49441 0 0 0 118875 52 0 0 25 0 1 0 160275031 205008896 49423 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 50051 49423 54 142 0 49907 0
Current children cumulated CPU time (s) 1231.84
Current children cumulated vsize (KiB) 247768

[startup+1303.34 s]
/proc/loadavg: 2.03 2.02 2.00 3/94 31624
/proc/meminfo: memFree=1507928/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=201788 CPUtime=1248.82
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 49836 0 0 0 124829 53 0 0 25 0 1 0 160275031 206630912 49818 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 50447 49818 54 142 0 50303 0
Current children cumulated CPU time (s) 1291.39
Current children cumulated vsize (KiB) 249352

[startup+1363.44 s]
/proc/loadavg: 2.01 2.01 2.00 3/94 31624
/proc/meminfo: memFree=1506328/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=203244 CPUtime=1308.36
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 50216 0 0 0 130782 54 0 0 25 0 1 0 160275031 208121856 50198 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 50811 50198 54 142 0 50667 0
Current children cumulated CPU time (s) 1350.93
Current children cumulated vsize (KiB) 250808

[startup+1423.54 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 31624
/proc/meminfo: memFree=1503704/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=205892 CPUtime=1367.91
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 50859 0 0 0 136735 56 0 0 25 0 1 0 160275031 210833408 50841 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529340 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 51473 50841 54 142 0 51329 0
Current children cumulated CPU time (s) 1410.48
Current children cumulated vsize (KiB) 253456

[startup+1483.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 31624
/proc/meminfo: memFree=1499928/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=209460 CPUtime=1427.45
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 51773 0 0 0 142688 57 0 0 25 0 1 0 160275031 214487040 51755 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 52365 51755 54 142 0 52221 0
Current children cumulated CPU time (s) 1470.02
Current children cumulated vsize (KiB) 257024

[startup+1543.71 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 31624
/proc/meminfo: memFree=1496216/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=213160 CPUtime=1486.98
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 52702 0 0 0 148640 58 0 0 25 0 1 0 160275031 218275840 52684 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/31624/statm: 53290 52684 54 142 0 53146 0
Current children cumulated CPU time (s) 1529.55
Current children cumulated vsize (KiB) 260724

[startup+1603.74 s]
/proc/loadavg: 1.98 2.00 2.00 3/87 31852
/proc/meminfo: memFree=1562768/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=216604 CPUtime=1546.74
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 53541 0 0 0 154610 64 0 0 25 0 1 0 160275031 221802496 53523 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/31624/statm: 54151 53523 54 142 0 54007 0
Current children cumulated CPU time (s) 1589.31
Current children cumulated vsize (KiB) 264168

[startup+1663.76 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 31852
/proc/meminfo: memFree=1559888/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=219376 CPUtime=1606.48
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 54259 0 0 0 160583 65 0 0 25 0 1 0 160275031 224641024 54241 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31624/statm: 54844 54241 54 142 0 54700 0
Current children cumulated CPU time (s) 1649.05
Current children cumulated vsize (KiB) 266940

[startup+1723.77 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 31852
/proc/meminfo: memFree=1556624/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=222588 CPUtime=1666.21
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 55047 0 0 0 166555 66 0 0 25 0 1 0 160275031 227930112 55029 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/31624/statm: 55647 55029 54 142 0 55503 0
Current children cumulated CPU time (s) 1708.78
Current children cumulated vsize (KiB) 270152

[startup+1783.79 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 31852
/proc/meminfo: memFree=1552784/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=226312 CPUtime=1725.97
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 55998 0 0 0 172529 68 0 0 25 0 1 0 160275031 231743488 55980 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/31624/statm: 56578 55980 54 142 0 56434 0
Current children cumulated CPU time (s) 1768.54
Current children cumulated vsize (KiB) 273876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.48 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 31852
/proc/meminfo: memFree=1550544/2055920 swapFree=4192812/4192956
[pid=31602] ppid=31600 vsize=47564 CPUtime=42.57
/proc/31602/stat : 31602 (galac.sh) S 31600 31602 31532 0 -1 4194304 800 57092 0 1 0 0 4210 47 17 0 1 0 160270728 48705536 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/31602/statm: 11891 364 246 79 0 218 0
[pid=31624] ppid=31602 vsize=228424 CPUtime=1757.51
/proc/31624/stat : 31624 (minisat) R 31602 31602 31532 0 -1 4194304 56508 0 0 0 175683 68 0 0 25 0 1 0 160275031 233906176 56490 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/31624/statm: 57106 56490 54 142 0 56962 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 275988

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 31602 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=107598 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=481926
CPU time returned by wait4() is 42.5895
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): 1815.5
CPU time (s): 1800.08
CPU user time (s): 1798.93
CPU system time (s): 1.15
CPU usage (%): 99.1508
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.1076
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57892
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= 2315
involuntary context switches= 3146

runsolver used 2.16267 s user time and 5.70013 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan  6 21:25:53 UTC 2007


IDJOB= 196082
IDBENCH= 3324
FILE ID= node7/196082-1168118753

PBS_JOBID= 3477150

Free space on /tmp= 66540 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  10e67cc455da19a1a190ecd6bc3f64d0

RANDOM SEED= 550129778

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1726784 kB
Buffers:         36564 kB
Cached:          90732 kB
SwapCached:          0 kB
Active:         200680 kB
Inactive:        70172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5952 kB
Writeback:           0 kB
Mapped:         172576 kB
Slab:            42768 kB
Committed_AS:  5244512 kB
PageTables:       2568 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= 66522 MiB



End job on node7 on Sat Jan  6 21:56:09 UTC 2007