Trace number 195770

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.05 1814.48

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-25_ext.xml
MD5SUM3800b8200d03c6dbba9934dfe82f5ea2
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 benchmark230.554
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.16	c start processing
3.16	c start relation processing
9.69	c start cnf exporting
42.75	c parsing time : 3.008
42.75	c preprocessing time : 42.599
42.75	
42.75	c Nary constraints - conflicts : 0 supports : 76
42.75	c Binary constraints - conflicts : 0 supports :0
42.75	c max arity constraint : 3
42.75	c Max Tuples generated 0
42.75	c relations : 76
42.75	c relations BDD: 76
42.76	c vars : 302648 - clauses :  955611
42.76	
42.83	 
42.83	c --- Minisat Stats ---
42.83	 

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/node72/watcher-195770-1168113660 -o ROOT/results/node72/solver-195770-1168113660 -C 1800 -M 900 /tmp/evaluation/195770-1168113660/galac.sh /tmp/evaluation/195770-1168113660/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/94 10409
/proc/meminfo: memFree=1322256/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=8560 CPUtime=0
/proc/10408/stat : 10408 (galac.sh) R 10406 10408 9279 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 159774842 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517940111 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10408/statm: 2140 253 197 79 0 133 0

[startup+0.106449 s]
/proc/loadavg: 1.92 1.98 1.99 5/94 10409
/proc/meminfo: memFree=1322256/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.514483 s]
/proc/loadavg: 1.92 1.98 1.99 5/94 10409
/proc/meminfo: memFree=1322256/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.34057 s]
/proc/loadavg: 1.92 1.98 1.99 3/108 10455
/proc/meminfo: memFree=1242432/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10422] ppid=10408 vsize=861064 CPUtime=1.24
/proc/10422/stat : 10422 (java) R 10408 10408 9279 0 -1 0 21638 0 1 0 116 8 0 0 25 0 8 0 159774845 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073526993 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10422/statm: 215266 21391 1966 14 0 201471 0
[pid=10422/tid=10423] ppid=10408 vsize=861064 CPUtime=0.05
/proc/10422/task/10423/stat : 10423 (java) S 10408 10408 9279 0 -1 64 5884 0 0 0 3 2 0 0 16 0 8 0 159774848 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10424] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10424/stat : 10424 (java) S 10408 10408 9279 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159774849 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10425] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10425/stat : 10425 (java) S 10408 10408 9279 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159774849 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10426] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10426/stat : 10426 (java) S 10408 10408 9279 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159774852 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10427] ppid=10408 vsize=861064 CPUtime=0.12
/proc/10422/task/10427/stat : 10427 (java) S 10408 10408 9279 0 -1 64 893 0 0 0 12 0 0 0 16 0 8 0 159774852 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10428] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10428/stat : 10428 (java) S 10408 10408 9279 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159774852 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10429] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10429/stat : 10429 (java) S 10408 10408 9279 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159774852 881729536 21391 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908624

[startup+2.99473 s]
/proc/loadavg: 1.92 1.98 1.99 3/108 10455
/proc/meminfo: memFree=1230336/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10422] ppid=10408 vsize=861064 CPUtime=2.89
/proc/10422/stat : 10422 (java) R 10408 10408 9279 0 -1 0 25840 0 1 0 278 11 0 0 25 0 8 0 159774845 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073700104 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10422/statm: 215266 25587 1966 14 0 201471 0
[pid=10422/tid=10423] ppid=10408 vsize=861064 CPUtime=0.21
/proc/10422/task/10423/stat : 10423 (java) S 10408 10408 9279 0 -1 64 10071 0 0 0 17 4 0 0 16 0 8 0 159774848 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10424] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10424/stat : 10424 (java) S 10408 10408 9279 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159774849 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10425] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10425/stat : 10425 (java) S 10408 10408 9279 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159774849 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10426] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10426/stat : 10426 (java) S 10408 10408 9279 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159774852 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10427] ppid=10408 vsize=861064 CPUtime=0.15
/proc/10422/task/10427/stat : 10427 (java) S 10408 10408 9279 0 -1 64 902 0 0 0 15 0 0 0 16 0 8 0 159774852 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10428] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10428/stat : 10428 (java) S 10408 10408 9279 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159774852 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10429] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10429/stat : 10429 (java) S 10408 10408 9279 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159774852 881729536 25587 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 908624

[startup+6.27702 s]
/proc/loadavg: 1.93 1.98 1.99 3/108 10493
/proc/meminfo: memFree=1190704/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10422] ppid=10408 vsize=861064 CPUtime=6.11
/proc/10422/stat : 10422 (java) R 10408 10408 9279 0 -1 0 34494 0 1 0 596 15 0 0 25 0 8 0 159774845 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073942295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10422/statm: 215266 34238 1974 14 0 201471 0
[pid=10422/tid=10423] ppid=10408 vsize=861064 CPUtime=0.6
/proc/10422/task/10423/stat : 10423 (java) S 10408 10408 9279 0 -1 64 18666 0 0 0 53 7 0 0 20 0 8 0 159774848 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10424] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10424/stat : 10424 (java) S 10408 10408 9279 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159774849 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10425] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10425/stat : 10425 (java) S 10408 10408 9279 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159774849 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10426] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10426/stat : 10426 (java) S 10408 10408 9279 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159774852 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10427] ppid=10408 vsize=861064 CPUtime=0.22
/proc/10422/task/10427/stat : 10427 (java) S 10408 10408 9279 0 -1 64 936 0 0 0 21 1 0 0 15 0 8 0 159774852 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10428] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10428/stat : 10428 (java) S 10408 10408 9279 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159774852 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10429] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10429/stat : 10429 (java) S 10408 10408 9279 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159774852 881729536 34238 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908624

[startup+12.6836 s]
/proc/loadavg: 1.93 1.98 1.99 4/108 10501
/proc/meminfo: memFree=1106616/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10422] ppid=10408 vsize=861064 CPUtime=12.41
/proc/10422/stat : 10422 (java) R 10408 10408 9279 0 -1 0 55320 0 1 0 1217 24 0 0 25 0 8 0 159774845 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154015731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10422/statm: 215266 55059 1994 14 0 201471 0
[pid=10422/tid=10423] ppid=10408 vsize=861064 CPUtime=1.54
/proc/10422/task/10423/stat : 10423 (java) S 10408 10408 9279 0 -1 64 39411 0 0 0 139 15 0 0 16 0 8 0 159774848 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10424] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10424/stat : 10424 (java) S 10408 10408 9279 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159774849 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10425] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10425/stat : 10425 (java) S 10408 10408 9279 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159774849 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10426] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10426/stat : 10426 (java) S 10408 10408 9279 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159774852 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10427] ppid=10408 vsize=861064 CPUtime=0.28
/proc/10422/task/10427/stat : 10427 (java) S 10408 10408 9279 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 159774852 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10428] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10428/stat : 10428 (java) S 10408 10408 9279 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159774852 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10429] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10429/stat : 10429 (java) S 10408 10408 9279 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159774852 881729536 55059 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 908624

[startup+25.5578 s]
/proc/loadavg: 1.95 1.98 1.99 3/108 10537
/proc/meminfo: memFree=1100224/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=0.01
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10422] ppid=10408 vsize=861064 CPUtime=25.11
/proc/10422/stat : 10422 (java) R 10408 10408 9279 0 -1 0 55342 0 1 0 2483 28 0 0 25 0 8 0 159774845 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073417868 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10422/statm: 215266 55060 1995 14 0 201471 0
[pid=10422/tid=10423] ppid=10408 vsize=861064 CPUtime=1.56
/proc/10422/task/10423/stat : 10423 (java) S 10408 10408 9279 0 -1 64 39412 0 0 0 141 15 0 0 16 0 8 0 159774848 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10424] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10424/stat : 10424 (java) S 10408 10408 9279 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159774849 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10425] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10425/stat : 10425 (java) S 10408 10408 9279 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159774849 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10426] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10426/stat : 10426 (java) S 10408 10408 9279 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159774852 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10427] ppid=10408 vsize=861064 CPUtime=0.28
/proc/10422/task/10427/stat : 10427 (java) S 10408 10408 9279 0 -1 64 972 0 0 0 27 1 0 0 15 0 8 0 159774852 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10428] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10428/stat : 10428 (java) S 10408 10408 9279 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159774852 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10422/tid=10429] ppid=10408 vsize=861064 CPUtime=0
/proc/10422/task/10429/stat : 10429 (java) S 10408 10408 9279 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159774852 881729536 55060 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 908624

[startup+51.1981 s]
/proc/loadavg: 1.96 1.98 1.99 3/101 10574
/proc/meminfo: memFree=1245512/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=60420 CPUtime=8.26
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 14502 0 0 0 818 8 0 0 25 0 1 0 159779125 61870080 14484 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 15105 14484 54 142 0 14961 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 107980

[startup+102.471 s]
/proc/loadavg: 1.98 1.98 1.99 3/95 10632
/proc/meminfo: memFree=1238200/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=69156 CPUtime=58.94
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 16680 0 0 0 5883 11 0 0 25 0 1 0 159779125 70815744 16662 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 17289 16662 54 142 0 17145 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 116716

[startup+162.52 s]
/proc/loadavg: 1.99 1.98 1.99 4/95 10632
/proc/meminfo: memFree=1232392/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=74868 CPUtime=118.45
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 18143 0 0 0 11831 14 0 0 25 0 1 0 159779125 76664832 18125 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 18717 18125 54 142 0 18573 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 122428


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

/proc/loadavg: 2.00 2.00 2.00 3/95 10634
/proc/meminfo: memFree=1113864/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=193040 CPUtime=1070.86
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 47705 0 0 0 107033 53 0 0 25 0 1 0 159779125 197672960 47687 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529364 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 48260 47687 54 142 0 48116 0
Current children cumulated CPU time (s) 1112.99
Current children cumulated vsize (KiB) 240600

[startup+1183.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 10634
/proc/meminfo: memFree=1109064/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=197796 CPUtime=1130.41
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 48901 0 0 0 112986 55 0 0 25 0 1 0 159779125 202543104 48883 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 49449 48883 54 142 0 49305 0
Current children cumulated CPU time (s) 1172.54
Current children cumulated vsize (KiB) 245356

[startup+1243.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 10634
/proc/meminfo: memFree=1103880/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=203396 CPUtime=1189.94
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 50190 0 0 0 118938 56 0 0 25 0 1 0 159779125 208277504 50172 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 50849 50172 54 142 0 50705 0
Current children cumulated CPU time (s) 1232.07
Current children cumulated vsize (KiB) 250956

[startup+1303.95 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 10634
/proc/meminfo: memFree=1098952/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=208292 CPUtime=1249.48
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 51422 0 0 0 124890 58 0 0 25 0 1 0 159779125 213291008 51404 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 52073 51404 54 142 0 51929 0
Current children cumulated CPU time (s) 1291.61
Current children cumulated vsize (KiB) 255852

[startup+1364.04 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 10634
/proc/meminfo: memFree=1092872/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=214368 CPUtime=1309.02
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 52942 0 0 0 130842 60 0 0 25 0 1 0 159779125 219512832 52924 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520089 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 53592 52924 54 142 0 53448 0
Current children cumulated CPU time (s) 1351.15
Current children cumulated vsize (KiB) 261928

[startup+1424.13 s]
/proc/loadavg: 2.01 2.00 2.00 3/95 10634
/proc/meminfo: memFree=1087624/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=219660 CPUtime=1368.56
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 54260 0 0 0 136793 63 0 0 25 0 1 0 159779125 224931840 54242 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 54915 54242 54 142 0 54771 0
Current children cumulated CPU time (s) 1410.69
Current children cumulated vsize (KiB) 267220

[startup+1484.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 10634
/proc/meminfo: memFree=1082760/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=224428 CPUtime=1428.09
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 55461 0 0 0 142744 65 0 0 25 0 1 0 159779125 229814272 55443 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/10570/statm: 56107 55443 54 142 0 55963 0
Current children cumulated CPU time (s) 1470.22
Current children cumulated vsize (KiB) 271988

[startup+1544.3 s]
/proc/loadavg: 1.90 1.98 1.99 2/79 10649
/proc/meminfo: memFree=1124704/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=229200 CPUtime=1487.8
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 56668 0 0 0 148713 67 0 0 25 0 1 0 159779125 234700800 56650 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529782 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 57300 56650 54 142 0 57156 0
Current children cumulated CPU time (s) 1529.93
Current children cumulated vsize (KiB) 276760

[startup+1604.38 s]
/proc/loadavg: 1.30 1.79 1.92 2/79 10649
/proc/meminfo: memFree=1119200/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=234756 CPUtime=1547.87
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 58059 0 0 0 154718 69 0 0 25 0 1 0 159779125 240390144 58041 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 58689 58041 54 142 0 58545 0
Current children cumulated CPU time (s) 1590
Current children cumulated vsize (KiB) 282316

[startup+1664.46 s]
/proc/loadavg: 1.25 1.68 1.88 2/79 10649
/proc/meminfo: memFree=1113632/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=240456 CPUtime=1607.94
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 59474 0 0 0 160723 71 0 0 25 0 1 0 159779125 246226944 59456 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 60114 59456 54 142 0 59970 0
Current children cumulated CPU time (s) 1650.07
Current children cumulated vsize (KiB) 288016

[startup+1724.55 s]
/proc/loadavg: 1.09 1.56 1.82 2/79 10649
/proc/meminfo: memFree=1108960/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=245084 CPUtime=1668.01
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 60647 0 0 0 166728 73 0 0 25 0 1 0 159779125 250966016 60629 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 61271 60629 54 142 0 61127 0
Current children cumulated CPU time (s) 1710.14
Current children cumulated vsize (KiB) 292644

[startup+1784.64 s]
/proc/loadavg: 1.03 1.45 1.77 2/79 10649
/proc/meminfo: memFree=1104928/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=249176 CPUtime=1728.08
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 61667 0 0 0 172734 74 0 0 25 0 1 0 159779125 255156224 61649 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 62294 61649 54 142 0 62150 0
Current children cumulated CPU time (s) 1770.21
Current children cumulated vsize (KiB) 296736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.47 s]
/proc/loadavg: 1.02 1.40 1.74 2/79 10649
/proc/meminfo: memFree=1103264/2055920 swapFree=4192812/4192956
[pid=10408] ppid=10406 vsize=47560 CPUtime=42.13
/proc/10408/stat : 10408 (galac.sh) S 10406 10408 9279 0 -1 4194304 801 57083 0 1 0 0 4174 39 17 0 1 0 159774842 48701440 365 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 234517359450 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/10408/statm: 11890 365 247 79 0 218 0
[pid=10570] ppid=10408 vsize=250760 CPUtime=1757.92
/proc/10570/stat : 10570 (minisat) R 10408 10408 9279 0 -1 4194304 62072 0 0 0 175717 75 0 0 25 0 1 0 159779125 256778240 62054 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/10570/statm: 62690 62054 54 142 0 62546 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 298320

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 10408 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=755652 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=402938
CPU time returned by wait4() is 42.1586
while last known CPU time is 1800.05

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

Real time (s): 1814.48
CPU time (s): 1800.05
CPU user time (s): 1798.91
CPU system time (s): 1.14
CPU usage (%): 99.2045
Max. virtual memory (cumulated for all children) (KiB): 908624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7557
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57884
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= 2375
involuntary context switches= 4144

runsolver used 2.18167 s user time and 5.63414 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 20:01:00 UTC 2007


IDJOB= 195770
IDBENCH= 3300
FILE ID= node72/195770-1168113660

PBS_JOBID= 3477329

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  3800b8200d03c6dbba9934dfe82f5ea2

RANDOM SEED= 978844592

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.223
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.223
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:       1322672 kB
Buffers:         47636 kB
Cached:         525468 kB
SwapCached:          0 kB
Active:         236776 kB
Inactive:       422852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1322672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5824 kB
Writeback:           0 kB
Mapped:         113088 kB
Slab:            58140 kB
Committed_AS:  2841248 kB
PageTables:       2428 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= 66531 MiB



End job on node72 on Sat Jan  6 20:31:15 UTC 2007