Trace number 196303

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac 1? (TO) 1800.08 1803.06

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-8_ext.xml
MD5SUMc527ad7568c6baeb5904a2d1842fb79f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1500.09
SatisfiableNO
(Un)Satisfiability was proved
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.19	c start processing
3.20	c start relation processing
9.91	c start cnf exporting
42.80	c parsing time : 3.027
42.80	c preprocessing time : 42.63
42.80	
42.80	c Nary constraints - conflicts : 0 supports : 76
42.80	c Binary constraints - conflicts : 0 supports :0
42.80	c max arity constraint : 3
42.80	c Max Tuples generated 0
42.80	c relations : 76
42.80	c relations BDD: 76
42.80	c vars : 302481 - clauses :  955116
42.80	
42.84	 
42.84	c --- Minisat Stats ---
42.84	 

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/node15/watcher-196303-1168121729 -o ROOT/results/node15/solver-196303-1168121729 -C 1800 -M 900 /tmp/evaluation/196303-1168121729/galac.sh /tmp/evaluation/196303-1168121729/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.00 2.00 2.00 5/95 30257
/proc/meminfo: memFree=1372424/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=8560 CPUtime=0
/proc/30256/stat : 30256 (galac.sh) R 30254 30256 29857 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 160567758 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472803215 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30256/statm: 2140 253 197 79 0 133 0

[startup+0.105888 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 30257
/proc/meminfo: memFree=1372424/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.513955 s]
/proc/loadavg: 2.00 2.00 2.00 5/95 30257
/proc/meminfo: memFree=1372424/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.3371 s]
/proc/loadavg: 2.08 2.02 2.01 3/103 30277
/proc/meminfo: memFree=1293824/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30270] ppid=30256 vsize=860856 CPUtime=1.28
/proc/30270/stat : 30270 (java) R 30256 30256 29857 0 -1 0 21642 0 1 0 117 11 0 0 22 0 8 0 160567762 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073458616 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30270/statm: 215214 21395 1966 14 0 201471 0
[pid=30270/tid=30271] ppid=30256 vsize=860856 CPUtime=0.05
/proc/30270/task/30271/stat : 30271 (java) S 30256 30256 29857 0 -1 64 5888 0 0 0 3 2 0 0 16 0 8 0 160567766 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30272] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30272/stat : 30272 (java) S 30256 30256 29857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160567766 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30273] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30273/stat : 30273 (java) S 30256 30256 29857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160567766 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160567770 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30256 vsize=860856 CPUtime=0.13
/proc/30270/task/30275/stat : 30275 (java) S 30256 30256 29857 0 -1 64 892 0 0 0 13 0 0 0 16 0 8 0 160567770 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160567770 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30277] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30277/stat : 30277 (java) S 30256 30256 29857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160567770 881516544 21395 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908416

[startup+2.99038 s]
/proc/loadavg: 2.08 2.02 2.01 3/103 30277
/proc/meminfo: memFree=1281728/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30270] ppid=30256 vsize=860856 CPUtime=2.93
/proc/30270/stat : 30270 (java) R 30256 30256 29857 0 -1 0 25846 0 1 0 279 14 0 0 25 0 8 0 160567762 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073450794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30270/statm: 215214 25593 1966 14 0 201471 0
[pid=30270/tid=30271] ppid=30256 vsize=860856 CPUtime=0.22
/proc/30270/task/30271/stat : 30271 (java) S 30256 30256 29857 0 -1 64 10076 0 0 0 18 4 0 0 16 0 8 0 160567766 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30272] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30272/stat : 30272 (java) S 30256 30256 29857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160567766 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30273] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30273/stat : 30273 (java) S 30256 30256 29857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160567766 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160567770 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30256 vsize=860856 CPUtime=0.15
/proc/30270/task/30275/stat : 30275 (java) S 30256 30256 29857 0 -1 64 902 0 0 0 15 0 0 0 16 0 8 0 160567770 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160567770 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30277] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30277/stat : 30277 (java) S 30256 30256 29857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160567770 881516544 25593 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908416

[startup+6.28295 s]
/proc/loadavg: 2.08 2.02 2.01 3/103 30277
/proc/meminfo: memFree=1242432/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30270] ppid=30256 vsize=860856 CPUtime=6.2
/proc/30270/stat : 30270 (java) R 30256 30256 29857 0 -1 0 34426 0 1 0 601 19 0 0 25 0 8 0 160567762 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073892316 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30270/statm: 215214 34170 1974 14 0 201471 0
[pid=30270/tid=30271] ppid=30256 vsize=860856 CPUtime=0.63
/proc/30270/task/30271/stat : 30271 (java) S 30256 30256 29857 0 -1 64 18598 0 0 0 54 9 0 0 20 0 8 0 160567766 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30272] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30272/stat : 30272 (java) S 30256 30256 29857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160567766 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30273] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30273/stat : 30273 (java) S 30256 30256 29857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160567766 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160567770 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30256 vsize=860856 CPUtime=0.21
/proc/30270/task/30275/stat : 30275 (java) S 30256 30256 29857 0 -1 64 935 0 0 0 20 1 0 0 15 0 8 0 160567770 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160567770 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30277] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30277/stat : 30277 (java) S 30256 30256 29857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160567770 881516544 34170 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908416

[startup+12.7841 s]
/proc/loadavg: 2.07 2.02 2.00 3/103 30277
/proc/meminfo: memFree=1158096/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30270] ppid=30256 vsize=860856 CPUtime=12.67
/proc/30270/stat : 30270 (java) R 30256 30256 29857 0 -1 0 55316 0 1 0 1235 32 0 0 25 0 8 0 160567762 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153440224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30270/statm: 215214 55054 1994 14 0 201471 0
[pid=30270/tid=30271] ppid=30256 vsize=860856 CPUtime=1.59
/proc/30270/task/30271/stat : 30271 (java) S 30256 30256 29857 0 -1 64 39406 0 0 0 139 20 0 0 16 0 8 0 160567766 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30272] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30272/stat : 30272 (java) S 30256 30256 29857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160567766 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30273] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30273/stat : 30273 (java) S 30256 30256 29857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160567766 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30256 vsize=860856 CPUtime=0.28
/proc/30270/task/30275/stat : 30275 (java) S 30256 30256 29857 0 -1 64 971 0 0 0 26 2 0 0 15 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30277] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30277/stat : 30277 (java) S 30256 30256 29857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 908416

[startup+25.6543 s]
/proc/loadavg: 2.06 2.01 2.00 3/103 30277
/proc/meminfo: memFree=1151760/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=0.01
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 763 1704 0 0 0 0 0 1 18 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30270] ppid=30256 vsize=860856 CPUtime=25.48
/proc/30270/stat : 30270 (java) R 30256 30256 29857 0 -1 0 55337 0 1 0 2511 37 0 0 25 0 8 0 160567762 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073663690 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30270/statm: 215214 55054 1994 14 0 201471 0
[pid=30270/tid=30271] ppid=30256 vsize=860856 CPUtime=1.62
/proc/30270/task/30271/stat : 30271 (java) S 30256 30256 29857 0 -1 64 39406 0 0 0 142 20 0 0 16 0 8 0 160567766 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30272] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30272/stat : 30272 (java) S 30256 30256 29857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160567766 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30273] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30273/stat : 30273 (java) S 30256 30256 29857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160567766 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30274] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30274/stat : 30274 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30275] ppid=30256 vsize=860856 CPUtime=0.28
/proc/30270/task/30275/stat : 30275 (java) S 30256 30256 29857 0 -1 64 971 0 0 0 26 2 0 0 15 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30276] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30276/stat : 30276 (java) S 30256 30256 29857 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30270/tid=30277] ppid=30256 vsize=860856 CPUtime=0
/proc/30270/task/30277/stat : 30277 (java) S 30256 30256 29857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 160567770 881516544 55054 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 908416

[startup+51.2987 s]
/proc/loadavg: 2.03 2.01 2.00 3/96 30278
/proc/meminfo: memFree=1296904/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=60560 CPUtime=8.4
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 14548 0 0 0 831 9 0 0 25 0 1 0 160572042 62013440 14530 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/30278/statm: 15140 14530 54 142 0 14996 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 108120

[startup+102.55 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 30278
/proc/meminfo: memFree=1291656/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=65844 CPUtime=59.4
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 15903 0 0 0 5928 12 0 0 25 0 1 0 160572042 67424256 15885 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/30278/statm: 16461 15885 54 142 0 16317 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 113404

[startup+162.639 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 30278
/proc/meminfo: memFree=1284040/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=73400 CPUtime=119.21
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 17817 0 0 0 11906 15 0 0 25 0 1 0 160572042 75161600 17799 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529524 0 0 4096 3 0 0 0 17 1 0 0
/proc/30278/statm: 18350 17799 54 142 0 18206 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 120960


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

/proc/loadavg: 2.00 2.00 2.00 3/88 30345
/proc/meminfo: memFree=1280264/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=150004 CPUtime=1078.94
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 36911 0 0 0 107851 43 0 0 25 0 1 0 160572042 153604096 36893 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 37501 36893 54 142 0 37357 0
Current children cumulated CPU time (s) 1121.52
Current children cumulated vsize (KiB) 197564

[startup+1183.81 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 30345
/proc/meminfo: memFree=1278088/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=152156 CPUtime=1138.97
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 37452 0 0 0 113853 44 0 0 25 0 1 0 160572042 155807744 37434 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 38039 37434 54 142 0 37895 0
Current children cumulated CPU time (s) 1181.55
Current children cumulated vsize (KiB) 199716

[startup+1243.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 30346
/proc/meminfo: memFree=1275712/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=154408 CPUtime=1198.98
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 38036 0 0 0 119853 45 0 0 25 0 1 0 160572042 158113792 38018 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 38602 38018 54 142 0 38458 0
Current children cumulated CPU time (s) 1241.56
Current children cumulated vsize (KiB) 201968

[startup+1303.99 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1272128/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=157976 CPUtime=1259.01
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 38932 0 0 0 125855 46 0 0 25 0 1 0 160572042 161767424 38914 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 39494 38914 54 142 0 39350 0
Current children cumulated CPU time (s) 1301.59
Current children cumulated vsize (KiB) 205536

[startup+1364.09 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1265664/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=164448 CPUtime=1319.05
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 40543 0 0 0 131857 48 0 0 25 0 1 0 160572042 168394752 40525 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 41112 40525 54 142 0 40968 0
Current children cumulated CPU time (s) 1361.63
Current children cumulated vsize (KiB) 212008

[startup+1424.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1261504/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=168556 CPUtime=1379.06
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 41566 0 0 0 137857 49 0 0 25 0 1 0 160572042 172601344 41548 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 42139 41548 54 142 0 41995 0
Current children cumulated CPU time (s) 1421.64
Current children cumulated vsize (KiB) 216116

[startup+1484.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1258112/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=171864 CPUtime=1439
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 42413 0 0 0 143850 50 0 0 25 0 1 0 160572042 175988736 42395 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 42966 42395 54 142 0 42822 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 219424

[startup+1544.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1255808/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=174108 CPUtime=1498.93
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 42989 0 0 0 149842 51 0 0 25 0 1 0 160572042 178286592 42971 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 43527 42971 54 142 0 43383 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 221668

[startup+1604.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30346
/proc/meminfo: memFree=1252736/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=177144 CPUtime=1558.95
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 43739 0 0 0 155843 52 0 0 25 0 1 0 160572042 181395456 43721 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521255 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 44286 43721 54 142 0 44142 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 224704

[startup+1664.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1250040/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=179796 CPUtime=1618.9
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 44402 0 0 0 161837 53 0 0 25 0 1 0 160572042 184111104 44384 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 44949 44384 54 142 0 44805 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 227356

[startup+1724.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1247224/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=182576 CPUtime=1678.85
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 45096 0 0 0 167831 54 0 0 25 0 1 0 160572042 186957824 45078 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 45644 45078 54 142 0 45500 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 230136

[startup+1784.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1243576/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=186548 CPUtime=1738.8
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 45982 0 0 0 173825 55 0 0 25 0 1 0 160572042 191025152 45964 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 46637 45964 54 142 0 46493 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (KiB) 234108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.05 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 30347
/proc/meminfo: memFree=1242040/2055920 swapFree=4174172/4192956
[pid=30256] ppid=30254 vsize=47560 CPUtime=42.58
/proc/30256/stat : 30256 (galac.sh) S 30254 30256 29857 0 -1 4194304 801 57079 0 1 0 0 4211 47 17 0 1 0 160567758 48701440 365 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30256/statm: 11890 365 247 79 0 218 0
[pid=30278] ppid=30256 vsize=188132 CPUtime=1757.5
/proc/30278/stat : 30278 (minisat) R 30256 30256 29857 0 -1 4194304 46372 0 0 0 175695 55 0 0 25 0 1 0 160572042 192647168 46354 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30278/statm: 47033 46354 54 142 0 46889 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 235692

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 30256 and gives childrusage.ru_utime.tv_sec=42 childrusage.ru_utime.tv_usec=117597 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=489925
CPU time returned by wait4() is 42.6075
while last known CPU time is 1800.08

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

Real time (s): 1803.06
CPU time (s): 1800.08
CPU user time (s): 1799.06
CPU system time (s): 1.02
CPU usage (%): 99.8348
Max. virtual memory (cumulated for all children) (KiB): 908416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.1176
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57880
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= 2312
involuntary context switches= 3540

runsolver used 2.00869 s user time and 5.98109 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 22:15:29 UTC 2007


IDJOB= 196303
IDBENCH= 3341
FILE ID= node15/196303-1168121729

PBS_JOBID= 3477155

Free space on /tmp= 66275 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  c527ad7568c6baeb5904a2d1842fb79f

RANDOM SEED= 403041306

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.276
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.276
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:       1372904 kB
Buffers:         34600 kB
Cached:         241472 kB
SwapCached:       6400 kB
Active:         451820 kB
Inactive:       178724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1372904 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            5868 kB
Writeback:           0 kB
Mapped:         372744 kB
Slab:            36320 kB
Committed_AS:  5123700 kB
PageTables:       3120 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= 66258 MiB



End job on node15 on Sat Jan  6 22:45:32 UTC 2007