Trace number 199898

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.01 1810.34

General information on the benchmark

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

Solver Data (download as text)

0.05	c --- Preproc Stats ---
2.99	c start processing
3.00	c start relation processing
9.86	c start cnf exporting
39.30	c parsing time : 2.82
39.30	c preprocessing time : 39.128
39.30	
39.30	c Nary constraints - conflicts : 0 supports : 74
39.30	c Binary constraints - conflicts : 0 supports :0
39.30	c max arity constraint : 3
39.30	c Max Tuples generated 0
39.30	c relations : 74
39.30	c relations BDD: 74
39.30	c vars : 289775 - clauses :  915822
39.30	
39.34	 
39.34	c --- Minisat Stats ---
39.34	 

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/node3/watcher-199898-1168138052 -o ROOT/results/node3/solver-199898-1168138052 -C 1800 -M 900 /tmp/evaluation/199898-1168138052/galac.sh /tmp/evaluation/199898-1168138052/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.91 2.86 2.59 5/94 14965
/proc/meminfo: memFree=1040280/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=18540 CPUtime=0
/proc/14964/stat : 14964 (runsolver) R 14962 14964 14049 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 162200846 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14964/statm: 4635 279 244 17 0 2626 0

[startup+0.103579 s]
/proc/loadavg: 2.91 2.86 2.59 5/94 14965
/proc/meminfo: memFree=1040280/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.511647 s]
/proc/loadavg: 2.91 2.86 2.59 5/94 14965
/proc/meminfo: memFree=1040280/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+1.33278 s]
/proc/loadavg: 2.91 2.86 2.59 3/102 14985
/proc/meminfo: memFree=961688/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14978] ppid=14964 vsize=861064 CPUtime=1.22
/proc/14978/stat : 14978 (java) R 14964 14964 14049 0 -1 0 21635 0 1 0 110 12 0 0 25 0 8 0 162200851 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14978/statm: 215266 21388 1964 14 0 201471 0
[pid=14978/tid=14979] ppid=14964 vsize=861064 CPUtime=0.06
/proc/14978/task/14979/stat : 14979 (java) S 14964 14964 14049 0 -1 64 5885 0 0 0 4 2 0 0 16 0 8 0 162200854 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14980] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14980/stat : 14980 (java) S 14964 14964 14049 0 -1 64 11 0 0 0 0 0 0 0 23 0 8 0 162200855 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14981] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14981/stat : 14981 (java) S 14964 14964 14049 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 162200855 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14982] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14982/stat : 14982 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14983] ppid=14964 vsize=861064 CPUtime=0.12
/proc/14978/task/14983/stat : 14983 (java) S 14964 14964 14049 0 -1 64 893 0 0 0 11 1 0 0 16 0 8 0 162200858 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14984] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14984/stat : 14984 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14985] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14985/stat : 14985 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162200858 881729536 21388 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 908624

[startup+2.98204 s]
/proc/loadavg: 2.91 2.86 2.59 3/102 14985
/proc/meminfo: memFree=951960/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14978] ppid=14964 vsize=861064 CPUtime=2.86
/proc/14978/stat : 14978 (java) R 14964 14964 14049 0 -1 0 25282 0 1 0 271 15 0 0 25 0 8 0 162200851 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14978/statm: 215266 25029 1965 14 0 201471 0
[pid=14978/tid=14979] ppid=14964 vsize=861064 CPUtime=0.23
/proc/14978/task/14979/stat : 14979 (java) S 14964 14964 14049 0 -1 64 9510 0 0 0 19 4 0 0 16 0 8 0 162200854 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14980] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14980/stat : 14980 (java) S 14964 14964 14049 0 -1 64 11 0 0 0 0 0 0 0 23 0 8 0 162200855 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14981] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14981/stat : 14981 (java) S 14964 14964 14049 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 162200855 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14982] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14982/stat : 14982 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14983] ppid=14964 vsize=861064 CPUtime=0.16
/proc/14978/task/14983/stat : 14983 (java) R 14964 14964 14049 0 -1 64 906 0 0 0 15 1 0 0 16 0 8 0 162200858 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153467865 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14984] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14984/stat : 14984 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14985] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14985/stat : 14985 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162200858 881729536 25029 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 908624

[startup+6.27859 s]
/proc/loadavg: 2.83 2.85 2.59 3/102 14985
/proc/meminfo: memFree=935448/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14978] ppid=14964 vsize=861064 CPUtime=6.13
/proc/14978/stat : 14978 (java) S 14964 14964 14049 0 -1 0 37542 0 1 0 591 22 0 0 25 0 8 0 162200851 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14978/statm: 215266 37287 1972 14 0 201471 0
[pid=14978/tid=14979] ppid=14964 vsize=861064 CPUtime=0.78
/proc/14978/task/14979/stat : 14979 (java) R 14964 14964 14049 0 -1 64 21722 0 0 0 68 10 0 0 19 0 8 0 162200854 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153827329 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14980] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14980/stat : 14980 (java) S 14964 14964 14049 0 -1 64 11 0 0 0 0 0 0 0 23 0 8 0 162200855 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14981] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14981/stat : 14981 (java) S 14964 14964 14049 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 162200855 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14982] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14982/stat : 14982 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14983] ppid=14964 vsize=861064 CPUtime=0.2
/proc/14978/task/14983/stat : 14983 (java) S 14964 14964 14049 0 -1 64 934 0 0 0 19 1 0 0 15 0 8 0 162200858 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14984] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14984/stat : 14984 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14985] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14985/stat : 14985 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162200858 881729536 37287 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908624

[startup+12.7726 s]
/proc/loadavg: 2.85 2.85 2.59 3/102 14985
/proc/meminfo: memFree=831256/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14978] ppid=14964 vsize=861064 CPUtime=12.56
/proc/14978/stat : 14978 (java) R 14964 14964 14049 0 -1 0 53913 0 1 0 1225 31 0 0 25 0 8 0 162200851 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073823311 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14978/statm: 215266 53653 1993 14 0 201471 0
[pid=14978/tid=14979] ppid=14964 vsize=861064 CPUtime=1.5
/proc/14978/task/14979/stat : 14979 (java) S 14964 14964 14049 0 -1 64 38012 0 0 0 132 18 0 0 16 0 8 0 162200854 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14980] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14980/stat : 14980 (java) S 14964 14964 14049 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162200855 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14981] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14981/stat : 14981 (java) S 14964 14964 14049 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 162200855 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14982] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14982/stat : 14982 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14983] ppid=14964 vsize=861064 CPUtime=0.26
/proc/14978/task/14983/stat : 14983 (java) S 14964 14964 14049 0 -1 64 969 0 0 0 24 2 0 0 15 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14984] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14984/stat : 14984 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14985] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14985/stat : 14985 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 908624

[startup+25.6527 s]
/proc/loadavg: 2.81 2.84 2.59 3/102 14985
/proc/meminfo: memFree=824472/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=0
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 762 1704 0 0 0 0 0 0 20 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14978] ppid=14964 vsize=861064 CPUtime=25.31
/proc/14978/stat : 14978 (java) R 14964 14964 14049 0 -1 0 53936 0 1 0 2496 35 0 0 25 0 8 0 162200851 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073472608 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14978/statm: 215266 53653 1993 14 0 201471 0
[pid=14978/tid=14979] ppid=14964 vsize=861064 CPUtime=1.52
/proc/14978/task/14979/stat : 14979 (java) S 14964 14964 14049 0 -1 64 38012 0 0 0 134 18 0 0 16 0 8 0 162200854 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14980] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14980/stat : 14980 (java) S 14964 14964 14049 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 162200855 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14981] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14981/stat : 14981 (java) S 14964 14964 14049 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 162200855 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14982] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14982/stat : 14982 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14983] ppid=14964 vsize=861064 CPUtime=0.26
/proc/14978/task/14983/stat : 14983 (java) S 14964 14964 14049 0 -1 64 969 0 0 0 24 2 0 0 15 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14984] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14984/stat : 14984 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14978/tid=14985] ppid=14964 vsize=861064 CPUtime=0
/proc/14978/task/14985/stat : 14985 (java) S 14964 14964 14049 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162200858 881729536 53653 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 908624

[startup+51.2699 s]
/proc/loadavg: 2.71 2.82 2.59 4/95 14986
/proc/meminfo: memFree=967440/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=59176 CPUtime=11.9
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 14019 0 0 0 1181 9 0 0 25 0 1 0 162204780 60596224 14001 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/14986/statm: 14794 14001 54 142 0 14650 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 106736

[startup+102.547 s]
/proc/loadavg: 2.42 2.72 2.57 3/95 14986
/proc/meminfo: memFree=964368/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=62348 CPUtime=63.16
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 14815 0 0 0 6305 11 0 0 25 0 1 0 162204780 63844352 14797 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 1 0 0
/proc/14986/statm: 15587 14797 54 142 0 15443 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 109908

[startup+162.581 s]
/proc/loadavg: 2.15 2.59 2.53 4/95 14986
/proc/meminfo: memFree=956240/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=70436 CPUtime=123.17
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 16860 0 0 0 12304 13 0 0 25 0 1 0 162204780 72126464 16842 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/14986/statm: 17609 16842 54 142 0 17465 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 117996


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

/proc/loadavg: 3.05 2.65 2.45 5/93 15688
/proc/meminfo: memFree=1183384/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=143216 CPUtime=1079.06
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 34981 0 0 0 107841 65 0 0 25 0 1 0 162204780 146653184 34963 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 35804 34963 54 142 0 35660 0
Current children cumulated CPU time (s) 1117.93
Current children cumulated vsize (KiB) 190776

[startup+1183.63 s]
/proc/loadavg: 2.42 2.55 2.43 3/88 15742
/proc/meminfo: memFree=1156552/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=147968 CPUtime=1137.37
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 36198 0 0 0 113667 70 0 0 25 0 1 0 162204780 151519232 36180 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 36992 36180 54 142 0 36848 0
Current children cumulated CPU time (s) 1176.24
Current children cumulated vsize (KiB) 195528

[startup+1243.68 s]
/proc/loadavg: 2.15 2.44 2.40 3/88 15742
/proc/meminfo: memFree=1151112/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=153516 CPUtime=1197.15
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 37583 0 0 0 119643 72 0 0 25 0 1 0 162204780 157200384 37565 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 38379 37565 54 142 0 38235 0
Current children cumulated CPU time (s) 1236.02
Current children cumulated vsize (KiB) 201076

[startup+1303.72 s]
/proc/loadavg: 2.05 2.36 2.37 3/88 15742
/proc/meminfo: memFree=1147272/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=157480 CPUtime=1256.92
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 38564 0 0 0 125619 73 0 0 25 0 1 0 162204780 161259520 38546 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 39370 38546 54 142 0 39226 0
Current children cumulated CPU time (s) 1295.79
Current children cumulated vsize (KiB) 205040

[startup+1363.77 s]
/proc/loadavg: 2.09 2.31 2.35 3/88 15742
/proc/meminfo: memFree=1143432/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=161176 CPUtime=1316.67
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 39495 0 0 0 131592 75 0 0 25 0 1 0 162204780 165044224 39477 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526382 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 40294 39477 54 142 0 40150 0
Current children cumulated CPU time (s) 1355.54
Current children cumulated vsize (KiB) 208736

[startup+1423.82 s]
/proc/loadavg: 2.03 2.25 2.33 3/88 15742
/proc/meminfo: memFree=1140232/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=164476 CPUtime=1376.46
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 40319 0 0 0 137570 76 0 0 25 0 1 0 162204780 168423424 40301 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 41119 40301 54 142 0 40975 0
Current children cumulated CPU time (s) 1415.33
Current children cumulated vsize (KiB) 212036

[startup+1483.88 s]
/proc/loadavg: 2.01 2.20 2.30 3/88 15742
/proc/meminfo: memFree=1136904/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=167652 CPUtime=1436.24
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 41109 0 0 0 143547 77 0 0 25 0 1 0 162204780 171675648 41091 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 41913 41091 54 142 0 41769 0
Current children cumulated CPU time (s) 1475.11
Current children cumulated vsize (KiB) 215212

[startup+1543.93 s]
/proc/loadavg: 2.00 2.16 2.28 3/89 15743
/proc/meminfo: memFree=1133504/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=170960 CPUtime=1496
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 41965 0 0 0 149523 77 0 0 25 0 1 0 162204780 175063040 41947 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527299 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 42740 41947 54 142 0 42596 0
Current children cumulated CPU time (s) 1534.87
Current children cumulated vsize (KiB) 218520

[startup+1603.98 s]
/proc/loadavg: 2.00 2.13 2.26 3/89 15743
/proc/meminfo: memFree=1130304/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=174156 CPUtime=1555.76
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 42761 0 0 0 155498 78 0 0 25 0 1 0 162204780 178335744 42743 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 43539 42743 54 142 0 43395 0
Current children cumulated CPU time (s) 1594.63
Current children cumulated vsize (KiB) 221716

[startup+1664.03 s]
/proc/loadavg: 2.00 2.10 2.24 3/89 15743
/proc/meminfo: memFree=1126592/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=178028 CPUtime=1615.55
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 43707 0 0 0 161475 80 0 0 25 0 1 0 162204780 182300672 43689 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 44507 43689 54 142 0 44363 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 225588

[startup+1724.09 s]
/proc/loadavg: 2.00 2.08 2.23 3/89 15743
/proc/meminfo: memFree=1123520/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=180952 CPUtime=1675.31
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 44462 0 0 0 167450 81 0 0 25 0 1 0 162204780 185294848 44444 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 45238 44444 54 142 0 45094 0
Current children cumulated CPU time (s) 1714.18
Current children cumulated vsize (KiB) 228512

[startup+1784.15 s]
/proc/loadavg: 2.00 2.06 2.21 3/89 15743
/proc/meminfo: memFree=1120832/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=183616 CPUtime=1735.08
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 45119 0 0 0 173426 82 0 0 25 0 1 0 162204780 188022784 45101 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 45904 45101 54 142 0 45760 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 231176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.33 s]
/proc/loadavg: 2.00 2.06 2.20 3/89 15745
/proc/meminfo: memFree=1119296/2055920 swapFree=4192812/4192956
[pid=14964] ppid=14962 vsize=47560 CPUtime=38.87
/proc/14964/stat : 14964 (galac.sh) S 14962 14964 14049 0 -1 4194304 800 55675 0 1 0 0 3842 45 17 0 1 0 162200846 48701440 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 233632361306 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14964/statm: 11890 363 245 79 0 218 0
[pid=14986] ppid=14964 vsize=185088 CPUtime=1761.14
/proc/14986/stat : 14986 (minisat) R 14964 14964 14049 0 -1 4194304 45470 0 0 0 176031 83 0 0 25 0 1 0 162204780 189530112 45452 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/14986/statm: 46272 45452 54 142 0 46128 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 232648

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 14964 and gives childrusage.ru_utime.tv_sec=38 childrusage.ru_utime.tv_usec=423158 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=462929
CPU time returned by wait4() is 38.8861
while last known CPU time is 1800.01

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

Real time (s): 1810.34
CPU time (s): 1800.01
CPU user time (s): 1798.73
CPU system time (s): 1.28
CPU usage (%): 99.4292
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.4232
system time used= 0.462929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56475
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= 2287
involuntary context switches= 4642

runsolver used 2.05569 s user time and 5.36418 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 02:47:32 UTC 2007


IDJOB= 199898
IDBENCH= 3652
FILE ID= node3/199898-1168138052

PBS_JOBID= 3477786

Free space on /tmp= 66522 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  e2a859d6c91863f0861d65b07f0f7471

RANDOM SEED= 693387600

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.279
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.279
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:       1040760 kB
Buffers:         53648 kB
Cached:         248816 kB
SwapCached:          0 kB
Active:         772228 kB
Inactive:       187828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5672 kB
Writeback:           0 kB
Mapped:         683124 kB
Slab:            38888 kB
Committed_AS:  4695104 kB
PageTables:       3296 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= 66526 MiB



End job on node3 on Sun Jan  7 03:17:43 UTC 2007