Trace number 196212

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.06 1815.18

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-39_ext.xml
MD5SUM42af1ef904ee8c0046f5cc5a17801e12
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 benchmark395.207
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18	c --- Preproc Stats ---
3.35	c start processing
3.35	c start relation processing
9.87	c start cnf exporting
41.75	c parsing time : 2.924
41.75	c preprocessing time : 41.326
41.75	
41.75	c Nary constraints - conflicts : 0 supports : 75
41.75	c Binary constraints - conflicts : 0 supports :0
41.75	c max arity constraint : 3
41.75	c Max Tuples generated 0
41.75	c relations : 75
41.75	c relations BDD: 75
41.75	c vars : 296373 - clauses :  936186
41.75	
41.80	 
41.80	c --- Minisat Stats ---
41.80	 

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/node41/watcher-196212-1168120707 -o ROOT/results/node41/solver-196212-1168120707 -C 1800 -M 900 /tmp/evaluation/196212-1168120707/galac.sh /tmp/evaluation/196212-1168120707/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.87 2.86 2.74 5/80 19568
/proc/meminfo: memFree=1773968/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=18540 CPUtime=0
/proc/19567/stat : 19567 (runsolver) D 19565 19567 19023 0 -1 4194368 16 0 0 0 0 0 0 0 25 0 1 0 160469954 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 238390144295 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19567/statm: 4635 279 244 17 0 2626 0

[startup+0.103515 s]
/proc/loadavg: 2.87 2.86 2.74 5/80 19568
/proc/meminfo: memFree=1773968/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=8784 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) D 19565 19567 19023 0 -1 4194304 616 1485 4 0 0 0 0 1 19 0 1 0 160469954 8994816 320 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238390313042 0 2 4096 73728 18446744071563479169 0 0 17 1 0 0
/proc/19567/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.511555 s]
/proc/loadavg: 2.87 2.86 2.74 5/80 19568
/proc/meminfo: memFree=1773968/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 756 1704 6 0 0 0 0 1 18 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.33463 s]
/proc/loadavg: 2.87 2.86 2.74 3/88 19588
/proc/meminfo: memFree=1702224/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 756 1704 6 0 0 0 0 1 18 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19581] ppid=19567 vsize=861064 CPUtime=1.01
/proc/19581/stat : 19581 (java) R 19567 19567 19023 0 -1 0 21633 0 4 0 89 12 0 0 24 0 8 0 160469972 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19581/statm: 215266 21389 1965 14 0 201471 0
[pid=19581/tid=19582] ppid=19567 vsize=861064 CPUtime=0.05
/proc/19581/task/19582/stat : 19582 (java) R 19567 19567 19023 0 -1 64 5885 0 0 0 3 2 0 0 16 0 8 0 160469976 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772501 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19583] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19583/stat : 19583 (java) S 19567 19567 19023 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160469977 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19584] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19584/stat : 19584 (java) S 19567 19567 19023 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160469977 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19585] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19585/stat : 19585 (java) S 19567 19567 19023 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160469982 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19586] ppid=19567 vsize=861064 CPUtime=0.12
/proc/19581/task/19586/stat : 19586 (java) S 19567 19567 19023 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 160469982 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19587] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19587/stat : 19587 (java) S 19567 19567 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160469982 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19588] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19588/stat : 19588 (java) S 19567 19567 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160469982 881729536 21389 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 908628

[startup+2.98377 s]
/proc/loadavg: 2.80 2.85 2.73 3/88 19588
/proc/meminfo: memFree=1684432/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 756 1704 6 0 0 0 0 1 18 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19581] ppid=19567 vsize=861064 CPUtime=2.66
/proc/19581/stat : 19581 (java) R 19567 19567 19023 0 -1 0 25269 0 4 0 252 14 0 0 25 0 8 0 160469972 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073527045 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19581/statm: 215266 25020 1965 14 0 201471 0
[pid=19581/tid=19582] ppid=19567 vsize=861064 CPUtime=0.19
/proc/19581/task/19582/stat : 19582 (java) S 19567 19567 19023 0 -1 64 9506 0 0 0 16 3 0 0 16 0 8 0 160469976 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19583] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19583/stat : 19583 (java) S 19567 19567 19023 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160469977 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19584] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19584/stat : 19584 (java) S 19567 19567 19023 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160469977 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19585] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19585/stat : 19585 (java) S 19567 19567 19023 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160469982 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19586] ppid=19567 vsize=861064 CPUtime=0.15
/proc/19581/task/19586/stat : 19586 (java) S 19567 19567 19023 0 -1 64 901 0 0 0 15 0 0 0 15 0 8 0 160469982 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19587] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19587/stat : 19587 (java) S 19567 19567 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160469982 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19588] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19588/stat : 19588 (java) S 19567 19567 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160469982 881729536 25020 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 908628

[startup+6.26406 s]
/proc/loadavg: 2.80 2.85 2.73 5/88 19588
/proc/meminfo: memFree=1671376/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 756 1704 6 0 0 0 0 1 18 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19581] ppid=19567 vsize=861064 CPUtime=5.92
/proc/19581/stat : 19581 (java) R 19567 19567 19023 0 -1 0 36212 0 4 0 572 20 0 0 25 0 8 0 160469972 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073888261 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19581/statm: 215266 35959 1973 14 0 201471 0
[pid=19581/tid=19582] ppid=19567 vsize=861064 CPUtime=0.7
/proc/19581/task/19582/stat : 19582 (java) S 19567 19567 19023 0 -1 64 20389 0 0 0 61 9 0 0 21 0 8 0 160469976 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19583] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19583/stat : 19583 (java) S 19567 19567 19023 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 160469977 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19584] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19584/stat : 19584 (java) S 19567 19567 19023 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160469977 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19585] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19585/stat : 19585 (java) S 19567 19567 19023 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160469982 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19586] ppid=19567 vsize=861064 CPUtime=0.21
/proc/19581/task/19586/stat : 19586 (java) S 19567 19567 19023 0 -1 64 936 0 0 0 21 0 0 0 15 0 8 0 160469982 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19587] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19587/stat : 19587 (java) S 19567 19567 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160469982 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19588] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19588/stat : 19588 (java) S 19567 19567 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160469982 881729536 35959 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 908628

[startup+12.6646 s]
/proc/loadavg: 2.68 2.82 2.72 3/88 19588
/proc/meminfo: memFree=1560984/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 756 1704 6 0 0 0 0 1 18 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19581] ppid=19567 vsize=861064 CPUtime=12.29
/proc/19581/stat : 19581 (java) R 19567 19567 19023 0 -1 0 54633 0 5 0 1200 29 0 0 25 0 8 0 160469972 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4154517423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19581/statm: 215266 54376 1995 14 0 201471 0
[pid=19581/tid=19582] ppid=19567 vsize=861064 CPUtime=1.51
/proc/19581/task/19582/stat : 19582 (java) S 19567 19567 19023 0 -1 64 38730 0 0 0 135 16 0 0 16 0 8 0 160469976 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19583] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19583/stat : 19583 (java) S 19567 19567 19023 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160469977 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19584] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19584/stat : 19584 (java) S 19567 19567 19023 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160469977 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19585] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19585/stat : 19585 (java) S 19567 19567 19023 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19586] ppid=19567 vsize=861064 CPUtime=0.27
/proc/19581/task/19586/stat : 19586 (java) S 19567 19567 19023 0 -1 64 971 0 0 0 27 0 0 0 15 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19587] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19587/stat : 19587 (java) S 19567 19567 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19588] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19588/stat : 19588 (java) S 19567 19567 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 908628

[startup+25.5387 s]
/proc/loadavg: 2.57 2.79 2.72 3/88 19588
/proc/meminfo: memFree=1554712/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=0.01
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 756 1704 6 0 0 0 0 1 18 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19581] ppid=19567 vsize=861064 CPUtime=25.09
/proc/19581/stat : 19581 (java) R 19567 19567 19023 0 -1 0 54654 0 5 0 2476 33 0 0 25 0 8 0 160469972 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073985622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19581/statm: 215266 54376 1995 14 0 201471 0
[pid=19581/tid=19582] ppid=19567 vsize=861064 CPUtime=1.53
/proc/19581/task/19582/stat : 19582 (java) S 19567 19567 19023 0 -1 64 38730 0 0 0 137 16 0 0 16 0 8 0 160469976 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19583] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19583/stat : 19583 (java) S 19567 19567 19023 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 160469977 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19584] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19584/stat : 19584 (java) S 19567 19567 19023 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 160469977 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19585] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19585/stat : 19585 (java) S 19567 19567 19023 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19586] ppid=19567 vsize=861064 CPUtime=0.27
/proc/19581/task/19586/stat : 19586 (java) S 19567 19567 19023 0 -1 64 971 0 0 0 27 0 0 0 15 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19587] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19587/stat : 19587 (java) S 19567 19567 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19581/tid=19588] ppid=19567 vsize=861064 CPUtime=0
/proc/19581/task/19588/stat : 19588 (java) S 19567 19567 19023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 160469982 881729536 54376 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 908628

[startup+51.152 s]
/proc/loadavg: 2.31 2.71 2.69 3/74 19817
/proc/meminfo: memFree=1764040/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=59832 CPUtime=9.25
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 14257 0 0 0 916 9 0 0 25 0 1 0 160474134 61267968 14239 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 14958 14239 54 142 0 14814 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 107396

[startup+102.384 s]
/proc/loadavg: 2.13 2.60 2.65 3/74 19817
/proc/meminfo: memFree=1759560/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=64496 CPUtime=60.06
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 15467 0 0 0 5995 11 0 0 25 0 1 0 160474134 66043904 15449 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 16124 15449 54 142 0 15980 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 112060

[startup+162.453 s]
/proc/loadavg: 2.05 2.49 2.61 3/80 19883
/proc/meminfo: memFree=1747496/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=75420 CPUtime=119.57
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 18196 0 0 0 11943 14 0 0 25 0 1 0 160474134 77230080 18178 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 18855 18178 54 142 0 18711 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 122984


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

/proc/loadavg: 2.01 2.03 2.20 3/74 20015
/proc/meminfo: memFree=1637640/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=186120 CPUtime=1072.6
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 45803 0 0 0 107210 50 0 0 25 0 1 0 160474134 190586880 45785 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 46530 45785 54 142 0 46386 0
Current children cumulated CPU time (s) 1113.85
Current children cumulated vsize (KiB) 233684

[startup+1183.55 s]
/proc/loadavg: 2.00 2.02 2.19 3/74 20017
/proc/meminfo: memFree=1633672/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=189948 CPUtime=1132.15
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 46781 0 0 0 113164 51 0 0 25 0 1 0 160474134 194506752 46763 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520025 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 47487 46763 54 142 0 47343 0
Current children cumulated CPU time (s) 1173.4
Current children cumulated vsize (KiB) 237512

[startup+1243.62 s]
/proc/loadavg: 2.00 2.02 2.17 3/74 20017
/proc/meminfo: memFree=1629064/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=194308 CPUtime=1191.74
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 47896 0 0 0 119121 53 0 0 25 0 1 0 160474134 198971392 47878 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 48577 47878 54 142 0 48433 0
Current children cumulated CPU time (s) 1232.99
Current children cumulated vsize (KiB) 241872

[startup+1303.68 s]
/proc/loadavg: 2.00 2.01 2.16 3/74 20017
/proc/meminfo: memFree=1624776/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=198664 CPUtime=1251.33
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 48982 0 0 0 125079 54 0 0 25 0 1 0 160474134 203431936 48964 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 49666 48964 54 142 0 49522 0
Current children cumulated CPU time (s) 1292.58
Current children cumulated vsize (KiB) 246228

[startup+1363.74 s]
/proc/loadavg: 2.05 2.02 2.15 3/74 20017
/proc/meminfo: memFree=1620424/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=203028 CPUtime=1310.91
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 50061 0 0 0 131036 55 0 0 25 0 1 0 160474134 207900672 50043 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529357 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 50757 50043 54 142 0 50613 0
Current children cumulated CPU time (s) 1352.16
Current children cumulated vsize (KiB) 250592

[startup+1423.8 s]
/proc/loadavg: 2.02 2.02 2.14 3/74 20017
/proc/meminfo: memFree=1615752/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=207668 CPUtime=1370.5
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 51233 0 0 0 136993 57 0 0 25 0 1 0 160474134 212652032 51215 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 51917 51215 54 142 0 51773 0
Current children cumulated CPU time (s) 1411.75
Current children cumulated vsize (KiB) 255232

[startup+1483.86 s]
/proc/loadavg: 2.00 2.01 2.13 3/74 20017
/proc/meminfo: memFree=1611016/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=212448 CPUtime=1430.1
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 52414 0 0 0 142951 59 0 0 25 0 1 0 160474134 217546752 52396 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 53112 52396 54 142 0 52968 0
Current children cumulated CPU time (s) 1471.35
Current children cumulated vsize (KiB) 260012

[startup+1543.92 s]
/proc/loadavg: 2.00 2.00 2.12 3/74 20017
/proc/meminfo: memFree=1606536/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=216804 CPUtime=1489.68
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 53519 0 0 0 148908 60 0 0 25 0 1 0 160474134 222007296 53501 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 54201 53501 54 142 0 54057 0
Current children cumulated CPU time (s) 1530.93
Current children cumulated vsize (KiB) 264368

[startup+1603.98 s]
/proc/loadavg: 2.00 2.00 2.11 3/74 20017
/proc/meminfo: memFree=1602504/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=220800 CPUtime=1549.28
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 54510 0 0 0 154866 62 0 0 25 0 1 0 160474134 226099200 54492 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134520027 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 55200 54492 54 142 0 55056 0
Current children cumulated CPU time (s) 1590.53
Current children cumulated vsize (KiB) 268364

[startup+1664.04 s]
/proc/loadavg: 2.00 2.00 2.10 3/74 20017
/proc/meminfo: memFree=1598280/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=225024 CPUtime=1608.86
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 55560 0 0 0 160823 63 0 0 25 0 1 0 160474134 230424576 55542 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525790 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 56256 55542 54 142 0 56112 0
Current children cumulated CPU time (s) 1650.11
Current children cumulated vsize (KiB) 272588

[startup+1724.1 s]
/proc/loadavg: 2.00 2.00 2.09 3/74 20017
/proc/meminfo: memFree=1592392/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=230912 CPUtime=1668.46
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 57031 0 0 0 166781 65 0 0 25 0 1 0 160474134 236453888 57013 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 57728 57013 54 142 0 57584 0
Current children cumulated CPU time (s) 1709.71
Current children cumulated vsize (KiB) 278476

[startup+1784.16 s]
/proc/loadavg: 2.00 2.00 2.08 3/74 20017
/proc/meminfo: memFree=1587848/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=235516 CPUtime=1728.06
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 58180 0 0 0 172739 67 0 0 25 0 1 0 160474134 241168384 58162 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 58879 58162 54 142 0 58735 0
Current children cumulated CPU time (s) 1769.31
Current children cumulated vsize (KiB) 283080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.16 s]
/proc/loadavg: 2.00 2.00 2.08 3/74 20017
/proc/meminfo: memFree=1584840/2055920 swapFree=4191892/4192956
[pid=19567] ppid=19565 vsize=47564 CPUtime=41.25
/proc/19567/stat : 19567 (galac.sh) S 19565 19567 19023 0 -1 4194304 794 56393 6 5 0 0 4076 49 17 0 1 0 160469954 48705536 364 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 238389750618 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19567/statm: 11891 364 246 79 0 218 0
[pid=19817] ppid=19567 vsize=238364 CPUtime=1758.81
/proc/19817/stat : 19817 (minisat) R 19567 19567 19023 0 -1 4194304 58899 0 0 0 175813 68 0 0 25 0 1 0 160474134 244084736 58881 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/19817/statm: 59591 58881 54 142 0 59447 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 285928

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 19567 and gives childrusage.ru_utime.tv_sec=40 childrusage.ru_utime.tv_usec=774801 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=504923
CPU time returned by wait4() is 41.2797
while last known CPU time is 1800.06

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

Real time (s): 1815.18
CPU time (s): 1800.06
CPU user time (s): 1798.89
CPU system time (s): 1.17
CPU usage (%): 99.1672
Max. virtual memory (cumulated for all children) (KiB): 908628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.7748
system time used= 0.504923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57187
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2424
involuntary context switches= 2844

runsolver used 1.85372 s user time and 5.2852 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 21:58:27 UTC 2007


IDJOB= 196212
IDBENCH= 3334
FILE ID= node41/196212-1168120707

PBS_JOBID= 3477440

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  42af1ef904ee8c0046f5cc5a17801e12

RANDOM SEED= 934154741

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.234
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.234
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:       1774448 kB
Buffers:         36020 kB
Cached:          84760 kB
SwapCached:        396 kB
Active:         147800 kB
Inactive:        77084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774448 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5704 kB
Writeback:           0 kB
Mapped:         122984 kB
Slab:            41560 kB
Committed_AS:  3552676 kB
PageTables:       2084 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= 66505 MiB



End job on node41 on Sat Jan  6 22:28:42 UTC 2007