Trace number 200002

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.04 1877.32

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-33_ext.xml
MD5SUMdd49bd67587a6d72b39a88f193f28a46
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 benchmark15.4397
SatisfiableYES
(Un)Satisfiability was provedYES
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.14	c start processing
3.14	c start relation processing
9.58	c start cnf exporting
42.50	c parsing time : 2.969
42.50	c preprocessing time : 42.334
42.50	
42.50	c Nary constraints - conflicts : 0 supports : 76
42.50	c Binary constraints - conflicts : 0 supports :0
42.50	c max arity constraint : 3
42.50	c Max Tuples generated 0
42.50	c relations : 76
42.50	c relations BDD: 76
42.50	c vars : 302667 - clauses :  955680
42.50	
42.58	 
42.58	c --- Minisat Stats ---
42.58	 

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/node13/watcher-200002-1168139518 -o ROOT/results/node13/solver-200002-1168139518 -C 1800 -M 900 /tmp/evaluation/200002-1168139518/galac.sh /tmp/evaluation/200002-1168139518/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.04 2.02 2.00 5/94 25795
/proc/meminfo: memFree=1422096/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=18540 CPUtime=0
/proc/25794/stat : 25794 (runsolver) R 25792 25794 24747 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162346808 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25794/statm: 4635 279 244 17 0 2626 0

[startup+0.108065 s]
/proc/loadavg: 2.04 2.02 2.00 5/94 25795
/proc/meminfo: memFree=1422096/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.516117 s]
/proc/loadavg: 2.04 2.02 2.00 5/94 25795
/proc/meminfo: memFree=1422096/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.33923 s]
/proc/loadavg: 2.04 2.02 2.00 3/102 25815
/proc/meminfo: memFree=1343504/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25808] ppid=25794 vsize=861064 CPUtime=1.27
/proc/25808/stat : 25808 (java) R 25794 25794 24747 0 -1 0 21842 0 1 0 117 10 0 0 23 0 8 0 162346812 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25808/statm: 215266 21594 1964 14 0 201471 0
[pid=25808/tid=25809] ppid=25794 vsize=861064 CPUtime=0.06
/proc/25808/task/25809/stat : 25809 (java) R 25794 25794 24747 0 -1 64 6089 0 0 0 4 2 0 0 16 0 8 0 162346815 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153968374 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25810] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25810/stat : 25810 (java) S 25794 25794 24747 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162346816 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25811] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25811/stat : 25811 (java) S 25794 25794 24747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162346816 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25812] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25812/stat : 25812 (java) S 25794 25794 24747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162346819 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25813] ppid=25794 vsize=861064 CPUtime=0.11
/proc/25808/task/25813/stat : 25813 (java) S 25794 25794 24747 0 -1 64 893 0 0 0 11 0 0 0 16 0 8 0 162346819 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25814] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25814/stat : 25814 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162346819 881729536 21594 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25815] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25815/stat : 25815 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162346819 881729536 21594 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) 908644

[startup+2.99245 s]
/proc/loadavg: 2.04 2.02 2.00 3/102 25815
/proc/meminfo: memFree=1331472/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25808] ppid=25794 vsize=861064 CPUtime=2.91
/proc/25808/stat : 25808 (java) R 25794 25794 24747 0 -1 0 25835 0 1 0 279 12 0 0 25 0 8 0 162346812 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073651534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25808/statm: 215266 25582 1964 14 0 201471 0
[pid=25808/tid=25809] ppid=25794 vsize=861064 CPUtime=0.21
/proc/25808/task/25809/stat : 25809 (java) S 25794 25794 24747 0 -1 64 10067 0 0 0 18 3 0 0 16 0 8 0 162346815 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25810] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25810/stat : 25810 (java) S 25794 25794 24747 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162346816 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25811] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25811/stat : 25811 (java) S 25794 25794 24747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162346816 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25812] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25812/stat : 25812 (java) S 25794 25794 24747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162346819 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25813] ppid=25794 vsize=861064 CPUtime=0.15
/proc/25808/task/25813/stat : 25813 (java) S 25794 25794 24747 0 -1 64 903 0 0 0 14 1 0 0 16 0 8 0 162346819 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25814] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25814/stat : 25814 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162346819 881729536 25582 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25815] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25815/stat : 25815 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162346819 881729536 25582 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) 908644

[startup+6.27689 s]
/proc/loadavg: 2.03 2.02 2.00 3/102 25815
/proc/meminfo: memFree=1292112/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25808] ppid=25794 vsize=861064 CPUtime=6.16
/proc/25808/stat : 25808 (java) R 25794 25794 24747 0 -1 0 34439 0 1 0 599 17 0 0 25 0 8 0 162346812 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073885688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25808/statm: 215266 34183 1972 14 0 201471 0
[pid=25808/tid=25809] ppid=25794 vsize=861064 CPUtime=0.59
/proc/25808/task/25809/stat : 25809 (java) S 25794 25794 24747 0 -1 64 18614 0 0 0 52 7 0 0 20 0 8 0 162346815 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25810] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25810/stat : 25810 (java) S 25794 25794 24747 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162346816 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25811] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25811/stat : 25811 (java) S 25794 25794 24747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162346816 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25812] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25812/stat : 25812 (java) S 25794 25794 24747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162346819 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25813] ppid=25794 vsize=861064 CPUtime=0.2
/proc/25808/task/25813/stat : 25813 (java) S 25794 25794 24747 0 -1 64 936 0 0 0 19 1 0 0 15 0 8 0 162346819 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25814] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25814/stat : 25814 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162346819 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25815] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25815/stat : 25815 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162346819 881729536 34183 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908644

[startup+12.6797 s]
/proc/loadavg: 2.11 2.04 2.01 3/102 25815
/proc/meminfo: memFree=1207504/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25808] ppid=25794 vsize=861064 CPUtime=12.5
/proc/25808/stat : 25808 (java) R 25794 25794 24747 0 -1 0 55314 0 1 0 1221 29 0 0 25 0 8 0 162346812 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073991963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25808/statm: 215266 55052 1992 14 0 201471 0
[pid=25808/tid=25809] ppid=25794 vsize=861064 CPUtime=1.55
/proc/25808/task/25809/stat : 25809 (java) S 25794 25794 24747 0 -1 64 39407 0 0 0 137 18 0 0 16 0 8 0 162346815 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25810] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25810/stat : 25810 (java) S 25794 25794 24747 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162346816 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25811] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25811/stat : 25811 (java) S 25794 25794 24747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162346816 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25812] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25812/stat : 25812 (java) S 25794 25794 24747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25813] ppid=25794 vsize=861064 CPUtime=0.26
/proc/25808/task/25813/stat : 25813 (java) S 25794 25794 24747 0 -1 64 972 0 0 0 25 1 0 0 15 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25814] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25814/stat : 25814 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25815] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25815/stat : 25815 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162346819 881729536 55052 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) 908644

[startup+25.5435 s]
/proc/loadavg: 2.08 2.04 2.00 3/102 25815
/proc/meminfo: memFree=1201104/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=0.01
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 762 1704 0 0 0 0 0 1 18 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25808] ppid=25794 vsize=861064 CPUtime=25.25
/proc/25808/stat : 25808 (java) R 25794 25794 24747 0 -1 0 55335 0 1 0 2491 34 0 0 25 0 8 0 162346812 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4074054207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25808/statm: 215266 55052 1992 14 0 201471 0
[pid=25808/tid=25809] ppid=25794 vsize=861064 CPUtime=1.57
/proc/25808/task/25809/stat : 25809 (java) S 25794 25794 24747 0 -1 64 39407 0 0 0 139 18 0 0 16 0 8 0 162346815 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25810] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25810/stat : 25810 (java) S 25794 25794 24747 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 162346816 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25811] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25811/stat : 25811 (java) S 25794 25794 24747 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 162346816 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25812] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25812/stat : 25812 (java) S 25794 25794 24747 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25813] ppid=25794 vsize=861064 CPUtime=0.26
/proc/25808/task/25813/stat : 25813 (java) S 25794 25794 24747 0 -1 64 972 0 0 0 25 1 0 0 15 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25814] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25814/stat : 25814 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25808/tid=25815] ppid=25794 vsize=861064 CPUtime=0
/proc/25808/task/25815/stat : 25815 (java) S 25794 25794 24747 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 162346819 881729536 55052 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 908644

[startup+51.1689 s]
/proc/loadavg: 2.06 2.03 2.00 3/95 25816
/proc/meminfo: memFree=1346632/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=60508 CPUtime=8.49
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 14512 0 0 0 841 8 0 0 25 0 1 0 162351067 61960192 14494 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25816/statm: 15127 14494 54 142 0 14983 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 108088

[startup+102.377 s]
/proc/loadavg: 2.02 2.03 2.00 3/95 25816
/proc/meminfo: memFree=1341256/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=66200 CPUtime=59.23
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 15955 0 0 0 5912 11 0 0 25 0 1 0 162351067 67788800 15937 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/25816/statm: 16550 15937 54 142 0 16406 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 113780

[startup+162.404 s]
/proc/loadavg: 2.10 2.05 2.01 3/95 25816
/proc/meminfo: memFree=1335240/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=71968 CPUtime=118.71
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 17414 0 0 0 11858 13 0 0 25 0 1 0 162351067 73695232 17396 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529330 0 0 4096 3 0 0 0 17 1 0 0
/proc/25816/statm: 17992 17396 54 142 0 17848 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 119548


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

/proc/loadavg: 2.05 2.46 2.32 3/95 28110
/proc/meminfo: memFree=1199176/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=167668 CPUtime=1065.22
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 41338 0 0 0 106468 54 0 0 25 0 1 0 162351067 171692032 41320 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/25816/statm: 41917 41320 54 142 0 41773 0
Current children cumulated CPU time (s) 1107.32
Current children cumulated vsize (KiB) 215248

[startup+1243.38 s]
/proc/loadavg: 2.06 2.38 2.30 3/95 28110
/proc/meminfo: memFree=1195144/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=171760 CPUtime=1125.02
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 42348 0 0 0 112446 56 0 0 25 0 1 0 162351067 175882240 42330 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25816/statm: 42940 42330 54 142 0 42796 0
Current children cumulated CPU time (s) 1167.12
Current children cumulated vsize (KiB) 219340

[startup+1303.45 s]
/proc/loadavg: 2.02 2.32 2.28 3/95 28110
/proc/meminfo: memFree=1192392/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=174412 CPUtime=1184.81
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 43025 0 0 0 118424 57 0 0 25 0 1 0 162351067 178597888 43007 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/25816/statm: 43603 43007 54 142 0 43459 0
Current children cumulated CPU time (s) 1226.91
Current children cumulated vsize (KiB) 221992

[startup+1363.53 s]
/proc/loadavg: 2.01 2.26 2.26 3/88 28186
/proc/meminfo: memFree=1185160/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=177360 CPUtime=1244.75
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 43776 0 0 0 124417 58 0 0 25 0 1 0 162351067 181616640 43758 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 44340 43758 54 142 0 44196 0
Current children cumulated CPU time (s) 1286.85
Current children cumulated vsize (KiB) 224940

[startup+1423.61 s]
/proc/loadavg: 2.05 2.22 2.25 3/88 28186
/proc/meminfo: memFree=1159944/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=180664 CPUtime=1304.75
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 44591 0 0 0 130415 60 0 0 25 0 1 0 162351067 184999936 44573 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520092 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 45166 44573 54 142 0 45022 0
Current children cumulated CPU time (s) 1346.85
Current children cumulated vsize (KiB) 228244

[startup+1483.71 s]
/proc/loadavg: 2.02 2.18 2.23 3/88 28186
/proc/meminfo: memFree=1139208/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=183616 CPUtime=1364.8
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 45335 0 0 0 136418 62 0 0 25 0 1 0 162351067 188022784 45317 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 45904 45317 54 142 0 45760 0
Current children cumulated CPU time (s) 1406.9
Current children cumulated vsize (KiB) 231196

[startup+1543.79 s]
/proc/loadavg: 2.00 2.14 2.21 3/88 28186
/proc/meminfo: memFree=1123016/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=186596 CPUtime=1424.83
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 46063 0 0 0 142420 63 0 0 25 0 1 0 162351067 191074304 46045 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 46649 46045 54 142 0 46505 0
Current children cumulated CPU time (s) 1466.93
Current children cumulated vsize (KiB) 234176

[startup+1603.88 s]
/proc/loadavg: 2.00 2.11 2.19 3/88 28186
/proc/meminfo: memFree=1107272/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=191744 CPUtime=1484.83
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 47373 0 0 0 148417 66 0 0 25 0 1 0 162351067 196345856 47355 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 47936 47355 54 142 0 47792 0
Current children cumulated CPU time (s) 1526.93
Current children cumulated vsize (KiB) 239324

[startup+1663.97 s]
/proc/loadavg: 2.04 2.11 2.18 3/88 28186
/proc/meminfo: memFree=1093384/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=195092 CPUtime=1544.84
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 48216 0 0 0 154417 67 0 0 25 0 1 0 162351067 199774208 48198 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529461 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 48773 48198 54 142 0 48629 0
Current children cumulated CPU time (s) 1586.94
Current children cumulated vsize (KiB) 242672

[startup+1724.05 s]
/proc/loadavg: 2.08 2.10 2.18 3/88 28186
/proc/meminfo: memFree=1086408/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=199744 CPUtime=1604.87
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 49374 0 0 0 160418 69 0 0 25 0 1 0 162351067 204537856 49356 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 49936 49356 54 142 0 49792 0
Current children cumulated CPU time (s) 1646.97
Current children cumulated vsize (KiB) 247324

[startup+1784.14 s]
/proc/loadavg: 2.03 2.08 2.16 3/88 28186
/proc/meminfo: memFree=1083016/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=203324 CPUtime=1664.88
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 50181 0 0 0 166417 71 0 0 25 0 1 0 162351067 208203776 50163 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 50831 50163 54 142 0 50687 0
Current children cumulated CPU time (s) 1706.98
Current children cumulated vsize (KiB) 250904

[startup+1844.24 s]
/proc/loadavg: 2.01 2.06 2.15 3/88 28186
/proc/meminfo: memFree=1080136/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=206188 CPUtime=1724.91
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 50886 0 0 0 172419 72 0 0 25 0 1 0 162351067 211136512 50868 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 51547 50868 54 142 0 51403 0
Current children cumulated CPU time (s) 1767.01
Current children cumulated vsize (KiB) 253768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1877.31 s]
/proc/loadavg: 2.00 2.05 2.15 3/88 28186
/proc/meminfo: memFree=1078472/2055920 swapFree=4192812/4192956
[pid=25794] ppid=25792 vsize=47580 CPUtime=42.1
/proc/25794/stat : 25794 (galac.sh) S 25792 25794 24747 0 -1 4194304 800 57075 0 1 0 0 4166 44 17 0 1 0 162346808 48721920 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 269756853082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25794/statm: 11895 363 245 79 0 218 0
[pid=25816] ppid=25794 vsize=207932 CPUtime=1757.94
/proc/25816/stat : 25816 (minisat) R 25794 25794 24747 0 -1 4194304 51303 0 0 0 175721 73 0 0 25 0 1 0 162351067 212922368 51285 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529420 0 0 4096 3 0 0 0 17 0 0 0
/proc/25816/statm: 51983 51285 54 142 0 51839 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 255512

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 25794 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=664666 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=456930
CPU time returned by wait4() is 42.1216
while last known CPU time is 1800.04

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

Real time (s): 1877.32
CPU time (s): 1800.04
CPU user time (s): 1798.87
CPU system time (s): 1.17
CPU usage (%): 95.8833
Max. virtual memory (cumulated for all children) (KiB): 908644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6647
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57875
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= 2297
involuntary context switches= 3142

runsolver used 2.11268 s user time and 6.26205 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 03:11:58 UTC 2007


IDJOB= 200002
IDBENCH= 3671
FILE ID= node13/200002-1168139518

PBS_JOBID= 3477807

Free space on /tmp= 66316 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  dd49bd67587a6d72b39a88f193f28a46

RANDOM SEED= 140761933

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.247
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.247
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:       1422576 kB
Buffers:         52512 kB
Cached:         413288 kB
SwapCached:          0 kB
Active:         213916 kB
Inactive:       336876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5764 kB
Writeback:           0 kB
Mapped:         111508 kB
Slab:            67056 kB
Committed_AS:  4014732 kB
PageTables:       2540 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= 66298 MiB



End job on node13 on Sun Jan  7 03:43:16 UTC 2007