Trace number 195822

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.09 1815.99

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-50_ext.xml
MD5SUM1b34747506d6c49251cca4a8e3d51320
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(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.28	c --- Preproc Stats ---
3.45	c start processing
3.45	c start relation processing
9.85	c start cnf exporting
42.92	c parsing time : 3.021
42.92	c preprocessing time : 42.494
42.92	
42.92	c Nary constraints - conflicts : 0 supports : 76
42.92	c Binary constraints - conflicts : 0 supports :0
42.92	c max arity constraint : 3
42.92	c Max Tuples generated 0
42.92	c relations : 76
42.92	c relations BDD: 76
42.92	c vars : 302878 - clauses :  956301
42.92	
42.99	 
42.99	c --- Minisat Stats ---
42.99	 

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/node52/watcher-195822-1168114721 -o ROOT/results/node52/solver-195822-1168114721 -C 1800 -M 900 /tmp/evaluation/195822-1168114721/galac.sh /tmp/evaluation/195822-1168114721/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.01 2.52 2.76 5/81 5937
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=18540 CPUtime=0
/proc/5936/stat : 5936 (runsolver) D 5934 5936 4857 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 159870612 18984960 279 18446744073709551615 4194304 4267372 548682069088 18446744073709551615 273653755175 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/5936/statm: 4635 279 244 17 0 2626 0

[startup+0.105162 s]
/proc/loadavg: 2.01 2.52 2.76 5/81 5937
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=8652 CPUtime=0
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 342 0 5 0 0 0 0 0 17 0 1 0 159870612 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 2163 280 208 79 0 156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8652

[startup+0.516194 s]
/proc/loadavg: 2.01 2.52 2.76 5/81 5937
/proc/meminfo: memFree=1853592/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=0.02
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 752 1703 8 1 0 1 0 1 18 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47556

[startup+1.34526 s]
/proc/loadavg: 2.01 2.51 2.76 3/89 5957
/proc/meminfo: memFree=1780440/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=0.02
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 752 1703 8 1 0 1 0 1 18 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5950] ppid=5936 vsize=861064 CPUtime=1.01
/proc/5950/stat : 5950 (java) R 5936 5936 4857 0 -1 0 21437 0 9 0 90 11 0 0 22 0 8 0 159870640 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5950/statm: 215266 21198 1964 14 0 201471 0
[pid=5950/tid=5951] ppid=5936 vsize=861064 CPUtime=0.05
/proc/5950/task/5951/stat : 5951 (java) R 5936 5936 4857 0 -1 64 5695 0 0 0 3 2 0 0 16 0 8 0 159870644 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5952] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5952/stat : 5952 (java) S 5936 5936 4857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159870644 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5953] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5953/stat : 5953 (java) S 5936 5936 4857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159870644 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5954] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5954/stat : 5954 (java) S 5936 5936 4857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159870649 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5955] ppid=5936 vsize=861064 CPUtime=0.12
/proc/5950/task/5955/stat : 5955 (java) S 5936 5936 4857 0 -1 64 891 0 0 0 12 0 0 0 16 0 8 0 159870649 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5956] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5956/stat : 5956 (java) S 5936 5936 4857 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159870649 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5957] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5957/stat : 5957 (java) S 5936 5936 4857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159870649 881729536 21198 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 908620

[startup+2.98636 s]
/proc/loadavg: 2.01 2.51 2.76 3/89 5957
/proc/meminfo: memFree=1765080/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=0.02
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 752 1703 8 1 0 1 0 1 18 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5950] ppid=5936 vsize=861064 CPUtime=2.64
/proc/5950/stat : 5950 (java) R 5936 5936 4857 0 -1 0 24640 0 9 0 251 13 0 0 25 0 8 0 159870640 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073658548 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5950/statm: 215266 24396 1964 14 0 201471 0
[pid=5950/tid=5951] ppid=5936 vsize=861064 CPUtime=0.18
/proc/5950/task/5951/stat : 5951 (java) S 5936 5936 4857 0 -1 64 8883 0 0 0 15 3 0 0 16 0 8 0 159870644 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5952] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5952/stat : 5952 (java) S 5936 5936 4857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159870644 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5953] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5953/stat : 5953 (java) S 5936 5936 4857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159870644 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5954] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5954/stat : 5954 (java) S 5936 5936 4857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159870649 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5955] ppid=5936 vsize=861064 CPUtime=0.15
/proc/5950/task/5955/stat : 5955 (java) S 5936 5936 4857 0 -1 64 901 0 0 0 14 1 0 0 16 0 8 0 159870649 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5956] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5956/stat : 5956 (java) S 5936 5936 4857 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159870649 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5957] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5957/stat : 5957 (java) S 5936 5936 4857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159870649 881729536 24396 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 908620

[startup+6.2716 s]
/proc/loadavg: 2.01 2.50 2.75 3/89 5957
/proc/meminfo: memFree=1720992/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=0.02
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 752 1703 8 1 0 1 0 1 18 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5950] ppid=5936 vsize=861064 CPUtime=5.9
/proc/5950/stat : 5950 (java) R 5936 5936 4857 0 -1 0 34447 0 9 0 572 18 0 0 25 0 8 0 159870640 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073942348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5950/statm: 215266 34199 1972 14 0 201471 0
[pid=5950/tid=5951] ppid=5936 vsize=861064 CPUtime=0.6
/proc/5950/task/5951/stat : 5951 (java) S 5936 5936 4857 0 -1 64 18628 0 0 0 54 6 0 0 20 0 8 0 159870644 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5952] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5952/stat : 5952 (java) S 5936 5936 4857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159870644 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5953] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5953/stat : 5953 (java) S 5936 5936 4857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159870644 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5954] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5954/stat : 5954 (java) S 5936 5936 4857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159870649 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5955] ppid=5936 vsize=861064 CPUtime=0.21
/proc/5950/task/5955/stat : 5955 (java) S 5936 5936 4857 0 -1 64 936 0 0 0 20 1 0 0 15 0 8 0 159870649 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5956] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5956/stat : 5956 (java) S 5936 5936 4857 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159870649 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5957] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5957/stat : 5957 (java) S 5936 5936 4857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159870649 881729536 34199 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 908620

[startup+12.672 s]
/proc/loadavg: 2.09 2.51 2.75 3/89 5957
/proc/meminfo: memFree=1636256/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=0.02
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 752 1703 8 1 0 1 0 1 18 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5950] ppid=5936 vsize=861064 CPUtime=12.22
/proc/5950/stat : 5950 (java) R 5936 5936 4857 0 -1 0 55328 0 10 0 1194 28 0 0 25 0 8 0 159870640 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5950/statm: 215266 55076 1992 14 0 201471 0
[pid=5950/tid=5951] ppid=5936 vsize=861064 CPUtime=1.55
/proc/5950/task/5951/stat : 5951 (java) S 5936 5936 4857 0 -1 64 39429 0 0 0 140 15 0 0 16 0 8 0 159870644 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5952] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5952/stat : 5952 (java) S 5936 5936 4857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159870644 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5953] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5953/stat : 5953 (java) S 5936 5936 4857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159870644 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5954] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5954/stat : 5954 (java) S 5936 5936 4857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5955] ppid=5936 vsize=861064 CPUtime=0.27
/proc/5950/task/5955/stat : 5955 (java) S 5936 5936 4857 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5956] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5956/stat : 5956 (java) S 5936 5936 4857 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5957] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5957/stat : 5957 (java) S 5936 5936 4857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 908620

[startup+25.5519 s]
/proc/loadavg: 2.07 2.49 2.75 3/89 5957
/proc/meminfo: memFree=1630240/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=0.02
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 752 1703 8 1 0 1 0 1 18 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5950] ppid=5936 vsize=861064 CPUtime=24.96
/proc/5950/stat : 5950 (java) R 5936 5936 4857 0 -1 0 55349 0 10 0 2463 33 0 0 25 0 8 0 159870640 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073514679 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5950/statm: 215266 55076 1992 14 0 201471 0
[pid=5950/tid=5951] ppid=5936 vsize=861064 CPUtime=1.57
/proc/5950/task/5951/stat : 5951 (java) S 5936 5936 4857 0 -1 64 39429 0 0 0 142 15 0 0 16 0 8 0 159870644 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5952] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5952/stat : 5952 (java) S 5936 5936 4857 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 159870644 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5953] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5953/stat : 5953 (java) S 5936 5936 4857 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 159870644 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5954] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5954/stat : 5954 (java) S 5936 5936 4857 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5955] ppid=5936 vsize=861064 CPUtime=0.27
/proc/5950/task/5955/stat : 5955 (java) S 5936 5936 4857 0 -1 64 972 0 0 0 26 1 0 0 15 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5956] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5956/stat : 5956 (java) S 5936 5936 4857 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5950/tid=5957] ppid=5936 vsize=861064 CPUtime=0
/proc/5950/task/5957/stat : 5957 (java) S 5936 5936 4857 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159870649 881729536 55076 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 908620

[startup+51.1957 s]
/proc/loadavg: 2.04 2.44 2.72 3/82 5958
/proc/meminfo: memFree=1775576/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=60420 CPUtime=8.11
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 14548 0 0 0 802 9 0 0 25 0 1 0 159874911 61870080 14530 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529492 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 15105 14530 54 142 0 14961 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 107976

[startup+102.44 s]
/proc/loadavg: 2.02 2.37 2.68 3/82 5958
/proc/meminfo: memFree=1772184/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=64080 CPUtime=58.88
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 15445 0 0 0 5878 10 0 0 25 0 1 0 159874911 65617920 15427 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 16020 15427 54 142 0 15876 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 111636

[startup+162.518 s]
/proc/loadavg: 2.00 2.30 2.63 3/82 5958
/proc/meminfo: memFree=1765144/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=71336 CPUtime=118.42
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 17278 0 0 0 11830 12 0 0 25 0 1 0 159874911 73048064 17260 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 17834 17260 54 142 0 17690 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 118892


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

/proc/loadavg: 2.00 2.02 2.22 3/82 5958
/proc/meminfo: memFree=1663704/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=172184 CPUtime=1070.72
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 42440 0 0 0 107033 39 0 0 25 0 1 0 159874911 176316416 42422 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 43046 42422 54 142 0 42902 0
Current children cumulated CPU time (s) 1112.92
Current children cumulated vsize (KiB) 219740

[startup+1183.57 s]
/proc/loadavg: 2.00 2.01 2.20 3/82 5958
/proc/meminfo: memFree=1660760/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=174960 CPUtime=1130.23
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 43168 0 0 0 112983 40 0 0 25 0 1 0 159874911 179159040 43150 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 43740 43150 54 142 0 43596 0
Current children cumulated CPU time (s) 1172.43
Current children cumulated vsize (KiB) 222516

[startup+1243.65 s]
/proc/loadavg: 2.07 2.02 2.19 3/82 5958
/proc/meminfo: memFree=1657880/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=177740 CPUtime=1189.77
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 43857 0 0 0 118936 41 0 0 25 0 1 0 159874911 182005760 43839 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 44435 43839 54 142 0 44291 0
Current children cumulated CPU time (s) 1231.97
Current children cumulated vsize (KiB) 225296

[startup+1303.68 s]
/proc/loadavg: 2.02 2.02 2.18 3/82 5958
/proc/meminfo: memFree=1655128/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=180516 CPUtime=1249.26
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 44548 0 0 0 124884 42 0 0 25 0 1 0 159874911 184848384 44530 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 45129 44530 54 142 0 44985 0
Current children cumulated CPU time (s) 1291.46
Current children cumulated vsize (KiB) 228072

[startup+1363.77 s]
/proc/loadavg: 2.01 2.01 2.16 3/82 5958
/proc/meminfo: memFree=1652824/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=182764 CPUtime=1308.79
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 45109 0 0 0 130837 42 0 0 25 0 1 0 159874911 187150336 45091 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 45691 45091 54 142 0 45547 0
Current children cumulated CPU time (s) 1350.99
Current children cumulated vsize (KiB) 230320

[startup+1423.8 s]
/proc/loadavg: 2.00 2.01 2.15 3/82 5958
/proc/meminfo: memFree=1650456/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=185016 CPUtime=1368.29
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 45686 0 0 0 136785 44 0 0 25 0 1 0 159874911 189456384 45668 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529260 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 46254 45668 54 142 0 46110 0
Current children cumulated CPU time (s) 1410.49
Current children cumulated vsize (KiB) 232572

[startup+1483.88 s]
/proc/loadavg: 2.00 2.00 2.14 3/82 5958
/proc/meminfo: memFree=1648216/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=187276 CPUtime=1427.82
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 46257 0 0 0 142738 44 0 0 25 0 1 0 159874911 191770624 46239 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 46819 46239 54 142 0 46675 0
Current children cumulated CPU time (s) 1470.02
Current children cumulated vsize (KiB) 234832

[startup+1543.91 s]
/proc/loadavg: 2.00 2.00 2.13 3/82 5958
/proc/meminfo: memFree=1645720/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=189676 CPUtime=1487.31
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 46862 0 0 0 148686 45 0 0 25 0 1 0 159874911 194228224 46844 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 47419 46844 54 142 0 47275 0
Current children cumulated CPU time (s) 1529.51
Current children cumulated vsize (KiB) 237232

[startup+1603.99 s]
/proc/loadavg: 2.00 2.00 2.12 3/82 5958
/proc/meminfo: memFree=1643928/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=191556 CPUtime=1546.85
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 47315 0 0 0 154639 46 0 0 25 0 1 0 159874911 196153344 47297 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529764 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 47889 47297 54 142 0 47745 0
Current children cumulated CPU time (s) 1589.05
Current children cumulated vsize (KiB) 239112

[startup+1664.02 s]
/proc/loadavg: 2.00 2.00 2.10 4/85 6012
/proc/meminfo: memFree=1646328/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=193540 CPUtime=1606.31
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 47825 0 0 0 160579 52 0 0 25 0 1 0 159874911 198184960 47807 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/5958/statm: 48385 47807 54 142 0 48241 0
Current children cumulated CPU time (s) 1648.51
Current children cumulated vsize (KiB) 241096

[startup+1724.08 s]
/proc/loadavg: 2.00 2.00 2.09 3/86 6013
/proc/meminfo: memFree=1530352/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=195676 CPUtime=1666.12
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 48342 0 0 0 166558 54 0 0 25 0 1 0 159874911 200372224 48324 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134521285 0 0 4096 3 0 0 0 17 0 0 0
/proc/5958/statm: 48919 48324 54 142 0 48775 0
Current children cumulated CPU time (s) 1708.32
Current children cumulated vsize (KiB) 243232

[startup+1784.11 s]
/proc/loadavg: 2.00 2.00 2.09 3/86 6013
/proc/meminfo: memFree=1480368/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=197272 CPUtime=1726.05
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 48744 0 0 0 172551 54 0 0 25 0 1 0 159874911 202006528 48726 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529321 0 0 4096 3 0 0 0 17 0 0 0
/proc/5958/statm: 49318 48726 54 142 0 49174 0
Current children cumulated CPU time (s) 1768.25
Current children cumulated vsize (KiB) 244828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.98 s]
/proc/loadavg: 2.00 2.00 2.08 3/86 6013
/proc/meminfo: memFree=1467568/2055920 swapFree=4192812/4192956
[pid=5936] ppid=5934 vsize=47556 CPUtime=42.2
/proc/5936/stat : 5936 (galac.sh) S 5934 5936 4857 0 -1 4194304 790 57090 8 11 0 1 4175 44 17 0 1 0 159870612 48697344 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 273653361498 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5936/statm: 11889 363 245 79 0 218 0
[pid=5958] ppid=5936 vsize=198116 CPUtime=1757.89
/proc/5958/stat : 5958 (minisat) R 5936 5936 4857 0 -1 4194304 48955 0 0 0 175734 55 0 0 25 0 1 0 159874911 202870784 48937 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/5958/statm: 49529 48937 54 142 0 49385 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 245672

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 5936 and gives childrusage.ru_utime.tv_sec=41 childrusage.ru_utime.tv_usec=761651 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=454930
CPU time returned by wait4() is 42.2166
while last known CPU time is 1800.09

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

Real time (s): 1815.99
CPU time (s): 1800.09
CPU user time (s): 1799.09
CPU system time (s): 1
CPU usage (%): 99.1243
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.7617
system time used= 0.45493
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= 19
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2474
involuntary context switches= 3101

runsolver used 2.20466 s user time and 5.87011 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 20:18:41 UTC 2007


IDJOB= 195822
IDBENCH= 3304
FILE ID= node52/195822-1168114721

PBS_JOBID= 3477342

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  1b34747506d6c49251cca4a8e3d51320

RANDOM SEED= 915004211

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.232
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.232
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:       1854072 kB
Buffers:         31964 kB
Cached:          54192 kB
SwapCached:          0 kB
Active:          99860 kB
Inactive:        44196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5916 kB
Writeback:           0 kB
Mapped:          75612 kB
Slab:            42820 kB
Committed_AS:  3353096 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66526 MiB



End job on node52 on Sat Jan  6 20:48:57 UTC 2007